![]() ![]() ![]() ![]() SAE J2735-Draft-Rev28 [issued: 11-10-08]
-
156 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
XML Representation:
<xs:simpleType name="MultiVehicleReponse" >
<xs:annotation>
<xs:appinfo>
notEquipped (0)
singleVehicle (1)
multiVehicle (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="singleVehicle"/>
<xs:enumeration value="multiVehicle"/>
<xs:enumeration value="reserved"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
7.90 Data Element: DE_MUTCDCode
Use: Yet to be defined,. may be used in traveler signs and directions uses with MUTCD codes are added
(if not handled by the ITIS sub groups).
ASN.1 Representation:
MUTCDCode ::= INTEGER (0..127) -- the MUTCDCode,
-- Tag for MUTCD code or "generic sign"
XML Representation:
<xs:simpleType name="MUTCDCode" >
<xs:annotation>
<xs:documentation>
the MUTCDCode,
Tag for MUTCD code or &quot;generic sign&quot;
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="127"/>
</xs:restriction>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_RoadSignID <ASN> <XML>. In addition, this item may be used by data structures in other ITS
standards.
7.91 Data Element: DE_NEMA_Revision
Use: The specific revision of the NMEA standard which is being used. This is needed to know precisely
the mapping of the messages types to their definitions, as well as some minor transport layer ordering
details when received in the mobile unit.
ASN.1 Representation:
NMEA-Revision ::= ENUMERATED {
unknown (0),
|