element PntList2D
diagram LandXML-1.2Doc_p135.png
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of Point
properties
content simple
used by
elements Boundary Breakline Contour CrossSectSurf IrregularLine ProfSurf Watershed ZoneCrossSectStructure
facets
minLength 2
annotation
documentation
A sequential space delimited list of 2D coordinates with a minimum of 2 points (4 values).
documentation
It is primarily used for ProfileSurf to hold the list of station/elevations and CrossSectSurf for offset/elevation.
documentation
Example: "0.000 86.52 6.267 86.89 12.413 87.01 26.020 87.83"
source <xs:element name="PntList2D">
 
<xs:annotation>
   
<xs:documentation>A sequential space delimited list of 2D coordinates with a minimum of 2 points (4 values). </xs:documentation>
   
<xs:documentation>It is primarily used for ProfileSurf to hold the list of station/elevations and CrossSectSurf for offset/elevation. </xs:documentation>
   
<xs:documentation>Example: "0.000 86.52 6.267 86.89 12.413 87.01 26.020 87.83" </xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="Point">
     
<xs:minLength value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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