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="DmsBeaconType"> <xs:annotation> <xs:appinfo> other (1) none (2) oneBeacon (3) twoBeaconSyncFlash (4) twoBeaconsOppFlash (5) fourBeaconSyncFlash (6) fourBeaconAltRowFlash (7) fourBeaconAltColumnFlash (8) fourBeaconAltDiagonalFlash (9) fourBeaconNoSyncFlash (10) oneBeaconStrobe (11) twoBeaconStrobe (12) fourBeaconStrobe (13) </xs:appinfo> <xs:documentation> Definition: Indicates the configuration of the type, numbers and flashing patterns of beacons on a sign.&quot; </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="13"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="other"/> <xs:enumeration value="none"/> <xs:enumeration value="oneBeacon"/> <xs:enumeration value="twoBeaconSyncFlash"/> <xs:enumeration value="twoBeaconsOppFlash"/> <xs:enumeration value="fourBeaconSyncFlash"/> <xs:enumeration value="fourBeaconAltRowFlash"/> <xs:enumeration value="fourBeaconAltColumnFlash"/> <xs:enumeration value="fourBeaconAltDiagonalFlash"/> <xs:enumeration value="fourBeaconNoSyncFlash"/> <xs:enumeration value="oneBeaconStrobe"/> <xs:enumeration value="twoBeaconStrobe"/> <xs:enumeration value="fourBeaconStrobe"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |