Definition Type: Element
Name: VolumeGeom
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Defines the properties of 3Dcoordinate Geometry Collection
Collapse XSD Schema Diagram:
Drilldown into CoordGeom in schema landxml-1_1_xsd Drilldown into oID in schema landxml-1_1_xsd Drilldown into state 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 VolumeGeom in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="VolumeGeom" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>Defines the properties of 3Dcoordinate Geometry Collection</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:choice minOccurs="4" maxOccurs="unbounded">
            <xs:element ref="CoordGeom" />
        </xs:choice>
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="name" type="xs:string" use="required" />
        <xs:attribute name="state" type="stateType" />
        <xs:attribute name="oID" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CoordGeom land:CoordGeom (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
desc land:desc (Optional)
name land:name Required
state land:state (Optional)
oID land:oID (Optional)