Definition Type: Element
Name: CrossSect
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 DesignCrossSectSurf in schema landxml-1_1_xsd Drilldown into CrossSectSurf in schema landxml-1_1_xsd Drilldown into volumeFill in schema landxml-1_1_xsd Drilldown into volumeCut in schema landxml-1_1_xsd Drilldown into sectType in schema landxml-1_1_xsd Drilldown into centroidFill in schema landxml-1_1_xsd Drilldown into centroidCut in schema landxml-1_1_xsd Drilldown into areaFill in schema landxml-1_1_xsd Drilldown into areaCut in schema landxml-1_1_xsd Drilldown into angleSkew in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsd Drilldown into sta in schema landxml-1_1_xsdXSD Diagram of CrossSect in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="CrossSect">
    <xs:annotation>
        <xs:documentation />
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="CrossSectSurf" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="DesignCrossSectSurf" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="sta" type="xs:double" use="required" />
        <xs:attribute name="name" type="xs:string" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="angleSkew" type="angle" />
        <xs:attribute name="areaCut" type="crossSectSurfaceArea" />
        <xs:attribute name="areaFill" type="crossSectSurfaceArea" />
        <xs:attribute name="centroidCut" type="xs:double" />
        <xs:attribute name="centroidFill" type="xs:double" />
        <xs:attribute name="sectType" type="xs:string" />
        <xs:attribute name="volumeCut" type="crossSectSurfaceVolume" />
        <xs:attribute name="volumeFill" type="crossSectSurfaceVolume" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CrossSectSurf land:CrossSectSurf 0 unbounded
DesignCrossSectSurf land:DesignCrossSectSurf 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
sta land:sta Required
name land:name (Optional)
desc land:desc (Optional)
angleSkew land:angleSkew (Optional)
areaCut land:areaCut (Optional)
areaFill land:areaFill (Optional)
centroidCut land:centroidCut (Optional)
centroidFill land:centroidFill (Optional)
sectType land:sectType (Optional)
volumeCut land:volumeCut (Optional)
volumeFill land:volumeFill (Optional)