![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
55 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
</xs:simpleType>
</xs:element>
<xs:element name="processAgency" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="lastCheckedDate" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="geiodUsed" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="localDataParameters" type="local:DataParameters"
minOccurs="0"/>
</xs:sequence>
</xs:complexType>
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_MapData (GID Layer) <ASN> <XML>. In addition, this item may be used by data structures in
other ITS standards.
6.15 Data Frame: DF_DDate
Use: The DSRC style date is a compound value consisting of finite-length sequences of integers (not
characters) of the form: "yyyy, mm, dd" - as defined below. Because the length of each element is known,
no inner element tagging is normally used in transmission. Thus, this data frame occupies 4 bytes in total.
ASN.1 Representation:
DDate ::= SEQUENCE {
year DYear, -- 2 bytes
month DMonth, -- 1 byte
day DDay -- 1 byte
}
XML Representation:
<xs:complexType name="DDate" >
<xs:sequence>
<xs:element name="year" type="DYear" />
<!-- 2 bytes -->
<xs:element name="month" type="DMonth" />
<!-- 1 byte -->
<xs:element name="day" type="DDay" />
<!-- 1 byte -->
</xs:sequence>
</xs:complexType>
In addition, this item may be used by data structures in other ITS standards.
6.16 Data Frame: DF_DDateTime
Use: The DSRC style date is a compound value consisting of finite-length sequences of integers (not
|