namespace | http://www.ntcip.org/c2f-objects | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="DmsSupportedMultiTags"> <xs:annotation> <xs:appinfo> </xs:appinfo> <xs:documentation> <definition>An indication of the MULTI Tags supported by the device. This object is a bitmap representation of tag support. When a bit is set (=1), the device supports the corresponding tag. When a bit is cleared (=0), the device does not support the corresponding tag.</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="28"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="color background"/> <xs:enumeration value="color foreground"/> <xs:enumeration value="flashing"/> <xs:enumeration value="font"/> <xs:enumeration value="graphic"/> <xs:enumeration value="hexadecimal character"/> <xs:enumeration value="justification line"/> <xs:enumeration value="justification page"/> <xs:enumeration value="manufacturer specific"/> <xs:enumeration value="moving text"/> <xs:enumeration value="new line"/> <xs:enumeration value="new page"/> <xs:enumeration value="page time"/> <xs:enumeration value="spacing character"/> <xs:enumeration value="field local time 12 hour"/> <xs:enumeration value="field local time 24 hour"/> <xs:enumeration value="ambient temperature Celsius"/> <xs:enumeration value="ambient temperature Fahrenheit"/> <xs:enumeration value="speed km/h"/> <xs:enumeration value="speed m/h"/> <xs:enumeration value="day of week"/> <xs:enumeration value="date of month"/> <xs:enumeration value="year 2 digits"/> <xs:enumeration value="year 4 digits"/> <xs:enumeration value="local time 12 hour AM/PM"/> <xs:enumeration value="local time 12 hour am/pm"/> <xs:enumeration value="text rectangle"/> <xs:enumeration value="color rectangle"/> <xs:enumeration value="page background"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |