WithObjectIdentityType Element

System.Object

ObjectEntryType

WithObjectIdentityType

ObjectReference

ObjectValue

RetrievalError

 

Client Declaration

The base, abstract element for describing inbound or outbound information that identifies a Content Engine object.

 

Element Structure

Attributes

 

XML Schema

<xsd:complexType name="WithObjectIdentityType" abstract="true">
   <xsd:complexContent>
      <xsd:extension base="ObjectEntryType">
         <xsd:attribute name="classId" type="xsd:string"/>
         <xsd:attribute name="objectId" type="xsd:string"/>
         <xsd:attribute name="objectStore" type="xsd:string"/>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>