<xs:element name="Roadway">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Classification" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Lanes" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Roadside" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Speeds" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="NoPassingZone" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="TrafficVolume" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="CrashData" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="DecisionSightDistance" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="BridgeElement" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="PlanFeature" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="alignmentRefs" type="alignmentNameRefs" use="required" />
<xs:attribute name="surfaceRefs" type="surfaceNameRefs" />
<xs:attribute name="gradeModelRefs" type="gradeModelNameRefs" />
<xs:attribute name="staStart" type="station" />
<xs:attribute name="staEnd" type="station" />
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="roadTerrain" type="roadTerrainType" />
<xs:attribute name="state" type="stateType" />
</xs:complexType>
</xs:element>
|