http://www.fatwire.com/schema/rest/1.0
simpleType valueCountEnum

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.fatwire.com/schema/rest/1.0}valueCountEnum (restriction)

Documentation
        Determines the number of values in an attribute.
          SINGLE - The attribute holds a single value.
          MULTI - The attribute holds multiple values; the order of values does not matter.
          MULTI_ORDERED - The attribute holds multiple values; the order of values is maintained.
      
Properties
This component is not nillable.

Model

('SINGLE' | 'MULTI' | 'MULTI_ORDERED')

Source
<xs:simpleType name="valueCountEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="SINGLE"/>
<xs:enumeration value="MULTI"/>
<xs:enumeration value="MULTI_ORDERED"/>
</xs:restriction>
</xs:simpleType>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.