namespace | http://www.ntcip.org/c2f-objects | ||||
type | union of (restriction of xs:int, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="DmsSignTechnology"> <xs:annotation> <xs:appinfo> other (0) led (1) flip disk (2) fiber optics (3) shuttered (4) bulb (5) drum (6) </xs:appinfo> <xs:documentation> Definition: Indicates the utilized technology in a bitmap format (Hybrids will have to set the bits for all technologies that the sign utilizes). If a bit is set to one (1), then the associated feature exists.; if the bit is set to zero (0), then the associated feature does not exist. </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="0"/> <xs:maxInclusive value="6"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="other"/> <xs:enumeration value="led"/> <xs:enumeration value="flip disk"/> <xs:enumeration value="fiber optics"/> <xs:enumeration value="shuttered"/> <xs:enumeration value="bulb"/> <xs:enumeration value="drum"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |