Definition Type: Element
Name: NumStops
Namespace: http://www.iredes.org/xml/DrillRig
Type: unsignedShort:http://www.w3.org/2001/XMLSchema
Containing Schema: DrillRig.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
ContentType Restriction
Documentation:
Number of stops for this hole. A stop is defined as automatic or user initiated interruption of the drilling process. The hole finish stop is not included. The hole sequence is defined as positioning + anchoring + collaring + drilling.
Collapse XSD Schema Diagram:
XSD Diagram of NumStops
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="NumStops" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Number of stops for this hole. A stop is defined as automatic or user initiated interruption of the drilling process. The hole finish stop is not included. The hole sequence is defined as positioning + anchoring + collaring + drilling.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:unsignedShort">
            <xsd:minInclusive value="0" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>