<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="DRpositionType">
<xsd:annotation>
<xsd:documentation>Drill plan position type, position (or origo in coordinate system) for the plan where the rig is going to drill</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="PositionId" type="IR:IRtext" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Position id code, to uniquely identify the place where the face, ring, ... is going to be drilled.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PositionName" type="IR:IRtext" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Position name. A logical name identify the place where the face, ring, ... is going to be drilled.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CoordSystem" type="IR:IRcoordSysType">
<xsd:annotation>
<xsd:documentation>Transformation to describe the coordinate system to be used by the selected drill plan.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlanIdRef" type="IR:IRtext">
<xsd:annotation>
<xsd:documentation>Reference to the working plan to be used at this location. This element links the position to the PlanId of the working plan to be used. If IRposType is used for machine guidance and track definition only PlanId is not required. The string "VOID" has to be used if no plan has been used.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PosComment" type="IR:IRtextLong" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Position comment for this specific position. For example a description on where to work or a description on what/how to work.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LineIdRef" type="IR:IRtext" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Reference to contour line to be used. This element links the position to the contour LineId of the drill plan to be used. Links to the first segment of (contour) line's LineSeqID element </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Bearing" type="IR:IRangle" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Drill plan bearing to geografic north (bearing = 0). This element gives the logical blast direction. Unit: degrees</xsd:documentation>
</xsd:annotation>
</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:sequence>
</xsd:complexType>
|