![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
126 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:enumeration value="basicSafetyMessageVerbose"/>
<xs:enumeration value="commonSafetyRequest"/>
<xs:enumeration value="emergencyVehicleAlert"/>
<xs:enumeration value="genericTransferMsg"/>
<xs:enumeration value="probeVehicleData"/>
<xs:enumeration value="probeManagementMsg"/>
<xs:enumeration value="mapFragment"/>
<xs:enumeration value="aNMEAcorrections"/>
<xs:enumeration value="aRTCMcorrections"/>
<xs:enumeration value="aSPAT"/>
<xs:enumeration value="travelerInformation"/>
<xs:enumeration value="roadSideAlert"/>
<xs:enumeration value="signalPreemptionRequest"/>
<xs:enumeration value="signalPriorityRequest"/>
</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 9 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
MSG
MSG
MSG
MSG
MSG
MSG
MSG
MSG
DF
In addition, this item may be used by data structures in other ITS standards.
7.50 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
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedShort">
<xs:maxInclusive value="9999"/>
</xs:restriction>
</xs:simpleType>
|