<xs:element name="RedHorizontalPosition">
<xs:complexType>
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="state" type="xs:string" />
<xs:attribute name="oID" type="xs:string" />
<xs:attribute name="purpose" type="purposeType" />
<xs:attribute name="date" type="xs:date" />
<xs:attribute name="fieldNote" type="xs:string" />
<xs:attribute name="equipmentUsed" type="xs:string" />
<xs:attribute name="horizontalDatum" type="xs:string" />
<xs:attribute name="horizontalAdjustment" type="xs:string" />
<xs:attribute name="latitude" type="xs:string" />
<xs:attribute name="longitude" type="xs:string" />
<xs:attribute name="horizontalFix" type="xs:string" />
<xs:attribute name="CurrencyDate" type="xs:string" />
<xs:attribute name="localUncertainity" type="xs:double" />
<xs:attribute name="class" type="xs:string" />
<xs:attribute name="order" type="xs:string" />
<xs:attribute name="PositionalUncertainity" type="xs:double" />
</xs:complexType>
</xs:element>
|