<xs:element name="RoadCharacteristics">
<xs:complexType>
<xs:sequence>
<xs:element ref="RoadName" minOccurs="0" />
<xs:element ref="RoadNumber" minOccurs="0" />
<xs:element ref="RoadClassification" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="RoadAvailability" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="RoadBearingCapacity" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="RoadOwnerType" type="roadOwnerType" />
<xs:attribute name="RoadKeeperType" type="roadKeeperType" />
<xs:attribute name="RoadAccessibilityType">
<xs:simpleType>
<xs:restriction base="roadAccessibilityType" />
</xs:simpleType>
</xs:attribute>
<xs:attribute name="RoadTurningPossibilityType" type="roadTurningPossibilityType" />
<xs:attribute name="RoadTurningPointType" type="roadTurningPointType" />
<xs:attribute name="RoadPassingPossibility" type="yesNo" />
</xs:complexType>
</xs:element>
|