![]() ![]() ![]() ![]() SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
62 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
basicSafetyMessage (2)
commonSafetyRequest (3)
emergencyVehicleAlert (4)
genericTransferMsg (5)
probeVehicleData (6)
</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="6"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="reserved"/>
<xs:enumeration value="alaCarteMessage"/>
<xs:enumeration value="basicSafetyMessage"/>
<xs:enumeration value="commonSafetyRequest"/>
<xs:enumeration value="emergencyVehicleAlert"/>
<xs:enumeration value="genericTransferMsg"/>
<xs:enumeration value="probeVehicleData"/>
</xs:restriction>
</xs:simpleType >
<xs:simpleType>
<xs:restriction base="local:DSRCmsgID" />
</xs:simpleType>
</xs:union>
</xs:simpleType>
Used by: This entry is directly used by the following 6 other data structures in this standard (record type, descriptive name,
ASN.1, and XML name (if present) of each):
DF
MSG
MSG
MSG
MSG
MSG
In addition, this item may be used by data structures in other ITS standards.
7.16 Data Element: DE_DYear
Use: The DSRC style year is a simple value consisting of integer values from zero to 9999 representing the year
according to the Gregorian calendar date system. The value of zero SHALL represent an unknown value.
ASN.1 Representation:
DYear ::= INTEGER (0..9999) -- units of years
XML Representation:
<xs:simpleType name="DYear" >
<xs:annotation>
<xs:documentation>
units of years
|