namespace | http://www.ATIS-Draft-03-00-79 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, PointRole) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="PointRole"> <xs:annotation> <xs:appinfo> unknown (0) transitStop (1) waypoint (2) junction (3) roadIntersection (4) parkingPoint (5) stoppoint (6) end (7) origin (8) transferPoint (9) </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="9"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="unknown"/> <xs:enumeration value="transitStop"/> <xs:enumeration value="waypoint"/> <xs:enumeration value="junction"/> <xs:enumeration value="roadIntersection"/> <xs:enumeration value="parkingPoint"/> <xs:enumeration value="stoppoint"/> <xs:enumeration value="end"/> <xs:enumeration value="origin"/> <xs:enumeration value="transferPoint"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:PointRole"/> </xs:simpleType> </xs:union> </xs:simpleType> |