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-median-type"> <xs:annotation> <xs:documentation> <objectClass>Link</objectClass> <definition>Type of the median for the separation of opposing or parallel traffic links.</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="9"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="curbed"/> <xs:enumeration value="concrete barrier"/> <xs:enumeration value="concrete barrier with visibility screen"/> <xs:enumeration value="guard rail"/> <xs:enumeration value="open grass"/> <xs:enumeration value="open sand"/> <xs:enumeration value="painted median no access"/> <xs:enumeration value="separate roadways"/> <xs:enumeration value="unprotected"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |