Documentation for obj_object_profiled_data_schema

Simple Type: WellVerticalCoordinateUom

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractUomEnum (by restriction) < WellVerticalCoordinateUom (by restriction)
Sub-types: None
Name WellVerticalCoordinateUom
Used by (from the same schema document) Complex Type wellElevationCoord
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 24
  • value comes from list: {'m'|'ft'|'ftUS'|'ftBr(65)'}
Documentation The units of measure that are valid for vertical gravity based coordinates (i.e., elevation or vertical depth) within the context of a well.
Diagram
Schema Component Representation
<xsd:simpleType name="WellVerticalCoordinateUom">
<xsd:restriction base=" witsml:abstractUomEnum ">
<xsd:enumeration value="m"/>
<xsd:enumeration value="ft"/>
<xsd:enumeration value="ftUS"/>
<xsd:enumeration value="ftBr(65)"/>
</xsd:restriction>
</xsd:simpleType>