Definition Type: Element
Name: Profile
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
A profile or long section
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into ProfAlign in schema landxml-1_1_xsd Drilldown into ProfSurf in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into staStart in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsdXSD Diagram of Profile in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Profile">
    <xs:annotation>
        <xs:documentation>A profile or long section</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice maxOccurs="unbounded">
                <xs:element ref="ProfSurf" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="ProfAlign" minOccurs="0" maxOccurs="unbounded" />
            </xs:choice>
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="name" type="xs:string" />
        <xs:attribute name="staStart" type="xs:double" />
        <xs:attribute name="state" type="stateType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProfSurf land:ProfSurf 0 unbounded
ProfAlign land:ProfAlign 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
desc land:desc (Optional)
name land:name (Optional)
staStart land:staStart (Optional)
state land:state (Optional)