element Pnts
diagram LandXML-1.2Doc_p137.png
namespace http://www.landxml.org/schema/LandXML-1.2
properties
content complex
children P
used by
element Definition
identity constraints
  Name  Refer  Selector  Field(s)  
unique  uSrfPntNum    P  @id  
annotation
documentation
The collection of points that defined the surface. The "P" point id values are unique per surface.
documentation
The id values are referenced by the surface faces and breaklines.
source <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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy