Definition Type: Element
Name: DataPoints
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
The sub element PntList3D is group of points is defined by a 3D north/east/elev list of points that define the geometry.
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into PntList3D in schema landxml-1_1_xsd Drilldown into DTMAttribute in schema landxml-1_1_xsd Drilldown into pointGeometry in schema landxml-1_1_xsd Drilldown into pntRef in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into code 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 DataPoints in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="DataPoints">
    <xs:annotation>
        <xs:documentation>The sub element PntList3D is group of points is defined by a 3D
	north/east/elev list of points that define the geometry.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:sequence maxOccurs="unbounded">
            <xs:element ref="PntList3D" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="name" type="xs:string" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="code" type="xs:string" />
        <xs:attribute name="state" type="stateType" />
        <xs:attribute name="pntRef" type="pointNameRef" />
        <xs:attribute name="pointGeometry" type="pointGeometryType" />
        <xs:attribute name="DTMAttribute" type="DTMAttributeType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PntList3D land:PntList3D 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name land:name (Optional)
desc land:desc (Optional)
code land:code (Optional)
state land:state (Optional)
pntRef land:pntRef (Optional)
pointGeometry land:pointGeometry (Optional)
DTMAttribute land:DTMAttribute (Optional)