<xs:element name="RedVerticalObservation">
<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="equipmentUsed" type="xs:string" />
<xs:attribute name="FieldNote" type="xs:string" />
<xs:attribute name="height" type="xs:double" />
<xs:attribute name="verticalAdjustment" type="xs:string" />
<xs:attribute name="verticalFix" type="xs:string" />
<xs:attribute name="geosphoid" type="xs:double" />
<xs:attribute name="gsDatum" type="xs:string" />
<xs:attribute name="gsModel" type="xs:string" />
<xs:attribute name="gsMethod" type="xs:string" />
<xs:attribute name="originMark" type="xs:string" />
<xs:attribute name="VerticalDatum" type="xs:string" />
</xs:complexType>
</xs:element>
|