Navigation bar
  Print document Start Previous page
 83 of 321 
Next page End  

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
83 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
   direction         HeadingSlice,
                     -- field of view over which this applies,
   tag               INTEGER (0..100),
                     -- Type of region to follow, remove? 
   durationLength    INTEGER (0..32767) OPTIONAL,  
                     -- units of duratior in meters
   area    CHOICE  {
      shapePointSet  ShapePointSet,
                     -- A short road segment
      circle         Circle
                     -- A point and raduis
      }
   }
XML Representation:
<xs:complexType name="ValidRegion" >
      <xs:sequence>
         <xs:element name="direction" type="HeadingSlice" />
         <!-- field of view over which this applies, -->
         <xs:element name="tag" >
            <xs:simpleType>
               <xs:restriction base="xs:unsignedByte">
                  <xs:maxInclusive value="100"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <!-- Type of region to follow,  remove? -->
         <xs:element name="durationLength"  minOccurs="0">
            <xs:simpleType>
               <xs:restriction base="xs:unsignedShort">
                  <xs:maxInclusive value="32767"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <!-- units of duratior in meters -->
         <xs:element name="area" >
            <xs:complexType>
               <xs:choice>
                  <xs:element name="shapePointSet" type="ShapePointSet" />
                  <!-- A short road segment -->
                  <xs:element name="circle" type="Circle" />
                  <!-- A point and raduis -->
               </xs:choice>
            </xs:complexType>
         </xs:element>
      </xs:sequence>
</xs:complexType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
MSG_TravelerInformation <ASN> <XML>.   In addition, this item may be used by data structures in
other ITS standards.
Remarks: Note:  Be sure to copy final form to annex text.
6.47 Data Frame: DF_VehicleComputedLane
Use: A VehicleComputedLane data structure provides lane number, lane width and lane attributes within
an approach structure for a drivable motorized vehicle lane.  There is at least one ReferenceLane present
and may be zero or more ComputedLane objects as well in the enclosing Approach structure.  Each
ComputedLane references a ReferenceLane found in the same intersection (using the index in which it is
found?) and an offset values to map the path of the lane.
ASN.1 Representation:
VehicleComputedLane ::= SEQUENCE {
   laneNumber       LaneNumber
   laneWidth        LaneWidth  OPTIONAL,