<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="DeviationData" maxOccurs="1000">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="TimeTag" type="xsd:dateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Time tag for recording of data</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DepthTag" type="DRDepthTag">
<xsd:annotation>
<xsd:documentation>Hole depth tag for recording of data UNIT: meter Internal tag to be used as relative reference only. May not be used for external coordiante system reference</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DevVertAngle" type="IR:IRangle">
<xsd:annotation>
<xsd:documentation>Hole deviation horizontal angle. UNIT: degrees To be used as relative reference to the previous point only. May not be used for external coordiante system reference. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DevHorizAngle" type="IR:IRangle">
<xsd:annotation>
<xsd:documentation>Hole deviation horizontal angle. UNIT: degrees To be used as relative reference to the previous point only. May not be used for external coordiante system reference. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|