element PntList3D
diagram LandXML-1.2Doc_p136.png
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of Point
properties
content simple
used by
elements Boundary Breakline DataPoints IrregularLine Watershed
facets
minLength 3
annotation
documentation
A sequential space delimited list of 3D coordinates with a minimum of 2 points (6 values).
documentation
Primarily used to store lists of northing/easting/elevation for Terrain Surface data.
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"
source <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>


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