This document contains the following sections:
Version 1.4.1.1 represents an enhancement to version 1.4.1. Data Schema changes between versions 1.4.1 and 1.4.1.1 are summarized in the Change Summary. The changes are itemized in the change detail file.
The schemas are defined and viewed as W3C XML Schema files however a spreadsheet which summarizes the content is available.
This overview is non-normative and is not part of the standard.
The Wellsite Information Transfer Standard Markup Language (WITSML) is a standard for sending well site information in an XML document format between business partners. XML schemas are used to define the content of an XML document. The WITSML standard consists of two specifications which will be versioned independently: Data Schema and Application Program Interface (API). This document provides an overview of the Data Schema. The WITSML data schema consists of a set of independent but relatable data object schemas. A data object schema defines a set of data that can be transmitted within a single XML document and represents a cohesive subset (e.g.; well, wellbore, rig, etc.) of an overall logical schema related to a single domain (well). Data object schemas contain attributes, elements, and included component sub-schemas.
Component schemas are XML schemas, but these schemas do not represent complete data objects and do not contain global elements. A component schema may be used by more than one data object schema. All component schemas are prefixed with (cs_). Each component schema file generally defines one type that has the same name as the file name.
An attribute group file (attgrp_uid.xsd) is used to define a unique identifier (uid) attribute for all recurring container elements. A container element is an element that contains other elements. The uid attribute is optional but is required within the context of a WITSML server. This is the equivalent of a RDBMS system generated primary key.
Low level simplistic types are defined in the following files. Each file defines many types. Each component schema file must directly or indirectly include file typ_dataTypesWitsml.xsd (or typ_dataTypes.xsd). If a component schema includes another component schema then it will be indirectly including typ_dataTypesWitsml.xsd.
File typ_catalog.xsd file contains enumerations that are considered to be relatively static and should not require frequent changes. However for some data the list of recognized values may change relatively frequently. For this type of data the values are enumerated in file enumValues.xml and a non-normative spreadsheet of this content is in file enumValues_spreadsheet.xls.
The unit of measure conversion information is defined in file witsmlUnitDict.xml. Abbreviations used within the WITSML schemas are documented here.
Since all XML documents can only have one root level element and there are situations where it is necessary to send multiple occurrences of a data object in a single XML document (e.g.; multiple wellbores in a well), a pluralized version of the data object name was established as the schema root element. That is, the object name followed by an "S" (e.g.; wells, wellbores, etc.). In some cases, this leads to incorrect pluralization (e.g., trajectorys), but is required to order to meet the requirements of the WITSML API which generates root tag names based on the data object name. One component schema is included in all plural data object schemas:
The unique identifiers (uid) for data objects are always defined as attributes at the singular data object name level.
A WITSML type can be one of four kinds; a definition only with possibly a restricted size specified, a definition with enumerated values that are permitted, a reference to a component schema or a reference to an element group schema. While not really a type, the element group schemas allow the same elements to be used in multiple different contexts. In order, to help identify which type is being referenced, the following naming convention is used.
Type definition only - starts with lowercase, each new word begins with uppercase
<xsd:element name="mdKickoff"
type="measuredDepthCoord"
minOccurs="0"/>
Type definition with enumerated values - starts with uppercase and each new word
begins with uppercase
<xsd:element name="shape" type="WellboreShape" minOccurs="0"/>
Reference to a component schema can be identified by a "cs_" prefix.
<xsd:element name="customData" type="cs_customData"
minOccurs="0" maxOccurs="1"/>
Reference to an element group schema can be identified by the a "grp_" prefix.
<xsd:group ref="grp_well"
minOccurs="0" maxOccurs="1'/>
WITSML has adopted the following definitions:
The definition of wellbore is intended to allow it to represent one and only one sidetrack or initial borehole. This assumes that only one sidetrack can have a particular bottomhole point. The wellbore may partially or completely overlap other sidetracks but it would not represent them.
For data bases that only contain wells, the name of the well generally contains knowledge of a specific sidetrack that is represented by that well. Information which is common to all sidetracks must be copied to each sidetrack well. Information from other sidetracks may also be redundantly copied to the sidetrack well. That is, the sidetrack well generally represents information from bottomhole to surface. In the WITSML view, the common data maps to a well and the sidetrack information maps to a wellbore. Data from other sidetracks may or may not be redundantly copied to a wellbore. Information about a borehole maps to a wellbore when that information is located using measured depths from the surface.
The WITSML standard declares the following data objects as growing objects: log, wellLog, trajectory, mudLog. These objects commonly grow slowly with time as the wellbore is drilled. Special query behavior has been included in the API specification for growing objects and special query elements are included in these objects.
The WITSML standard includes the following data objects:
This object is not intended to be used within the context of a WITSML server.The attachment object is used to provide a central location for finding a digital attachment that is associated with another WITSML well related object. The attachment is captured in a base 64 binary type.
The bhaRun object is used to capture information about one run of the drillstring into and out of the hole. The drillstring configuration is described in the tubular object. That is, one configuration may be used for many runs. This object is uniquely identified within the context of one wellbore object.
The cementJob object is used to capture information about cementing operations which are undertaken to seal the annulus after a casing string has been run, to seal a lost circulation zone or to set a plug to support directional drilling operations or seal a well so that it may be abandoned. This object is uniquely identified within the context of one wellbore object.
The changeLog object is used to provide a central location for knowledge of changes in the other objects. This object only makes sense within the context of a WITSML server because there is no domain data in the object.
The convCore object is used to capture information about a conventional core. This includes a description of the geology and lithology over the interval. See also sidewallCore. This object is uniquely identified within the context of one wellbore object.
The coordinateReferenceSystem object is used to define the details about a Coordinate Reference System (CRS) using GML version 3.2.1 schemas as defined at https://schemas.opengis.net/gml/3.2.1/. A best practice would be to reference a well known CRS as defined by the EPSG (https://www.epsg.org/) rather than using the coordinateReferenceSystem object to define one from scratch.
The depthRegImage object is used to define the details the Raster object.
The drillReport object is used to capture a daily drilling report focused on reporting from the operator to partners or to a governmental agency. See the opsReport object for a similar report whose focus is service company to operator. This object is uniquely identified within the context of one wellbore object.
The fluidsReport object is used to capture an analysis of the drilling mud. This object is uniquely identified within the context of one wellbore object.
The formationMarker object is used to capture information about a geologic formation that was encountered in a wellbore. This object is uniquely identified within the context of one wellbore object.
The log object is used to capture the curves on a well log. It was designed primarily for MWD logs and is constrained to capturing curves from a single pass. See wellLog for more complex logging situations. This object is uniquely identified within the context of one wellbore object.
The message object is used to provide a central location for informative time stamped information about another well related object. These messages can represent alarms, warnings, events, etc.
The mudLog object is used to capture information in a mud log. This includes lithologic information derived from cuttings encountered on a shaker screen at a site. This object is uniquely identified within the context of one wellbore object.
The objectGroup object is used to capture explicit knowledge that multiple different object instances are related. The relationship generally relates to a common acquisition technique such as logging while drilling, wireline logging, well test, wireline formation test, etc.
The opsReport object is used to capture a daily drilling report focused on reporting from the service company to the operator. See the drillReport for a similar object whose focus is operator to partner or to governmental agency. This object is uniquely identified within the context of one wellbore object.
The rig object is used to capture information about a drilling rig used to drill a wellbore. This object is uniquely identified within the context of one wellbore object.
The risk object is used to provide a central location for capturing risk information about other well related objects.
The sidewallCore object is used to capture information about a core from the side of a borehole. See also convCore. This object is uniquely identified within the context of one wellbore object.
The stimJob object is used to capture a post job summary report about a stimulation (fracture) job. This object is uniquely identified within the context of one wellbore object.
The surveyProgram object is used to capture information about the nature, range and sequence of directional surveying tools run in a wellbore for the management of positional uncertainty. This object is uniquely identified within the context of one wellbore object.
The target object is used to capture information about intended targets of a trajectory survey. This object is uniquely identified within the context of one wellbore object.
The toolErrorModel object is used to define a surveying tool error model. This object is globally unique.
The toolErrorTermSet object is used to define a set of surveying tool error terms which may be utilized in a toolErrorModel. This object is globally unique.
The trajectory object is used to capture information about a directional survey in a wellbore. It contains many trajectory stations to capture the information about individual survey points. This object is uniquely identified within the context of one wellbore object.
The tubular object is used to capture information about the configuration of a drill string. See the bhaRun object for information about a use of this configuration. This object is uniquely identified within the context of one wellbore object.
The wbGeometry object is used to capture information about the configuration of the permanently installed components in a wellbore. It does not define the transient drilling strings (see the tubular object) or the hanging production components. This object is uniquely identified within the context of one wellbore object.
The well object is used to capture the general information about a well. This might sometimes be called a well header. All information which is the same for all wellbores (sidetracks) is contained in the well object.
The wellbore object is used to capture the general information about a wellbore. This might sometimes be called a wellbore header. A wellbore represents the path from surface to a unique bottomhole. The wellbore object is uniquely identified within the context of one well object.
In addition to the normative schemas defined here, WITSML generates schema variant for use in the API. The following variants are mechanically derived from the normative schemas.
The WITSML standard includes the following data object schemas, component schemas and element group schemas:
XMLs can be viewed in Internet Explorer 9 by changing Compatibility View Settings.
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_attachment.xsd | XSD | XML | XML/XSL | XSL |
grp_attachment.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_bhaRun.xsd | XSD | XML | XML/XSL | XSL |
grp_bhaRun.xsd | XSD | |||
cs_drillingParams.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_cementJob.xsd | XSD | XML | XML/XSL | XSL |
grp_cementJob.xsd | XSD | |||
cs_wbGeometry.xsd | XSD | |||
grp_wbGeometry.xsd | XSD | |||
cs_wbGeometrySection.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_cementStage.xsd | XSD | |||
cs_cementingFluid.xsd | XSD | |||
cs_cementPumpSchedule.xsd | XSD | |||
cs_cementAdditive.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_cementTest.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_changeLog.xsd | XSD | XML | XML/XSL | XSL |
grp_changeLog.xsd | XSD | |||
cs_changeHistory.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_convCore.xsd | XSD | XML | XML/XSL | XSL |
grp_convCore.xsd | XSD | |||
cs_geologyInterval.xsd | XSD | |||
cs_lithology.xsd | XSD | |||
cs_qualifier.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_show.xsd | XSD | |||
cs_chromatograph.xsd | XSD | |||
cs_mudGas.xsd | XSD | |||
cs_commonTime.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_coordinateReferenceSystem.xsd | XSD | XML | XML/XSL | XSL |
grp_coordinateReferenceSystem.xsd | XSD | |||
cs_standardGeodeticCRS.xsd | XSD | |||
cs_standardProjectedCRS.xsd | XSD | |||
cs_standardVerticalCRS.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_depthRegImage.xsd | XSD | XML | XML/XSL | XSL |
grp_depthRegImage.xsd | XSD | |||
cs_depthRegLogSection.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_depthRegRectangular.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_depthRegPoint.xsd | XSD | |||
typ_dataTypesRaster.xsd.xsd | XSD | |||
cs_depthRegCalibrationPoint.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_depthRegParameter.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_depthRegPoint.xsd | XSD | |||
typ_dataTypesRaster.xsd.xsd | XSD | |||
cs_depthRegParameter.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_depthRegTrack.xsd | XSD | |||
typ_dataTypesRaster.xsd.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_depthRegTrackCurve.xsd | XSD | |||
typ_catalogRaster.xsd.xsd | XSD | |||
cs_depthRegRectangular.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_depthRegPoint.xsd | XSD | |||
typ_dataTypesRaster.xsd.xsd | XSD | |||
cs_depthRegLogRect.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_depthRegRectangular.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_depthRegPoint.xsd | XSD | |||
typ_dataTypesRaster.xsd.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_drillReport.xsd | XSD | XML | XML/XSL | XSL |
grp_drillReport.xsd | XSD | |||
cs_wellAlias.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_wellDatum.xsd | XSD | |||
cs_refWellWellbore.xsd | XSD | |||
cs_refWellWellboreRig.xsd | XSD | |||
cs_location.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_wellCRS.xsd | XSD | |||
cs_projectionx.xsd | XSD | |||
cs_geodeticModel.xsd | XSD | |||
cs_localCRS.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillReportWellboreInfo.xsd | XSD | |||
cs_alias.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillReportStatusInfo.xsd | XSD | |||
cs_wellAlias.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_bitRecord.xsd | XSD | |||
cs_customData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_fluid.xsd | XSD | |||
cs_rheometer.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillReportPorePressure.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillReportSurveyStation.xsd | XSD | |||
cs_location.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_activity.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillReportLogInfo.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillReportCoreInfo.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillReportWellTestInfo.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillReportFormTestInfo.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillReportLithShowInfo.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillReportEquipFailureInfo.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillReportControlIncidentInfo.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillReportStratInfo.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillReportPerfInfo.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillReportGasReadingInfo.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_fluidsReport.xsd | XSD | XML | XML/XSL | XSL |
grp_fluidsReport.xsd | XSD | |||
cs_fluid.xsd | XSD | |||
cs_rheometer.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_formationMarker.xsd | XSD | XML | XML/XSL | XSL |
grp_formationMarker.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_log.xsd | XSD | XML | XML/XSL | XSL |
grp_log.xsd | XSD | |||
cs_logCurveInfo.xsd | XSD | |||
cs_axisDefinition.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_logData.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_message.xsd | XSD | XML | XML/XSL | XSL |
grp_message.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_mudLog.xsd | XSD | XML | XML/XSL | XSL |
grp_mudLog.xsd | XSD | |||
cs_mudLogParameter.xsd | XSD | |||
cs_commonTime.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_geologyInterval.xsd | XSD | |||
cs_lithology.xsd | XSD | |||
cs_qualifier.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_show.xsd | XSD | |||
cs_chromatograph.xsd | XSD | |||
cs_mudGas.xsd | XSD | |||
cs_commonTime.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_objectGroup.xsd | XSD | XML | XML/XSL | XSL |
grp_objectGroup.xsd | XSD | |||
cs_memberObject.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_opsReport.xsd | XSD | XML | XML/XSL | XSL |
grp_opsReport.xsd | XSD | |||
cs_activity.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_drillingParams.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_wbGeometry.xsd | XSD | |||
grp_wbGeometry.xsd | XSD | |||
cs_wbGeometrySection.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_dayCost.xsd | XSD | |||
cs_nameTag.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_trajectoryStation.xsd | XSD | |||
cs_stnTrajRawData.xsd | XSD | |||
cs_stnTrajCorUsed.xsd | XSD | |||
cs_stnTrajValid.xsd | XSD | |||
cs_stnTrajMatrixCov.xsd | XSD | |||
cs_location.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_refWellboreTrajectoryStation.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_fluid.xsd | XSD | |||
cs_rheometer.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_scr.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_pitVolume.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_mudVolume.xsd | XSD | |||
cs_mudLosses.xsd | XSD | |||
cs_inventory.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_rigResponse.xsd | XSD | |||
cs_pumpOp.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_shakerOp.xsd | XSD | |||
cs_shakerScreen.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_hse.xsd | XSD | |||
cs_incident.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_personnel.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_supportCraft.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_weather.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_rig.xsd | XSD | XML | XML/XSL | XSL |
grp_rig.xsd | XSD | |||
cs_bop.xsd | XSD | |||
cs_nameTag.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_bopComponent.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_pit.xsd | XSD | |||
cs_nameTag.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_pump.xsd | XSD | |||
cs_nameTag.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_shaker.xsd | XSD | |||
cs_nameTag.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_centrifuge.xsd | XSD | |||
cs_nameTag.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_hydrocyclone.xsd | XSD | |||
cs_nameTag.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_degasser.xsd | XSD | |||
cs_nameTag.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_surfaceEquipment.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_risk.xsd | XSD | XML | XML/XSL | XSL |
grp_risk.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_sidewallCore.xsd | XSD | XML | XML/XSL | XSL |
grp_sidewallCore.xsd | XSD | |||
cs_swcSample.xsd | XSD | |||
cs_lithology.xsd | XSD | |||
cs_qualifier.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_show.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_stimJob.xsd | XSD | XML | XML/XSL | XSL |
grp_stimJob.xsd | XSD | |||
cs_stimJobInterval.xsd | XSD | |||
cs_stimProppantUsage.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_stimShutInPressure.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_stimFlowPath.xsd | XSD | |||
cs_stimTubular.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_stimJobStage.xsd | XSD | |||
cs_stimFluid.xsd | XSD | |||
cs_stimAdditive.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_stimProppant.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_stimEvent.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_stimPdatSession.xsd | XSD | |||
cs_stimStepTest.xsd | XSD | |||
cs_stimPressureFlowRate.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_stimFetTest.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_stimPumpFlowBackTest.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_stimStepDownTest.xsd | XSD | |||
cs_stimTestStep.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_stimReservoirInterval.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_stimPerforationSet.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_stimAdditive.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_surveyProgram.xsd | XSD | XML | XML/XSL | XSL |
grp_surveyProgram.xsd | XSD | |||
cs_surveySection.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_target.xsd | XSD | XML | XML/XSL | XSL |
grp_target.xsd | XSD | |||
cs_location.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_targetSection.xsd | XSD | |||
cs_location.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_toolErrorModel.xsd | XSD | XML | XML/XSL | XSL |
grp_toolErrorModel.xsd | XSD | |||
cs_iscwsaAuthorizationData.xsd | XSD | |||
cs_iscwsaSurveyToolOperatingCondition.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_iscwsaSurveyToolOperatingInterval.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_iscwsaModelParameters.xsd | XSD | |||
cs_iscwsaErrorTermValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_toolErrorTermSet.xsd | XSD | XML | XML/XSL | XSL |
grp_toolErrorTermSet.xsd | XSD | |||
cs_iscwsaAuthorizationData.xsd | XSD | |||
cs_iscwsaNomenclature.xsd | XSD | |||
cs_iscwsaNameAndDescription.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_iscwsaNomenclatureConstant.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_iscwsaErrorTerm.xsd | XSD | |||
cs_iscwsaErrorCoefficient.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_trajectory.xsd | XSD | XML | XML/XSL | XSL |
grp_trajectory.xsd | XSD | |||
cs_refWellboreTrajectory.xsd | XSD | |||
cs_trajectoryStation.xsd | XSD | |||
cs_stnTrajRawData.xsd | XSD | |||
cs_stnTrajCorUsed.xsd | XSD | |||
cs_stnTrajValid.xsd | XSD | |||
cs_stnTrajMatrixCov.xsd | XSD | |||
cs_location.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_refWellboreTrajectoryStation.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_tubular.xsd | XSD | XML | XML/XSL | XSL |
grp_tubular.xsd | XSD | |||
cs_tubularComponent.xsd | XSD | |||
cs_nameTag.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_bitRecord.xsd | XSD | |||
cs_customData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_nozzle.xsd | XSD | |||
cs_customData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_connection.xsd | XSD | |||
cs_customData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_jar.xsd | XSD | |||
cs_customData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_mwdTool.xsd | XSD | |||
cs_sensor.xsd | XSD | |||
cs_customData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_motor.xsd | XSD | |||
cs_customData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_stabilizer.xsd | XSD | |||
cs_customData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_bend.xsd | XSD | |||
cs_customData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_holeOpener.xsd | XSD | |||
cs_customData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_rotarySteerableTool.xsd | XSD | |||
cs_sensor.xsd | XSD | |||
cs_customData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_customData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_wbGeometry.xsd | XSD | XML | XML/XSL | XSL |
grp_wbGeometry.xsd | XSD | |||
cs_wbGeometrySection.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_well.xsd | XSD | XML | XML/XSL | XSL |
grp_well.xsd | XSD | |||
cs_wellDatum.xsd | XSD | |||
cs_refWellWellbore.xsd | XSD | |||
cs_refWellWellboreRig.xsd | XSD | |||
cs_location.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_location.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_publicLandSurveySystem.xsd | XSD | |||
cs_referencePoint.xsd | XSD | |||
cs_location.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_wellCRS.xsd | XSD | |||
cs_projectionx.xsd | XSD | |||
cs_geodeticModel.xsd | XSD | |||
cs_localCRS.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Schemas | Links to Documents | |||
---|---|---|---|---|
XSD Schema |
XML Document |
XML via Stylesheet |
Stylesheet Source |
|
obj_wellbore.xsd | XSD | XML | XML/XSL | XSL |
grp_wellbore.xsd | XSD | |||
cs_commonData.xsd | XSD | |||
cs_extensionAny.xsd | XSD | |||
cs_extensionNameValue.xsd | XSD | |||
cs_customData.xsd | XSD |
Copyright(c) 2003-2023 Energistics. All rights reserved.
WITSML™ and the WITSML logo™ are trademarks of Energistics and The Open Group.