<xs:element name="RedVerticalObservation" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>This element is used to define the Reduced Verticall 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="currencyDate" type="xs:date" />
<xs:attribute name="class" type="xs:integer" />
<xs:attribute name="positionalUncertainity" type="xs:string" />
<xs:attribute name="localUncertainity" type="xs:string" />
<xs:attribute name="order" type="xs:string" />
<xs:attribute name="verticalDatum" type="xs:string" />
<xs:attribute name="height" type="xs:double" />
<xs:attribute name="verticalAdjustment" type="xs:string" />
</xs:complexType>
</xs:element>
|