![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
153 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
7.92 Data Element: DE_MUTCDCode
Use: AAA An empty definition field.
ASN.1 Representation:
MUTCDCode ::= INTEGER (0..255) -- 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: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.93 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),
reserved (1),
-- to be determined
... -- # LOCAL_CONTENT
}
-- values to 127 reserved for std use
-- values 128 to 255 reserved for local use
XML Representation:
<xs:annotation>
<xs:appinfo>
unknown (0)
reserved (1) -- to be determined
</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="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="unknown"/>
<xs:enumeration value="reserved"/>
</xs:restriction>
</xs:simpleType >
|