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 is single-valued
          MULTI - The attribute is multi-valued. The order of values doesn't matter
          MULTI - The attribute is multi-valued. The values are ordered
      
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>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.