<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="BoomTimingData" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Timing data for the boom. Calculted from start log time. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="TimeHydPumpOn" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Hydraulic pump on-time. Total time calculated from start log time. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimePos" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Positioning time. Total time calculated from start log time. 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>Rock drill percussion time. Total time calculated from start log time. 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). Total time calculated from start log time. 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="TimeIdle" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Idle time. Machine not intentionally switched off but not in another working state. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TimeBolting" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Time used for bolting. Total time calculated from start log time. See "IREDES Drill Rig profile description" document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|