diagram |
|
namespace |
http://www.landxml.org/schema/LandXML-1.2 |
properties |
|
children |
TargetPoint GPSQCInfoLevel1 GPSQCInfoLevel2 FieldNote Feature |
used by |
|
attributes |
|
source |
<xs:element name="GPSVector">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="TargetPoint"/>
<xs:element ref="GPSQCInfoLevel1" minOccurs="0"/>
<xs:element ref="GPSQCInfoLevel2" minOccurs="0"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="FieldNote" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="dX" type="xs:double" use="required"/>
<xs:attribute name="dY" type="xs:double" use="required"/>
<xs:attribute name="dZ" type="xs:double" use="required"/>
<xs:attribute name="setupID_A" type="xs:IDREF" use="required"/>
<xs:attribute name="setupID_B" type="xs:IDREF" use="required"/>
<xs:attribute name="startTime" type="xs:dateTime" use="optional"/>
<xs:attribute name="endTime" type="xs:dateTime" use="optional"/>
<xs:attribute name="horizontalPrecision" type="xs:double" use="optional"/>
<xs:attribute name="verticalPrecision" type="xs:double" use="optional"/>
<xs:attribute name="purpose" type="purposeType"/>
<xs:attribute name="setID"/>
<xs:attribute name="solutionDataLink"/>
<xs:attribute name="coordGeomRefs" type="coordGeomNameRefs"/>
<!-- coordGeomRefs identifies one or more 'name' values that link to specific <Line>, <Curve>, <Spiral> or <IrregularLine> in a <CoordGeom> element. This allows linking an survey observation to specific <Parcel>.<CoordGeom> based geometry. -->
</xs:complexType>
</xs:element> |