Definition Type: Element
Name: Pnts
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
The collection of points that defined the surface. The "P" point id values are unique per surface. The id values are referenced by the surface faces and breaklines.
Collapse XSD Schema Diagram:
Drilldown into P in schema landxml-1_1_xsdXSD Diagram of Pnts in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Pnts">
    <xs:annotation>
        <xs:documentation>The collection of points that defined the surface. The "P" point id values are unique per surface.</xs:documentation>
        <xs:documentation>The id values are referenced by the surface faces and breaklines.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="P" minOccurs="3" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
    <xs:unique name="uSrfPntNum">
        <xs:selector xpath="P" />
        <xs:field xpath="@id" />
    </xs:unique>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
P land:P 3 unbounded