namespace | http://www.ATIS-Draft-03-00-79 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, ManeuverLocationType) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="ManeuverLocationType"> <xs:annotation> <xs:appinfo> four wayIntersection (0) three wayIntersection (1) arterialRamp (2) highwayRamp (3) stateLine (4) roadNameChange (5) origin (6) destination (7) mergePoint (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="four wayIntersection"/> <xs:enumeration value="three wayIntersection"/> <xs:enumeration value="arterialRamp"/> <xs:enumeration value="highwayRamp"/> <xs:enumeration value="stateLine"/> <xs:enumeration value="roadNameChange"/> <xs:enumeration value="origin"/> <xs:enumeration value="destination"/> <xs:enumeration value="mergePoint"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:ManeuverLocationType"/> </xs:simpleType> </xs:union> </xs:simpleType> |