![]() ![]() ![]() ![]() SAE J2735-Draft-Rev18 [issued: 06-26-07]
-
101 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
</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>
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
<XML>, and
MSG
In addition, this item may be used by data structures in other ITS standards.
7.56 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 >
<xs:simpleType>
<xs:restriction base="local:NMEA-Revision" />
</xs:simpleType>
|