![]() ![]() ![]() ![]() SAE J2735-Draft-Rev28 [issued: 11-10-08]
-
132 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:documentation>
to fit in 8 bits
</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="128"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="allLightsOff"/>
<xs:enumeration value="lowBeamHeadlightsOn"/>
<xs:enumeration value="highBeamHeadlightsOn"/>
<xs:enumeration value="leftTurnSignalOn"/>
<xs:enumeration value="rightTurnSignalOn"/>
<xs:enumeration value="hazardSignalOn"/>
<xs:enumeration value="automaticLightControlOn"/>
<xs:enumeration value="daytimeRunningLightsOn"/>
<xs:enumeration value="fogLightOn"/>
<xs:enumeration value="parkingLightsOn"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
<xs:simpleType name="ExteriorLights">
<xs:list itemType="ExteriorLights-item"/>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_VehicleStatus <ASN> <XML>. In addition, this item may be used by data structures in other ITS
standards.
Remarks: [Note: There is a request - suggestion (by the Traffic Info Group) to add "rear fog lights" to
this list. This will make the value set larger then the current 8 bytes. Another note suggests replacing
automaticLightControlOn with the new rearFogLights, and re-labeling existing one to indicate front
fog lights.]
7.49 Data Element: DE_FurtherInfoID
Use: This data element provides a link number to other messages (described here and in other message set
standards) which relate to the same event. Use zero when unkown or not present.
ASN.1 Representation:
FurtherInfoID ::= INTEGER (0..32000)
-- a link to any other incident
-- information data that may be available
-- in the normal ATIS incident description
-- or other messages
-- two value bytes in length
XML Representation:
<xs:simpleType name="FurtherInfoID" >
<xs:annotation>
<xs:documentation>
a link to any other incident
information data that may be available
in the normal ATIS incident description
or other messages
two value bytes in length
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedShort">
<xs:maxInclusive value="32000"/>
|