![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
149 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
or sign boards on them.
ASN.1 Representation:
LightbarInUse ::= ENUMERATED {
notEquipped (0),
notInUse (1), -- none active
inUse (2),
-- sirenInUse (3), To be removed !
yellowCautionLights (4),
schooldBusLights (5),
arrowSignsActive (6),
slowMovingVehicle (7),
freqStops (8),
reserved (9) -- for future use
}
XML Representation:
<xs:simpleType name="LightbarInUse" >
<xs:annotation>
<xs:appinfo>
notEquipped (0)
notInUse (1) -- none active
inUse (2) -- sirenInUse (3) , To be removed !
yellowCautionLights (4)
schooldBusLights (5)
arrowSignsActive (6)
slowMovingVehicle (7)
freqStops (8)
reserved (9) -- for future use
</xs:appinfo>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="9"/>
</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="yellowCautionLights"/>
<xs:enumeration value="schooldBusLights"/>
<xs:enumeration value="arrowSignsActive"/>
<xs:enumeration value="slowMovingVehicle"/>
<xs:enumeration value="freqStops"/>
<xs:enumeration value="reserved"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
Used By: This entry is directly used by the following 2 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF
MSG
In addition, this item may be used by data structures in other ITS standards.
Remarks: See also the entry for ExteriorLights.
|