Definition Type: Element
Name: DesignCrossSectSurf
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 CrossSectPnt in schema landxml-1_1_xsd Drilldown into volume in schema landxml-1_1_xsd Drilldown into area in schema landxml-1_1_xsd Drilldown into typicalWidth in schema landxml-1_1_xsd Drilldown into typicalThickness in schema landxml-1_1_xsd Drilldown into closedArea in schema landxml-1_1_xsd Drilldown into material in schema landxml-1_1_xsd Drilldown into side 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 DesignCrossSectSurf in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="DesignCrossSectSurf">
    <xs:annotation>
        <xs:documentation />
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="CrossSectPnt" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="name" type="xs:string" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="state" type="stateType" />
        <xs:attribute name="side" type="sideofRoadType" />
        <xs:attribute name="material" type="xs:string" />
        <xs:attribute name="closedArea" type="xs:boolean" />
        <xs:attribute name="typicalThickness" type="xs:double" />
        <xs:attribute name="typicalWidth" type="xs:double" />
        <xs:attribute name="area" type="crossSectSurfaceArea" />
        <xs:attribute name="volume" type="crossSectSurfaceVolume" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CrossSectPnt land:CrossSectPnt 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name land:name (Optional)
desc land:desc (Optional)
state land:state (Optional)
side land:side (Optional)
material land:material (Optional)
closedArea land:closedArea (Optional)
typicalThickness land:typicalThickness (Optional)
typicalWidth land:typicalWidth (Optional)
area land:area (Optional)
volume land:volume (Optional)