<xs:element name="Roadways">
<xs:complexType>
<xs:choice>
<xs:element ref="Roadway" maxOccurs="unbounded" />
<xs:element ref="Intersections" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:attribute name="name" type="xs:string" />
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="state" type="stateType" />
</xs:complexType>
</xs:element>
|