ObjectSetResponse Element

System.Object

ObjectResponseType

ObjectSetResponse

 

Client Declaration

Represents a collection of Content Engine objects returned in the output of a GetObjects operation.

 

Element Structure

Elements

 

Base Element Inheritance

Attributes

 

XML Schema

<xsd:complexType name="ObjectSetResponse">
   <xsd:complexContent>
      <xsd:extension base="ObjectResponseType">
         <xsd:sequence>
            <xsd:element name="ObjectSet" type="ObjectSetType"/>
         </xsd:sequence>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>