![]() ![]() ![]() ![]() SAE J2735-Draft-Rev28 [issued: 11-10-08]
-
211 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
itemTwo (1), -- add any comments here
itemThree (2),
itemFour (3),
... -- # LOCAL_CONTENT
}
-- values to 127 reserved for std use
-- values 128 to 255 reserved for local use
XML Representation:
<xs:simpleType name="VehicleStoppedInIntersection" >
<xs:annotation>
<xs:appinfo>
itemOne (0)
itemTwo (1) -- add any comments here
itemThree (2)
itemFour (3)
</xs:appinfo>
<xs:documentation>
values to 127 reserved for std use
values 128 to 255 reserved for local use
</xs:documentation>
</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="itemOne"/>
<xs:enumeration value="itemTwo"/>
<xs:enumeration value="itemThree"/>
<xs:enumeration value="itemFour"/>
</xs:restriction>
</xs:simpleType >
<xs:simpleType>
<xs:restriction base="local:VehicleStoppedInIntersection" />
</xs:simpleType>
</xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
7.153 Data Element: DE_VehicleType
Use: The type (classification) of the vehicle in DSRC terms of overall size.
ASN.1 Representation:
VehicleType ::= ENUMERATED {
none (0), -- Not Equipped, Not known
unknown (1), -- Does not fit any other category
special (2), -- Special use
moto (3), -- Motorcycle
car (4), -- Passenger car
carOther (5), -- Four tire single units
bus (6), -- Buses
axleCnt2 (7), -- Two axle, six tire single units
axleCnt3 (8), -- Three axle, single units
axleCnt4 (9), -- Four or more axle, single unit
axleCnt4Trailer (10), -- Four or less axle, single trailer
axleCnt5Trailer (11), -- Five or less axle, single trailer
axleCnt6Trailer (12), -- Six or more axle, single trailer
axleCnt5MultiTrailer (13), -- Five or less axle, multi-trailer
axleCnt6MultiTrailer (14), -- Six axle, multi-trailer
axleCnt7MultiTrailer (15), -- Seven or more axle, multi-trailer
... -- # LOCAL_CONTENT
|