org.sblim.cimclient.internal.cimxml.sax

Interface NodeConstIf

public interface NodeConstIf

Class NodeConstIf
Field Summary
static StringCIM
The CIM element is the root element of every XML Document that is valid with respect to this schema.
static StringCLASS
The CLASS element defines a single CIM Class.
static StringCLASSNAME
The CLASSNAME element defines the qualifying name of a CIM Class.
static StringCLASSPATH
The CLASSPATH element defines the absolute path to a CIM Class.
static StringDECLARATION
The DECLARATION element defines a set of one or more declarations of CIM objects.
static StringDECLGROUP
The DECLGROUP element defines a logical set of CIM Class, Instance and Qualifier declarations.
static StringDECLGROUP_WITHNAME
The DECLGROUP.WITHNAME element defines a logical set of CIM Class, Instance and Qualifier declarations.
static StringDECLGROUP_WITHPATH
The DECLGROUP.WITHPATH element defines a logical set of CIM Class and Instance declarations.
static StringERROR
The ERROR element is used to define a fundamental error which prevented a method from executing normally.
static StringEXPMETHODCALL
The EXPMETHODCALL element defines a single export method invocation.
static StringEXPMETHODRESPONSE
The EXPMETHODRESPONSE defines the response to a single export method invocation.
static StringEXPPARAMVALUE
The EXPPARAMVALUE element defines a single export method named parameter value.
static StringHOST
The HOST element is used to define a single Host.
static StringIMETHODCALL
The IMETHODCALL element defines a single intrinsic method invocation.
static StringIMETHODRESPONSE
The IMETHODRESPONSE defines the response to a single intrinsic CIM method invocation.
static StringINSTANCE
The INSTANCE element defines a single CIM Instance of a CIM Class.
static StringINSTANCENAME
The INSTANCENAME element defines the location of a CIM Instance within a Namespace.
static StringINSTANCEPATH
The INSTANCEPATH element defines the absolute path to a CIM Instance.
static StringIPARAMVALUE
The IPARAMVALUE element defines a single intrinsic method named parameter value.
static StringIRETURNVALUE
The IRETURNVALUE element specifies the value returned from an intrinsic method call.
static StringKEYBINDING
The KEYBINDING element defines a single key property value binding.
static StringKEYVALUE
The KEYVALUE element defines a single property key value when the key property is a non-reference type.
static StringLOCALCLASSPATH
The LOCALCLASSPATH element defines the a local path to a CIM Class.
static StringLOCALINSTANCEPATH
The LOCALINSTANCEPATH element defines the local path to a CIM Instance.
static StringLOCALNAMESPACEPATH
The LOCALNAMESPACEPATH element is used to define a local Namespace path (one without a Host component).
static StringMESSAGE
The MESSAGE element models a single CIM message.
static StringMETHOD
The METHOD element defines a single CIM Method.
static StringMETHODCALL
The METHODCALL element defines a single method invocation on a Class or Instance.
static StringMETHODRESPONSE
The METHODRESPONSE defines the response to a single CIM extrinsic method invocation.
static StringMULTIEXPREQ
The MULTIEXPREQ element defines a Multiple CIM Export request.
static StringMULTIEXPRSP
The MULTIEXPRSP element defines a Multiple CIM Export response.
static StringMULTIREQ
The MULTIREQ element defines a Multiple CIM Operation request.
static StringMULTIRSP
The MULTIRSP element defines a Multiple CIM Operation response.
static StringNAMESPACE
The NAMESPACE element is used to define a single Namespace component of a Namespace path.
static StringNAMESPACEPATH
The NAMESPACEPATH element is used to define a Namespace Path.
static StringOBJECTPATH
The OBJECTPATH element is used to define a full path to a single CIM Object (Class or Instance).
static StringPARAMETER
The PARAMETER element defines a single (non-array, non-reference) Parameter to a CIM Method.
static StringPARAMETER_ARRAY
The PARAMETER.ARRAY element defines a single Parameter to a CIM Method that has an array type.
static StringPARAMETER_REFARRAY
The PARAMETER.REFARRAY element defines a single Parameter to a CIM Method that has an array of references type.
static StringPARAMETER_REFERENCE
The PARAMETER.REFERENCE element defines a single reference Parameter to a CIM Method.
static StringPARAMVALUE
The PARAMVALUE element defines a single extrinsic method named parameter value.
static StringPROPERTY
The PROPERTY element defines the value in a CIM Instance or the definition in a CIM Class of a single (non-array) CIM Property that is not a reference.
static StringPROPERTY_ARRAY
The PROPERTY.ARRAY element defines the value in a CIM Instance or the definition in a CIM Class of a single CIM Property with an array type.
static StringPROPERTY_REFERENCE
The PROPERTY.REFERENCE element defines the value in a CIM Instance or the definition in a CIM Class of a single CIM Property with reference semantics.
static StringQUALIFIER
The QUALIFIER element defines a single CIM Qualifier.
static StringQUALIFIER_DECLARATION
The QUALIFIER.DECLARATION element defines a single CIM Qualifier declaration.
static StringRESPONSEDESTINATION
The RESPONSEDESTINATION element contains an instance that describes the desired destination for the response.
static StringRETURNVALUE
The RETURNVALUE element specifies the value returned from an extrinsic method call.
static StringSCOPE
The SCOPE element defines the scope of a QUALIFIER.DECLARATION in the case that there are restrictions on the scope of the Qualifier declaration.
static StringSIMPLEEXPREQ
The SIMPLEEXPREQ element defines a Simple CIM Export request.
static StringSIMPLEEXPRSP
The SIMPLEEXPRSP element defines a Simple CIM Export response.
static StringSIMPLEREQ
The SIMPLEREQ element defines a Simple CIM Operation request.
static StringSIMPLEREQACK
The SIMPLEREQACK defines the acknowledgment response to a Simple CIM Operation asynchronous request.
static StringSIMPLERSP
The SIMPLERSP element defines a Simple CIM Operation response.
static StringVALUE
The VALUE element is used to define a single (non-array) non-reference non-NULL CIM Property value, CIM Qualifier value, CIM Method return value, or CIM Method Parameter value.
static StringVALUE_ARRAY
The VALUE.ARRAY element is used to represent the value of a CIM Property or Qualifier that has an array type.
static StringVALUE_INSTANCEWITHPATH
The VALUE.INSTANCEWITHPATH element is used to define value that comprises a single CIM instance definition with additional information that defines the absolute path to that object.
static StringVALUE_NAMEDINSTANCE
The VALUE.NAMEDINSTANCE element is used to define a value which is comprised of a single named CIM Instance definition.
static StringVALUE_NAMEDOBJECT
The VALUE.NAMEDOBJECT element is used to define a value which is comprised of a single named CIM Class or Instance definition.
static StringVALUE_NULL
The VALUE.NULL element is used to represent a NULL value.
static StringVALUE_OBJECT
The VALUE.OBJECT element is used to define a value which is comprised of a single CIM Class or Instance definition.
static StringVALUE_OBJECTWITHLOCALPATH
The VALUE.OBJECTWITHLOCALPATH element is used to define a value which is comprised of a single CIM Object (Class or Instance) definition with additional information that defines the local path to that Object.
static StringVALUE_OBJECTWITHPATH
The VALUE.OBJECTWITHPATH element is used to define a value which is comprised of a single CIM Object (Class or Instance) definition with additional information that defines the absolute path to that Object.
static StringVALUE_REFARRAY
The VALUE.REFARRAY element is used to represent the value of an array of CIM references.
static StringVALUE_REFERENCE
The VALUE.REFERENCE element is used to define a single CIM reference Property value.

Field Detail

CIM

public static final String CIM
The CIM element is the root element of every XML Document that is valid with respect to this schema.
 <!ELEMENT CIM (MESSAGE|DECLARATION)>
 <!ATTLIST CIM
 		CIMVERSION CDATA #REQUIRED
 		DTDVERSION CDATA #REQUIRED>
 

See Also: String

CLASS

public static final String CLASS
The CLASS element defines a single CIM Class.
 <!ELEMENT CLASS (QUALIFIER*,(PROPERTY|PROPERTY.ARRAY|PROPERTY.REFERENCE)*,METHOD*)>
 <!ATTLIST CLASS
 		%CIMName;
 		%SuperClass;>
 

See Also: String

CLASSNAME

public static final String CLASSNAME
The CLASSNAME element defines the qualifying name of a CIM Class.
 <!ELEMENT CLASSNAME EMPTY>
 <!ATTLIST CLASSNAME
 		%CIMName;>
 

See Also: String

CLASSPATH

public static final String CLASSPATH
The CLASSPATH element defines the absolute path to a CIM Class.
 <!ELEMENT CLASSPATH (NAMESPACEPATH,CLASSNAME)>
 

See Also: String

DECLARATION

public static final String DECLARATION
The DECLARATION element defines a set of one or more declarations of CIM objects.
 
 <!ELEMENT DECLARATION (DECLGROUP|DECLGROUP.WITHNAME|DECLGROUP.WITHPATH)+>
 

See Also: String

DECLGROUP

public static final String DECLGROUP
The DECLGROUP element defines a logical set of CIM Class, Instance and Qualifier declarations.
 <!ELEMENT DECLGROUP ((LOCALNAMESPACEPATH|NAMESPACEPATH)?,QUALIFIER.DECLARATION*,VALUE.OBJECT*)>
 

See Also: String

DECLGROUP_WITHNAME

public static final String DECLGROUP_WITHNAME
The DECLGROUP.WITHNAME element defines a logical set of CIM Class, Instance and Qualifier declarations.
 <!ELEMENT DECLGROUP.WITHNAME ((LOCALNAMESPACEPATH|NAMESPACEPATH)?,QUALIFIER.DECLARATION*,VALUE.NAMEDOBJECT*)>
 

See Also: String

DECLGROUP_WITHPATH

public static final String DECLGROUP_WITHPATH
The DECLGROUP.WITHPATH element defines a logical set of CIM Class and Instance declarations.
 <!ELEMENT DECLGROUP.WITHPATH (VALUE.OBJECTWITHPATH|VALUE.OBJECTWITHLOCALPATH)*>
 

See Also: String

ERROR

public static final String ERROR
The ERROR element is used to define a fundamental error which prevented a method from executing normally.
 <!ELEMENT ERROR (INSTANCE*)
 <!ATTLIST ERROR
 		CODE        CDATA #REQUIRED
 		DESCRIPTION CDATA #IMPLIED>
 

See Also: String

EXPMETHODCALL

public static final String EXPMETHODCALL
The EXPMETHODCALL element defines a single export method invocation.
 <!ELEMENT EXPMETHODCALL (EXPPARAMVALUE*)>
 <!ATTLIST EXPMETHODCALL
 		%CIMName;>
 

See Also: String

EXPMETHODRESPONSE

public static final String EXPMETHODRESPONSE
The EXPMETHODRESPONSE defines the response to a single export method invocation.
 <!ELEMENT EXPMETHODRESPONSE (ERROR|IRETURNVALUE?)>
 <!ATTLIST EXPMETHODRESPONSE
 		%CIMName;>
 

See Also: String

EXPPARAMVALUE

public static final String EXPPARAMVALUE
The EXPPARAMVALUE element defines a single export method named parameter value.
 <!ELEMENT EXPPARAMVALUE (INSTANCE?)>
 <!ATTLIST EXPPARAMVALUE
 		%CIMName;>
 

See Also: String

HOST

public static final String HOST
The HOST element is used to define a single Host.
 <!ELEMENT HOST (#PCDATA)>
 

See Also: String

IMETHODCALL

public static final String IMETHODCALL
The IMETHODCALL element defines a single intrinsic method invocation.
 <!ELEMENT IMETHODCALL (LOCALNAMESPACEPATH,IPARAMVALUE*)>
 <!ATTLIST IMETHODCALL
 		%CIMName;>
 

See Also: String

IMETHODRESPONSE

public static final String IMETHODRESPONSE
The IMETHODRESPONSE defines the response to a single intrinsic CIM method invocation.
 <!ELEMENT IMETHODRESPONSE (ERROR|IRETURNVALUE?)>
 <!ATTLIST IMETHODRESPONSE
 		%CIMName;>
 

See Also: String

INSTANCE

public static final String INSTANCE
The INSTANCE element defines a single CIM Instance of a CIM Class.
 <!ELEMENT INSTANCE (QUALIFIER*,(PROPERTY|PROPERTY.ARRAY|PROPERTY.REFERENCE)*)>
 <!ATTLIST INSTANCE
 		%ClassName;
 		xml:lang NMTOKEN #IMPLIED>
 

See Also: String

INSTANCENAME

public static final String INSTANCENAME
The INSTANCENAME element defines the location of a CIM Instance within a Namespace.
 <!ELEMENT INSTANCENAME (KEYBINDING*|KEYVALUE?|VALUE.REFERENCE?)>
 <!ATTLIST INSTANCENAME
 		%ClassName;>
 

See Also: String

INSTANCEPATH

public static final String INSTANCEPATH
The INSTANCEPATH element defines the absolute path to a CIM Instance.
 <!ELEMENT INSTANCEPATH (NAMESPACEPATH,INSTANCENAME)>
 

See Also: String

IPARAMVALUE

public static final String IPARAMVALUE
The IPARAMVALUE element defines a single intrinsic method named parameter value.
 <!ELEMENT IPARAMVALUE (VALUE|VALUE.ARRAY|VALUE.REFERENCE|CLASSNAME|INSTANCENAME|QUALIFIER.DECLARATION|CLASS|INSTANCE|VALUE.NAMEDINSTANCE)?>
 <!ATTLIST IPARAMVALUE
 		%CIMName;>
 

See Also: String

IRETURNVALUE

public static final String IRETURNVALUE
The IRETURNVALUE element specifies the value returned from an intrinsic method call.
 <!ELEMENT IRETURNVALUE (CLASSNAME*|INSTANCENAME*|VALUE*|VALUE.OBJECTWITHPATH*|VALUE.OBJECTWITHLOCALPATH*VALUE.OBJECT*|OBJECTPATH*|QUALIFIER.DECLARATION*|VALUE.ARRAY?|VALUE.REFERENCE?|CLASS*|INSTANCE*|VALUE.NAMEDINSTANCE*)>
 

See Also: String

KEYBINDING

public static final String KEYBINDING
The KEYBINDING element defines a single key property value binding.
 <!ELEMENT KEYBINDING (KEYVALUE|VALUE.REFERENCE)>
 <!ATTLIST KEYBINDING
 		%CIMName;>
 

See Also: String

KEYVALUE

public static final String KEYVALUE
The KEYVALUE element defines a single property key value when the key property is a non-reference type.
 <!ELEMENT KEYVALUE (#PCDATA)>
 <!ATTLIST KEYVALUE
 		VALUETYPE (string|boolean|numeric) "string"
 		%CIMType; #IMPLIED>
 

See Also: String

LOCALCLASSPATH

public static final String LOCALCLASSPATH
The LOCALCLASSPATH element defines the a local path to a CIM Class.
<!ELEMENT LOCALCLASSPATH (LOCALNAMESPACEPATH, CLASSNAME)>

See Also: String

LOCALINSTANCEPATH

public static final String LOCALINSTANCEPATH
The LOCALINSTANCEPATH element defines the local path to a CIM Instance.
 <!ELEMENT LOCALINSTANCEPATH (LOCALNAMESPACEPATH,INSTANCENAME)>
 

See Also: String

LOCALNAMESPACEPATH

public static final String LOCALNAMESPACEPATH
The LOCALNAMESPACEPATH element is used to define a local Namespace path (one without a Host component).
 <!ELEMENT LOCALNAMESPACEPATH (NAMESPACE+)>
 

See Also: String

MESSAGE

public static final String MESSAGE
The MESSAGE element models a single CIM message.
 <!ELEMENT MESSAGE (SIMPLEREQ|MULTIREQ|SIMPLERSP|MULTIRSP|SIMPLEEXPREQ|MULTIEXPREQ|SIMPLEEXPRSP|MULTIEXPRSP)>
 <!ATTLIST MESSAGE
 		ID              CDATA #REQUIRED
 		PROTOCOLVERSION CDATA #REQUIRED>>
 

See Also: String

METHOD

public static final String METHOD
The METHOD element defines a single CIM Method.
 <!ELEMENT METHOD (QUALIFIER*,(PARAMETER|PARAMETER.REFERENCE|PARAMETER.ARRAY|PARAMETER.REFARRAY)*)>
 <!ATTLIST METHOD
 		%CIMName;
 		%CIMType; #IMPLIED
 		%ClassOrigin;
 		%Propagated;>
 

See Also: String

METHODCALL

public static final String METHODCALL
The METHODCALL element defines a single method invocation on a Class or Instance.
 <!ELEMENT METHODCALL ((LOCALCLASSPATH|LOCALINSTANCEPATH),PARAMVALUE*)>
 <!ATTLIST METHODCALL
 		%CIMName;>
 

See Also: String

METHODRESPONSE

public static final String METHODRESPONSE
The METHODRESPONSE defines the response to a single CIM extrinsic method invocation.
<!ELEMENT METHODRESPONSE (ERROR|(RETURNVALUE?,PARAMVALUE*))> <!ATTLIST METHODRESPONSE %CIMName;>

See Also: String

MULTIEXPREQ

public static final String MULTIEXPREQ
The MULTIEXPREQ element defines a Multiple CIM Export request.
 <!ELEMENT MULTIEXPREQ (SIMPLEEXPREQ,SIMPLEEXPREQ+)>
 

See Also: String

MULTIEXPRSP

public static final String MULTIEXPRSP
The MULTIEXPRSP element defines a Multiple CIM Export response.
 <!ELEMENT MULTIEXPRSP (SIMPLEEXPRSP,SIMPLEEXPRSP+)>
 

See Also: String

MULTIREQ

public static final String MULTIREQ
The MULTIREQ element defines a Multiple CIM Operation request.
 <!ELEMENT MULTIREQ (SIMPLEREQ,SIMPLEREQ+)>
 

See Also: String

MULTIRSP

public static final String MULTIRSP
The MULTIRSP element defines a Multiple CIM Operation response.
 <!ELEMENT MULTIRSP (SIMPLERSP,SIMPLERSP+)>
 

See Also: String

NAMESPACE

public static final String NAMESPACE
The NAMESPACE element is used to define a single Namespace component of a Namespace path.
 <!ELEMENT NAMESPACE EMPTY>
 <!ATTLIST NAMESPACE
 		%CIMName;>
 

See Also: String

NAMESPACEPATH

public static final String NAMESPACEPATH
The NAMESPACEPATH element is used to define a Namespace Path.
 <!ELEMENT NAMESPACEPATH (HOST,LOCALNAMESPACEPATH)>
 

See Also: String

OBJECTPATH

public static final String OBJECTPATH
The OBJECTPATH element is used to define a full path to a single CIM Object (Class or Instance).
 <!ELEMENT OBJECTPATH (INSTANCEPATH|CLASSPATH)>
 

See Also: String

PARAMETER

public static final String PARAMETER
The PARAMETER element defines a single (non-array, non-reference) Parameter to a CIM Method.
 <!ELEMENT PARAMETER (QUALIFIER*)>
 <!ATTLIST PARAMETER
 		%CIMName;
 		%CIMType; #REQUIRED>
 

See Also: String

PARAMETER_ARRAY

public static final String PARAMETER_ARRAY
The PARAMETER.ARRAY element defines a single Parameter to a CIM Method that has an array type.
 <!ELEMENT PARAMETER.ARRAY (QUALIFIER*)>
 <!ATTLIST PARAMETER.ARRAY
 		%CIMName;
 		%CIMType; #REQUIRED
 		%ArraySize;>
 

See Also: String

PARAMETER_REFARRAY

public static final String PARAMETER_REFARRAY
The PARAMETER.REFARRAY element defines a single Parameter to a CIM Method that has an array of references type.
 <!ELEMENT PARAMETER.REFARRAY (QUALIFIER*)>
 <!ATTLIST PARAMETER.REFARRAY
 		%CIMName;
 		%ReferenceClass;
 		%ArraySize;>
 

See Also: String

PARAMETER_REFERENCE

public static final String PARAMETER_REFERENCE
The PARAMETER.REFERENCE element defines a single reference Parameter to a CIM Method.
 <!ELEMENT PARAMETER.REFERENCE (QUALIFIER*)>
 <!ATTLIST PARAMETER.REFERENCE
 		%CIMName;
 		%ReferenceClass;>
 

See Also: String

PARAMVALUE

public static final String PARAMVALUE
The PARAMVALUE element defines a single extrinsic method named parameter value.
 <!ELEMENT PARAMVALUE (VALUE|VALUE.REFERENCE|VALUE.ARRAY|VALUE.REFARRAY)?>
 <!ATTLIST PARAMVALUE
 		%CIMName;
 		%ParamType; #IMPLIED
 		%EmbeddedObject;>
 

See Also: String

PROPERTY

public static final String PROPERTY
The PROPERTY element defines the value in a CIM Instance or the definition in a CIM Class of a single (non-array) CIM Property that is not a reference.
 <!ELEMENT PROPERTY (QUALIFIER*,VALUE?)>
 <!ATTLIST PROPERTY
 		%CIMName;
 		%CIMType; #REQUIRED
 		%ClassOrigin;
 		%Propagated;
 		%EmbeddedObject;
 		xml:lang NMTOKEN #IMPLIED>
 

See Also: String

PROPERTY_ARRAY

public static final String PROPERTY_ARRAY
The PROPERTY.ARRAY element defines the value in a CIM Instance or the definition in a CIM Class of a single CIM Property with an array type.
 <!ELEMENT PROPERTY.ARRAY (QUALIFIER*,VALUE.ARRAY?)>
 <!ATTLIST PROPERTY.ARRAY
 		%CIMName;
 		%CIMType; #REQUIRED
 		%ArraySize;
 		%ClassOrigin;
 		%Propagated;
 		%EmbeddedObject;
 		xml:lang NMTOKEN #IMPLIED>
 

See Also: String

PROPERTY_REFERENCE

public static final String PROPERTY_REFERENCE
The PROPERTY.REFERENCE element defines the value in a CIM Instance or the definition in a CIM Class of a single CIM Property with reference semantics.
 <!ELEMENT PROPERTY.REFERENCE (QUALIFIER*,VALUE.REFERENCE?)>
 <!ATTLIST PROPERTY.REFERENCE
 		%CIMName;
 		%ReferenceClass;
 		%ClassOrigin;
 		%Propagated;>
 

See Also: String

QUALIFIER

public static final String QUALIFIER
The QUALIFIER element defines a single CIM Qualifier.
 <!ELEMENT QUALIFIER ((VALUE|VALUE.ARRAY)?)>
 <!ATTLIST QUALIFIER
 		%CIMName;
 		%CIMType; #REQUIRED
 		%Propagated;
 		%QualifierFlavor;
 		xml:lang NMTOKEN #IMPLIED>
 

See Also: String

QUALIFIER_DECLARATION

public static final String QUALIFIER_DECLARATION
The QUALIFIER.DECLARATION element defines a single CIM Qualifier declaration.
 <!ELEMENT QUALIFIER.DECLARATION (SCOPE?,(VALUE|VALUE.ARRAY)?)>
 <!ATTLIST QUALIFIER.DECLARATION
 		%CIMName;
 		%CIMType;               #REQUIRED
 		ISARRAY (true|false)    #IMPLIED
 		%ArraySize;
 		%QualifierFlavor;>
 

See Also: String

RESPONSEDESTINATION

public static final String RESPONSEDESTINATION
The RESPONSEDESTINATION element contains an instance that describes the desired destination for the response.
 <!ELEMENT RESPONSEDESTINATON (INSTANCE)
 

See Also: String

RETURNVALUE

public static final String RETURNVALUE
The RETURNVALUE element specifies the value returned from an extrinsic method call.
 <!ELEMENT RETURNVALUE (VALUE|VALUE.REFERENCE)?>
 <!ATTLIST RETURNVALUE
 		%EmbeddedObject;
 		%ParamType; #IMPLIED>
 

See Also: String

SCOPE

public static final String SCOPE
The SCOPE element defines the scope of a QUALIFIER.DECLARATION in the case that there are restrictions on the scope of the Qualifier declaration.
 <!ELEMENT SCOPE EMPTY>
 <!ATTLIST SCOPE
 		CLASS       (true|false) "false"
 		ASSOCIATION (true|false) "false"
 		REFERENCE   (true|false) "false"
 		PROPERTY    (true|false) "false"
 		METHOD      (true|false) "false"
 		PARAMETER   (true|false) "false"
 		INDICATION  (true|false) "false">
 

See Also: String

SIMPLEEXPREQ

public static final String SIMPLEEXPREQ
The SIMPLEEXPREQ element defines a Simple CIM Export request.
 <!ELEMENT SIMPLEEXPREQ (EXPMETHODCALL)>
 

See Also: String

SIMPLEEXPRSP

public static final String SIMPLEEXPRSP
The SIMPLEEXPRSP element defines a Simple CIM Export response.
 <!ELEMENT SIMPLEEXPRSP (EXPMETHODRESPONSE)>
 

See Also: String

SIMPLEREQ

public static final String SIMPLEREQ
The SIMPLEREQ element defines a Simple CIM Operation request.
 <!ELEMENT SIMPLEREQ (METHODCALL|IMETHODCALL)>
 

See Also: String

SIMPLEREQACK

public static final String SIMPLEREQACK
The SIMPLEREQACK defines the acknowledgment response to a Simple CIM Operation asynchronous request.
 <!ELEMENT SIMPLEREQACK (ERROR?)>
 <!ATTLIST SIMPLEREQACK
 		INSTANCEID CDATA #REQUIRED>
 

See Also: String

SIMPLERSP

public static final String SIMPLERSP
The SIMPLERSP element defines a Simple CIM Operation response.
 <!ELEMENT SIMPLERSP (METHODRESPONSE|IMETHODRESPONSE)>
 

See Also: String

VALUE

public static final String VALUE
The VALUE element is used to define a single (non-array) non-reference non-NULL CIM Property value, CIM Qualifier value, CIM Method return value, or CIM Method Parameter value.
 <!ELEMENT VALUE (#PCDATA)>
 

See Also: String

VALUE_ARRAY

public static final String VALUE_ARRAY
The VALUE.ARRAY element is used to represent the value of a CIM Property or Qualifier that has an array type.
 
 <!ELEMENT VALUE.ARRAY (VALUE|VALUE.NULL)*>
 

See Also: String

VALUE_INSTANCEWITHPATH

public static final String VALUE_INSTANCEWITHPATH
The VALUE.INSTANCEWITHPATH element is used to define value that comprises a single CIM instance definition with additional information that defines the absolute path to that object.
 <!ELEMENT VALUE.INSTANCEWITHPATH (INSTANCEPATH, INSTANCE)>
 

See Also: String

VALUE_NAMEDINSTANCE

public static final String VALUE_NAMEDINSTANCE
The VALUE.NAMEDINSTANCE element is used to define a value which is comprised of a single named CIM Instance definition.
 
 <!ELEMENT VALUE.NAMEDINSTANCE (INSTANCENAME,INSTANCE)>
 

See Also: String

VALUE_NAMEDOBJECT

public static final String VALUE_NAMEDOBJECT
The VALUE.NAMEDOBJECT element is used to define a value which is comprised of a single named CIM Class or Instance definition.
 <!ELEMENT VALUE.NAMEDOBJECT (CLASS|(INSTANCENAME,INSTANCE))>
 

See Also: String

VALUE_NULL

public static final String VALUE_NULL
The VALUE.NULL element is used to represent a NULL value.
 <!ELEMENT VALUE.NULL EMPTY>
 

See Also: String

VALUE_OBJECT

public static final String VALUE_OBJECT
The VALUE.OBJECT element is used to define a value which is comprised of a single CIM Class or Instance definition.
 <!ELEMENT VALUE.OBJECT (CLASS|INSTANCE)>
 

See Also: String

VALUE_OBJECTWITHLOCALPATH

public static final String VALUE_OBJECTWITHLOCALPATH
The VALUE.OBJECTWITHLOCALPATH element is used to define a value which is comprised of a single CIM Object (Class or Instance) definition with additional information that defines the local path to that Object.
 <!ELEMENT VALUE.OBJECTWITHLOCALPATH ((LOCALCLASSPATH,CLASS)|(LOCALINSTANCEPATH,INSTANCE))>
 

See Also: String

VALUE_OBJECTWITHPATH

public static final String VALUE_OBJECTWITHPATH
The VALUE.OBJECTWITHPATH element is used to define a value which is comprised of a single CIM Object (Class or Instance) definition with additional information that defines the absolute path to that Object.
 <!ELEMENT VALUE.OBJECTWITHPATH ((CLASSPATH,CLASS)|(INSTANCEPATH,INSTANCE))>
 

See Also: String

VALUE_REFARRAY

public static final String VALUE_REFARRAY
The VALUE.REFARRAY element is used to represent the value of an array of CIM references.
 <!ELEMENT VALUE.REFARRAY (VALUE.REFERENCE|VALUE.NULL)*>
 

See Also: String

VALUE_REFERENCE

public static final String VALUE_REFERENCE
The VALUE.REFERENCE element is used to define a single CIM reference Property value.
 <!ELEMENT VALUE.REFERENCE (CLASSPATH|LOCALCLASSPATH|CLASSNAME|INSTANCEPATH|LOCALINSTANCEPATH|INSTANCENAME)>
 

See Also: String

Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.