<xs:element name="DataPoints">
<xs:annotation>
<xs:documentation>The sub element PntList3D is group of points is defined by a 3D
north/east/elev list of points that define the geometry.</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:sequence maxOccurs="unbounded">
<xs:element ref="PntList3D" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="name" type="xs:string" />
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="code" type="xs:string" />
<xs:attribute name="state" type="stateType" />
<xs:attribute name="pntRef" type="pointNameRef" />
<xs:attribute name="pointGeometry" type="pointGeometryType" />
<xs:attribute name="DTMAttribute" type="DTMAttributeType" />
</xs:complexType>
</xs:element>
|