Definition Type: Element
Name: TurnLane
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into taperTangentLength in schema landxml-1_1_xsd Drilldown into taperType in schema landxml-1_1_xsd Drilldown into type in schema landxml-1_1_xsd Drilldown into sideofRoad in schema landxml-1_1_xsd Drilldown into width in schema landxml-1_1_xsd Drilldown into beginFullWidthSta in schema landxml-1_1_xsd Drilldown into staEnd in schema landxml-1_1_xsd Drilldown into staStart in schema landxml-1_1_xsdXSD Diagram of TurnLane in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="TurnLane">
    <xs:complexType>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:choice>
        <xs:attribute name="staStart" type="station" />
        <xs:attribute name="staEnd" type="station" />
        <xs:attribute name="beginFullWidthSta" type="station" />
        <xs:attribute name="width" type="xs:double" />
        <xs:attribute name="sideofRoad" type="sideofRoadType" />
        <xs:attribute name="type" type="turnLaneType" />
        <xs:attribute name="taperType" type="laneTaperType" />
        <xs:attribute name="taperTangentLength" type="xs:double" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
staStart land:staStart (Optional)
staEnd land:staEnd (Optional)
beginFullWidthSta land:beginFullWidthSta (Optional)
width land:width (Optional)
sideofRoad land:sideofRoad (Optional)
type land:type (Optional)
taperType land:taperType (Optional)
taperTangentLength land:taperTangentLength (Optional)