diagram |
|
namespace |
http://www.landxml.org/schema/LandXML-1.2 |
properties |
content | complex | mixed | true |
|
children |
PntList3D Feature |
used by |
|
attributes |
|
annotation |
documentation | The sub element PntList3D is group of points is defined by a 3D
north/east/elev list of points that define the geometry. |
|
source |
<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> |