![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
215 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:annotation>
<xs:documentation>
LSB units of 0.01 degrees per second (signed)
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:short">
<xs:minInclusive value="-32765"/>
<xs:maxInclusive value="32765"/>
</xs:restriction>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_VehicleStatus <ASN> <XML>. In addition, this item may be used by data structures in other ITS
standards.
Remarks: NOTE: Needs to be a signed value to be used correctly, must fix.
VSC has raised concerns about removing bias in this element before use.
8. External Data Entries
Data entries specified in Clauses 6 and 7 are also composed of message elements defined by other
standards bodies. These "foreign" elements are defined in the sections which follow. These definitions
were taken from the then-current adopted standards of these organizations when possible, and from the best
available sources when not. The referenced standards shall be consulted for further information regarding
their proper use. Unless otherwise noted in each entry, the below ASN.1 and XML definitions shall be
taken as the governing definition when used in this standard, even when a more current standard is adopted
by the issuing organization. Deployment needs to approach the elements in this section with caution as
they are subject to change and can be difficult to coordinate. It is important that the deployment have a
firm grasp of the definitions to be used in this area. When changes and improvements are made, ensure that
all parties are involved and coordinated.
The productions of ASN.1 which follow shall be considered normative in nature. While the majority of the
normative content is reflected in the actual syntax of the ASN.1 some entries also have additional
statements in the ASN.1 comments which shall be considered to be normative as well. In addition, the
commentary provided with each entry may also provide additional normative restrictions on the proper use
of the entry which shall be followed. The XML productions follow directly from the ASN.1 specifications
and the same rules shall be applied.
8.1 Data Element: DE_Direction [ATIS]
Use: A set of compass point directions taken from the ITIS code list range (7998..8005).
ASN.1 Representation:
CompassDirection ::= ENUMERATED {
north (7998),
south (7999),
east (8000),
west (8001),
northeast (8002),
northwest (8003),
southeast (8004),
southwest (8005)
} -- Compass Points
XML Representation:
<xs:simpleType name="CompassDirection" >
|