namespace | http://www.ite.org/tmdd | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by | |||
annotation |
|
||
source | <xs:simpleType name="Link-direction"> <xs:annotation> <xs:documentation> <objectClass>Link</objectClass> <definition>The direction(s) of travel referenced on a link.</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="12"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="any other"/> <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:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |