Definition Type: Element
Name: Definition
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
The collection of faces and points that defined the surface.
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into Faces in schema landxml-1_1_xsd Drilldown into Pnts in schema landxml-1_1_xsd Drilldown into elevMin in schema landxml-1_1_xsd Drilldown into elevMax in schema landxml-1_1_xsd Drilldown into area3DSurf in schema landxml-1_1_xsd Drilldown into area2DSurf in schema landxml-1_1_xsd Drilldown into surfType in schema landxml-1_1_xsdXSD Diagram of Definition in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Definition">
    <xs:annotation>
        <xs:documentation>The collection of faces and points that defined the surface.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Pnts" />
            <xs:element ref="Faces" maxOccurs="unbounded" />
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="surfType" type="surfTypeEnum" use="required" />
        <xs:attribute name="area2DSurf" type="xs:double" />
        <xs:attribute name="area3DSurf" type="xs:double" />
        <xs:attribute name="elevMax" type="xs:double" />
        <xs:attribute name="elevMin" type="xs:double" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Pnts land:Pnts (1) (1)
Faces land:Faces (1) unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
surfType land:surfType Required
area2DSurf land:area2DSurf (Optional)
area3DSurf land:area3DSurf (Optional)
elevMax land:elevMax (Optional)
elevMin land:elevMin (Optional)