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="DmsMessageBeacon"> <xs:annotation> <xs:appinfo> beacons are disabled (0) beacons are enabled (1) </xs:appinfo> <xs:documentation> Definition: Indicates if connected beacon(s) are to be activated when the associated message is displayed. </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="1"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="beacons are disabled"/> <xs:enumeration value="beacons are enabled"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |