ObjectSetType Element

System.Object

ObjectSetType

GetSearchMetadataResponse

 

Client Declaration

Represents a collection of objects in response to a GetObjects or ExecuteSearch operation. ObjectSetType can represent a complete collection or only a portion (page) of a collection.

 

Element Structure

Elements

 

XML Schema

<xsd:complexType name="ObjectSetType">
   <xsd:sequence>
      <xsd:element name="Object" type="ObjectValue" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="CollectionTerminator" type="CollectionTerminatorType" minOccurs="0"/>
   </xsd:sequence>
</xsd:complexType>