namespace | http://www.DSRC-Draft-02-00-15 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="TimeConfidence"> <xs:annotation> <xs:appinfo> notEquipped (0) -- B'0000 Not Equipped time 100 000 (1) -- B'0001 100 Seconds time 050 000 (2) -- B'0010 50 Seconds time 020 000 (3) -- B'0011 20 Seconds time 010 000 (4) -- B'0100 10 Seconds time 002 000 (5) -- B'0101 2 Seconds time 001 000 (6) -- B'0110 1 Second time 000 500 (7) -- B'0111 0.5 Seconds time 000 200 (8) -- B'1000 0.2 Seconds time 000 100 (9) -- B'1001 0.1 Seconds time 000 050 (10) -- B'1010 0.05 Seconds time 000 020 (11) -- B'1011 0.02 Seconds time 000 010 (12) -- B'1100 0.01 Seconds time 000 005 (13) -- B'1101 0.005 Seconds time 000 002 (14) -- B'1110 0.002 Seconds time 000 001 (15) -- B'1111 0.001 Seconds </xs:appinfo> <xs:documentation> Encoded as a 4 bit value </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="15"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="notEquipped"/> <xs:enumeration value="time 100 000"/> <xs:enumeration value="time 050 000"/> <xs:enumeration value="time 020 000"/> <xs:enumeration value="time 010 000"/> <xs:enumeration value="time 002 000"/> <xs:enumeration value="time 001 000"/> <xs:enumeration value="time 000 500"/> <xs:enumeration value="time 000 200"/> <xs:enumeration value="time 000 100"/> <xs:enumeration value="time 000 050"/> <xs:enumeration value="time 000 020"/> <xs:enumeration value="time 000 010"/> <xs:enumeration value="time 000 005"/> <xs:enumeration value="time 000 002"/> <xs:enumeration value="time 000 001"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |