Definition Type: Element
Name: HoleDeviation
Namespace: http://www.iredes.org/xml/DrillRig
Type: IR:IREDESType
Containing Schema: DrillRig.xsd
Abstract False
Documentation:
IREDES Hole deviation reporting
Collapse XSD Schema Diagram:
Drilldown into HoleDeviationDownwCompat Drilldown into HoleDeviationVersion Drilldown into GenTrailer Drilldown into DeviationData Drilldown into StartPoint Drilldown into PositionInfo Drilldown into DevHoleName Drilldown into DevHoleId Drilldown into IRDownwCompat Drilldown into IRVersion Drilldown into SiteHead Drilldown into GenHead Drilldown into IREDESTypeXSD Diagram of HoleDeviation
Collapse XSD Schema Code:
<?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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
GenHead IR:GenHead (1) (1)
SiteHead IR:SiteHead 0 (1)
DevHoleId DR:DevHoleId (1) (1)
DevHoleName DR:DevHoleName 0 (1)
PositionInfo DR:PositionInfo 0 100
StartPoint DR:StartPoint (1) (1)
DeviationData DR:DeviationData (1) 1000
GenTrailer IR:GenTrailer (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
IRVersion IR:IRVersion Required
IRDownwCompat IR:IRDownwCompat Required
HoleDeviationVersion DR:HoleDeviationVersion Required
HoleDeviationDownwCompat DR:HoleDeviationDownwCompat Required
Collapse Derivation Tree: