namespace | http://www.ite.org/tmdd | ||
type | union of (restriction of xs:int, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Link-priority-type"> <xs:annotation> <xs:documentation> <objectClass>Link</objectClass> <definition>The roadway priority assignments for which the roadway is restricted from general traffic access due to one of the listed priority functions.</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> <xs:maxInclusive value="7"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="special events"/> <xs:enumeration value="snow ice clearance"/> <xs:enumeration value="weather evacuation"/> <xs:enumeration value="defense movements"/> <xs:enumeration value="hazmat"/> <xs:enumeration value="agricultural access"/> <xs:enumeration value="none"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |