| Namespace |
http://www.energistics.org/energyml/data/witsmlv2 |
|
Annotations
|
Specifies the types of hole openers.
|
|
|
Diagram
|
|
| Type |
restriction of eml:TypeEnum |
| Type hierarchy |
|
|
Facets
|
| maxLength |
64 |
|
| enumeration |
under-reamer |
|
| enumeration |
fixed blade |
|
|
|
Used by
|
|
|
Source
|
<xs:simpleType name="HoleOpenerType">
<xs:annotation>
<xs:documentation>Specifies the types of hole openers.</xs:documentation>
</xs:annotation>
<xs:restriction base="eml:TypeEnum">
<xs:enumeration value="under-reamer"/>
<xs:enumeration value="fixed blade"/>
</xs:restriction>
</xs:simpleType>
|
|