| namespace | http://www.DSRC-Draft-03-00-24 | ||
| type | union of (restriction of xs:int, restriction of xs:string) | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:simpleType name="VerticalAccelerationThreshold-item"> <xs:annotation> <xs:appinfo> allOff (0) -- B'0000 The condition All Off or not equipped leftFront (1) -- B'0001 Left Front Event leftRear (2) -- B'0010 Left Rear Event rightFront (4) -- B'0100 Right Front Event rightRear (8) -- B'1000 Right Rear Event </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="0"/> <xs:maxInclusive value="8"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="allOff"/> <xs:enumeration value="leftFront"/> <xs:enumeration value="leftRear"/> <xs:enumeration value="rightFront"/> <xs:enumeration value="rightRear"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |