Definition Type: ComplexType
Name: ECholeType
Namespace: http://www.iredes.org/xml/Charger
Containing Schema: ChargerbaseClasses.xsd
Abstract False
Documentation:
Hole data type
Collapse XSD Schema Diagram:
Drilldown into HoleOptions Drilldown into MwdOn Drilldown into RollAngle Drilldown into DrillBitType Drilldown into DrillBitDia Drilldown into TypeOfHole Drilldown into EndPoint Drilldown into StartPoint Drilldown into HoleName Drilldown into HoleIdXSD Diagram of ECholeType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="ECholeType">
    <xsd:annotation>
        <xsd:documentation>Hole data type</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="HoleId" type="ECholeID">
            <xsd:annotation>
                <xsd:documentation>Hole id code. To uniquely identify each hole in the plan. This parameter links the Hole ID in the DRPQual profile to a specific hole in the DRPPlan profile. If a new DRPQual profile is initialized, the value will be directly taken from the corresponding DRPplan value. If no DRPPlan is used: refer to Profile Documentation!</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="HoleName" type="IR:IRtextShort" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Hole name to be able to refer to a hole by something else than the HoleId.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="StartPoint" type="IR:IRpointType">
            <xsd:annotation>
                <xsd:documentation>Coordinates of the hole's start point. See additional documentation!</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="EndPoint" type="IR:IRpointType">
            <xsd:annotation>
                <xsd:documentation>End points coordinates. See additional documentation!</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="TypeOfHole" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Type of hole to be drilled. Twelve types valid: Reference, Cut hole, Reaming hole, Easers hole, Bolt hole, Injection hole, Second contour, Bottom, Contour, Casing, Probe, Grout, Others. See Drill Rigs Profile documentation!</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="IR:IRtextShort">
                    <xsd:enumeration value="Reference" />
                    <xsd:enumeration value="CutHole" />
                    <xsd:enumeration value="ReamingHole" />
                    <xsd:enumeration value="EasersHole" />
                    <xsd:enumeration value="BoltHole" />
                    <xsd:enumeration value="InjectionHole" />
                    <xsd:enumeration value="SecondContour" />
                    <xsd:enumeration value="Bottom" />
                    <xsd:enumeration value="Contour" />
                    <xsd:enumeration value="Casing" />
                    <xsd:enumeration value="Probe" />
                    <xsd:enumeration value="Grout" />
                    <xsd:enumeration value="Spiling" />
                    <xsd:enumeration value="Cleaning" />
                    <xsd:enumeration value="Others">
                        <xsd:annotation>
                            <xsd:documentation>Other hole type than specified above</xsd:documentation>
                        </xsd:annotation>
                    </xsd:enumeration>
                    <xsd:enumeration value="Undefined">
                        <xsd:annotation>
                            <xsd:documentation>Used, if parameter is used in the profile, but no definition has been made (e.g. because value has not been entered manually by the operator</xsd:documentation>
                        </xsd:annotation>
                    </xsd:enumeration>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="DrillBitDia" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Drill bit diameter. UNIT: mm</xsd:documentation>
                <xsd:documentation>UNIT: mm</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="xsd:unsignedShort">
                    <xsd:minInclusive value="0" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="DrillBitType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specified drill bit type. Four types valid: Button, Cross, Reaming, Others. See Drill Rigs Profile documentation!</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="IR:IRtextShort">
                    <xsd:enumeration value="Button" />
                    <xsd:enumeration value="Cross" />
                    <xsd:enumeration value="Reaming" />
                    <xsd:enumeration value="Others">
                        <xsd:annotation>
                            <xsd:documentation>Other Drill Bit type than specified above</xsd:documentation>
                        </xsd:annotation>
                    </xsd:enumeration>
                    <xsd:enumeration value="Undefined">
                        <xsd:annotation>
                            <xsd:documentation>Used, if parameter is used in the profile, but no definition has been made (e.g. because value has not been entered manually by the operator</xsd:documentation>
                        </xsd:annotation>
                    </xsd:enumeration>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="RollAngle" type="IR:IRangle" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Rolling angle of boom. Given in degrees 0-360°. Defined as 180° when the drill steel is direct above the feed. Positive rotation direction is clockwise viewed from behind the feed. See Drill Rigs Profile documentation!</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="MwdOn" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Indicate if MWD logging is expected or not. In plan: MWD logging is expected, if TRUE. In quality log: MWD logging was done if TRUE, FALSE if no MWD was done.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="HoleOptions" type="IR:IRoptionType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HoleId nsB:HoleId (1) (1)
HoleName nsB:HoleName 0 (1)
StartPoint nsB:StartPoint (1) (1)
EndPoint nsB:EndPoint (1) (1)
TypeOfHole nsB:TypeOfHole 0 (1)
DrillBitDia nsB:DrillBitDia 0 (1)
DrillBitType nsB:DrillBitType 0 (1)
RollAngle nsB:RollAngle 0 (1)
MwdOn nsB:MwdOn 0 (1)
HoleOptions nsB:HoleOptions 0 (1)
Collapse Derivation Tree:
Collapse References:
nsB:Hole