Definition Type: ComplexType
Name: ECpositionType
Namespace: http://www.iredes.org/xml/Charger
Containing Schema: ChargerbaseClasses.xsd
Abstract False
Documentation:
Drill plan position type, position (or origo in coordinate system) for the plan where the rig is going to drill
Collapse XSD Schema Diagram:
Drilldown into EquipmentData Drilldown into Bearing Drilldown into LineIdRef Drilldown into PosComment Drilldown into PlanIdRef Drilldown into CoordSystem Drilldown into PositionName Drilldown into PositionIdXSD Diagram of ECpositionType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="ECpositionType">
    <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PositionId nsB:PositionId 0 (1)
PositionName nsB:PositionName 0 (1)
CoordSystem nsB:CoordSystem (1) (1)
PlanIdRef nsB:PlanIdRef (1) (1)
PosComment nsB:PosComment 0 (1)
LineIdRef nsB:LineIdRef 0 (1)
Bearing nsB:Bearing 0 (1)
EquipmentData nsB:EquipmentData 0 (1)