ListOfString Element

System.Object

PropertyType

ModifiablePropertyType

ListOfString

 

Client Declaration

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

 

Element Structure

Elements

Attributes

Attributes Specific to .NET Clients

 

Base Element Inheritance

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="ListOfString">
   <xsd:complexContent>
      <xsd:extension base="ModifiablePropertyType">
         <xsd:sequence>
            <xsd:element maxOccurs="unbounded" minOccurs="0" name="Value" type="xsd:string"/>
         </xsd:sequence>
         <xsd:attribute name="encoding" type="StringEncodingType"/>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>