Navigation bar
  Print document Start Previous page
 168 of 210 
Next page End  

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
168 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
         </xs:simpleType >
      </xs:union>
</xs:simpleType>
Used by: This entry is used directly by one other data structure in this standard, a DF called
DF_Height:frame <ASN> <XML>.   In addition, this item may be used by data structures in other ITS
standards.
8.31 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:documentation>       
            Definition: The designation of the Link type (Freeway, Arterial, Surface,
Rail, Ferry, other modes).
            Remarks: V1.0- Removed permissible values for HOV only, No Trucks, and Toll.        
            V1.2 - Changed ASN1 Data Type to Bitstring.   Added Frontage Road, Service
Road, and Other to Valid Value List.  Removed &amp;amp;quot;not open for approved under
construction&amp;amp;quot; from the list.
            V1.3 - Revised Valid Value Rule.
            V1.7 - Added FADD_ID attribute; revised Class Name, Classification Scheme
Name/Version, Data Concept Identifier/Version to reflect harmonization with ITS Data
Registry.
         </xs:documentation>
      </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"/>