![]() ![]() ![]() ![]() SAE J2735-Draft-Rev18 [issued: 06-26-07]
-
174 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
item_7 (6), -- B'0110
item_8 (7), -- B'0111
item_9 (8), -- B'1000
item_10 (9), -- B'1001
item_11 (10), -- B'1010
item_12 (11), -- B'1011
item_13 (12), -- B'1100
item_14 (13), -- B'1101
item_15 (14), -- B'1110
item_16 (15), -- B'1111
}
XML Representation:
<xs:simpleType name="SystemHealth" >
<xs:annotation>
<xs:appinfo>
NoFaults (0) -- B'0000 No Faults detected
NoReceivedPackets (1)
CorruptedMsgs (2)
UnauthorizedDataReceived (3)
item_5 (4) -- B'0100
item_6 (5) -- B'0101
item_7 (6) -- B'0110
item_8 (7) -- B'0111
item_9 (8) -- B'1000
item_10 (9) -- B'1001
item_11 (10) -- B'1010
item_12 (11) -- B'1011
item_13 (12) -- B'1100
item_14 (13) -- B'1101
item_15 (14) -- B'1110
item_16 (15) -- B'1111
</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="NoFaults"/>
<xs:enumeration value="NoReceivedPackets"/>
<xs:enumeration value="CorruptedMsgs"/>
<xs:enumeration value="UnauthorizedDataReceived"/>
<xs:enumeration value="item_5"/>
<xs:enumeration value="item_6"/>
<xs:enumeration value="item_7"/>
<xs:enumeration value="item_8"/>
<xs:enumeration value="item_9"/>
<xs:enumeration value="item_10"/>
<xs:enumeration value="item_11"/>
<xs:enumeration value="item_12"/>
<xs:enumeration value="item_13"/>
<xs:enumeration value="item_14"/>
<xs:enumeration value="item_15"/>
<xs:enumeration value="item_16"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
|