<?xml version="1.0" encoding="utf-16"?>
<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>
|