Client Declaration
CollectionType
Specifies the type of an object collection.
Name | Value | Description |
---|---|---|
Enum |
1 | A set collection of independent objects. |
List |
0 | A list collection of dependent objects. |
Applies To
<xsd:simpleType name="CollectionType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="List"/> <xsd:enumeration value="Enum"/> </xsd:restriction> </xsd:simpleType>