Definition Type: Element
Name: ProfAlign
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
The "ProfAlign" element will typically represent a proposed vertical alignment for a profile. It is defined by a sequential series of any combination of the four "PVI" element types.
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into CircCurve in schema landxml-1_1_xsd Drilldown into UnsymParaCurve in schema landxml-1_1_xsd Drilldown into ParaCurve in schema landxml-1_1_xsd Drilldown into PVI in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsdXSD Diagram of ProfAlign in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="ProfAlign">
    <xs:annotation>
        <xs:documentation>The "ProfAlign" element will typically represent a proposed vertical alignment for a profile.</xs:documentation>
        <xs:documentation>It is defined by a sequential series of any combination of the four "PVI" element types.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice maxOccurs="unbounded">
                <xs:element ref="PVI" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="ParaCurve" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="UnsymParaCurve" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="CircCurve" minOccurs="0" maxOccurs="unbounded" />
            </xs:choice>
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
            <!--               <xs:element ref="PVI"/>  -->
            <!--                 <xs:element ref="PVI"/> -->
        </xs:sequence>
        <xs:attribute name="name" type="xs:string" use="required" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="state" type="stateType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PVI land:PVI 0 unbounded
ParaCurve land:ParaCurve 0 unbounded
UnsymParaCurve land:UnsymParaCurve 0 unbounded
CircCurve land:CircCurve 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name land:name Required
desc land:desc (Optional)
state land:state (Optional)