![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
144 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
7.78 Data Element: DE_J1939-71-Wheel End Elect. Fault
Use: An empty definition field, need data here.
ASN.1 Representation:
WheelEndElectFault ::= BIT STRING {
bitOne (1),
bitTwo (2)
} (SIZE(3))
XML Representation:
<xs:simpleType name="WheelEndElectFault-item" >
<xs:annotation>
<xs:appinfo>
bitOne (1)
bitTwo (2)
</xs:appinfo>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="bitOne"/>
<xs:enumeration value="bitTwo"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
<xs:simpleType name="WheelEndElectFault">
<xs:list itemType="WheelEndElectFault-item"/>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called DF_J1939-
71-Used Somehow <ASN> <XML>. In addition, this item may be used by data structures in other ITS
standards.
7.79 Data Element: DE_J1939-71-Wheel Sensor Status
Use: Encoded as: 00:Off, 01:On, 10: Not defined, 11: Not supported
ASN.1 Representation:
WheelSensorStatus ::= ENUMERATED {
off (0),
on (1),
notDefined (2),
notSupoprted (3)
}
XML Representation:
<xs:simpleType name="WheelSensorStatus" >
<xs:annotation>
<xs:appinfo>
off (0)
on (1)
notDefined (2)
notSupoprted (3)
</xs:appinfo>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
|