namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, SCH-RouteDirectionName) | ||
used by | |||
annotation |
|
||
source | <xs:simpleType name="SCH-RouteDirectionName"> <xs:annotation> <xs:appinfo> north (1) -- North south (2) -- South east (3) -- East west (4) -- West sw (5) -- Southwest se (6) -- Southeast nw (7) -- Northwest ne (8) -- Northeast in (9) -- Inbound out (10) -- Outbound circ (11) -- Circular dest (12) -- Destination clockwise (13) -- Clockwise counterClock (14) -- Counter-Clockwise name (15) -- defined by name of route -- 16-127 reserved -- 128-255 local use </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="15"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="north"/> <xs:enumeration value="south"/> <xs:enumeration value="east"/> <xs:enumeration value="west"/> <xs:enumeration value="sw"/> <xs:enumeration value="se"/> <xs:enumeration value="nw"/> <xs:enumeration value="ne"/> <xs:enumeration value="in"/> <xs:enumeration value="out"/> <xs:enumeration value="circ"/> <xs:enumeration value="dest"/> <xs:enumeration value="clockwise"/> <xs:enumeration value="counterClock"/> <xs:enumeration value="name"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="128"/> <xs:maxInclusive value="255"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:SCH-RouteDirectionName"/> </xs:simpleType> </xs:union> </xs:simpleType> |