| Namespace |
http://www.energistics.org/energyml/data/witsmlv2 |
|
Annotations
|
Specifies the condition codes for the bearing wear.
|
|
|
Diagram
|
|
| Type |
restriction of eml:TypeEnum |
| Type hierarchy |
|
|
Facets
|
| maxLength |
64 |
|
| enumeration |
0 |
|
| enumeration |
1 |
|
| enumeration |
2 |
|
| enumeration |
3 |
|
| enumeration |
4 |
|
| enumeration |
5 |
|
| enumeration |
6 |
|
| enumeration |
7 |
|
| enumeration |
8 |
|
| enumeration |
E |
|
| enumeration |
F |
|
| enumeration |
N |
|
| enumeration |
X |
|
|
|
Used by
|
|
|
Source
|
<xs:simpleType name="IadcBearingWearCode">
<xs:annotation>
<xs:documentation>Specifies the condition codes for the bearing wear.</xs:documentation>
</xs:annotation>
<xs:restriction base="eml:TypeEnum">
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
<xs:enumeration value="6"/>
<xs:enumeration value="7"/>
<xs:enumeration value="8"/>
<xs:enumeration value="E"/>
<xs:enumeration value="F"/>
<xs:enumeration value="N"/>
<xs:enumeration value="X"/>
</xs:restriction>
</xs:simpleType>
|
|