![]() ![]() ![]() ![]() SAE J2735-Draft-Rev28 [issued: 11-10-08]
-
245 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
</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>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="14"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="freeway"/>
<xs:enumeration value="arterial"/>
<xs:enumeration value="collector"/>
<xs:enumeration value="local"/>
<xs:enumeration value="service road"/>
<xs:enumeration value="tunnel"/>
|