<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="DRPQual">
<xsd:annotation>
<xsd:documentation>IREDES Drill Rig Production QualityPerformance Reporting</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="IR:IRpQualGenType">
<xsd:sequence>
<xsd:element name="ReferenceData" type="DRrefType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Quality reference data; Matches the corresponding DRPLrefData object if IREDES Drill Plan is used.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PositionQuality" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Local position used that is: position of face (tunneling) or position of the plan (mining)</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="DRpositionType">
<xsd:sequence>
<xsd:element name="SetUpType" type="IR:IRtextShort">
<xsd:annotation>
<xsd:documentation>Type of setup used. Laser line, Spatial laser, Manual aiming, External Nav. System, ... Until further notice this is free text. In a future release this may be changed to enumerations</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PointDepth" type="xsd:double" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Position in tunnel at which the log was generated. Refers to the PointDeth tag in the curve table in the tunnel line. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="DrillQuality" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Hole quality data</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="HoleQualityData" maxOccurs="1000">
<xsd:annotation>
<xsd:documentation>Hole quality data for each individual hole.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Hole" type="DRholeType">
<xsd:annotation>
<xsd:documentation>Hole data, actual type as the hole was drilled which may differ from the planned setup.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BoomId" type="DRBoomID" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Boom id for the boom that drilled the hole</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StartHoleTime" type="xsd:dateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Date/time for start of collaring this hole.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EndHoleTime" type="xsd:dateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Date/time after rod removal and rock drill extract for this hole.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FlushMode" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Flushing mode. Five types valid: Air, Water, Water mist, No flush, Others</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="IR:IRtextShort">
<xsd:enumeration value="Air" />
<xsd:enumeration value="Water" />
<xsd:enumeration value="Water mist" />
<xsd:enumeration value="No flush" />
<xsd:enumeration value="Others">
<xsd:annotation>
<xsd:documentation>Other Method than stated in enumerations</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Undefined">
<xsd:annotation>
<xsd:documentation>No entry to the value was made at all</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="AutoMode" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Drill mode used for this hole. Stating a sequence as "automatic" always means that the sequence was completed to 100% in automatic mode without any operator assistance</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="PosMode" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>Positioning to hole to be drilled. 0 = manual mode 1 = auto mode (100% in auto mode)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AnchoringMode" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>0 = manual mode 1 = auto mode (100% in auto mode)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CollaringMode" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>0 = manual mode 1 = auto mode (100% in auto mode)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DrillMode" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>Drilling of the hole including rod handling (adding and extracting) and collaring after rod adding and collaring after anti-jamming. 0 = manual mode 1 = auto mode (100% in auto mode)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ActivationMode" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>Sequence activation (sequence starts with positioning, i.e. ActivationMode = 1 and PosMode = 0 is not a valid combination) 0 = manual 1 = autonomous</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Jamming" type="xsd:unsignedShort" minOccurs="0">
<xsd:annotation>
<xsd:documentation>No of jamming events</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="HoleTimingData" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Timing data for the drilled hole. For additional information see "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="TimePos" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Hole positioning time. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimeCollaring" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Hole collaring time for the beginning of the hole. Calculated from start percussion for collaring until normal drilling. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimePerc" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Percussion time of the rock drill while drilling this hole. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimeDrill" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Hole drilling time. Calculated as time start drilling until end of hole including collaring and rod handling. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimeRodH" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Rod handling time (sum of coupling and uncoupling) for the hole. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimeCoupling" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Rod coupling time (rod adding time) for the hole. Calculated as a sum of time from stop drilling until start collaring for each rod adding. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimeUnCoupling" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Rod uncoupling time (rod extracting time) for the hole. Calculated as a sum of time from stop drilling until mashine idle with all rods extracted. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimeChBit" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Time needed for exchange of Drill Bit or Hammer. Time calculated from stop drilling to start collaring including rod handling. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimeStop" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Total stop time for this hole. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="DrillSeq" type="xsd:unsignedShort" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The booms sequence number for the drilled hole</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AvgPenetr" type="IR:IRvelocity" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Average penetration rate for the hole defined as progess of the drill bit in the rock From start of collaring to end of hole. Excluding time with no percusion activity. For example, rod handling, … Unit: m/s</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Hstatus" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Hole status after finishing the drilling process.Undrilled, Success, Fail, Others</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="IR:IRtextShort">
<xsd:enumeration value="Undrilled" />
<xsd:enumeration value="Success" />
<xsd:enumeration value="Fail" />
<xsd:enumeration value="Others" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="NumStops" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Number of stops for this hole. A stop is defined as automatic or user initiated interruption of the drilling process. The hole finish stop is not included. The hole sequence is defined as positioning + anchoring + collaring + drilling.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:unsignedShort">
<xsd:minInclusive value="0" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="DrilledInRock" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Length drilled in rock. Counting starts at rock contact and ends at the drilled holes end position. UNIT: meter</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:float">
<xsd:minInclusive value="0" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="PlanToRock" type="xsd:float" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Difference from the planned hole's start point to the real rock contact. Counting starts at the (imaginary) start point of the hole according to the drill plan. Counting ends when the drill bit detects real rock contact before starting collaring . UNIT: meter</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BoltInformation" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Bolt information if bolt is used.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="DRboltType">
<xsd:sequence>
<xsd:element name="BoltInstStart" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>Time stamp for the beginning of the bolt installation</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BoltInstStop" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>Time stamp for the end of the bolt installation</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="EquipmentData" type="IR:IRoptionType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specific data depending of manufacturer and equipment</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="IR:GenTrailer" />
</xsd:sequence>
<xsd:attribute name="DRPQualVersion" type="IR:IRversion" fixed="V 1.3" use="required" />
<xsd:attribute name="DRPQualDownwCompat" type="IR:IRversion" fixed="V 1.3" use="required" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|