Definition Type: Element
Name: PntList3D
Namespace: http://www.landxml.org/schema/LandXML-1.1
Type: land:Point
Containing Schema: LandXML-1.1.xsd
Abstract
ContentType Restriction
Documentation:
A sequential space delimited list of 3D coordinates with a minimum of 2 points (6 values). Primarily used to store lists of northing/easting/elevation for Terrain Surface data. Example: "0.000 86.52 50.0 6.267 86.89 50.0 12.413 87.01 50.0 26.020 87.83 50.0"
Collapse XSD Schema Diagram:
XSD Diagram of PntList3D in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="PntList3D">
    <xs:annotation>
        <xs:documentation>A sequential space delimited list of 3D coordinates with a minimum of 2 points (6 values). </xs:documentation>
        <xs:documentation>Primarily used to store lists of northing/easting/elevation for Terrain Surface data. </xs:documentation>
        <xs:documentation>Example: "0.000 86.52 50.0 6.267 86.89 50.0 12.413 87.01 50.0 26.020 87.83 50.0" </xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="Point">
            <xs:minLength value="3" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
MinLength 3
Collapse Derivation Tree: