ObjectValue Element

System.Object

ObjectEntryType

WithObjectIdentityType

ObjectValue

ChangeResponseType

DependentObjectType

 

Client Declaration

Returns information that describes the value of an Content Engine object returned in a response.

 

Element Structure

Elements

Attributes

Attributes Specific to .NET Clients

 

Base Element Inheritance

Attributes

 

XML Schema

<xsd:complexType name="ObjectValue">
   <xsd:complexContent>
      <xsd:extension base="WithObjectIdentityType">
         <xsd:sequence>
            <xsd:element name="Property" type="PropertyType" minOccurs="0" maxOccurs="unbounded"/>
         </xsd:sequence>
         <xsd:attribute name="updateSequenceNumber" type="xsd:int"/>
         <xsd:attribute name="accessAllowed" type="xsd:int"/>
         <xsd:attribute name="superClasses">
         <xsd:simpleType>
            <xsd:list itemType="xsd:string"/>
         </xsd:simpleType>
         </xsd:attribute>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>