complexType SpecialLane
diagram Docs_p353.png
namespace http://www.DSRC-Draft-03-00-24
children laneNumber laneWidth laneAttributes nodeList keepOutList
used by
element Approach/trainsAndBuses/trainsAndBuse
source <xs:complexType name="SpecialLane">
 
<xs:sequence>
   
<xs:element name="laneNumber" type="LaneNumber"/>
   
<xs:element name="laneWidth" type="LaneWidth" minOccurs="0"/>
   
<xs:element name="laneAttributes" type="SpecialLaneAttributes"/>
   
<xs:element name="nodeList" type="NodeList"/>
   
<xs:element name="keepOutList" type="NodeList" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

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

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

element SpecialLane/laneAttributes
diagram Docs_p356.png
type SpecialLaneAttributes
properties
isRef 0
content simple
source <xs:element name="laneAttributes" type="SpecialLaneAttributes"/>

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

element SpecialLane/keepOutList
diagram Docs_p358.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