Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Element witsml:ChannelValueContext / witsml:ChannelReference
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
The channel refers to another Energistics data object.
Diagram
DiagramObjectReference_xsd_Complex_Type_eml_DataObjectReference.tmp#DataObjectReference_ContentTypeObjectReference_xsd_Complex_Type_eml_DataObjectReference.tmp#DataObjectReference_TitleObjectReference_xsd_Complex_Type_eml_DataObjectReference.tmp#DataObjectReference_UuidObjectReference_xsd_Complex_Type_eml_DataObjectReference.tmp#DataObjectReference_UuidAuthorityObjectReference_xsd_Complex_Type_eml_DataObjectReference.tmp#DataObjectReference_UriObjectReference_xsd_Complex_Type_eml_DataObjectReference.tmp#DataObjectReference_VersionStringObjectReference_xsd_Complex_Type_eml_DataObjectReference.tmp#DataObjectReference
Type eml:DataObjectReference
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children eml:ContentType, eml:Title, eml:Uri, eml:Uuid, eml:UuidAuthority, eml:VersionString
Instance
<witsml:ChannelReference xmlns:witsml="http://www.energistics.org/energyml/data/witsmlv2" xmlns:eml="http://www.energistics.org/energyml/data/commonv2">
  <eml:ContentType>{1,1}</eml:ContentType>
  <eml:Title>{1,1}</eml:Title>
  <eml:Uuid>{1,1}</eml:Uuid>
  <eml:UuidAuthority>{0,1}</eml:UuidAuthority>
  <eml:Uri>{0,1}</eml:Uri>
  <eml:VersionString>{0,1}</eml:VersionString>
</witsml:ChannelReference>
Source
<xs:element name="ChannelReference" type="eml:DataObjectReference" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The channel refers to another Energistics data object.</xs:documentation>
  </xs:annotation>
</xs:element>
Element witsml:ChannelValueContext / witsml:DataValue
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
A free-form format to specify the data value.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="DataValue" type="xs:string" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>A free-form format to specify the data value.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type witsml:ChannelValueContext
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Describes the data for the log in terms of  the value of a given channel.
Diagram
DiagramLog_xsd_Complex_Type_witsml_AbstractLogDataContext.tmp#AbstractLogDataContextLog_xsd_Complex_Type_witsml_ChannelValueContext.tmp#ChannelValueContext_ChannelReferenceLog_xsd_Complex_Type_witsml_ChannelValueContext.tmp#ChannelValueContext_DataValue
Type extension of witsml:AbstractLogDataContext
Type hierarchy
Model
Children witsml:ChannelReference, witsml:DataValue
Source
<xs:complexType name="ChannelValueContext">
  <xs:annotation>
    <xs:documentation>Describes the data for the log in terms of the value of a given channel.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="witsml:AbstractLogDataContext">
      <xs:sequence>
        <xs:element name="ChannelReference" type="eml:DataObjectReference" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The channel refers to another Energistics data object.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="DataValue" type="xs:string" minOccurs="1" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>A free-form format to specify the data value.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>