diagram | |||||||
namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||
type | restriction of Point | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |