![]() ![]() ![]() ![]() SAE J2735-Draft-Rev29 [issued: 12-11-08]
-
172 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
7.113 Data Element: DE_SignPrority
Use: The relative importance of the sign, a scale from zero (least important) to seven (most important).
ASN.1 Representation:
SignPrority ::= INTEGER (0..7)
-- 0 as least, 7 as most
XML Representation:
<xs:simpleType name="SignPrority" >
<xs:annotation>
<xs:documentation>
0 as least, 7 as most
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="7"/>
</xs:restriction>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_TravelerInformation <ASN> <XML>. In addition, this item may be used by data structures in
other ITS standards.
7.114 Data Element: DE_SirenInUse
Use: A data element which is set if any sort of audible alarm is being emitted from the vehicle. This
includes various common sirens as well as backup up beepers and other slow speed maneuvering alerts.
Used to reflect any type or style of audio alerting when a vehicle is progressing and transmitting DSRC
messages to others about its path. Intended to be used as part of the DSRC safety message for public
safety vehicles operating in the area.
ASN.1 Representation:
SirenInUse ::= ENUMERATED {
notEquipped (0),
notInUse (1),
inUse (2),
reserved (3) -- for future use
}
XML Representation:
<xs:simpleType name="SirenInUse" >
<xs:annotation>
<xs:appinfo>
notEquipped (0)
notInUse (1)
inUse (2)
reserved (3) -- for future use
</xs:appinfo>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="notEquipped"/>
<xs:enumeration value="notInUse"/>
<xs:enumeration value="inUse"/>
<xs:enumeration value="reserved"/>
</xs:restriction>
</xs:simpleType >
|