complexType VehicleReferenceLane
diagram Docs_p534.png
namespace http://www.DSRC-Draft-03-00-24
children laneNumber laneWidth laneAttributes nodeList keepOutList
used by
element Approach/drivingLanes/drivingLane
source <xs:complexType name="VehicleReferenceLane">
 
<xs:sequence>
   
<xs:element name="laneNumber" type="LaneNumber"/>
   
<xs:element name="laneWidth" type="LaneWidth" minOccurs="0"/>
   
<xs:element name="laneAttributes" type="VehicleLaneAttributes"/>
   
<xs:element name="nodeList" type="NodeList"/>
   
<xs:element name="keepOutList" type="NodeList" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element VehicleReferenceLane/laneNumber
diagram Docs_p535.png
type LaneNumber
properties
isRef 0
content simple
source <xs:element name="laneNumber" type="LaneNumber"/>

element VehicleReferenceLane/laneWidth
diagram Docs_p536.png
type LaneWidth
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="laneWidth" type="LaneWidth" minOccurs="0"/>

element VehicleReferenceLane/laneAttributes
diagram Docs_p537.png
type VehicleLaneAttributes
properties
isRef 0
content simple
source <xs:element name="laneAttributes" type="VehicleLaneAttributes"/>

element VehicleReferenceLane/nodeList
diagram Docs_p538.png
type NodeList
properties
isRef 0
content complex
children node
source <xs:element name="nodeList" type="NodeList"/>

element VehicleReferenceLane/keepOutList
diagram Docs_p539.png
type NodeList
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children node
source <xs:element name="keepOutList" type="NodeList" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy