SingleObjectResponse Element

System.Object
  ObjectResponseType
    SingleObjectResponse
Client Declaration
  public class SingleObjectResponse
Represents the output of a single object-valued property.

Element Structure

Elements
  • ObjectValue Object: [response] Required element specifying the value of a single object-valued property.

Base Element Inheritance

Attributes
  • String id: [response] Optional identifying string reflected in the corresponding ObjectRequestType element of the GetObjects request, allowing a request and response element to be correlated.

XML Schema

<xsd:complexType name="SingleObjectResponse">
   <xsd:complexContent>
      <xsd:extension base="ObjectResponseType">
         <xsd:sequence>
            <xsd:element name="Object" type="ObjectValue"/>
         </xsd:sequence>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>