namespace | http://www.ATIS-Draft-03-00-79 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, OrderEntriesBy) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="OrderEntriesBy"> <xs:annotation> <xs:appinfo> noPreference (0) proximityAscending (1) proximityDescending (2) nameAscending (3) nameDescending (4) typeNameAscending (5) typeNameDescending (6) keywordMatch (7) preferenceEvaluation (8) </xs:appinfo> <xs:documentation> values to 127 reserved for std use values 128 to 255 reserved for local use </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="8"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="noPreference"/> <xs:enumeration value="proximityAscending"/> <xs:enumeration value="proximityDescending"/> <xs:enumeration value="nameAscending"/> <xs:enumeration value="nameDescending"/> <xs:enumeration value="typeNameAscending"/> <xs:enumeration value="typeNameDescending"/> <xs:enumeration value="keywordMatch"/> <xs:enumeration value="preferenceEvaluation"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:OrderEntriesBy"/> </xs:simpleType> </xs:union> </xs:simpleType> |