Definition Type: SimpleType
Name: volume
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Documentation:
Represents the geometric volume (area * height) of a closed boundary numeric decimal form expressed in volume units
Collapse XSD Schema Diagram:
XSD Diagram of volume in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:simpleType name="volume">
    <xs:annotation>
        <xs:documentation>Represents the geometric volume (area * height) of a closed boundary numeric decimal form expressed in volume units</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:double" />
</xs:simpleType>