<?xml version="1.0" encoding="utf-16"?>
<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>
|