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-location-landmark-type"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition>A code which represents the type of landmark being identified. values to 127 reserved for std use values 128 to 255 reserved for local use</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="2"/> <xs:maxInclusive value="41"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="entrance ramp"/> <xs:enumeration value="exit ramp"/> <xs:enumeration value="rest area"/> <xs:enumeration value="intersection"/> <xs:enumeration value="rail station"/> <xs:enumeration value="rail yard"/> <xs:enumeration value="rail stop"/> <xs:enumeration value="airport"/> <xs:enumeration value="bridge"/> <xs:enumeration value="tunnel"/> <xs:enumeration value="park and ride facility"/> <xs:enumeration value="toll plaza"/> <xs:enumeration value="bus station"/> <xs:enumeration value="bus stop"/> <xs:enumeration value="building"/> <xs:enumeration value="town"/> <xs:enumeration value="city"/> <xs:enumeration value="river"/> <xs:enumeration value="lake"/> <xs:enumeration value="shore"/> <xs:enumeration value="harbor"/> <xs:enumeration value="park"/> <xs:enumeration value="venue"/> <xs:enumeration value="school"/> <xs:enumeration value="hospital"/> <xs:enumeration value="sport stadium"/> <xs:enumeration value="weigh station"/> <xs:enumeration value="police station"/> <xs:enumeration value="fire station"/> <xs:enumeration value="reservoir dam"/> <xs:enumeration value="power station"/> <xs:enumeration value="military port"/> <xs:enumeration value="church and worship"/> <xs:enumeration value="mine"/> <xs:enumeration value="oil fields"/> <xs:enumeration value="shopping mall"/> <xs:enumeration value="tourist attraction"/> <xs:enumeration value="cemetery"/> <xs:enumeration value="pier"/> <xs:enumeration value="canal"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |