<xs:element name="Intersection">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="TrafficControl" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Timing" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Volume" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="TurnSpeed" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="TurnRestriction" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Curb" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Corner" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:attribute name="roadwayRef" type="roadwayNameRef" />
<xs:attribute name="roadwayPI" type="station" />
<xs:attribute name="intersectingRoadwayRef" type="roadwayNameRef" />
<xs:attribute name="intersectRoadwayPI" type="station" />
<xs:attribute name="contructionType" type="intersectionConstructionType" />
</xs:complexType>
</xs:element>
|