<?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>
|