Definition Type: Element
Name: HoleEvents
Namespace: http://www.iredes.org/xml/Charger
Containing Schema: IRChargers.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
Documentation:
// Hole -> HoleEvents
Should be identical to the similar drill rigs reporting.
Collapse XSD Schema Diagram:
Drilldown into Comments Drilldown into DepthXSD Diagram of HoleEvents
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="HoleEvents">
    <xsd:annotation>
        <xsd:documentation>// Hole -&gt; HoleEvents
Should be identical to the similar drill rigs reporting.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Depth" type="xsd:float" />
            <xsd:element name="Comments">
                <xsd:simpleType>
                    <xsd:restriction base="IR:IRtext">
                        <xsd:enumeration value="Water in the hole" />
                        <xsd:enumeration value="Hole blocked" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Depth nsB:Depth (1) (1)
Comments nsB:Comments (1) (1)