CollectionType Enumeration

 

Client Declaration

Specifies the type of an object collection.

 

Constants

Name Value Description
Enum 1 A set collection of independent objects.
List 0 A list collection of dependent objects.

Applies To

ObjectSetResponse

 

XML Schema

<xsd:simpleType name="CollectionType">  
   <xsd:restriction base="xsd:string">
      <xsd:enumeration value="List"/>
      <xsd:enumeration value="Enum"/>
   </xsd:restriction>
</xsd:simpleType>