| diagram | ![]() |
||
| namespace | http://www.landxml.org/schema/LandXML-1.2 | ||
| properties |
|
||
| children | ThruLane PassingLane TurnLane TwoWayLeftTurnLane ClimbLane OffsetLane WideningLane Feature | ||
| used by |
|
||
| source | <xs:element name="Lanes"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="ThruLane" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="PassingLane" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="TurnLane" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="TwoWayLeftTurnLane" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="ClimbLane" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="OffsetLane" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="WideningLane" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/> </xs:choice> </xs:complexType> </xs:element> |