<xs:element name="InstrumentSetup">
<xs:annotation>
<xs:documentation>The Instrument setup location is defined by either a coordinate text value ("north east" or "north east elev") or a CgPoint number reference "pntRef" attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="InstrumentPoint" minOccurs="0" />
<xs:element ref="Backsight" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="TargetSetup" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="RawObservation" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="ObservationGroup" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="ControlChecks" 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="id" type="xs:ID" use="required" />
<xs:attribute name="instrumentDetailsID" type="xs:IDREF" />
<xs:attribute name="stationName" type="xs:string" use="required" />
<xs:attribute name="instrumentHeight" type="xs:double" use="required" />
<xs:attribute name="orientationAzimuth" type="direction" />
<xs:attribute name="circleAzimuth" type="direction" />
</xs:complexType>
</xs:element>
|