namespace | http://www.LRMS-Adopted-02-00-00 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by | |||
annotation |
|
||
source | <xs:simpleType name="Side"> <xs:annotation> <xs:appinfo> unknown (0) right (1) left (2) both (3) north (4) south (5) east (6) west (7) northeast (8) northwest (9) southeast (10) southwest (11) northAndSouth (12) eastAndWest (13) all (14) </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="14"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="unknown"/> <xs:enumeration value="right"/> <xs:enumeration value="left"/> <xs:enumeration value="both"/> <xs:enumeration value="north"/> <xs:enumeration value="south"/> <xs:enumeration value="east"/> <xs:enumeration value="west"/> <xs:enumeration value="northeast"/> <xs:enumeration value="northwest"/> <xs:enumeration value="southeast"/> <xs:enumeration value="southwest"/> <xs:enumeration value="northAndSouth"/> <xs:enumeration value="eastAndWest"/> <xs:enumeration value="all"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |