namespace | http://www.ite.org/tmdd | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Dms-sign-type"> <xs:annotation> <xs:documentation> <objectClass>DMS</objectClass> <definition>The sign type of a DMS device.</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="5"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="variable message sign VMS"/> <xs:enumeration value="changeable message sign CMS"/> <xs:enumeration value="blank out sign BOS"/> <xs:enumeration value="portable VMS"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |