SingleObjectResponse Element

System.Object

ObjectResponseType

SingleObjectResponse

 

Client Declaration

Represents the output of a single object-valued property.

Element Structure

Elements

 

Base Element Inheritance

Attributes

 

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>