Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Imported schema typ_dataTypes.xsd
Namespace http://www.witsml.org/schemas/131
Properties
attribute form default: unqualified
element form default: qualified
version: 1.3.1
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:anyDate
Namespace http://www.witsml.org/schemas/131
Annotations
A union of date and dateTime, so that time is not mandatory.
Diagram
Diagram
Type union of(xsd:dateTime, xsd:date, xsd:gYearMonth, xsd:gYear)
Source
<xsd:simpleType name="anyDate">
  <xsd:annotation>
    <xsd:documentation>A union of date and dateTime, so that time is not mandatory.</xsd:documentation>
  </xsd:annotation>
  <xsd:union memberTypes="xsd:dateTime xsd:date xsd:gYearMonth xsd:gYear"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:generalMeasureType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#generalMeasureType_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:uomString optional
Source
<xsd:complexType name="generalMeasureType">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:uomString" use="optional"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:abstractMeasure
Namespace http://www.witsml.org/schemas/131
Annotations
The intended abstract supertype of all quantities that have a value 
with a unit of measure. The unit of measure is in the uom attribute of the subtypes. 
This type allows all quantities to be profiled to be a 'float' instead of a 'double'.
Diagram
Diagram 131.tmp#abstractDouble
Type extension of witsml:abstractDouble
Type hierarchy
Properties
abstract: true
Used by
Source
<xsd:complexType name="abstractMeasure" abstract="true">
  <xsd:annotation>
    <xsd:documentation>The intended abstract supertype of all quantities that have a value with a unit of measure. The unit of measure is in the uom attribute of the subtypes. This type allows all quantities to be profiled to be a 'float' instead of a 'double'.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractDouble"/>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Simple Type witsml:abstractDouble
Namespace http://www.witsml.org/schemas/131
Annotations
This type disallows an "empty" double value.
This type should not be used directly except to derive another type.
Diagram
Diagram
Type restriction of xsd:double
Facets
pattern .+
Used by
Source
<xsd:simpleType name="abstractDouble">
  <xsd:annotation>
    <xsd:documentation>This type disallows an "empty" double value. This type should not be used directly except to derive another type.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:double">
    <xsd:pattern value=".+"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Simple Type witsml:uomString
Namespace http://www.witsml.org/schemas/131
Annotations
A unit of measure acronym from the POSC unit of measure file.
Diagram
Diagram 131.tmp#abstractUomEnum
Type witsml:abstractUomEnum
Type hierarchy
Properties
final: restriction, list, union
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
Used by
Source
<xsd:simpleType name="uomString" final="#all">
  <xsd:annotation>
    <xsd:documentation>A unit of measure acronym from the POSC unit of measure file.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractUomEnum"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:abstractUomEnum
Namespace http://www.witsml.org/schemas/131
Annotations
The intended abstract supertype of all "units of measure".
This abstract type allows the maximum length of a UOM enumeration to be centrally defined. 
This type is abstract in the sense that it should not be used directly 
except to derive another type.
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
Used by
Source
<xsd:simpleType name="abstractUomEnum">
  <xsd:annotation>
    <xsd:documentation>The intended abstract supertype of all "units of measure". This abstract type allows the maximum length of a UOM enumeration to be centrally defined. This type is abstract in the sense that it should not be used directly except to derive another type.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractString">
    <xsd:maxLength value="24"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Simple Type witsml:abstractString
Namespace http://www.witsml.org/schemas/131
Annotations
The intended abstract supertype of all strings.
This abstract type allows the control over whitespace for all strings to be defined at a high level. 
This type should not be used directly except to derive another type.
Diagram
Diagram
Type restriction of xsd:string
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
Used by
Source
<xsd:simpleType name="abstractString">
  <xsd:annotation>
    <xsd:documentation>The intended abstract supertype of all strings. This abstract type allows the control over whitespace for all strings to be defined at a high level. This type should not be used directly except to derive another type.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:whiteSpace value="collapse">
      <xsd:annotation>
        <xsd:documentation>Replace tab, line feed and carriage return with a space, collapse contiguous sequences of spaces to a single space and then remove leading and trailing spaces.</xsd:documentation>
      </xsd:annotation>
    </xsd:whiteSpace>
    <xsd:minLength value="1">
      <xsd:annotation>
        <xsd:documentation>The empty string is not allowed. This constraint conbined with the whiteSpace collapse constraint means that a blank value is not allowed.</xsd:documentation>
      </xsd:annotation>
    </xsd:minLength>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Complex Type witsml:temperatureSlopeMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#temperatureSlopeMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:uomString optional
Source
<xsd:complexType name="temperatureSlopeMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:uomString" use="optional"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:typeOptionalClassString
Namespace http://www.witsml.org/schemas/131
Annotations
A type with a classType attribute. This allows a user to give a 
classification of something, and to specify the type of classification that it is. 
There is no control over the class values, or the class types.
Diagram
Diagram 131.tmp#abstractNameString NO_NAMESPACE.tmp#typeOptionalClassString_classType
Type extension of witsml:abstractNameString
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
classType witsml:kindString optional
This identifies the classification system to 
which the class belongs.
Source
<xsd:complexType name="typeOptionalClassString">
  <xsd:annotation>
    <xsd:documentation>A type with a classType attribute. This allows a user to give a classification of something, and to specify the type of classification that it is. There is no control over the class values, or the class types.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractNameString">
      <xsd:attribute name="classType" type="witsml:kindString" use="optional">
        <xsd:annotation>
          <xsd:documentation>This identifies the classification system to which the class belongs.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:abstractNameString
Namespace http://www.witsml.org/schemas/131
Annotations
The intended abstract supertype of all user assigned human 
recognizable contextual name types. 
There should be no assumption that (interoperable) semantic information will be extracted from the name by a third party.
This type of value is generally not guaranteed to be unique and is not a candidate to be replaced by an enumeration.
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 64
Used by
Source
<xsd:simpleType name="abstractNameString">
  <xsd:annotation>
    <xsd:documentation>The intended abstract supertype of all user assigned human recognizable contextual name types. There should be no assumption that (interoperable) semantic information will be extracted from the name by a third party. This type of value is generally not guaranteed to be unique and is not a candidate to be replaced by an enumeration.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractString">
    <xsd:maxLength value="64"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Simple Type witsml:kindString
Namespace http://www.witsml.org/schemas/131
Annotations
A community assigned human recognizable name. 
This type of value is intended to be unique and is generally a candidate to be constrained to an enumerated list.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type witsml:abstractTypeEnum
Type hierarchy
Properties
final: restriction, list, union
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
Used by
Source
<xsd:simpleType name="kindString" final="#all">
  <xsd:annotation>
    <xsd:documentation>A community assigned human recognizable name. This type of value is intended to be unique and is generally a candidate to be constrained to an enumerated list.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:abstractTypeEnum
Namespace http://www.witsml.org/schemas/131
Annotations
The intended abstract supertype of all enumerated "types".
This abstract type allows the maximum length of a type enumeration to be centrally defined.
This type should not be used directly except to derive another type.
It should also be used for uncontrolled strings which are candidates to become enumerations at a future date.
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
Used by
Simple Types witsml:ActivityClassType, witsml:ActivityCode, witsml:ArrayElementDataType, witsml:AziRef, witsml:BearingType, witsml:BhaStatus, witsml:BitDullCode, witsml:BitReasonPulled, witsml:BitType, witsml:BladeShapeType, witsml:BladeType, witsml:BopType, witsml:BoxPinConfig, witsml:CementJobType, witsml:ConnectionPosition, witsml:DeflectionMethod, witsml:DerrickType, witsml:DrawWorksType, witsml:DriveType, witsml:ElevCodeEnum, witsml:Ellipsoid, witsml:FiberMode, witsml:GasPeakType, witsml:GeodeticDatum, witsml:Hemispheres, witsml:HoleCasingType, witsml:HoleOpenerType, witsml:InstalledFiberPoint, witsml:IntervalMethod, witsml:IntervalType, witsml:ItemState, witsml:JarAction, witsml:JarType, witsml:LithologySource, witsml:LithologyType, witsml:LogDataType, witsml:LogIndexDirection, witsml:LogIndexType, witsml:LogTraceOrigin, witsml:LogTraceState, witsml:MaterialType, witsml:MeasurementType, witsml:MessageProbability, witsml:MessageSeverity, witsml:MessageType, witsml:MudLogParameterType, witsml:NADTypes, witsml:NameTagLocation, witsml:NameTagNumberingScheme, witsml:NameTagTechnology, witsml:NozzleType, witsml:OTDRReason, witsml:PitType, witsml:Projection, witsml:ProjectionVariantsObliqueMercator, witsml:PumpOpType, witsml:PumpType, witsml:QualifierType, witsml:RealtimeData, witsml:RigType, witsml:RiskAffectedPersonnel, witsml:RiskCategory, witsml:RiskSubCategory, witsml:RiskType, witsml:ScrType, witsml:ShowFluorescence, witsml:ShowLevel, witsml:ShowRating, witsml:ShowSpeed, witsml:SupportCraft, witsml:SurfEquipType, witsml:TargetCategory, witsml:TargetScope, witsml:TargetSectionScope, witsml:TrajStationStatus, witsml:TrajStationType, witsml:TubularAssembly, witsml:TubularComponent, witsml:TypeSurveyTool, witsml:WellDirection, witsml:WellFluid, witsml:WellPurpose, witsml:WellStatus, witsml:WellboreShape, witsml:WellboreType, witsml:kindString
Complex Type witsml:indexedObject
Source
<xsd:simpleType name="abstractTypeEnum">
  <xsd:annotation>
    <xsd:documentation>The intended abstract supertype of all enumerated "types". This abstract type allows the maximum length of a type enumeration to be centrally defined. This type should not be used directly except to derive another type. It should also be used for uncontrolled strings which are candidates to become enumerations at a future date.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractString">
    <xsd:maxLength value="40"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Simple Type witsml:logicalBoolean
Namespace http://www.witsml.org/schemas/131
Annotations
Values of "true" (or "1") and "false" (or "0").
Diagram
Diagram 131.tmp#abstractBoolean
Type witsml:abstractBoolean
Type hierarchy
Properties
final: restriction, list, union
Facets
pattern .+
Source
<xsd:simpleType name="logicalBoolean" final="#all">
  <xsd:annotation>
    <xsd:documentation>Values of "true" (or "1") and "false" (or "0").</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractBoolean"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:abstractBoolean
Namespace http://www.witsml.org/schemas/131
Annotations
This type disallows an "empty" boolean value.
This type should not be used directly except to derive another type.
All boolean types should be derived from this type rather than using xsd:boolen.
Diagram
Diagram
Type restriction of xsd:boolean
Facets
pattern .+
Used by
Simple Type witsml:logicalBoolean
Source
<xsd:simpleType name="abstractBoolean">
  <xsd:annotation>
    <xsd:documentation>This type disallows an "empty" boolean value. This type should not be used directly except to derive another type. All boolean types should be derived from this type rather than using xsd:boolen.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:boolean">
    <xsd:pattern value=".+"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Simple Type witsml:date
Namespace http://www.witsml.org/schemas/131
Annotations
A julian date.
Diagram
Diagram 131.tmp#abstractDate
Type witsml:abstractDate
Type hierarchy
Properties
final: restriction, list, union
Facets
pattern .+
Source
<xsd:simpleType name="date" final="#all">
  <xsd:annotation>
    <xsd:documentation>A julian date.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractDate"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:abstractDate
Namespace http://www.witsml.org/schemas/131
Annotations
This type disallows an "empty" date value.
This type should not be used directly except to derive another type.
All dateTime types should be derived from this type rather than using xsd:dateTime.
Diagram
Diagram
Type restriction of xsd:date
Facets
pattern .+
Used by
Simple Type witsml:date
Source
<xsd:simpleType name="abstractDate">
  <xsd:annotation>
    <xsd:documentation>This type disallows an "empty" date value. This type should not be used directly except to derive another type. All dateTime types should be derived from this type rather than using xsd:dateTime.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:date">
    <xsd:pattern value=".+"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Simple Type witsml:timestamp
Namespace http://www.witsml.org/schemas/131
Annotations
A date with the time of day and an optional time zone.
While the time zone is optional, it is strongly advised that the zone 
always be specified in each date time value.
Diagram
Diagram 131.tmp#abstractDateTime
Type witsml:abstractDateTime
Type hierarchy
Properties
final: restriction, list, union
Facets
pattern .+
Source
<xsd:simpleType name="timestamp" final="#all">
  <xsd:annotation>
    <xsd:documentation>A date with the time of day and an optional time zone. While the time zone is optional, it is strongly advised that the zone always be specified in each date time value.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractDateTime"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:abstractDateTime
Namespace http://www.witsml.org/schemas/131
Annotations
This type disallows an "empty" dateTime value.
This type should not be used directly except to derive another type.
All dateTime types should be derived from this type rather than using xsd:dateTime.
Diagram
Diagram
Type restriction of xsd:dateTime
Facets
pattern .+
Used by
Simple Type witsml:timestamp
Source
<xsd:simpleType name="abstractDateTime">
  <xsd:annotation>
    <xsd:documentation>This type disallows an "empty" dateTime value. This type should not be used directly except to derive another type. All dateTime types should be derived from this type rather than using xsd:dateTime.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:dateTime">
    <xsd:pattern value=".+"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Simple Type witsml:timeZone
Namespace http://www.witsml.org/schemas/131
Annotations
A time zone conforming to the XSD:dateTime specification.
It should be of the form "Z" or "shh.mm" where 
	"s" is "+" or "-", 
	"hh" is 00 to 23 and
	"mm" is 00 to 59.
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Properties
final: restriction, list, union
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
pattern [Z]|([-+](([01][0-9])|(2[0-3])):[0-5][0-9])
Source
<xsd:simpleType name="timeZone" final="#all">
  <xsd:annotation>
    <xsd:documentation>A time zone conforming to the XSD:dateTime specification. It should be of the form "Z" or "shh.mm" where "s" is "+" or "-", "hh" is 00 to 23 and "mm" is 00 to 59.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractString">
    <xsd:pattern value="[Z]|([-+](([01][0-9])|(2[0-3])):[0-5][0-9])"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:calendarYear
Namespace http://www.witsml.org/schemas/131
Annotations
A calendar year (CCYY) in the gregorian calendar.
Diagram
Diagram 131.tmp#abstractYear
Type witsml:abstractYear
Type hierarchy
Properties
final: restriction, list, union
Facets
pattern .+
Source
<xsd:simpleType name="calendarYear" final="#all">
  <xsd:annotation>
    <xsd:documentation>A calendar year (CCYY) in the gregorian calendar.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractYear"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:abstractYear
Namespace http://www.witsml.org/schemas/131
Annotations
This type disallows an "empty" gYear value.
This type should not be used directly except to derive another type.
All year types should be derived from this type rather than using xsd:gYear.
Diagram
Diagram
Type restriction of xsd:gYear
Facets
pattern .+
Used by
Simple Type witsml:calendarYear
Source
<xsd:simpleType name="abstractYear">
  <xsd:annotation>
    <xsd:documentation>This type disallows an "empty" gYear value. This type should not be used directly except to derive another type. All year types should be derived from this type rather than using xsd:gYear.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:gYear">
    <xsd:pattern value=".+"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Complex Type witsml:yAxisAzimuth
Namespace http://www.witsml.org/schemas/131
Annotations
The angle of a Y axis from North.
This is a variation of planeAngleMeasure with an 
attribute defining the direction of north.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#yAxisAzimuth_uom NO_NAMESPACE.tmp#yAxisAzimuth_northDirection
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
northDirection witsml:AziRef optional
Specifies the direction to be considered North for the y axis.
uom witsml:planeAngleUom required
The unit of measure of the azimuth value.
Source
<xsd:complexType name="yAxisAzimuth">
  <xsd:annotation>
    <xsd:documentation>The angle of a Y axis from North. This is a variation of planeAngleMeasure with an attribute defining the direction of north.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:planeAngleUom" use="required">
        <xsd:annotation>
          <xsd:documentation>The unit of measure of the azimuth value.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
      <xsd:attribute name="northDirection" type="witsml:AziRef" use="optional">
        <xsd:annotation>
          <xsd:documentation>Specifies the direction to be considered North for the y axis.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:planeAngleUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration rad
enumeration c
enumeration ccgr
enumeration cgr
enumeration dega
enumeration gon
enumeration gr
enumeration Grad
enumeration krad
enumeration mila
enumeration mina
enumeration mrad
enumeration Mrad
enumeration mseca
enumeration seca
enumeration urad
Used by
Source
<xsd:simpleType name="planeAngleUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="rad"/>
    <xsd:enumeration value="c"/>
    <xsd:enumeration value="ccgr"/>
    <xsd:enumeration value="cgr"/>
    <xsd:enumeration value="dega"/>
    <xsd:enumeration value="gon"/>
    <xsd:enumeration value="gr"/>
    <xsd:enumeration value="Grad"/>
    <xsd:enumeration value="krad"/>
    <xsd:enumeration value="mila"/>
    <xsd:enumeration value="mina"/>
    <xsd:enumeration value="mrad"/>
    <xsd:enumeration value="Mrad"/>
    <xsd:enumeration value="mseca"/>
    <xsd:enumeration value="seca"/>
    <xsd:enumeration value="urad"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Simple Type witsml:AziRef
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration magnetic north
The north direction as defined by the magnetic 
north pole at the time of the measurement. The magnetic north pole 
is the direction that a magnet will point to when freely rotating.
enumeration grid north
The north direction is defined by the coordinate 
grid in the projection coordinate system.
enumeration true north
The north direction as defined by the true 
north pole. The true north pole is an average of the actual measured 
north axis, which is the axis of rotation of the earth.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Used by
Source
<xsd:simpleType name="AziRef">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="magnetic north">
      <xsd:annotation>
        <xsd:documentation>The north direction as defined by the magnetic north pole at the time of the measurement. The magnetic north pole is the direction that a magnet will point to when freely rotating.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="grid north">
      <xsd:annotation>
        <xsd:documentation>The north direction is defined by the coordinate grid in the projection coordinate system.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="true north">
      <xsd:annotation>
        <xsd:documentation>The north direction as defined by the true north pole. The true north pole is an average of the actual measured north axis, which is the axis of rotation of the earth.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Complex Type witsml:volumePerVolumeMeasurePercent
Namespace http://www.witsml.org/schemas/131
Annotations
A volume per volume measure that is constrained to a unit of percent.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#volumePerVolumeMeasurePercent_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:PercentUom required
Source
<xsd:complexType name="volumePerVolumeMeasurePercent">
  <xsd:annotation>
    <xsd:documentation>A volume per volume measure that is constrained to a unit of percent.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:PercentUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:PercentUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration %
Used by
Source
<xsd:simpleType name="PercentUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="%"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:unitlessQuantity
Namespace http://www.witsml.org/schemas/131
Annotations
A unitless quantity. This should not 
be confused with a dimensionless measure.
Diagram
Diagram 131.tmp#abstractDouble
Type witsml:abstractDouble
Type hierarchy
Properties
final: restriction, list, union
Facets
pattern .+
Used by
Source
<xsd:simpleType name="unitlessQuantity" final="#all">
  <xsd:annotation>
    <xsd:documentation>A unitless quantity. This should not be confused with a dimensionless measure.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractDouble"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:genericMeasure
Namespace http://www.witsml.org/schemas/131
Annotations
A generic measure type.
This should not be used except in situations where the underlying class of data is 
captured elsewhere. For example, for a log curve.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#genericMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:uomString optional
The unit of measure for the quantity.
The uom is mandatory unless the value represents a unitless quantity.
Source
<xsd:complexType name="genericMeasure">
  <xsd:annotation>
    <xsd:documentation>A generic measure type. This should not be used except in situations where the underlying class of data is captured elsewhere. For example, for a log curve.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:uomString" use="optional">
        <xsd:annotation>
          <xsd:documentation>The unit of measure for the quantity. The uom is mandatory unless the value represents a unitless quantity.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:indexCurve
Namespace http://www.witsml.org/schemas/131
Annotations
The mnemonic of a log index curve plus 
the column index of the curve.
Diagram
Diagram 131.tmp#str32 NO_NAMESPACE.tmp#indexCurve_columnIndex
Type extension of witsml:str32
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
columnIndex witsml:nonNegativeCount required
The column index of the curve.
Source
<xsd:complexType name="indexCurve">
  <xsd:annotation>
    <xsd:documentation>The mnemonic of a log index curve plus the column index of the curve.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:str32">
      <xsd:attribute name="columnIndex" type="witsml:nonNegativeCount" use="required">
        <xsd:annotation>
          <xsd:documentation>The column index of the curve.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:str32
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 32
Used by
Complex Type witsml:indexCurve
Source
<xsd:simpleType name="str32">
  <xsd:restriction base="witsml:abstractString">
    <xsd:maxLength value="32"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:nonNegativeCount
Namespace http://www.witsml.org/schemas/131
Annotations
A non-negative integer (zero based count or index) with a maximum value of 32767 (2-bytes).
For items that represent "number of" something or a "sequential" count or index.
Diagram
Diagram 131.tmp#abstractShort
Type restriction of witsml:abstractShort
Type hierarchy
Properties
final: restriction, list, union
Facets
minInclusive 0
This value can be zero but cannot be negative.
pattern ([\-+]?[0-9]+) & (.+)
Used by
Source
<xsd:simpleType name="nonNegativeCount" final="#all">
  <xsd:annotation>
    <xsd:documentation>A non-negative integer (zero based count or index) with a maximum value of 32767 (2-bytes). For items that represent "number of" something or a "sequential" count or index.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractShort">
    <xsd:minInclusive value="0">
      <xsd:annotation>
        <xsd:documentation>This value can be zero but cannot be negative.</xsd:documentation>
      </xsd:annotation>
    </xsd:minInclusive>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:abstractShort
Namespace http://www.witsml.org/schemas/131
Annotations
This type disallows an "empty" short value.
This type should not be used directly except to derive another type.
Diagram
Diagram
Type restriction of xsd:short
Facets
pattern ([\-+]?[0-9]+) & (.+)
Used by
Source
<xsd:simpleType name="abstractShort">
  <xsd:annotation>
    <xsd:documentation>This type disallows an "empty" short value. This type should not be used directly except to derive another type.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:short">
    <xsd:pattern value=".+"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Complex Type witsml:ratioGenericMeasure
Namespace http://www.witsml.org/schemas/131
Annotations
Representation of a number as a double, possibly qualified as a ratio of doubles.	
Ratio component attributes 'numerator' and 'denominator' may be both present or both absent.	
When ratio component attributes are present, the ratio represented is to be used with
the double representation included for human readability.
A 'canonical' representation, according to the following rules, is suggested:
Only use numerator/denominator when the representation of the number as double is not 
sufficiently precise (i. e. causes errors of accumulation).
Express both numerator and denominator as integers (doubles with integer values) reduced 
to 'least common denominator' if possible.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#ratioGenericMeasure_uom NO_NAMESPACE.tmp#ratioGenericMeasure_numerator NO_NAMESPACE.tmp#ratioGenericMeasure_denominator
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
denominator witsml:unitlessQuantity optional
numerator witsml:unitlessQuantity optional
uom witsml:uomString required
The unit of measure for the quantity.
If for some reason a uom is not appropriate for the quantity,
a unit of "Euc" should be used.
Source
<xsd:complexType name="ratioGenericMeasure">
  <xsd:annotation>
    <xsd:documentation>Representation of a number as a double, possibly qualified as a ratio of doubles. Ratio component attributes 'numerator' and 'denominator' may be both present or both absent. When ratio component attributes are present, the ratio represented is to be used with the double representation included for human readability. A 'canonical' representation, according to the following rules, is suggested: Only use numerator/denominator when the representation of the number as double is not sufficiently precise (i. e. causes errors of accumulation). Express both numerator and denominator as integers (doubles with integer values) reduced to 'least common denominator' if possible.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:uomString" use="required">
        <xsd:annotation>
          <xsd:documentation>The unit of measure for the quantity. If for some reason a uom is not appropriate for the quantity, a unit of "Euc" should be used.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
      <xsd:attribute name="numerator" type="witsml:unitlessQuantity" use="optional"/>
      <xsd:attribute name="denominator" type="witsml:unitlessQuantity" use="optional"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:listOfString
Namespace http://www.witsml.org/schemas/131
Annotations
A representation of a list of xsd:string values,
restricted to strings without embedded whitespace.
Diagram
Diagram 131.tmp#str32
Type list of witsml:str32
Source
<xsd:simpleType name="listOfString">
  <xsd:annotation>
    <xsd:documentation>A representation of a list of xsd:string values, restricted to strings without embedded whitespace.</xsd:documentation>
  </xsd:annotation>
  <xsd:list itemType="witsml:str32"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:listOfDouble
Namespace http://www.witsml.org/schemas/131
Annotations
A representation of a list of xsd:double values.
Diagram
Diagram 131.tmp#abstractDouble
Type list of witsml:abstractDouble
Source
<xsd:simpleType name="listOfDouble">
  <xsd:annotation>
    <xsd:documentation>A representation of a list of xsd:double values.</xsd:documentation>
  </xsd:annotation>
  <xsd:list itemType="witsml:abstractDouble"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:refNameString
Namespace http://www.witsml.org/schemas/131
Annotations
A reference to a name in another node of the xml hierachy.
This value represents a foreign key from one element to another.
Diagram
Diagram 131.tmp#abstractNameString NO_NAMESPACE.tmp#refNameString_uidRef
Type extension of witsml:abstractNameString
Type hierarchy
Properties
final: extension, restriction
Attributes
QName Type Fixed Default Use Annotation
uidRef witsml:refString optional
A reference to the unique identifier (uid attribute) in the node
referenced by the name value. 
This attribute is required within the context of a WITSML server.
Source
<xsd:complexType name="refNameString" final="#all">
  <xsd:annotation>
    <xsd:documentation>A reference to a name in another node of the xml hierachy. This value represents a foreign key from one element to another.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractNameString">
      <xsd:attribute name="uidRef" type="witsml:refString" use="optional">
        <xsd:annotation>
          <xsd:documentation>A reference to the unique identifier (uid attribute) in the node referenced by the name value. This attribute is required within the context of a WITSML server.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:refString
Namespace http://www.witsml.org/schemas/131
Annotations
A reference to the unique identifier of another element. 
This value represents a foreign key from one element to another.
The value should match the value of an attribute of type uidString.
Diagram
Diagram 131.tmp#abstractUidString
Type witsml:abstractUidString
Type hierarchy
Properties
final: restriction, list, union
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 64
pattern [^ ]*
Used by
Source
<xsd:simpleType name="refString" final="#all">
  <xsd:annotation>
    <xsd:documentation>A reference to the unique identifier of another element. This value represents a foreign key from one element to another. The value should match the value of an attribute of type uidString.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractUidString"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:abstractUidString
Namespace http://www.witsml.org/schemas/131
Annotations
The intended abstract supertype of all locally unique identifiers. 
The value is not intended to convey any semantic content (e.g., it may be computer generated). 
The value is only required to be unique within a context in a document (e.g., defined via key and keyref). 
There is no guarantee that the same data in multiple documents will utilize the same uid value 
unless enforced by the source of the document (e.g., a document server).
Spaces are not allowed.
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 64
pattern [^ ]*
Used by
Source
<xsd:simpleType name="abstractUidString">
  <xsd:annotation>
    <xsd:documentation>The intended abstract supertype of all locally unique identifiers. The value is not intended to convey any semantic content (e.g., it may be computer generated). The value is only required to be unique within a context in a document (e.g., defined via key and keyref). There is no guarantee that the same data in multiple documents will utilize the same uid value unless enforced by the source of the document (e.g., a document server). Spaces are not allowed.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractString">
    <xsd:maxLength value="64"/>
    <xsd:pattern value="[^ ]*"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Complex Type witsml:refObjectString
Namespace http://www.witsml.org/schemas/131
Annotations
A reference to a name in another object.
This value represents a foreign key from one object to another.
Knowledge of the object being referenced is defined by an attribute.
Diagram
Diagram 131.tmp#abstractNameString NO_NAMESPACE.tmp#refObjectString_object NO_NAMESPACE.tmp#refObjectString_uidRef
Type extension of witsml:abstractNameString
Type hierarchy
Properties
final: extension, restriction
Attributes
QName Type Fixed Default Use Annotation
object witsml:nameString required
The name of the singular object being referenced.
uidRef witsml:refString optional
A reference to the unique identifier (uid attribute) in the object
referenced by the name value. 
This attribute is required within the context of a WITSML server.
Source
<xsd:complexType name="refObjectString" final="#all">
  <xsd:annotation>
    <xsd:documentation>A reference to a name in another object. This value represents a foreign key from one object to another. Knowledge of the object being referenced is defined by an attribute.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractNameString">
      <xsd:attribute name="object" type="witsml:nameString" use="required">
        <xsd:annotation>
          <xsd:documentation>The name of the singular object being referenced.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
      <xsd:attribute name="uidRef" type="witsml:refString" use="optional">
        <xsd:annotation>
          <xsd:documentation>A reference to the unique identifier (uid attribute) in the object referenced by the name value. This attribute is required within the context of a WITSML server.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:nameString
Namespace http://www.witsml.org/schemas/131
Annotations
A user assigned human recognizable contextual name of something. 
There should be no assumption that (interoperable) semantic information will be extracted from the name by a third party.
This type of value is generally not guaranteed to be unique and is not a candidate to be replaced by an enumeration.
Diagram
Diagram 131.tmp#abstractNameString
Type witsml:abstractNameString
Type hierarchy
Properties
final: restriction, list, union
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 64
Used by
Source
<xsd:simpleType name="nameString" final="#all">
  <xsd:annotation>
    <xsd:documentation>A user assigned human recognizable contextual name of something. There should be no assumption that (interoperable) semantic information will be extracted from the name by a third party. This type of value is generally not guaranteed to be unique and is not a candidate to be replaced by an enumeration.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractNameString"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:refPositiveCount
Namespace http://www.witsml.org/schemas/131
Annotations
A reference to a index value in another node of the xml hierachy.
This value represents a foreign key from one element to another.
Diagram
Diagram 131.tmp#abstractPositiveCount NO_NAMESPACE.tmp#refPositiveCount_uidRef
Type extension of witsml:abstractPositiveCount
Type hierarchy
Properties
final: extension, restriction
Attributes
QName Type Fixed Default Use Annotation
uidRef witsml:refString optional
A reference to the unique identifier (uid attribute) in the node
referenced by the index value. 
This attribute is required within the context of a WITSML server.
Source
<xsd:complexType name="refPositiveCount" final="#all">
  <xsd:annotation>
    <xsd:documentation>A reference to a index value in another node of the xml hierachy. This value represents a foreign key from one element to another.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractPositiveCount">
      <xsd:attribute name="uidRef" type="witsml:refString" use="optional">
        <xsd:annotation>
          <xsd:documentation>A reference to the unique identifier (uid attribute) in the node referenced by the index value. This attribute is required within the context of a WITSML server.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:abstractPositiveCount
Namespace http://www.witsml.org/schemas/131
Annotations
A positive integer (one based count or index) with a maximum value of 32767 (2-bytes).
Diagram
Diagram 131.tmp#abstractShort
Type restriction of witsml:abstractShort
Type hierarchy
Facets
minInclusive 1
This value cannot be negative or zero.
pattern ([\-+]?[0-9]+) & (.+)
Used by
Source
<xsd:simpleType name="abstractPositiveCount">
  <xsd:annotation>
    <xsd:documentation>A positive integer (one based count or index) with a maximum value of 32767 (2-bytes).</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractShort">
    <xsd:minInclusive value="1">
      <xsd:annotation>
        <xsd:documentation>This value cannot be negative or zero.</xsd:documentation>
      </xsd:annotation>
    </xsd:minInclusive>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Simple Type witsml:refWellDatum
Namespace http://www.witsml.org/schemas/131
Annotations
A reference to a wellDatum in the current well. 
This value must match the uid value in a WellDatum. 
This value represents a foreign key from one element to another.
This is an exception to the convention that a foreign key must utilize both 
a human contextual name and a uid value. For messages outside the context of
a server then this value will commonly match the value of the name of the 
wellDatum (e.g., 'KB') if uids are not not used in that context.
This was a compromise in order to allow the coordinate structures to be simple
and still be usable both within the context of a server and outside the context of a server.
Diagram
Diagram 131.tmp#abstractUidString
Type witsml:abstractUidString
Type hierarchy
Properties
final: restriction, list, union
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 64
pattern [^ ]*
Used by
Source
<xsd:simpleType name="refWellDatum" final="#all">
  <xsd:annotation>
    <xsd:documentation>A reference to a wellDatum in the current well. This value must match the uid value in a WellDatum. This value represents a foreign key from one element to another. This is an exception to the convention that a foreign key must utilize both a human contextual name and a uid value. For messages outside the context of a server then this value will commonly match the value of the name of the wellDatum (e.g., 'KB') if uids are not not used in that context. This was a compromise in order to allow the coordinate structures to be simple and still be usable both within the context of a server and outside the context of a server.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractUidString"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:commentString
Namespace http://www.witsml.org/schemas/131
Annotations
A comment or remark intended for human consumption. 
There should be no assumption that semantics can be extracted from this field by a computer. 
Neither should there be an assumption that any two humans will interpret the information 
in the same way (i.e., it may not be interoperable).
Diagram
Diagram 131.tmp#abstractCommentString
Type witsml:abstractCommentString
Type hierarchy
Properties
final: restriction, list, union
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 4000
This value should be the smallest "maximum 
size of a variable length character type" in commonly used DBMSs. 
This is the maximum size of a VARCHAR2 in Oracle 8.
Source
<xsd:simpleType name="commentString" final="#all">
  <xsd:annotation>
    <xsd:documentation>A comment or remark intended for human consumption. There should be no assumption that semantics can be extracted from this field by a computer. Neither should there be an assumption that any two humans will interpret the information in the same way (i.e., it may not be interoperable).</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractCommentString"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:abstractCommentString
Namespace http://www.witsml.org/schemas/131
Annotations
The intended abstract supertype of all comments or remarks 
intended for human consumption. 
There should be no assumption that semantics can be extracted from the field by a computer. 
Neither should there be an assumption that any two humans will interpret the information 
in the same way (i.e., it may not be interoperable).
Diagram
Diagram 131.tmp#abstractMaximumLengthString
Type witsml:abstractMaximumLengthString
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 4000
This value should be the smallest "maximum 
size of a variable length character type" in commonly used DBMSs. 
This is the maximum size of a VARCHAR2 in Oracle 8.
Used by
Simple Type witsml:commentString
Source
<xsd:simpleType name="abstractCommentString">
  <xsd:annotation>
    <xsd:documentation>The intended abstract supertype of all comments or remarks intended for human consumption. There should be no assumption that semantics can be extracted from the field by a computer. Neither should there be an assumption that any two humans will interpret the information in the same way (i.e., it may not be interoperable).</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractMaximumLengthString"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Simple Type witsml:abstractMaximumLengthString
Namespace http://www.witsml.org/schemas/131
Annotations
This defines the maximum acceptable length of a
string that can be stored in a data base.
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 4000
This value should be the smallest "maximum 
size of a variable length character type" in commonly used DBMSs. 
This is the maximum size of a VARCHAR2 in Oracle 8.
Used by
Source
<xsd:simpleType name="abstractMaximumLengthString">
  <xsd:annotation>
    <xsd:documentation>This defines the maximum acceptable length of a string that can be stored in a data base.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractString">
    <xsd:maxLength value="4000">
      <xsd:annotation>
        <xsd:documentation>This value should be the smallest "maximum size of a variable length character type" in commonly used DBMSs. This is the maximum size of a VARCHAR2 in Oracle 8.</xsd:documentation>
      </xsd:annotation>
    </xsd:maxLength>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Simple Type witsml:descriptionString
Namespace http://www.witsml.org/schemas/131
Annotations
A textual description of something.
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Properties
final: restriction, list, union
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 256
Used by
Source
<xsd:simpleType name="descriptionString" final="#all">
  <xsd:annotation>
    <xsd:documentation>A textual description of something.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractString">
    <xsd:maxLength value="256"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:shortDescriptionString
Namespace http://www.witsml.org/schemas/131
Annotations
A short textual description of something.
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Properties
final: restriction, list, union
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 64
Source
<xsd:simpleType name="shortDescriptionString" final="#all">
  <xsd:annotation>
    <xsd:documentation>A short textual description of something.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractString">
    <xsd:maxLength value="64"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:encodedArrayString
Namespace http://www.witsml.org/schemas/131
Annotations
An encoded value or values. The encoding may utilize 
any of several xsd encodings. Something external to the value must
define the encoding. The uom attribute is optional because the value may 
be a string or unitless quantity. If the value is a measure then
the uom must be specified.
Diagram
Diagram 131.tmp#abstractMaximumLengthString NO_NAMESPACE.tmp#encodedArrayString_uom
Type extension of witsml:abstractMaximumLengthString
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:uomString optional
Source
<xsd:complexType name="encodedArrayString">
  <xsd:annotation>
    <xsd:documentation>An encoded value or values. The encoding may utilize any of several xsd encodings. Something external to the value must define the encoding. The uom attribute is optional because the value may be a string or unitless quantity. If the value is a measure then the uom must be specified.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMaximumLengthString">
      <xsd:attribute name="uom" type="witsml:uomString" use="optional"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:encodedValueString
Namespace http://www.witsml.org/schemas/131
Annotations
A single value. The encoding may utilize 
any of several xsd encodings. Something external to the value must
define the encoding.
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Properties
final: restriction, list, union
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 32
Source
<xsd:simpleType name="encodedValueString" final="#all">
  <xsd:annotation>
    <xsd:documentation>A single value. The encoding may utilize any of several xsd encodings. Something external to the value must define the encoding.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractString">
    <xsd:maxLength value="32"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:uidString
Namespace http://www.witsml.org/schemas/131
Annotations
A locally unique identifier. 
The value is not intended to convey any semantic content (e.g., it may be computer generated). 
The value is only required to be unique within a context in a document (e.g., defined via key and keyref). 
There is no guarantee that the same data in multiple documents will utilize the same uid value 
unless enforced by the source of the document (e.g., a document server).
Diagram
Diagram 131.tmp#abstractUidString
Type witsml:abstractUidString
Type hierarchy
Properties
final: restriction, list, union
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 64
pattern [^ ]*
Source
<xsd:simpleType name="uidString" final="#all">
  <xsd:annotation>
    <xsd:documentation>A locally unique identifier. The value is not intended to convey any semantic content (e.g., it may be computer generated). The value is only required to be unique within a context in a document (e.g., defined via key and keyref). There is no guarantee that the same data in multiple documents will utilize the same uid value unless enforced by the source of the document (e.g., a document server).</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractUidString"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:schemaVersionString
Namespace http://www.witsml.org/schemas/131
Annotations
The version of the schema.
The first three levels are fixed. The fourth level can vary
to represent on the constraints defined in enumerations and 
XML loader files.
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Properties
final: restriction, list, union
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 16
pattern 1\.3\.1\.([1-9]|([1-9][0-9]))
Source
<xsd:simpleType name="schemaVersionString" final="#all">
  <xsd:annotation>
    <xsd:documentation>The version of the schema. The first three levels are fixed. The fourth level can vary to represent on the constraints defined in enumerations and XML loader files.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractString">
    <xsd:maxLength value="16"/>
    <xsd:pattern value="1\.3\.1\.([1-9]|([1-9][0-9]))"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:nameStruct
Namespace http://www.witsml.org/schemas/131
Annotations
The name of something within a naming system.
Diagram
Diagram 131.tmp#abstractNameString NO_NAMESPACE.tmp#nameStruct_namingSystem
Type extension of witsml:abstractNameString
Type hierarchy
Properties
final: extension, restriction
Attributes
QName Type Fixed Default Use Annotation
namingSystem witsml:nameString optional
The naming system within the name is (hopefully) unique.
Source
<xsd:complexType name="nameStruct" final="#all">
  <xsd:annotation>
    <xsd:documentation>The name of something within a naming system.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractNameString">
      <xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">
        <xsd:annotation>
          <xsd:documentation>The naming system within the name is (hopefully) unique.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:wellKnownNameStruct
Namespace http://www.witsml.org/schemas/131
Annotations
The name of something within a mandatory naming system 
with an optional code.
Diagram
Diagram 131.tmp#abstractNameString NO_NAMESPACE.tmp#wellKnownNameStruct_namingSystem NO_NAMESPACE.tmp#wellKnownNameStruct_code
Type extension of witsml:abstractNameString
Type hierarchy
Properties
final: extension, restriction
Attributes
QName Type Fixed Default Use Annotation
code witsml:kindString optional
A unique (short) code associated with the name.
namingSystem witsml:nameString required
The naming system within the name is unique.
Source
<xsd:complexType name="wellKnownNameStruct" final="#all">
  <xsd:annotation>
    <xsd:documentation>The name of something within a mandatory naming system with an optional code.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractNameString">
      <xsd:attribute name="namingSystem" type="witsml:nameString" use="required">
        <xsd:annotation>
          <xsd:documentation>The naming system within the name is unique.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
      <xsd:attribute name="code" type="witsml:kindString" use="optional">
        <xsd:annotation>
          <xsd:documentation>A unique (short) code associated with the name.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:uncollapsedString
Namespace http://www.witsml.org/schemas/131
Annotations
A textual string that retains all whitespace.
Diagram
Diagram 131.tmp#abstractUncollapsedString
Type restriction of witsml:abstractUncollapsedString
Type hierarchy
Properties
final: restriction, list, union
Facets
minLength 1
The empty string is not allowed.
maxLength 256
Source
<xsd:simpleType name="uncollapsedString" final="#all">
  <xsd:annotation>
    <xsd:documentation>A textual string that retains all whitespace.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractUncollapsedString">
    <xsd:maxLength value="256"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:abstractUncollapsedString
Namespace http://www.witsml.org/schemas/131
Annotations
The intended abstract supertype of all strings that must maintain whitespace. 
The type abstractString should normally be used.
This type should not be used directly except to derive another type.
Diagram
Diagram
Type restriction of xsd:string
Facets
minLength 1
The empty string is not allowed.
Used by
Source
<xsd:simpleType name="abstractUncollapsedString">
  <xsd:annotation>
    <xsd:documentation>The intended abstract supertype of all strings that must maintain whitespace. The type abstractString should normally be used. This type should not be used directly except to derive another type.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:minLength value="1">
      <xsd:annotation>
        <xsd:documentation>The empty string is not allowed.</xsd:documentation>
      </xsd:annotation>
    </xsd:minLength>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Simple Type witsml:iadcBearingWearCode
Namespace http://www.witsml.org/schemas/131
Annotations
IADC bearing wear code: integer 0 - 8 or one of the letters E, F, N or X. .
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Properties
final: restriction, list, union
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 1
pattern [0-8EFNX]
Source
<xsd:simpleType name="iadcBearingWearCode" final="#all">
  <xsd:annotation>
    <xsd:documentation>IADC bearing wear code: integer 0 - 8 or one of the letters E, F, N or X. .</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractString">
    <xsd:maxLength value="1"/>
    <xsd:pattern value="[0-8EFNX]"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:geodeticZoneString
Namespace http://www.witsml.org/schemas/131
Annotations
A geodetic zone with values from 1 to 60 and a required direction 
of "N" (North) or "S" (South). For example, "21N".
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Properties
final: restriction, list, union
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 3
pattern ([1-9]|[1-5][0-9]|60)[NS]
Source
<xsd:simpleType name="geodeticZoneString" final="#all">
  <xsd:annotation>
    <xsd:documentation>A geodetic zone with values from 1 to 60 and a required direction of "N" (North) or "S" (South). For example, "21N".</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractString">
    <xsd:maxLength value="3"/>
    <xsd:pattern value="([1-9]|[1-5][0-9]|60)[NS]"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:measuredDepthCoord
Namespace http://www.witsml.org/schemas/131
Annotations
A measured depth coordinate in a wellbore. 
Positive moving from the reference datum toward the bottomhole.
All coordinates with the same datum (and same uom) can be considered to be in the same 
Coordinate Reference System and are thus directly comparable.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#measuredDepthCoord_uom NO_NAMESPACE.tmp#measuredDepthCoord_datum
Type extension of witsml:abstractMeasure
Type hierarchy
Properties
final: extension, restriction
Attributes
QName Type Fixed Default Use Annotation
datum witsml:refWellDatum optional
A pointer to the reference datum for this coordinate 
value as defined in WellDatum. This value is assumed to match the uid
value in a WellDatum.
If not given then the default WellDatum must be assumed.
uom witsml:MeasuredDepthUom required
The unit of measure of the quantity value.
Source
<xsd:complexType name="measuredDepthCoord" final="#all">
  <xsd:annotation>
    <xsd:documentation>A measured depth coordinate in a wellbore. Positive moving from the reference datum toward the bottomhole. All coordinates with the same datum (and same uom) can be considered to be in the same Coordinate Reference System and are thus directly comparable.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:MeasuredDepthUom" use="required">
        <xsd:annotation>
          <xsd:documentation>The unit of measure of the quantity value.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
      <xsd:attribute name="datum" type="witsml:refWellDatum" use="optional">
        <xsd:annotation>
          <xsd:documentation>A pointer to the reference datum for this coordinate value as defined in WellDatum. This value is assumed to match the uid value in a WellDatum. If not given then the default WellDatum must be assumed.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:MeasuredDepthUom
Namespace http://www.witsml.org/schemas/131
Annotations
The units of measure that are valid for measured depths in a wellbore.
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration m
meter
enumeration ft
International Foot
enumeration ftUS
US Survey Foot
Used by
Source
<xsd:simpleType name="MeasuredDepthUom">
  <xsd:annotation>
    <xsd:documentation>The units of measure that are valid for measured depths in a wellbore.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="m">
      <xsd:annotation>
        <xsd:documentation>meter</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ft">
      <xsd:annotation>
        <xsd:documentation>International Foot</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ftUS">
      <xsd:annotation>
        <xsd:documentation>US Survey Foot</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:wellVerticalDepthCoord
Namespace http://www.witsml.org/schemas/131
Annotations
A vertical (gravity based) depth coordinate within the context of a well.
Positive moving downward from the reference datum. 
All coordinates with the same datum (and same uom) can be considered to be in the same 
Coordinate Reference System and are thus directly comparable.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#wellVerticalDepthCoord_uom NO_NAMESPACE.tmp#wellVerticalDepthCoord_datum
Type extension of witsml:abstractMeasure
Type hierarchy
Properties
final: extension, restriction
Attributes
QName Type Fixed Default Use Annotation
datum witsml:refWellDatum optional
A pointer to the reference datum for this coordinate 
value as defined in WellDatum. 
If not given then the default WellDatum must be assumed.
uom witsml:WellVerticalCoordinateUom required
The unit of measure of the quantity value.
Source
<xsd:complexType name="wellVerticalDepthCoord" final="#all">
  <xsd:annotation>
    <xsd:documentation>A vertical (gravity based) depth coordinate within the context of a well. Positive moving downward from the reference datum. All coordinates with the same datum (and same uom) can be considered to be in the same Coordinate Reference System and are thus directly comparable.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:WellVerticalCoordinateUom" use="required">
        <xsd:annotation>
          <xsd:documentation>The unit of measure of the quantity value.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
      <xsd:attribute name="datum" type="witsml:refWellDatum" use="optional">
        <xsd:annotation>
          <xsd:documentation>A pointer to the reference datum for this coordinate value as defined in WellDatum. If not given then the default WellDatum must be assumed.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:WellVerticalCoordinateUom
Namespace http://www.witsml.org/schemas/131
Annotations
The units of measure that are valid for vertical gravity based 
coordinates (i.e., elevation or vertical depth) within the context of a well.
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration m
meter
enumeration ft
International Foot
enumeration ftUS
US Survey Foot
enumeration ftBr(65)
British Foot 1865
Used by
Source
<xsd:simpleType name="WellVerticalCoordinateUom">
  <xsd:annotation>
    <xsd:documentation>The units of measure that are valid for vertical gravity based coordinates (i.e., elevation or vertical depth) within the context of a well.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="m">
      <xsd:annotation>
        <xsd:documentation>meter</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ft">
      <xsd:annotation>
        <xsd:documentation>International Foot</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ftUS">
      <xsd:annotation>
        <xsd:documentation>US Survey Foot</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ftBr(65)">
      <xsd:annotation>
        <xsd:documentation>British Foot 1865</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:wellElevationCoord
Namespace http://www.witsml.org/schemas/131
Annotations
A vertical (gravity based) elevation coordinate within the context of a well.
Positive moving upward from the reference datum.  
All coordinates with the same datum (and same uom) can be considered to be in the same 
Coordinate Reference System and are thus directly comparable.
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#wellElevationCoord_uom NO_NAMESPACE.tmp#wellElevationCoord_datum
Type extension of witsml:abstractMeasure
Type hierarchy
Properties
final: extension, restriction
Attributes
QName Type Fixed Default Use Annotation
datum witsml:refWellDatum optional
A pointer to the reference datum for this coordinate 
value as defined in WellDatum. 
If not given then the default WellDatum must be assumed.
uom witsml:WellVerticalCoordinateUom required
The unit of measure of the quantity value.
If not given then the default unit of measure of the explicitly
or implicitly given datum must be assumed.
Source
<xsd:complexType name="wellElevationCoord" final="#all">
  <xsd:annotation>
    <xsd:documentation>A vertical (gravity based) elevation coordinate within the context of a well. Positive moving upward from the reference datum. All coordinates with the same datum (and same uom) can be considered to be in the same Coordinate Reference System and are thus directly comparable.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:WellVerticalCoordinateUom" use="required">
        <xsd:annotation>
          <xsd:documentation>The unit of measure of the quantity value. If not given then the default unit of measure of the explicitly or implicitly given datum must be assumed.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
      <xsd:attribute name="datum" type="witsml:refWellDatum" use="optional">
        <xsd:annotation>
          <xsd:documentation>A pointer to the reference datum for this coordinate value as defined in WellDatum. If not given then the default WellDatum must be assumed.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:positiveCount
Namespace http://www.witsml.org/schemas/131
Annotations
A positive integer (one based count or index).
Diagram
Diagram 131.tmp#abstractPositiveCount
Type restriction of witsml:abstractPositiveCount
Type hierarchy
Properties
final: restriction, list, union
Facets
minInclusive 1
This value cannot be negative or zero.
pattern ([\-+]?[0-9]+) & (.+)
Used by
Source
<xsd:simpleType name="positiveCount" final="#all">
  <xsd:annotation>
    <xsd:documentation>A positive integer (one based count or index).</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractPositiveCount">
    <xsd:minInclusive value="1">
      <xsd:annotation>
        <xsd:documentation>This value cannot be negative or zero.</xsd:documentation>
      </xsd:annotation>
    </xsd:minInclusive>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:positiveBigCount
Namespace http://www.witsml.org/schemas/131
Annotations
A large positive integer (one based count or index) with a maximum value of 2,147,483,647 (4-bytes).
Diagram
Diagram 131.tmp#abstractInt
Type restriction of witsml:abstractInt
Type hierarchy
Properties
final: restriction, list, union
Facets
minInclusive 1
This value cannot be negative or zero.
pattern ([\-+]?[0-9]+) & (.+)
Source
<xsd:simpleType name="positiveBigCount" final="#all">
  <xsd:annotation>
    <xsd:documentation>A large positive integer (one based count or index) with a maximum value of 2,147,483,647 (4-bytes).</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractInt">
    <xsd:minInclusive value="1">
      <xsd:annotation>
        <xsd:documentation>This value cannot be negative or zero.</xsd:documentation>
      </xsd:annotation>
    </xsd:minInclusive>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:abstractInt
Namespace http://www.witsml.org/schemas/131
Annotations
This type disallows an "empty" int value.
This type should not be used directly except to derive another type.
Diagram
Diagram
Type restriction of xsd:int
Facets
pattern ([\-+]?[0-9]+) & (.+)
Used by
Source
<xsd:simpleType name="abstractInt">
  <xsd:annotation>
    <xsd:documentation>This type disallows an "empty" int value. This type should not be used directly except to derive another type.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:int">
    <xsd:pattern value=".+"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_baseType.xsd
Simple Type witsml:integerCount
Namespace http://www.witsml.org/schemas/131
Annotations
A positive or negative count with a maximum positive value of 2147483647 (4-bytes).
Diagram
Diagram 131.tmp#abstractInt
Type witsml:abstractInt
Type hierarchy
Properties
final: restriction, list, union
Facets
pattern ([\-+]?[0-9]+) & (.+)
Source
<xsd:simpleType name="integerCount" final="#all">
  <xsd:annotation>
    <xsd:documentation>A positive or negative count with a maximum positive value of 2147483647 (4-bytes).</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractInt"/>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:beaufortScaleIntegerCode
Namespace http://www.witsml.org/schemas/131
Annotations
An estimate wind strength based on the Beaufort Wind Scale. 
Values range from 0 (calm) to 12 (hurricane).
Diagram
Diagram 131.tmp#abstractShort
Type restriction of witsml:abstractShort
Type hierarchy
Properties
final: restriction, list, union
Facets
maxInclusive 12
minInclusive 0
pattern ([\-+]?[0-9]+) & (.+)
Source
<xsd:simpleType name="beaufortScaleIntegerCode" final="#all">
  <xsd:annotation>
    <xsd:documentation>An estimate wind strength based on the Beaufort Wind Scale. Values range from 0 (calm) to 12 (hurricane).</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractShort">
    <xsd:minInclusive value="0"/>
    <xsd:maxInclusive value="12"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:pumpActionIntegerCode
Namespace http://www.witsml.org/schemas/131
Annotations
Pump Action: 1 = Single acting, 2 = double acting.
Diagram
Diagram 131.tmp#abstractShort
Type restriction of witsml:abstractShort
Type hierarchy
Properties
final: restriction, list, union
Facets
maxInclusive 2
minInclusive 1
pattern ([\-+]?[0-9]+) & (.+)
Source
<xsd:simpleType name="pumpActionIntegerCode" final="#all">
  <xsd:annotation>
    <xsd:documentation>Pump Action: 1 = Single acting, 2 = double acting.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractShort">
    <xsd:minInclusive value="1"/>
    <xsd:maxInclusive value="2"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:iadcIntegerCode
Namespace http://www.witsml.org/schemas/131
Annotations
IADC codes: 0 to 8.
Diagram
Diagram 131.tmp#abstractShort
Type restriction of witsml:abstractShort
Type hierarchy
Properties
final: restriction, list, union
Facets
maxInclusive 8
minInclusive 0
pattern ([\-+]?[0-9]+) & (.+)
Source
<xsd:simpleType name="iadcIntegerCode" final="#all">
  <xsd:annotation>
    <xsd:documentation>IADC codes: 0 to 8.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractShort">
    <xsd:minInclusive value="0"/>
    <xsd:maxInclusive value="8"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:levelIntegerCode
Namespace http://www.witsml.org/schemas/131
Annotations
Integer level code from 1 through 5.
Diagram
Diagram 131.tmp#abstractShort
Type restriction of witsml:abstractShort
Type hierarchy
Properties
final: restriction, list, union
Facets
maxInclusive 8
minInclusive 0
pattern ([\-+]?[0-9]+) & (.+)
Source
<xsd:simpleType name="levelIntegerCode" final="#all">
  <xsd:annotation>
    <xsd:documentation>Integer level code from 1 through 5.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractShort">
    <xsd:minInclusive value="0"/>
    <xsd:maxInclusive value="8"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:cost
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble NO_NAMESPACE.tmp#cost_currency
Type extension of witsml:abstractDouble
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
currency witsml:kindString optional
Source
<xsd:complexType name="cost">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractDouble">
      <xsd:attribute name="currency" type="witsml:kindString" use="optional"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Complex Type witsml:indexedObject
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum NO_NAMESPACE.tmp#indexedObject_index NO_NAMESPACE.tmp#indexedObject_name NO_NAMESPACE.tmp#indexedObject_uom NO_NAMESPACE.tmp#indexedObject_description
Type extension of witsml:abstractTypeEnum
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
description witsml:descriptionString optional
index witsml:positiveCount required
Indexes things with the same name. 
That is the first one, the second one, etc.
name witsml:kindString optional
uom witsml:uomString optional
Source
<xsd:complexType name="indexedObject">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractTypeEnum">
      <xsd:attribute name="index" type="witsml:positiveCount" use="required">
        <xsd:annotation>
          <xsd:documentation>Indexes things with the same name. That is the first one, the second one, etc.</xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
      <xsd:attribute name="name" type="witsml:kindString" use="optional"/>
      <xsd:attribute name="uom" type="witsml:uomString" use="optional"/>
      <xsd:attribute name="description" type="witsml:descriptionString" use="optional"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:str2
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 2
Source
<xsd:simpleType name="str2">
  <xsd:restriction base="witsml:abstractString">
    <xsd:maxLength value="2"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:str16
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractString
Type restriction of witsml:abstractString
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 16
Source
<xsd:simpleType name="str16">
  <xsd:restriction base="witsml:abstractString">
    <xsd:maxLength value="16"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_dataTypes.xsd
Simple Type witsml:ActivityClassType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration planned
enumeration unplanned
enumeration downtime
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="ActivityClassType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="planned">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unplanned">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="downtime">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:ActivityCode
Namespace http://www.witsml.org/schemas/131
Annotations
Activity codes.
The list of standard values is contained in the WITSML enumValues.xml file.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
Source
<xsd:simpleType name="ActivityCode">
  <xsd:annotation>
    <xsd:documentation>Activity codes. The list of standard values is contained in the WITSML enumValues.xml file.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:ArrayElementDataType
Namespace http://www.witsml.org/schemas/131
Annotations
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
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration boolean
enumeration integer 8 bit
enumeration integer 16 bit
enumeration integer 32 bit
enumeration integer 64 bit
enumeration IEEE float 32 bit
enumeration IEEE float 64 bit
Source
<xsd:simpleType name="ArrayElementDataType">
  <xsd:annotation>
    <xsd: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 ].</xsd:documentation>
  </xsd:annotation>
  <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>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:BearingType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration oil seal
enumeration mud lube
enumeration other
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="BearingType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="oil seal">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud lube">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:BitDullCode
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent a classification of a drill bit based 
on its reason for being declared inoperable, as originally defined by the IADC.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration BC
Broken Cone
enumeration BT
Broken teeth/cutters
enumeration BU
Balled Up
enumeration CC
Cracked Cone
enumeration CD
Cone Dragged
enumeration CI
Cone Interference
enumeration CR
Cored
enumeration CT
Chipped Teeth
enumeration ER
Erosion
enumeration FC
Flat Crested Wear
enumeration HC
Heat Checking
enumeration JD
Junk Damage
enumeration LC
Lost Nozzle
enumeration LN
Lost Nozzle
enumeration LT
Lost Teeth/Cutters
enumeration NO
No Dull/No Other Wear
enumeration OC
Off-Center Wear
enumeration PB
Pinched Bit
enumeration PN
Plugged Nozzle
enumeration RG
Rounded Gauge
enumeration RO
Ring Out
enumeration SD
Shirttail Damage
enumeration SS
Self-Sharpening Wear
enumeration TR
Tracking
enumeration WO
WashOut on Bit
enumeration WT
Worn Teeth/Cutters
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="BitDullCode">
  <xsd:annotation>
    <xsd:documentation>These values represent a classification of a drill bit based on its reason for being declared inoperable, as originally defined by the IADC.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="BC">
      <xsd:annotation>
        <xsd:documentation>Broken Cone</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="BT">
      <xsd:annotation>
        <xsd:documentation>Broken teeth/cutters</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="BU">
      <xsd:annotation>
        <xsd:documentation>Balled Up</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CC">
      <xsd:annotation>
        <xsd:documentation>Cracked Cone</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CD">
      <xsd:annotation>
        <xsd:documentation>Cone Dragged</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CI">
      <xsd:annotation>
        <xsd:documentation>Cone Interference</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CR">
      <xsd:annotation>
        <xsd:documentation>Cored</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CT">
      <xsd:annotation>
        <xsd:documentation>Chipped Teeth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ER">
      <xsd:annotation>
        <xsd:documentation>Erosion</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="FC">
      <xsd:annotation>
        <xsd:documentation>Flat Crested Wear</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="HC">
      <xsd:annotation>
        <xsd:documentation>Heat Checking</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="JD">
      <xsd:annotation>
        <xsd:documentation>Junk Damage</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="LC">
      <xsd:annotation>
        <xsd:documentation>Lost Nozzle</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="LN">
      <xsd:annotation>
        <xsd:documentation>Lost Nozzle</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="LT">
      <xsd:annotation>
        <xsd:documentation>Lost Teeth/Cutters</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="NO">
      <xsd:annotation>
        <xsd:documentation>No Dull/No Other Wear</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="OC">
      <xsd:annotation>
        <xsd:documentation>Off-Center Wear</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="PB">
      <xsd:annotation>
        <xsd:documentation>Pinched Bit</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="PN">
      <xsd:annotation>
        <xsd:documentation>Plugged Nozzle</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="RG">
      <xsd:annotation>
        <xsd:documentation>Rounded Gauge</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="RO">
      <xsd:annotation>
        <xsd:documentation>Ring Out</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="SD">
      <xsd:annotation>
        <xsd:documentation>Shirttail Damage</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="SS">
      <xsd:annotation>
        <xsd:documentation>Self-Sharpening Wear</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="TR">
      <xsd:annotation>
        <xsd:documentation>Tracking</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="WO">
      <xsd:annotation>
        <xsd:documentation>WashOut on Bit</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="WT">
      <xsd:annotation>
        <xsd:documentation>Worn Teeth/Cutters</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:BitReasonPulled
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the reason for pulling a drill bit 
from the wellbore, as originally defined by the IADC.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration BHA
Change Bottom Hole Assembly
enumeration CM
Condition Mud
enumeration CP
Core Point
enumeration DMF
Downhole Motor Failure
enumeration DP
Drill Plug
enumeration DST
Drill Stem Test
enumeration DTF
Downhole Tool Failure
enumeration FM
Formation Change
enumeration HP
Hole Problems
enumeration HR
Hours on Bit
enumeration LOG
Run Logs
enumeration PP
Pump Pressure
enumeration PR
Penetration Rate
enumeration RIG
Rig Repairs
enumeration TD
Total Depth/Casing Depth
enumeration TQ
Torque
enumeration TW
Twist Off
enumeration WC
Weather Conditions
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="BitReasonPulled">
  <xsd:annotation>
    <xsd:documentation>These values represent the reason for pulling a drill bit from the wellbore, as originally defined by the IADC.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="BHA">
      <xsd:annotation>
        <xsd:documentation>Change Bottom Hole Assembly</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CM">
      <xsd:annotation>
        <xsd:documentation>Condition Mud</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CP">
      <xsd:annotation>
        <xsd:documentation>Core Point</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DMF">
      <xsd:annotation>
        <xsd:documentation>Downhole Motor Failure</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DP">
      <xsd:annotation>
        <xsd:documentation>Drill Plug</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DST">
      <xsd:annotation>
        <xsd:documentation>Drill Stem Test</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DTF">
      <xsd:annotation>
        <xsd:documentation>Downhole Tool Failure</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="FM">
      <xsd:annotation>
        <xsd:documentation>Formation Change</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="HP">
      <xsd:annotation>
        <xsd:documentation>Hole Problems</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="HR">
      <xsd:annotation>
        <xsd:documentation>Hours on Bit</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="LOG">
      <xsd:annotation>
        <xsd:documentation>Run Logs</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="PP">
      <xsd:annotation>
        <xsd:documentation>Pump Pressure</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="PR">
      <xsd:annotation>
        <xsd:documentation>Penetration Rate</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="RIG">
      <xsd:annotation>
        <xsd:documentation>Rig Repairs</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="TD">
      <xsd:annotation>
        <xsd:documentation>Total Depth/Casing Depth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="TQ">
      <xsd:annotation>
        <xsd:documentation>Torque</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="TW">
      <xsd:annotation>
        <xsd:documentation>Twist Off</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="WC">
      <xsd:annotation>
        <xsd:documentation>Weather Conditions</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:BitType
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the type of drill/core bit.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration diamond
Diamond bit
enumeration diamond core
Diamond core bit
enumeration insert roller cone
Insert roller cone bit
enumeration PDC
polycrystalline diamond compact fixed cutter bit
enumeration PDC core
polycrystalline diamond compact core bit
enumeration roller cone
Milled tooth roller cone bit
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="BitType">
  <xsd:annotation>
    <xsd:documentation>These values represent the type of drill/core bit.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="diamond">
      <xsd:annotation>
        <xsd:documentation>Diamond bit</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="diamond core">
      <xsd:annotation>
        <xsd:documentation>Diamond core bit</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="insert roller cone">
      <xsd:annotation>
        <xsd:documentation>Insert roller cone bit</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="PDC">
      <xsd:annotation>
        <xsd:documentation>polycrystalline diamond compact fixed cutter bit</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="PDC core">
      <xsd:annotation>
        <xsd:documentation>polycrystalline diamond compact core bit</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="roller cone">
      <xsd:annotation>
        <xsd:documentation>Milled tooth roller cone bit</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:BhaStatus
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration final
enumeration progress
enumeration plan
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="BhaStatus">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="final">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="progress">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="plan">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:BladeShapeType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration dynamic
enumeration melon
enumeration spiral
enumeration straight
enumeration variable
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="BladeShapeType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="dynamic">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="melon">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="spiral">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="straight">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="variable">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:BladeType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration clamp-on
enumeration integral
enumeration sleeve
enumeration welded
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="BladeType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="clamp-on">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="integral">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sleeve">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="welded">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:BopType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration annular preventer
enumeration shear ram
enumeration blind ram
enumeration pipe ram
enumeration drilling spool
enumeration flexible joint
enumeration connector
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="BopType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="annular preventer">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shear ram">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="blind ram">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="pipe ram">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drilling spool">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="flexible joint">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="connector">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:BoxPinConfig
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the type of Box/Pin configuration.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration bottom box, top box
Bottom box, top box
enumeration bottom box, top pin
Bottom box, top pin
enumeration bottom pin top box
Bottom pin top box
enumeration bottom pin
Bottom pin
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="BoxPinConfig">
  <xsd:annotation>
    <xsd:documentation>These values represent the type of Box/Pin configuration.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="bottom box, top box">
      <xsd:annotation>
        <xsd:documentation>Bottom box, top box</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bottom box, top pin">
      <xsd:annotation>
        <xsd:documentation>Bottom box, top pin</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bottom pin top box">
      <xsd:annotation>
        <xsd:documentation>Bottom pin top box</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bottom pin">
      <xsd:annotation>
        <xsd:documentation>Bottom pin</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:CementJobType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration primary
enumeration plug
enumeration squeeze
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="CementJobType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="primary">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="plug">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="squeeze">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:ConnectionPosition
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the position of a connection.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration both
The connection is the same at both ends of the component
enumeration bottom
This connection is only at the bottom of the component
enumeration top
This connection is only at the top of the component
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="ConnectionPosition">
  <xsd:annotation>
    <xsd:documentation>These values represent the position of a connection.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="both">
      <xsd:annotation>
        <xsd:documentation>The connection is the same at both ends of the component</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bottom">
      <xsd:annotation>
        <xsd:documentation>This connection is only at the bottom of the component</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="top">
      <xsd:annotation>
        <xsd:documentation>This connection is only at the top of the component</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:DeflectionMethod
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent method used to direct the 
deviation of the trajectory.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration point bit
Rotary Steerable System that deviates a 
wellbore by tilting the bit to point it in the desired 
direction.
enumeration push bit
Rotary Steerable System that deviates 
a wellbore by inducing a side force to push the bit in 
the desired direction.
Source
<xsd:simpleType name="DeflectionMethod">
  <xsd:annotation>
    <xsd:documentation>These values represent method used to direct the deviation of the trajectory.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="point bit">
      <xsd:annotation>
        <xsd:documentation>Rotary Steerable System that deviates a wellbore by tilting the bit to point it in the desired direction.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="push bit">
      <xsd:annotation>
        <xsd:documentation>Rotary Steerable System that deviates a wellbore by inducing a side force to push the bit in the desired direction.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:DerrickType
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the type of drilling derrick.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration double
2 stand capacity derrick
enumeration quadruple
4 stand capacity derrick
enumeration slant
Slant derrick
enumeration triple
3 stand capacity derrick
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="DerrickType">
  <xsd:annotation>
    <xsd:documentation>These values represent the type of drilling derrick.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="double">
      <xsd:annotation>
        <xsd:documentation>2 stand capacity derrick</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="quadruple">
      <xsd:annotation>
        <xsd:documentation>4 stand capacity derrick</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="slant">
      <xsd:annotation>
        <xsd:documentation>Slant derrick</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="triple">
      <xsd:annotation>
        <xsd:documentation>3 stand capacity derrick</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:DrawWorksType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration mechanical
enumeration standard electric
enumeration diesel electric
enumeration ram rig
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="DrawWorksType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="mechanical">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="standard electric">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="diesel electric">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ram rig">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:DriveType
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the type of work string drive (rotary system).
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration coiled tubing
Coiled tubing rig
enumeration rotary kelly drive
Kelly drive system
enumeration top drive
Top Drive
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="DriveType">
  <xsd:annotation>
    <xsd:documentation>These values represent the type of work string drive (rotary system).</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="coiled tubing">
      <xsd:annotation>
        <xsd:documentation>Coiled tubing rig</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="rotary kelly drive">
      <xsd:annotation>
        <xsd:documentation>Kelly drive system</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="top drive">
      <xsd:annotation>
        <xsd:documentation>Top Drive</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:ElevCodeEnum
Namespace http://www.witsml.org/schemas/131
Annotations
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
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration CF
casing flange: A flange affixed to the top of the 
casing string used to attach production equipment.
enumeration CV
crown valve
enumeration DF
derrick floor
enumeration GL
ground level
enumeration KB
kelly bushing
enumeration RB
rotary bushing
enumeration RT
rotary table
enumeration SF
sea floor
enumeration LAT
Lowest Astronomical Tide. The lowest tide level
over the duration of the National Tidal Datum Epoch (19 years).
enumeration SL
Mean Sea Level - A tidal datum. The arithmetic mean 
of hourly heights observed over the National Tidal Datum Epoch (19 years).
enumeration MHHW
Mean Higher High Water - A tidal datum. The average of 
the higher high water height of each tidal day observed over the National 
Tidal Datum Epoch (19 years).
enumeration MHW
Mean High Water - A tidal datum. The average of all the 
high water heights observed over the National Tidal Datum Epoch (19 years).
enumeration MLLW
Mean Lower Low Water -  A tidal datum. The average of the 
lower low water height of each tidal day observed over the National Tidal 
Datum Epoch (19 years ).
enumeration MLW
Mean Low Water - A tidal datum. The average of all the 
low water heights observed over the National Tidal Datum Epoch (19 years).
enumeration MTL
Mean Tide Level - A tidal datum. The arithmetic mean of mean 
high water and mean low water. Same as half-tide level.
enumeration KO
kickoff point
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="ElevCodeEnum">
  <xsd:annotation>
    <xsd: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).</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="CF">
      <xsd:annotation>
        <xsd:documentation>casing flange: A flange affixed to the top of the casing string used to attach production equipment.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CV">
      <xsd:annotation>
        <xsd:documentation>crown valve</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DF">
      <xsd:annotation>
        <xsd:documentation>derrick floor</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="GL">
      <xsd:annotation>
        <xsd:documentation>ground level</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="KB">
      <xsd:annotation>
        <xsd:documentation>kelly bushing</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="RB">
      <xsd:annotation>
        <xsd:documentation>rotary bushing</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="RT">
      <xsd:annotation>
        <xsd:documentation>rotary table</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="SF">
      <xsd:annotation>
        <xsd:documentation>sea floor</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="LAT">
      <xsd:annotation>
        <xsd:documentation>Lowest Astronomical Tide. The lowest tide level over the duration of the National Tidal Datum Epoch (19 years).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="SL">
      <xsd:annotation>
        <xsd:documentation>Mean Sea Level - A tidal datum. The arithmetic mean of hourly heights observed over the National Tidal Datum Epoch (19 years).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="MHHW">
      <xsd:annotation>
        <xsd:documentation>Mean Higher High Water - A tidal datum. The average of the higher high water height of each tidal day observed over the National Tidal Datum Epoch (19 years).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="MHW">
      <xsd:annotation>
        <xsd:documentation>Mean High Water - A tidal datum. The average of all the high water heights observed over the National Tidal Datum Epoch (19 years).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="MLLW">
      <xsd:annotation>
        <xsd:documentation>Mean Lower Low Water - A tidal datum. The average of the lower low water height of each tidal day observed over the National Tidal Datum Epoch (19 years ).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="MLW">
      <xsd:annotation>
        <xsd:documentation>Mean Low Water - A tidal datum. The average of all the low water heights observed over the National Tidal Datum Epoch (19 years).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="MTL">
      <xsd:annotation>
        <xsd:documentation>Mean Tide Level - A tidal datum. The arithmetic mean of mean high water and mean low water. Same as half-tide level.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="KO">
      <xsd:annotation>
        <xsd:documentation>kickoff point</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:Ellipsoid
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the type of ellipsoid (spheroid) 
defining geographic or planar coordinates.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration AGD66
Australian Old
enumeration AIRY_MOD
Modified Airy
enumeration AIRY30
Airy 1830
enumeration AIRY49
Airy 1849
enumeration AUST_NAT
Australian National Same as KAU63 and SA69
enumeration BESL-DHD
Bessel Modified
enumeration BESL-NGL
Bessel - NGO 1948
enumeration BESL-RT9
Bessel - RT90
enumeration BESS41
Bessel 1841
enumeration BESSNAM
Bessel 1841 for Namibia
enumeration BOGOTA
BOGOTA (International 1924)
enumeration CL58
Clarke 1858
enumeration CL58-1
Clarke 1858-1
enumeration CL66
Clarke 1866
enumeration CL66-M
Clarke 1866 for Michigan
enumeration CL80
Clarke 1880
enumeration CL80-A
Clarke 1880 variation A
enumeration CL80-B
Clarke 1880 variation B
enumeration CL80-I
Clarke 1880 IGN
enumeration CL80-J
Clarke 1880 for Jamaica
enumeration CL80-M
Clarke 1880 for Merchich
enumeration CL80-P
Clarke 1880 for Palestine
enumeration CMPOINCH
CAMPO INCH (International 1924)
enumeration DAN
Danish
enumeration DELA
DELAMBRE 1810
enumeration ED50
ED50 (International 1924)
enumeration EGYPT07
EGYPT07 (Helmert 1906)
enumeration EVER
Everest 1830 - Indian
enumeration EVER48
Everest 1948
enumeration EVER56
Everest 1956
enumeration EVER69
Everest 1969
enumeration EVER-BR
Everest Brunei
enumeration EVERMOD
Modified Everest
enumeration EVER-P
Everest Pakistan
enumeration EVER-TM
Everest 1830 (modified) Timbalai
enumeration EVTM
Everest - Timbali
enumeration FISC60
"Fischer 1960 aka ""Mercury"""
enumeration FISC60MOD
Fischer 1960 Modified
enumeration FISC68
"Fischer 1968 aka ""Modified Mercury"""
enumeration FISCMOD
"Modified Fischer 1960 aka ""South Asia"""
enumeration GDA94
GDA94 - Australia
enumeration GRS67
Geodetic Reference System 1967
enumeration GRS80
Geodetic Reference System 1980
enumeration HAY09
Hayford 1909
enumeration HEIS
Heiskanen 1929
enumeration HEL06
Helmert 1906
enumeration HEL07
Helmert 1907
enumeration HOUG
Hough 1956
enumeration IAG-75
IAG 75
enumeration INDIAN75
INDIAN75 (Everest 1930)
enumeration INDO-74
INDO74 (Indonesian 1974)
enumeration INT24
International 1924
enumeration IUGG67
IUGG 1967
enumeration IUGG75
IUGG 1975
enumeration JEFF48
Jeffreys 1948
enumeration KAU63
Kaula 1963 Same as AUST_NAT and SA69
enumeration KRSV
Krassovsky
enumeration MERIT83
MERIT83
enumeration NAD27
NAD27 (Clarke 1866)
enumeration NAHRAN
NAHRAN (Clarke 1880)
enumeration NEWINT67
New International 1967
enumeration NWL-10D
NWL 10D
enumeration NWL-9D
NWL 9D
enumeration OSGB36
OSGB36 (Airy 1830)
enumeration OSU86F
OSU86F
enumeration OSU91A
OSU91A
enumeration PLESSIS-1817
Plessis 1817
enumeration PSAD56
PSAD56 (International 1924)
enumeration PTNOIRE
Pointe Noire 1948
enumeration SA69
South American 1969
enumeration SPHR
Sphere of radius 6370997
enumeration STRU
Struve 1860
enumeration WALB
Walbeck
enumeration WAR24
War Office 1924
enumeration WGS60
World Geodetic System 1960
enumeration WGS66
World Geodetic System 1966
enumeration WGS72
World Geodetic System 1972
enumeration WGS84
World Geodetic System 1984
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="Ellipsoid">
  <xsd:annotation>
    <xsd:documentation>These values represent the type of ellipsoid (spheroid) defining geographic or planar coordinates.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="AGD66">
      <xsd:annotation>
        <xsd:documentation>Australian Old</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="AIRY_MOD">
      <xsd:annotation>
        <xsd:documentation>Modified Airy</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="AIRY30">
      <xsd:annotation>
        <xsd:documentation>Airy 1830</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="AIRY49">
      <xsd:annotation>
        <xsd:documentation>Airy 1849</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="AUST_NAT">
      <xsd:annotation>
        <xsd:documentation>Australian National Same as KAU63 and SA69</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="BESL-DHD">
      <xsd:annotation>
        <xsd:documentation>Bessel Modified</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="BESL-NGL">
      <xsd:annotation>
        <xsd:documentation>Bessel - NGO 1948</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="BESL-RT9">
      <xsd:annotation>
        <xsd:documentation>Bessel - RT90</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="BESS41">
      <xsd:annotation>
        <xsd:documentation>Bessel 1841</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="BESSNAM">
      <xsd:annotation>
        <xsd:documentation>Bessel 1841 for Namibia</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="BOGOTA">
      <xsd:annotation>
        <xsd:documentation>BOGOTA (International 1924)</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CL58">
      <xsd:annotation>
        <xsd:documentation>Clarke 1858</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CL58-1">
      <xsd:annotation>
        <xsd:documentation>Clarke 1858-1</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CL66">
      <xsd:annotation>
        <xsd:documentation>Clarke 1866</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CL66-M">
      <xsd:annotation>
        <xsd:documentation>Clarke 1866 for Michigan</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CL80">
      <xsd:annotation>
        <xsd:documentation>Clarke 1880</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CL80-A">
      <xsd:annotation>
        <xsd:documentation>Clarke 1880 variation A</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CL80-B">
      <xsd:annotation>
        <xsd:documentation>Clarke 1880 variation B</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CL80-I">
      <xsd:annotation>
        <xsd:documentation>Clarke 1880 IGN</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CL80-J">
      <xsd:annotation>
        <xsd:documentation>Clarke 1880 for Jamaica</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CL80-M">
      <xsd:annotation>
        <xsd:documentation>Clarke 1880 for Merchich</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CL80-P">
      <xsd:annotation>
        <xsd:documentation>Clarke 1880 for Palestine</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CMPOINCH">
      <xsd:annotation>
        <xsd:documentation>CAMPO INCH (International 1924)</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DAN">
      <xsd:annotation>
        <xsd:documentation>Danish</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DELA">
      <xsd:annotation>
        <xsd:documentation>DELAMBRE 1810</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ED50">
      <xsd:annotation>
        <xsd:documentation>ED50 (International 1924)</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="EGYPT07">
      <xsd:annotation>
        <xsd:documentation>EGYPT07 (Helmert 1906)</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="EVER">
      <xsd:annotation>
        <xsd:documentation>Everest 1830 - Indian</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="EVER48">
      <xsd:annotation>
        <xsd:documentation>Everest 1948</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="EVER56">
      <xsd:annotation>
        <xsd:documentation>Everest 1956</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="EVER69">
      <xsd:annotation>
        <xsd:documentation>Everest 1969</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="EVER-BR">
      <xsd:annotation>
        <xsd:documentation>Everest Brunei</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="EVERMOD">
      <xsd:annotation>
        <xsd:documentation>Modified Everest</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="EVER-P">
      <xsd:annotation>
        <xsd:documentation>Everest Pakistan</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="EVER-TM">
      <xsd:annotation>
        <xsd:documentation>Everest 1830 (modified) Timbalai</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="EVTM">
      <xsd:annotation>
        <xsd:documentation>Everest - Timbali</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="FISC60">
      <xsd:annotation>
        <xsd:documentation>"Fischer 1960 aka ""Mercury"""</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="FISC60MOD">
      <xsd:annotation>
        <xsd:documentation>Fischer 1960 Modified</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="FISC68">
      <xsd:annotation>
        <xsd:documentation>"Fischer 1968 aka ""Modified Mercury"""</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="FISCMOD">
      <xsd:annotation>
        <xsd:documentation>"Modified Fischer 1960 aka ""South Asia"""</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="GDA94">
      <xsd:annotation>
        <xsd:documentation>GDA94 - Australia</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="GRS67">
      <xsd:annotation>
        <xsd:documentation>Geodetic Reference System 1967</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="GRS80">
      <xsd:annotation>
        <xsd:documentation>Geodetic Reference System 1980</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="HAY09">
      <xsd:annotation>
        <xsd:documentation>Hayford 1909</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="HEIS">
      <xsd:annotation>
        <xsd:documentation>Heiskanen 1929</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="HEL06">
      <xsd:annotation>
        <xsd:documentation>Helmert 1906</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="HEL07">
      <xsd:annotation>
        <xsd:documentation>Helmert 1907</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="HOUG">
      <xsd:annotation>
        <xsd:documentation>Hough 1956</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="IAG-75">
      <xsd:annotation>
        <xsd:documentation>IAG 75</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="INDIAN75">
      <xsd:annotation>
        <xsd:documentation>INDIAN75 (Everest 1930)</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="INDO-74">
      <xsd:annotation>
        <xsd:documentation>INDO74 (Indonesian 1974)</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="INT24">
      <xsd:annotation>
        <xsd:documentation>International 1924</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="IUGG67">
      <xsd:annotation>
        <xsd:documentation>IUGG 1967</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="IUGG75">
      <xsd:annotation>
        <xsd:documentation>IUGG 1975</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="JEFF48">
      <xsd:annotation>
        <xsd:documentation>Jeffreys 1948</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="KAU63">
      <xsd:annotation>
        <xsd:documentation>Kaula 1963 Same as AUST_NAT and SA69</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="KRSV">
      <xsd:annotation>
        <xsd:documentation>Krassovsky</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="MERIT83">
      <xsd:annotation>
        <xsd:documentation>MERIT83</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="NAD27">
      <xsd:annotation>
        <xsd:documentation>NAD27 (Clarke 1866)</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="NAHRAN">
      <xsd:annotation>
        <xsd:documentation>NAHRAN (Clarke 1880)</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="NEWINT67">
      <xsd:annotation>
        <xsd:documentation>New International 1967</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="NWL-10D">
      <xsd:annotation>
        <xsd:documentation>NWL 10D</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="NWL-9D">
      <xsd:annotation>
        <xsd:documentation>NWL 9D</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="OSGB36">
      <xsd:annotation>
        <xsd:documentation>OSGB36 (Airy 1830)</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="OSU86F">
      <xsd:annotation>
        <xsd:documentation>OSU86F</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="OSU91A">
      <xsd:annotation>
        <xsd:documentation>OSU91A</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="PLESSIS-1817">
      <xsd:annotation>
        <xsd:documentation>Plessis 1817</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="PSAD56">
      <xsd:annotation>
        <xsd:documentation>PSAD56 (International 1924)</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="PTNOIRE">
      <xsd:annotation>
        <xsd:documentation>Pointe Noire 1948</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="SA69">
      <xsd:annotation>
        <xsd:documentation>South American 1969</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="SPHR">
      <xsd:annotation>
        <xsd:documentation>Sphere of radius 6370997</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="STRU">
      <xsd:annotation>
        <xsd:documentation>Struve 1860</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="WALB">
      <xsd:annotation>
        <xsd:documentation>Walbeck</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="WAR24">
      <xsd:annotation>
        <xsd:documentation>War Office 1924</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="WGS60">
      <xsd:annotation>
        <xsd:documentation>World Geodetic System 1960</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="WGS66">
      <xsd:annotation>
        <xsd:documentation>World Geodetic System 1966</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="WGS72">
      <xsd:annotation>
        <xsd:documentation>World Geodetic System 1972</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="WGS84">
      <xsd:annotation>
        <xsd:documentation>World Geodetic System 1984</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:FiberMode
Namespace http://www.witsml.org/schemas/131
Annotations
The mode of a Distributed Temperature Survey (DTS) fiber.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration singlemode
A single, narrow, core of constant refractive index, 
surrounded by glass cladding. The core diameter is comparable to a 
wave length of the light (about 5 um).
enumeration multimode
The core has a graded refractive index. The 
core is generally about 50um in diameter.
enumeration other
The fiber mode is neither singlemode or multimode.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="FiberMode">
  <xsd:annotation>
    <xsd:documentation>The mode of a Distributed Temperature Survey (DTS) fiber.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="singlemode">
      <xsd:annotation>
        <xsd:documentation>A single, narrow, core of constant refractive index, surrounded by glass cladding. The core diameter is comparable to a wave length of the light (about 5 um).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="multimode">
      <xsd:annotation>
        <xsd:documentation>The core has a graded refractive index. The core is generally about 50um in diameter.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation>The fiber mode is neither singlemode or multimode.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:GasPeakType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration circulating background gas
enumeration connection gas
enumeration drilling background gas
enumeration drilling gas peak
enumeration flow check gas
enumeration no readings
enumeration other
enumeration shut down gas
enumeration trip gas
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="GasPeakType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="circulating background gas">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="connection gas">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drilling background gas">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drilling gas peak">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="flow check gas">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="no readings">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shut down gas">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="trip gas">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:GeodeticDatum
Namespace http://www.witsml.org/schemas/131
Annotations
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
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration ADND
Adindian ellipsoid=CL80 region="Sudan, Ethiopia"
enumeration ARC50
ARC 1950 ellipsoid=CL80B region="Southern Africa"
enumeration AUSG
Australian ellipsoid=GRS67 region="Australia Geodetic"
enumeration CAA
Camp Area Astro ellipsoid=INT24 region=Antarctica
enumeration CHAS
Chau Astro ellipsoid=INT24 region=Paraguay
enumeration CORAL
Corrego Alegre ellipsoid=INT24 region=INT24
enumeration ED50
European 1950 ellipsoid=INT24 region="Europe, Middle East, North Africa"
enumeration ED87
European 1987 ellipsoid=INT24 region="Europe, Middle East, North Africa"
enumeration ERIN65
Ireland 1965 ellipsoid=AIRY_MOD region=Ireland
enumeration GD49
Geodetic Datum 1949 ellipsoid=INT24 region="New Zealand"
enumeration GHANA
Ghana ellipsoid=WAR24 region=Ghana
enumeration GUAM63
Guam 1963 ellipsoid=CL66 region="Marianas Islands"
enumeration HJRS55
Hjorsey 1955 ellipsoid=INT24 region=Iceland
enumeration HTS
Hu-Tzu-Shan ellipsoid=INT24 region=Taiwan
enumeration INCH
Campo Inchauspe ellipsoid=INT24 region=Argentina
enumeration INDIA1
Indian 'Kalimpur' ellipsoid=EVER region=India
enumeration INDIA2
Indian 'Kalimpur' ellipsoid=INT24 region=India
enumeration INDNS74
Indonesia 1974 ellipsoid=GRS67 region=Indonesia
enumeration LIB64
Liberia 1964 ellipsoid=CL80 region=Liberia
enumeration LUZON
Luzon ellipsoid=CL66 region=Philippines
enumeration MRCH
Merchich ellipsoid=CL80A region=Morocco
enumeration NAD27
North American 'Meades Ranch' ellipsoid=CL66 region="North America"
enumeration NAD83
North American Datum of 1983 ellipsoid=GRS80 region="Canada, Cuba, U.S., Caribbean"
enumeration NGRA
Nigeria ellipsoid=CL80 region=Nigeria
enumeration None
enumeration NPRM
Naparima ellipsoid=INT24 region="Trinidad and Tobago"
enumeration OSGB36
Ordnance Survey of Great Britain 1936 ellipsoid=AIRY region="Great Britain, Northern Ireland"
enumeration POTS1
European 'Pelmert Tower, Potsdam' ellipsoid=INT24 region="Most of Eurasia, Africa"
enumeration PULK1
Russian 'Pulkovo' ellipsoid=BESS41
enumeration PULK2
Russian 'Pulkovo' ellipsoid=KRSV
enumeration QRNQ
Qornoq ellipsoid=INT24 region=Greenland
enumeration SA56
Provisional South American, 1956 ellipsoid=INT24 region="Bolivia, Chile, Colombia, Ecuador, Peru, Venezuela, the Guianas"
enumeration SRL60
Sierra Leone 1960 ellipsoid=CL80 region="Sierra Leone"
enumeration TNRV25
Tananarive (Antananarivo) Obsv. 1925T ellipsoid=INT24 region="Malagasy Republic"
enumeration TOKYO
Tokyo ellipsoid=BESS41 region=Japan
enumeration UserDefined
Datum defined elsewhere
enumeration VROL
Voirol ellipsoid=CL80 region="Algeria, Tunisia"
enumeration WGS72
World Geodetic System 1972 ellipsoid=WGS72
enumeration WGS84
World Geodetic System 1984 ellipsoid=WGS84 region="Sino-Soviet Bloc, SW Asia, Hydrographic, Aeronautical"
enumeration YACR
Yacare ellipsoid=INT24 region=Uruguay
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="GeodeticDatum">
  <xsd:annotation>
    <xsd: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.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="ADND">
      <xsd:annotation>
        <xsd:documentation>Adindian ellipsoid=CL80 region="Sudan, Ethiopia"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ARC50">
      <xsd:annotation>
        <xsd:documentation>ARC 1950 ellipsoid=CL80B region="Southern Africa"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="AUSG">
      <xsd:annotation>
        <xsd:documentation>Australian ellipsoid=GRS67 region="Australia Geodetic"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CAA">
      <xsd:annotation>
        <xsd:documentation>Camp Area Astro ellipsoid=INT24 region=Antarctica</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CHAS">
      <xsd:annotation>
        <xsd:documentation>Chau Astro ellipsoid=INT24 region=Paraguay</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CORAL">
      <xsd:annotation>
        <xsd:documentation>Corrego Alegre ellipsoid=INT24 region=INT24</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ED50">
      <xsd:annotation>
        <xsd:documentation>European 1950 ellipsoid=INT24 region="Europe, Middle East, North Africa"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ED87">
      <xsd:annotation>
        <xsd:documentation>European 1987 ellipsoid=INT24 region="Europe, Middle East, North Africa"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ERIN65">
      <xsd:annotation>
        <xsd:documentation>Ireland 1965 ellipsoid=AIRY_MOD region=Ireland</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="GD49">
      <xsd:annotation>
        <xsd:documentation>Geodetic Datum 1949 ellipsoid=INT24 region="New Zealand"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="GHANA">
      <xsd:annotation>
        <xsd:documentation>Ghana ellipsoid=WAR24 region=Ghana</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="GUAM63">
      <xsd:annotation>
        <xsd:documentation>Guam 1963 ellipsoid=CL66 region="Marianas Islands"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="HJRS55">
      <xsd:annotation>
        <xsd:documentation>Hjorsey 1955 ellipsoid=INT24 region=Iceland</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="HTS">
      <xsd:annotation>
        <xsd:documentation>Hu-Tzu-Shan ellipsoid=INT24 region=Taiwan</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="INCH">
      <xsd:annotation>
        <xsd:documentation>Campo Inchauspe ellipsoid=INT24 region=Argentina</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="INDIA1">
      <xsd:annotation>
        <xsd:documentation>Indian 'Kalimpur' ellipsoid=EVER region=India</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="INDIA2">
      <xsd:annotation>
        <xsd:documentation>Indian 'Kalimpur' ellipsoid=INT24 region=India</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="INDNS74">
      <xsd:annotation>
        <xsd:documentation>Indonesia 1974 ellipsoid=GRS67 region=Indonesia</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="LIB64">
      <xsd:annotation>
        <xsd:documentation>Liberia 1964 ellipsoid=CL80 region=Liberia</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="LUZON">
      <xsd:annotation>
        <xsd:documentation>Luzon ellipsoid=CL66 region=Philippines</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="MRCH">
      <xsd:annotation>
        <xsd:documentation>Merchich ellipsoid=CL80A region=Morocco</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="NAD27">
      <xsd:annotation>
        <xsd:documentation>North American 'Meades Ranch' ellipsoid=CL66 region="North America"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="NAD83">
      <xsd:annotation>
        <xsd:documentation>North American Datum of 1983 ellipsoid=GRS80 region="Canada, Cuba, U.S., Caribbean"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="NGRA">
      <xsd:annotation>
        <xsd:documentation>Nigeria ellipsoid=CL80 region=Nigeria</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="None">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="NPRM">
      <xsd:annotation>
        <xsd:documentation>Naparima ellipsoid=INT24 region="Trinidad and Tobago"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="OSGB36">
      <xsd:annotation>
        <xsd:documentation>Ordnance Survey of Great Britain 1936 ellipsoid=AIRY region="Great Britain, Northern Ireland"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="POTS1">
      <xsd:annotation>
        <xsd:documentation>European 'Pelmert Tower, Potsdam' ellipsoid=INT24 region="Most of Eurasia, Africa"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="PULK1">
      <xsd:annotation>
        <xsd:documentation>Russian 'Pulkovo' ellipsoid=BESS41</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="PULK2">
      <xsd:annotation>
        <xsd:documentation>Russian 'Pulkovo' ellipsoid=KRSV</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="QRNQ">
      <xsd:annotation>
        <xsd:documentation>Qornoq ellipsoid=INT24 region=Greenland</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="SA56">
      <xsd:annotation>
        <xsd:documentation>Provisional South American, 1956 ellipsoid=INT24 region="Bolivia, Chile, Colombia, Ecuador, Peru, Venezuela, the Guianas"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="SRL60">
      <xsd:annotation>
        <xsd:documentation>Sierra Leone 1960 ellipsoid=CL80 region="Sierra Leone"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="TNRV25">
      <xsd:annotation>
        <xsd:documentation>Tananarive (Antananarivo) Obsv. 1925T ellipsoid=INT24 region="Malagasy Republic"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="TOKYO">
      <xsd:annotation>
        <xsd:documentation>Tokyo ellipsoid=BESS41 region=Japan</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="UserDefined">
      <xsd:annotation>
        <xsd:documentation>Datum defined elsewhere</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="VROL">
      <xsd:annotation>
        <xsd:documentation>Voirol ellipsoid=CL80 region="Algeria, Tunisia"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="WGS72">
      <xsd:annotation>
        <xsd:documentation>World Geodetic System 1972 ellipsoid=WGS72</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="WGS84">
      <xsd:annotation>
        <xsd:documentation>World Geodetic System 1984 ellipsoid=WGS84 region="Sino-Soviet Bloc, SW Asia, Hydrographic, Aeronautical"</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="YACR">
      <xsd:annotation>
        <xsd:documentation>Yacare ellipsoid=INT24 region=Uruguay</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:Hemispheres
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration northern
Northern hemisphere.
enumeration southern
Southern hemisphere.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="Hemispheres">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="northern">
      <xsd:annotation>
        <xsd:documentation>Northern hemisphere.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="southern">
      <xsd:annotation>
        <xsd:documentation>Southern hemisphere.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:HoleCasingType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration blow out preventer
enumeration casing
enumeration conductor
enumeration curved conductor
enumeration liner
enumeration open hole
enumeration riser
enumeration tubing
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="HoleCasingType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="blow out preventer">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="conductor">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="curved conductor">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="liner">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="open hole">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="riser">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tubing">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:HoleOpenerType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration under-reamer
enumeration fixed blade
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="HoleOpenerType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="under-reamer">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="fixed blade">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:IntervalMethod
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration average
enumeration maximum
enumeration minimum
enumeration other
enumeration spot sample
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="IntervalMethod">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="average">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="maximum">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="minimum">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="spot sample">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:IntervalType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration time
enumeration depth
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="IntervalType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="time">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="depth">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:ItemState
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the state of a WITSML object.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration actual
Actual data measured or entered at the well site.
enumeration model
Model data used for "what if" calculations.
enumeration plan
A planned object. That is, one which is expected to be executed in the future.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="ItemState">
  <xsd:annotation>
    <xsd:documentation>These values represent the state of a WITSML object.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="actual">
      <xsd:annotation>
        <xsd:documentation>Actual data measured or entered at the well site.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="model">
      <xsd:annotation>
        <xsd:documentation>Model data used for "what if" calculations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="plan">
      <xsd:annotation>
        <xsd:documentation>A planned object. That is, one which is expected to be executed in the future.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:InstalledFiberPoint
Namespace http://www.witsml.org/schemas/131
Annotations
The type of Distributed Temperature Survey (DTS) fiber point.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration splice
A point at which a fiber is physically, and semi-permanently, 
connected to another length of fiber.
enumeration connector
A point at which a cable connector is installed, which allows 
the fiber to be connected to another instrument or fiber length.
enumeration end of fiber
The end of the fiber. If a U-geometry is used, and a connector 
is at both ends, the connector classification should be used rather than the end 
of fiber classification.
enumeration base of fiber
The deepest point of the installed fiber in a well. This is 
a valid value for fiber installations that do NOT turn around at the bottom 
(J- and U-type installations).
enumeration turn around point
The point in the turn-around-sub at which measured depth 
stops increasing and begins decreasing. This is a valid value for fiber 
installations of the J- and U- type only.
enumeration start of fiber
The start of the fiber. If appropriate, the connector 
classification should be used instead of this classification.
enumeration oven entry point
The point on the fiber at which it enters the oven.
enumeration oven exit point
The point on the fiber at which it exits the oven. 
The oven exit point should be closer to the wellbore than the oven entry point.
enumeration downhole gauge
A downhole point on the fiber at which a gauge is attached.
enumeration DTS laser head
The connector between the laser head and the optical fiber.
enumeration DTS reference oven
The oven within or near the DTS instrument box which 
maintains a length of fiber at a reference temperature.
enumeration splice box
Container in which ends of lengths of fiber are joined.
enumeration wellhead junction box
The device at which a fiber originating at the instrument 
box is joined to a fiber installed in a wellbore.  This is a recommended 
location at which LengthAlongFiber and measuredDepth in the wellbore are 
correlated
enumeration base tubing hanger flange
The device at the base of the wellhead to which the 
production tubing is attached.  This is a recommended location at which 
LengthAlongFiber and measuredDepth in the wellbore are correlated.
enumeration PBR wet connect
The top-most point at which the fiber intersects the 
PBR (polished bore receptacle). For J- and U- installations, on the upward 
portion of the fiber, this is the point at which it leaves the pbf.
enumeration top ESP pump
The top of the electrical submersible pump (ESP). 
This is the minimum measured depth point of the pump.
enumeration base ESP pump
The base of the electrical submersible pump (ESP). 
This is the maximum measured depth point of the pump.
enumeration wellhead temperature gauge
Temperature measuring device at the wellhead independent 
of the optic fiber sensor.
enumeration top completion zone
The point which is the minimum measured depth of a 
completion zone.
enumeration base completion zone
The point which is the maximum measured depth of a 
completion zone.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="InstalledFiberPoint">
  <xsd:annotation>
    <xsd:documentation>The type of Distributed Temperature Survey (DTS) fiber point.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="splice">
      <xsd:annotation>
        <xsd:documentation>A point at which a fiber is physically, and semi-permanently, connected to another length of fiber.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="connector">
      <xsd:annotation>
        <xsd:documentation>A point at which a cable connector is installed, which allows the fiber to be connected to another instrument or fiber length.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="end of fiber">
      <xsd:annotation>
        <xsd:documentation>The end of the fiber. If a U-geometry is used, and a connector is at both ends, the connector classification should be used rather than the end of fiber classification.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="base of fiber">
      <xsd:annotation>
        <xsd:documentation>The deepest point of the installed fiber in a well. This is a valid value for fiber installations that do NOT turn around at the bottom (J- and U-type installations).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="turn around point">
      <xsd:annotation>
        <xsd:documentation>The point in the turn-around-sub at which measured depth stops increasing and begins decreasing. This is a valid value for fiber installations of the J- and U- type only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="start of fiber">
      <xsd:annotation>
        <xsd:documentation>The start of the fiber. If appropriate, the connector classification should be used instead of this classification.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="oven entry point">
      <xsd:annotation>
        <xsd:documentation>The point on the fiber at which it enters the oven.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="oven exit point">
      <xsd:annotation>
        <xsd:documentation>The point on the fiber at which it exits the oven. The oven exit point should be closer to the wellbore than the oven entry point.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="downhole gauge">
      <xsd:annotation>
        <xsd:documentation>A downhole point on the fiber at which a gauge is attached.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DTS laser head">
      <xsd:annotation>
        <xsd:documentation>The connector between the laser head and the optical fiber.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DTS reference oven">
      <xsd:annotation>
        <xsd:documentation>The oven within or near the DTS instrument box which maintains a length of fiber at a reference temperature.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="splice box">
      <xsd:annotation>
        <xsd:documentation>Container in which ends of lengths of fiber are joined.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="wellhead junction box">
      <xsd:annotation>
        <xsd:documentation>The device at which a fiber originating at the instrument box is joined to a fiber installed in a wellbore. This is a recommended location at which LengthAlongFiber and measuredDepth in the wellbore are correlated</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="base tubing hanger flange">
      <xsd:annotation>
        <xsd:documentation>The device at the base of the wellhead to which the production tubing is attached. This is a recommended location at which LengthAlongFiber and measuredDepth in the wellbore are correlated.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="PBR wet connect">
      <xsd:annotation>
        <xsd:documentation>The top-most point at which the fiber intersects the PBR (polished bore receptacle). For J- and U- installations, on the upward portion of the fiber, this is the point at which it leaves the pbf.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="top ESP pump">
      <xsd:annotation>
        <xsd:documentation>The top of the electrical submersible pump (ESP). This is the minimum measured depth point of the pump.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="base ESP pump">
      <xsd:annotation>
        <xsd:documentation>The base of the electrical submersible pump (ESP). This is the maximum measured depth point of the pump.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="wellhead temperature gauge">
      <xsd:annotation>
        <xsd:documentation>Temperature measuring device at the wellhead independent of the optic fiber sensor.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="top completion zone">
      <xsd:annotation>
        <xsd:documentation>The point which is the minimum measured depth of a completion zone.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="base completion zone">
      <xsd:annotation>
        <xsd:documentation>The point which is the maximum measured depth of a completion zone.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:JarType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration mechanical
enumeration hydraulic
enumeration hydro mechanical
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="JarType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="mechanical">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hydraulic">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hydro mechanical">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:JarAction
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration up
enumeration down
enumeration both
enumeration vibrating
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="JarAction">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="up">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="down">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="both">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="vibrating">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:LithologySource
Namespace http://www.witsml.org/schemas/131
Annotations
Specifies the source of lithology information.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration interpreted
The lithology has one overall interpretation based on 
several sources such as logs and cuttings or cores.
enumeration core
The lithology as based on a visual inspection of the core.
A percentage is commonly assigned to each portion of the lithology.
enumeration cuttings
The lithology as based on a visual inspection of the cuttings.
A percentage is commonly assigned to each portion of the lithology.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="LithologySource">
  <xsd:annotation>
    <xsd:documentation>Specifies the source of lithology information.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="interpreted">
      <xsd:annotation>
        <xsd:documentation>The lithology has one overall interpretation based on several sources such as logs and cuttings or cores.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="core">
      <xsd:annotation>
        <xsd:documentation>The lithology as based on a visual inspection of the core. A percentage is commonly assigned to each portion of the lithology.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="cuttings">
      <xsd:annotation>
        <xsd:documentation>The lithology as based on a visual inspection of the cuttings. A percentage is commonly assigned to each portion of the lithology.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:LithologyType
Namespace http://www.witsml.org/schemas/131
Annotations
The type of lithology.
The list of standard values is contained in the WITSML enumValues.xml file.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
Source
<xsd:simpleType name="LithologyType">
  <xsd:annotation>
    <xsd:documentation>The type of lithology. The list of standard values is contained in the WITSML enumValues.xml file.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:LogDataType
Namespace http://www.witsml.org/schemas/131
Annotations
The endcoding allowed in a realtime channel value or log curve value.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration date time
Date with time data value.
enumeration double
Double precision floating point value.
enumeration long
Long integer data value.
enumeration string
Character string data.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Used by
Source
<xsd:simpleType name="LogDataType">
  <xsd:annotation>
    <xsd:documentation>The endcoding allowed in a realtime channel value or log curve value.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="date time">
      <xsd:annotation>
        <xsd:documentation>Date with time data value.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="double">
      <xsd:annotation>
        <xsd:documentation>Double precision floating point value.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="long">
      <xsd:annotation>
        <xsd:documentation>Long integer data value.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="string">
      <xsd:annotation>
        <xsd:documentation>Character string data.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:LogIndexDirection
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the direction of movement within a wellbore.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration decreasing
Log items are in order of decreasing index values 
(e.g. wireline log logging while pulling out of hole)
enumeration increasing
Log items are in order of increasing index values 
(e.g. increasing depths or times)
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="LogIndexDirection">
  <xsd:annotation>
    <xsd:documentation>These values represent the direction of movement within a wellbore.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="decreasing">
      <xsd:annotation>
        <xsd:documentation>Log items are in order of decreasing index values (e.g. wireline log logging while pulling out of hole)</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="increasing">
      <xsd:annotation>
        <xsd:documentation>Log items are in order of increasing index values (e.g. increasing depths or times)</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:LogIndexType
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the type of data used as an index value for a log.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration date time
Log is indexed on date with time.
enumeration elapsed time
Log is indexed on time.
enumeration length
Log is indexed on length (not a depth).
enumeration measured depth
Log index is a measured depth index.
enumeration vertical depth
Log index is a vertical depth depth index .
enumeration other
Any other index type for a log.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="LogIndexType">
  <xsd:annotation>
    <xsd:documentation>These values represent the type of data used as an index value for a log.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="date time">
      <xsd:annotation>
        <xsd:documentation>Log is indexed on date with time.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="elapsed time">
      <xsd:annotation>
        <xsd:documentation>Log is indexed on time.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="length">
      <xsd:annotation>
        <xsd:documentation>Log is indexed on length (not a depth).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="measured depth">
      <xsd:annotation>
        <xsd:documentation>Log index is a measured depth index.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="vertical depth">
      <xsd:annotation>
        <xsd:documentation>Log index is a vertical depth depth index .</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation>Any other index type for a log.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:LogTraceOrigin
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration realtime
The data were read from a realtime sensor stream.
enumeration modeled
The data are synthetic.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="LogTraceOrigin">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="realtime">
      <xsd:annotation>
        <xsd:documentation>The data were read from a realtime sensor stream.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="modeled">
      <xsd:annotation>
        <xsd:documentation>The data are synthetic.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:LogTraceState
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration depth adjusted
enumeration edited
enumeration joined
enumeration processed
enumeration raw
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Used by
Source
<xsd:simpleType name="LogTraceState">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="depth adjusted">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="edited">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="joined">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="processed">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="raw">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:MaterialType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration aluminum
enumeration beryllium copper
enumeration chrome alloy
enumeration composite
enumeration other
enumeration non-magnetic steel
enumeration plastic
enumeration steel
enumeration steel alloy
enumeration titanium
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="MaterialType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="aluminum">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="beryllium copper">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="chrome alloy">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="composite">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="non-magnetic steel">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="plastic">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="steel">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="steel alloy">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="titanium">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:MeasurementType
Namespace http://www.witsml.org/schemas/131
Annotations
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
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration acceleration
Output from an accelerometer on a logging tool.
enumeration acoustic caliper
A well log which uses an acoustic device to measure hole diameter.
enumeration acoustic casing collar locator
The signal measured by an acoustic device at the location of casing collars and other features (e.g., perforations).
enumeration acoustic impedance
Seismic velocity multiplied by density.
enumeration acoustic porosity
Porosity calculated from an acoustic log.
enumeration acoustic velocity
The velocity of an acoustic wave.
enumeration acoustic wave matrix travel time
The time it takes for an acoustic wave to traverse a fixed distance of a given material or matrix. In this case the material or matrix is a specific, zero porosity rock, e.g. sandstone, limestone or dolomite.
enumeration acoustic wave travel time
The time it takes for an acoustic wave to traverse a fixed distance.
enumeration amplitude
Any measurement of the maximum departure of a wave from an average value.
enumeration amplitude of acoustic wave
The extent of departure of an acoustic wave measured from the mean position.
enumeration amplitude of E-M wave
The extent of departure of an electromagnetic wave measured from the mean position.
enumeration amplitude ratio
The ratio of two amplitudes.
enumeration area
A particular extent of space or surface.
enumeration attenuation
The amount of reduction in the amplitude of a wave.
enumeration attenuation of acoustic wave
The amount of reduction in the amplitude of an acoustic wave.
enumeration attenuation of E-M wave
The amount of reduction in the amplitude of an electromagnetic wave.
enumeration auxiliary
A general classification for measurements which are very specialized and not normally accessed by petrophysicists.
enumeration average porosity
The pore volume of a rock averaged using various well log or core porosity measurements.
enumeration azimuth
In the horizontal plane, it is the clockwise angle of departure from magnetic north (while looking down hole).
enumeration barite mud correction
A trace which has been corrected for the effects of barite in the borehole fluid.
enumeration bed thickness correction
A trace which has been corrected for bed thickness effects.
enumeration bit size
The diameter of the drill bit used to drill the hole.
enumeration blocked
A well log trace which has been edited to reflect sharp bed boundaries.  The trace has a square wave appearance.
enumeration borehole environment correction
A trace which has been corrected for the effects of the borehole environment; e.g., borehole size.
enumeration borehole fluid composition correction
Deprecated. Use mud composition correction.
enumeration borehole fluid correction
A trace which has been corrected for the effects of borehole fluid; e.g., a mud cake correction.
enumeration borehole size correction
A trace which has been corrected for the effects of borehole size.
enumeration bromide mud correction
A trace which has been corrected for the effects of bromide in the borehole fluid.
enumeration bulk compressibility
The relative compressibility of a material.
enumeration bulk density
The measured density of a rock with the pore volume filled with fluid.  The pore fluid is generally assumed to be water.
enumeration bulk volume
A quantity per unit volume.
enumeration bulk volume gas
The quantity of gas present in a unit volume of rock.  The product of gas saturation and total porosity.
enumeration bulk volume hydrocarbon
The quantity of hydrocarbon present in a unit volume of rock.  The product of hydrocarbon saturation and total porosity.
enumeration bulk volume oil
The quantity of oil present in a unit volume of rock.  The product of oil saturation and total porosity.
enumeration bulk volume water
The quantity of formation water present in a unit volume of rock.  The product of water saturation and total porosity.
enumeration C/O ratio
The ratio of the Carbon measurement to the Oxygen measurement.
enumeration caliper
A well log used to record hole diameter (open or cased).
enumeration cased hole correction
A trace which has been corrected for the effects of being recorded in a cased hole; e.g., corrected for casing weight and thickness.
enumeration casing collar locator
The signal measured by a device at the location of casing collars and other features (e.g., perforations).
enumeration casing correction
A trace which has been corrected for the effects of casing; this includes things such as casing weight, thickness and diameter.
enumeration casing diameter correction
A trace which has been corrected for the effects of casing diameter.
enumeration casing inspection
Any of the measurements made for the purpose of determining the properties of the well casing.
enumeration casing thickness correction
A trace which has been corrected for the effects of casing thickness.
enumeration casing weight correction
A trace which has been corrected for the effects of casing weight.
enumeration cement correction
A trace which has been corrected for the effects of the cement surrounding the casing; this includes cement thickness, density and type.
enumeration cement density correction
A trace which has been corrected for the effects of cement density.
enumeration cement evaluation
Any of the measurements made to determine the presence and quality of the cement bond to casing or to formation.
enumeration cement thickness correction
A trace which has been corrected for the effects of cement thickness.
enumeration cement type correction
A trace which has been corrected for the effects of the type of cement used.
enumeration CH density porosity
enumeration CH dolomite density porosity
Porosity calculated from the bulk density measurement of a cased hole density log using a dolomite matrix density.
enumeration CH dolomite neutron porosity
Porosity calculated from a cased hole neutron log using a dolomite matrix.
enumeration CH limestone density porosity
Porosity calculated from the bulk density measurement of a cased hole density log using a limestone matrix density.
enumeration CH limestone neutron porosity
Porosity calculated from a cased hole neutron log using a limestone matrix.
enumeration CH neutron porosity
enumeration CH sandstone density porosity
Porosity calculated from the bulk density measurement of a cased hole density log using a sandstone matrix density.
enumeration CH sandstone neutron porosity
Porosity calculated from an open hole neutron log using a sandstone matrix.
enumeration compressional wave dolomite porosity
Porosity calculated from a compressional wave acoustic log using a dolomite matrix.
enumeration compressional wave limestone porosity
Porosity calculated from a compressional wave acoustic log using a limestone matrix
enumeration compressional wave matrix travel time
The time it takes for a compressional acoustic wave to traverse a fixed distance of a given material or matrix. In this case the material or matrix is a specific, zero porosity rock, e.g. sandstone, limestone or dolomite.
enumeration compressional wave sandstone porosity
Porosity calculated from a compressional wave acoustic log using a sandstone matrix.
enumeration compressional wave travel time
The time it takes for a compressional acoustic wave to traverse a fixed distance.
enumeration conductivity
The property of a medium (solid or fluid) which allows the medium to conduct a form of energy; e.g., electrical conductivity or thermal conductivity.
enumeration conductivity from attenuation
Conductivity calculated from the attenuation of an electromagnetic wave. Generally recorded from a LWD resistivity tool.
enumeration conductivity from phase shift
Conductivity calculated from the phase shift of an electromagnetic wave. Generally recorded from a LWD resistivity tool.
enumeration connate water conductivity
The conductivity of the water entrapped in the interstices of the rock.
enumeration connate water resistivity
The resistivity of the water entrapped in the interstices of the rock.
enumeration conventional core porosity
Porosity from a measurement made on a conventional core.
enumeration core matrix density
The density of a rock matrix measured on a core sample.
enumeration core permeability
The permeability derived from a core.
enumeration core porosity
Porosity from a core measurement.
enumeration corrected
A trace which has had corrections applied; e.g. environmental corrections.
enumeration count rate
The rate of occurrences; e.g. the far counts from a density tool..
enumeration count rate ratio
The ratio of two count rates.
enumeration cross plot porosity
The pore volume of a rock calculated from cross plotting two or more well log porosity measurements.
enumeration decay time
The time it takes for a population to decay, generally expressed as a half life.
enumeration deep conductivity
The conductivity which represents a measurement made several feet into the formation; generally considered a measurement of the undisturbed formation.
enumeration deep induction conductivity
The conductivity, measured by an induction log, which represents a measurement made several feet into the formation; generally considered a measurement of the undisturbed formation.
enumeration deep induction resistivity
The resistivity, measured by an induction log, which represents a measurement made several feet into the formation; generally considered a measurement of the undisturbed formation.
enumeration deep laterolog conductivity
The conductivity, measured by a laterolog, which represents a measurement made several feet into the formation; generally considered a measurement of the undisturbed formation.
enumeration deep laterolog resistivity
The resistivity, measured by a laterolog, which represents a measurement made several feet into the formation; generally considered a measurement of the undisturbed formation.
enumeration deep resistivity
The resistivity which represents a measurement made several feet into the formation; generally considered a measurement of the undisturbed formation.
enumeration density
Mass per unit Volume - well logging units are usually gm/cc.
enumeration density porosity
Porosity calculated using the bulk density measurement from a density log.
enumeration depth
The distance to a point in a wellbore.
enumeration depth adjusted
The process of depth correcting a trace by depth matching it to a reference trace.
enumeration depth derived from velocity
The depth calculated from velocity information.
enumeration deviation
Departure of a borehole from vertical.  Also, the angle measured between the tool axis and vertical.
enumeration dielectric
Relative permittivity.
enumeration diffusion correction
A trace which has been corrected for the effects of diffusion.
enumeration dip
The angle that a structural surface, e.g. a bedding or fault plane, makes with the horizontal, measured perpendicular to the strike of the structure.
enumeration dipmeter
Any of a number of measurements produced by a tool designed to measure formation dip and borehole characteristics through direct and indirect measurements.
enumeration dipmeter conductivity
The conductivity, measured by a dipmeter, which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.
enumeration dipmeter resistivity
The resistivity, measured by a dipmeter, which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.
enumeration dolomite acoustic porosity
Porosity calculated from an acoustic log using a dolomite matrix.
enumeration dolomite density porosity
Porosity calculated from the bulk density measurement of a density log using a dolomite matrix density.
enumeration dolomite neutron porosity
Porosity calculated from a neutron log using a dolomite matrix.
enumeration edited
A well log trace which has been corrected or adjusted through an editing process.
enumeration effective porosity
The interconnected pore volume occupied by free fluids.
enumeration electric current
The flow of electric charge.
enumeration electric potential
The difference in electrical energy between two systems.
enumeration electromagnetic wave matrix travel time
The time it takes for an electromagnetic wave to traverse a fixed distance of a given material or matrix. In this case the material or matrix is a specific, zero porosity rock, e.g. sandstone, limestone or dolomite.
enumeration electromagnetic wave travel time
The time it takes for an electromagnetic wave to traverse a fixed distance.
enumeration element
The elemental composition, generally in weight percent, of a formation as calculated from information obtained from a geochemical logging pass; e.g., weight percent of Al, Si, Ca, Fe, etc.
enumeration elemental ratio
The ratio of two different elemental measurements; e.g. K/U.
enumeration enhanced
A well log trace which has been filtered to improve its value; e.g. inverse filtering for better resolution.
enumeration filtered
A well log trace which has had a filter applied to it.
enumeration flowmeter
A logging tool to measure the rate and/or direction of fluid flow in a wellbore.
enumeration fluid density
The quantity per unit volume of fluid.
enumeration fluid velocity
The velocity of a flowing fluid.
enumeration fluid viscosity
The amount of a fluid resistance to flow.
enumeration flushed zone conductivity
The conductivity of the zone immediately behind the mud cake and which is considered to be flushed by mud filtrate, i.e., it is considered to have all mobile formation fluids displaced from it.
enumeration flushed zone resistivity
The resistivity of the zone immediately behind the mud cake and which is considered to be flushed by mud filtrate, i.e., it is considered to have all mobile formation fluids displaced from it.
enumeration flushed zone saturation
The fraction or percentage of pore volume of rock occupied by drilling mud or mud filtrate in the flushed zone.
enumeration force
Energy exerted or brought to bear.
enumeration formation density correction
A trace which has been corrected for formation density effects.
enumeration formation properties correction
A trace which has been corrected for formation properties; e.g., salinity.
enumeration formation salinity correction
A trace which has been corrected for the salinity effects from the water in the formation.
enumeration formation saturation correction
A trace which has been corrected for formation saturation effects.
enumeration formation volume factor correction
A trace which has been corrected for the effects of the hydrocarbon formation volume factor.
enumeration formation water density correction
A trace which has been corrected for the effects of the density of the formation water.
enumeration formation water saturation correction
A trace which has been corrected for water saturation effects.
enumeration free fluid index
The percent of the bulk volume occupied by fluids which are free to flow as measured by the nuclear magnetism log.
enumeration friction effect correction
A trace which has been corrected for the effects of friction.
enumeration gamma ray
The measurement of naturally occurring Gamma Ray radiation being released by radioisotopes in clay or other minerals in the formation.
enumeration gamma ray minus uranium
The measurement of the naturally occurring gamma radiation less the radiation attributed to uranium.
enumeration gas saturation
The fraction or percentage of pore volume of rock occupied by gas.
enumeration gradiomanometer
The measurement of the average density of fluids in a wellbore.
enumeration high frequency conductivity
A measurement of the conductivity of the formation, by a high frequency electromagnetic tool, within the first few cubic inches of the borehole wall.
enumeration high frequency electromagnetic
High frequency electromagnetic measurements, e.g. from a dielectric logging tool.
enumeration high frequency electromagnetic porosity
Porosity calculated using a high frequency electromagnetic measurement as input.
enumeration high frequency E-M phase shift
The amount of change in the phase of a high frequency electromagnetic wave.
enumeration high frequency resistivity
A measurement of the resistivity of the formation, by a high frequency electromagnetic tool, within the first few cubic inches of the borehole wall.
enumeration hydrocarbon correction
A trace which has been corrected for the effects of hydrocarbons.
enumeration hydrocarbon density correction
A trace which has been corrected for the effects of hydrocarbon density.
enumeration hydrocarbon gravity correction
A trace which has been corrected for the effects of hydrocarbon gravity.
enumeration hydrocarbon saturation
The fraction or percentage of pore volume of rock occupied by hydrocarbon.
enumeration hydrocarbon viscosity correction
A trace which has been corrected for the effects of hydrocarbon viscosity.
enumeration image
The likeness of an object produced by an electrical device.
enumeration interpretation variable
A variable in a well log interpretation equation.
enumeration iron mud correction
A trace which has been corrected for the effects of iron in the borehole fluid.
enumeration joined
A well log trace which has had two or more runs spliced together to make a single trace.
enumeration KCl mud correction
A trace which has been corrected for the effects of KCl in the borehole fluid.
enumeration length
A measured distance or dimension.
enumeration limestone acoustic porosity
Porosity calculated from an acoustic log using a limestone matrix.
enumeration limestone density porosity
Porosity calculated from the bulk density measurement of a density log using a limestone matrix density.
enumeration limestone neutron porosity
Porosity calculated from a neutron log using a limestone matrix.
enumeration lithology correction
A trace which has been corrected for lithology effects.
enumeration log derived permeability
The permeability derived from a well log.
enumeration log matrix density
The density of a rock matrix used with, or derived from, the bulk density from a well log. The matrix is assumed to have zero porosity.
enumeration magnetic casing collar locator
The signal measured by a magnetic device at the location of casing collars and other features (e.g., perforations).
enumeration matrix density
The density of a rock matrix.  In this case, the matrix is assumed to have zero porosity.
enumeration matrix travel time
The time it takes for an electromagnetic or acoustic wave to traverse a fixed distance of a given material or matrix. In this case the material or matrix is a specific, zero porosity rock, e.g. sandstone, limestone or dolomite.
enumeration measured depth
The distance measured along the path of a wellbore.
enumeration mechanical caliper
A well log which uses a mechanical device to measure hole diameter.
enumeration mechanical casing collar locator
The signal measured by a mechanical device at the location of casing collars and other features (e.g., perforations).
enumeration medium conductivity
The conductivity which represents a measurement made approximately two to three feet into the formation; generally considered to measure the formation where it contain fluids which are a mixture of mud filtrate, connate water and possibly hydrocarbons.
enumeration medium induction conductivity
The conductivity, made by an induction log, which represents a measurement made approximately two to three feet into the formation.
enumeration medium induction resistivity
The resistivity, made by an induction log, which represents a measurement made approximately two to three feet into the formation.
enumeration medium laterolog conductivity
The conductivity, measured by a laterolog, which represents a measurement made approximately two to three feet into the formation.
enumeration medium laterolog resistivity
The resistivity, measured by a laterolog, which represents a measurement made approximately two to three feet into the formation.
enumeration medium resistivity
The resistivity which represents a measurement made approximately two to three feet into the formation; generally considered to measure the formation where it contain fluids which are a mixture of mud filtrate, connate water and possibly hydrocarbons.
enumeration micro conductivity
A measurement of the conductivity of the formation within the first few cubic inches of the borehole wall.
enumeration micro inverse conductivity
A conductivity measurement made by a micro log tool which measures within the first few cubic inches of the borehole wall.
enumeration micro inverse resistivity
A resistivity measurement made by a micro log tool which measures within the first few cubic inches of the borehole wall.
enumeration micro laterolog conductivity
A measurement of the conductivity of the formation, by a laterolog, within the first few cubic inches of the borehole wall.
enumeration micro laterolog resistivity
A measurement of the resistivity of the formation, by a laterolog, within the first few cubic inches of the borehole wall.
enumeration micro normal conductivity
A conductivity measurement made by a micro log tool which measures within the first few cubic inches of the borehole wall.
enumeration micro normal resistivity
A resistivity measurement made by a micro log tool which measures within the first few cubic inches of the borehole wall.
enumeration micro resistivity
A measurement of the resistivity of the formation within the first few cubic inches of the borehole wall.
enumeration micro spherically focused conductivity
A measurement of the conductivity of the formation, by a spherically focused tool, within the first few cubic inches of the borehole wall.
enumeration micro spherically focused resistivity
A measurement of the resistivity of the formation, by a spherically focused tool, within the first few cubic inches of the borehole wall.
enumeration mineral
The mineral composition, generally in weight percent, of a formation as calculated from elemental information obtained from a geochemical logging pass; e.g., weight percent of dolomite, calcite, illite, quartzite, etc.
enumeration mud cake conductivity
The conductivity of the filter cake, the residue deposited on the borehole wall as mud loses filtrate into porous and permeable rock.
enumeration mud cake correction
A trace which has been corrected for the effects of mud cake; e.g., mud cake thickness and/or density.
enumeration mud cake density correction
A trace which has been corrected for the effects of mud cake density.
enumeration mud cake resistivity
The resistivity of the filter cake, the residue deposited on the borehole wall as mud loses filtrate into porous and permeable rock.
enumeration mud cake resistivity correction
A trace which has been corrected for the effects of mud cake resistivity.
enumeration mud cake thickness correction
A trace which has been corrected for the effects of mud cake thickness.
enumeration mud composition correction
A trace which has been corrected for the effects of borehole fluid composition; e.g., a correction for KCl in the borehole fluid.
enumeration mud conductivity
The conductivity of the continuous phase liquid used for the drilling of the well.
enumeration mud filtrate conductivity
The conductivity of the effluent of the continuous phase liquid of the drilling mud which permeates porous and permeable rock.
enumeration mud filtrate correction
A trace which has been corrected for the effects of mud filtrate.  This includes things such as filtrate salinity.
enumeration mud filtrate density correction
A trace which has been corrected for the effects of mud filtrate density.
enumeration mud filtrate resistivity
The resistivity of the effluent of the continuous phase liquid of the drilling mud which permeates porous and permeable rock.
enumeration mud filtrate resistivity correction
A trace which has been corrected for the effects of mud filtrate resistivity.
enumeration mud filtrate salinity correction
A trace which has been corrected for the effects of mud filtrate salinity.
enumeration mud resistivity
The resistivity of the continuous phase liquid used for the drilling of the well.
enumeration mud salinity correction
A trace which has been corrected for the effects of salinity in the borehole fluid.
enumeration mud viscosity correction
A trace which has been corrected for the effects of the viscosity of the borehole fluid.
enumeration mud weight correction
A trace which has been corrected for the effects of weighting the borehole fluid.
enumeration neutron die away time
The time it takes for a neutron population to die away to half value.
enumeration neutron porosity
Porosity from a neutron log.
enumeration nuclear caliper
A well log which uses a nuclear device to measure hole diameter.
enumeration nuclear magnetic decay time
The decay time of a nuclear magnetic signal.
enumeration nuclear magnetism log permeability
The permeability derived from a nuclear magnetism log.
enumeration nuclear magnetism porosity
Porosity calculated using the measurements from a nuclear magnetism logging pass.
enumeration OH density porosity
enumeration OH dolomite density porosity
Porosity calculated from the bulk density measurement of an open hole density log using a dolomite matrix density.
enumeration OH dolomite neutron porosity
Porosity calculated from an open hole neutron log using a dolomite matrix.
enumeration OH limestone density porosity
Porosity calculated from the bulk density measurement of an open hole density log using a limestone matrix density.
enumeration OH limestone neutron porosity
Porosity calculated from an open hole neutron log using a limestone matrix.
enumeration OH neutron porosity
enumeration OH sandstone density porosity
Porosity calculated from the bulk density measurement of an open hole density log using a sandstone matrix density.
enumeration OH sandstone neutron porosity
Porosity calculated from an open hole neutron log using a sandstone matrix.
enumeration oil based mud correction
A trace which has been corrected for the effects of oil based borehole fluid.
enumeration oil saturation
The fraction or percentage of pore volume of rock occupied by oil.
enumeration perforating
The procedure for introducing holes through casing into a formation so that formation fluids can enter into the casing.
enumeration permeability
The permeability of the surrounding formation.
enumeration phase shift
A change or variation according to a harmonic law from a standard position or instant of starting.
enumeration photoelectric absorption
The effect measured by the density log and produced by the process of a photon colliding with an atom, and then being completely absorbed and its total energy used to eject one of the orbital electrons from those surrounding the nucleus.
enumeration photoelectric absorption correction
The correction that is to be made to the photoelectric absorption curve.
enumeration physical measurement correction
A trace which has been corrected for various physical measurement effects; e.g. spreading loss.
enumeration plane angle
An angle formed by two intersecting lines.
enumeration porosity
The total pore volume occupied by fluid in a rock. Includes isolated nonconnecting pores and volume occupied by absorbed, immobile fluid.
enumeration porosity correction
A trace which has been corrected for porosity effects.
enumeration potassium
The measurement of gamma radiation emitted by potassium.
enumeration pressure
The force or thrust exerted upon a surface divided by the area of the surface.
enumeration pressure correction
A trace which has been corrected for the effects of pressure in the borehole.
enumeration processed
A well log trace which has been processed in some way; e.g., depth adjusted or environmentally corrected.
enumeration pulsed neutron porosity
Porosity calculated from a pulsed neutron log.
enumeration quality
Degree of excellence.
enumeration ratio
A relationship between two values usually expressed as a fraction.
enumeration raw
A well log trace which has not had any processing.  In other words, a trace which has not been depth adjusted or environmentally corrected.
enumeration relative bearing
While looking down hole, it is the clockwise angle from the upper side of the sonde to the reference pad or electrode.
enumeration resistivity
The property measuring the resistance to flow of an electrical current.
enumeration resistivity factor correction
A trace which has been corrected for resistivity factor effects.
enumeration resistivity from attenuation
Resistivity calculated from the attenuation of an electromagnetic wave. Generally recorded from a LWD resistivity tool.
enumeration resistivity from phase shift
Resistivity calculated from the phase shift of an electromagnetic wave. Generally recorded from a LWD resistivity tool.
enumeration resistivity phase shift
The amount of change in the phase of an electrical wave.
enumeration resistivity ratio
The ratio of two resistivity values.
enumeration salinity
The concentration of ions in solution.
enumeration sampling
To take a sample of or from something.
enumeration sandstone acoustic porosity
Porosity calculated from an acoustic log using a sandstone matrix.
enumeration sandstone density porosity
Porosity calculated from the bulk density measurement of a density log using a sandstone matrix density.
enumeration sandstone neutron porosity
Porosity calculated from a neutron log using a sandstone matrix.
enumeration saturation
The fraction or percentage of the pore volume of a rock.
enumeration shale volume
An estimate of the amount of shale present in the formation. Frequently calculated from a gamma ray or SP curve.
enumeration shallow conductivity
The conductivity which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.
enumeration shallow induction conductivity
The conductivity, measured by an induction log, which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.
enumeration shallow induction resistivity
The resistivity, measured by an induction log, which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.
enumeration shallow laterolog conductivity
The conductivity, measured by a laterolog, which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.
enumeration shallow laterolog resistivity
The resistivity, measured by a laterolog, which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.
enumeration shallow resistivity
The resistivity which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.
enumeration shear wave dolomite porosity
Porosity calculated from a shear wave acoustic log using a dolomite matrix.
enumeration shear wave limestone porosity
Porosity calculated from a shear wave acoustic log using a limestone matrix.
enumeration shear wave matrix travel time
The time it takes for a shear acoustic wave to traverse a fixed distance of a given material or matrix. In this case the material or matrix is a specific, zero porosity rock, e.g. sandstone, limestone or dolomite.
enumeration shear wave sandstone porosity
Porosity calculated from a shear wave acoustic log using a sandstone matrix.
enumeration shear wave travel time
The time it takes for a shear acoustic wave to traverse a fixed distance.
enumeration shifted
A well log trace which has had its original values shifted by some factor; e.g., added or multiplied by a constant.
enumeration sidewall core porosity
Porosity from a measurement made on a sidewall core.
enumeration sigma
The macroscopic capture cross section, i.e. the effective cross-sectional area per unit volume for the capture of neutrons.
enumeration sigma formation
The macroscopic capture cross section, i.e. the effective cross-sectional area per unit volume, of the formation for the capture of neutrons.
enumeration sigma gas
The macroscopic capture cross section, i.e. the effective cross-sectional area per unit volume, of gas for the capture of neutrons.
enumeration sigma hydrocarbon
The macroscopic capture cross section, i.e. the effective cross-sectional area per unit volume, of hydrocarbon for the capture of neutrons.
enumeration sigma matrix
The macroscopic capture cross section, i.e. the effective cross-sectional area per unit volume, of the rock matrix for the capture of neutrons.
enumeration sigma oil
The macroscopic capture cross section, i.e. the effective cross-sectional area per unit volume, of oil for the capture of neutrons.
enumeration sigma water
The macroscopic capture cross section, i.e. the effective cross-sectional area per unit volume, of water for the capture of neutrons.
enumeration slippage velocity correction
A trace which has been corrected for slippage velocity.
enumeration smoothed
A well log trace which has been filtered to smooth, or average the trace.
enumeration spectral gamma ray
The measurement of all the naturally occurring gamma radiation separated by energy windows.
enumeration spherically focused conductivity
The conductivity, measured by a spherically focused log, which represents the resistivity approximately one to two feet into the formation.
enumeration spherically focused resistivity
The resistivity, measured by a spherically focused log, which represents the resistivity approximately one to two feet into the formation.
enumeration spontaneous potential
The difference in potential (DC Voltage) between a moveable electrode in the borehole and a distant reference electrode usually at the surface.
enumeration spreading loss correction
A trace which has been corrected for the effects of spreading loss.
enumeration synthetic well log trace
A well log trace which has been artificially created, as opposed to an actual measurement, from associated measurements or information.
enumeration temperature
A temperature measurement.
enumeration temperature correction
A trace which has been corrected for the effects of the temperature in the borehole.
enumeration tension
The tension on the wireline cable while logging.
enumeration Th/K ratio
The ratio of the Thorium measurement to the Potassium measurement.
enumeration thorium
The measurement of gamma radiation emitted by thorium.
enumeration time
A measured or measurable period.
enumeration tool diameter correction
A trace which has been corrected for the tool diameter.
enumeration tool eccentricity correction
A trace which has been corrected for the effects of the tool not being centered in the borehole.
enumeration total gamma ray
The measurement of all the naturally occurring gamma radiation.
enumeration total porosity
The total pore volume occupied by fluid in a rock.
enumeration tracer survey
A well log used for the purpose of monitoring a traceable material; e.g. a radioactive isotope.
enumeration travel time
The time it takes for an acoustic or electromagnetic wave to traverse a specific distance.
enumeration true conductivity
The conductivity of fluid-filled rock where fluid distributions and saturations are representative of those in the uninvaded, undisturbed part of the formation.
enumeration true resistivity
The resistivity of fluid-filled rock where fluid distributions and saturations are representative of those in the uninvaded, undisturbed part of the formation.
enumeration true vertical depth
The distance along a straight, vertical path.  Usually computed from a measured depth and deviation information.
enumeration tube wave dolomite porosity
Porosity calculated from a tube wave acoustic log using a dolomite matrix.
enumeration tube wave limestone porosity
Porosity calculated from a tube wave acoustic log using a limestone matrix.
enumeration tube wave matrix travel time
The time it takes for a  acoustic tube wave to traverse a fixed distance of a given material or matrix. In this case the material or matrix is a specific, zero porosity rock, e.g. sandstone, limestone or dolomite.
enumeration tube wave sandstone porosity
Porosity calculated from a tube wave acoustic log using a sandstone matrix.
enumeration tube wave travel time
The time it takes for a tube acoustic wave to traverse a fixed distance.
enumeration uranium
The measurement of gamma radiation emitted by uranium.
enumeration velocity
directional speed
enumeration volume
cubic capacity
enumeration water based fluid correction
A trace which has been corrected for the effects of the components in a water based borehole fluid system; e.g., a correction for KCL in the mud.
enumeration water holdup correction
A trace which has been corrected for water holdup.
enumeration water saturated conductivity
The conductivity of rock completely saturated with connate water.
enumeration water saturated resistivity
The resistivity of rock completely saturated with connate water.
enumeration water saturation
The fraction or percentage of pore volume of rock occupied by water.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="MeasurementType">
  <xsd:annotation>
    <xsd: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."</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="acceleration">
      <xsd:annotation>
        <xsd:documentation>Output from an accelerometer on a logging tool.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="acoustic caliper">
      <xsd:annotation>
        <xsd:documentation>A well log which uses an acoustic device to measure hole diameter.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="acoustic casing collar locator">
      <xsd:annotation>
        <xsd:documentation>The signal measured by an acoustic device at the location of casing collars and other features (e.g., perforations).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="acoustic impedance">
      <xsd:annotation>
        <xsd:documentation>Seismic velocity multiplied by density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="acoustic porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from an acoustic log.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="acoustic velocity">
      <xsd:annotation>
        <xsd:documentation>The velocity of an acoustic wave.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="acoustic wave matrix travel time">
      <xsd:annotation>
        <xsd:documentation>The time it takes for an acoustic wave to traverse a fixed distance of a given material or matrix. In this case the material or matrix is a specific, zero porosity rock, e.g. sandstone, limestone or dolomite.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="acoustic wave travel time">
      <xsd:annotation>
        <xsd:documentation>The time it takes for an acoustic wave to traverse a fixed distance.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="amplitude">
      <xsd:annotation>
        <xsd:documentation>Any measurement of the maximum departure of a wave from an average value.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="amplitude of acoustic wave">
      <xsd:annotation>
        <xsd:documentation>The extent of departure of an acoustic wave measured from the mean position.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="amplitude of E-M wave">
      <xsd:annotation>
        <xsd:documentation>The extent of departure of an electromagnetic wave measured from the mean position.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="amplitude ratio">
      <xsd:annotation>
        <xsd:documentation>The ratio of two amplitudes.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="area">
      <xsd:annotation>
        <xsd:documentation>A particular extent of space or surface.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="attenuation">
      <xsd:annotation>
        <xsd:documentation>The amount of reduction in the amplitude of a wave.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="attenuation of acoustic wave">
      <xsd:annotation>
        <xsd:documentation>The amount of reduction in the amplitude of an acoustic wave.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="attenuation of E-M wave">
      <xsd:annotation>
        <xsd:documentation>The amount of reduction in the amplitude of an electromagnetic wave.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="auxiliary">
      <xsd:annotation>
        <xsd:documentation>A general classification for measurements which are very specialized and not normally accessed by petrophysicists.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="average porosity">
      <xsd:annotation>
        <xsd:documentation>The pore volume of a rock averaged using various well log or core porosity measurements.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="azimuth">
      <xsd:annotation>
        <xsd:documentation>In the horizontal plane, it is the clockwise angle of departure from magnetic north (while looking down hole).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="barite mud correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of barite in the borehole fluid.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bed thickness correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for bed thickness effects.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bit size">
      <xsd:annotation>
        <xsd:documentation>The diameter of the drill bit used to drill the hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="blocked">
      <xsd:annotation>
        <xsd:documentation>A well log trace which has been edited to reflect sharp bed boundaries. The trace has a square wave appearance.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="borehole environment correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of the borehole environment; e.g., borehole size.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="borehole fluid composition correction">
      <xsd:annotation>
        <xsd:documentation>Deprecated. Use mud composition correction.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="borehole fluid correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of borehole fluid; e.g., a mud cake correction.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="borehole size correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of borehole size.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bromide mud correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of bromide in the borehole fluid.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bulk compressibility">
      <xsd:annotation>
        <xsd:documentation>The relative compressibility of a material.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bulk density">
      <xsd:annotation>
        <xsd:documentation>The measured density of a rock with the pore volume filled with fluid. The pore fluid is generally assumed to be water.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bulk volume">
      <xsd:annotation>
        <xsd:documentation>A quantity per unit volume.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bulk volume gas">
      <xsd:annotation>
        <xsd:documentation>The quantity of gas present in a unit volume of rock. The product of gas saturation and total porosity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bulk volume hydrocarbon">
      <xsd:annotation>
        <xsd:documentation>The quantity of hydrocarbon present in a unit volume of rock. The product of hydrocarbon saturation and total porosity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bulk volume oil">
      <xsd:annotation>
        <xsd:documentation>The quantity of oil present in a unit volume of rock. The product of oil saturation and total porosity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bulk volume water">
      <xsd:annotation>
        <xsd:documentation>The quantity of formation water present in a unit volume of rock. The product of water saturation and total porosity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="C/O ratio">
      <xsd:annotation>
        <xsd:documentation>The ratio of the Carbon measurement to the Oxygen measurement.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="caliper">
      <xsd:annotation>
        <xsd:documentation>A well log used to record hole diameter (open or cased).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="cased hole correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of being recorded in a cased hole; e.g., corrected for casing weight and thickness.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing collar locator">
      <xsd:annotation>
        <xsd:documentation>The signal measured by a device at the location of casing collars and other features (e.g., perforations).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of casing; this includes things such as casing weight, thickness and diameter.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing diameter correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of casing diameter.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing inspection">
      <xsd:annotation>
        <xsd:documentation>Any of the measurements made for the purpose of determining the properties of the well casing.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing thickness correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of casing thickness.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing weight correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of casing weight.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="cement correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of the cement surrounding the casing; this includes cement thickness, density and type.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="cement density correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of cement density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="cement evaluation">
      <xsd:annotation>
        <xsd:documentation>Any of the measurements made to determine the presence and quality of the cement bond to casing or to formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="cement thickness correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of cement thickness.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="cement type correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of the type of cement used.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CH density porosity">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CH dolomite density porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from the bulk density measurement of a cased hole density log using a dolomite matrix density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CH dolomite neutron porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a cased hole neutron log using a dolomite matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CH limestone density porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from the bulk density measurement of a cased hole density log using a limestone matrix density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CH limestone neutron porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a cased hole neutron log using a limestone matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CH neutron porosity">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CH sandstone density porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from the bulk density measurement of a cased hole density log using a sandstone matrix density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="CH sandstone neutron porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from an open hole neutron log using a sandstone matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="compressional wave dolomite porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a compressional wave acoustic log using a dolomite matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="compressional wave limestone porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a compressional wave acoustic log using a limestone matrix</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="compressional wave matrix travel time">
      <xsd:annotation>
        <xsd:documentation>The time it takes for a compressional acoustic wave to traverse a fixed distance of a given material or matrix. In this case the material or matrix is a specific, zero porosity rock, e.g. sandstone, limestone or dolomite.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="compressional wave sandstone porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a compressional wave acoustic log using a sandstone matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="compressional wave travel time">
      <xsd:annotation>
        <xsd:documentation>The time it takes for a compressional acoustic wave to traverse a fixed distance.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="conductivity">
      <xsd:annotation>
        <xsd:documentation>The property of a medium (solid or fluid) which allows the medium to conduct a form of energy; e.g., electrical conductivity or thermal conductivity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="conductivity from attenuation">
      <xsd:annotation>
        <xsd:documentation>Conductivity calculated from the attenuation of an electromagnetic wave. Generally recorded from a LWD resistivity tool.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="conductivity from phase shift">
      <xsd:annotation>
        <xsd:documentation>Conductivity calculated from the phase shift of an electromagnetic wave. Generally recorded from a LWD resistivity tool.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="connate water conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity of the water entrapped in the interstices of the rock.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="connate water resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity of the water entrapped in the interstices of the rock.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="conventional core porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity from a measurement made on a conventional core.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="core matrix density">
      <xsd:annotation>
        <xsd:documentation>The density of a rock matrix measured on a core sample.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="core permeability">
      <xsd:annotation>
        <xsd:documentation>The permeability derived from a core.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="core porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity from a core measurement.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="corrected">
      <xsd:annotation>
        <xsd:documentation>A trace which has had corrections applied; e.g. environmental corrections.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="count rate">
      <xsd:annotation>
        <xsd:documentation>The rate of occurrences; e.g. the far counts from a density tool..</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="count rate ratio">
      <xsd:annotation>
        <xsd:documentation>The ratio of two count rates.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="cross plot porosity">
      <xsd:annotation>
        <xsd:documentation>The pore volume of a rock calculated from cross plotting two or more well log porosity measurements.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="decay time">
      <xsd:annotation>
        <xsd:documentation>The time it takes for a population to decay, generally expressed as a half life.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="deep conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity which represents a measurement made several feet into the formation; generally considered a measurement of the undisturbed formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="deep induction conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity, measured by an induction log, which represents a measurement made several feet into the formation; generally considered a measurement of the undisturbed formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="deep induction resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity, measured by an induction log, which represents a measurement made several feet into the formation; generally considered a measurement of the undisturbed formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="deep laterolog conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity, measured by a laterolog, which represents a measurement made several feet into the formation; generally considered a measurement of the undisturbed formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="deep laterolog resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity, measured by a laterolog, which represents a measurement made several feet into the formation; generally considered a measurement of the undisturbed formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="deep resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity which represents a measurement made several feet into the formation; generally considered a measurement of the undisturbed formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="density">
      <xsd:annotation>
        <xsd:documentation>Mass per unit Volume - well logging units are usually gm/cc.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="density porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated using the bulk density measurement from a density log.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="depth">
      <xsd:annotation>
        <xsd:documentation>The distance to a point in a wellbore.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="depth adjusted">
      <xsd:annotation>
        <xsd:documentation>The process of depth correcting a trace by depth matching it to a reference trace.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="depth derived from velocity">
      <xsd:annotation>
        <xsd:documentation>The depth calculated from velocity information.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="deviation">
      <xsd:annotation>
        <xsd:documentation>Departure of a borehole from vertical. Also, the angle measured between the tool axis and vertical.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="dielectric">
      <xsd:annotation>
        <xsd:documentation>Relative permittivity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="diffusion correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of diffusion.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="dip">
      <xsd:annotation>
        <xsd:documentation>The angle that a structural surface, e.g. a bedding or fault plane, makes with the horizontal, measured perpendicular to the strike of the structure.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="dipmeter">
      <xsd:annotation>
        <xsd:documentation>Any of a number of measurements produced by a tool designed to measure formation dip and borehole characteristics through direct and indirect measurements.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="dipmeter conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity, measured by a dipmeter, which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="dipmeter resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity, measured by a dipmeter, which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="dolomite acoustic porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from an acoustic log using a dolomite matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="dolomite density porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from the bulk density measurement of a density log using a dolomite matrix density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="dolomite neutron porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a neutron log using a dolomite matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="edited">
      <xsd:annotation>
        <xsd:documentation>A well log trace which has been corrected or adjusted through an editing process.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="effective porosity">
      <xsd:annotation>
        <xsd:documentation>The interconnected pore volume occupied by free fluids.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="electric current">
      <xsd:annotation>
        <xsd:documentation>The flow of electric charge.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="electric potential">
      <xsd:annotation>
        <xsd:documentation>The difference in electrical energy between two systems.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="electromagnetic wave matrix travel time">
      <xsd:annotation>
        <xsd:documentation>The time it takes for an electromagnetic wave to traverse a fixed distance of a given material or matrix. In this case the material or matrix is a specific, zero porosity rock, e.g. sandstone, limestone or dolomite.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="electromagnetic wave travel time">
      <xsd:annotation>
        <xsd:documentation>The time it takes for an electromagnetic wave to traverse a fixed distance.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="element">
      <xsd:annotation>
        <xsd:documentation>The elemental composition, generally in weight percent, of a formation as calculated from information obtained from a geochemical logging pass; e.g., weight percent of Al, Si, Ca, Fe, etc.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="elemental ratio">
      <xsd:annotation>
        <xsd:documentation>The ratio of two different elemental measurements; e.g. K/U.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="enhanced">
      <xsd:annotation>
        <xsd:documentation>A well log trace which has been filtered to improve its value; e.g. inverse filtering for better resolution.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="filtered">
      <xsd:annotation>
        <xsd:documentation>A well log trace which has had a filter applied to it.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="flowmeter">
      <xsd:annotation>
        <xsd:documentation>A logging tool to measure the rate and/or direction of fluid flow in a wellbore.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="fluid density">
      <xsd:annotation>
        <xsd:documentation>The quantity per unit volume of fluid.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="fluid velocity">
      <xsd:annotation>
        <xsd:documentation>The velocity of a flowing fluid.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="fluid viscosity">
      <xsd:annotation>
        <xsd:documentation>The amount of a fluid resistance to flow.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="flushed zone conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity of the zone immediately behind the mud cake and which is considered to be flushed by mud filtrate, i.e., it is considered to have all mobile formation fluids displaced from it.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="flushed zone resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity of the zone immediately behind the mud cake and which is considered to be flushed by mud filtrate, i.e., it is considered to have all mobile formation fluids displaced from it.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="flushed zone saturation">
      <xsd:annotation>
        <xsd:documentation>The fraction or percentage of pore volume of rock occupied by drilling mud or mud filtrate in the flushed zone.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="force">
      <xsd:annotation>
        <xsd:documentation>Energy exerted or brought to bear.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="formation density correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for formation density effects.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="formation properties correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for formation properties; e.g., salinity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="formation salinity correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the salinity effects from the water in the formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="formation saturation correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for formation saturation effects.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="formation volume factor correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of the hydrocarbon formation volume factor.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="formation water density correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of the density of the formation water.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="formation water saturation correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for water saturation effects.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="free fluid index">
      <xsd:annotation>
        <xsd:documentation>The percent of the bulk volume occupied by fluids which are free to flow as measured by the nuclear magnetism log.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="friction effect correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of friction.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gamma ray">
      <xsd:annotation>
        <xsd:documentation>The measurement of naturally occurring Gamma Ray radiation being released by radioisotopes in clay or other minerals in the formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gamma ray minus uranium">
      <xsd:annotation>
        <xsd:documentation>The measurement of the naturally occurring gamma radiation less the radiation attributed to uranium.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gas saturation">
      <xsd:annotation>
        <xsd:documentation>The fraction or percentage of pore volume of rock occupied by gas.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gradiomanometer">
      <xsd:annotation>
        <xsd:documentation>The measurement of the average density of fluids in a wellbore.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="high frequency conductivity">
      <xsd:annotation>
        <xsd:documentation>A measurement of the conductivity of the formation, by a high frequency electromagnetic tool, within the first few cubic inches of the borehole wall.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="high frequency electromagnetic">
      <xsd:annotation>
        <xsd:documentation>High frequency electromagnetic measurements, e.g. from a dielectric logging tool.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="high frequency electromagnetic porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated using a high frequency electromagnetic measurement as input.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="high frequency E-M phase shift">
      <xsd:annotation>
        <xsd:documentation>The amount of change in the phase of a high frequency electromagnetic wave.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="high frequency resistivity">
      <xsd:annotation>
        <xsd:documentation>A measurement of the resistivity of the formation, by a high frequency electromagnetic tool, within the first few cubic inches of the borehole wall.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hydrocarbon correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of hydrocarbons.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hydrocarbon density correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of hydrocarbon density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hydrocarbon gravity correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of hydrocarbon gravity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hydrocarbon saturation">
      <xsd:annotation>
        <xsd:documentation>The fraction or percentage of pore volume of rock occupied by hydrocarbon.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hydrocarbon viscosity correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of hydrocarbon viscosity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="image">
      <xsd:annotation>
        <xsd:documentation>The likeness of an object produced by an electrical device.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="interpretation variable">
      <xsd:annotation>
        <xsd:documentation>A variable in a well log interpretation equation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="iron mud correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of iron in the borehole fluid.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="joined">
      <xsd:annotation>
        <xsd:documentation>A well log trace which has had two or more runs spliced together to make a single trace.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="KCl mud correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of KCl in the borehole fluid.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="length">
      <xsd:annotation>
        <xsd:documentation>A measured distance or dimension.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="limestone acoustic porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from an acoustic log using a limestone matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="limestone density porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from the bulk density measurement of a density log using a limestone matrix density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="limestone neutron porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a neutron log using a limestone matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="lithology correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for lithology effects.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="log derived permeability">
      <xsd:annotation>
        <xsd:documentation>The permeability derived from a well log.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="log matrix density">
      <xsd:annotation>
        <xsd:documentation>The density of a rock matrix used with, or derived from, the bulk density from a well log. The matrix is assumed to have zero porosity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="magnetic casing collar locator">
      <xsd:annotation>
        <xsd:documentation>The signal measured by a magnetic device at the location of casing collars and other features (e.g., perforations).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="matrix density">
      <xsd:annotation>
        <xsd:documentation>The density of a rock matrix. In this case, the matrix is assumed to have zero porosity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="matrix travel time">
      <xsd:annotation>
        <xsd:documentation>The time it takes for an electromagnetic or acoustic wave to traverse a fixed distance of a given material or matrix. In this case the material or matrix is a specific, zero porosity rock, e.g. sandstone, limestone or dolomite.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="measured depth">
      <xsd:annotation>
        <xsd:documentation>The distance measured along the path of a wellbore.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mechanical caliper">
      <xsd:annotation>
        <xsd:documentation>A well log which uses a mechanical device to measure hole diameter.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mechanical casing collar locator">
      <xsd:annotation>
        <xsd:documentation>The signal measured by a mechanical device at the location of casing collars and other features (e.g., perforations).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="medium conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity which represents a measurement made approximately two to three feet into the formation; generally considered to measure the formation where it contain fluids which are a mixture of mud filtrate, connate water and possibly hydrocarbons.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="medium induction conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity, made by an induction log, which represents a measurement made approximately two to three feet into the formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="medium induction resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity, made by an induction log, which represents a measurement made approximately two to three feet into the formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="medium laterolog conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity, measured by a laterolog, which represents a measurement made approximately two to three feet into the formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="medium laterolog resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity, measured by a laterolog, which represents a measurement made approximately two to three feet into the formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="medium resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity which represents a measurement made approximately two to three feet into the formation; generally considered to measure the formation where it contain fluids which are a mixture of mud filtrate, connate water and possibly hydrocarbons.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="micro conductivity">
      <xsd:annotation>
        <xsd:documentation>A measurement of the conductivity of the formation within the first few cubic inches of the borehole wall.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="micro inverse conductivity">
      <xsd:annotation>
        <xsd:documentation>A conductivity measurement made by a micro log tool which measures within the first few cubic inches of the borehole wall.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="micro inverse resistivity">
      <xsd:annotation>
        <xsd:documentation>A resistivity measurement made by a micro log tool which measures within the first few cubic inches of the borehole wall.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="micro laterolog conductivity">
      <xsd:annotation>
        <xsd:documentation>A measurement of the conductivity of the formation, by a laterolog, within the first few cubic inches of the borehole wall.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="micro laterolog resistivity">
      <xsd:annotation>
        <xsd:documentation>A measurement of the resistivity of the formation, by a laterolog, within the first few cubic inches of the borehole wall.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="micro normal conductivity">
      <xsd:annotation>
        <xsd:documentation>A conductivity measurement made by a micro log tool which measures within the first few cubic inches of the borehole wall.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="micro normal resistivity">
      <xsd:annotation>
        <xsd:documentation>A resistivity measurement made by a micro log tool which measures within the first few cubic inches of the borehole wall.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="micro resistivity">
      <xsd:annotation>
        <xsd:documentation>A measurement of the resistivity of the formation within the first few cubic inches of the borehole wall.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="micro spherically focused conductivity">
      <xsd:annotation>
        <xsd:documentation>A measurement of the conductivity of the formation, by a spherically focused tool, within the first few cubic inches of the borehole wall.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="micro spherically focused resistivity">
      <xsd:annotation>
        <xsd:documentation>A measurement of the resistivity of the formation, by a spherically focused tool, within the first few cubic inches of the borehole wall.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mineral">
      <xsd:annotation>
        <xsd:documentation>The mineral composition, generally in weight percent, of a formation as calculated from elemental information obtained from a geochemical logging pass; e.g., weight percent of dolomite, calcite, illite, quartzite, etc.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud cake conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity of the filter cake, the residue deposited on the borehole wall as mud loses filtrate into porous and permeable rock.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud cake correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of mud cake; e.g., mud cake thickness and/or density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud cake density correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of mud cake density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud cake resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity of the filter cake, the residue deposited on the borehole wall as mud loses filtrate into porous and permeable rock.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud cake resistivity correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of mud cake resistivity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud cake thickness correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of mud cake thickness.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud composition correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of borehole fluid composition; e.g., a correction for KCl in the borehole fluid.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity of the continuous phase liquid used for the drilling of the well.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud filtrate conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity of the effluent of the continuous phase liquid of the drilling mud which permeates porous and permeable rock.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud filtrate correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of mud filtrate. This includes things such as filtrate salinity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud filtrate density correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of mud filtrate density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud filtrate resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity of the effluent of the continuous phase liquid of the drilling mud which permeates porous and permeable rock.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud filtrate resistivity correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of mud filtrate resistivity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud filtrate salinity correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of mud filtrate salinity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity of the continuous phase liquid used for the drilling of the well.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud salinity correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of salinity in the borehole fluid.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud viscosity correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of the viscosity of the borehole fluid.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud weight correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of weighting the borehole fluid.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="neutron die away time">
      <xsd:annotation>
        <xsd:documentation>The time it takes for a neutron population to die away to half value.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="neutron porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity from a neutron log.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="nuclear caliper">
      <xsd:annotation>
        <xsd:documentation>A well log which uses a nuclear device to measure hole diameter.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="nuclear magnetic decay time">
      <xsd:annotation>
        <xsd:documentation>The decay time of a nuclear magnetic signal.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="nuclear magnetism log permeability">
      <xsd:annotation>
        <xsd:documentation>The permeability derived from a nuclear magnetism log.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="nuclear magnetism porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated using the measurements from a nuclear magnetism logging pass.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="OH density porosity">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="OH dolomite density porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from the bulk density measurement of an open hole density log using a dolomite matrix density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="OH dolomite neutron porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from an open hole neutron log using a dolomite matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="OH limestone density porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from the bulk density measurement of an open hole density log using a limestone matrix density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="OH limestone neutron porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from an open hole neutron log using a limestone matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="OH neutron porosity">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="OH sandstone density porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from the bulk density measurement of an open hole density log using a sandstone matrix density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="OH sandstone neutron porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from an open hole neutron log using a sandstone matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="oil based mud correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of oil based borehole fluid.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="oil saturation">
      <xsd:annotation>
        <xsd:documentation>The fraction or percentage of pore volume of rock occupied by oil.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="perforating">
      <xsd:annotation>
        <xsd:documentation>The procedure for introducing holes through casing into a formation so that formation fluids can enter into the casing.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="permeability">
      <xsd:annotation>
        <xsd:documentation>The permeability of the surrounding formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="phase shift">
      <xsd:annotation>
        <xsd:documentation>A change or variation according to a harmonic law from a standard position or instant of starting.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="photoelectric absorption">
      <xsd:annotation>
        <xsd:documentation>The effect measured by the density log and produced by the process of a photon colliding with an atom, and then being completely absorbed and its total energy used to eject one of the orbital electrons from those surrounding the nucleus.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="photoelectric absorption correction">
      <xsd:annotation>
        <xsd:documentation>The correction that is to be made to the photoelectric absorption curve.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="physical measurement correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for various physical measurement effects; e.g. spreading loss.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="plane angle">
      <xsd:annotation>
        <xsd:documentation>An angle formed by two intersecting lines.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="porosity">
      <xsd:annotation>
        <xsd:documentation>The total pore volume occupied by fluid in a rock. Includes isolated nonconnecting pores and volume occupied by absorbed, immobile fluid.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="porosity correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for porosity effects.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="potassium">
      <xsd:annotation>
        <xsd:documentation>The measurement of gamma radiation emitted by potassium.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="pressure">
      <xsd:annotation>
        <xsd:documentation>The force or thrust exerted upon a surface divided by the area of the surface.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="pressure correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of pressure in the borehole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="processed">
      <xsd:annotation>
        <xsd:documentation>A well log trace which has been processed in some way; e.g., depth adjusted or environmentally corrected.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="pulsed neutron porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a pulsed neutron log.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="quality">
      <xsd:annotation>
        <xsd:documentation>Degree of excellence.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ratio">
      <xsd:annotation>
        <xsd:documentation>A relationship between two values usually expressed as a fraction.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="raw">
      <xsd:annotation>
        <xsd:documentation>A well log trace which has not had any processing. In other words, a trace which has not been depth adjusted or environmentally corrected.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="relative bearing">
      <xsd:annotation>
        <xsd:documentation>While looking down hole, it is the clockwise angle from the upper side of the sonde to the reference pad or electrode.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="resistivity">
      <xsd:annotation>
        <xsd:documentation>The property measuring the resistance to flow of an electrical current.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="resistivity factor correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for resistivity factor effects.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="resistivity from attenuation">
      <xsd:annotation>
        <xsd:documentation>Resistivity calculated from the attenuation of an electromagnetic wave. Generally recorded from a LWD resistivity tool.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="resistivity from phase shift">
      <xsd:annotation>
        <xsd:documentation>Resistivity calculated from the phase shift of an electromagnetic wave. Generally recorded from a LWD resistivity tool.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="resistivity phase shift">
      <xsd:annotation>
        <xsd:documentation>The amount of change in the phase of an electrical wave.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="resistivity ratio">
      <xsd:annotation>
        <xsd:documentation>The ratio of two resistivity values.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="salinity">
      <xsd:annotation>
        <xsd:documentation>The concentration of ions in solution.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sampling">
      <xsd:annotation>
        <xsd:documentation>To take a sample of or from something.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sandstone acoustic porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from an acoustic log using a sandstone matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sandstone density porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from the bulk density measurement of a density log using a sandstone matrix density.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sandstone neutron porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a neutron log using a sandstone matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="saturation">
      <xsd:annotation>
        <xsd:documentation>The fraction or percentage of the pore volume of a rock.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shale volume">
      <xsd:annotation>
        <xsd:documentation>An estimate of the amount of shale present in the formation. Frequently calculated from a gamma ray or SP curve.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shallow conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shallow induction conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity, measured by an induction log, which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shallow induction resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity, measured by an induction log, which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shallow laterolog conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity, measured by a laterolog, which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shallow laterolog resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity, measured by a laterolog, which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shallow resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity which represents a measurement made approximately one to two feet into the formation; generally considered to measure the formation where it contains fluids which are comprised primarily of mud filtrate.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shear wave dolomite porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a shear wave acoustic log using a dolomite matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shear wave limestone porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a shear wave acoustic log using a limestone matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shear wave matrix travel time">
      <xsd:annotation>
        <xsd:documentation>The time it takes for a shear acoustic wave to traverse a fixed distance of a given material or matrix. In this case the material or matrix is a specific, zero porosity rock, e.g. sandstone, limestone or dolomite.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shear wave sandstone porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a shear wave acoustic log using a sandstone matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shear wave travel time">
      <xsd:annotation>
        <xsd:documentation>The time it takes for a shear acoustic wave to traverse a fixed distance.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shifted">
      <xsd:annotation>
        <xsd:documentation>A well log trace which has had its original values shifted by some factor; e.g., added or multiplied by a constant.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sidewall core porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity from a measurement made on a sidewall core.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sigma">
      <xsd:annotation>
        <xsd:documentation>The macroscopic capture cross section, i.e. the effective cross-sectional area per unit volume for the capture of neutrons.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sigma formation">
      <xsd:annotation>
        <xsd:documentation>The macroscopic capture cross section, i.e. the effective cross-sectional area per unit volume, of the formation for the capture of neutrons.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sigma gas">
      <xsd:annotation>
        <xsd:documentation>The macroscopic capture cross section, i.e. the effective cross-sectional area per unit volume, of gas for the capture of neutrons.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sigma hydrocarbon">
      <xsd:annotation>
        <xsd:documentation>The macroscopic capture cross section, i.e. the effective cross-sectional area per unit volume, of hydrocarbon for the capture of neutrons.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sigma matrix">
      <xsd:annotation>
        <xsd:documentation>The macroscopic capture cross section, i.e. the effective cross-sectional area per unit volume, of the rock matrix for the capture of neutrons.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sigma oil">
      <xsd:annotation>
        <xsd:documentation>The macroscopic capture cross section, i.e. the effective cross-sectional area per unit volume, of oil for the capture of neutrons.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sigma water">
      <xsd:annotation>
        <xsd:documentation>The macroscopic capture cross section, i.e. the effective cross-sectional area per unit volume, of water for the capture of neutrons.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="slippage velocity correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for slippage velocity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="smoothed">
      <xsd:annotation>
        <xsd:documentation>A well log trace which has been filtered to smooth, or average the trace.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="spectral gamma ray">
      <xsd:annotation>
        <xsd:documentation>The measurement of all the naturally occurring gamma radiation separated by energy windows.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="spherically focused conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity, measured by a spherically focused log, which represents the resistivity approximately one to two feet into the formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="spherically focused resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity, measured by a spherically focused log, which represents the resistivity approximately one to two feet into the formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="spontaneous potential">
      <xsd:annotation>
        <xsd:documentation>The difference in potential (DC Voltage) between a moveable electrode in the borehole and a distant reference electrode usually at the surface.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="spreading loss correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of spreading loss.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="synthetic well log trace">
      <xsd:annotation>
        <xsd:documentation>A well log trace which has been artificially created, as opposed to an actual measurement, from associated measurements or information.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="temperature">
      <xsd:annotation>
        <xsd:documentation>A temperature measurement.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="temperature correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of the temperature in the borehole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tension">
      <xsd:annotation>
        <xsd:documentation>The tension on the wireline cable while logging.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="Th/K ratio">
      <xsd:annotation>
        <xsd:documentation>The ratio of the Thorium measurement to the Potassium measurement.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="thorium">
      <xsd:annotation>
        <xsd:documentation>The measurement of gamma radiation emitted by thorium.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="time">
      <xsd:annotation>
        <xsd:documentation>A measured or measurable period.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tool diameter correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the tool diameter.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tool eccentricity correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of the tool not being centered in the borehole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="total gamma ray">
      <xsd:annotation>
        <xsd:documentation>The measurement of all the naturally occurring gamma radiation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="total porosity">
      <xsd:annotation>
        <xsd:documentation>The total pore volume occupied by fluid in a rock.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tracer survey">
      <xsd:annotation>
        <xsd:documentation>A well log used for the purpose of monitoring a traceable material; e.g. a radioactive isotope.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="travel time">
      <xsd:annotation>
        <xsd:documentation>The time it takes for an acoustic or electromagnetic wave to traverse a specific distance.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="true conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity of fluid-filled rock where fluid distributions and saturations are representative of those in the uninvaded, undisturbed part of the formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="true resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity of fluid-filled rock where fluid distributions and saturations are representative of those in the uninvaded, undisturbed part of the formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="true vertical depth">
      <xsd:annotation>
        <xsd:documentation>The distance along a straight, vertical path. Usually computed from a measured depth and deviation information.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tube wave dolomite porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a tube wave acoustic log using a dolomite matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tube wave limestone porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a tube wave acoustic log using a limestone matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tube wave matrix travel time">
      <xsd:annotation>
        <xsd:documentation>The time it takes for a acoustic tube wave to traverse a fixed distance of a given material or matrix. In this case the material or matrix is a specific, zero porosity rock, e.g. sandstone, limestone or dolomite.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tube wave sandstone porosity">
      <xsd:annotation>
        <xsd:documentation>Porosity calculated from a tube wave acoustic log using a sandstone matrix.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tube wave travel time">
      <xsd:annotation>
        <xsd:documentation>The time it takes for a tube acoustic wave to traverse a fixed distance.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="uranium">
      <xsd:annotation>
        <xsd:documentation>The measurement of gamma radiation emitted by uranium.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="velocity">
      <xsd:annotation>
        <xsd:documentation>directional speed</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="volume">
      <xsd:annotation>
        <xsd:documentation>cubic capacity</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="water based fluid correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for the effects of the components in a water based borehole fluid system; e.g., a correction for KCL in the mud.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="water holdup correction">
      <xsd:annotation>
        <xsd:documentation>A trace which has been corrected for water holdup.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="water saturated conductivity">
      <xsd:annotation>
        <xsd:documentation>The conductivity of rock completely saturated with connate water.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="water saturated resistivity">
      <xsd:annotation>
        <xsd:documentation>The resistivity of rock completely saturated with connate water.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="water saturation">
      <xsd:annotation>
        <xsd:documentation>The fraction or percentage of pore volume of rock occupied by water.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:MessageProbability
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration low
enumeration medium
enumeration high
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="MessageProbability">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="low">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="medium">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="high">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:MessageSeverity
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration catastrophic
enumeration major
enumeration minor
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="MessageSeverity">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="catastrophic">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="major">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="minor">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:MessageType
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the type of a message.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration alarm
An alarm condition when something has exceeded specified limits
enumeration event
Information about a specific event
enumeration informational
General information message
enumeration warning
A cautionary message
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="MessageType">
  <xsd:annotation>
    <xsd:documentation>These values represent the type of a message.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="alarm">
      <xsd:annotation>
        <xsd:documentation>An alarm condition when something has exceeded specified limits</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="event">
      <xsd:annotation>
        <xsd:documentation>Information about a specific event</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="informational">
      <xsd:annotation>
        <xsd:documentation>General information message</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="warning">
      <xsd:annotation>
        <xsd:documentation>A cautionary message</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:MudLogParameterType
Namespace http://www.witsml.org/schemas/131
Annotations
"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
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration bit parameters
Summarizes basic drilling parameters (or changes) at 
specified depth. Text value only.
enumeration bit type comment
Text gives bitname and manufacturer. May have other 
bit parameters typical for bit run. Depth recorded at depth bit 
run starts. Text value only.
enumeration casing point comment
Text may include casing depth, size and LOT 
information. Depth recorded is usually depth of shoe. A top depth 
is typically not required as it is usually the rig floor, mud line 
or other datum. However a top depth may be required if referenced 
to a casing or liner hanger etc Text value only.
enumeration chromatograph comment
Any general comments pertinent to chromatograph 
readings and equipment calibrations, gas reading anomalies, etc. Text value only.
enumeration circulation system comment
Text indicating flowchecks, result, kick details, 
fluid loss. Any event associated with mud circulation. Text value only.
enumeration core interval comment
Associated text with core interval usually 
summarizing core number core,  cut, core recovered and percent 
recovery. Not meant for core description. Text value only.
enumeration cuttings gas
Gas from blendorized cutting samples (possibly 
every 30ft). Concentration value only.
enumeration direct fracture pressure
LOT (Leak off) and PIT (Pressure Integrity 
Test) Results. Pressure value only.
enumeration direct pore pressure measurements
Wireline Formation Testing (WFT) pressure  (e.g., MDT, RCI, FMT, RFT) as a 
gradient. Pressure gradient value only.
enumeration drilling data comment
Text comments highlighting anomalies in 
data or interpretation of drill data: Hookload/WOB, RPM/Torque, 
PumpFlow. Text value only.
enumeration fracture PG estimate most likely
Fracture Pressure Gradient - Most Likely. Pressure gradient value only.
enumeration gas peaks comment
Text giving gas peak type and magnitude.
Text value only.
enumeration gas ratio comment
Comments on gas ratio curve data. Text value only.
enumeration general engineering comment
Text describes general engineering/drilling 
related events Text value only.
enumeration kicks and flows
Pressure gradients derived from kicks and flows 
while drilling. Pressure gradient value only.
enumeration lithlog comment
Lithlog general comments - would typically appear 
in 'Remarks' column along with lithologic descriptions. Text value only.
enumeration lost returns
Pressures gradients derived from lost returns. Pressure gradient value only.
enumeration LWD comment
Data on Logging While Drilling tool failures, 
anomalies etc. Text value only.
enumeration marker or formation top comment
Indicates a formation or biostratigraphic 
marker etc. - may include name, measured and subsea depth plus two way time. Text value only.
enumeration midnight depth date
Comment signifying depth at 00:00 hrs. 
Date is usual text. Text value only.
enumeration mud check comment
Mud check parameters and changes. Data will be 
key mud information, MWt, PV/YP, Gels, Viscosity etc. May be just 
one parameter if change made etc. Text value only.
enumeration mud data comment
Gives text comments on mud weight etc. As opposed 
to mud check (see previously). Text value only.
enumeration mudlog comment
General mudlog comments that are normally found 
in Remarks column with Lith descriptions. May include time / date 
/ depth mudlogging was commenced or other information.  Text value only.
enumeration overburden gradient
Overburden Gradient. Pressure gradient value only.
enumeration overpull on connection
Amount of hookload overpull on connection 
(maximum); Text giving amount of overpull (max) on connections, 
trips and other. Text should state type of overpull. Both text and force value.
enumeration overpull on trip
Amount of hookload overpull on Trip 
(maximum per stand); Text giving amount of overpull (max) 
on connections, trips and other. Text should state type of 
overpull. Both text and force value.
enumeration pore PG estimate most likely
Pore Pressure Gradient - Most Likely. Pressure gradient value only.
enumeration pore pressure estimate while drilling
Estimates of pore pressure made while drilling. Pressure value only.
enumeration pressure data comment
Text comments highlighting anomalies in 
data or interpretation. Text value only.
enumeration shale density comment
Text comment highlighting shale density 
anomalies. Text value only.
enumeration short trip comment
Text associated with short trip (Wiper Trip) 
giving details of type and length of trip. Depth is MD at which short trip is made. Text value only.
enumeration show report comment
Gives indication of presence of show report 
(refers to a separate document).  Text value only.
enumeration sidewall core comment
Associated text for a sidewall core at a 
specific depth or a comment associated with a sidewall core program / interval. Text may give SWC number, status, lithology etc. Text value only.
enumeration sliding Interval
Interval over which drill bit slides - drilling 
with no surface rotation. Usually seen as a symbol with 
generally no associated text.
enumeration steam still results comment
Text listing steam still result - chromatographic 
breakdown of sample from steam still.  Text value only.
enumeration survey comment
Comment in regards to drilling survey; may include 
summary of survey data such as direction, dip and azimuth of survey and 
measured and TVD depths.  Text value only.
enumeration temperature data comment
Text giving comments on temperature data and curves. 
Text value only.
enumeration temperature trend comment
Text comments highlighting anomalies in temperature 
trend data or interpretation. Text value only.
enumeration wireline log comment
List of wireline logging tools run in this job, 
usually in run order. Will also include run numbers. Text value only.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="MudLogParameterType">
  <xsd:annotation>
    <xsd: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.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="bit parameters">
      <xsd:annotation>
        <xsd:documentation>Summarizes basic drilling parameters (or changes) at specified depth. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bit type comment">
      <xsd:annotation>
        <xsd:documentation>Text gives bitname and manufacturer. May have other bit parameters typical for bit run. Depth recorded at depth bit run starts. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing point comment">
      <xsd:annotation>
        <xsd:documentation>Text may include casing depth, size and LOT information. Depth recorded is usually depth of shoe. A top depth is typically not required as it is usually the rig floor, mud line or other datum. However a top depth may be required if referenced to a casing or liner hanger etc Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="chromatograph comment">
      <xsd:annotation>
        <xsd:documentation>Any general comments pertinent to chromatograph readings and equipment calibrations, gas reading anomalies, etc. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="circulation system comment">
      <xsd:annotation>
        <xsd:documentation>Text indicating flowchecks, result, kick details, fluid loss. Any event associated with mud circulation. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="core interval comment">
      <xsd:annotation>
        <xsd:documentation>Associated text with core interval usually summarizing core number core, cut, core recovered and percent recovery. Not meant for core description. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="cuttings gas">
      <xsd:annotation>
        <xsd:documentation>Gas from blendorized cutting samples (possibly every 30ft). Concentration value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="direct fracture pressure">
      <xsd:annotation>
        <xsd:documentation>LOT (Leak off) and PIT (Pressure Integrity Test) Results. Pressure value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="direct pore pressure measurements">
      <xsd:annotation>
        <xsd:documentation>Wireline Formation Testing (WFT) pressure (e.g., MDT, RCI, FMT, RFT) as a gradient. Pressure gradient value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drilling data comment">
      <xsd:annotation>
        <xsd:documentation>Text comments highlighting anomalies in data or interpretation of drill data: Hookload/WOB, RPM/Torque, PumpFlow. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="fracture PG estimate most likely">
      <xsd:annotation>
        <xsd:documentation>Fracture Pressure Gradient - Most Likely. Pressure gradient value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gas peaks comment">
      <xsd:annotation>
        <xsd:documentation>Text giving gas peak type and magnitude. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gas ratio comment">
      <xsd:annotation>
        <xsd:documentation>Comments on gas ratio curve data. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="general engineering comment">
      <xsd:annotation>
        <xsd:documentation>Text describes general engineering/drilling related events Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="kicks and flows">
      <xsd:annotation>
        <xsd:documentation>Pressure gradients derived from kicks and flows while drilling. Pressure gradient value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="lithlog comment">
      <xsd:annotation>
        <xsd:documentation>Lithlog general comments - would typically appear in 'Remarks' column along with lithologic descriptions. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="lost returns">
      <xsd:annotation>
        <xsd:documentation>Pressures gradients derived from lost returns. Pressure gradient value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="LWD comment">
      <xsd:annotation>
        <xsd:documentation>Data on Logging While Drilling tool failures, anomalies etc. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="marker or formation top comment">
      <xsd:annotation>
        <xsd:documentation>Indicates a formation or biostratigraphic marker etc. - may include name, measured and subsea depth plus two way time. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="midnight depth date">
      <xsd:annotation>
        <xsd:documentation>Comment signifying depth at 00:00 hrs. Date is usual text. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud check comment">
      <xsd:annotation>
        <xsd:documentation>Mud check parameters and changes. Data will be key mud information, MWt, PV/YP, Gels, Viscosity etc. May be just one parameter if change made etc. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud data comment">
      <xsd:annotation>
        <xsd:documentation>Gives text comments on mud weight etc. As opposed to mud check (see previously). Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mudlog comment">
      <xsd:annotation>
        <xsd:documentation>General mudlog comments that are normally found in Remarks column with Lith descriptions. May include time / date / depth mudlogging was commenced or other information. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="overburden gradient">
      <xsd:annotation>
        <xsd:documentation>Overburden Gradient. Pressure gradient value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="overpull on connection">
      <xsd:annotation>
        <xsd:documentation>Amount of hookload overpull on connection (maximum); Text giving amount of overpull (max) on connections, trips and other. Text should state type of overpull. Both text and force value.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="overpull on trip">
      <xsd:annotation>
        <xsd:documentation>Amount of hookload overpull on Trip (maximum per stand); Text giving amount of overpull (max) on connections, trips and other. Text should state type of overpull. Both text and force value.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="pore PG estimate most likely">
      <xsd:annotation>
        <xsd:documentation>Pore Pressure Gradient - Most Likely. Pressure gradient value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="pore pressure estimate while drilling">
      <xsd:annotation>
        <xsd:documentation>Estimates of pore pressure made while drilling. Pressure value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="pressure data comment">
      <xsd:annotation>
        <xsd:documentation>Text comments highlighting anomalies in data or interpretation. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shale density comment">
      <xsd:annotation>
        <xsd:documentation>Text comment highlighting shale density anomalies. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="short trip comment">
      <xsd:annotation>
        <xsd:documentation>Text associated with short trip (Wiper Trip) giving details of type and length of trip. Depth is MD at which short trip is made. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="show report comment">
      <xsd:annotation>
        <xsd:documentation>Gives indication of presence of show report (refers to a separate document). Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sidewall core comment">
      <xsd:annotation>
        <xsd:documentation>Associated text for a sidewall core at a specific depth or a comment associated with a sidewall core program / interval. Text may give SWC number, status, lithology etc. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sliding Interval">
      <xsd:annotation>
        <xsd:documentation>Interval over which drill bit slides - drilling with no surface rotation. Usually seen as a symbol with generally no associated text.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="steam still results comment">
      <xsd:annotation>
        <xsd:documentation>Text listing steam still result - chromatographic breakdown of sample from steam still. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="survey comment">
      <xsd:annotation>
        <xsd:documentation>Comment in regards to drilling survey; may include summary of survey data such as direction, dip and azimuth of survey and measured and TVD depths. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="temperature data comment">
      <xsd:annotation>
        <xsd:documentation>Text giving comments on temperature data and curves. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="temperature trend comment">
      <xsd:annotation>
        <xsd:documentation>Text comments highlighting anomalies in temperature trend data or interpretation. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="wireline log comment">
      <xsd:annotation>
        <xsd:documentation>List of wireline logging tools run in this job, usually in run order. Will also include run numbers. Text value only.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:NADTypes
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration NAD27
enumeration NAD83
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="NADTypes">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="NAD27">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="NAD83">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:NameTagLocation
Namespace http://www.witsml.org/schemas/131
Annotations
Defines the locations where an equipment tag might be found..
The list of standard values is contained in the WITSML enumValues.xml file.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
Source
<xsd:simpleType name="NameTagLocation">
  <xsd:annotation>
    <xsd:documentation>Defines the locations where an equipment tag might be found.. The list of standard values is contained in the WITSML enumValues.xml file.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:NameTagNumberingScheme
Namespace http://www.witsml.org/schemas/131
Annotations
Defines the specifications for creating equipment tags..
The list of standard values is contained in the WITSML enumValues.xml file.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
Source
<xsd:simpleType name="NameTagNumberingScheme">
  <xsd:annotation>
    <xsd:documentation>Defines the specifications for creating equipment tags.. The list of standard values is contained in the WITSML enumValues.xml file.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:NameTagTechnology
Namespace http://www.witsml.org/schemas/131
Annotations
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
Diagram 131.tmp#abstractTypeEnum
Type witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
Source
<xsd:simpleType name="NameTagTechnology">
  <xsd:annotation>
    <xsd: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.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:NozzleType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration extended
enumeration normal
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="NozzleType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="extended">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="normal">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:OTDRReason
Namespace http://www.witsml.org/schemas/131
Annotations
The reason an Optical Time Domain Reflectometry (OTDR) 
test was run within a  Distributed Temperature Survey (DTS).
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration pre-installation
The OTDR was run prior to installing the fiber in the well.
enumeration post-installation
The OTDR was run after installating the fiber in the 
well in order to quality check the installation process.
enumeration DTS run
The OTDR was run in conjunction with a DTS run. This is 
generally immediately preceding the timed run.
enumeration other
The OTDR was run for another reason.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="OTDRReason">
  <xsd:annotation>
    <xsd:documentation>The reason an Optical Time Domain Reflectometry (OTDR) test was run within a Distributed Temperature Survey (DTS).</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="pre-installation">
      <xsd:annotation>
        <xsd:documentation>The OTDR was run prior to installing the fiber in the well.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="post-installation">
      <xsd:annotation>
        <xsd:documentation>The OTDR was run after installating the fiber in the well in order to quality check the installation process.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DTS run">
      <xsd:annotation>
        <xsd:documentation>The OTDR was run in conjunction with a DTS run. This is generally immediately preceding the timed run.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation>The OTDR was run for another reason.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:PitType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration bulk
enumeration chemical
enumeration drilling
enumeration mix
enumeration mud cleaning
enumeration sand trap
enumeration slug
That pit in the active pit system located 
immediately downstream of the shale shakers, whose primary 
purpose is to allow the settling and disposal of the larger 
drilled cuttings not removed by the shale shakers. It is 
occasionally also called a settling tank.
enumeration storage
enumeration surge tank
enumeration trip tank
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="PitType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="bulk">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="chemical">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drilling">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mix">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud cleaning">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sand trap">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="slug">
      <xsd:annotation>
        <xsd:documentation>That pit in the active pit system located immediately downstream of the shale shakers, whose primary purpose is to allow the settling and disposal of the larger drilled cuttings not removed by the shale shakers. It is occasionally also called a settling tank.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="storage">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="surge tank">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="trip tank">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:Projection
Namespace http://www.witsml.org/schemas/131
Annotations
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
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration Albers equal area
217-PARAMETERS-PROJECTION-ALBERS
enumeration azimuthal equidistant
217-PARAMETERS-PROJECTION-AZIMUTHAL
enumeration Cassini
217-PARAMETERS-PROJECTION-CASSINI
enumeration equidistant conic
217-PARAMETERS-PROJECTION-EQUIDISTANT
enumeration equirectangular
217-PARAMETERS-PROJECTION-EQUIRECTANGULAR
enumeration gnomonic
217-PARAMETERS-PROJECTION-GNOMONIC
enumeration Lambert azimuthal
217-PARAMETERS-PROJECTION-LAMBERT-AZIMUTH
enumeration Lambert conformal conic
217-PARAMETERS-PROJECTION-LAMBERT
enumeration Mercator
217-PARAMETERS-PROJECTION-MERCATOR
enumeration Miller
217-PARAMETERS-PROJECTION-MILLER
enumeration oblique Mercator
217-PARAMETERS-PROJECTION-OBLIQUE-MERCATOR
enumeration orthographic
217-PARAMETERS-PROJECTION-ORTHO
enumeration perspective
217-PARAMETERS-PROJECTION-PERSPECTIVE
enumeration polar stereographic
217-PARAMETERS-PROJECTION-POLAR-STEREO
enumeration polyconic
217-PARAMETERS-PROJECTION-POLYCONIC
enumeration sinusoidal
217-PARAMETERS-PROJECTION-SINUSOIDAL
enumeration state plane
217-PARAMETERS-PROJECTION-STATE-PLANE
enumeration stereographic
217-PARAMETERS-PROJECTION-STEREO
enumeration transverse Mercator
217-PARAMETERS-PROJECTION-TM
enumeration universal transverse Mercator
217-PARAMETERS-PROJECTION-UTM
enumeration user defined
enumeration Van der Grinten
217-PARAMETERS-PROJECTION-VANDERGRINTEN
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="Projection">
  <xsd:annotation>
    <xsd: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/.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="Albers equal area">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-ALBERS</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="azimuthal equidistant">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-AZIMUTHAL</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="Cassini">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-CASSINI</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="equidistant conic">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-EQUIDISTANT</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="equirectangular">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-EQUIRECTANGULAR</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gnomonic">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-GNOMONIC</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="Lambert azimuthal">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-LAMBERT-AZIMUTH</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="Lambert conformal conic">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-LAMBERT</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="Mercator">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-MERCATOR</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="Miller">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-MILLER</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="oblique Mercator">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-OBLIQUE-MERCATOR</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="orthographic">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-ORTHO</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="perspective">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-PERSPECTIVE</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="polar stereographic">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-POLAR-STEREO</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="polyconic">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-POLYCONIC</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sinusoidal">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-SINUSOIDAL</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="state plane">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-STATE-PLANE</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stereographic">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-STEREO</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="transverse Mercator">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-TM</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="universal transverse Mercator">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-UTM</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="user defined">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="Van der Grinten">
      <xsd:annotation>
        <xsd:documentation>217-PARAMETERS-PROJECTION-VANDERGRINTEN</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:ProjectionVariantsObliqueMercator
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration default
enumeration rectified
enumeration rectified skew
enumeration rectified skew center origin
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="ProjectionVariantsObliqueMercator">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="default">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="rectified">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="rectified skew">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="rectified skew center origin">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:PumpType
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the type of a pump.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration centrifugal
Centrifugal mud pump
enumeration duplex
Duplex mud mump, 2 cylinders
enumeration triplex
Triplex mud pump, three cylinders
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="PumpType">
  <xsd:annotation>
    <xsd:documentation>These values represent the type of a pump.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="centrifugal">
      <xsd:annotation>
        <xsd:documentation>Centrifugal mud pump</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="duplex">
      <xsd:annotation>
        <xsd:documentation>Duplex mud mump, 2 cylinders</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="triplex">
      <xsd:annotation>
        <xsd:documentation>Triplex mud pump, three cylinders</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:PumpOpType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration drilling
enumeration reaming
enumeration circulating
enumeration slow pump
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="PumpOpType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="drilling">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="reaming">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="circulating">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="slow pump">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:QualifierType
Namespace http://www.witsml.org/schemas/131
Annotations
The type of qualifier of a lithology.
The list of standard values is contained in the WITSML enumValues.xml file.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
Source
<xsd:simpleType name="QualifierType">
  <xsd:annotation>
    <xsd:documentation>The type of qualifier of a lithology. The list of standard values is contained in the WITSML enumValues.xml file.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:RealtimeData
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the name of a recording channel.
The list of standard values is contained in the WITSML enumValues.xml file.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
Source
<xsd:simpleType name="RealtimeData">
  <xsd:annotation>
    <xsd:documentation>These values represent the name of a recording channel. The list of standard values is contained in the WITSML enumValues.xml file.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:RigType
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the type of drilling rig.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration barge
Barge rig
enumeration coiled tubing
Coiled tubing rig
enumeration floater
Floating rig
enumeration jackup
Jackup rig
enumeration land
Land rig
enumeration platform
Fixed platform
enumeration semi-submersible
Semisubmersible rig
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="RigType">
  <xsd:annotation>
    <xsd:documentation>These values represent the type of drilling rig.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="barge">
      <xsd:annotation>
        <xsd:documentation>Barge rig</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="coiled tubing">
      <xsd:annotation>
        <xsd:documentation>Coiled tubing rig</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="floater">
      <xsd:annotation>
        <xsd:documentation>Floating rig</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="jackup">
      <xsd:annotation>
        <xsd:documentation>Jackup rig</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="land">
      <xsd:annotation>
        <xsd:documentation>Land rig</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="platform">
      <xsd:annotation>
        <xsd:documentation>Fixed platform</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="semi-submersible">
      <xsd:annotation>
        <xsd:documentation>Semisubmersible rig</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:RiskAffectedPersonnel
Namespace http://www.witsml.org/schemas/131
Annotations
Personnel affected by a risk.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration cementer
enumeration company man
enumeration contractor
enumeration directional driller
enumeration driller
enumeration drilling engineer
enumeration drilling superintendent
enumeration drilling team
enumeration facility engineer
enumeration field service manager
enumeration foreman
enumeration general service supervisor
enumeration geologist
enumeration member
enumeration mud engineer
enumeration mud logger
enumeration MWD or LWD engineer
measurement while drilling or logging while drilling
enumeration perform engineer
enumeration petrophysicist
enumeration production engineer
enumeration remotely operated vehicle engineer
enumeration safety manger
enumeration sales engineer
enumeration service supervisor
enumeration technical support
enumeration tool pusher
enumeration wireline engineer
Source
<xsd:simpleType name="RiskAffectedPersonnel">
  <xsd:annotation>
    <xsd:documentation>Personnel affected by a risk.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="cementer">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="company man">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="contractor">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="directional driller">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="driller">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drilling engineer">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drilling superintendent">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drilling team">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="facility engineer">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="field service manager">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="foreman">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="general service supervisor">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="geologist">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="member">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud engineer">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud logger">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="MWD or LWD engineer">
      <xsd:annotation>
        <xsd:documentation>measurement while drilling or logging while drilling</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="perform engineer">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="petrophysicist">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="production engineer">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="remotely operated vehicle engineer">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="safety manger">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sales engineer">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="service supervisor">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="technical support">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tool pusher">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="wireline engineer">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:RiskCategory
Namespace http://www.witsml.org/schemas/131
Annotations
Type of slow circulation rate.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration hydraulics
enumeration mechanical
enumeration time related
enumeration wellbore stability
enumeration directional drilling
enumeration bit
enumeration equipment failure
enumeration completion
enumeration casing
enumeration other
enumeration HSE
health, safety and environmental
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="RiskCategory">
  <xsd:annotation>
    <xsd:documentation>Type of slow circulation rate.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="hydraulics">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mechanical">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="time related">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="wellbore stability">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="directional drilling">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bit">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="equipment failure">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="completion">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="HSE">
      <xsd:annotation>
        <xsd:documentation>health, safety and environmental</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:RiskSubCategory
Namespace http://www.witsml.org/schemas/131
Annotations
Risk Sub-Categories.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration gas kick
enumeration shallow water influx
enumeration other influx or kicks
enumeration loss circulation
enumeration poor hole cleaning
enumeration good hole cleaning at high ROP
Rate of Penetration
enumeration high mud weight
High mud weight (i.e., greater than 10 parts per US gallon).
enumeration special additives needed
enumeration gumbo problems
enumeration high ECD - rheology related
enumeration excessive circulation
Greater than 2 hours.
enumeration performing a kill
enumeration mud weight change
Greater than 0.5 parts per US gallon.
enumeration excessive pipe cement scaling
enumeration pit gain or loss
Greater than ten barrles.
enumeration mud stability problems
enumeration shallow gas flow
enumeration twist off
enumeration stuck pipe
Greater than 30 minutes.
enumeration wireline stuck in hole
enumeration stick and slip
enumeration vibration - axial
enumeration vibration - torsional
enumeration vibration - transverse
enumeration vibration unknown or rough drilling
enumeration uneven wear of BHA
enumeration uneven wear of drillstring
enumeration excessive torque
enumeration excessive drag
enumeration reaming greater than 2 hours
Greater than 2 hours.
enumeration washouts
enumeration tight hole or overPull
enumeration failed inspections or fatigue wear
enumeration mechanical
enumeration drilling greater than 1000 feet/day
Greater than 1000 feet per day.
enumeration drilling greater than 2000 feet/day
Greater than 2000 feet per day.
enumeration drilling less than 20 feet/day
Less than 20 feet per day.
enumeration trips greater than 24 hours
Greater than 24 hours.
enumeration excessive time for BHA makeup
Bottom Hole Assembly
enumeration waiting on decisions
enumeration waiting on weather
enumeration waiting on tools
enumeration sloughing or packoffs
enumeration ballooning
enumeration fracture problems
enumeration unstable zones
enumeration formation integrity test
enumeration leak-off test
enumeration tectonics
enumeration pore pressure
enumeration breakouts
enumeration bed parallel
enumeration wellbore stability
enumeration excessive doglegs
enumeration sidetrack
enumeration BHA change for directional
Bottom Hole Assembly
enumeration wrong total flow area
enumeration well collision - actual
enumeration well collision - technical
enumeration geosteering
enumeration abnormal tendency changes
enumeration resurveying
enumeration in-field referencing (IFR) actions
enumeration bit or BHA performance
Bottom Hole Assembly
enumeration drilling optimization
enumeration bit balling
enumeration lost cones or broken cutters
enumeration excessive bit wear or gauge
enumeration low rate of bit penetration
enumeration high rate of bit penetration
enumeration downhole tool
enumeration surface system
enumeration motor or rotary steerable system failure
enumeration topdrive failure
enumeration hoisting equipment failure
enumeration circulating equipment failure
enumeration electrical system failure
enumeration blow out preventer events
enumeration surface instrumentation problems
enumeration rig communications
enumeration completion equipment failure
enumeration miscellaneous rig equipment
enumeration tool or equipment failure
enumeration squeeze jobs
enumeration casing surge losses
enumeration stuck casing or completion
enumeration shoe failures
enumeration early cement setup
enumeration casing collapse
enumeration milling
enumeration excessive casing wear or cuttings
enumeration excessive formation damage or skin
enumeration casing rotation or reciprocation rqd
enumeration broaching
enumeration completion or casing
enumeration stratigraphy
enumeration fishing
enumeration junk in hole
enumeration delay due to political unrest
enumeration rig move
enumeration gas hydrates
enumeration pending analysis
enumeration riser disconnect
enumeration other
enumeration personnel
enumeration environmental
enumeration automotive
enumeration asset
enumeration information
enumeration time
enumeration HSE
health, safety and environmental
Source
<xsd:simpleType name="RiskSubCategory">
  <xsd:annotation>
    <xsd:documentation>Risk Sub-Categories.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="gas kick">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shallow water influx">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other influx or kicks">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="loss circulation">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="poor hole cleaning">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="good hole cleaning at high ROP">
      <xsd:annotation>
        <xsd:documentation>Rate of Penetration</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="high mud weight">
      <xsd:annotation>
        <xsd:documentation>High mud weight (i.e., greater than 10 parts per US gallon).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="special additives needed">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gumbo problems">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="high ECD - rheology related">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="excessive circulation">
      <xsd:annotation>
        <xsd:documentation>Greater than 2 hours.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="performing a kill">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud weight change">
      <xsd:annotation>
        <xsd:documentation>Greater than 0.5 parts per US gallon.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="excessive pipe cement scaling">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="pit gain or loss">
      <xsd:annotation>
        <xsd:documentation>Greater than ten barrles.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mud stability problems">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shallow gas flow">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="twist off">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stuck pipe">
      <xsd:annotation>
        <xsd:documentation>Greater than 30 minutes.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="wireline stuck in hole">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stick and slip">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="vibration - axial">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="vibration - torsional">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="vibration - transverse">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="vibration unknown or rough drilling">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="uneven wear of BHA">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="uneven wear of drillstring">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="excessive torque">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="excessive drag">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="reaming greater than 2 hours">
      <xsd:annotation>
        <xsd:documentation>Greater than 2 hours.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="washouts">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tight hole or overPull">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="failed inspections or fatigue wear">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mechanical">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drilling greater than 1000 feet/day">
      <xsd:annotation>
        <xsd:documentation>Greater than 1000 feet per day.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drilling greater than 2000 feet/day">
      <xsd:annotation>
        <xsd:documentation>Greater than 2000 feet per day.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drilling less than 20 feet/day">
      <xsd:annotation>
        <xsd:documentation>Less than 20 feet per day.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="trips greater than 24 hours">
      <xsd:annotation>
        <xsd:documentation>Greater than 24 hours.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="excessive time for BHA makeup">
      <xsd:annotation>
        <xsd:documentation>Bottom Hole Assembly</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="waiting on decisions">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="waiting on weather">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="waiting on tools">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sloughing or packoffs">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ballooning">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="fracture problems">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unstable zones">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="formation integrity test">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="leak-off test">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tectonics">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="pore pressure">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="breakouts">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bed parallel">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="wellbore stability">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="excessive doglegs">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sidetrack">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="BHA change for directional">
      <xsd:annotation>
        <xsd:documentation>Bottom Hole Assembly</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="wrong total flow area">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="well collision - actual">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="well collision - technical">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="geosteering">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="abnormal tendency changes">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="resurveying">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="in-field referencing (IFR) actions">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bit or BHA performance">
      <xsd:annotation>
        <xsd:documentation>Bottom Hole Assembly</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drilling optimization">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bit balling">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="lost cones or broken cutters">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="excessive bit wear or gauge">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="low rate of bit penetration">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="high rate of bit penetration">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="downhole tool">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="surface system">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="motor or rotary steerable system failure">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="topdrive failure">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hoisting equipment failure">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="circulating equipment failure">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="electrical system failure">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="blow out preventer events">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="surface instrumentation problems">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="rig communications">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="completion equipment failure">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="miscellaneous rig equipment">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tool or equipment failure">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="squeeze jobs">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing surge losses">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stuck casing or completion">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="shoe failures">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="early cement setup">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing collapse">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="milling">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="excessive casing wear or cuttings">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="excessive formation damage or skin">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing rotation or reciprocation rqd">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="broaching">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="completion or casing">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stratigraphy">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="fishing">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="junk in hole">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="delay due to political unrest">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="rig move">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gas hydrates">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="pending analysis">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="riser disconnect">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="personnel">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="environmental">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="automotive">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="asset">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="information">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="time">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="HSE">
      <xsd:annotation>
        <xsd:documentation>health, safety and environmental</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:RiskType
Namespace http://www.witsml.org/schemas/131
Annotations
Types of risk.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration risk
enumeration event
enumeration near miss
enumeration best practice
enumeration lessons learned
enumeration other
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="RiskType">
  <xsd:annotation>
    <xsd:documentation>Types of risk.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="risk">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="event">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="near miss">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="best practice">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="lessons learned">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:ScrType
Namespace http://www.witsml.org/schemas/131
Annotations
Type of slow circulation rate.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration string annulus
enumeration string kill line
enumeration string choke line
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="ScrType">
  <xsd:annotation>
    <xsd:documentation>Type of slow circulation rate.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="string annulus">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="string kill line">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="string choke line">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:ShowFluorescence
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration faint
enumeration bright
enumeration none
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="ShowFluorescence">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="faint">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bright">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="none">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:ShowLevel
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration blooming
enumeration streaming
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="ShowLevel">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="blooming">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="streaming">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:ShowRating
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration none
enumeration very poor
enumeration poor
enumeration fair
enumeration good
enumeration very good
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="ShowRating">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="none">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="very poor">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="poor">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="fair">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="good">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="very good">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:ShowSpeed
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration slow
enumeration moderately fast
enumeration fast
enumeration instantaneous
enumeration none
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="ShowSpeed">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="slow">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="moderately fast">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="fast">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="instantaneous">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="none">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:SupportCraft
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration barge
enumeration standby boat
enumeration helicopter
enumeration supply boat
enumeration truck
enumeration crew vehicle
enumeration tug boat
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="SupportCraft">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="barge">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="standby boat">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="helicopter">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="supply boat">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="truck">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="crew vehicle">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tug boat">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:SurfEquipType
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration IADC
enumeration custom
enumeration coiled tubing
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="SurfEquipType">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="IADC">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="custom">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="coiled tubing">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:TargetCategory
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration geological
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="TargetCategory">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="geological">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:TargetScope
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the type of scope of the drilling target.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration 3D volume
Generic 3 dimensional target. Defined by the target.
enumeration ellipsoid
enumeration elliptical
Elliptical targets. Includes circle (semi-major = semi-minor axis).
Any sections present are ignored.
enumeration hardLine
Boundary Conditions. Use sections to describe, length and width ignore.
enumeration irregular
Includes half circle and polygon. Use sections to describe, length and width ignored.
enumeration lease line
Boundary Conditions. Use sections to describe, length and width ignore.
enumeration line
Line target
enumeration plane
Plane target. Used for horizontal wells. Any sections present are ignored.
enumeration point
Point Target. Any sections present are ignored.
enumeration rectangular
Rectangular Targets. Includes square (length = width). Any sections present are ignored.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="TargetScope">
  <xsd:annotation>
    <xsd:documentation>These values represent the type of scope of the drilling target.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="3D volume">
      <xsd:annotation>
        <xsd:documentation>Generic 3 dimensional target. Defined by the target.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ellipsoid">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="elliptical">
      <xsd:annotation>
        <xsd:documentation>Elliptical targets. Includes circle (semi-major = semi-minor axis). Any sections present are ignored.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hardLine">
      <xsd:annotation>
        <xsd:documentation>Boundary Conditions. Use sections to describe, length and width ignore.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="irregular">
      <xsd:annotation>
        <xsd:documentation>Includes half circle and polygon. Use sections to describe, length and width ignored.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="lease line">
      <xsd:annotation>
        <xsd:documentation>Boundary Conditions. Use sections to describe, length and width ignore.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="line">
      <xsd:annotation>
        <xsd:documentation>Line target</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="plane">
      <xsd:annotation>
        <xsd:documentation>Plane target. Used for horizontal wells. Any sections present are ignored.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="point">
      <xsd:annotation>
        <xsd:documentation>Point Target. Any sections present are ignored.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="rectangular">
      <xsd:annotation>
        <xsd:documentation>Rectangular Targets. Includes square (length = width). Any sections present are ignored.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:TargetSectionScope
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the type of scope of a section that describes a target.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration arc
continuous curve
enumeration line
straight line
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="TargetSectionScope">
  <xsd:annotation>
    <xsd:documentation>These values represent the type of scope of a section that describes a target.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="arc">
      <xsd:annotation>
        <xsd:documentation>continuous curve</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="line">
      <xsd:annotation>
        <xsd:documentation>straight line</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:TrajStationStatus
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration locked
enumeration open
enumeration rejected
enumeration valid
enumeration position
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="TrajStationStatus">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="locked">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="open">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="rejected">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="valid">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="position">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:TrajStationType
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the type of a directional survey station.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration azimuth on plane
Section terminates at a given azimuth on a given plane target, requires target id
enumeration buildrate to delta-MD
Section follows a given buildrate to a specified delta measured depth
enumeration buildrate to INCL
Section follows a given buildrate to a specified inclination
enumeration buildrate to MD
Section follows a given buildrate to a specified measured depth
enumeration buildrate and turnrate to AZI
Section follows a given buildrate and turnrate to a specified azimuth
enumeration buildrate and turnrate to delta-MD
Section follows a given buildrate and turnrate to a specified delta measured depth
enumeration buildrate and turnrate to INCL
Section follows a given buildrate and turnrate to a specified inclination
enumeration buildrate and turnrate to INCL and AZI
Section follows a given buildrate and turnrate to a specified inclination and azimuth
enumeration buildrate and turnrate to MD
Section follows a given buildrate and turnrate to a specified measured depth
enumeration buildrate and turnrate to TVD
Section follows a given buildrate and turnrate to a specified TVD
enumeration buildrate TVD
Section follows a given buildrate to a specified TVD
enumeration casing MD
Measured depth casing point, can be inserted within actual survey stations also
enumeration casing TVD
TVD casing point, can be inserted within actual survey stations also
enumeration DLS
Section follows a given dogleg severity
enumeration DLS to AZI and MD
Section follows a given dogleg severity to a specified measured depth and azimuth
enumeration DLS to AZI-TVD
Section follows a given dogleg severity until a specified TVD and Azimuth
enumeration DLS to INCL
Section follows a given dogleg severity until a specified Inclination
enumeration DLS to INCL and AZI
Section follows a given dogleg severity to a inclination and azimuth
enumeration DLS to INCL and MD
Section follows a given dogleg severity to a specified measured depth and inclination
enumeration DLS to INCL and TVD
Section follows a given dogleg severity until a specified TVD and Inclination
enumeration DLS to NS, EW and TVD
Section follows a given dogleg severity to a specified target TVD, NS, EW
enumeration DLS and toolface to AZI
Section follows a given toolface angle and  dogleg severity to a specified azimuth
enumeration DLS and toolface to delta-MD
Section follows a given toolface angle and dogleg severity to a specified delta measured depth
enumeration DLS and toolface to INCL
Section follows a given toolface angle and dogleg severity to a specified inclination
enumeration DLS and toolface to INCL-AZI
Section follows a given toolface angle and dogleg severity to a specified inclination and azimuth
enumeration DLS and toolface to MD
Section follows a given toolface angle and dogleg severity to a specified measured depth
enumeration DLS and toolface to TVD
Section follows a given toolface angle and DLS to a specified TVD
enumeration formation MD
Measured depth formation, can be inserted within actual survey stations also
enumeration formation TVD
TVD formation, can be inserted within actual survey stations also
enumeration gyro inertial
Inertial Gyro
enumeration gyro MWD
MWD Gyro measurement
enumeration gyro north seeking
North seeking gyro
enumeration hold to delta-MD
Section holds angle, azimuth to a specified delta measured depth
enumeration hold to MD
Section holds angle, azimuth to a specified measured depth
enumeration hold to TVD
Section holds angle, azimuth to a specified TVD
enumeration INCL, AZI and TVD
Section follows a continuous curve to a specified inclination, azimuth and measured depth
enumeration magnetic multi-shot
Magnetic Multi shot
enumeration magnetic MWD
Measurements while Drilling tool, magnetic
enumeration magnetic single shot
Magnetic Single shot
enumeration marker MD
Measured depth marker, can be inserted within actual survey stations also
enumeration marker TVD
TVD marker, can be inserted within actual survey stations also
enumeration NS, EW and TVD
Specified as TVD, NS, EW, could be used for point or drilling target (non geological target)
enumeration target center
Specified as TVD, NS, EW of target center, requires target id association
enumeration target offset
Specified as TVD, NS, EW of target offset, requires target id association
enumeration tie in point
Tie in point for the survey
enumeration turnrate to AZI
Section follows a given turn rate to a azimuth
enumeration turnrate to delta-MD
Section follows a given turn rate to a given delta measured depth
enumeration turnrate to MD
Section follows a given turn rate to a given measured depth
enumeration turnrate to TVD
Section follows a given turn rate to a given TVD
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="TrajStationType">
  <xsd:annotation>
    <xsd:documentation>These values represent the type of a directional survey station.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="azimuth on plane">
      <xsd:annotation>
        <xsd:documentation>Section terminates at a given azimuth on a given plane target, requires target id</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="buildrate to delta-MD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given buildrate to a specified delta measured depth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="buildrate to INCL">
      <xsd:annotation>
        <xsd:documentation>Section follows a given buildrate to a specified inclination</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="buildrate to MD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given buildrate to a specified measured depth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="buildrate and turnrate to AZI">
      <xsd:annotation>
        <xsd:documentation>Section follows a given buildrate and turnrate to a specified azimuth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="buildrate and turnrate to delta-MD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given buildrate and turnrate to a specified delta measured depth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="buildrate and turnrate to INCL">
      <xsd:annotation>
        <xsd:documentation>Section follows a given buildrate and turnrate to a specified inclination</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="buildrate and turnrate to INCL and AZI">
      <xsd:annotation>
        <xsd:documentation>Section follows a given buildrate and turnrate to a specified inclination and azimuth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="buildrate and turnrate to MD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given buildrate and turnrate to a specified measured depth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="buildrate and turnrate to TVD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given buildrate and turnrate to a specified TVD</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="buildrate TVD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given buildrate to a specified TVD</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing MD">
      <xsd:annotation>
        <xsd:documentation>Measured depth casing point, can be inserted within actual survey stations also</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing TVD">
      <xsd:annotation>
        <xsd:documentation>TVD casing point, can be inserted within actual survey stations also</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DLS">
      <xsd:annotation>
        <xsd:documentation>Section follows a given dogleg severity</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DLS to AZI and MD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given dogleg severity to a specified measured depth and azimuth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DLS to AZI-TVD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given dogleg severity until a specified TVD and Azimuth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DLS to INCL">
      <xsd:annotation>
        <xsd:documentation>Section follows a given dogleg severity until a specified Inclination</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DLS to INCL and AZI">
      <xsd:annotation>
        <xsd:documentation>Section follows a given dogleg severity to a inclination and azimuth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DLS to INCL and MD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given dogleg severity to a specified measured depth and inclination</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DLS to INCL and TVD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given dogleg severity until a specified TVD and Inclination</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DLS to NS, EW and TVD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given dogleg severity to a specified target TVD, NS, EW</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DLS and toolface to AZI">
      <xsd:annotation>
        <xsd:documentation>Section follows a given toolface angle and dogleg severity to a specified azimuth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DLS and toolface to delta-MD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given toolface angle and dogleg severity to a specified delta measured depth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DLS and toolface to INCL">
      <xsd:annotation>
        <xsd:documentation>Section follows a given toolface angle and dogleg severity to a specified inclination</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DLS and toolface to INCL-AZI">
      <xsd:annotation>
        <xsd:documentation>Section follows a given toolface angle and dogleg severity to a specified inclination and azimuth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DLS and toolface to MD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given toolface angle and dogleg severity to a specified measured depth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="DLS and toolface to TVD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given toolface angle and DLS to a specified TVD</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="formation MD">
      <xsd:annotation>
        <xsd:documentation>Measured depth formation, can be inserted within actual survey stations also</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="formation TVD">
      <xsd:annotation>
        <xsd:documentation>TVD formation, can be inserted within actual survey stations also</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gyro inertial">
      <xsd:annotation>
        <xsd:documentation>Inertial Gyro</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gyro MWD">
      <xsd:annotation>
        <xsd:documentation>MWD Gyro measurement</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gyro north seeking">
      <xsd:annotation>
        <xsd:documentation>North seeking gyro</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hold to delta-MD">
      <xsd:annotation>
        <xsd:documentation>Section holds angle, azimuth to a specified delta measured depth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hold to MD">
      <xsd:annotation>
        <xsd:documentation>Section holds angle, azimuth to a specified measured depth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hold to TVD">
      <xsd:annotation>
        <xsd:documentation>Section holds angle, azimuth to a specified TVD</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="INCL, AZI and TVD">
      <xsd:annotation>
        <xsd:documentation>Section follows a continuous curve to a specified inclination, azimuth and measured depth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="magnetic multi-shot">
      <xsd:annotation>
        <xsd:documentation>Magnetic Multi shot</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="magnetic MWD">
      <xsd:annotation>
        <xsd:documentation>Measurements while Drilling tool, magnetic</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="magnetic single shot">
      <xsd:annotation>
        <xsd:documentation>Magnetic Single shot</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="marker MD">
      <xsd:annotation>
        <xsd:documentation>Measured depth marker, can be inserted within actual survey stations also</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="marker TVD">
      <xsd:annotation>
        <xsd:documentation>TVD marker, can be inserted within actual survey stations also</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="NS, EW and TVD">
      <xsd:annotation>
        <xsd:documentation>Specified as TVD, NS, EW, could be used for point or drilling target (non geological target)</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="target center">
      <xsd:annotation>
        <xsd:documentation>Specified as TVD, NS, EW of target center, requires target id association</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="target offset">
      <xsd:annotation>
        <xsd:documentation>Specified as TVD, NS, EW of target offset, requires target id association</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tie in point">
      <xsd:annotation>
        <xsd:documentation>Tie in point for the survey</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="turnrate to AZI">
      <xsd:annotation>
        <xsd:documentation>Section follows a given turn rate to a azimuth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="turnrate to delta-MD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given turn rate to a given delta measured depth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="turnrate to MD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given turn rate to a given measured depth</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="turnrate to TVD">
      <xsd:annotation>
        <xsd:documentation>Section follows a given turn rate to a given TVD</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:TubularAssembly
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration drilling
enumeration directional drilling
enumeration fishing
enumeration condition mud
enumeration tubing conveyed logging
enumeration cementing
enumeration casing
enumeration clean out
enumeration completion or testing
enumeration coring
enumeration hole opening or underreaming
enumeration milling or dressing or cutting
enumeration wiper or check or reaming
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="TubularAssembly">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="drilling">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="directional drilling">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="fishing">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="condition mud">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tubing conveyed logging">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="cementing">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="clean out">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="completion or testing">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="coring">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hole opening or underreaming">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="milling or dressing or cutting">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="wiper or check or reaming">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:TubularComponent
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration non-magnetic stabilizer
enumeration non-magnetic collar
Drill colllar made from non-magnetic material. 
Used to avoid magnetic interference with downhole directional 
measurements.
enumeration stabilizer
Drill string component with blades that help 
keep the drill string away from the sides of the hole.
enumeration adjustable kickoff
A sub that is used with a downhole motor to
change the direction of the wellbore. It can be adjusted to give 
a variable angle of deviation.
enumeration accelerator
A downhole tool used in conjunction with a jar
that stores energy for rapid release when the jar is fired. 
Depending on the operating mode, the energy in tension or 
compression is stored by means of a mechanical spring or 
compressible fluid such as nitrogen gas.
enumeration rotary steering tool
A downhole tool that can steer the progress of
the bit by applying forces to the 
sides of the hole while drilling with rotating pipe.
enumeration sub-bar catcher
enumeration sub-bent
A drill string component that has a fixed bend angle. Used in
conjunction with a downhole motor for deviating the wellbore.
enumeration bit core diamond
A diamond tipped drill bit used for coring
enumeration bit core PDC
Polycrystalline diamond compact core bit.
enumeration bit diamond fixed cut
Drill bit with cutters containing diamonds.
enumeration bit insert roller cone
Roller cone bit with cutters made from tungsten carbide or other 
wear resistant material.
enumeration bit mill tooth roller cone
Roller cone drill bit with steel teeth.
enumeration bit PDC fixed cutter
Polycrystalline diamond compact drill bit.
enumeration sub-bit
Drill string component used to connect the drill bit to the rest of 
the string.
enumeration bridge plug
A downhole tool that is located and set to isolate the lower part of 
the wellbore.
enumeration bullnose
A blank end component substituting for a bit, when re entering 
an already existing hole to guide the BHA, to avoid inadvertent sidetracks, 
such as when run below a hole opener in an existing hole.
enumeration bull plug
A solid plug used as an isolation device in piping 
systems, conduits or wellbore tubulars.
enumeration sub-bumper
A spring loaded component used to minimize variations in weight
transfer to the drill bit.
enumeration casing
Tubing used to line the wellbore and protect against pressure
differences between the wellbore fluids and the formation.
enumeration casing cutter
Tool used for cutting through casing.
enumeration hanger casing subsea
Component used to hang a casing string from the well head
at the sea bed.
enumeration hanger casing surface
Component used to hang casing from a surface location on land or a
fixed platform.
enumeration casing head
The adapter between the first casing string and either the BOP stack 
(during drilling) or the wellhead (after completion).
enumeration catch assembly
enumeration sub-catcher
enumeration sub-circulation
Component used to allow venting part of the drilling fluids 
into the annulus rather than through the bit.
enumeration coiled tubing in hole
Section of coiled tubing that is inside the wellbore.
enumeration coiled tubing on coil
Section of coiled tubing that is on the coil.
enumeration drill pipe compressive
Strengthened drill pipe.
enumeration sub-cone
enumeration core barrel
Tool used with a coring bit to retrieve geological core samples.
enumeration core orientation barrel
Core barrel used to sample geological cores at a know orientation.
enumeration sub-crossover
Sub used to convert from one thread type or size to another.
enumeration casing crossover
Component used to convert between casing threads and/or sizes.
enumeration sub-dart
A sub that controls activation of tools by means of dropping a dart down the 
drillstring.
enumeration die collar
enumeration die collar LH
Die collar with left-handed  thread.
enumeration directional guidance system
A tool that permits control of the drilling direction.
enumeration drill collar
Heavy pipe without tool joints used to apply weight to the bit.
enumeration drill pipe
Pipe used to convey the drilling assembly to the bottom of the hole.
enumeration drill pipe LH
Left-handed thread drill pipe
enumeration drill stem test BHA
Bottom Hole Assembly for drill stem testing
enumeration drive pipe
Pipe that is driven into the ground or sea bed to start drilling a well.
enumeration dual catch assembly
enumeration extension bowl overshot
A type of overshot tool used in fishing stuck pipe.
enumeration extension sub-overshot
A type of overshot tool used in fishing stuck pipe.
enumeration float collar
A short length of casing fitted with a check valve. Prevents
fluids from flowing back up the tubular string.
enumeration float shoe
A tapered, often bullet-nosed device fitted with a check valve and typically found 
at the bottom of a casing string.
enumeration sub-float
A valve, plunger or flapper, run in a drill collar to prevent 
fluid flow and debris into the string while running in hole. Sometime ported 
with a small leak path to allow shut in drillpipe pressure readings.
enumeration flow head
enumeration guide shoe
A tapered, often bullet-nosed piece of equipment often found on the bottom of 
a casing string. Helps to guide the casing down the center of the hole when a casing string
is being run into the hole.
enumeration MWD hang off sub
Component used for hanging the Measurement While Drilling tool.
enumeration heavy weight drill pipe
A type of drillpipe whose walls are thicker and collars are longer than 
conventional drillpipe.
enumeration heavy weight drill pipe LH
Left-handed thread heavy weight drill pipe.
enumeration riser high pressure
Marine riser used for deep water or high pressure applications
enumeration bit hole opener
Drill bit used for enlarging the hole.
enumeration casing inflatable packer
Expandable device used for packing off or isolating a section of wellbore
used for performing well pressure tests.
enumeration motor instrumented
Downhole mud motor that can also take measurements of downhole drilling
parameters.
enumeration jar
Hydraulic or spring-loaded component used to free stuck pipe.
enumeration sub-jetting
enumeration junk basket
Component used to collect debris from the bottom of the hole.
enumeration junk basket reverse circulation
Component used to collect debris from the bottom of the hole when 
reverse circulating
enumeration sub-junk
Component used to collect debris from the bottom of the hole.
enumeration kelly
Hexagonal or square pipe used to rotate the drill string from the rig floor.
enumeration keyseat wiper tool
Tool used to open out narrow sections of open hole caused by pipe
friction in tight radius bends.
enumeration landing float collar
A component installed near the bottom of the casing string on which the cement plugs land 
during the primary cementing operation.
enumeration lead impression block
Tool run on pipe or wireline to engage the top of a fish, and 
enable the condition of the exposed end of the fish to be ascertained from 
the pattern in soft lead in the tool.
enumeration liner
Casing or tubing that is hung from the inside of existing casing 
rather than from the sea bed or surface.
enumeration hanger liner
Component that is used to hang liner from inside casing.
enumeration magnet
Magnet used to retrieve magnetic debris from the hole.
enumeration riser marine
Large diameter pipe that connects from the sea bed to an offshore rig.
enumeration mill dress
Milling tool used to dress or clean up pipe that is to be retrieved from the hole.
enumeration mill flat bottom
Flat bottomed milling tool, used to tidy up the broken end of pipe
stuck in the hole prior to fishing.
enumeration mill hollow
Hollow milling tool
enumeration mill polish
enumeration mill section
enumeration mill taper
Tapered milling tool.
enumeration mill washover
Large diameter milling tool that goes over the end of stuck pipe.
enumeration mill packer picker assembly
enumeration millout extension
enumeration multilateral hanger running tool
Tool used to hang casing in multi-lateral wellbores.
enumeration hanger mud line
enumeration motor
Downhole tool, usually powered by fluid flow, that rotates the drill bit.
enumeration mule shoe
enumeration logging while drilling tool
Tool that can take downhole measurements of formation properties and wellbore direction 
while drilling.
enumeration stabilizer near bit roller reamer
Stabilizer that is placed close to the bit
enumeration stabilizer near bit
Stabilizer placed near the bit to provide directional control.
enumeration stabilizer non-rotating
Stabilizer that does not rotate with the drill string.
enumeration sub-orienting
Sub used to orient the drill string for directionla drilling.
enumeration other
enumeration overshot
Tool used for retrieving pipe that has been lost in the hole.
enumeration overshot LH
Left-handed overshot tool.
enumeration oversize lip guide overshot
Specific type of overshot tool used for fishing.
enumeration packer
Component that can be inflated so that it seals off a section of the 
wellbore, typically for formation testing.
enumeration polished bore receptacle
enumeration mill pilot
Milling tool used in fishing stuck pipe.
enumeration pipe cutter
Tool for cutting through pipe that has become stuck in the hole.
enumeration ported stinger
enumeration sub-ported
Component with a port or vent tha allows mud to be circulated into the
annulus.
enumeration prepacked screens
A type of screen used in sand control applications to support the gravel pack.
enumeration sub-pressure relief
Component used to relieve wellbore pressures.
enumeration riser production
Riser pipe used to carry produced fluids.
enumeration MWD pulser
Measurement While Drilling component that send encodes downhole data into
hydraulic pulses that can be detected and decoded at the surface.
enumeration sub-pump out
enumeration sub-restrictor
Component that provides a restriction to mud flow to control 
hydraulics.
enumeration packer retrieve TT squeeze
Torque Transmission
enumeration reversing tool
A downhole tool that is designed to enable communication between the 
tubing internal diameter and the annulus, typically for reverse-circulation purposes
enumeration stabilizer string roller reamer
A stabilizer that has rotating rollers rather than fixed blades 
to reduce friction with the sides of the hole.
enumeration packer RTTS
Retrievable packer, designed for testing, treating, and squeezing.
enumeration running tool
enumeration safety joint
A weak spot in the drillstring so that if tension in the drillstring exceeds a 
predetermined amount, the safety joint will part and the rest of the drillstring will be salvageable.
enumeration safety joint LH
Left-handed threaded safety joint providing a 
weak spot in the drillstring so that if tension in the drillstring exceeds a 
predetermined amount, the safety joint will part and the rest of the drillstring 
will be salvageable.
enumeration sub-saver
Component used to reduce wear on the threads of components such as drill bits
that are often re-used.
enumeration scab liner bit guide
enumeration scraper
enumeration scratchers
A device for cleaning mud and mud filter cake off of the wellbore 
wall when cementing casing in the hole to ensure good contact and bonding between the 
cement and the wellbore wall.
enumeration casing shoe screw-in
Screw-in casing shoe.
enumeration sub-shock
enumeration drill collar short
Short drill collar used to adjust the length and spacing of BHA components.
enumeration sub-side entry
enumeration slotted liner
Liner casing that has slots to allow passage of produced fluids.
enumeration spear
Fishing tool that attaches to the inside of the stuck pipe by threads or grapples.
enumeration stage cement collar
enumeration motor steerable
Downhole motor, usually powered by mud flow, that can be steered.
enumeration packer storm valve RTTS
Retrievable packer, designed for testing, treating, and squeezing.
enumeration stabilizer string
enumeration surface pipe
Pipework that connects the top of the drillstring to the mud pumps.
enumeration taper tap
Tool used to tap a thread into components that are stuck in the hole.
enumeration taper tap LH
Left-handed thread tapping tool.
enumeration tubing-conveyed perforating gun
Perforating gun that is deployed on the end of a tubular string rather
than a wireline
enumeration thruster
Drilling tool used to maintain weight on bit.
enumeration tieback polished bore receptacle
enumeration tieback stinger
Tool used to position a tie-back string of tubing connecting
a liner to the surface.
enumeration tubing
Small diameter pipe that is run inside casing or tubing as
part of the well completion.
enumeration hanger tubing
Component used to hang tubing inside casing or liner.
enumeration turbine
Downhole device used for directional drilling, powered by 
mud circulation that rotates the drill
bit while the drill string remains non-rotating
enumeration bit under reamer
Component that is run behind the bit and opens out the hole to
a larger diameter.
enumeration stabilizer variable blade
Stabilizer with blades that can be adjusted to varying diameters.
enumeration washover pipe
Large diameter pipe with an internal grapple used for retrieving 
stuch pipe.
enumeration mill watermelon
Milling tool shaped like a watermelon.
enumeration whipstock
Wedge shaped tool used to drill off in a different direction.
enumeration whipstock anchor
Anchor device used to position whipstock.
enumeration stabilizer turbo back
enumeration stabilizer inline
enumeration stabilizer steerable
Stabilizer with adjustable blades to allow steering the 
drilling direction.
enumeration sub-stop
enumeration sub-filter
enumeration mill casing cutting
Milling tool used for cutting through casing.
enumeration reamer
Tool used to enlarge the hole.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="TubularComponent">
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="non-magnetic stabilizer">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="non-magnetic collar">
      <xsd:annotation>
        <xsd:documentation>Drill colllar made from non-magnetic material. Used to avoid magnetic interference with downhole directional measurements.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stabilizer">
      <xsd:annotation>
        <xsd:documentation>Drill string component with blades that help keep the drill string away from the sides of the hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="adjustable kickoff">
      <xsd:annotation>
        <xsd:documentation>A sub that is used with a downhole motor to change the direction of the wellbore. It can be adjusted to give a variable angle of deviation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="accelerator">
      <xsd:annotation>
        <xsd:documentation>A downhole tool used in conjunction with a jar that stores energy for rapid release when the jar is fired. Depending on the operating mode, the energy in tension or compression is stored by means of a mechanical spring or compressible fluid such as nitrogen gas.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="rotary steering tool">
      <xsd:annotation>
        <xsd:documentation>A downhole tool that can steer the progress of the bit by applying forces to the sides of the hole while drilling with rotating pipe.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-bar catcher">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-bent">
      <xsd:annotation>
        <xsd:documentation>A drill string component that has a fixed bend angle. Used in conjunction with a downhole motor for deviating the wellbore.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bit core diamond">
      <xsd:annotation>
        <xsd:documentation>A diamond tipped drill bit used for coring</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bit core PDC">
      <xsd:annotation>
        <xsd:documentation>Polycrystalline diamond compact core bit.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bit diamond fixed cut">
      <xsd:annotation>
        <xsd:documentation>Drill bit with cutters containing diamonds.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bit insert roller cone">
      <xsd:annotation>
        <xsd:documentation>Roller cone bit with cutters made from tungsten carbide or other wear resistant material.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bit mill tooth roller cone">
      <xsd:annotation>
        <xsd:documentation>Roller cone drill bit with steel teeth.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bit PDC fixed cutter">
      <xsd:annotation>
        <xsd:documentation>Polycrystalline diamond compact drill bit.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-bit">
      <xsd:annotation>
        <xsd:documentation>Drill string component used to connect the drill bit to the rest of the string.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bridge plug">
      <xsd:annotation>
        <xsd:documentation>A downhole tool that is located and set to isolate the lower part of the wellbore.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bullnose">
      <xsd:annotation>
        <xsd:documentation>A blank end component substituting for a bit, when re entering an already existing hole to guide the BHA, to avoid inadvertent sidetracks, such as when run below a hole opener in an existing hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bull plug">
      <xsd:annotation>
        <xsd:documentation>A solid plug used as an isolation device in piping systems, conduits or wellbore tubulars.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-bumper">
      <xsd:annotation>
        <xsd:documentation>A spring loaded component used to minimize variations in weight transfer to the drill bit.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing">
      <xsd:annotation>
        <xsd:documentation>Tubing used to line the wellbore and protect against pressure differences between the wellbore fluids and the formation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing cutter">
      <xsd:annotation>
        <xsd:documentation>Tool used for cutting through casing.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hanger casing subsea">
      <xsd:annotation>
        <xsd:documentation>Component used to hang a casing string from the well head at the sea bed.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hanger casing surface">
      <xsd:annotation>
        <xsd:documentation>Component used to hang casing from a surface location on land or a fixed platform.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing head">
      <xsd:annotation>
        <xsd:documentation>The adapter between the first casing string and either the BOP stack (during drilling) or the wellhead (after completion).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="catch assembly">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-catcher">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-circulation">
      <xsd:annotation>
        <xsd:documentation>Component used to allow venting part of the drilling fluids into the annulus rather than through the bit.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="coiled tubing in hole">
      <xsd:annotation>
        <xsd:documentation>Section of coiled tubing that is inside the wellbore.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="coiled tubing on coil">
      <xsd:annotation>
        <xsd:documentation>Section of coiled tubing that is on the coil.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drill pipe compressive">
      <xsd:annotation>
        <xsd:documentation>Strengthened drill pipe.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-cone">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="core barrel">
      <xsd:annotation>
        <xsd:documentation>Tool used with a coring bit to retrieve geological core samples.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="core orientation barrel">
      <xsd:annotation>
        <xsd:documentation>Core barrel used to sample geological cores at a know orientation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-crossover">
      <xsd:annotation>
        <xsd:documentation>Sub used to convert from one thread type or size to another.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing crossover">
      <xsd:annotation>
        <xsd:documentation>Component used to convert between casing threads and/or sizes.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-dart">
      <xsd:annotation>
        <xsd:documentation>A sub that controls activation of tools by means of dropping a dart down the drillstring.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="die collar">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="die collar LH">
      <xsd:annotation>
        <xsd:documentation>Die collar with left-handed thread.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="directional guidance system">
      <xsd:annotation>
        <xsd:documentation>A tool that permits control of the drilling direction.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drill collar">
      <xsd:annotation>
        <xsd:documentation>Heavy pipe without tool joints used to apply weight to the bit.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drill pipe">
      <xsd:annotation>
        <xsd:documentation>Pipe used to convey the drilling assembly to the bottom of the hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drill pipe LH">
      <xsd:annotation>
        <xsd:documentation>Left-handed thread drill pipe</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drill stem test BHA">
      <xsd:annotation>
        <xsd:documentation>Bottom Hole Assembly for drill stem testing</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drive pipe">
      <xsd:annotation>
        <xsd:documentation>Pipe that is driven into the ground or sea bed to start drilling a well.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="dual catch assembly">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="extension bowl overshot">
      <xsd:annotation>
        <xsd:documentation>A type of overshot tool used in fishing stuck pipe.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="extension sub-overshot">
      <xsd:annotation>
        <xsd:documentation>A type of overshot tool used in fishing stuck pipe.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="float collar">
      <xsd:annotation>
        <xsd:documentation>A short length of casing fitted with a check valve. Prevents fluids from flowing back up the tubular string.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="float shoe">
      <xsd:annotation>
        <xsd:documentation>A tapered, often bullet-nosed device fitted with a check valve and typically found at the bottom of a casing string.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-float">
      <xsd:annotation>
        <xsd:documentation>A valve, plunger or flapper, run in a drill collar to prevent fluid flow and debris into the string while running in hole. Sometime ported with a small leak path to allow shut in drillpipe pressure readings.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="flow head">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="guide shoe">
      <xsd:annotation>
        <xsd:documentation>A tapered, often bullet-nosed piece of equipment often found on the bottom of a casing string. Helps to guide the casing down the center of the hole when a casing string is being run into the hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="MWD hang off sub">
      <xsd:annotation>
        <xsd:documentation>Component used for hanging the Measurement While Drilling tool.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="heavy weight drill pipe">
      <xsd:annotation>
        <xsd:documentation>A type of drillpipe whose walls are thicker and collars are longer than conventional drillpipe.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="heavy weight drill pipe LH">
      <xsd:annotation>
        <xsd:documentation>Left-handed thread heavy weight drill pipe.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="riser high pressure">
      <xsd:annotation>
        <xsd:documentation>Marine riser used for deep water or high pressure applications</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bit hole opener">
      <xsd:annotation>
        <xsd:documentation>Drill bit used for enlarging the hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing inflatable packer">
      <xsd:annotation>
        <xsd:documentation>Expandable device used for packing off or isolating a section of wellbore used for performing well pressure tests.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="motor instrumented">
      <xsd:annotation>
        <xsd:documentation>Downhole mud motor that can also take measurements of downhole drilling parameters.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="jar">
      <xsd:annotation>
        <xsd:documentation>Hydraulic or spring-loaded component used to free stuck pipe.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-jetting">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="junk basket">
      <xsd:annotation>
        <xsd:documentation>Component used to collect debris from the bottom of the hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="junk basket reverse circulation">
      <xsd:annotation>
        <xsd:documentation>Component used to collect debris from the bottom of the hole when reverse circulating</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-junk">
      <xsd:annotation>
        <xsd:documentation>Component used to collect debris from the bottom of the hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="kelly">
      <xsd:annotation>
        <xsd:documentation>Hexagonal or square pipe used to rotate the drill string from the rig floor.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="keyseat wiper tool">
      <xsd:annotation>
        <xsd:documentation>Tool used to open out narrow sections of open hole caused by pipe friction in tight radius bends.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="landing float collar">
      <xsd:annotation>
        <xsd:documentation>A component installed near the bottom of the casing string on which the cement plugs land during the primary cementing operation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="lead impression block">
      <xsd:annotation>
        <xsd:documentation>Tool run on pipe or wireline to engage the top of a fish, and enable the condition of the exposed end of the fish to be ascertained from the pattern in soft lead in the tool.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="liner">
      <xsd:annotation>
        <xsd:documentation>Casing or tubing that is hung from the inside of existing casing rather than from the sea bed or surface.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hanger liner">
      <xsd:annotation>
        <xsd:documentation>Component that is used to hang liner from inside casing.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="magnet">
      <xsd:annotation>
        <xsd:documentation>Magnet used to retrieve magnetic debris from the hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="riser marine">
      <xsd:annotation>
        <xsd:documentation>Large diameter pipe that connects from the sea bed to an offshore rig.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mill dress">
      <xsd:annotation>
        <xsd:documentation>Milling tool used to dress or clean up pipe that is to be retrieved from the hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mill flat bottom">
      <xsd:annotation>
        <xsd:documentation>Flat bottomed milling tool, used to tidy up the broken end of pipe stuck in the hole prior to fishing.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mill hollow">
      <xsd:annotation>
        <xsd:documentation>Hollow milling tool</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mill polish">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mill section">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mill taper">
      <xsd:annotation>
        <xsd:documentation>Tapered milling tool.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mill washover">
      <xsd:annotation>
        <xsd:documentation>Large diameter milling tool that goes over the end of stuck pipe.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mill packer picker assembly">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="millout extension">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="multilateral hanger running tool">
      <xsd:annotation>
        <xsd:documentation>Tool used to hang casing in multi-lateral wellbores.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hanger mud line">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="motor">
      <xsd:annotation>
        <xsd:documentation>Downhole tool, usually powered by fluid flow, that rotates the drill bit.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mule shoe">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="logging while drilling tool">
      <xsd:annotation>
        <xsd:documentation>Tool that can take downhole measurements of formation properties and wellbore direction while drilling.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stabilizer near bit roller reamer">
      <xsd:annotation>
        <xsd:documentation>Stabilizer that is placed close to the bit</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stabilizer near bit">
      <xsd:annotation>
        <xsd:documentation>Stabilizer placed near the bit to provide directional control.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stabilizer non-rotating">
      <xsd:annotation>
        <xsd:documentation>Stabilizer that does not rotate with the drill string.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-orienting">
      <xsd:annotation>
        <xsd:documentation>Sub used to orient the drill string for directionla drilling.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="overshot">
      <xsd:annotation>
        <xsd:documentation>Tool used for retrieving pipe that has been lost in the hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="overshot LH">
      <xsd:annotation>
        <xsd:documentation>Left-handed overshot tool.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="oversize lip guide overshot">
      <xsd:annotation>
        <xsd:documentation>Specific type of overshot tool used for fishing.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="packer">
      <xsd:annotation>
        <xsd:documentation>Component that can be inflated so that it seals off a section of the wellbore, typically for formation testing.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="polished bore receptacle">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mill pilot">
      <xsd:annotation>
        <xsd:documentation>Milling tool used in fishing stuck pipe.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="pipe cutter">
      <xsd:annotation>
        <xsd:documentation>Tool for cutting through pipe that has become stuck in the hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="ported stinger">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-ported">
      <xsd:annotation>
        <xsd:documentation>Component with a port or vent tha allows mud to be circulated into the annulus.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="prepacked screens">
      <xsd:annotation>
        <xsd:documentation>A type of screen used in sand control applications to support the gravel pack.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-pressure relief">
      <xsd:annotation>
        <xsd:documentation>Component used to relieve wellbore pressures.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="riser production">
      <xsd:annotation>
        <xsd:documentation>Riser pipe used to carry produced fluids.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="MWD pulser">
      <xsd:annotation>
        <xsd:documentation>Measurement While Drilling component that send encodes downhole data into hydraulic pulses that can be detected and decoded at the surface.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-pump out">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-restrictor">
      <xsd:annotation>
        <xsd:documentation>Component that provides a restriction to mud flow to control hydraulics.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="packer retrieve TT squeeze">
      <xsd:annotation>
        <xsd:documentation>Torque Transmission</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="reversing tool">
      <xsd:annotation>
        <xsd:documentation>A downhole tool that is designed to enable communication between the tubing internal diameter and the annulus, typically for reverse-circulation purposes</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stabilizer string roller reamer">
      <xsd:annotation>
        <xsd:documentation>A stabilizer that has rotating rollers rather than fixed blades to reduce friction with the sides of the hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="packer RTTS">
      <xsd:annotation>
        <xsd:documentation>Retrievable packer, designed for testing, treating, and squeezing.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="running tool">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="safety joint">
      <xsd:annotation>
        <xsd:documentation>A weak spot in the drillstring so that if tension in the drillstring exceeds a predetermined amount, the safety joint will part and the rest of the drillstring will be salvageable.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="safety joint LH">
      <xsd:annotation>
        <xsd:documentation>Left-handed threaded safety joint providing a weak spot in the drillstring so that if tension in the drillstring exceeds a predetermined amount, the safety joint will part and the rest of the drillstring will be salvageable.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-saver">
      <xsd:annotation>
        <xsd:documentation>Component used to reduce wear on the threads of components such as drill bits that are often re-used.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="scab liner bit guide">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="scraper">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="scratchers">
      <xsd:annotation>
        <xsd:documentation>A device for cleaning mud and mud filter cake off of the wellbore wall when cementing casing in the hole to ensure good contact and bonding between the cement and the wellbore wall.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="casing shoe screw-in">
      <xsd:annotation>
        <xsd:documentation>Screw-in casing shoe.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-shock">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drill collar short">
      <xsd:annotation>
        <xsd:documentation>Short drill collar used to adjust the length and spacing of BHA components.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-side entry">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="slotted liner">
      <xsd:annotation>
        <xsd:documentation>Liner casing that has slots to allow passage of produced fluids.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="spear">
      <xsd:annotation>
        <xsd:documentation>Fishing tool that attaches to the inside of the stuck pipe by threads or grapples.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stage cement collar">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="motor steerable">
      <xsd:annotation>
        <xsd:documentation>Downhole motor, usually powered by mud flow, that can be steered.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="packer storm valve RTTS">
      <xsd:annotation>
        <xsd:documentation>Retrievable packer, designed for testing, treating, and squeezing.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stabilizer string">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="surface pipe">
      <xsd:annotation>
        <xsd:documentation>Pipework that connects the top of the drillstring to the mud pumps.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="taper tap">
      <xsd:annotation>
        <xsd:documentation>Tool used to tap a thread into components that are stuck in the hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="taper tap LH">
      <xsd:annotation>
        <xsd:documentation>Left-handed thread tapping tool.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tubing-conveyed perforating gun">
      <xsd:annotation>
        <xsd:documentation>Perforating gun that is deployed on the end of a tubular string rather than a wireline</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="thruster">
      <xsd:annotation>
        <xsd:documentation>Drilling tool used to maintain weight on bit.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tieback polished bore receptacle">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tieback stinger">
      <xsd:annotation>
        <xsd:documentation>Tool used to position a tie-back string of tubing connecting a liner to the surface.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tubing">
      <xsd:annotation>
        <xsd:documentation>Small diameter pipe that is run inside casing or tubing as part of the well completion.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="hanger tubing">
      <xsd:annotation>
        <xsd:documentation>Component used to hang tubing inside casing or liner.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="turbine">
      <xsd:annotation>
        <xsd:documentation>Downhole device used for directional drilling, powered by mud circulation that rotates the drill bit while the drill string remains non-rotating</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="bit under reamer">
      <xsd:annotation>
        <xsd:documentation>Component that is run behind the bit and opens out the hole to a larger diameter.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stabilizer variable blade">
      <xsd:annotation>
        <xsd:documentation>Stabilizer with blades that can be adjusted to varying diameters.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="washover pipe">
      <xsd:annotation>
        <xsd:documentation>Large diameter pipe with an internal grapple used for retrieving stuch pipe.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mill watermelon">
      <xsd:annotation>
        <xsd:documentation>Milling tool shaped like a watermelon.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="whipstock">
      <xsd:annotation>
        <xsd:documentation>Wedge shaped tool used to drill off in a different direction.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="whipstock anchor">
      <xsd:annotation>
        <xsd:documentation>Anchor device used to position whipstock.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stabilizer turbo back">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stabilizer inline">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="stabilizer steerable">
      <xsd:annotation>
        <xsd:documentation>Stabilizer with adjustable blades to allow steering the drilling direction.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-stop">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sub-filter">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mill casing cutting">
      <xsd:annotation>
        <xsd:documentation>Milling tool used for cutting through casing.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="reamer">
      <xsd:annotation>
        <xsd:documentation>Tool used to enlarge the hole.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:TypeSurveyTool
Namespace http://www.witsml.org/schemas/131
Annotations
Type of direcional survey tool; very generic classification
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration magnetic MWD
enumeration gyroscopic MWD
enumeration gyroscopic north seeking
enumeration gyroscopic inertial
enumeration magnetic single-shot
enumeration magnetic multiple-shot
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="TypeSurveyTool">
  <xsd:annotation>
    <xsd:documentation>Type of direcional survey tool; very generic classification</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="magnetic MWD">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gyroscopic MWD">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gyroscopic north seeking">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gyroscopic inertial">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="magnetic single-shot">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="magnetic multiple-shot">
      <xsd:annotation>
        <xsd:documentation/>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:WellDirection
Namespace http://www.witsml.org/schemas/131
Annotations
The direction of flow of the fluids in a well facility
(generally, injected or produced, or some combination).
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration huff-n-puff
The well facility alternately injects (usually 
a steam or hot fluid) and produces.
enumeration injector
The well facility is injecting fluids into the 
subsurface.
enumeration producer
The well facility is producing fluids from the 
subsurface.
enumeration uncertain
The flow direction of the fluids is variable, 
but not on a regular basis as is the case with the huff-n-puff 
flow.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="WellDirection">
  <xsd:annotation>
    <xsd:documentation>The direction of flow of the fluids in a well facility (generally, injected or produced, or some combination).</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="huff-n-puff">
      <xsd:annotation>
        <xsd:documentation>The well facility alternately injects (usually a steam or hot fluid) and produces.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="injector">
      <xsd:annotation>
        <xsd:documentation>The well facility is injecting fluids into the subsurface.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="producer">
      <xsd:annotation>
        <xsd:documentation>The well facility is producing fluids from the subsurface.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="uncertain">
      <xsd:annotation>
        <xsd:documentation>The flow direction of the fluids is variable, but not on a regular basis as is the case with the huff-n-puff flow.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:WellFluid
Namespace http://www.witsml.org/schemas/131
Annotations
The type of fluid being produced from or injected 
into a well facility.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration air
This is generally an injected fluid.
enumeration condensate
Liquid hydrocarbons produced with natural gas 
that are separated from the gas by cooling and various other means. 
Condensate generally has an API gravity of 50 degrees to 120 degrees 
and is water white, straw, or bluish in color. It is the liquid 
recovery from a well classified as a gas well. It is generally 
dissolved in the gaseous state under reservoir conditions but 
separates as a liquid either in passing up the hole or at the 
surface. These hydrocarbons, from associated and nonassociated 
gas well gas, normally are recovered from lease separators or 
field facilities by mechanical separation.
enumeration dry
The well facility is classified as a dry well. 
It has not been, nor will it be used to produce or inject any fluids.
enumeration gas
The well is classified as a gas well, producing 
or injecting a hydrocarbon gas. The gas is generally methane, 
but may have a mixture of other gases also.
enumeration gas-water
The well facility is classified as producing 
both gas and water. This classification is to be used when the 
produced stream flow is a mixture of gas and water. When a facility 
produces gas and water in separate streams, it should be classified 
twice as gas and as water.
enumeration non HC gas
The well produces or injects non hydrocarbon 
gases. Typical other gases would be helium and carbon dioxide.
enumeration non HC gas -- CO2
Carbon Dioxide gas.
enumeration oil
The liquid hydrocarbon, generally referred 
to as crude oil.
enumeration oil-gas
The well facility is classified as producing 
both gas and oil. This classification is to be used when the produced 
stream flow is a mixture of oil and gas. When a facility produces 
oil and gas in separate streams, it should be classified twice as 
oil and as gas.
enumeration oil-water
The well facility is classified as producing 
both oil and water. This classification is to be used when the 
produced stream flow is a mixture of oil and water. When a facility 
produces oil and water in separate streams, it should be classified 
twice as oil and as water.
enumeration steam
The gaseous state of water. This is generally an 
injected fluid, but it is possible that some hydrothermal wells 
produce steam.
enumeration water
The well is classified as a water well without 
distinguishing between brine or fresh water.
enumeration water -- brine
The well facility is classified as producing 
or injecting salt water.
enumeration water -- fresh water
The well facility is classified as producing 
fresh water that is capable of use for drinking or crop irrigation.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="WellFluid">
  <xsd:annotation>
    <xsd:documentation>The type of fluid being produced from or injected into a well facility.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="air">
      <xsd:annotation>
        <xsd:documentation>This is generally an injected fluid.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="condensate">
      <xsd:annotation>
        <xsd:documentation>Liquid hydrocarbons produced with natural gas that are separated from the gas by cooling and various other means. Condensate generally has an API gravity of 50 degrees to 120 degrees and is water white, straw, or bluish in color. It is the liquid recovery from a well classified as a gas well. It is generally dissolved in the gaseous state under reservoir conditions but separates as a liquid either in passing up the hole or at the surface. These hydrocarbons, from associated and nonassociated gas well gas, normally are recovered from lease separators or field facilities by mechanical separation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="dry">
      <xsd:annotation>
        <xsd:documentation>The well facility is classified as a dry well. It has not been, nor will it be used to produce or inject any fluids.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gas">
      <xsd:annotation>
        <xsd:documentation>The well is classified as a gas well, producing or injecting a hydrocarbon gas. The gas is generally methane, but may have a mixture of other gases also.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gas-water">
      <xsd:annotation>
        <xsd:documentation>The well facility is classified as producing both gas and water. This classification is to be used when the produced stream flow is a mixture of gas and water. When a facility produces gas and water in separate streams, it should be classified twice as gas and as water.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="non HC gas">
      <xsd:annotation>
        <xsd:documentation>The well produces or injects non hydrocarbon gases. Typical other gases would be helium and carbon dioxide.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="non HC gas -- CO2">
      <xsd:annotation>
        <xsd:documentation>Carbon Dioxide gas.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="oil">
      <xsd:annotation>
        <xsd:documentation>The liquid hydrocarbon, generally referred to as crude oil.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="oil-gas">
      <xsd:annotation>
        <xsd:documentation>The well facility is classified as producing both gas and oil. This classification is to be used when the produced stream flow is a mixture of oil and gas. When a facility produces oil and gas in separate streams, it should be classified twice as oil and as gas.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="oil-water">
      <xsd:annotation>
        <xsd:documentation>The well facility is classified as producing both oil and water. This classification is to be used when the produced stream flow is a mixture of oil and water. When a facility produces oil and water in separate streams, it should be classified twice as oil and as water.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="steam">
      <xsd:annotation>
        <xsd:documentation>The gaseous state of water. This is generally an injected fluid, but it is possible that some hydrothermal wells produce steam.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="water">
      <xsd:annotation>
        <xsd:documentation>The well is classified as a water well without distinguishing between brine or fresh water.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="water -- brine">
      <xsd:annotation>
        <xsd:documentation>The well facility is classified as producing or injecting salt water.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="water -- fresh water">
      <xsd:annotation>
        <xsd:documentation>The well facility is classified as producing fresh water that is capable of use for drinking or crop irrigation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:WellboreShape
Namespace http://www.witsml.org/schemas/131
Annotations
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
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration build and hold
A wellbore configuration where the inclination 
is increased to some terminal angle of inclination and maintained 
at that angle to the specified target.
enumeration deviated
A wellbore that significantly departs from vertical 
with respect to the surface location.
enumeration double kickoff
Incorporates two tangential (constant, non-zero 
inclination) sections. The second of which must be at a higher 
inclination than the first.
enumeration horizontal
A wellbore whose path deviates from the 
vertical by at least 75 degrees.
enumeration S-shaped
A wellbore drilled with a vertical segment, a 
deviated segment, and a return toward a vertical segment.
enumeration vertical
A wellbore that is nearly vertical with 
respect to the surface location.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="WellboreShape">
  <xsd:annotation>
    <xsd: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".</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="build and hold">
      <xsd:annotation>
        <xsd:documentation>A wellbore configuration where the inclination is increased to some terminal angle of inclination and maintained at that angle to the specified target.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="deviated">
      <xsd:annotation>
        <xsd:documentation>A wellbore that significantly departs from vertical with respect to the surface location.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="double kickoff">
      <xsd:annotation>
        <xsd:documentation>Incorporates two tangential (constant, non-zero inclination) sections. The second of which must be at a higher inclination than the first.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="horizontal">
      <xsd:annotation>
        <xsd:documentation>A wellbore whose path deviates from the vertical by at least 75 degrees.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="S-shaped">
      <xsd:annotation>
        <xsd:documentation>A wellbore drilled with a vertical segment, a deviated segment, and a return toward a vertical segment.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="vertical">
      <xsd:annotation>
        <xsd:documentation>A wellbore that is nearly vertical with respect to the surface location.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:WellboreType
Namespace http://www.witsml.org/schemas/131
Annotations
The classification of a wellbore with respect to its parent 
well/wellbore.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration bypass
The original wellbore had to be abandoned before 
its final usage. This wellbore is being drilled as a different 
wellbore, but one which has the same target as the one that was 
abandoned.
enumeration initial
This is the first wellbore that has been 
drilled, or attempted, in a given well.
enumeration redrill
The wellbore is being redrilled.
enumeration reentry
The wellbore is being reentered after a period 
of abandonment.
enumeration respud
The wellbore is part of an existing regulatory well. 
The original borehole did not reach the target depth. This borehole 
required the well to be respudded (drilled from a different surface 
position).
enumeration sidetrack
The wellbore is a deviation from a given wellbore, 
that produces a different borehole from the others, and whose bottomhole 
differs from any previously extisting wellbore bottomholes.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="WellboreType">
  <xsd:annotation>
    <xsd:documentation>The classification of a wellbore with respect to its parent well/wellbore.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="bypass">
      <xsd:annotation>
        <xsd:documentation>The original wellbore had to be abandoned before its final usage. This wellbore is being drilled as a different wellbore, but one which has the same target as the one that was abandoned.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="initial">
      <xsd:annotation>
        <xsd:documentation>This is the first wellbore that has been drilled, or attempted, in a given well.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="redrill">
      <xsd:annotation>
        <xsd:documentation>The wellbore is being redrilled.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="reentry">
      <xsd:annotation>
        <xsd:documentation>The wellbore is being reentered after a period of abandonment.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="respud">
      <xsd:annotation>
        <xsd:documentation>The wellbore is part of an existing regulatory well. The original borehole did not reach the target depth. This borehole required the well to be respudded (drilled from a different surface position).</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sidetrack">
      <xsd:annotation>
        <xsd:documentation>The wellbore is a deviation from a given wellbore, that produces a different borehole from the others, and whose bottomhole differs from any previously extisting wellbore bottomholes.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:WellPurpose
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the classification of a well or 
wellbore by the purpose for which it was initially drilled.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration appraisal
A well drilled into a formation shown to be potentially productive of oil or gas by an earlier well for the purpose of obtaining more information about the reservoir. Also known as a delineation well.
enumeration appraisal -- confirmation appraisal
An appraisal well, generally drilled in a location interpreted to be in the reservoir, whose purpose is to confirm the interpretation.
enumeration appraisal -- exploratory appraisal
An appraisal well, generally drilled in an area unknown to be part of the reservoir, whose purpose is to determine the extent of the reservoir.
enumeration exploration
An exploratory well drilled in an unproved area to test for a new field, a new pay, a deeper reservoir, or a shallower reservoir. Also known as a wildcat.
enumeration exploration -- deeper-pool wildcat
An exploratory well drilled to search for additional pools of hydrocarbon in close proximity to known pools of hydrocarbon but at a deeper stratigraphic levels than the known pools.
enumeration exploration -- new-field wildcat
An exploratory well drilled to search for an occurrence of hydrocarbon at a relatively considerable distance outside the limits of known pools of hydrocarbon, as those limits were understood at the time.
enumeration exploration -- new-pool wildcat
An exploratory well drilled to search for additional pools of hydrocarbon in close proximity and at the same stratigraphic level as known pools.
enumeration exploration -- outpost wildcat
An exploratory well drilled to search for additional pools of hydrocarbon or to extend the limits of a known pool by searching in the same interval at some distance from a known pool.
enumeration exploration -- shallower-pool wildcat
An exploratory well drilled to search for additional pools of hydrocarbon in close proximity, but at a shallower stratigraphic levels than the known pools.
enumeration development
A well drilled in a zone in an area already proved productive.
enumeration development -- infill development
A development well drilled to fill in between established wells, usually part of a drilling program to reduce the spacing between wells to increase production.
enumeration development -- injector
A development well drilled with the intent of injecting fluids into the reservoir for the purpose of improving reservoir production.
enumeration development -- producer
A development well drilled with the intent of producing fluids.
enumeration fluid storage
A well drilled for storing fluids - generally either hydrocarbons or waste disposal.
enumeration fluid storage -- gas storage
A well drilled with the intent of injecting gas into the reservoir rock as a storage facility.
enumeration general srvc
A well drilled with the intent of providing a general service as opposed to producing or injecting fluids. Examples of such services are geologic tests, pressure relief (for blowouts), and monitoring and observation.
enumeration general srvc -- borehole re-acquisition
A service well drilled to intersect another well below the surface for the purpose of extending the life of a well whose surface borehole has been lost or damaged.
enumeration general srvc -- observation
A service well drilled for the purpose of monitoring fluids in a reservoir, or observing some other subsurface phenomena. Also called a monitor well.
enumeration general srvc -- relief
A service well drilled with the specific purpose to provide communication at some point below the surface to another well which is out of control.
enumeration general srvc -- research
A well drilled with the purpose of obtaining information on the stratigraphy, on drilling practices, for logging tests, or other such purpose. It is not expected to find economic reserves of hydrocarbons.
enumeration general srvc -- research -- drill test
A research well drilled to test the suitablity of a particular type of equipment or drilling practice.
enumeration general srvc -- research -- strat test
A research well drilled for the purpose of gathering geologic information on the stratigraphy of an area. A C.O.S.T. well would be included in this category.
enumeration general srvc -- waste disposal
A service well drilled for the purpose of injection of sewage, industrial waste, or other waste fluids into the subsurface for disposal.
enumeration mineral
A non-oil and gas E and P well drilled for the purpose of locating and/or extracting a mineral from the subsurface, usually through the injection and/or extraction of mineral-bearing fluids.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="WellPurpose">
  <xsd:annotation>
    <xsd:documentation>These values represent the classification of a well or wellbore by the purpose for which it was initially drilled.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="appraisal">
      <xsd:annotation>
        <xsd:documentation>A well drilled into a formation shown to be potentially productive of oil or gas by an earlier well for the purpose of obtaining more information about the reservoir. Also known as a delineation well.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="appraisal -- confirmation appraisal">
      <xsd:annotation>
        <xsd:documentation>An appraisal well, generally drilled in a location interpreted to be in the reservoir, whose purpose is to confirm the interpretation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="appraisal -- exploratory appraisal">
      <xsd:annotation>
        <xsd:documentation>An appraisal well, generally drilled in an area unknown to be part of the reservoir, whose purpose is to determine the extent of the reservoir.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="exploration">
      <xsd:annotation>
        <xsd:documentation>An exploratory well drilled in an unproved area to test for a new field, a new pay, a deeper reservoir, or a shallower reservoir. Also known as a wildcat.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="exploration -- deeper-pool wildcat">
      <xsd:annotation>
        <xsd:documentation>An exploratory well drilled to search for additional pools of hydrocarbon in close proximity to known pools of hydrocarbon but at a deeper stratigraphic levels than the known pools.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="exploration -- new-field wildcat">
      <xsd:annotation>
        <xsd:documentation>An exploratory well drilled to search for an occurrence of hydrocarbon at a relatively considerable distance outside the limits of known pools of hydrocarbon, as those limits were understood at the time.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="exploration -- new-pool wildcat">
      <xsd:annotation>
        <xsd:documentation>An exploratory well drilled to search for additional pools of hydrocarbon in close proximity and at the same stratigraphic level as known pools.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="exploration -- outpost wildcat">
      <xsd:annotation>
        <xsd:documentation>An exploratory well drilled to search for additional pools of hydrocarbon or to extend the limits of a known pool by searching in the same interval at some distance from a known pool.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="exploration -- shallower-pool wildcat">
      <xsd:annotation>
        <xsd:documentation>An exploratory well drilled to search for additional pools of hydrocarbon in close proximity, but at a shallower stratigraphic levels than the known pools.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="development">
      <xsd:annotation>
        <xsd:documentation>A well drilled in a zone in an area already proved productive.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="development -- infill development">
      <xsd:annotation>
        <xsd:documentation>A development well drilled to fill in between established wells, usually part of a drilling program to reduce the spacing between wells to increase production.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="development -- injector">
      <xsd:annotation>
        <xsd:documentation>A development well drilled with the intent of injecting fluids into the reservoir for the purpose of improving reservoir production.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="development -- producer">
      <xsd:annotation>
        <xsd:documentation>A development well drilled with the intent of producing fluids.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="fluid storage">
      <xsd:annotation>
        <xsd:documentation>A well drilled for storing fluids - generally either hydrocarbons or waste disposal.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="fluid storage -- gas storage">
      <xsd:annotation>
        <xsd:documentation>A well drilled with the intent of injecting gas into the reservoir rock as a storage facility.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="general srvc">
      <xsd:annotation>
        <xsd:documentation>A well drilled with the intent of providing a general service as opposed to producing or injecting fluids. Examples of such services are geologic tests, pressure relief (for blowouts), and monitoring and observation.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="general srvc -- borehole re-acquisition">
      <xsd:annotation>
        <xsd:documentation>A service well drilled to intersect another well below the surface for the purpose of extending the life of a well whose surface borehole has been lost or damaged.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="general srvc -- observation">
      <xsd:annotation>
        <xsd:documentation>A service well drilled for the purpose of monitoring fluids in a reservoir, or observing some other subsurface phenomena. Also called a monitor well.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="general srvc -- relief">
      <xsd:annotation>
        <xsd:documentation>A service well drilled with the specific purpose to provide communication at some point below the surface to another well which is out of control.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="general srvc -- research">
      <xsd:annotation>
        <xsd:documentation>A well drilled with the purpose of obtaining information on the stratigraphy, on drilling practices, for logging tests, or other such purpose. It is not expected to find economic reserves of hydrocarbons.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="general srvc -- research -- drill test">
      <xsd:annotation>
        <xsd:documentation>A research well drilled to test the suitablity of a particular type of equipment or drilling practice.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="general srvc -- research -- strat test">
      <xsd:annotation>
        <xsd:documentation>A research well drilled for the purpose of gathering geologic information on the stratigraphy of an area. A C.O.S.T. well would be included in this category.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="general srvc -- waste disposal">
      <xsd:annotation>
        <xsd:documentation>A service well drilled for the purpose of injection of sewage, industrial waste, or other waste fluids into the subsurface for disposal.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mineral">
      <xsd:annotation>
        <xsd:documentation>A non-oil and gas E and P well drilled for the purpose of locating and/or extracting a mineral from the subsurface, usually through the injection and/or extraction of mineral-bearing fluids.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Simple Type witsml:WellStatus
Namespace http://www.witsml.org/schemas/131
Annotations
These values represent the status of a well or wellbore.
Diagram
Diagram 131.tmp#abstractTypeEnum
Type restriction of witsml:abstractTypeEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 40
enumeration abandoned
The status of a facility in which drilling, 
completion, and production operations have been permanently 
terminated.
enumeration active
For a well to be active, at least one of its 
wellbores must be active. For a wellbore to be active, at least 
one of its completions must be actively producing or injecting 
fluids.
enumeration active -- injecting
Fluids are actively being injected into the 
facility.
enumeration active -- producing
Fluids are actively being produced from the 
facility.
enumeration completed
The completion has been installed, but the 
facility is not yet active. This status is appropriate only 
before the initial producing or injecting activity.
enumeration drilling
The status of a well or wellbore in which drilling 
operations have begun, but are not yet completed. The status ends 
when another status becomes appropriate.
enumeration partially plugged
The wellbore has been plugged from the bottom, 
but only partially to the point where it intersects another wellbore.
enumeration permitted
The facility has received regulatory approvel, 
but drilling has not yet commenced. For a well, it has been spudded. 
For a subsequent wellbore, the whipstock or similar device has not 
yet been set.
enumeration plugged and abandoned
An abandoned well (or wellbore) whose wellbores 
have been plugged in such a manner as to prevent the migration of 
oil, gas, salt water, or other substance from one stratum to another. 
Generally the criteria for this status is controlled by regulatory 
authorities.
enumeration proposed
The status of a well or wellbore from conception 
to either regulatory approval or commencement of drilling.
enumeration sold
The facility has been sold, so it is no longer 
appropriate to keep a close internal status value. Status values 
may be added at later times without changing the sold status.
enumeration suspended
Production or injection has been temporarily 
suspended in a manner that will allow immediate resumption of 
activities.
enumeration temporarily abandoned
Production or injection has been temporarily 
suspended in a manner that will not allow immediate resumption 
of activities.
enumeration testing
The facility operations are suspended while 
tests are being conducted to determine formation and/or reservoir 
properties. For example, a drillstem test. This status also 
includes extended testing.
enumeration tight
Information about the status of the well is 
confidential. This is more explicit than unknown, since it gives 
the reason that the status value is unknown.
enumeration working over
Maintenance or data acquisition on a well during 
the production phase. This includes any relevant job which can be 
done while the well is shut in. This includes many jobs that occur 
when a well is re-entered.
enumeration unknown
The value is not known. This value should not be used
in normal situations. All reasonable attempts should be made to determine
the appropriate value. Use of this value may result in rejection in some situations.
Source
<xsd:simpleType name="WellStatus">
  <xsd:annotation>
    <xsd:documentation>These values represent the status of a well or wellbore.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="witsml:abstractTypeEnum">
    <xsd:enumeration value="abandoned">
      <xsd:annotation>
        <xsd:documentation>The status of a facility in which drilling, completion, and production operations have been permanently terminated.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="active">
      <xsd:annotation>
        <xsd:documentation>For a well to be active, at least one of its wellbores must be active. For a wellbore to be active, at least one of its completions must be actively producing or injecting fluids.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="active -- injecting">
      <xsd:annotation>
        <xsd:documentation>Fluids are actively being injected into the facility.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="active -- producing">
      <xsd:annotation>
        <xsd:documentation>Fluids are actively being produced from the facility.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="completed">
      <xsd:annotation>
        <xsd:documentation>The completion has been installed, but the facility is not yet active. This status is appropriate only before the initial producing or injecting activity.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="drilling">
      <xsd:annotation>
        <xsd:documentation>The status of a well or wellbore in which drilling operations have begun, but are not yet completed. The status ends when another status becomes appropriate.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="partially plugged">
      <xsd:annotation>
        <xsd:documentation>The wellbore has been plugged from the bottom, but only partially to the point where it intersects another wellbore.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="permitted">
      <xsd:annotation>
        <xsd:documentation>The facility has received regulatory approvel, but drilling has not yet commenced. For a well, it has been spudded. For a subsequent wellbore, the whipstock or similar device has not yet been set.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="plugged and abandoned">
      <xsd:annotation>
        <xsd:documentation>An abandoned well (or wellbore) whose wellbores have been plugged in such a manner as to prevent the migration of oil, gas, salt water, or other substance from one stratum to another. Generally the criteria for this status is controlled by regulatory authorities.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="proposed">
      <xsd:annotation>
        <xsd:documentation>The status of a well or wellbore from conception to either regulatory approval or commencement of drilling.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="sold">
      <xsd:annotation>
        <xsd:documentation>The facility has been sold, so it is no longer appropriate to keep a close internal status value. Status values may be added at later times without changing the sold status.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="suspended">
      <xsd:annotation>
        <xsd:documentation>Production or injection has been temporarily suspended in a manner that will allow immediate resumption of activities.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="temporarily abandoned">
      <xsd:annotation>
        <xsd:documentation>Production or injection has been temporarily suspended in a manner that will not allow immediate resumption of activities.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="testing">
      <xsd:annotation>
        <xsd:documentation>The facility operations are suspended while tests are being conducted to determine formation and/or reservoir properties. For example, a drillstem test. This status also includes extended testing.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tight">
      <xsd:annotation>
        <xsd:documentation>Information about the status of the well is confidential. This is more explicit than unknown, since it gives the reason that the status value is unknown.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="working over">
      <xsd:annotation>
        <xsd:documentation>Maintenance or data acquisition on a well during the production phase. This includes any relevant job which can be done while the well is shut in. This includes many jobs that occur when a well is re-entered.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="unknown">
      <xsd:annotation>
        <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_catalog.xsd
Complex Type witsml:accelerationLinearMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#accelerationLinearMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:accelerationLinearUom required
Source
<xsd:complexType name="accelerationLinearMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:accelerationLinearUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:accelerationLinearUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration m/s2
enumeration cm/s2
enumeration ft/s2
enumeration Gal
enumeration mgn
enumeration gn
enumeration mGal
Used by
Source
<xsd:simpleType name="accelerationLinearUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="m/s2"/>
    <xsd:enumeration value="cm/s2"/>
    <xsd:enumeration value="ft/s2"/>
    <xsd:enumeration value="Gal"/>
    <xsd:enumeration value="mgn"/>
    <xsd:enumeration value="gn"/>
    <xsd:enumeration value="mGal"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:anglePerLengthMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#anglePerLengthMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:anglePerLengthUom required
Source
<xsd:complexType name="anglePerLengthMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:anglePerLengthUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:anglePerLengthUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration rad/m
enumeration dega/30ft
enumeration dega/ft
enumeration dega/100ft
enumeration dega/m
enumeration dega/30m
enumeration rad/ft
Used by
Source
<xsd:simpleType name="anglePerLengthUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="rad/m"/>
    <xsd:enumeration value="dega/30ft"/>
    <xsd:enumeration value="dega/ft"/>
    <xsd:enumeration value="dega/100ft"/>
    <xsd:enumeration value="dega/m"/>
    <xsd:enumeration value="dega/30m"/>
    <xsd:enumeration value="rad/ft"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:anglePerTimeMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#anglePerTimeMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:anglePerTimeUom required
Source
<xsd:complexType name="anglePerTimeMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:anglePerTimeUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:anglePerTimeUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration rad/s
enumeration c/s
enumeration dega/h
enumeration dega/min
enumeration dega/s
enumeration rev/s
enumeration rpm
Used by
Source
<xsd:simpleType name="anglePerTimeUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="rad/s"/>
    <xsd:enumeration value="c/s"/>
    <xsd:enumeration value="dega/h"/>
    <xsd:enumeration value="dega/min"/>
    <xsd:enumeration value="dega/s"/>
    <xsd:enumeration value="rev/s"/>
    <xsd:enumeration value="rpm"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:areaMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#areaMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:areaUom required
Source
<xsd:complexType name="areaMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:areaUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:areaUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration m2
enumeration acre
enumeration b
enumeration cm2
enumeration ft2
enumeration ha
enumeration in2
enumeration km2
enumeration mi2
enumeration miUS2
enumeration mm2
enumeration um2
enumeration yd2
Used by
Source
<xsd:simpleType name="areaUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="m2"/>
    <xsd:enumeration value="acre"/>
    <xsd:enumeration value="b"/>
    <xsd:enumeration value="cm2"/>
    <xsd:enumeration value="ft2"/>
    <xsd:enumeration value="ha"/>
    <xsd:enumeration value="in2"/>
    <xsd:enumeration value="km2"/>
    <xsd:enumeration value="mi2"/>
    <xsd:enumeration value="miUS2"/>
    <xsd:enumeration value="mm2"/>
    <xsd:enumeration value="um2"/>
    <xsd:enumeration value="yd2"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:areaPerAreaMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#areaPerAreaMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:areaPerAreaUom required
Source
<xsd:complexType name="areaPerAreaMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:areaPerAreaUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:areaPerAreaUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration Euc
enumeration %
enumeration in2/ft2
enumeration in2/in2
enumeration m2/m2
enumeration mm2/mm2
Used by
Source
<xsd:simpleType name="areaPerAreaUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="Euc"/>
    <xsd:enumeration value="%"/>
    <xsd:enumeration value="in2/ft2"/>
    <xsd:enumeration value="in2/in2"/>
    <xsd:enumeration value="m2/m2"/>
    <xsd:enumeration value="mm2/mm2"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:densityMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#densityMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:densityUom required
Source
<xsd:complexType name="densityMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:densityUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:densityUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration kg/m3
enumeration 10Mg/m3
enumeration dAPI
enumeration g/cm3
enumeration g/dm3
enumeration g/galUK
enumeration g/galUS
enumeration g/L
enumeration g/m3
enumeration grain/ft3
enumeration grain/galUS
enumeration grain/100ft3
enumeration kg/dm3
enumeration kg/L
enumeration Mg/m3
enumeration lbm/10bbl
enumeration lbm/bbl
enumeration lbm/ft3
enumeration lbm/galUK
enumeration lbm/1000galUK
enumeration lbm/galUS
enumeration lbm/1000galUS
enumeration lbm/in3
enumeration lbm/Mbbl
enumeration mg/dm3
enumeration mg/galUS
enumeration mg/L
enumeration mg/m3
enumeration ug/cm3
Used by
Source
<xsd:simpleType name="densityUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="kg/m3"/>
    <xsd:enumeration value="10Mg/m3"/>
    <xsd:enumeration value="dAPI"/>
    <xsd:enumeration value="g/cm3"/>
    <xsd:enumeration value="g/dm3"/>
    <xsd:enumeration value="g/galUK"/>
    <xsd:enumeration value="g/galUS"/>
    <xsd:enumeration value="g/L"/>
    <xsd:enumeration value="g/m3"/>
    <xsd:enumeration value="grain/ft3"/>
    <xsd:enumeration value="grain/galUS"/>
    <xsd:enumeration value="grain/100ft3"/>
    <xsd:enumeration value="kg/dm3"/>
    <xsd:enumeration value="kg/L"/>
    <xsd:enumeration value="Mg/m3"/>
    <xsd:enumeration value="lbm/10bbl"/>
    <xsd:enumeration value="lbm/bbl"/>
    <xsd:enumeration value="lbm/ft3"/>
    <xsd:enumeration value="lbm/galUK"/>
    <xsd:enumeration value="lbm/1000galUK"/>
    <xsd:enumeration value="lbm/galUS"/>
    <xsd:enumeration value="lbm/1000galUS"/>
    <xsd:enumeration value="lbm/in3"/>
    <xsd:enumeration value="lbm/Mbbl"/>
    <xsd:enumeration value="mg/dm3"/>
    <xsd:enumeration value="mg/galUS"/>
    <xsd:enumeration value="mg/L"/>
    <xsd:enumeration value="mg/m3"/>
    <xsd:enumeration value="ug/cm3"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:dimensionlessMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#dimensionlessMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:dimensionlessUom required
Source
<xsd:complexType name="dimensionlessMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:dimensionlessUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:dimensionlessUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration Euc
enumeration %
enumeration cEuc
enumeration mEuc
enumeration nEuc
enumeration uEuc
Used by
Source
<xsd:simpleType name="dimensionlessUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="Euc"/>
    <xsd:enumeration value="%"/>
    <xsd:enumeration value="cEuc"/>
    <xsd:enumeration value="mEuc"/>
    <xsd:enumeration value="nEuc"/>
    <xsd:enumeration value="uEuc"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:dynamicViscosityMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#dynamicViscosityMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:dynamicViscosityUom required
Source
<xsd:complexType name="dynamicViscosityMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:dynamicViscosityUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:dynamicViscosityUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration Pa.s
enumeration cP
enumeration P
enumeration psi.s
enumeration dyne.s/cm2
enumeration kgf.s/m2
enumeration lbf.s/ft2
enumeration lbf.s/in2
enumeration mPa.s
enumeration N.s/m2
Used by
Source
<xsd:simpleType name="dynamicViscosityUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="Pa.s"/>
    <xsd:enumeration value="cP"/>
    <xsd:enumeration value="P"/>
    <xsd:enumeration value="psi.s"/>
    <xsd:enumeration value="dyne.s/cm2"/>
    <xsd:enumeration value="kgf.s/m2"/>
    <xsd:enumeration value="lbf.s/ft2"/>
    <xsd:enumeration value="lbf.s/in2"/>
    <xsd:enumeration value="mPa.s"/>
    <xsd:enumeration value="N.s/m2"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:electricCurrentMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#electricCurrentMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:electricCurrentUom required
Source
<xsd:complexType name="electricCurrentMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:electricCurrentUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:electricCurrentUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration A
enumeration MA
enumeration kA
enumeration mA
enumeration nA
enumeration pA
enumeration uA
Used by
Source
<xsd:simpleType name="electricCurrentUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="A"/>
    <xsd:enumeration value="MA"/>
    <xsd:enumeration value="kA"/>
    <xsd:enumeration value="mA"/>
    <xsd:enumeration value="nA"/>
    <xsd:enumeration value="pA"/>
    <xsd:enumeration value="uA"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:electricPotentialMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#electricPotentialMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:electricPotentialUom required
Source
<xsd:complexType name="electricPotentialMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:electricPotentialUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:electricPotentialUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration V
enumeration kV
enumeration mV
enumeration MV
enumeration uV
Used by
Source
<xsd:simpleType name="electricPotentialUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="V"/>
    <xsd:enumeration value="kV"/>
    <xsd:enumeration value="mV"/>
    <xsd:enumeration value="MV"/>
    <xsd:enumeration value="uV"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:energyPerAreaMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#energyPerAreaMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:energyPerAreaUom required
Source
<xsd:complexType name="energyPerAreaMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:energyPerAreaUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:energyPerAreaUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration N/m
enumeration erg/cm2
enumeration J/cm2
enumeration J/m2
enumeration kgf.m/cm2
enumeration lbf.ft/in2
enumeration mJ/cm2
enumeration mJ/m2
Used by
Source
<xsd:simpleType name="energyPerAreaUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="N/m"/>
    <xsd:enumeration value="erg/cm2"/>
    <xsd:enumeration value="J/cm2"/>
    <xsd:enumeration value="J/m2"/>
    <xsd:enumeration value="kgf.m/cm2"/>
    <xsd:enumeration value="lbf.ft/in2"/>
    <xsd:enumeration value="mJ/cm2"/>
    <xsd:enumeration value="mJ/m2"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:equivalentPerMassMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#equivalentPerMassMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:equivalentPerMassUom required
Source
<xsd:complexType name="equivalentPerMassMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:equivalentPerMassUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:equivalentPerMassUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration eq/kg
enumeration meq/g
enumeration meq/100g
Used by
Source
<xsd:simpleType name="equivalentPerMassUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="eq/kg"/>
    <xsd:enumeration value="meq/g"/>
    <xsd:enumeration value="meq/100g"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:forceMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#forceMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:forceUom required
Source
<xsd:complexType name="forceMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:forceUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:forceUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration N
enumeration daN
enumeration dyne
enumeration gf
enumeration kdyne
enumeration kgf
enumeration klbf
enumeration kN
enumeration lbf
enumeration Mgf
enumeration mN
enumeration MN
enumeration ozf
enumeration pdl
enumeration tonfUK
enumeration tonfUS
enumeration uN
Used by
Source
<xsd:simpleType name="forceUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="N"/>
    <xsd:enumeration value="daN"/>
    <xsd:enumeration value="dyne"/>
    <xsd:enumeration value="gf"/>
    <xsd:enumeration value="kdyne"/>
    <xsd:enumeration value="kgf"/>
    <xsd:enumeration value="klbf"/>
    <xsd:enumeration value="kN"/>
    <xsd:enumeration value="lbf"/>
    <xsd:enumeration value="Mgf"/>
    <xsd:enumeration value="mN"/>
    <xsd:enumeration value="MN"/>
    <xsd:enumeration value="ozf"/>
    <xsd:enumeration value="pdl"/>
    <xsd:enumeration value="tonfUK"/>
    <xsd:enumeration value="tonfUS"/>
    <xsd:enumeration value="uN"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:forcePerLengthMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#forcePerLengthMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:forcePerLengthUom required
Source
<xsd:complexType name="forcePerLengthMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:forcePerLengthUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:forcePerLengthUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration N/30m
enumeration N/m
enumeration dyne/cm
enumeration kN/m
enumeration kgf/cm
enumeration lbf/100ft
enumeration lbf/30m
enumeration lbf/ft
enumeration lbf/in
enumeration mN/km
enumeration mN/m
enumeration pdl/cm
enumeration tonfUK/ft
enumeration tonfUS/ft
Used by
Source
<xsd:simpleType name="forcePerLengthUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="N/30m"/>
    <xsd:enumeration value="N/m"/>
    <xsd:enumeration value="dyne/cm"/>
    <xsd:enumeration value="kN/m"/>
    <xsd:enumeration value="kgf/cm"/>
    <xsd:enumeration value="lbf/100ft"/>
    <xsd:enumeration value="lbf/30m"/>
    <xsd:enumeration value="lbf/ft"/>
    <xsd:enumeration value="lbf/in"/>
    <xsd:enumeration value="mN/km"/>
    <xsd:enumeration value="mN/m"/>
    <xsd:enumeration value="pdl/cm"/>
    <xsd:enumeration value="tonfUK/ft"/>
    <xsd:enumeration value="tonfUS/ft"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:forcePerVolumeMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#forcePerVolumeMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:forcePerVolumeUom required
Source
<xsd:complexType name="forcePerVolumeMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:forcePerVolumeUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:forcePerVolumeUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration N/m3
enumeration atm/100m
enumeration atm/m
enumeration bar/km
enumeration bar/m
enumeration GPa/cm
enumeration kPa/100m
enumeration kPa/m
enumeration lbf/ft3
enumeration lbf/galUS
enumeration MPa/m
enumeration psi/ft
enumeration psi/100ft
enumeration psi/kft
enumeration psi/m
enumeration Pa/m
enumeration atm/ft
Used by
Source
<xsd:simpleType name="forcePerVolumeUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="N/m3"/>
    <xsd:enumeration value="atm/100m"/>
    <xsd:enumeration value="atm/m"/>
    <xsd:enumeration value="bar/km"/>
    <xsd:enumeration value="bar/m"/>
    <xsd:enumeration value="GPa/cm"/>
    <xsd:enumeration value="kPa/100m"/>
    <xsd:enumeration value="kPa/m"/>
    <xsd:enumeration value="lbf/ft3"/>
    <xsd:enumeration value="lbf/galUS"/>
    <xsd:enumeration value="MPa/m"/>
    <xsd:enumeration value="psi/ft"/>
    <xsd:enumeration value="psi/100ft"/>
    <xsd:enumeration value="psi/kft"/>
    <xsd:enumeration value="psi/m"/>
    <xsd:enumeration value="Pa/m"/>
    <xsd:enumeration value="atm/ft"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:frequencyMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#frequencyMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:frequencyUom required
Source
<xsd:complexType name="frequencyMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:frequencyUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:frequencyUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration Hz
enumeration c/s
enumeration GHz
enumeration kHz
enumeration mHz
enumeration MHz
enumeration uHz
enumeration 1/s
enumeration 1/a
enumeration 1/d
enumeration 1/h
enumeration 1/min
enumeration 1/wk
enumeration kEuc/s
Used by
Source
<xsd:simpleType name="frequencyUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="Hz"/>
    <xsd:enumeration value="c/s"/>
    <xsd:enumeration value="GHz"/>
    <xsd:enumeration value="kHz"/>
    <xsd:enumeration value="mHz"/>
    <xsd:enumeration value="MHz"/>
    <xsd:enumeration value="uHz"/>
    <xsd:enumeration value="1/s"/>
    <xsd:enumeration value="1/a"/>
    <xsd:enumeration value="1/d"/>
    <xsd:enumeration value="1/h"/>
    <xsd:enumeration value="1/min"/>
    <xsd:enumeration value="1/wk"/>
    <xsd:enumeration value="kEuc/s"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:illuminanceMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#illuminanceMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:illuminanceUom required
Source
<xsd:complexType name="illuminanceMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:illuminanceUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:illuminanceUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration lx
enumeration lm/m2
enumeration footcandle
enumeration klx
Used by
Source
<xsd:simpleType name="illuminanceUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="lx"/>
    <xsd:enumeration value="lm/m2"/>
    <xsd:enumeration value="footcandle"/>
    <xsd:enumeration value="klx"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:lengthMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Elements diggs:BlockSampleDetailType/diggs:height, diggs:BlockSampleDetailType/diggs:length, diggs:BlockSampleDetailType/diggs:width, diggs:BoreholeDiameterType/diggs:diameter, diggs:CasingType/diggs:casingInsideDiameter, diggs:CasingType/diggs:casingOutsideDiameter, diggs:CasingType/diggs:casingWallThickness, diggs:CylindricalSampleDetailType/diggs:diameter, diggs:CylindricalSampleDetailType/diggs:length, diggs:FractureDescriptionType/diggs:aperatureMeasurement, diggs:FractureDescriptionType/diggs:wavinessAmplitude, diggs:FractureDescriptionType/diggs:wavinessWavelength, diggs:FractureSpacingType/diggs:averageSpacing, diggs:FractureSpacingType/diggs:fracturesPerUnitLength, diggs:FractureSpacingType/diggs:maxSpacing, diggs:FractureSpacingType/diggs:minSpacing, diggs:SamplePreparationType/diggs:preparedSampleDiameter, diggs:SamplePreparationType/diggs:preparedSampleHeight, diggs:SamplePreparationType/diggs:preparedSampleLength, diggs:SamplePreparationType/diggs:preparedSampleWidth, diggs:TrialPitEventType/diggs:length, diggs:TrialPitEventType/diggs:width, diggs:TrialPitType/diggs:pitLength, diggs:TrialPitType/diggs:pitWidth, diggs:WellOpeningType/diggs:openingDiameter, diggs:WellOpeningType/diggs:openingLength, diggs:WellOpeningType/diggs:openingWidth, diggs_env:FiltrationType/diggs_env:poreSize, diggs_env:SpectralAnalysisType/diggs_env:wavelength, diggs_geo:DirectShearTestTrialsType/diggs_geo:horizDisplPeakShear, diggs_geo:DirectShearTestTrialsType/diggs_geo:horizDisplResidualShear, diggs_geo:DirectShearTestTrialsType/diggs_geo:vertDisplPeakShear, diggs_geo:DirectShearTestTrialsType/diggs_geo:vertDisplResidualShear, diggs_geo:DriveSetType/diggs_geo:penetration, diggs_geo:DrivenPenetrationTestType/diggs_geo:depthCasing, diggs_geo:DrivenPenetrationTestType/diggs_geo:hammerDropHeight, diggs_geo:DrivenPenetrationTestType/diggs_geo:rodExternalDiameter, diggs_geo:DrivenPenetrationTestType/diggs_geo:samplerInternalDiameter, diggs_geo:DrivenPenetrationTestType/diggs_geo:samplerLength, diggs_geo:DrivenPenetrationTestType/diggs_geo:selfWeightPenetration, diggs_geo:DrivenPenetrationTestType/diggs_geo:totalPenetration, diggs_geo:DrivenPenetrationTestType/diggs_geo:waterDepth, diggs_geo:FlatDilatometerTestType/diggs_geo:frictionReducerDiameter, diggs_geo:FlatDilatometerTestType/diggs_geo:frictionReducerLocation, diggs_geo:FrostSusceptibilityTestType/diggs_geo:frostHeave1, diggs_geo:FrostSusceptibilityTestType/diggs_geo:frostHeave2, diggs_geo:FrostSusceptibilityTestType/diggs_geo:frostHeave3, diggs_geo:GradingType/diggs_geo:particleSize, diggs_geo:HandVaneTestType/diggs_geo:vaneDiameter, diggs_geo:HandVaneTestType/diggs_geo:vaneLength, diggs_geo:InsituPermeabilityTestType/diggs_geo:appliedHead, diggs_geo:InsituPermeabilityTestType/diggs_geo:depthStandingWater, diggs_geo:InsituPermeabilityTestType/diggs_geo:depthTestZoneBottom, diggs_geo:InsituPermeabilityTestType/diggs_geo:depthTestZoneTop, diggs_geo:InsituPermeabilityTestType/diggs_geo:depthWaterPreTest, diggs_geo:InsituPermeabilityTestType/diggs_geo:diameterCasing, diggs_geo:InsituPermeabilityTestType/diggs_geo:diameterTestZone, diggs_geo:InsituVaneTestType/diggs_geo:vaneDiameter, diggs_geo:InsituVaneTestType/diggs_geo:vaneLength, diggs_geo:LabCBRTestTrialsType/diggs_geo:swellFromSoaking, diggs_geo:LabPermeabilityTestType/diggs_geo:drainDiameter, diggs_geo:MCVTestTrialsType/diggs_geo:difference, diggs_geo:PorePressureElementType/diggs_geo:filterElementLocation, diggs_geo:PressuremeterTestType/diggs_geo:pressuremeterDiameter, diggs_geo:PumpingTestTrialsType/diggs_geo:waterDepth, diggs_geo:StaticConePenetrationTestType/diggs_geo:distanceTipToSleeve
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthUom required
Source
<xsd:complexType name="lengthMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:lengthUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:lengthUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration m
enumeration angstrom
enumeration chBnA
enumeration chBnB
enumeration chCla
enumeration chSe
enumeration chUS
enumeration cm
enumeration dm
enumeration fathom
enumeration fm
enumeration ft
enumeration ftBnA
enumeration ftBnB
enumeration ftBr(65)
enumeration ftCla
enumeration ftGC
enumeration ftInd
enumeration ftInd(37)
enumeration ftInd(62)
enumeration ftInd(75)
enumeration ftMA
enumeration ftSe
enumeration ftUS
enumeration in
enumeration in/10
enumeration in/16
enumeration in/32
enumeration in/64
enumeration inUS
enumeration km
enumeration lkBnA
enumeration lkBnB
enumeration lkCla
enumeration lkSe
enumeration lkUS
enumeration mGer
enumeration mi
enumeration mil
enumeration miUS
enumeration mm
enumeration Mm
enumeration nautmi
enumeration nm
enumeration pm
enumeration um
enumeration yd
enumeration ydBnA
enumeration ydBnB
enumeration ydCla
enumeration ydIm
enumeration ydInd
enumeration ydInd(37)
enumeration ydInd(62)
enumeration ydInd(75)
enumeration ydSe
Used by
Source
<xsd:simpleType name="lengthUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="m"/>
    <xsd:enumeration value="angstrom"/>
    <xsd:enumeration value="chBnA"/>
    <xsd:enumeration value="chBnB"/>
    <xsd:enumeration value="chCla"/>
    <xsd:enumeration value="chSe"/>
    <xsd:enumeration value="chUS"/>
    <xsd:enumeration value="cm"/>
    <xsd:enumeration value="dm"/>
    <xsd:enumeration value="fathom"/>
    <xsd:enumeration value="fm"/>
    <xsd:enumeration value="ft"/>
    <xsd:enumeration value="ftBnA"/>
    <xsd:enumeration value="ftBnB"/>
    <xsd:enumeration value="ftBr(65)"/>
    <xsd:enumeration value="ftCla"/>
    <xsd:enumeration value="ftGC"/>
    <xsd:enumeration value="ftInd"/>
    <xsd:enumeration value="ftInd(37)"/>
    <xsd:enumeration value="ftInd(62)"/>
    <xsd:enumeration value="ftInd(75)"/>
    <xsd:enumeration value="ftMA"/>
    <xsd:enumeration value="ftSe"/>
    <xsd:enumeration value="ftUS"/>
    <xsd:enumeration value="in"/>
    <xsd:enumeration value="in/10"/>
    <xsd:enumeration value="in/16"/>
    <xsd:enumeration value="in/32"/>
    <xsd:enumeration value="in/64"/>
    <xsd:enumeration value="inUS"/>
    <xsd:enumeration value="km"/>
    <xsd:enumeration value="lkBnA"/>
    <xsd:enumeration value="lkBnB"/>
    <xsd:enumeration value="lkCla"/>
    <xsd:enumeration value="lkSe"/>
    <xsd:enumeration value="lkUS"/>
    <xsd:enumeration value="mGer"/>
    <xsd:enumeration value="mi"/>
    <xsd:enumeration value="mil"/>
    <xsd:enumeration value="miUS"/>
    <xsd:enumeration value="mm"/>
    <xsd:enumeration value="Mm"/>
    <xsd:enumeration value="nautmi"/>
    <xsd:enumeration value="nm"/>
    <xsd:enumeration value="pm"/>
    <xsd:enumeration value="um"/>
    <xsd:enumeration value="yd"/>
    <xsd:enumeration value="ydBnA"/>
    <xsd:enumeration value="ydBnB"/>
    <xsd:enumeration value="ydCla"/>
    <xsd:enumeration value="ydIm"/>
    <xsd:enumeration value="ydInd"/>
    <xsd:enumeration value="ydInd(37)"/>
    <xsd:enumeration value="ydInd(62)"/>
    <xsd:enumeration value="ydInd(75)"/>
    <xsd:enumeration value="ydSe"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:lengthPerLengthMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#lengthPerLengthMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:lengthPerLengthUom required
Source
<xsd:complexType name="lengthPerLengthMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:lengthPerLengthUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:lengthPerLengthUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration %
enumeration ft/100ft
enumeration ft/ft
enumeration ft/in
enumeration ft/m
enumeration ft/mi
enumeration km/cm
enumeration m/30m
enumeration m/cm
enumeration m/km
enumeration m/m
enumeration mi/in
Used by
Source
<xsd:simpleType name="lengthPerLengthUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="%"/>
    <xsd:enumeration value="ft/100ft"/>
    <xsd:enumeration value="ft/ft"/>
    <xsd:enumeration value="ft/in"/>
    <xsd:enumeration value="ft/m"/>
    <xsd:enumeration value="ft/mi"/>
    <xsd:enumeration value="km/cm"/>
    <xsd:enumeration value="m/30m"/>
    <xsd:enumeration value="m/cm"/>
    <xsd:enumeration value="m/km"/>
    <xsd:enumeration value="m/m"/>
    <xsd:enumeration value="mi/in"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:magneticFieldStrengthMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#magneticFieldStrengthMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:magneticFieldStrengthUom required
Source
<xsd:complexType name="magneticFieldStrengthMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:magneticFieldStrengthUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:magneticFieldStrengthUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration A/m
enumeration A/mm
enumeration gamma
enumeration Oe
Used by
Source
<xsd:simpleType name="magneticFieldStrengthUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="A/m"/>
    <xsd:enumeration value="A/mm"/>
    <xsd:enumeration value="gamma"/>
    <xsd:enumeration value="Oe"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:magneticInductionMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#magneticInductionMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:magneticInductionUom required
Source
<xsd:complexType name="magneticInductionMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:magneticInductionUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:magneticInductionUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration T
enumeration gauss
enumeration mT
enumeration mgauss
enumeration nT
enumeration uT
Used by
Source
<xsd:simpleType name="magneticInductionUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="T"/>
    <xsd:enumeration value="gauss"/>
    <xsd:enumeration value="mT"/>
    <xsd:enumeration value="mgauss"/>
    <xsd:enumeration value="nT"/>
    <xsd:enumeration value="uT"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:massConcentrationMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#massConcentrationMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:massConcentrationUom required
Source
<xsd:complexType name="massConcentrationMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:massConcentrationUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:massConcentrationUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration Euc
enumeration %
enumeration g/kg
enumeration kg/kg
enumeration kg/sack94
enumeration mg/kg
enumeration permil
enumeration ppdk
enumeration ppk
enumeration ppm
Used by
Source
<xsd:simpleType name="massConcentrationUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="Euc"/>
    <xsd:enumeration value="%"/>
    <xsd:enumeration value="g/kg"/>
    <xsd:enumeration value="kg/kg"/>
    <xsd:enumeration value="kg/sack94"/>
    <xsd:enumeration value="mg/kg"/>
    <xsd:enumeration value="permil"/>
    <xsd:enumeration value="ppdk"/>
    <xsd:enumeration value="ppk"/>
    <xsd:enumeration value="ppm"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:massMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#massMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:massUom required
Source
<xsd:complexType name="massMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:massUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:massUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration kg
enumeration ag
enumeration ct
enumeration cwtUK
enumeration cwtUS
enumeration g
enumeration grain
enumeration klbm
enumeration lbm
enumeration Mg
enumeration mg
enumeration oz(av)
enumeration oz(troy)
enumeration ozm
enumeration sack94
enumeration t
enumeration tonUK
enumeration tonUS
enumeration ug
Used by
Source
<xsd:simpleType name="massUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="kg"/>
    <xsd:enumeration value="ag"/>
    <xsd:enumeration value="ct"/>
    <xsd:enumeration value="cwtUK"/>
    <xsd:enumeration value="cwtUS"/>
    <xsd:enumeration value="g"/>
    <xsd:enumeration value="grain"/>
    <xsd:enumeration value="klbm"/>
    <xsd:enumeration value="lbm"/>
    <xsd:enumeration value="Mg"/>
    <xsd:enumeration value="mg"/>
    <xsd:enumeration value="oz(av)"/>
    <xsd:enumeration value="oz(troy)"/>
    <xsd:enumeration value="ozm"/>
    <xsd:enumeration value="sack94"/>
    <xsd:enumeration value="t"/>
    <xsd:enumeration value="tonUK"/>
    <xsd:enumeration value="tonUS"/>
    <xsd:enumeration value="ug"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:massPerLengthMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#massPerLengthMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:massPerLengthUom required
Source
<xsd:complexType name="massPerLengthMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:massPerLengthUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:massPerLengthUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration kg/m
enumeration klbm/in
enumeration lbm/ft
enumeration Mg/in
enumeration kg.m/cm2
Used by
Source
<xsd:simpleType name="massPerLengthUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="kg/m"/>
    <xsd:enumeration value="klbm/in"/>
    <xsd:enumeration value="lbm/ft"/>
    <xsd:enumeration value="Mg/in"/>
    <xsd:enumeration value="kg.m/cm2"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:momentOfForceMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#momentOfForceMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:momentOfForceUom required
Source
<xsd:complexType name="momentOfForceMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:momentOfForceUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:momentOfForceUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration J
enumeration dN.m
enumeration daN.m
enumeration ft.lbf
enumeration kft.lbf
enumeration kgf.m
enumeration kN.m
enumeration lbf.ft
enumeration lbf.in
enumeration lbm.ft2/s2
enumeration N.m
enumeration pdl.ft
enumeration tonfUS.ft
enumeration tonfUS.mi
Used by
Source
<xsd:simpleType name="momentOfForceUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="J"/>
    <xsd:enumeration value="dN.m"/>
    <xsd:enumeration value="daN.m"/>
    <xsd:enumeration value="ft.lbf"/>
    <xsd:enumeration value="kft.lbf"/>
    <xsd:enumeration value="kgf.m"/>
    <xsd:enumeration value="kN.m"/>
    <xsd:enumeration value="lbf.ft"/>
    <xsd:enumeration value="lbf.in"/>
    <xsd:enumeration value="lbm.ft2/s2"/>
    <xsd:enumeration value="N.m"/>
    <xsd:enumeration value="pdl.ft"/>
    <xsd:enumeration value="tonfUS.ft"/>
    <xsd:enumeration value="tonfUS.mi"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:perLengthMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#perLengthMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:perLengthUom required
Source
<xsd:complexType name="perLengthMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:perLengthUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:perLengthUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration 1/m
enumeration 1/angstrom
enumeration 1/cm
enumeration 1/ft
enumeration 1/in
enumeration 1/mi
enumeration 1/mm
enumeration 1/nm
enumeration 1/yd
Used by
Source
<xsd:simpleType name="perLengthUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="1/m"/>
    <xsd:enumeration value="1/angstrom"/>
    <xsd:enumeration value="1/cm"/>
    <xsd:enumeration value="1/ft"/>
    <xsd:enumeration value="1/in"/>
    <xsd:enumeration value="1/mi"/>
    <xsd:enumeration value="1/mm"/>
    <xsd:enumeration value="1/nm"/>
    <xsd:enumeration value="1/yd"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:planeAngleMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#planeAngleMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:planeAngleUom required
Source
<xsd:complexType name="planeAngleMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:planeAngleUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Complex Type witsml:powerMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#powerMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:powerUom required
Source
<xsd:complexType name="powerMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:powerUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:powerUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration W
enumeration ch
enumeration CV
enumeration ehp
enumeration GW
enumeration hhp
enumeration hp
enumeration kcal/h
enumeration kW
enumeration MJ/a
enumeration MW
enumeration mW
enumeration nW
enumeration ton of refrig
enumeration TW
enumeration uW
Used by
Source
<xsd:simpleType name="powerUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="W"/>
    <xsd:enumeration value="ch"/>
    <xsd:enumeration value="CV"/>
    <xsd:enumeration value="ehp"/>
    <xsd:enumeration value="GW"/>
    <xsd:enumeration value="hhp"/>
    <xsd:enumeration value="hp"/>
    <xsd:enumeration value="kcal/h"/>
    <xsd:enumeration value="kW"/>
    <xsd:enumeration value="MJ/a"/>
    <xsd:enumeration value="MW"/>
    <xsd:enumeration value="mW"/>
    <xsd:enumeration value="nW"/>
    <xsd:enumeration value="ton of refrig"/>
    <xsd:enumeration value="TW"/>
    <xsd:enumeration value="uW"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:pressureMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#pressureMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:pressureUom required
Source
<xsd:complexType name="pressureMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:pressureUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:pressureUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration Pa
enumeration at
enumeration atm
enumeration bar
enumeration cmH2O(4degC)
enumeration dyne/cm2
enumeration GPa
enumeration hbar
enumeration inH2O(39.2F)
enumeration inH2O(60F)
enumeration inHg(32F)
enumeration inHg(60F)
enumeration kgf/cm2
enumeration kgf/mm2
enumeration kN/m2
enumeration kPa
enumeration kpsi
enumeration lbf/ft2
enumeration lbf/100ft2
enumeration lbf/in2
enumeration mbar
enumeration mmHg(0C)
enumeration mPa
enumeration MPa
enumeration Mpsi
enumeration N/m2
enumeration N/mm2
enumeration Pa(g)
enumeration pPa
enumeration psi
enumeration psia
enumeration psig
enumeration tonfUS/ft2
enumeration tonfUS/in2
enumeration torr
enumeration ubar
enumeration umHg(0C)
enumeration uPa
enumeration upsi
Used by
Source
<xsd:simpleType name="pressureUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="Pa"/>
    <xsd:enumeration value="at"/>
    <xsd:enumeration value="atm"/>
    <xsd:enumeration value="bar"/>
    <xsd:enumeration value="cmH2O(4degC)"/>
    <xsd:enumeration value="dyne/cm2"/>
    <xsd:enumeration value="GPa"/>
    <xsd:enumeration value="hbar"/>
    <xsd:enumeration value="inH2O(39.2F)"/>
    <xsd:enumeration value="inH2O(60F)"/>
    <xsd:enumeration value="inHg(32F)"/>
    <xsd:enumeration value="inHg(60F)"/>
    <xsd:enumeration value="kgf/cm2"/>
    <xsd:enumeration value="kgf/mm2"/>
    <xsd:enumeration value="kN/m2"/>
    <xsd:enumeration value="kPa"/>
    <xsd:enumeration value="kpsi"/>
    <xsd:enumeration value="lbf/ft2"/>
    <xsd:enumeration value="lbf/100ft2"/>
    <xsd:enumeration value="lbf/in2"/>
    <xsd:enumeration value="mbar"/>
    <xsd:enumeration value="mmHg(0C)"/>
    <xsd:enumeration value="mPa"/>
    <xsd:enumeration value="MPa"/>
    <xsd:enumeration value="Mpsi"/>
    <xsd:enumeration value="N/m2"/>
    <xsd:enumeration value="N/mm2"/>
    <xsd:enumeration value="Pa(g)"/>
    <xsd:enumeration value="pPa"/>
    <xsd:enumeration value="psi"/>
    <xsd:enumeration value="psia"/>
    <xsd:enumeration value="psig"/>
    <xsd:enumeration value="tonfUS/ft2"/>
    <xsd:enumeration value="tonfUS/in2"/>
    <xsd:enumeration value="torr"/>
    <xsd:enumeration value="ubar"/>
    <xsd:enumeration value="umHg(0C)"/>
    <xsd:enumeration value="uPa"/>
    <xsd:enumeration value="upsi"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:relativePowerMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#relativePowerMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:relativePowerUom required
Source
<xsd:complexType name="relativePowerMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:relativePowerUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:relativePowerUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration %
enumeration Btu/bhp.hr
enumeration W/kW
enumeration W/W
Used by
Source
<xsd:simpleType name="relativePowerUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="%"/>
    <xsd:enumeration value="Btu/bhp.hr"/>
    <xsd:enumeration value="W/kW"/>
    <xsd:enumeration value="W/W"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:specificVolumeMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#specificVolumeMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:specificVolumeUom required
Source
<xsd:complexType name="specificVolumeMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:specificVolumeUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:specificVolumeUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration m3/kg
enumeration bbl/tonUK
enumeration bbl/tonUS
enumeration cm3/g
enumeration dm3/kg
enumeration dm3/t
enumeration ft3/kg
enumeration ft3/lbm
enumeration ft3/sack94
enumeration galUS/sack94
enumeration galUK/lbm
enumeration galUS/lbm
enumeration galUS/tonUK
enumeration galUS/tonUS
enumeration L/100kg
enumeration L/kg
enumeration L/t
enumeration L/tonUK
enumeration m3/g
enumeration m3/t
enumeration m3/tonUK
enumeration m3/tonUS
Used by
Source
<xsd:simpleType name="specificVolumeUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="m3/kg"/>
    <xsd:enumeration value="bbl/tonUK"/>
    <xsd:enumeration value="bbl/tonUS"/>
    <xsd:enumeration value="cm3/g"/>
    <xsd:enumeration value="dm3/kg"/>
    <xsd:enumeration value="dm3/t"/>
    <xsd:enumeration value="ft3/kg"/>
    <xsd:enumeration value="ft3/lbm"/>
    <xsd:enumeration value="ft3/sack94"/>
    <xsd:enumeration value="galUS/sack94"/>
    <xsd:enumeration value="galUK/lbm"/>
    <xsd:enumeration value="galUS/lbm"/>
    <xsd:enumeration value="galUS/tonUK"/>
    <xsd:enumeration value="galUS/tonUS"/>
    <xsd:enumeration value="L/100kg"/>
    <xsd:enumeration value="L/kg"/>
    <xsd:enumeration value="L/t"/>
    <xsd:enumeration value="L/tonUK"/>
    <xsd:enumeration value="m3/g"/>
    <xsd:enumeration value="m3/t"/>
    <xsd:enumeration value="m3/tonUK"/>
    <xsd:enumeration value="m3/tonUS"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:thermodynamicTemperatureMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#thermodynamicTemperatureMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:thermodynamicTemperatureUom required
Source
<xsd:complexType name="thermodynamicTemperatureMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:thermodynamicTemperatureUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:thermodynamicTemperatureUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration K
enumeration degC
enumeration degF
enumeration degR
Used by
Source
<xsd:simpleType name="thermodynamicTemperatureUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="K"/>
    <xsd:enumeration value="degC"/>
    <xsd:enumeration value="degF"/>
    <xsd:enumeration value="degR"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:timeMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#timeMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:timeUom required
Source
<xsd:complexType name="timeMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:timeUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:timeUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration s
enumeration a
enumeration cs
enumeration d
enumeration Ga
enumeration h
enumeration 100s
enumeration Ma
enumeration min
enumeration ms
enumeration ms/2
enumeration ns
enumeration ps
enumeration us
enumeration wk
enumeration 100ka
Used by
Source
<xsd:simpleType name="timeUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="s"/>
    <xsd:enumeration value="a"/>
    <xsd:enumeration value="cs"/>
    <xsd:enumeration value="d"/>
    <xsd:enumeration value="Ga"/>
    <xsd:enumeration value="h"/>
    <xsd:enumeration value="100s"/>
    <xsd:enumeration value="Ma"/>
    <xsd:enumeration value="min"/>
    <xsd:enumeration value="ms"/>
    <xsd:enumeration value="ms/2"/>
    <xsd:enumeration value="ns"/>
    <xsd:enumeration value="ps"/>
    <xsd:enumeration value="us"/>
    <xsd:enumeration value="wk"/>
    <xsd:enumeration value="100ka"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:velocityMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#velocityMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:velocityUom required
Source
<xsd:complexType name="velocityMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:velocityUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:velocityUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration m/s
enumeration cm/a
enumeration cm/s
enumeration dm/s
enumeration ft/d
enumeration ft/h
enumeration ft/min
enumeration ft/ms
enumeration ft/s
enumeration ft/us
enumeration in/a
enumeration in/min
enumeration in/s
enumeration kft/h
enumeration kft/s
enumeration km/h
enumeration km/s
enumeration knot
enumeration m/d
enumeration m/h
enumeration m/min
enumeration m/ms
enumeration mi/h
enumeration mil/yr
enumeration mm/a
enumeration mm/s
enumeration nm/s
enumeration um/s
Used by
Source
<xsd:simpleType name="velocityUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="m/s"/>
    <xsd:enumeration value="cm/a"/>
    <xsd:enumeration value="cm/s"/>
    <xsd:enumeration value="dm/s"/>
    <xsd:enumeration value="ft/d"/>
    <xsd:enumeration value="ft/h"/>
    <xsd:enumeration value="ft/min"/>
    <xsd:enumeration value="ft/ms"/>
    <xsd:enumeration value="ft/s"/>
    <xsd:enumeration value="ft/us"/>
    <xsd:enumeration value="in/a"/>
    <xsd:enumeration value="in/min"/>
    <xsd:enumeration value="in/s"/>
    <xsd:enumeration value="kft/h"/>
    <xsd:enumeration value="kft/s"/>
    <xsd:enumeration value="km/h"/>
    <xsd:enumeration value="km/s"/>
    <xsd:enumeration value="knot"/>
    <xsd:enumeration value="m/d"/>
    <xsd:enumeration value="m/h"/>
    <xsd:enumeration value="m/min"/>
    <xsd:enumeration value="m/ms"/>
    <xsd:enumeration value="mi/h"/>
    <xsd:enumeration value="mil/yr"/>
    <xsd:enumeration value="mm/a"/>
    <xsd:enumeration value="mm/s"/>
    <xsd:enumeration value="nm/s"/>
    <xsd:enumeration value="um/s"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:volumeMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#volumeMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:volumeUom required
Source
<xsd:complexType name="volumeMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:volumeUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:volumeUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration m3
enumeration acre.ft
enumeration bbl
enumeration bcf
enumeration cm3
enumeration dm3
enumeration flozUK
enumeration flozUS
enumeration ft3
enumeration galUK
enumeration galUS
enumeration ha.m
enumeration hL
enumeration in3
enumeration 1000ft3
enumeration km3
enumeration L
enumeration Mbbl
enumeration Mcf
enumeration M(ft3)
enumeration mi3
enumeration mL
enumeration M(m3)
enumeration mm3
enumeration MMbbl
enumeration ptUK
enumeration ptUS
enumeration qtUK
enumeration qtUS
enumeration tcf
enumeration um2.m
enumeration yd3
Used by
Source
<xsd:simpleType name="volumeUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="m3"/>
    <xsd:enumeration value="acre.ft"/>
    <xsd:enumeration value="bbl"/>
    <xsd:enumeration value="bcf"/>
    <xsd:enumeration value="cm3"/>
    <xsd:enumeration value="dm3"/>
    <xsd:enumeration value="flozUK"/>
    <xsd:enumeration value="flozUS"/>
    <xsd:enumeration value="ft3"/>
    <xsd:enumeration value="galUK"/>
    <xsd:enumeration value="galUS"/>
    <xsd:enumeration value="ha.m"/>
    <xsd:enumeration value="hL"/>
    <xsd:enumeration value="in3"/>
    <xsd:enumeration value="1000ft3"/>
    <xsd:enumeration value="km3"/>
    <xsd:enumeration value="L"/>
    <xsd:enumeration value="Mbbl"/>
    <xsd:enumeration value="Mcf"/>
    <xsd:enumeration value="M(ft3)"/>
    <xsd:enumeration value="mi3"/>
    <xsd:enumeration value="mL"/>
    <xsd:enumeration value="M(m3)"/>
    <xsd:enumeration value="mm3"/>
    <xsd:enumeration value="MMbbl"/>
    <xsd:enumeration value="ptUK"/>
    <xsd:enumeration value="ptUS"/>
    <xsd:enumeration value="qtUK"/>
    <xsd:enumeration value="qtUS"/>
    <xsd:enumeration value="tcf"/>
    <xsd:enumeration value="um2.m"/>
    <xsd:enumeration value="yd3"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:volumeFlowRateMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#volumeFlowRateMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
uom witsml:volumeFlowRateUom required
Source
<xsd:complexType name="volumeFlowRateMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:volumeFlowRateUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:volumeFlowRateUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration m3/s
enumeration bbl/d
enumeration bbl/hr
enumeration bbl/min
enumeration cm3/30min
enumeration cm3/h
enumeration cm3/min
enumeration cm3/s
enumeration dm3/s
enumeration ft3/d
enumeration ft3/h
enumeration ft3/min
enumeration ft3/s
enumeration galUK/d
enumeration galUK/hr
enumeration galUK/min
enumeration galUS/d
enumeration galUS/hr
enumeration galUS/min
enumeration kbbl/d
enumeration 1000ft3/d
enumeration 1000m3/d
enumeration 1000m3/h
enumeration L/h
enumeration L/min
enumeration L/s
enumeration m3/d
enumeration m3/h
enumeration m3/min
enumeration Mbbl/d
enumeration M(ft3)/d
enumeration M(m3)/d
Used by
Source
<xsd:simpleType name="volumeFlowRateUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="m3/s"/>
    <xsd:enumeration value="bbl/d"/>
    <xsd:enumeration value="bbl/hr"/>
    <xsd:enumeration value="bbl/min"/>
    <xsd:enumeration value="cm3/30min"/>
    <xsd:enumeration value="cm3/h"/>
    <xsd:enumeration value="cm3/min"/>
    <xsd:enumeration value="cm3/s"/>
    <xsd:enumeration value="dm3/s"/>
    <xsd:enumeration value="ft3/d"/>
    <xsd:enumeration value="ft3/h"/>
    <xsd:enumeration value="ft3/min"/>
    <xsd:enumeration value="ft3/s"/>
    <xsd:enumeration value="galUK/d"/>
    <xsd:enumeration value="galUK/hr"/>
    <xsd:enumeration value="galUK/min"/>
    <xsd:enumeration value="galUS/d"/>
    <xsd:enumeration value="galUS/hr"/>
    <xsd:enumeration value="galUS/min"/>
    <xsd:enumeration value="kbbl/d"/>
    <xsd:enumeration value="1000ft3/d"/>
    <xsd:enumeration value="1000m3/d"/>
    <xsd:enumeration value="1000m3/h"/>
    <xsd:enumeration value="L/h"/>
    <xsd:enumeration value="L/min"/>
    <xsd:enumeration value="L/s"/>
    <xsd:enumeration value="m3/d"/>
    <xsd:enumeration value="m3/h"/>
    <xsd:enumeration value="m3/min"/>
    <xsd:enumeration value="Mbbl/d"/>
    <xsd:enumeration value="M(ft3)/d"/>
    <xsd:enumeration value="M(m3)/d"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd
Complex Type witsml:volumePerVolumeMeasure
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractDouble 131.tmp#abstractMeasure NO_NAMESPACE.tmp#volumePerVolumeMeasure_uom
Type extension of witsml:abstractMeasure
Type hierarchy
Attributes
QName Type Fixed Default Use Annotation
uom witsml:volumePerVolumeUom required
Source
<xsd:complexType name="volumePerVolumeMeasure">
  <xsd:simpleContent>
    <xsd:extension base="witsml:abstractMeasure">
      <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_measureType.xsd
Simple Type witsml:volumePerVolumeUom
Namespace http://www.witsml.org/schemas/131
Diagram
Diagram 131.tmp#abstractUomEnum
Type restriction of witsml:abstractUomEnum
Type hierarchy
Facets
whiteSpace collapse
Replace tab, line feed and carriage return with 
a space, collapse contiguous sequences of spaces to a single space 
and then remove leading and trailing spaces.
minLength 1
The empty string is not allowed.
This constraint conbined with the whiteSpace collapse constraint means
that a blank value is not allowed.
maxLength 24
enumeration Euc
enumeration %
enumeration permil
enumeration ppdk
enumeration ppk
enumeration ppm
enumeration bbl/acre.ft
enumeration bbl/bbl
enumeration bbl/ft3
enumeration bbl/100bbl
enumeration bbl/k(ft3)
enumeration bbl/M(ft3)
enumeration cm3/cm3
enumeration cm3/m3
enumeration dm3/m3
enumeration ft3/bbl
enumeration ft3/ft3
enumeration galUS/kgalUS
enumeration galUK/kgalUK
enumeration galUK/ft3
enumeration galUK/Mbbl
enumeration galUS/bbl
enumeration galUS/10bbl
enumeration galUS/ft3
enumeration galUS/Mbbl
enumeration 1000ft3/bbl
enumeration ksm3/sm3
enumeration L/10bbl
enumeration L/m3
enumeration m3/ha.m
enumeration m3/m3
enumeration M(ft3)/acre.ft
enumeration mL/galUK
enumeration mL/galUS
enumeration mL/mL
enumeration MMbbl/acre.ft
enumeration MMscf60/stb60
enumeration Mscf60/stb60
enumeration ptUK/Mbbl
enumeration ptUS/10bbl
enumeration pu
enumeration scm15/stb60
enumeration sm3/ksm3
enumeration sm3/sm3
enumeration stb60/MMscf60
enumeration stb60/MMscm15
enumeration stb60/Mscf60
enumeration stb60/Mscm15
enumeration stb60/scm15
Used by
Source
<xsd:simpleType name="volumePerVolumeUom">
  <xsd:restriction base="witsml:abstractUomEnum">
    <xsd:enumeration value="Euc"/>
    <xsd:enumeration value="%"/>
    <xsd:enumeration value="permil"/>
    <xsd:enumeration value="ppdk"/>
    <xsd:enumeration value="ppk"/>
    <xsd:enumeration value="ppm"/>
    <xsd:enumeration value="bbl/acre.ft"/>
    <xsd:enumeration value="bbl/bbl"/>
    <xsd:enumeration value="bbl/ft3"/>
    <xsd:enumeration value="bbl/100bbl"/>
    <xsd:enumeration value="bbl/k(ft3)"/>
    <xsd:enumeration value="bbl/M(ft3)"/>
    <xsd:enumeration value="cm3/cm3"/>
    <xsd:enumeration value="cm3/m3"/>
    <xsd:enumeration value="dm3/m3"/>
    <xsd:enumeration value="ft3/bbl"/>
    <xsd:enumeration value="ft3/ft3"/>
    <xsd:enumeration value="galUS/kgalUS"/>
    <xsd:enumeration value="galUK/kgalUK"/>
    <xsd:enumeration value="galUK/ft3"/>
    <xsd:enumeration value="galUK/Mbbl"/>
    <xsd:enumeration value="galUS/bbl"/>
    <xsd:enumeration value="galUS/10bbl"/>
    <xsd:enumeration value="galUS/ft3"/>
    <xsd:enumeration value="galUS/Mbbl"/>
    <xsd:enumeration value="1000ft3/bbl"/>
    <xsd:enumeration value="ksm3/sm3"/>
    <xsd:enumeration value="L/10bbl"/>
    <xsd:enumeration value="L/m3"/>
    <xsd:enumeration value="m3/ha.m"/>
    <xsd:enumeration value="m3/m3"/>
    <xsd:enumeration value="M(ft3)/acre.ft"/>
    <xsd:enumeration value="mL/galUK"/>
    <xsd:enumeration value="mL/galUS"/>
    <xsd:enumeration value="mL/mL"/>
    <xsd:enumeration value="MMbbl/acre.ft"/>
    <xsd:enumeration value="MMscf60/stb60"/>
    <xsd:enumeration value="Mscf60/stb60"/>
    <xsd:enumeration value="ptUK/Mbbl"/>
    <xsd:enumeration value="ptUS/10bbl"/>
    <xsd:enumeration value="pu"/>
    <xsd:enumeration value="scm15/stb60"/>
    <xsd:enumeration value="sm3/ksm3"/>
    <xsd:enumeration value="sm3/sm3"/>
    <xsd:enumeration value="stb60/MMscf60"/>
    <xsd:enumeration value="stb60/MMscm15"/>
    <xsd:enumeration value="stb60/Mscf60"/>
    <xsd:enumeration value="stb60/Mscm15"/>
    <xsd:enumeration value="stb60/scm15"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/GaldosOffline/DIGGS_Offline - GMLProfile/Diggs2.0.a/Schemas/witsml/1.3.1.1/typ_quantityClass.xsd