<xs:element name="GPSSetup">
<xs:annotation>
<xs:documentation />
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="TargetSetup" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="GPSPosition" />
<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="antennaHeight" type="xs:double" use="required" />
<xs:attribute name="stationName" use="required" />
<xs:attribute name="GPSAntennaDetailsID" type="xs:IDREF" />
<xs:attribute name="GPSReceiverDetailsID" type="xs:IDREF" />
<xs:attribute name="observationDataLink" />
<xs:attribute name="stationDescription" />
<xs:attribute name="startTime" type="GPSTime" />
<xs:attribute name="stopTime" type="GPSTime" />
<!-- GPS Time = Nbr of GPS weeks * 604800 (seconds in a week) + seconds in GPS week -->
</xs:complexType>
</xs:element>
|