<xs:element name="RedHorizontalPosition" minOccurs="0">
<xs:annotation>
<xs:documentation>This element is used to define the Reduced Horizontal Position. The coordinates given in Geographical Coordinates may come in variety of means.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="FieldNote" />
</xs:sequence>
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="name" type="xs:string" />
<xs:attribute name="state" type="xs:string" />
<xs:attribute name="oID" type="xs:string" />
<xs:attribute name="purpose" type="xs:string" />
<xs:attribute name="date" type="xs:date" />
<xs:attribute name="equipmentUsed" type="xs:string" />
<xs:attribute name="filedNote" type="xs:string" />
<xs:attribute name="horizontalDatum" type="xs:string" />
<xs:attribute name="latitude" type="xs:double" />
<xs:attribute name="longitude" type="xs:double" />
<xs:attribute name="horizontaladjustment" type="xs:string" />
<xs:attribute name="currencyDate" type="xs:date" />
<xs:attribute name="class" type="xs:integer" />
<xs:attribute name="positionalUncertainity" type="xs:double" />
<xs:attribute name="localUncertainity" type="xs:double" />
</xs:complexType>
</xs:element>
|