Definition Type: Element
Name: TypeOfHole
Namespace: http://www.iredes.org/xml/DrillRig
Type: IR:IRtextShort
Containing Schema: DRbaseClasses.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
ContentType Restriction
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!
Collapse XSD Schema Diagram:
XSD Diagram of TypeOfHole
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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>
Collapse Derivation Tree: