namespace | http://www.ite.org/tmdd | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Detector-type"> <xs:annotation> <xs:documentation> <objectClass>Detector</objectClass> <definition>Code naming the type of a vehicular detector providing traffic data.</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="10"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="inductive loop"/> <xs:enumeration value="magnetic"/> <xs:enumeration value="magnetometers"/> <xs:enumeration value="pressure cells"/> <xs:enumeration value="microwave radar"/> <xs:enumeration value="ultrasonic"/> <xs:enumeration value="video Image"/> <xs:enumeration value="laser"/> <xs:enumeration value="infrared"/> <xs:enumeration value="road tube"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |