namespace | http://www.ite.org/tmdd | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Event-transit-direction-of-travel"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition>Transit incident direction of travel code.</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="14"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="N"/> <xs:enumeration value="NE"/> <xs:enumeration value="E"/> <xs:enumeration value="SE"/> <xs:enumeration value="S"/> <xs:enumeration value="SW"/> <xs:enumeration value="W"/> <xs:enumeration value="NW"/> <xs:enumeration value="not directional"/> <xs:enumeration value="positive direction"/> <xs:enumeration value="negative direction"/> <xs:enumeration value="both directions"/> <xs:enumeration value="unknown"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |