![]() ![]() ![]() ![]() SAE J2735-Draft-Rev18 [issued: 06-26-07]
-
171 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:enumeration value="parkingManagement"/>
<xs:enumeration value="geographicRoadDatabase"/>
<xs:enumeration value="mediumRangePreinformation"/>
<xs:enumeration value="manMachineInterface"/>
<xs:enumeration value="intersystemInterface"/>
<xs:enumeration value="automaticVehicleID"/>
<xs:enumeration value="emergencyWarning"/>
<xs:enumeration value="private"/>
<xs:enumeration value="multiPurposePayment"/>
<xs:enumeration value="dsrcResourceManager"/>
<xs:enumeration value="afterTheftSystems"/>
<xs:enumeration value="cruiseAssistHighwaySystem"/>
<xs:enumeration value="multiPurposeInfoSystem"/>
<xs:enumeration value="publicSafety"/>
<xs:enumeration value="vehicleSafety"/>
<xs:enumeration value="generalPurposeInternetAccess"/>
</xs:restriction>
</xs:simpleType >
<xs:simpleType>
<xs:restriction base="local:ApplicationID" />
</xs:simpleType>
</xs:union>
</xs:simpleType>
Remarks: Is the rest of this byte defined in IEEE somewhere? Who is the authority for this information,
SAE or IEEE or someone else? This is probably an external (foreign) data element because is comes from
IEEE. Which of these is for the probe application?
9.2 Data Element: DE_DDuration
Use: The DSRC style Duration element is a simple value consisting of the number of milliseconds from
some known starting time. A 3 byte value.
ASN.1 Representation:
DDuration ::= INTEGER (0..1200000) -- up to 20 minutes of elapssed time
XML Representation:
<xs:simpleType name="DDuration" >
<xs:annotation>
<xs:documentation>
up to 20 minutes of elapssed time
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedInt">
<xs:maxInclusive value="1200000"/>
</xs:restriction>
</xs:simpleType>
9.3 Data Element: DE_DOffset
Use: The DSRC style (time zone) offset is a simple value consisting of a signed integer representing an
hour and minute value set from -14:00 to +14:00 representing all the worlds local time zones in units of
minutes. The value of zero (00:00) may represent an unknown value. Note some time zones are do not
align to hourly boundaries.
ASN.1 Representation:
DOffset ::= INTEGER (-340..340) -- units of minutes from UTC time
XML Representation:
<xs:simpleType name="DOffset" >
<xs:annotation>
<xs:documentation>
units of minutes from UTC time
</xs:documentation>
</xs:annotation>
|