Documentation for obj_object_profiled_data_schema

Simple Type: MeasuredDepthUom

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractUomEnum (by restriction) < MeasuredDepthUom (by restriction)
Sub-types: None
Name MeasuredDepthUom
Used by (from the same schema document) Complex Type measuredDepthCoord
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 24
  • value comes from list: {'m'|'ft'|'ftUS'}
Documentation The units of measure that are valid for measured depths in a wellbore.
Diagram
Schema Component Representation
<xsd:simpleType name="MeasuredDepthUom">
<xsd:restriction base=" witsml:abstractUomEnum ">
<xsd:enumeration value="m"/>
<xsd:enumeration value="ft"/>
<xsd:enumeration value="ftUS"/>
</xsd:restriction>
</xsd:simpleType>