ListOfObject Element

System.Object

PropertyType

ModifiablePropertyType

ListOfObject

 

Client Declaration

Represents a Content Engine property that holds a list collection of dependent object values.

 

Element Structure

Elements

Attributes

Attributes Specific to .NET Clients

 

Base Element Inheritance

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="ListOfObject">
   <xsd:complexContent>
      <xsd:extension base="ModifiablePropertyType">
         <xsd:attribute name="listMode">
            <xsd:simpleType>
               <xsd:restriction base="xsd:string">
                  <xsd:enumeration value="Update"/>
                  <xsd:enumeration value="Replace"/>
               <xsd:restriction>
            <xsd:simpleType>
         <xsd:attribute>
         <xsd:sequence>
            <xsd:element maxOccurs="unbounded" minOccurs="0" name="Value" type="DependentObjectType"/>
         </xsd:sequence>	
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>