<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="HoleDeviation">
    <xsd:annotation>
        <xsd:documentation>IREDES Hole deviation reporting</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="IR:IREDESType">
                <xsd:sequence>
                    <xsd:element name="DevHoleId" type="DRHoleID">
                        <xsd:annotation>
                            <xsd:documentation>Hole ID code in deviaiton log.  To uniquely identify each hole in the deviaiton log. This ID is identical to drill plan HoleID if drillplan exists.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="DevHoleName" type="IR:IRtextShort" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Hole name in deviaiton log.  To  identify each hole in the deviaiton log. This name is identical to drill plan HoleName if drillplan exists.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="PositionInfo" type="DRpositionType" minOccurs="0" maxOccurs="100">
                        <xsd:annotation>
                            <xsd:documentation>Local position used that is: position of face (tunneling) or position of the plan (mining)</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="StartPoint" type="IR:IRpointType">
                        <xsd:annotation>
                            <xsd:documentation>Hole starting point</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <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>
                    <xsd:element ref="IR:GenTrailer" />
                </xsd:sequence>
                <xsd:attribute name="HoleDeviationVersion" type="IR:IRversion" fixed="V 1.3" use="required" />
                <xsd:attribute name="HoleDeviationDownwCompat" type="IR:IRversion" fixed="V 1.2" use="required" />
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
  |