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="BrakeAppliedPressure"> <xs:annotation> <xs:appinfo> notEquipped (0) -- B'0000 Not Equipped minPressure (1) -- B'0001 Minimum Braking Pressure bkLvl 2 (2) -- B'0010 bkLvl 3 (3) -- B'0011 bkLvl 4 (4) -- B'0100 bkLvl 5 (5) -- B'0101 bkLvl 6 (6) -- B'0110 bkLvl 7 (7) -- B'0111 bkLvl 8 (8) -- B'1000 bkLvl 9 (9) -- B'1001 bkLvl 10 (10) -- B'1010 bkLvl 11 (11) -- B'1011 bkLvl 12 (12) -- B'1100 bkLvl 13 (13) -- B'1101 bkLvl 14 (14) -- B'1110 maxPressure (15) -- B'1111 Maximum Braking Pressure </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="minPressure"/> <xs:enumeration value="bkLvl 2"/> <xs:enumeration value="bkLvl 3"/> <xs:enumeration value="bkLvl 4"/> <xs:enumeration value="bkLvl 5"/> <xs:enumeration value="bkLvl 6"/> <xs:enumeration value="bkLvl 7"/> <xs:enumeration value="bkLvl 8"/> <xs:enumeration value="bkLvl 9"/> <xs:enumeration value="bkLvl 10"/> <xs:enumeration value="bkLvl 11"/> <xs:enumeration value="bkLvl 12"/> <xs:enumeration value="bkLvl 13"/> <xs:enumeration value="bkLvl 14"/> <xs:enumeration value="maxPressure"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |