Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element witsml:LogChannelAxis / witsml:AxisStart
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Value of the initial entry in the list of axis index values.
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="AxisStart" type="xs:double" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Value of the initial entry in the list of axis index values.</xs:documentation>
  </xs:annotation>
</xs:element>
Element witsml:LogChannelAxis / witsml:AxisSpacing
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
The increment to be used to fill out the list of the log channel axis index values.
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="AxisSpacing" type="xs:double" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The increment to be used to fill out the list of the log channel axis index values.</xs:documentation>
  </xs:annotation>
</xs:element>
Element witsml:LogChannelAxis / witsml:AxisCount
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
The count of elements along this axis of the array.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_PositiveLong.tmp#PositiveLong
Type eml:PositiveLong
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
minInclusive 1
Source
<xs:element name="AxisCount" type="eml:PositiveLong" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The count of elements along this axis of the array.</xs:documentation>
  </xs:annotation>
</xs:element>
Element witsml:LogChannelAxis / witsml:AxisName
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
The name of the array axis.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_String64.tmp#String64
Type eml:String64
Type hierarchy
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 64
Source
<xs:element name="AxisName" type="eml:String64" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The name of the array axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Element witsml:LogChannelAxis / witsml:AxisPropertyKind
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
The property type by which the array axis is classified. Like "measured depth" or "elapsed time".
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_String64.tmp#String64
Type eml:String64
Type hierarchy
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 64
Source
<xs:element name="AxisPropertyKind" type="eml:String64" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The property type by which the array axis is classified. Like "measured depth" or "elapsed time".</xs:documentation>
  </xs:annotation>
</xs:element>
Element witsml:LogChannelAxis / witsml:AxisUom
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
A string representing the units of measure of the axis values.
Diagram
DiagramCommonEnumerations_xsd_Simple_Type_eml_UnitOfMeasureExt.tmp#UnitOfMeasureExt
Type eml:UnitOfMeasureExt
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="AxisUom" type="eml:UnitOfMeasureExt" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>A string representing the units of measure of the axis values.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type witsml:LogChannelAxis
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Metadata by which the array structure of a compound value is defined. It defines one axis of an array type used in a log channel.
Diagram
DiagramLog_xsd_Complex_Type_witsml_LogChannelAxis.tmp#LogChannelAxis_uidLog_xsd_Complex_Type_witsml_LogChannelAxis.tmp#LogChannelAxis_AxisStartLog_xsd_Complex_Type_witsml_LogChannelAxis.tmp#LogChannelAxis_AxisSpacingLog_xsd_Complex_Type_witsml_LogChannelAxis.tmp#LogChannelAxis_AxisCountLog_xsd_Complex_Type_witsml_LogChannelAxis.tmp#LogChannelAxis_AxisNameLog_xsd_Complex_Type_witsml_LogChannelAxis.tmp#LogChannelAxis_AxisPropertyKindLog_xsd_Complex_Type_witsml_LogChannelAxis.tmp#LogChannelAxis_AxisUom
Used by
Model
Children witsml:AxisCount, witsml:AxisName, witsml:AxisPropertyKind, witsml:AxisSpacing, witsml:AxisStart, witsml:AxisUom
Attributes
QName Type Use Annotation
uid eml:String64 required
A unique identifier for an instance of a log channel axis
Source
<xs:complexType name="LogChannelAxis">
  <xs:annotation>
    <xs:documentation>Metadata by which the array structure of a compound value is defined. It defines one axis of an array type used in a log channel.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AxisStart" type="xs:double" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Value of the initial entry in the list of axis index values.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AxisSpacing" type="xs:double" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The increment to be used to fill out the list of the log channel axis index values.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AxisCount" type="eml:PositiveLong" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The count of elements along this axis of the array.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AxisName" type="eml:String64" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The name of the array axis.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AxisPropertyKind" type="eml:String64" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The property type by which the array axis is classified. Like "measured depth" or "elapsed time".</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AxisUom" type="eml:UnitOfMeasureExt" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>A string representing the units of measure of the axis values.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="uid" use="required" type="eml:String64">
    <xs:annotation>
      <xs:documentation>A unique identifier for an instance of a log channel axis</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Attribute witsml:LogChannelAxis / @uid
Namespace No namespace
Annotations
A unique identifier for an instance of a log channel axis
Type eml:String64
Type hierarchy
Properties
use required
Facets
maxLength 64
Used by
Complex Type witsml:LogChannelAxis
Source
<xs:attribute name="uid" use="required" type="eml:String64">
  <xs:annotation>
    <xs:documentation>A unique identifier for an instance of a log channel axis</xs:documentation>
  </xs:annotation>
</xs:attribute>