Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Element witsml:TimeIndexValue / witsml:Time
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Used to specify the channel start and end index.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TimeStamp.tmp#TimeStamp
Type eml:TimeStamp
Type hierarchy
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern .+T.+[Z+\-].*
Source
<xs:element name="Time" type="eml:TimeStamp" 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:TimeIndexValue
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Qualifies an index based on time.
Diagram
DiagramLog_xsd_Complex_Type_witsml_AbstractIndexValue.tmp#AbstractIndexValueLog_xsd_Complex_Type_witsml_TimeIndexValue.tmp#TimeIndexValue_Time
Type extension of witsml:AbstractIndexValue
Type hierarchy
Model
Children witsml:Time
Source
<xs:complexType name="TimeIndexValue">
  <xs:annotation>
    <xs:documentation>Qualifies an index based on time.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="witsml:AbstractIndexValue">
      <xs:sequence>
        <xs:element name="Time" type="eml:TimeStamp" 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>