![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
239 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
XML Representation:
<xs:simpleType name="VerticalDatum" >
<xs:annotation>
<xs:appinfo>
wgs 84 (0)
navd (1)
</xs:appinfo>
<xs:documentation>
# LOCAL_CONTENT
</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="wgs 84"/>
<xs:enumeration value="navd"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
standards.
8.30 Data Element: LINK_Type_code [TMDD]
Use: The designation of the Link type (Freeway, Arterial, Surface, Rail, Ferry, other modes).
ASN.1 Representation:
Link-type ::= BIT STRING {freeway (1),
arterial (2),
collector (3),
local (4),
service-road (7),
tunnel (8),
detour (9),
dedicated-link (10),
military-road (11),
railroad-link (12),
air-link (13),
ferry (14)
}
XML Representation:
<xs:simpleType name="Link-type-item" >
<xs:annotation>
<xs:appinfo>
freeway (1)
arterial (2)
collector (3)
local (4)
service road (7)
tunnel (8)
detour (9)
dedicated link (10)
military road (11)
railroad link (12)
air link (13)
ferry (14)
</xs:appinfo>
|