Documentation for WITSML_Composite

Table of Contents

Master schema documentation file: WITSML_Composite.xsd.html

top

Schema Document Properties

Target Namespace http://www.witsml.org/schemas/131/addendum/combo
Version 1.3.1.0
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
Documentation WITSML- Catalog of Value Constrainted Types.

Declared Namespaces

Prefix Namespace
witsml http://www.witsml.org/schemas/131/addendum/combo
xml http://www.w3.org/XML/1998/namespace
xsd http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xsd:schema elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://www.witsml.org/schemas/131/addendum/combo" version="1.3.1.0">
<xsd:include schemaLocation="typ_measureType.xsd"/>
...
</xsd:schema>
top

Global Definitions

Simple Type: ActivityClassType

Super-types: witsml:abstractTypeEnum < ActivityClassType (by restriction)
Sub-types: None
Name ActivityClassType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'planned'|'unplanned'|'downtime'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="ActivityClassType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="planned"/>
<xsd:enumeration value="unplanned"/>
<xsd:enumeration value="downtime"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ActivityCode

Super-types: witsml:abstractTypeEnum < ActivityCode (by restriction)
Sub-types: None
Name ActivityCode
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
Documentation Activity codes. The list of standard values is contained in the WITSML enumValues.xml file.
Diagram
h1793354754
Schema Component Representation
<xsd:simpleType name="ActivityCode">
<xsd:restriction base=" witsml:abstractTypeEnum "/>
</xsd:simpleType>
top

Simple Type: ArrayElementDataType

Super-types: witsml:abstractTypeEnum < ArrayElementDataType (by restriction)
Sub-types: None
Name ArrayElementDataType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'boolean'|'integer 8 bit'|'integer 16 bit'|'integer 32 bit'|'integer 64 bit'|'IEEE float 32 bit'|'IEEE float 64 bit'}
Documentation A list of binary representations for elements of aggregates which may be Base64-encoded (e. g. elements of well log array traces, or multiplexed frames of similar-typed well log traces) as described in "XML Schema Part 2: Datatypes", 3.2.16 base64binary [http://www.w3.org/TR/xmlschema-2/#base4Binary]] and in "Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies" (IETF RFC 2045) [ http://www.ietf.org/rfc/rfc2045.txt ].
Diagram
Schema Component Representation
<xsd:simpleType name="ArrayElementDataType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="boolean"/>
<xsd:enumeration value="integer 8 bit"/>
<xsd:enumeration value="integer 16 bit"/>
<xsd:enumeration value="integer 32 bit"/>
<xsd:enumeration value="integer 64 bit"/>
<xsd:enumeration value="IEEE float 32 bit"/>
<xsd:enumeration value="IEEE float 64 bit"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: AziRef

Super-types: witsml:abstractTypeEnum < AziRef (by restriction)
Sub-types: None
Name AziRef
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'magnetic north'|'grid north'|'true north'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="AziRef">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="magnetic north"/>
<xsd:enumeration value="grid north"/>
<xsd:enumeration value="true north"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: BearingType

Super-types: witsml:abstractTypeEnum < BearingType (by restriction)
Sub-types: None
Name BearingType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'oil seal'|'mud lube'|'other'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="BearingType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="oil seal"/>
<xsd:enumeration value="mud lube"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: BhaStatus

Super-types: witsml:abstractTypeEnum < BhaStatus (by restriction)
Sub-types: None
Name BhaStatus
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'final'|'progress'|'plan'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="BhaStatus">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="final"/>
<xsd:enumeration value="progress"/>
<xsd:enumeration value="plan"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: BitDullCode

Super-types: witsml:abstractTypeEnum < BitDullCode (by restriction)
Sub-types: None
Name BitDullCode
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'BC'|'BT'|'BU'|'CC'|'CD'|'CI'|'CR'|'CT'|'ER'|'FC'|'HC'|'JD'|'LC'|'LN'|'LT'|'NO'|'OC'|'PB'|'PN'|'RG'|'RO'|'SD'|'SS'|'TR'|'WO'|'WT'|'unknown'}
Documentation These values represent a classification of a drill bit based on its reason for being declared inoperable, as originally defined by the IADC.
Diagram
Schema Component Representation
<xsd:simpleType name="BitDullCode">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="BC"/>
<xsd:enumeration value="BT"/>
<xsd:enumeration value="BU"/>
<xsd:enumeration value="CC"/>
<xsd:enumeration value="CD"/>
<xsd:enumeration value="CI"/>
<xsd:enumeration value="CR"/>
<xsd:enumeration value="CT"/>
<xsd:enumeration value="ER"/>
<xsd:enumeration value="FC"/>
<xsd:enumeration value="HC"/>
<xsd:enumeration value="JD"/>
<xsd:enumeration value="LC"/>
<xsd:enumeration value="LN"/>
<xsd:enumeration value="LT"/>
<xsd:enumeration value="NO"/>
<xsd:enumeration value="OC"/>
<xsd:enumeration value="PB"/>
<xsd:enumeration value="PN"/>
<xsd:enumeration value="RG"/>
<xsd:enumeration value="RO"/>
<xsd:enumeration value="SD"/>
<xsd:enumeration value="SS"/>
<xsd:enumeration value="TR"/>
<xsd:enumeration value="WO"/>
<xsd:enumeration value="WT"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: BitReasonPulled

Super-types: witsml:abstractTypeEnum < BitReasonPulled (by restriction)
Sub-types: None
Name BitReasonPulled
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'BHA'|'CM'|'CP'|'DMF'|'DP'|'DST'|'DTF'|'FM'|'HP'|'HR'|'LOG'|'PP'|'PR'|'RIG'|'TD'|'TQ'|'TW'|'WC'|'unknown'}
Documentation These values represent the reason for pulling a drill bit from the wellbore, as originally defined by the IADC.
Diagram
Schema Component Representation
<xsd:simpleType name="BitReasonPulled">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="BHA"/>
<xsd:enumeration value="CM"/>
<xsd:enumeration value="CP"/>
<xsd:enumeration value="DMF"/>
<xsd:enumeration value="DP"/>
<xsd:enumeration value="DST"/>
<xsd:enumeration value="DTF"/>
<xsd:enumeration value="FM"/>
<xsd:enumeration value="HP"/>
<xsd:enumeration value="HR"/>
<xsd:enumeration value="LOG"/>
<xsd:enumeration value="PP"/>
<xsd:enumeration value="PR"/>
<xsd:enumeration value="RIG"/>
<xsd:enumeration value="TD"/>
<xsd:enumeration value="TQ"/>
<xsd:enumeration value="TW"/>
<xsd:enumeration value="WC"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: BitType

Super-types: witsml:abstractTypeEnum < BitType (by restriction)
Sub-types: None
Name BitType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'diamond'|'diamond core'|'insert roller cone'|'PDC'|'PDC core'|'roller cone'|'unknown'}
Documentation These values represent the type of drill/core bit.
Diagram
Schema Component Representation
<xsd:simpleType name="BitType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="diamond"/>
<xsd:enumeration value="diamond core"/>
<xsd:enumeration value="insert roller cone"/>
<xsd:enumeration value="PDC"/>
<xsd:enumeration value="PDC core"/>
<xsd:enumeration value="roller cone"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: BladeShapeType

Super-types: witsml:abstractTypeEnum < BladeShapeType (by restriction)
Sub-types: None
Name BladeShapeType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'dynamic'|'melon'|'spiral'|'straight'|'variable'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="BladeShapeType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="dynamic"/>
<xsd:enumeration value="melon"/>
<xsd:enumeration value="spiral"/>
<xsd:enumeration value="straight"/>
<xsd:enumeration value="variable"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: BladeType

Super-types: witsml:abstractTypeEnum < BladeType (by restriction)
Sub-types: None
Name BladeType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'clamp-on'|'integral'|'sleeve'|'welded'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="BladeType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="clamp-on"/>
<xsd:enumeration value="integral"/>
<xsd:enumeration value="sleeve"/>
<xsd:enumeration value="welded"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: BopType

Super-types: witsml:abstractTypeEnum < BopType (by restriction)
Sub-types: None
Name BopType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'annular preventer'|'shear ram'|'blind ram'|'pipe ram'|'drilling spool'|'flexible joint'|'connector'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="BopType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="annular preventer"/>
<xsd:enumeration value="shear ram"/>
<xsd:enumeration value="blind ram"/>
<xsd:enumeration value="pipe ram"/>
<xsd:enumeration value="drilling spool"/>
<xsd:enumeration value="flexible joint"/>
<xsd:enumeration value="connector"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: BoxPinConfig

Super-types: witsml:abstractTypeEnum < BoxPinConfig (by restriction)
Sub-types: None
Name BoxPinConfig
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'bottom box, top box'|'bottom box, top pin'|'bottom pin top box'|'bottom pin'|'unknown'}
Documentation These values represent the type of Box/Pin configuration.
Diagram
Schema Component Representation
<xsd:simpleType name="BoxPinConfig">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="bottom box, top box"/>
<xsd:enumeration value="bottom box, top pin"/>
<xsd:enumeration value="bottom pin top box"/>
<xsd:enumeration value="bottom pin"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: CementJobType

Super-types: witsml:abstractTypeEnum < CementJobType (by restriction)
Sub-types: None
Name CementJobType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'primary'|'plug'|'squeeze'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="CementJobType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="primary"/>
<xsd:enumeration value="plug"/>
<xsd:enumeration value="squeeze"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ConnectionPosition

Super-types: witsml:abstractTypeEnum < ConnectionPosition (by restriction)
Sub-types: None
Name ConnectionPosition
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'both'|'bottom'|'top'|'unknown'}
Documentation These values represent the position of a connection.
Diagram
Schema Component Representation
<xsd:simpleType name="ConnectionPosition">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="both"/>
<xsd:enumeration value="bottom"/>
<xsd:enumeration value="top"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: DeflectionMethod

Super-types: witsml:abstractTypeEnum < DeflectionMethod (by restriction)
Sub-types: None
Name DeflectionMethod
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'point bit'|'push bit'}
Documentation These values represent method used to direct the deviation of the trajectory.
Diagram
Schema Component Representation
<xsd:simpleType name="DeflectionMethod">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="point bit"/>
<xsd:enumeration value="push bit"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: DerrickType

Super-types: witsml:abstractTypeEnum < DerrickType (by restriction)
Sub-types: None
Name DerrickType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'double'|'quadruple'|'slant'|'triple'|'unknown'}
Documentation These values represent the type of drilling derrick.
Diagram
Schema Component Representation
<xsd:simpleType name="DerrickType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="double"/>
<xsd:enumeration value="quadruple"/>
<xsd:enumeration value="slant"/>
<xsd:enumeration value="triple"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: DrawWorksType

Super-types: witsml:abstractTypeEnum < DrawWorksType (by restriction)
Sub-types: None
Name DrawWorksType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'mechanical'|'standard electric'|'diesel electric'|'ram rig'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="DrawWorksType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="mechanical"/>
<xsd:enumeration value="standard electric"/>
<xsd:enumeration value="diesel electric"/>
<xsd:enumeration value="ram rig"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: DriveType

Super-types: witsml:abstractTypeEnum < DriveType (by restriction)
Sub-types: None
Name DriveType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'coiled tubing'|'rotary kelly drive'|'top drive'|'unknown'}
Documentation These values represent the type of work string drive (rotary system).
Diagram
Schema Component Representation
<xsd:simpleType name="DriveType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="coiled tubing"/>
<xsd:enumeration value="rotary kelly drive"/>
<xsd:enumeration value="top drive"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ElevCodeEnum

Super-types: witsml:abstractTypeEnum < ElevCodeEnum (by restriction)
Sub-types: None
Name ElevCodeEnum
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'CF'|'CV'|'DF'|'GL'|'KB'|'RB'|'RT'|'SF'|'LAT'|'SL'|'MHHW'|'MHW'|'MLLW'|'MLW'|'MTL'|'KO'|'unknown'}
Documentation The type of local or permanent reference datum for vertical gravity based (i.e., elevation and vertical depth) and measured depth coordinates within the context of a well. This list includes local points (e.g., kelly bushing) used as a datum and vertical reference datums (e.g., mean sea level).
Diagram
Schema Component Representation
<xsd:simpleType name="ElevCodeEnum">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="CF"/>
<xsd:enumeration value="CV"/>
<xsd:enumeration value="DF"/>
<xsd:enumeration value="GL"/>
<xsd:enumeration value="KB"/>
<xsd:enumeration value="RB"/>
<xsd:enumeration value="RT"/>
<xsd:enumeration value="SF"/>
<xsd:enumeration value="LAT"/>
<xsd:enumeration value="SL"/>
<xsd:enumeration value="MHHW"/>
<xsd:enumeration value="MHW"/>
<xsd:enumeration value="MLLW"/>
<xsd:enumeration value="MLW"/>
<xsd:enumeration value="MTL"/>
<xsd:enumeration value="KO"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: Ellipsoid

Super-types: witsml:abstractTypeEnum < Ellipsoid (by restriction)
Sub-types: None
Name Ellipsoid
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'AGD66'|'AIRY_MOD'|'AIRY30'|'AIRY49'|'AUST_NAT'|'BESL-DHD'|'BESL-NGL'|'BESL-RT9'|'BESS41'|'BESSNAM'|'BOGOTA'|'CL58'|'CL58-1'|'CL66'|'CL66-M'|'CL80'|'CL80-A'|'CL80-B'|'CL80-I'|'CL80-J'|'CL80-M'|'CL80-P'|'CMPOINCH'|'DAN'|'DELA'|'ED50'|'EGYPT07'|'EVER'|'EVER48'|'EVER56'|'EVER69'|'EVER-BR'|'EVERMOD'|'EVER-P'|'EVER-TM'|'EVTM'|'FISC60'|'FISC60MOD'|'FISC68'|'FISCMOD'|'GDA94'|'GRS67'|'GRS80'|'HAY09'|'HEIS'|'HEL06'|'HEL07'|'HOUG'|'IAG-75'|'INDIAN75'|'INDO-74'|'INT24'|'IUGG67'|'IUGG75'|'JEFF48'|'KAU63'|'KRSV'|'MERIT83'|'NAD27'|'NAHRAN'|'NEWINT67'|'NWL-10D'|'NWL-9D'|'OSGB36'|'OSU86F'|'OSU91A'|'PLESSIS-1817'|'PSAD56'|'PTNOIRE'|'SA69'|'SPHR'|'STRU'|'WALB'|'WAR24'|'WGS60'|'WGS66'|'WGS72'|'WGS84'|'unknown'}
Documentation These values represent the type of ellipsoid (spheroid) defining geographic or planar coordinates.
Diagram
Schema Component Representation
<xsd:simpleType name="Ellipsoid">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="AGD66"/>
<xsd:enumeration value="AIRY_MOD"/>
<xsd:enumeration value="AIRY30"/>
<xsd:enumeration value="AIRY49"/>
<xsd:enumeration value="AUST_NAT"/>
<xsd:enumeration value="BESL-DHD"/>
<xsd:enumeration value="BESL-NGL"/>
<xsd:enumeration value="BESL-RT9"/>
<xsd:enumeration value="BESS41"/>
<xsd:enumeration value="BESSNAM"/>
<xsd:enumeration value="BOGOTA"/>
<xsd:enumeration value="CL58"/>
<xsd:enumeration value="CL58-1"/>
<xsd:enumeration value="CL66"/>
<xsd:enumeration value="CL66-M"/>
<xsd:enumeration value="CL80"/>
<xsd:enumeration value="CL80-A"/>
<xsd:enumeration value="CL80-B"/>
<xsd:enumeration value="CL80-I"/>
<xsd:enumeration value="CL80-J"/>
<xsd:enumeration value="CL80-M"/>
<xsd:enumeration value="CL80-P"/>
<xsd:enumeration value="CMPOINCH"/>
<xsd:enumeration value="DAN"/>
<xsd:enumeration value="DELA"/>
<xsd:enumeration value="ED50"/>
<xsd:enumeration value="EGYPT07"/>
<xsd:enumeration value="EVER"/>
<xsd:enumeration value="EVER48"/>
<xsd:enumeration value="EVER56"/>
<xsd:enumeration value="EVER69"/>
<xsd:enumeration value="EVER-BR"/>
<xsd:enumeration value="EVERMOD"/>
<xsd:enumeration value="EVER-P"/>
<xsd:enumeration value="EVER-TM"/>
<xsd:enumeration value="EVTM"/>
<xsd:enumeration value="FISC60"/>
<xsd:enumeration value="FISC60MOD"/>
<xsd:enumeration value="FISC68"/>
<xsd:enumeration value="FISCMOD"/>
<xsd:enumeration value="GDA94"/>
<xsd:enumeration value="GRS67"/>
<xsd:enumeration value="GRS80"/>
<xsd:enumeration value="HAY09"/>
<xsd:enumeration value="HEIS"/>
<xsd:enumeration value="HEL06"/>
<xsd:enumeration value="HEL07"/>
<xsd:enumeration value="HOUG"/>
<xsd:enumeration value="IAG-75"/>
<xsd:enumeration value="INDIAN75"/>
<xsd:enumeration value="INDO-74"/>
<xsd:enumeration value="INT24"/>
<xsd:enumeration value="IUGG67"/>
<xsd:enumeration value="IUGG75"/>
<xsd:enumeration value="JEFF48"/>
<xsd:enumeration value="KAU63"/>
<xsd:enumeration value="KRSV"/>
<xsd:enumeration value="MERIT83"/>
<xsd:enumeration value="NAD27"/>
<xsd:enumeration value="NAHRAN"/>
<xsd:enumeration value="NEWINT67"/>
<xsd:enumeration value="NWL-10D"/>
<xsd:enumeration value="NWL-9D"/>
<xsd:enumeration value="OSGB36"/>
<xsd:enumeration value="OSU86F"/>
<xsd:enumeration value="OSU91A"/>
<xsd:enumeration value="PLESSIS-1817"/>
<xsd:enumeration value="PSAD56"/>
<xsd:enumeration value="PTNOIRE"/>
<xsd:enumeration value="SA69"/>
<xsd:enumeration value="SPHR"/>
<xsd:enumeration value="STRU"/>
<xsd:enumeration value="WALB"/>
<xsd:enumeration value="WAR24"/>
<xsd:enumeration value="WGS60"/>
<xsd:enumeration value="WGS66"/>
<xsd:enumeration value="WGS72"/>
<xsd:enumeration value="WGS84"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: FiberMode

Super-types: witsml:abstractTypeEnum < FiberMode (by restriction)
Sub-types: None
Name FiberMode
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'singlemode'|'multimode'|'other'|'unknown'}
Documentation The mode of a Distributed Temperature Survey (DTS) fiber.
Diagram
Schema Component Representation
<xsd:simpleType name="FiberMode">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="singlemode"/>
<xsd:enumeration value="multimode"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: GasPeakType

Super-types: witsml:abstractTypeEnum < GasPeakType (by restriction)
Sub-types: None
Name GasPeakType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'circulating background gas'|'connection gas'|'drilling background gas'|'drilling gas peak'|'flow check gas'|'no readings'|'other'|'shut down gas'|'trip gas'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="GasPeakType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="circulating background gas"/>
<xsd:enumeration value="connection gas"/>
<xsd:enumeration value="drilling background gas"/>
<xsd:enumeration value="drilling gas peak"/>
<xsd:enumeration value="flow check gas"/>
<xsd:enumeration value="no readings"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="shut down gas"/>
<xsd:enumeration value="trip gas"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: GeodeticDatum

Super-types: witsml:abstractTypeEnum < GeodeticDatum (by restriction)
Sub-types: None
Name GeodeticDatum
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'ADND'|'ARC50'|'AUSG'|'CAA'|'CHAS'|'CORAL'|'ED50'|'ED87'|'ERIN65'|'GD49'|'GHANA'|'GUAM63'|'HJRS55'|'HTS'|'INCH'|'INDIA1'|'INDIA2'|'INDNS74'|'LIB64'|'LUZON'|'MRCH'|'NAD27'|'NAD83'|'NGRA'|'None'|'NPRM'|'OSGB36'|'POTS1'|'PULK1'|'PULK2'|'QRNQ'|'SA56'|'SRL60'|'TNRV25'|'TOKYO'|'UserDefined'|'VROL'|'WGS72'|'WGS84'|'YACR'|'unknown'}
Documentation These values represent the type of geodetic datum. The source (except for "none", "unknown" and "UserDefined") of the values and the descriptions is Geoshare V13.
Diagram
Schema Component Representation
<xsd:simpleType name="GeodeticDatum">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="ADND"/>
<xsd:enumeration value="ARC50"/>
<xsd:enumeration value="AUSG"/>
<xsd:enumeration value="CAA"/>
<xsd:enumeration value="CHAS"/>
<xsd:enumeration value="CORAL"/>
<xsd:enumeration value="ED50"/>
<xsd:enumeration value="ED87"/>
<xsd:enumeration value="ERIN65"/>
<xsd:enumeration value="GD49"/>
<xsd:enumeration value="GHANA"/>
<xsd:enumeration value="GUAM63"/>
<xsd:enumeration value="HJRS55"/>
<xsd:enumeration value="HTS"/>
<xsd:enumeration value="INCH"/>
<xsd:enumeration value="INDIA1"/>
<xsd:enumeration value="INDIA2"/>
<xsd:enumeration value="INDNS74"/>
<xsd:enumeration value="LIB64"/>
<xsd:enumeration value="LUZON"/>
<xsd:enumeration value="MRCH"/>
<xsd:enumeration value="NAD27"/>
<xsd:enumeration value="NAD83"/>
<xsd:enumeration value="NGRA"/>
<xsd:enumeration value="None"/>
<xsd:enumeration value="NPRM"/>
<xsd:enumeration value="OSGB36"/>
<xsd:enumeration value="POTS1"/>
<xsd:enumeration value="PULK1"/>
<xsd:enumeration value="PULK2"/>
<xsd:enumeration value="QRNQ"/>
<xsd:enumeration value="SA56"/>
<xsd:enumeration value="SRL60"/>
<xsd:enumeration value="TNRV25"/>
<xsd:enumeration value="TOKYO"/>
<xsd:enumeration value="UserDefined"/>
<xsd:enumeration value="VROL"/>
<xsd:enumeration value="WGS72"/>
<xsd:enumeration value="WGS84"/>
<xsd:enumeration value="YACR"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: Hemispheres

Super-types: witsml:abstractTypeEnum < Hemispheres (by restriction)
Sub-types: None
Name Hemispheres
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'northern'|'southern'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="Hemispheres">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="northern"/>
<xsd:enumeration value="southern"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: HoleCasingType

Super-types: witsml:abstractTypeEnum < HoleCasingType (by restriction)
Sub-types: None
Name HoleCasingType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'blow out preventer'|'casing'|'conductor'|'curved conductor'|'liner'|'open hole'|'riser'|'tubing'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="HoleCasingType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="blow out preventer"/>
<xsd:enumeration value="casing"/>
<xsd:enumeration value="conductor"/>
<xsd:enumeration value="curved conductor"/>
<xsd:enumeration value="liner"/>
<xsd:enumeration value="open hole"/>
<xsd:enumeration value="riser"/>
<xsd:enumeration value="tubing"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: HoleOpenerType

Super-types: witsml:abstractTypeEnum < HoleOpenerType (by restriction)
Sub-types: None
Name HoleOpenerType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'under-reamer'|'fixed blade'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="HoleOpenerType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="under-reamer"/>
<xsd:enumeration value="fixed blade"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: InstalledFiberPoint

Super-types: witsml:abstractTypeEnum < InstalledFiberPoint (by restriction)
Sub-types: None
Name InstalledFiberPoint
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'splice'|'connector'|'end of fiber'|'base of fiber'|'turn around point'|'start of fiber'|'oven entry point'|'oven exit point'|'downhole gauge'|'DTS laser head'|'DTS reference oven'|'splice box'|'wellhead junction box'|'base tubing hanger flange'|'PBR wet connect'|'top ESP pump'|'base ESP pump'|'wellhead temperature gauge'|'top completion zone'|'base completion zone'|'unknown'}
Documentation The type of Distributed Temperature Survey (DTS) fiber point.
Diagram
Schema Component Representation
<xsd:simpleType name="InstalledFiberPoint">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="splice"/>
<xsd:enumeration value="connector"/>
<xsd:enumeration value="end of fiber"/>
<xsd:enumeration value="base of fiber"/>
<xsd:enumeration value="turn around point"/>
<xsd:enumeration value="start of fiber"/>
<xsd:enumeration value="oven entry point"/>
<xsd:enumeration value="oven exit point"/>
<xsd:enumeration value="downhole gauge"/>
<xsd:enumeration value="DTS laser head"/>
<xsd:enumeration value="DTS reference oven"/>
<xsd:enumeration value="splice box"/>
<xsd:enumeration value="wellhead junction box"/>
<xsd:enumeration value="base tubing hanger flange"/>
<xsd:enumeration value="PBR wet connect"/>
<xsd:enumeration value="top ESP pump"/>
<xsd:enumeration value="base ESP pump"/>
<xsd:enumeration value="wellhead temperature gauge"/>
<xsd:enumeration value="top completion zone"/>
<xsd:enumeration value="base completion zone"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: IntervalMethod

Super-types: witsml:abstractTypeEnum < IntervalMethod (by restriction)
Sub-types: None
Name IntervalMethod
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'average'|'maximum'|'minimum'|'other'|'spot sample'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="IntervalMethod">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="average"/>
<xsd:enumeration value="maximum"/>
<xsd:enumeration value="minimum"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="spot sample"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: IntervalType

Super-types: witsml:abstractTypeEnum < IntervalType (by restriction)
Sub-types: None
Name IntervalType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'time'|'depth'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="IntervalType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="time"/>
<xsd:enumeration value="depth"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ItemState

Super-types: witsml:abstractTypeEnum < ItemState (by restriction)
Sub-types: None
Name ItemState
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'actual'|'model'|'plan'|'unknown'}
Documentation These values represent the state of a WITSML object.
Diagram
Schema Component Representation
<xsd:simpleType name="ItemState">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="actual"/>
<xsd:enumeration value="model"/>
<xsd:enumeration value="plan"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: JarAction

Super-types: witsml:abstractTypeEnum < JarAction (by restriction)
Sub-types: None
Name JarAction
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'up'|'down'|'both'|'vibrating'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="JarAction">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="up"/>
<xsd:enumeration value="down"/>
<xsd:enumeration value="both"/>
<xsd:enumeration value="vibrating"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: JarType

Super-types: witsml:abstractTypeEnum < JarType (by restriction)
Sub-types: None
Name JarType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'mechanical'|'hydraulic'|'hydro mechanical'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="JarType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="mechanical"/>
<xsd:enumeration value="hydraulic"/>
<xsd:enumeration value="hydro mechanical"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: LithologySource

Super-types: witsml:abstractTypeEnum < LithologySource (by restriction)
Sub-types: None
Name LithologySource
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'interpreted'|'core'|'cuttings'|'unknown'}
Documentation Specifies the source of lithology information.
Diagram
Schema Component Representation
<xsd:simpleType name="LithologySource">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="interpreted"/>
<xsd:enumeration value="core"/>
<xsd:enumeration value="cuttings"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: LithologyType

Super-types: witsml:abstractTypeEnum < LithologyType (by restriction)
Sub-types: None
Name LithologyType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
Documentation The type of lithology. The list of standard values is contained in the WITSML enumValues.xml file.
Diagram
h1793354754
Schema Component Representation
<xsd:simpleType name="LithologyType">
<xsd:restriction base=" witsml:abstractTypeEnum "/>
</xsd:simpleType>
top

Simple Type: LogDataType

Super-types: witsml:abstractTypeEnum < LogDataType (by restriction)
Sub-types: None
Name LogDataType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'date time'|'double'|'long'|'string'|'unknown'}
Documentation The endcoding allowed in a realtime channel value or log curve value.
Diagram
Schema Component Representation
<xsd:simpleType name="LogDataType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="date time"/>
<xsd:enumeration value="double"/>
<xsd:enumeration value="long"/>
<xsd:enumeration value="string"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: LogIndexDirection

Super-types: witsml:abstractTypeEnum < LogIndexDirection (by restriction)
Sub-types: None
Name LogIndexDirection
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'decreasing'|'increasing'|'unknown'}
Documentation These values represent the direction of movement within a wellbore.
Diagram
Schema Component Representation
<xsd:simpleType name="LogIndexDirection">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="decreasing"/>
<xsd:enumeration value="increasing"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: LogIndexType

Super-types: witsml:abstractTypeEnum < LogIndexType (by restriction)
Sub-types: None
Name LogIndexType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'date time'|'elapsed time'|'length'|'measured depth'|'vertical depth'|'other'|'unknown'}
Documentation These values represent the type of data used as an index value for a log.
Diagram
Schema Component Representation
<xsd:simpleType name="LogIndexType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="date time"/>
<xsd:enumeration value="elapsed time"/>
<xsd:enumeration value="length"/>
<xsd:enumeration value="measured depth"/>
<xsd:enumeration value="vertical depth"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: LogTraceOrigin

Super-types: witsml:abstractTypeEnum < LogTraceOrigin (by restriction)
Sub-types: None
Name LogTraceOrigin
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'realtime'|'modeled'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="LogTraceOrigin">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="realtime"/>
<xsd:enumeration value="modeled"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: LogTraceState

Super-types: witsml:abstractTypeEnum < LogTraceState (by restriction)
Sub-types: None
Name LogTraceState
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'depth adjusted'|'edited'|'joined'|'processed'|'raw'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="LogTraceState">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="depth adjusted"/>
<xsd:enumeration value="edited"/>
<xsd:enumeration value="joined"/>
<xsd:enumeration value="processed"/>
<xsd:enumeration value="raw"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: MaterialType

Super-types: witsml:abstractTypeEnum < MaterialType (by restriction)
Sub-types: None
Name MaterialType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'aluminum'|'beryllium copper'|'chrome alloy'|'composite'|'other'|'non-magnetic steel'|'plastic'|'steel'|'steel alloy'|'titanium'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="MaterialType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="aluminum"/>
<xsd:enumeration value="beryllium copper"/>
<xsd:enumeration value="chrome alloy"/>
<xsd:enumeration value="composite"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="non-magnetic steel"/>
<xsd:enumeration value="plastic"/>
<xsd:enumeration value="steel"/>
<xsd:enumeration value="steel alloy"/>
<xsd:enumeration value="titanium"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: MeasurementType

Super-types: witsml:abstractTypeEnum < MeasurementType (by restriction)
Sub-types: None
Name MeasurementType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'acceleration'|'acoustic caliper'|'acoustic casing collar locator'|'acoustic impedance'|'acoustic porosity'|'acoustic velocity'|'acoustic wave matrix travel time'|'acoustic wave travel time'|'amplitude'|'amplitude of acoustic wave'|'amplitude of E-M wave'|'amplitude ratio'|'area'|'attenuation'|'attenuation of acoustic wave'|'attenuation of E-M wave'|'auxiliary'|'average porosity'|'azimuth'|'barite mud correction'|'bed thickness correction'|'bit size'|'blocked'|'borehole environment correction'|'borehole fluid composition correction'|'borehole fluid correction'|'borehole size correction'|'bromide mud correction'|'bulk compressibility'|'bulk density'|'bulk volume'|'bulk volume gas'|'bulk volume hydrocarbon'|'bulk volume oil'|'bulk volume water'|'C/O ratio'|'caliper'|'cased hole correction'|'casing collar locator'|'casing correction'|'casing diameter correction'|'casing inspection'|'casing thickness correction'|'casing weight correction'|'cement correction'|'cement density correction'|'cement evaluation'|'cement thickness correction'|'cement type correction'|'CH density porosity'|'CH dolomite density porosity'|'CH dolomite neutron porosity'|'CH limestone density porosity'|'CH limestone neutron porosity'|'CH neutron porosity'|'CH sandstone density porosity'|'CH sandstone neutron porosity'|'compressional wave dolomite porosity'|'compressional wave limestone porosity'|'compressional wave matrix travel time'|'compressional wave sandstone porosity'|'compressional wave travel time'|'conductivity'|'conductivity from attenuation'|'conductivity from phase shift'|'connate water conductivity'|'connate water resistivity'|'conventional core porosity'|'core matrix density'|'core permeability'|'core porosity'|'corrected'|'count rate'|'count rate ratio'|'cross plot porosity'|'decay time'|'deep conductivity'|'deep induction conductivity'|'deep induction resistivity'|'deep laterolog conductivity'|'deep laterolog resistivity'|'deep resistivity'|'density'|'density porosity'|'depth'|'depth adjusted'|'depth derived from velocity'|'deviation'|'dielectric'|'diffusion correction'|'dip'|'dipmeter'|'dipmeter conductivity'|'dipmeter resistivity'|'dolomite acoustic porosity'|'dolomite density porosity'|'dolomite neutron porosity'|'edited'|'effective porosity'|'electric current'|'electric potential'|'electromagnetic wave matrix travel time'|'electromagnetic wave travel time'|'element'|'elemental ratio'|'enhanced'|'filtered'|'flowmeter'|'fluid density'|'fluid velocity'|'fluid viscosity'|'flushed zone conductivity'|'flushed zone resistivity'|'flushed zone saturation'|'force'|'formation density correction'|'formation properties correction'|'formation salinity correction'|'formation saturation correction'|'formation volume factor correction'|'formation water density correction'|'formation water saturation correction'|'free fluid index'|'friction effect correction'|'gamma ray'|'gamma ray minus uranium'|'gas saturation'|'gradiomanometer'|'high frequency conductivity'|'high frequency electromagnetic'|'high frequency electromagnetic porosity'|'high frequency E-M phase shift'|'high frequency resistivity'|'hydrocarbon correction'|'hydrocarbon density correction'|'hydrocarbon gravity correction'|'hydrocarbon saturation'|'hydrocarbon viscosity correction'|'image'|'interpretation variable'|'iron mud correction'|'joined'|'KCl mud correction'|'length'|'limestone acoustic porosity'|'limestone density porosity'|'limestone neutron porosity'|'lithology correction'|'log derived permeability'|'log matrix density'|'magnetic casing collar locator'|'matrix density'|'matrix travel time'|'measured depth'|'mechanical caliper'|'mechanical casing collar locator'|'medium conductivity'|'medium induction conductivity'|'medium induction resistivity'|'medium laterolog conductivity'|'medium laterolog resistivity'|'medium resistivity'|'micro conductivity'|'micro inverse conductivity'|'micro inverse resistivity'|'micro laterolog conductivity'|'micro laterolog resistivity'|'micro normal conductivity'|'micro normal resistivity'|'micro resistivity'|'micro spherically focused conductivity'|'micro spherically focused resistivity'|'mineral'|'mud cake conductivity'|'mud cake correction'|'mud cake density correction'|'mud cake resistivity'|'mud cake resistivity correction'|'mud cake thickness correction'|'mud composition correction'|'mud conductivity'|'mud filtrate conductivity'|'mud filtrate correction'|'mud filtrate density correction'|'mud filtrate resistivity'|'mud filtrate resistivity correction'|'mud filtrate salinity correction'|'mud resistivity'|'mud salinity correction'|'mud viscosity correction'|'mud weight correction'|'neutron die away time'|'neutron porosity'|'nuclear caliper'|'nuclear magnetic decay time'|'nuclear magnetism log permeability'|'nuclear magnetism porosity'|'OH density porosity'|'OH dolomite density porosity'|'OH dolomite neutron porosity'|'OH limestone density porosity'|'OH limestone neutron porosity'|'OH neutron porosity'|'OH sandstone density porosity'|'OH sandstone neutron porosity'|'oil based mud correction'|'oil saturation'|'perforating'|'permeability'|'phase shift'|'photoelectric absorption'|'photoelectric absorption correction'|'physical measurement correction'|'plane angle'|'porosity'|'porosity correction'|'potassium'|'pressure'|'pressure correction'|'processed'|'pulsed neutron porosity'|'quality'|'ratio'|'raw'|'relative bearing'|'resistivity'|'resistivity factor correction'|'resistivity from attenuation'|'resistivity from phase shift'|'resistivity phase shift'|'resistivity ratio'|'salinity'|'sampling'|'sandstone acoustic porosity'|'sandstone density porosity'|'sandstone neutron porosity'|'saturation'|'shale volume'|'shallow conductivity'|'shallow induction conductivity'|'shallow induction resistivity'|'shallow laterolog conductivity'|'shallow laterolog resistivity'|'shallow resistivity'|'shear wave dolomite porosity'|'shear wave limestone porosity'|'shear wave matrix travel time'|'shear wave sandstone porosity'|'shear wave travel time'|'shifted'|'sidewall core porosity'|'sigma'|'sigma formation'|'sigma gas'|'sigma hydrocarbon'|'sigma matrix'|'sigma oil'|'sigma water'|'slippage velocity correction'|'smoothed'|'spectral gamma ray'|'spherically focused conductivity'|'spherically focused resistivity'|'spontaneous potential'|'spreading loss correction'|'synthetic well log trace'|'temperature'|'temperature correction'|'tension'|'Th/K ratio'|'thorium'|'time'|'tool diameter correction'|'tool eccentricity correction'|'total gamma ray'|'total porosity'|'tracer survey'|'travel time'|'true conductivity'|'true resistivity'|'true vertical depth'|'tube wave dolomite porosity'|'tube wave limestone porosity'|'tube wave matrix travel time'|'tube wave sandstone porosity'|'tube wave travel time'|'uranium'|'velocity'|'volume'|'water based fluid correction'|'water holdup correction'|'water saturated conductivity'|'water saturated resistivity'|'water saturation'|'unknown'}
Documentation The source (except for "CH density porosity", "CH neutron porosity", "OH density porosity" and "OH neutron porosity") of the values and the descriptions is the POSC V2.2 "well log trace class" standard instance values which are documented as "A classification of well log traces based on specification of a range of characteristics. Traces may be classed according to the type of physical characteristic they are meant to measure."
Diagram
Schema Component Representation
<xsd:simpleType name="MeasurementType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="acceleration"/>
<xsd:enumeration value="acoustic caliper"/>
<xsd:enumeration value="acoustic casing collar locator"/>
<xsd:enumeration value="acoustic impedance"/>
<xsd:enumeration value="acoustic porosity"/>
<xsd:enumeration value="acoustic velocity"/>
<xsd:enumeration value="acoustic wave matrix travel time"/>
<xsd:enumeration value="acoustic wave travel time"/>
<xsd:enumeration value="amplitude"/>
<xsd:enumeration value="amplitude of acoustic wave"/>
<xsd:enumeration value="amplitude of E-M wave"/>
<xsd:enumeration value="amplitude ratio"/>
<xsd:enumeration value="area"/>
<xsd:enumeration value="attenuation"/>
<xsd:enumeration value="attenuation of acoustic wave"/>
<xsd:enumeration value="attenuation of E-M wave"/>
<xsd:enumeration value="auxiliary"/>
<xsd:enumeration value="average porosity"/>
<xsd:enumeration value="azimuth"/>
<xsd:enumeration value="barite mud correction"/>
<xsd:enumeration value="bed thickness correction"/>
<xsd:enumeration value="bit size"/>
<xsd:enumeration value="blocked"/>
<xsd:enumeration value="borehole environment correction"/>
<xsd:enumeration value="borehole fluid composition correction"/>
<xsd:enumeration value="borehole fluid correction"/>
<xsd:enumeration value="borehole size correction"/>
<xsd:enumeration value="bromide mud correction"/>
<xsd:enumeration value="bulk compressibility"/>
<xsd:enumeration value="bulk density"/>
<xsd:enumeration value="bulk volume"/>
<xsd:enumeration value="bulk volume gas"/>
<xsd:enumeration value="bulk volume hydrocarbon"/>
<xsd:enumeration value="bulk volume oil"/>
<xsd:enumeration value="bulk volume water"/>
<xsd:enumeration value="C/O ratio"/>
<xsd:enumeration value="caliper"/>
<xsd:enumeration value="cased hole correction"/>
<xsd:enumeration value="casing collar locator"/>
<xsd:enumeration value="casing correction"/>
<xsd:enumeration value="casing diameter correction"/>
<xsd:enumeration value="casing inspection"/>
<xsd:enumeration value="casing thickness correction"/>
<xsd:enumeration value="casing weight correction"/>
<xsd:enumeration value="cement correction"/>
<xsd:enumeration value="cement density correction"/>
<xsd:enumeration value="cement evaluation"/>
<xsd:enumeration value="cement thickness correction"/>
<xsd:enumeration value="cement type correction"/>
<xsd:enumeration value="CH density porosity"/>
<xsd:enumeration value="CH dolomite density porosity"/>
<xsd:enumeration value="CH dolomite neutron porosity"/>
<xsd:enumeration value="CH limestone density porosity"/>
<xsd:enumeration value="CH limestone neutron porosity"/>
<xsd:enumeration value="CH neutron porosity"/>
<xsd:enumeration value="CH sandstone density porosity"/>
<xsd:enumeration value="CH sandstone neutron porosity"/>
<xsd:enumeration value="compressional wave dolomite porosity"/>
<xsd:enumeration value="compressional wave limestone porosity"/>
<xsd:enumeration value="compressional wave matrix travel time"/>
<xsd:enumeration value="compressional wave sandstone porosity"/>
<xsd:enumeration value="compressional wave travel time"/>
<xsd:enumeration value="conductivity"/>
<xsd:enumeration value="conductivity from attenuation"/>
<xsd:enumeration value="conductivity from phase shift"/>
<xsd:enumeration value="connate water conductivity"/>
<xsd:enumeration value="connate water resistivity"/>
<xsd:enumeration value="conventional core porosity"/>
<xsd:enumeration value="core matrix density"/>
<xsd:enumeration value="core permeability"/>
<xsd:enumeration value="core porosity"/>
<xsd:enumeration value="corrected"/>
<xsd:enumeration value="count rate"/>
<xsd:enumeration value="count rate ratio"/>
<xsd:enumeration value="cross plot porosity"/>
<xsd:enumeration value="decay time"/>
<xsd:enumeration value="deep conductivity"/>
<xsd:enumeration value="deep induction conductivity"/>
<xsd:enumeration value="deep induction resistivity"/>
<xsd:enumeration value="deep laterolog conductivity"/>
<xsd:enumeration value="deep laterolog resistivity"/>
<xsd:enumeration value="deep resistivity"/>
<xsd:enumeration value="density"/>
<xsd:enumeration value="density porosity"/>
<xsd:enumeration value="depth"/>
<xsd:enumeration value="depth adjusted"/>
<xsd:enumeration value="depth derived from velocity"/>
<xsd:enumeration value="deviation"/>
<xsd:enumeration value="dielectric"/>
<xsd:enumeration value="diffusion correction"/>
<xsd:enumeration value="dip"/>
<xsd:enumeration value="dipmeter"/>
<xsd:enumeration value="dipmeter conductivity"/>
<xsd:enumeration value="dipmeter resistivity"/>
<xsd:enumeration value="dolomite acoustic porosity"/>
<xsd:enumeration value="dolomite density porosity"/>
<xsd:enumeration value="dolomite neutron porosity"/>
<xsd:enumeration value="edited"/>
<xsd:enumeration value="effective porosity"/>
<xsd:enumeration value="electric current"/>
<xsd:enumeration value="electric potential"/>
<xsd:enumeration value="electromagnetic wave matrix travel time"/>
<xsd:enumeration value="electromagnetic wave travel time"/>
<xsd:enumeration value="element"/>
<xsd:enumeration value="elemental ratio"/>
<xsd:enumeration value="enhanced"/>
<xsd:enumeration value="filtered"/>
<xsd:enumeration value="flowmeter"/>
<xsd:enumeration value="fluid density"/>
<xsd:enumeration value="fluid velocity"/>
<xsd:enumeration value="fluid viscosity"/>
<xsd:enumeration value="flushed zone conductivity"/>
<xsd:enumeration value="flushed zone resistivity"/>
<xsd:enumeration value="flushed zone saturation"/>
<xsd:enumeration value="force"/>
<xsd:enumeration value="formation density correction"/>
<xsd:enumeration value="formation properties correction"/>
<xsd:enumeration value="formation salinity correction"/>
<xsd:enumeration value="formation saturation correction"/>
<xsd:enumeration value="formation volume factor correction"/>
<xsd:enumeration value="formation water density correction"/>
<xsd:enumeration value="formation water saturation correction"/>
<xsd:enumeration value="free fluid index"/>
<xsd:enumeration value="friction effect correction"/>
<xsd:enumeration value="gamma ray"/>
<xsd:enumeration value="gamma ray minus uranium"/>
<xsd:enumeration value="gas saturation"/>
<xsd:enumeration value="gradiomanometer"/>
<xsd:enumeration value="high frequency conductivity"/>
<xsd:enumeration value="high frequency electromagnetic"/>
<xsd:enumeration value="high frequency electromagnetic porosity"/>
<xsd:enumeration value="high frequency E-M phase shift"/>
<xsd:enumeration value="high frequency resistivity"/>
<xsd:enumeration value="hydrocarbon correction"/>
<xsd:enumeration value="hydrocarbon density correction"/>
<xsd:enumeration value="hydrocarbon gravity correction"/>
<xsd:enumeration value="hydrocarbon saturation"/>
<xsd:enumeration value="hydrocarbon viscosity correction"/>
<xsd:enumeration value="image"/>
<xsd:enumeration value="interpretation variable"/>
<xsd:enumeration value="iron mud correction"/>
<xsd:enumeration value="joined"/>
<xsd:enumeration value="KCl mud correction"/>
<xsd:enumeration value="length"/>
<xsd:enumeration value="limestone acoustic porosity"/>
<xsd:enumeration value="limestone density porosity"/>
<xsd:enumeration value="limestone neutron porosity"/>
<xsd:enumeration value="lithology correction"/>
<xsd:enumeration value="log derived permeability"/>
<xsd:enumeration value="log matrix density"/>
<xsd:enumeration value="magnetic casing collar locator"/>
<xsd:enumeration value="matrix density"/>
<xsd:enumeration value="matrix travel time"/>
<xsd:enumeration value="measured depth"/>
<xsd:enumeration value="mechanical caliper"/>
<xsd:enumeration value="mechanical casing collar locator"/>
<xsd:enumeration value="medium conductivity"/>
<xsd:enumeration value="medium induction conductivity"/>
<xsd:enumeration value="medium induction resistivity"/>
<xsd:enumeration value="medium laterolog conductivity"/>
<xsd:enumeration value="medium laterolog resistivity"/>
<xsd:enumeration value="medium resistivity"/>
<xsd:enumeration value="micro conductivity"/>
<xsd:enumeration value="micro inverse conductivity"/>
<xsd:enumeration value="micro inverse resistivity"/>
<xsd:enumeration value="micro laterolog conductivity"/>
<xsd:enumeration value="micro laterolog resistivity"/>
<xsd:enumeration value="micro normal conductivity"/>
<xsd:enumeration value="micro normal resistivity"/>
<xsd:enumeration value="micro resistivity"/>
<xsd:enumeration value="micro spherically focused conductivity"/>
<xsd:enumeration value="micro spherically focused resistivity"/>
<xsd:enumeration value="mineral"/>
<xsd:enumeration value="mud cake conductivity"/>
<xsd:enumeration value="mud cake correction"/>
<xsd:enumeration value="mud cake density correction"/>
<xsd:enumeration value="mud cake resistivity"/>
<xsd:enumeration value="mud cake resistivity correction"/>
<xsd:enumeration value="mud cake thickness correction"/>
<xsd:enumeration value="mud composition correction"/>
<xsd:enumeration value="mud conductivity"/>
<xsd:enumeration value="mud filtrate conductivity"/>
<xsd:enumeration value="mud filtrate correction"/>
<xsd:enumeration value="mud filtrate density correction"/>
<xsd:enumeration value="mud filtrate resistivity"/>
<xsd:enumeration value="mud filtrate resistivity correction"/>
<xsd:enumeration value="mud filtrate salinity correction"/>
<xsd:enumeration value="mud resistivity"/>
<xsd:enumeration value="mud salinity correction"/>
<xsd:enumeration value="mud viscosity correction"/>
<xsd:enumeration value="mud weight correction"/>
<xsd:enumeration value="neutron die away time"/>
<xsd:enumeration value="neutron porosity"/>
<xsd:enumeration value="nuclear caliper"/>
<xsd:enumeration value="nuclear magnetic decay time"/>
<xsd:enumeration value="nuclear magnetism log permeability"/>
<xsd:enumeration value="nuclear magnetism porosity"/>
<xsd:enumeration value="OH density porosity"/>
<xsd:enumeration value="OH dolomite density porosity"/>
<xsd:enumeration value="OH dolomite neutron porosity"/>
<xsd:enumeration value="OH limestone density porosity"/>
<xsd:enumeration value="OH limestone neutron porosity"/>
<xsd:enumeration value="OH neutron porosity"/>
<xsd:enumeration value="OH sandstone density porosity"/>
<xsd:enumeration value="OH sandstone neutron porosity"/>
<xsd:enumeration value="oil based mud correction"/>
<xsd:enumeration value="oil saturation"/>
<xsd:enumeration value="perforating"/>
<xsd:enumeration value="permeability"/>
<xsd:enumeration value="phase shift"/>
<xsd:enumeration value="photoelectric absorption"/>
<xsd:enumeration value="photoelectric absorption correction"/>
<xsd:enumeration value="physical measurement correction"/>
<xsd:enumeration value="plane angle"/>
<xsd:enumeration value="porosity"/>
<xsd:enumeration value="porosity correction"/>
<xsd:enumeration value="potassium"/>
<xsd:enumeration value="pressure"/>
<xsd:enumeration value="pressure correction"/>
<xsd:enumeration value="processed"/>
<xsd:enumeration value="pulsed neutron porosity"/>
<xsd:enumeration value="quality"/>
<xsd:enumeration value="ratio"/>
<xsd:enumeration value="raw"/>
<xsd:enumeration value="relative bearing"/>
<xsd:enumeration value="resistivity"/>
<xsd:enumeration value="resistivity factor correction"/>
<xsd:enumeration value="resistivity from attenuation"/>
<xsd:enumeration value="resistivity from phase shift"/>
<xsd:enumeration value="resistivity phase shift"/>
<xsd:enumeration value="resistivity ratio"/>
<xsd:enumeration value="salinity"/>
<xsd:enumeration value="sampling"/>
<xsd:enumeration value="sandstone acoustic porosity"/>
<xsd:enumeration value="sandstone density porosity"/>
<xsd:enumeration value="sandstone neutron porosity"/>
<xsd:enumeration value="saturation"/>
<xsd:enumeration value="shale volume"/>
<xsd:enumeration value="shallow conductivity"/>
<xsd:enumeration value="shallow induction conductivity"/>
<xsd:enumeration value="shallow induction resistivity"/>
<xsd:enumeration value="shallow laterolog conductivity"/>
<xsd:enumeration value="shallow laterolog resistivity"/>
<xsd:enumeration value="shallow resistivity"/>
<xsd:enumeration value="shear wave dolomite porosity"/>
<xsd:enumeration value="shear wave limestone porosity"/>
<xsd:enumeration value="shear wave matrix travel time"/>
<xsd:enumeration value="shear wave sandstone porosity"/>
<xsd:enumeration value="shear wave travel time"/>
<xsd:enumeration value="shifted"/>
<xsd:enumeration value="sidewall core porosity"/>
<xsd:enumeration value="sigma"/>
<xsd:enumeration value="sigma formation"/>
<xsd:enumeration value="sigma gas"/>
<xsd:enumeration value="sigma hydrocarbon"/>
<xsd:enumeration value="sigma matrix"/>
<xsd:enumeration value="sigma oil"/>
<xsd:enumeration value="sigma water"/>
<xsd:enumeration value="slippage velocity correction"/>
<xsd:enumeration value="smoothed"/>
<xsd:enumeration value="spectral gamma ray"/>
<xsd:enumeration value="spherically focused conductivity"/>
<xsd:enumeration value="spherically focused resistivity"/>
<xsd:enumeration value="spontaneous potential"/>
<xsd:enumeration value="spreading loss correction"/>
<xsd:enumeration value="synthetic well log trace"/>
<xsd:enumeration value="temperature"/>
<xsd:enumeration value="temperature correction"/>
<xsd:enumeration value="tension"/>
<xsd:enumeration value="Th/K ratio"/>
<xsd:enumeration value="thorium"/>
<xsd:enumeration value="time"/>
<xsd:enumeration value="tool diameter correction"/>
<xsd:enumeration value="tool eccentricity correction"/>
<xsd:enumeration value="total gamma ray"/>
<xsd:enumeration value="total porosity"/>
<xsd:enumeration value="tracer survey"/>
<xsd:enumeration value="travel time"/>
<xsd:enumeration value="true conductivity"/>
<xsd:enumeration value="true resistivity"/>
<xsd:enumeration value="true vertical depth"/>
<xsd:enumeration value="tube wave dolomite porosity"/>
<xsd:enumeration value="tube wave limestone porosity"/>
<xsd:enumeration value="tube wave matrix travel time"/>
<xsd:enumeration value="tube wave sandstone porosity"/>
<xsd:enumeration value="tube wave travel time"/>
<xsd:enumeration value="uranium"/>
<xsd:enumeration value="velocity"/>
<xsd:enumeration value="volume"/>
<xsd:enumeration value="water based fluid correction"/>
<xsd:enumeration value="water holdup correction"/>
<xsd:enumeration value="water saturated conductivity"/>
<xsd:enumeration value="water saturated resistivity"/>
<xsd:enumeration value="water saturation"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: MessageProbability

Super-types: witsml:abstractTypeEnum < MessageProbability (by restriction)
Sub-types: None
Name MessageProbability
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'low'|'medium'|'high'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="MessageProbability">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="low"/>
<xsd:enumeration value="medium"/>
<xsd:enumeration value="high"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: MessageSeverity

Super-types: witsml:abstractTypeEnum < MessageSeverity (by restriction)
Sub-types: None
Name MessageSeverity
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'catastrophic'|'major'|'minor'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="MessageSeverity">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="catastrophic"/>
<xsd:enumeration value="major"/>
<xsd:enumeration value="minor"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: MessageType

Super-types: witsml:abstractTypeEnum < MessageType (by restriction)
Sub-types: None
Name MessageType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'alarm'|'event'|'informational'|'warning'|'unknown'}
Documentation These values represent the type of a message.
Diagram
Schema Component Representation
<xsd:simpleType name="MessageType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="alarm"/>
<xsd:enumeration value="event"/>
<xsd:enumeration value="informational"/>
<xsd:enumeration value="warning"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: MudLogParameterType

Super-types: witsml:abstractTypeEnum < MudLogParameterType (by restriction)
Sub-types: None
Name MudLogParameterType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'bit parameters'|'bit type comment'|'casing point comment'|'chromatograph comment'|'circulation system comment'|'core interval comment'|'cuttings gas'|'direct fracture pressure'|'direct pore pressure measurements'|'drilling data comment'|'fracture PG estimate most likely'|'gas peaks comment'|'gas ratio comment'|'general engineering comment'|'kicks and flows'|'lithlog comment'|'lost returns'|'LWD comment'|'marker or formation top comment'|'midnight depth date'|'mud check comment'|'mud data comment'|'mudlog comment'|'overburden gradient'|'overpull on connection'|'overpull on trip'|'pore PG estimate most likely'|'pore pressure estimate while drilling'|'pressure data comment'|'shale density comment'|'short trip comment'|'show report comment'|'sidewall core comment'|'sliding Interval'|'steam still results comment'|'survey comment'|'temperature data comment'|'temperature trend comment'|'wireline log comment'|'unknown'}
Documentation "Text value" indicates that a text value is expected. "Pressure value" indicates that an equivalentMudWeight value is expected. "Pressure gradient value" indicates that an equivalentMudWeight value is commonly expected but a pressureGradient value may also be specified. "Concentration value" indicates that a concentration value is expected. "Force value" indicates that a force value is expected. "Only" indicates that no other value is expected.
Diagram
Schema Component Representation
<xsd:simpleType name="MudLogParameterType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="bit parameters"/>
<xsd:enumeration value="bit type comment"/>
<xsd:enumeration value="casing point comment"/>
<xsd:enumeration value="chromatograph comment"/>
<xsd:enumeration value="circulation system comment"/>
<xsd:enumeration value="core interval comment"/>
<xsd:enumeration value="cuttings gas"/>
<xsd:enumeration value="direct fracture pressure"/>
<xsd:enumeration value="direct pore pressure measurements"/>
<xsd:enumeration value="drilling data comment"/>
<xsd:enumeration value="fracture PG estimate most likely"/>
<xsd:enumeration value="gas peaks comment"/>
<xsd:enumeration value="gas ratio comment"/>
<xsd:enumeration value="general engineering comment"/>
<xsd:enumeration value="kicks and flows"/>
<xsd:enumeration value="lithlog comment"/>
<xsd:enumeration value="lost returns"/>
<xsd:enumeration value="LWD comment"/>
<xsd:enumeration value="marker or formation top comment"/>
<xsd:enumeration value="midnight depth date"/>
<xsd:enumeration value="mud check comment"/>
<xsd:enumeration value="mud data comment"/>
<xsd:enumeration value="mudlog comment"/>
<xsd:enumeration value="overburden gradient"/>
<xsd:enumeration value="overpull on connection"/>
<xsd:enumeration value="overpull on trip"/>
<xsd:enumeration value="pore PG estimate most likely"/>
<xsd:enumeration value="pore pressure estimate while drilling"/>
<xsd:enumeration value="pressure data comment"/>
<xsd:enumeration value="shale density comment"/>
<xsd:enumeration value="short trip comment"/>
<xsd:enumeration value="show report comment"/>
<xsd:enumeration value="sidewall core comment"/>
<xsd:enumeration value="sliding Interval"/>
<xsd:enumeration value="steam still results comment"/>
<xsd:enumeration value="survey comment"/>
<xsd:enumeration value="temperature data comment"/>
<xsd:enumeration value="temperature trend comment"/>
<xsd:enumeration value="wireline log comment"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: NADTypes

Super-types: witsml:abstractTypeEnum < NADTypes (by restriction)
Sub-types: None
Name NADTypes
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'NAD27'|'NAD83'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="NADTypes">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="NAD27"/>
<xsd:enumeration value="NAD83"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: NameTagLocation

Super-types: witsml:abstractTypeEnum < NameTagLocation (by restriction)
Sub-types: None
Name NameTagLocation
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
Documentation Defines the locations where an equipment tag might be found.. The list of standard values is contained in the WITSML enumValues.xml file.
Diagram
h1793354754
Schema Component Representation
<xsd:simpleType name="NameTagLocation">
<xsd:restriction base=" witsml:abstractTypeEnum "/>
</xsd:simpleType>
top

Simple Type: NameTagNumberingScheme

Super-types: witsml:abstractTypeEnum < NameTagNumberingScheme (by restriction)
Sub-types: None
Name NameTagNumberingScheme
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
Documentation Defines the specifications for creating equipment tags.. The list of standard values is contained in the WITSML enumValues.xml file.
Diagram
h1793354754
Schema Component Representation
<xsd:simpleType name="NameTagNumberingScheme">
<xsd:restriction base=" witsml:abstractTypeEnum "/>
</xsd:simpleType>
top

Simple Type: NameTagTechnology

Super-types: witsml:abstractTypeEnum < NameTagTechnology (by restriction)
Sub-types: None
Name NameTagTechnology
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
Documentation Defines the mechanisms for attaching an equipment tag to an item.. The list of standard values is contained in the WITSML enumValues.xml file.
Diagram
h1793354754
Schema Component Representation
<xsd:simpleType name="NameTagTechnology">
<xsd:restriction base=" witsml:abstractTypeEnum "/>
</xsd:simpleType>
top

Simple Type: NozzleType

Super-types: witsml:abstractTypeEnum < NozzleType (by restriction)
Sub-types: None
Name NozzleType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'extended'|'normal'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="NozzleType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="extended"/>
<xsd:enumeration value="normal"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: OTDRReason

Super-types: witsml:abstractTypeEnum < OTDRReason (by restriction)
Sub-types: None
Name OTDRReason
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'pre-installation'|'post-installation'|'DTS run'|'other'|'unknown'}
Documentation The reason an Optical Time Domain Reflectometry (OTDR) test was run within a Distributed Temperature Survey (DTS).
Diagram
Schema Component Representation
<xsd:simpleType name="OTDRReason">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="pre-installation"/>
<xsd:enumeration value="post-installation"/>
<xsd:enumeration value="DTS run"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: PitType

Super-types: witsml:abstractTypeEnum < PitType (by restriction)
Sub-types: None
Name PitType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'bulk'|'chemical'|'drilling'|'mix'|'mud cleaning'|'sand trap'|'slug'|'storage'|'surge tank'|'trip tank'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="PitType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="bulk"/>
<xsd:enumeration value="chemical"/>
<xsd:enumeration value="drilling"/>
<xsd:enumeration value="mix"/>
<xsd:enumeration value="mud cleaning"/>
<xsd:enumeration value="sand trap"/>
<xsd:enumeration value="slug"/>
<xsd:enumeration value="storage"/>
<xsd:enumeration value="surge tank"/>
<xsd:enumeration value="trip tank"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: Projection

Super-types: witsml:abstractTypeEnum < Projection (by restriction)
Sub-types: None
Name Projection
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'Albers equal area'|'azimuthal equidistant'|'Cassini'|'equidistant conic'|'equirectangular'|'gnomonic'|'Lambert azimuthal'|'Lambert conformal conic'|'Mercator'|'Miller'|'oblique Mercator'|'orthographic'|'perspective'|'polar stereographic'|'polyconic'|'sinusoidal'|'state plane'|'stereographic'|'transverse Mercator'|'universal transverse Mercator'|'user defined'|'Van der Grinten'|'unknown'}
Documentation These values represent the type of coordinate system projection method. The source (except for "UserDefined") of the values is Geoshare V13. For a detailed description of each value, see the Geoshare documentation of the indicated "217" object at http://w3.posc.org/GeoshareSIG/technical/GDM/v13.0/.
Diagram
Schema Component Representation
<xsd:simpleType name="Projection">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="Albers equal area"/>
<xsd:enumeration value="azimuthal equidistant"/>
<xsd:enumeration value="Cassini"/>
<xsd:enumeration value="equidistant conic"/>
<xsd:enumeration value="equirectangular"/>
<xsd:enumeration value="gnomonic"/>
<xsd:enumeration value="Lambert azimuthal"/>
<xsd:enumeration value="Lambert conformal conic"/>
<xsd:enumeration value="Mercator"/>
<xsd:enumeration value="Miller"/>
<xsd:enumeration value="oblique Mercator"/>
<xsd:enumeration value="orthographic"/>
<xsd:enumeration value="perspective"/>
<xsd:enumeration value="polar stereographic"/>
<xsd:enumeration value="polyconic"/>
<xsd:enumeration value="sinusoidal"/>
<xsd:enumeration value="state plane"/>
<xsd:enumeration value="stereographic"/>
<xsd:enumeration value="transverse Mercator"/>
<xsd:enumeration value="universal transverse Mercator"/>
<xsd:enumeration value="user defined"/>
<xsd:enumeration value="Van der Grinten"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ProjectionVariantsObliqueMercator

Super-types: witsml:abstractTypeEnum < ProjectionVariantsObliqueMercator (by restriction)
Sub-types: None
Name ProjectionVariantsObliqueMercator
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'default'|'rectified'|'rectified skew'|'rectified skew center origin'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="ProjectionVariantsObliqueMercator">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="default"/>
<xsd:enumeration value="rectified"/>
<xsd:enumeration value="rectified skew"/>
<xsd:enumeration value="rectified skew center origin"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: PumpOpType

Super-types: witsml:abstractTypeEnum < PumpOpType (by restriction)
Sub-types: None
Name PumpOpType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'drilling'|'reaming'|'circulating'|'slow pump'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="PumpOpType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="drilling"/>
<xsd:enumeration value="reaming"/>
<xsd:enumeration value="circulating"/>
<xsd:enumeration value="slow pump"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: PumpType

Super-types: witsml:abstractTypeEnum < PumpType (by restriction)
Sub-types: None
Name PumpType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'centrifugal'|'duplex'|'triplex'|'unknown'}
Documentation These values represent the type of a pump.
Diagram
Schema Component Representation
<xsd:simpleType name="PumpType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="centrifugal"/>
<xsd:enumeration value="duplex"/>
<xsd:enumeration value="triplex"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: QualifierType

Super-types: witsml:abstractTypeEnum < QualifierType (by restriction)
Sub-types: None
Name QualifierType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
Documentation The type of qualifier of a lithology. The list of standard values is contained in the WITSML enumValues.xml file.
Diagram
h1793354754
Schema Component Representation
<xsd:simpleType name="QualifierType">
<xsd:restriction base=" witsml:abstractTypeEnum "/>
</xsd:simpleType>
top

Simple Type: RealtimeData

Super-types: witsml:abstractTypeEnum < RealtimeData (by restriction)
Sub-types: None
Name RealtimeData
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
Documentation These values represent the name of a recording channel. The list of standard values is contained in the WITSML enumValues.xml file.
Diagram
h1793354754
Schema Component Representation
<xsd:simpleType name="RealtimeData">
<xsd:restriction base=" witsml:abstractTypeEnum "/>
</xsd:simpleType>
top

Simple Type: RigType

Super-types: witsml:abstractTypeEnum < RigType (by restriction)
Sub-types: None
Name RigType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'barge'|'coiled tubing'|'floater'|'jackup'|'land'|'platform'|'semi-submersible'|'unknown'}
Documentation These values represent the type of drilling rig.
Diagram
Schema Component Representation
<xsd:simpleType name="RigType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="barge"/>
<xsd:enumeration value="coiled tubing"/>
<xsd:enumeration value="floater"/>
<xsd:enumeration value="jackup"/>
<xsd:enumeration value="land"/>
<xsd:enumeration value="platform"/>
<xsd:enumeration value="semi-submersible"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: RiskAffectedPersonnel

Super-types: witsml:abstractTypeEnum < RiskAffectedPersonnel (by restriction)
Sub-types: None
Name RiskAffectedPersonnel
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'cementer'|'company man'|'contractor'|'directional driller'|'driller'|'drilling engineer'|'drilling superintendent'|'drilling team'|'facility engineer'|'field service manager'|'foreman'|'general service supervisor'|'geologist'|'member'|'mud engineer'|'mud logger'|'MWD or LWD engineer'|'perform engineer'|'petrophysicist'|'production engineer'|'remotely operated vehicle engineer'|'safety manger'|'sales engineer'|'service supervisor'|'technical support'|'tool pusher'|'wireline engineer'}
Documentation Personnel affected by a risk.
Diagram
Schema Component Representation
<xsd:simpleType name="RiskAffectedPersonnel">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="cementer"/>
<xsd:enumeration value="company man"/>
<xsd:enumeration value="contractor"/>
<xsd:enumeration value="directional driller"/>
<xsd:enumeration value="driller"/>
<xsd:enumeration value="drilling engineer"/>
<xsd:enumeration value="drilling superintendent"/>
<xsd:enumeration value="drilling team"/>
<xsd:enumeration value="facility engineer"/>
<xsd:enumeration value="field service manager"/>
<xsd:enumeration value="foreman"/>
<xsd:enumeration value="general service supervisor"/>
<xsd:enumeration value="geologist"/>
<xsd:enumeration value="member"/>
<xsd:enumeration value="mud engineer"/>
<xsd:enumeration value="mud logger"/>
<xsd:enumeration value="MWD or LWD engineer"/>
<xsd:enumeration value="perform engineer"/>
<xsd:enumeration value="petrophysicist"/>
<xsd:enumeration value="production engineer"/>
<xsd:enumeration value="remotely operated vehicle engineer"/>
<xsd:enumeration value="safety manger"/>
<xsd:enumeration value="sales engineer"/>
<xsd:enumeration value="service supervisor"/>
<xsd:enumeration value="technical support"/>
<xsd:enumeration value="tool pusher"/>
<xsd:enumeration value="wireline engineer"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: RiskCategory

Super-types: witsml:abstractTypeEnum < RiskCategory (by restriction)
Sub-types: None
Name RiskCategory
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'hydraulics'|'mechanical'|'time related'|'wellbore stability'|'directional drilling'|'bit'|'equipment failure'|'completion'|'casing'|'other'|'HSE'|'unknown'}
Documentation Type of slow circulation rate.
Diagram
Schema Component Representation
<xsd:simpleType name="RiskCategory">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="hydraulics"/>
<xsd:enumeration value="mechanical"/>
<xsd:enumeration value="time related"/>
<xsd:enumeration value="wellbore stability"/>
<xsd:enumeration value="directional drilling"/>
<xsd:enumeration value="bit"/>
<xsd:enumeration value="equipment failure"/>
<xsd:enumeration value="completion"/>
<xsd:enumeration value="casing"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="HSE"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: RiskSubCategory

Super-types: witsml:abstractTypeEnum < RiskSubCategory (by restriction)
Sub-types: None
Name RiskSubCategory
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'gas kick'|'shallow water influx'|'other influx or kicks'|'loss circulation'|'poor hole cleaning'|'good hole cleaning at high ROP'|'high mud weight'|'special additives needed'|'gumbo problems'|'high ECD - rheology related'|'excessive circulation'|'performing a kill'|'mud weight change'|'excessive pipe cement scaling'|'pit gain or loss'|'mud stability problems'|'shallow gas flow'|'twist off'|'stuck pipe'|'wireline stuck in hole'|'stick and slip'|'vibration - axial'|'vibration - torsional'|'vibration - transverse'|'vibration unknown or rough drilling'|'uneven wear of BHA'|'uneven wear of drillstring'|'excessive torque'|'excessive drag'|'reaming greater than 2 hours'|'washouts'|'tight hole or overPull'|'failed inspections or fatigue wear'|'mechanical'|'drilling greater than 1000 feet/day'|'drilling greater than 2000 feet/day'|'drilling less than 20 feet/day'|'trips greater than 24 hours'|'excessive time for BHA makeup'|'waiting on decisions'|'waiting on weather'|'waiting on tools'|'sloughing or packoffs'|'ballooning'|'fracture problems'|'unstable zones'|'formation integrity test'|'leak-off test'|'tectonics'|'pore pressure'|'breakouts'|'bed parallel'|'wellbore stability'|'excessive doglegs'|'sidetrack'|'BHA change for directional'|'wrong total flow area'|'well collision - actual'|'well collision - technical'|'geosteering'|'abnormal tendency changes'|'resurveying'|'in-field referencing (IFR) actions'|'bit or BHA performance'|'drilling optimization'|'bit balling'|'lost cones or broken cutters'|'excessive bit wear or gauge'|'low rate of bit penetration'|'high rate of bit penetration'|'downhole tool'|'surface system'|'motor or rotary steerable system failure'|'topdrive failure'|'hoisting equipment failure'|'circulating equipment failure'|'electrical system failure'|'blow out preventer events'|'surface instrumentation problems'|'rig communications'|'completion equipment failure'|'miscellaneous rig equipment'|'tool or equipment failure'|'squeeze jobs'|'casing surge losses'|'stuck casing or completion'|'shoe failures'|'early cement setup'|'casing collapse'|'milling'|'excessive casing wear or cuttings'|'excessive formation damage or skin'|'casing rotation or reciprocation rqd'|'broaching'|'completion or casing'|'stratigraphy'|'fishing'|'junk in hole'|'delay due to political unrest'|'rig move'|'gas hydrates'|'pending analysis'|'riser disconnect'|'other'|'personnel'|'environmental'|'automotive'|'asset'|'information'|'time'|'HSE'}
Documentation Risk Sub-Categories.
Diagram
Schema Component Representation
<xsd:simpleType name="RiskSubCategory">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="gas kick"/>
<xsd:enumeration value="shallow water influx"/>
<xsd:enumeration value="other influx or kicks"/>
<xsd:enumeration value="loss circulation"/>
<xsd:enumeration value="poor hole cleaning"/>
<xsd:enumeration value="good hole cleaning at high ROP"/>
<xsd:enumeration value="high mud weight"/>
<xsd:enumeration value="special additives needed"/>
<xsd:enumeration value="gumbo problems"/>
<xsd:enumeration value="high ECD - rheology related"/>
<xsd:enumeration value="excessive circulation"/>
<xsd:enumeration value="performing a kill"/>
<xsd:enumeration value="mud weight change"/>
<xsd:enumeration value="excessive pipe cement scaling"/>
<xsd:enumeration value="pit gain or loss"/>
<xsd:enumeration value="mud stability problems"/>
<xsd:enumeration value="shallow gas flow"/>
<xsd:enumeration value="twist off"/>
<xsd:enumeration value="stuck pipe"/>
<xsd:enumeration value="wireline stuck in hole"/>
<xsd:enumeration value="stick and slip"/>
<xsd:enumeration value="vibration - axial"/>
<xsd:enumeration value="vibration - torsional"/>
<xsd:enumeration value="vibration - transverse"/>
<xsd:enumeration value="vibration unknown or rough drilling"/>
<xsd:enumeration value="uneven wear of BHA"/>
<xsd:enumeration value="uneven wear of drillstring"/>
<xsd:enumeration value="excessive torque"/>
<xsd:enumeration value="excessive drag"/>
<xsd:enumeration value="reaming greater than 2 hours"/>
<xsd:enumeration value="washouts"/>
<xsd:enumeration value="tight hole or overPull"/>
<xsd:enumeration value="failed inspections or fatigue wear"/>
<xsd:enumeration value="mechanical"/>
<xsd:enumeration value="drilling greater than 1000 feet/day"/>
<xsd:enumeration value="drilling greater than 2000 feet/day"/>
<xsd:enumeration value="drilling less than 20 feet/day"/>
<xsd:enumeration value="trips greater than 24 hours"/>
<xsd:enumeration value="excessive time for BHA makeup"/>
<xsd:enumeration value="waiting on decisions"/>
<xsd:enumeration value="waiting on weather"/>
<xsd:enumeration value="waiting on tools"/>
<xsd:enumeration value="sloughing or packoffs"/>
<xsd:enumeration value="ballooning"/>
<xsd:enumeration value="fracture problems"/>
<xsd:enumeration value="unstable zones"/>
<xsd:enumeration value="formation integrity test"/>
<xsd:enumeration value="leak-off test"/>
<xsd:enumeration value="tectonics"/>
<xsd:enumeration value="pore pressure"/>
<xsd:enumeration value="breakouts"/>
<xsd:enumeration value="bed parallel"/>
<xsd:enumeration value="wellbore stability"/>
<xsd:enumeration value="excessive doglegs"/>
<xsd:enumeration value="sidetrack"/>
<xsd:enumeration value="BHA change for directional"/>
<xsd:enumeration value="wrong total flow area"/>
<xsd:enumeration value="well collision - actual"/>
<xsd:enumeration value="well collision - technical"/>
<xsd:enumeration value="geosteering"/>
<xsd:enumeration value="abnormal tendency changes"/>
<xsd:enumeration value="resurveying"/>
<xsd:enumeration value="in-field referencing (IFR) actions"/>
<xsd:enumeration value="bit or BHA performance"/>
<xsd:enumeration value="drilling optimization"/>
<xsd:enumeration value="bit balling"/>
<xsd:enumeration value="lost cones or broken cutters"/>
<xsd:enumeration value="excessive bit wear or gauge"/>
<xsd:enumeration value="low rate of bit penetration"/>
<xsd:enumeration value="high rate of bit penetration"/>
<xsd:enumeration value="downhole tool"/>
<xsd:enumeration value="surface system"/>
<xsd:enumeration value="motor or rotary steerable system failure"/>
<xsd:enumeration value="topdrive failure"/>
<xsd:enumeration value="hoisting equipment failure"/>
<xsd:enumeration value="circulating equipment failure"/>
<xsd:enumeration value="electrical system failure"/>
<xsd:enumeration value="blow out preventer events"/>
<xsd:enumeration value="surface instrumentation problems"/>
<xsd:enumeration value="rig communications"/>
<xsd:enumeration value="completion equipment failure"/>
<xsd:enumeration value="miscellaneous rig equipment"/>
<xsd:enumeration value="tool or equipment failure"/>
<xsd:enumeration value="squeeze jobs"/>
<xsd:enumeration value="casing surge losses"/>
<xsd:enumeration value="stuck casing or completion"/>
<xsd:enumeration value="shoe failures"/>
<xsd:enumeration value="early cement setup"/>
<xsd:enumeration value="casing collapse"/>
<xsd:enumeration value="milling"/>
<xsd:enumeration value="excessive casing wear or cuttings"/>
<xsd:enumeration value="excessive formation damage or skin"/>
<xsd:enumeration value="casing rotation or reciprocation rqd"/>
<xsd:enumeration value="broaching"/>
<xsd:enumeration value="completion or casing"/>
<xsd:enumeration value="stratigraphy"/>
<xsd:enumeration value="fishing"/>
<xsd:enumeration value="junk in hole"/>
<xsd:enumeration value="delay due to political unrest"/>
<xsd:enumeration value="rig move"/>
<xsd:enumeration value="gas hydrates"/>
<xsd:enumeration value="pending analysis"/>
<xsd:enumeration value="riser disconnect"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="personnel"/>
<xsd:enumeration value="environmental"/>
<xsd:enumeration value="automotive"/>
<xsd:enumeration value="asset"/>
<xsd:enumeration value="information"/>
<xsd:enumeration value="time"/>
<xsd:enumeration value="HSE"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: RiskType

Super-types: witsml:abstractTypeEnum < RiskType (by restriction)
Sub-types: None
Name RiskType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'risk'|'event'|'near miss'|'best practice'|'lessons learned'|'other'|'unknown'}
Documentation Types of risk.
Diagram
Schema Component Representation
<xsd:simpleType name="RiskType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="risk"/>
<xsd:enumeration value="event"/>
<xsd:enumeration value="near miss"/>
<xsd:enumeration value="best practice"/>
<xsd:enumeration value="lessons learned"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ScrType

Super-types: witsml:abstractTypeEnum < ScrType (by restriction)
Sub-types: None
Name ScrType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'string annulus'|'string kill line'|'string choke line'|'unknown'}
Documentation Type of slow circulation rate.
Diagram
Schema Component Representation
<xsd:simpleType name="ScrType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="string annulus"/>
<xsd:enumeration value="string kill line"/>
<xsd:enumeration value="string choke line"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ShowFluorescence

Super-types: witsml:abstractTypeEnum < ShowFluorescence (by restriction)
Sub-types: None
Name ShowFluorescence
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'faint'|'bright'|'none'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="ShowFluorescence">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="faint"/>
<xsd:enumeration value="bright"/>
<xsd:enumeration value="none"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ShowLevel

Super-types: witsml:abstractTypeEnum < ShowLevel (by restriction)
Sub-types: None
Name ShowLevel
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'blooming'|'streaming'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="ShowLevel">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="blooming"/>
<xsd:enumeration value="streaming"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ShowRating

Super-types: witsml:abstractTypeEnum < ShowRating (by restriction)
Sub-types: None
Name ShowRating
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'none'|'very poor'|'poor'|'fair'|'good'|'very good'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="ShowRating">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="none"/>
<xsd:enumeration value="very poor"/>
<xsd:enumeration value="poor"/>
<xsd:enumeration value="fair"/>
<xsd:enumeration value="good"/>
<xsd:enumeration value="very good"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ShowSpeed

Super-types: witsml:abstractTypeEnum < ShowSpeed (by restriction)
Sub-types: None
Name ShowSpeed
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'slow'|'moderately fast'|'fast'|'instantaneous'|'none'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="ShowSpeed">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="slow"/>
<xsd:enumeration value="moderately fast"/>
<xsd:enumeration value="fast"/>
<xsd:enumeration value="instantaneous"/>
<xsd:enumeration value="none"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: SupportCraft

Super-types: witsml:abstractTypeEnum < SupportCraft (by restriction)
Sub-types: None
Name SupportCraft
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'barge'|'standby boat'|'helicopter'|'supply boat'|'truck'|'crew vehicle'|'tug boat'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="SupportCraft">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="barge"/>
<xsd:enumeration value="standby boat"/>
<xsd:enumeration value="helicopter"/>
<xsd:enumeration value="supply boat"/>
<xsd:enumeration value="truck"/>
<xsd:enumeration value="crew vehicle"/>
<xsd:enumeration value="tug boat"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: SurfEquipType

Super-types: witsml:abstractTypeEnum < SurfEquipType (by restriction)
Sub-types: None
Name SurfEquipType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'IADC'|'custom'|'coiled tubing'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="SurfEquipType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="IADC"/>
<xsd:enumeration value="custom"/>
<xsd:enumeration value="coiled tubing"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: TargetCategory

Super-types: witsml:abstractTypeEnum < TargetCategory (by restriction)
Sub-types: None
Name TargetCategory
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'geological'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="TargetCategory">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="geological"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: TargetScope

Super-types: witsml:abstractTypeEnum < TargetScope (by restriction)
Sub-types: None
Name TargetScope
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'3D volume'|'ellipsoid'|'elliptical'|'hardLine'|'irregular'|'lease line'|'line'|'plane'|'point'|'rectangular'|'unknown'}
Documentation These values represent the type of scope of the drilling target.
Diagram
Schema Component Representation
<xsd:simpleType name="TargetScope">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="3D volume"/>
<xsd:enumeration value="ellipsoid"/>
<xsd:enumeration value="elliptical"/>
<xsd:enumeration value="hardLine"/>
<xsd:enumeration value="irregular"/>
<xsd:enumeration value="lease line"/>
<xsd:enumeration value="line"/>
<xsd:enumeration value="plane"/>
<xsd:enumeration value="point"/>
<xsd:enumeration value="rectangular"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: TargetSectionScope

Super-types: witsml:abstractTypeEnum < TargetSectionScope (by restriction)
Sub-types: None
Name TargetSectionScope
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'arc'|'line'|'unknown'}
Documentation These values represent the type of scope of a section that describes a target.
Diagram
Schema Component Representation
<xsd:simpleType name="TargetSectionScope">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="arc"/>
<xsd:enumeration value="line"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: TrajStationStatus

Super-types: witsml:abstractTypeEnum < TrajStationStatus (by restriction)
Sub-types: None
Name TrajStationStatus
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'locked'|'open'|'rejected'|'valid'|'position'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="TrajStationStatus">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="locked"/>
<xsd:enumeration value="open"/>
<xsd:enumeration value="rejected"/>
<xsd:enumeration value="valid"/>
<xsd:enumeration value="position"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: TrajStationType

Super-types: witsml:abstractTypeEnum < TrajStationType (by restriction)
Sub-types: None
Name TrajStationType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'azimuth on plane'|'buildrate to delta-MD'|'buildrate to INCL'|'buildrate to MD'|'buildrate and turnrate to AZI'|'buildrate and turnrate to delta-MD'|'buildrate and turnrate to INCL'|'buildrate and turnrate to INCL and AZI'|'buildrate and turnrate to MD'|'buildrate and turnrate to TVD'|'buildrate TVD'|'casing MD'|'casing TVD'|'DLS'|'DLS to AZI and MD'|'DLS to AZI-TVD'|'DLS to INCL'|'DLS to INCL and AZI'|'DLS to INCL and MD'|'DLS to INCL and TVD'|'DLS to NS, EW and TVD'|'DLS and toolface to AZI'|'DLS and toolface to delta-MD'|'DLS and toolface to INCL'|'DLS and toolface to INCL-AZI'|'DLS and toolface to MD'|'DLS and toolface to TVD'|'formation MD'|'formation TVD'|'gyro inertial'|'gyro MWD'|'gyro north seeking'|'hold to delta-MD'|'hold to MD'|'hold to TVD'|'INCL, AZI and TVD'|'magnetic multi-shot'|'magnetic MWD'|'magnetic single shot'|'marker MD'|'marker TVD'|'NS, EW and TVD'|'target center'|'target offset'|'tie in point'|'turnrate to AZI'|'turnrate to delta-MD'|'turnrate to MD'|'turnrate to TVD'|'unknown'}
Documentation These values represent the type of a directional survey station.
Diagram
Schema Component Representation
<xsd:simpleType name="TrajStationType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="azimuth on plane"/>
<xsd:enumeration value="buildrate to delta-MD"/>
<xsd:enumeration value="buildrate to INCL"/>
<xsd:enumeration value="buildrate to MD"/>
<xsd:enumeration value="buildrate and turnrate to AZI"/>
<xsd:enumeration value="buildrate and turnrate to delta-MD"/>
<xsd:enumeration value="buildrate and turnrate to INCL"/>
<xsd:enumeration value="buildrate and turnrate to INCL and AZI"/>
<xsd:enumeration value="buildrate and turnrate to MD"/>
<xsd:enumeration value="buildrate and turnrate to TVD"/>
<xsd:enumeration value="buildrate TVD"/>
<xsd:enumeration value="casing MD"/>
<xsd:enumeration value="casing TVD"/>
<xsd:enumeration value="DLS"/>
<xsd:enumeration value="DLS to AZI and MD"/>
<xsd:enumeration value="DLS to AZI-TVD"/>
<xsd:enumeration value="DLS to INCL"/>
<xsd:enumeration value="DLS to INCL and AZI"/>
<xsd:enumeration value="DLS to INCL and MD"/>
<xsd:enumeration value="DLS to INCL and TVD"/>
<xsd:enumeration value="DLS to NS, EW and TVD"/>
<xsd:enumeration value="DLS and toolface to AZI"/>
<xsd:enumeration value="DLS and toolface to delta-MD"/>
<xsd:enumeration value="DLS and toolface to INCL"/>
<xsd:enumeration value="DLS and toolface to INCL-AZI"/>
<xsd:enumeration value="DLS and toolface to MD"/>
<xsd:enumeration value="DLS and toolface to TVD"/>
<xsd:enumeration value="formation MD"/>
<xsd:enumeration value="formation TVD"/>
<xsd:enumeration value="gyro inertial"/>
<xsd:enumeration value="gyro MWD"/>
<xsd:enumeration value="gyro north seeking"/>
<xsd:enumeration value="hold to delta-MD"/>
<xsd:enumeration value="hold to MD"/>
<xsd:enumeration value="hold to TVD"/>
<xsd:enumeration value="INCL, AZI and TVD"/>
<xsd:enumeration value="magnetic multi-shot"/>
<xsd:enumeration value="magnetic MWD"/>
<xsd:enumeration value="magnetic single shot"/>
<xsd:enumeration value="marker MD"/>
<xsd:enumeration value="marker TVD"/>
<xsd:enumeration value="NS, EW and TVD"/>
<xsd:enumeration value="target center"/>
<xsd:enumeration value="target offset"/>
<xsd:enumeration value="tie in point"/>
<xsd:enumeration value="turnrate to AZI"/>
<xsd:enumeration value="turnrate to delta-MD"/>
<xsd:enumeration value="turnrate to MD"/>
<xsd:enumeration value="turnrate to TVD"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: TubularAssembly

Super-types: witsml:abstractTypeEnum < TubularAssembly (by restriction)
Sub-types: None
Name TubularAssembly
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'drilling'|'directional drilling'|'fishing'|'condition mud'|'tubing conveyed logging'|'cementing'|'casing'|'clean out'|'completion or testing'|'coring'|'hole opening or underreaming'|'milling or dressing or cutting'|'wiper or check or reaming'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="TubularAssembly">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="drilling"/>
<xsd:enumeration value="directional drilling"/>
<xsd:enumeration value="fishing"/>
<xsd:enumeration value="condition mud"/>
<xsd:enumeration value="tubing conveyed logging"/>
<xsd:enumeration value="cementing"/>
<xsd:enumeration value="casing"/>
<xsd:enumeration value="clean out"/>
<xsd:enumeration value="completion or testing"/>
<xsd:enumeration value="coring"/>
<xsd:enumeration value="hole opening or underreaming"/>
<xsd:enumeration value="milling or dressing or cutting"/>
<xsd:enumeration value="wiper or check or reaming"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: TubularComponent

Super-types: witsml:abstractTypeEnum < TubularComponent (by restriction)
Sub-types: None
Name TubularComponent
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'non-magnetic stabilizer'|'non-magnetic collar'|'stabilizer'|'adjustable kickoff'|'accelerator'|'rotary steering tool'|'sub-bar catcher'|'sub-bent'|'bit core diamond'|'bit core PDC'|'bit diamond fixed cut'|'bit insert roller cone'|'bit mill tooth roller cone'|'bit PDC fixed cutter'|'sub-bit'|'bridge plug'|'bullnose'|'bull plug'|'sub-bumper'|'casing'|'casing cutter'|'hanger casing subsea'|'hanger casing surface'|'casing head'|'catch assembly'|'sub-catcher'|'sub-circulation'|'coiled tubing in hole'|'coiled tubing on coil'|'drill pipe compressive'|'sub-cone'|'core barrel'|'core orientation barrel'|'sub-crossover'|'casing crossover'|'sub-dart'|'die collar'|'die collar LH'|'directional guidance system'|'drill collar'|'drill pipe'|'drill pipe LH'|'drill stem test BHA'|'drive pipe'|'dual catch assembly'|'extension bowl overshot'|'extension sub-overshot'|'float collar'|'float shoe'|'sub-float'|'flow head'|'guide shoe'|'MWD hang off sub'|'heavy weight drill pipe'|'heavy weight drill pipe LH'|'riser high pressure'|'bit hole opener'|'casing inflatable packer'|'motor instrumented'|'jar'|'sub-jetting'|'junk basket'|'junk basket reverse circulation'|'sub-junk'|'kelly'|'keyseat wiper tool'|'landing float collar'|'lead impression block'|'liner'|'hanger liner'|'magnet'|'riser marine'|'mill dress'|'mill flat bottom'|'mill hollow'|'mill polish'|'mill section'|'mill taper'|'mill washover'|'mill packer picker assembly'|'millout extension'|'multilateral hanger running tool'|'hanger mud line'|'motor'|'mule shoe'|'logging while drilling tool'|'stabilizer near bit roller reamer'|'stabilizer near bit'|'stabilizer non-rotating'|'sub-orienting'|'other'|'overshot'|'overshot LH'|'oversize lip guide overshot'|'packer'|'polished bore receptacle'|'mill pilot'|'pipe cutter'|'ported stinger'|'sub-ported'|'prepacked screens'|'sub-pressure relief'|'riser production'|'MWD pulser'|'sub-pump out'|'sub-restrictor'|'packer retrieve TT squeeze'|'reversing tool'|'stabilizer string roller reamer'|'packer RTTS'|'running tool'|'safety joint'|'safety joint LH'|'sub-saver'|'scab liner bit guide'|'scraper'|'scratchers'|'casing shoe screw-in'|'sub-shock'|'drill collar short'|'sub-side entry'|'slotted liner'|'spear'|'stage cement collar'|'motor steerable'|'packer storm valve RTTS'|'stabilizer string'|'surface pipe'|'taper tap'|'taper tap LH'|'tubing-conveyed perforating gun'|'thruster'|'tieback polished bore receptacle'|'tieback stinger'|'tubing'|'hanger tubing'|'turbine'|'bit under reamer'|'stabilizer variable blade'|'washover pipe'|'mill watermelon'|'whipstock'|'whipstock anchor'|'stabilizer turbo back'|'stabilizer inline'|'stabilizer steerable'|'sub-stop'|'sub-filter'|'mill casing cutting'|'reamer'|'unknown'}
Diagram
Schema Component Representation
<xsd:simpleType name="TubularComponent">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="non-magnetic stabilizer"/>
<xsd:enumeration value="non-magnetic collar"/>
<xsd:enumeration value="stabilizer"/>
<xsd:enumeration value="adjustable kickoff"/>
<xsd:enumeration value="accelerator"/>
<xsd:enumeration value="rotary steering tool"/>
<xsd:enumeration value="sub-bar catcher"/>
<xsd:enumeration value="sub-bent"/>
<xsd:enumeration value="bit core diamond"/>
<xsd:enumeration value="bit core PDC"/>
<xsd:enumeration value="bit diamond fixed cut"/>
<xsd:enumeration value="bit insert roller cone"/>
<xsd:enumeration value="bit mill tooth roller cone"/>
<xsd:enumeration value="bit PDC fixed cutter"/>
<xsd:enumeration value="sub-bit"/>
<xsd:enumeration value="bridge plug"/>
<xsd:enumeration value="bullnose"/>
<xsd:enumeration value="bull plug"/>
<xsd:enumeration value="sub-bumper"/>
<xsd:enumeration value="casing"/>
<xsd:enumeration value="casing cutter"/>
<xsd:enumeration value="hanger casing subsea"/>
<xsd:enumeration value="hanger casing surface"/>
<xsd:enumeration value="casing head"/>
<xsd:enumeration value="catch assembly"/>
<xsd:enumeration value="sub-catcher"/>
<xsd:enumeration value="sub-circulation"/>
<xsd:enumeration value="coiled tubing in hole"/>
<xsd:enumeration value="coiled tubing on coil"/>
<xsd:enumeration value="drill pipe compressive"/>
<xsd:enumeration value="sub-cone"/>
<xsd:enumeration value="core barrel"/>
<xsd:enumeration value="core orientation barrel"/>
<xsd:enumeration value="sub-crossover"/>
<xsd:enumeration value="casing crossover"/>
<xsd:enumeration value="sub-dart"/>
<xsd:enumeration value="die collar"/>
<xsd:enumeration value="die collar LH"/>
<xsd:enumeration value="directional guidance system"/>
<xsd:enumeration value="drill collar"/>
<xsd:enumeration value="drill pipe"/>
<xsd:enumeration value="drill pipe LH"/>
<xsd:enumeration value="drill stem test BHA"/>
<xsd:enumeration value="drive pipe"/>
<xsd:enumeration value="dual catch assembly"/>
<xsd:enumeration value="extension bowl overshot"/>
<xsd:enumeration value="extension sub-overshot"/>
<xsd:enumeration value="float collar"/>
<xsd:enumeration value="float shoe"/>
<xsd:enumeration value="sub-float"/>
<xsd:enumeration value="flow head"/>
<xsd:enumeration value="guide shoe"/>
<xsd:enumeration value="MWD hang off sub"/>
<xsd:enumeration value="heavy weight drill pipe"/>
<xsd:enumeration value="heavy weight drill pipe LH"/>
<xsd:enumeration value="riser high pressure"/>
<xsd:enumeration value="bit hole opener"/>
<xsd:enumeration value="casing inflatable packer"/>
<xsd:enumeration value="motor instrumented"/>
<xsd:enumeration value="jar"/>
<xsd:enumeration value="sub-jetting"/>
<xsd:enumeration value="junk basket"/>
<xsd:enumeration value="junk basket reverse circulation"/>
<xsd:enumeration value="sub-junk"/>
<xsd:enumeration value="kelly"/>
<xsd:enumeration value="keyseat wiper tool"/>
<xsd:enumeration value="landing float collar"/>
<xsd:enumeration value="lead impression block"/>
<xsd:enumeration value="liner"/>
<xsd:enumeration value="hanger liner"/>
<xsd:enumeration value="magnet"/>
<xsd:enumeration value="riser marine"/>
<xsd:enumeration value="mill dress"/>
<xsd:enumeration value="mill flat bottom"/>
<xsd:enumeration value="mill hollow"/>
<xsd:enumeration value="mill polish"/>
<xsd:enumeration value="mill section"/>
<xsd:enumeration value="mill taper"/>
<xsd:enumeration value="mill washover"/>
<xsd:enumeration value="mill packer picker assembly"/>
<xsd:enumeration value="millout extension"/>
<xsd:enumeration value="multilateral hanger running tool"/>
<xsd:enumeration value="hanger mud line"/>
<xsd:enumeration value="motor"/>
<xsd:enumeration value="mule shoe"/>
<xsd:enumeration value="logging while drilling tool"/>
<xsd:enumeration value="stabilizer near bit roller reamer"/>
<xsd:enumeration value="stabilizer near bit"/>
<xsd:enumeration value="stabilizer non-rotating"/>
<xsd:enumeration value="sub-orienting"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="overshot"/>
<xsd:enumeration value="overshot LH"/>
<xsd:enumeration value="oversize lip guide overshot"/>
<xsd:enumeration value="packer"/>
<xsd:enumeration value="polished bore receptacle"/>
<xsd:enumeration value="mill pilot"/>
<xsd:enumeration value="pipe cutter"/>
<xsd:enumeration value="ported stinger"/>
<xsd:enumeration value="sub-ported"/>
<xsd:enumeration value="prepacked screens"/>
<xsd:enumeration value="sub-pressure relief"/>
<xsd:enumeration value="riser production"/>
<xsd:enumeration value="MWD pulser"/>
<xsd:enumeration value="sub-pump out"/>
<xsd:enumeration value="sub-restrictor"/>
<xsd:enumeration value="packer retrieve TT squeeze"/>
<xsd:enumeration value="reversing tool"/>
<xsd:enumeration value="stabilizer string roller reamer"/>
<xsd:enumeration value="packer RTTS"/>
<xsd:enumeration value="running tool"/>
<xsd:enumeration value="safety joint"/>
<xsd:enumeration value="safety joint LH"/>
<xsd:enumeration value="sub-saver"/>
<xsd:enumeration value="scab liner bit guide"/>
<xsd:enumeration value="scraper"/>
<xsd:enumeration value="scratchers"/>
<xsd:enumeration value="casing shoe screw-in"/>
<xsd:enumeration value="sub-shock"/>
<xsd:enumeration value="drill collar short"/>
<xsd:enumeration value="sub-side entry"/>
<xsd:enumeration value="slotted liner"/>
<xsd:enumeration value="spear"/>
<xsd:enumeration value="stage cement collar"/>
<xsd:enumeration value="motor steerable"/>
<xsd:enumeration value="packer storm valve RTTS"/>
<xsd:enumeration value="stabilizer string"/>
<xsd:enumeration value="surface pipe"/>
<xsd:enumeration value="taper tap"/>
<xsd:enumeration value="taper tap LH"/>
<xsd:enumeration value="tubing-conveyed perforating gun"/>
<xsd:enumeration value="thruster"/>
<xsd:enumeration value="tieback polished bore receptacle"/>
<xsd:enumeration value="tieback stinger"/>
<xsd:enumeration value="tubing"/>
<xsd:enumeration value="hanger tubing"/>
<xsd:enumeration value="turbine"/>
<xsd:enumeration value="bit under reamer"/>
<xsd:enumeration value="stabilizer variable blade"/>
<xsd:enumeration value="washover pipe"/>
<xsd:enumeration value="mill watermelon"/>
<xsd:enumeration value="whipstock"/>
<xsd:enumeration value="whipstock anchor"/>
<xsd:enumeration value="stabilizer turbo back"/>
<xsd:enumeration value="stabilizer inline"/>
<xsd:enumeration value="stabilizer steerable"/>
<xsd:enumeration value="sub-stop"/>
<xsd:enumeration value="sub-filter"/>
<xsd:enumeration value="mill casing cutting"/>
<xsd:enumeration value="reamer"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: TypeSurveyTool

Super-types: witsml:abstractTypeEnum < TypeSurveyTool (by restriction)
Sub-types: None
Name TypeSurveyTool
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'magnetic MWD'|'gyroscopic MWD'|'gyroscopic north seeking'|'gyroscopic inertial'|'magnetic single-shot'|'magnetic multiple-shot'|'unknown'}
Documentation Type of direcional survey tool; very generic classification
Diagram
Schema Component Representation
<xsd:simpleType name="TypeSurveyTool">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="magnetic MWD"/>
<xsd:enumeration value="gyroscopic MWD"/>
<xsd:enumeration value="gyroscopic north seeking"/>
<xsd:enumeration value="gyroscopic inertial"/>
<xsd:enumeration value="magnetic single-shot"/>
<xsd:enumeration value="magnetic multiple-shot"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: WellDirection

Super-types: witsml:abstractTypeEnum < WellDirection (by restriction)
Sub-types: None
Name WellDirection
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'huff-n-puff'|'injector'|'producer'|'uncertain'|'unknown'}
Documentation The direction of flow of the fluids in a well facility (generally, injected or produced, or some combination).
Diagram
Schema Component Representation
<xsd:simpleType name="WellDirection">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="huff-n-puff"/>
<xsd:enumeration value="injector"/>
<xsd:enumeration value="producer"/>
<xsd:enumeration value="uncertain"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: WellFluid

Super-types: witsml:abstractTypeEnum < WellFluid (by restriction)
Sub-types: None
Name WellFluid
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'air'|'condensate'|'dry'|'gas'|'gas-water'|'non HC gas'|'non HC gas -- CO2'|'oil'|'oil-gas'|'oil-water'|'steam'|'water'|'water -- brine'|'water -- fresh water'|'unknown'}
Documentation The type of fluid being produced from or injected into a well facility.
Diagram
Schema Component Representation
<xsd:simpleType name="WellFluid">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="air"/>
<xsd:enumeration value="condensate"/>
<xsd:enumeration value="dry"/>
<xsd:enumeration value="gas"/>
<xsd:enumeration value="gas-water"/>
<xsd:enumeration value="non HC gas"/>
<xsd:enumeration value="non HC gas -- CO2"/>
<xsd:enumeration value="oil"/>
<xsd:enumeration value="oil-gas"/>
<xsd:enumeration value="oil-water"/>
<xsd:enumeration value="steam"/>
<xsd:enumeration value="water"/>
<xsd:enumeration value="water -- brine"/>
<xsd:enumeration value="water -- fresh water"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: WellPurpose

Super-types: witsml:abstractTypeEnum < WellPurpose (by restriction)
Sub-types: None
Name WellPurpose
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'appraisal'|'appraisal -- confirmation appraisal'|'appraisal -- exploratory appraisal'|'exploration'|'exploration -- deeper-pool wildcat'|'exploration -- new-field wildcat'|'exploration -- new-pool wildcat'|'exploration -- outpost wildcat'|'exploration -- shallower-pool wildcat'|'development'|'development -- infill development'|'development -- injector'|'development -- producer'|'fluid storage'|'fluid storage -- gas storage'|'general srvc'|'general srvc -- borehole re-acquisition'|'general srvc -- observation'|'general srvc -- relief'|'general srvc -- research'|'general srvc -- research -- drill test'|'general srvc -- research -- strat test'|'general srvc -- waste disposal'|'mineral'|'unknown'}
Documentation These values represent the classification of a well or wellbore by the purpose for which it was initially drilled.
Diagram
Schema Component Representation
<xsd:simpleType name="WellPurpose">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="appraisal"/>
<xsd:enumeration value="appraisal -- confirmation appraisal"/>
<xsd:enumeration value="appraisal -- exploratory appraisal"/>
<xsd:enumeration value="exploration"/>
<xsd:enumeration value="exploration -- deeper-pool wildcat"/>
<xsd:enumeration value="exploration -- new-field wildcat"/>
<xsd:enumeration value="exploration -- new-pool wildcat"/>
<xsd:enumeration value="exploration -- outpost wildcat"/>
<xsd:enumeration value="exploration -- shallower-pool wildcat"/>
<xsd:enumeration value="development"/>
<xsd:enumeration value="development -- infill development"/>
<xsd:enumeration value="development -- injector"/>
<xsd:enumeration value="development -- producer"/>
<xsd:enumeration value="fluid storage"/>
<xsd:enumeration value="fluid storage -- gas storage"/>
<xsd:enumeration value="general srvc"/>
<xsd:enumeration value="general srvc -- borehole re-acquisition"/>
<xsd:enumeration value="general srvc -- observation"/>
<xsd:enumeration value="general srvc -- relief"/>
<xsd:enumeration value="general srvc -- research"/>
<xsd:enumeration value="general srvc -- research -- drill test"/>
<xsd:enumeration value="general srvc -- research -- strat test"/>
<xsd:enumeration value="general srvc -- waste disposal"/>
<xsd:enumeration value="mineral"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: WellStatus

Super-types: witsml:abstractTypeEnum < WellStatus (by restriction)
Sub-types: None
Name WellStatus
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'abandoned'|'active'|'active -- injecting'|'active -- producing'|'completed'|'drilling'|'partially plugged'|'permitted'|'plugged and abandoned'|'proposed'|'sold'|'suspended'|'temporarily abandoned'|'testing'|'tight'|'working over'|'unknown'}
Documentation These values represent the status of a well or wellbore.
Diagram
Schema Component Representation
<xsd:simpleType name="WellStatus">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="abandoned"/>
<xsd:enumeration value="active"/>
<xsd:enumeration value="active -- injecting"/>
<xsd:enumeration value="active -- producing"/>
<xsd:enumeration value="completed"/>
<xsd:enumeration value="drilling"/>
<xsd:enumeration value="partially plugged"/>
<xsd:enumeration value="permitted"/>
<xsd:enumeration value="plugged and abandoned"/>
<xsd:enumeration value="proposed"/>
<xsd:enumeration value="sold"/>
<xsd:enumeration value="suspended"/>
<xsd:enumeration value="temporarily abandoned"/>
<xsd:enumeration value="testing"/>
<xsd:enumeration value="tight"/>
<xsd:enumeration value="working over"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: WellboreShape

Super-types: witsml:abstractTypeEnum < WellboreShape (by restriction)
Sub-types: None
Name WellboreShape
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'build and hold'|'deviated'|'double kickoff'|'horizontal'|'S-shaped'|'vertical'|'unknown'}
Documentation These values represent the classification of a wellbore based on its shape. The source of the values and the descriptions is the POSC V2.2 "facility class" standard instance values in classification system "POSC wellbore trajectory shape".
Diagram
Schema Component Representation
<xsd:simpleType name="WellboreShape">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="build and hold"/>
<xsd:enumeration value="deviated"/>
<xsd:enumeration value="double kickoff"/>
<xsd:enumeration value="horizontal"/>
<xsd:enumeration value="S-shaped"/>
<xsd:enumeration value="vertical"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: WellboreType

Super-types: witsml:abstractTypeEnum < WellboreType (by restriction)
Sub-types: None
Name WellboreType
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'bypass'|'initial'|'redrill'|'reentry'|'respud'|'sidetrack'|'unknown'}
Documentation The classification of a wellbore with respect to its parent well/wellbore.
Diagram
Schema Component Representation
<xsd:simpleType name="WellboreType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="bypass"/>
<xsd:enumeration value="initial"/>
<xsd:enumeration value="redrill"/>
<xsd:enumeration value="reentry"/>
<xsd:enumeration value="respud"/>
<xsd:enumeration value="sidetrack"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top