<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="DRholeType">
<xsd:annotation>
<xsd:documentation>Hole data type</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="HoleId" type="DRHoleID">
<xsd:annotation>
<xsd:documentation>Hole id code. To uniquely identify each hole in the plan. This parameter links the Hole ID in the DRPQual profile to a specific hole in the DRPPlan profile. If a new DRPQual profile is initialized, the value will be directly taken from the corresponding DRPplan value. If no DRPPlan is used: refer to Profile Documentation!</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="HoleName" type="IR:IRtextShort" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Hole name to be able to refer to a hole by something else than the HoleId.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StartPoint" type="IR:IRpointType">
<xsd:annotation>
<xsd:documentation>Coordinates of the hole's start point. See additional documentation!</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EndPoint" type="IR:IRpointType">
<xsd:annotation>
<xsd:documentation>End points coordinates. See additional documentation!</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TypeOfHole" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Type of hole to be drilled. Twelve types valid: Reference, Cut hole, Reaming hole, Easers hole, Bolt hole, Injection hole, Second contour, Bottom, Contour, Casing, Probe, Grout, Others. See Drill Rigs Profile documentation!</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="IR:IRtextShort">
<xsd:enumeration value="Reference" />
<xsd:enumeration value="CutHole" />
<xsd:enumeration value="ReamingHole" />
<xsd:enumeration value="EasersHole" />
<xsd:enumeration value="BoltHole" />
<xsd:enumeration value="InjectionHole" />
<xsd:enumeration value="SecondContour" />
<xsd:enumeration value="Bottom" />
<xsd:enumeration value="Contour" />
<xsd:enumeration value="Casing" />
<xsd:enumeration value="Probe" />
<xsd:enumeration value="Grout" />
<xsd:enumeration value="Spiling" />
<xsd:enumeration value="Cleaning" />
<xsd:enumeration value="Others">
<xsd:annotation>
<xsd:documentation>Other hole type than specified above</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Undefined">
<xsd:annotation>
<xsd:documentation>Used, if parameter is used in the profile, but no definition has been made (e.g. because value has not been entered manually by the operator</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="DrillBitDia" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Drill bit diameter. UNIT: mm</xsd:documentation>
<xsd:documentation>UNIT: mm</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:unsignedShort">
<xsd:minInclusive value="0" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="DrillBitType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specified drill bit type. Four types valid: Button, Cross, Reaming, Others. See Drill Rigs Profile documentation!</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="IR:IRtextShort">
<xsd:enumeration value="Button" />
<xsd:enumeration value="Cross" />
<xsd:enumeration value="Reaming" />
<xsd:enumeration value="Others">
<xsd:annotation>
<xsd:documentation>Other Drill Bit type than specified above</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Undefined">
<xsd:annotation>
<xsd:documentation>Used, if parameter is used in the profile, but no definition has been made (e.g. because value has not been entered manually by the operator</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="RollAngle" type="IR:IRangle" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Rolling angle of boom. Given in degrees 0-360°. Defined as 180° when the drill steel is direct above the feed. Positive rotation direction is clockwise viewed from behind the feed. See Drill Rigs Profile documentation!</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MwdOn" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Indicate if MWD logging is expected or not. In plan: MWD logging is expected, if TRUE. In quality log: MWD logging was done if TRUE, FALSE if no MWD was done.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="HoleOptions" type="IR:IRoptionType" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|