Definition Type: Element
Name: Alignment
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
geometric horizontal alignment, PGL or chain typically representing a road design center line
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into Superelevation in schema landxml-1_1_xsd Drilldown into CrossSects in schema landxml-1_1_xsd Drilldown into Profile in schema landxml-1_1_xsd Drilldown into StaEquation in schema landxml-1_1_xsd Drilldown into Cant in schema landxml-1_1_xsd Drilldown into AlignPIs in schema landxml-1_1_xsd Drilldown into CoordGeom in schema landxml-1_1_xsd Drilldown into Start in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into oID in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into staStart in schema landxml-1_1_xsd Drilldown into length in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsdXSD Diagram of Alignment in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Alignment">
    <xs:annotation>
        <xs:documentation>geometric horizontal alignment, PGL or chain typically representing a road design center line</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice maxOccurs="unbounded">
            <xs:choice>
                <xs:element ref="Start" minOccurs="0" />
                <xs:element ref="CoordGeom" />
                <xs:element ref="AlignPIs" minOccurs="0" />
                <xs:element ref="Cant" minOccurs="0" />
            </xs:choice>
            <xs:element ref="StaEquation" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Profile" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="CrossSects" minOccurs="0" />
            <xs:element ref="Superelevation" 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="length" type="xs:double" use="required" />
        <xs:attribute name="staStart" type="xs:double" use="required" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="oID" type="xs:string" />
        <xs:attribute name="state" type="stateType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Start land:Start 0 (1)
CoordGeom land:CoordGeom (1) (1)
AlignPIs land:AlignPIs 0 (1)
Cant land:Cant 0 (1)
StaEquation land:StaEquation 0 unbounded
Profile land:Profile 0 unbounded
CrossSects land:CrossSects 0 (1)
Superelevation land:Superelevation 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name land:name Required
length land:length Required
staStart land:staStart Required
desc land:desc (Optional)
oID land:oID (Optional)
state land:state (Optional)