Showing:

Annotations
Diagrams
Model
Properties
Source
Element witsml:DepthIndexValue / witsml:Depth
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Used to specify the channel start and end index.
Diagram
Diagram
Type xs:float
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Depth" type="xs:float" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Used to specify the channel start and end index.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type witsml:DepthIndexValue
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Qualifies the index as depth.
Diagram
DiagramLog_xsd_Complex_Type_witsml_AbstractIndexValue.tmp#AbstractIndexValueLog_xsd_Complex_Type_witsml_DepthIndexValue.tmp#DepthIndexValue_Depth
Type extension of witsml:AbstractIndexValue
Type hierarchy
Model
Children witsml:Depth
Source
<xs:complexType name="DepthIndexValue">
  <xs:annotation>
    <xs:documentation>Qualifies the index as depth.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="witsml:AbstractIndexValue">
      <xs:sequence>
        <xs:element name="Depth" type="xs:float" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Used to specify the channel start and end index.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>