Definition Type: Element
Name: SurfVolume
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
volume calculation results between two surfaces
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into volTotal in schema landxml-1_1_xsd Drilldown into volFill in schema landxml-1_1_xsd Drilldown into volCut in schema landxml-1_1_xsd Drilldown into surfCompare in schema landxml-1_1_xsd Drilldown into surfBase in schema landxml-1_1_xsdXSD Diagram of SurfVolume in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="SurfVolume">
    <xs:annotation>
        <xs:documentation>volume calculation results between two surfaces</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="surfBase" type="surfaceNameRef" use="required" />
        <xs:attribute name="surfCompare" type="surfaceNameRef" use="required" />
        <xs:attribute name="volCut" type="xs:double" use="required" />
        <xs:attribute name="volFill" type="xs:double" use="required" />
        <xs:attribute name="volTotal" type="xs:double" use="required" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="name" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
surfBase land:surfBase Required
surfCompare land:surfCompare Required
volCut land:volCut Required
volFill land:volFill Required
volTotal land:volTotal Required
desc land:desc (Optional)
name land:name (Optional)