<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>
|