namespace | http://www.ite.org/tmdd | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by | |||
annotation |
|
||
source | <xs:simpleType name="Device-type"> <xs:annotation> <xs:documentation> <objectClass>Device</objectClass> <definition>A code which specifies the type of device.</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="detector"/> <xs:enumeration value="cctv camera"/> <xs:enumeration value="dynamic message sign"/> <xs:enumeration value="environmental sensor station"/> <xs:enumeration value="gate"/> <xs:enumeration value="highway advisory radio"/> <xs:enumeration value="lane control signal"/> <xs:enumeration value="ramp meter"/> <xs:enumeration value="signal controller"/> <xs:enumeration value="signal section"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |