Definition Type: Element
Name: Surface
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
SourceData is an optional collection of the points, contours, breaklines and boundaries that were used to create the surface. Definition is a collection of points and faces that define the surface. Watersheds is a collection the watershed boundaries for the surface.
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into Watersheds in schema landxml-1_1_xsd Drilldown into Definition in schema landxml-1_1_xsd Drilldown into SourceData in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into OID in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsdXSD Diagram of Surface in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Surface">
    <xs:annotation>
        <xs:documentation>SourceData is an optional collection of the points, contours, breaklines and boundaries that were used to create the surface.</xs:documentation>
        <xs:documentation>Definition is a collection of points and faces that define the surface.</xs:documentation>
        <xs:documentation>Watersheds is a collection the watershed boundaries for the surface.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice maxOccurs="3">
                <xs:element ref="SourceData" minOccurs="0" />
                <xs:element ref="Definition" minOccurs="0" />
                <xs:element ref="Watersheds" minOccurs="0" />
            </xs:choice>
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="name" type="xs:string" use="required" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="OID" type="xs:string" />
        <xs:attribute name="state" type="stateType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SourceData land:SourceData 0 (1)
Definition land:Definition 0 (1)
Watersheds land:Watersheds 0 (1)
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name land:name Required
desc land:desc (Optional)
OID land:OID (Optional)
state land:state (Optional)