simpleType PropertyClass
namespace http://www.mostcooperation.com
type restriction of xs:string
properties
base xs:string
used by
attribute Property/@Class
facets
Kind Value Annotation
enumeration Switch
enumeration Number
enumeration Text
enumeration Enumeration
enumeration BoolField
enumeration BitSet
enumeration Container
enumeration Record
enumeration Array
enumeration DynamicArray
enumeration LongArray
enumeration Map
enumeration Collection
enumeration Sequence Property
enumeration Unclassified Property
annotation
documentation
Defines the function classes for properties.
source <xs:simpleType name="PropertyClass">
 
<xs:annotation>
   
<xs:documentation>Defines the function classes for properties.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="Switch"/>
   
<xs:enumeration value="Number"/>
   
<xs:enumeration value="Text"/>
   
<xs:enumeration value="Enumeration"/>
   
<xs:enumeration value="BoolField"/>
   
<xs:enumeration value="BitSet"/>
   
<xs:enumeration value="Container"/>
   
<xs:enumeration value="Record"/>
   
<xs:enumeration value="Array"/>
   
<xs:enumeration value="DynamicArray"/>
   
<xs:enumeration value="LongArray"/>
   
<xs:enumeration value="Map"/>
   
<xs:enumeration value="Collection"/>
   
<xs:enumeration value="Sequence Property"/>
   
<xs:enumeration value="Unclassified Property"/>
 
</xs:restriction>
</xs:simpleType>