2.2.5.20 ObjectIds Element
The ObjectIds XML element is used to specify objects on the server. It is the root element of XML documents that are used in WSRM method parameters.
-
<xs:element name="ObjectIds"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded" > <xs:element name="ObjectId" nillable="true" > <xs:complexType name="ObjectId"> <xs:simpleContent> <xs:extension base="xs:string" > <xs:attribute name="Type" type="xs:string" /> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element>
Child Elements
Element |
Type |
Description |
---|---|---|
ObjectId |
ObjectId |
The name of the object. |
Attributes
Name |
Type |
Description |
---|---|---|
Type |
xs:string |
The type of the object, expressed as an object type (section 2.2.2.7). |
Additional XML data formats are specified in section 2.2.5.