<xs:element name="Mnemonic" type="eml:String64" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The mnemonic name for this channel. Mnemonics are not unique within a store.</xs:documentation></xs:annotation></xs:element>
Integer data value (nominally a one-byte value). The value must conform to the format of the xsd:dateTime data type (minInclusive=-128 and maxInclusive=127).
enumeration
double
Double-precision floating-point value (nominally an 8-byte value). The value must conform to the format of the xsd:double data type.
enumeration
float
Single-precision floating-point value (nominally a 4-byte value). The value must conform to the format of the xsd:float data type
enumeration
int
Integer data value (nominally a 4-byte value). The value must conform to the format of the xsd:int data type.
enumeration
long
Long integer data value (nominally an 8-byte value). The value must conform to the format of the xsd:long data type.
enumeration
null
No value or the value is null.
enumeration
string
Character string data. The value must conform to the format of the xsd:string data type. The maximum length of a value is determined by individual servers.
enumeration
vector
An array of doubles.
Source
<xs:element name="DataType" type="witsml:EtpDataType" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The underlying ETP data type of the value.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Uom" type="eml:UnitOfMeasureExt" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The underlying unit of measure of the value.</xs:documentation></xs:annotation></xs:element>
The status of a channel with respect to creating new measurements. Statuses include: Active: A channel is actively producing data points. Inactive: A channel is offline or not currently producing, but may begin producing again in the future. Closed: A channel will never produce points again. The rules for when a channel is to be closed will vary some for different kinds of channels. For example, time-based surface channels may remain open for the entire life of the drilling operation, whereas depth-based wireline channels are closed at the end of the wireline job
Currently inactive but may produce data points in the future.
Source
<xs:element name="GrowingStatus" type="witsml:ChannelStatus" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The status of a channel with respect to creating new measurements. Statuses include: Active: A channel is actively producing data points. Inactive: A channel is offline or not currently producing, but may begin producing again in the future. Closed: A channel will never produce points again. The rules for when a channel is to be closed will vary some for different kinds of channels. For example, time-based surface channels may remain open for the entire life of the drilling operation, whereas depth-based wireline channels are closed at the end of the wireline job</xs:documentation></xs:annotation></xs:element>
<xs:element name="Source" type="eml:String64" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>Source of the data in the channel. Enter the contractor name who conducted the log.</xs:documentation></xs:annotation></xs:element>
A channel object. It corresponds roughly to the LogCurveInfo structure in WITSML1411, and directly corresponds to the ChannelMetadataRecord structure in ETP. In historian terminology, a channel corresponds directly to a tag.Channels are the fundamental unit of organization for WITSML logs.
<xs:complexType name="Channel"><xs:annotation><xs:documentation>A channel object. It corresponds roughly to the LogCurveInfo structure in WITSML1411, and directly corresponds to the ChannelMetadataRecord structure in ETP. In historian terminology, a channel corresponds directly to a tag. Channels are the fundamental unit of organization for WITSML logs.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="eml:AbstractObject"><xs:sequence><xs:element name="Mnemonic" type="eml:String64" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The mnemonic name for this channel. Mnemonics are not unique within a store.</xs:documentation></xs:annotation></xs:element><xs:element name="DataType" type="witsml:EtpDataType" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The underlying ETP data type of the value.</xs:documentation></xs:annotation></xs:element><xs:element name="Uom" type="eml:UnitOfMeasureExt" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The underlying unit of measure of the value.</xs:documentation></xs:annotation></xs:element><xs:element name="GrowingStatus" type="witsml:ChannelStatus" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The status of a channel with respect to creating new measurements. Statuses include: Active: A channel is actively producing data points. Inactive: A channel is offline or not currently producing, but may begin producing again in the future. Closed: A channel will never produce points again. The rules for when a channel is to be closed will vary some for different kinds of channels. For example, time-based surface channels may remain open for the entire life of the drilling operation, whereas depth-based wireline channels are closed at the end of the wireline job</xs:documentation></xs:annotation></xs:element><xs:element name="Source" type="eml:String64" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>Source of the data in the channel. Enter the contractor name who conducted the log.</xs:documentation></xs:annotation></xs:element><xs:element name="Wellbore" type="eml:DataObjectReference" minOccurs="0" maxOccurs="1"/><xs:element name="AxisDefinition" type="witsml:LogChannelAxis" minOccurs="0" maxOccurs="unbounded"/><xs:group ref="witsml:ChannelMetadata" minOccurs="1" maxOccurs="1"/><xs:element name="PointMetadata" type="witsml:PointMetadata" minOccurs="0" maxOccurs="unbounded"/><xs:element name="DerivedFrom" type="eml:DataObjectReference" minOccurs="0" maxOccurs="unbounded"/><xs:element name="Index" type="witsml:ChannelIndex" minOccurs="1" maxOccurs="unbounded"/><xs:element name="Parent" type="eml:DataObjectReference" minOccurs="0" maxOccurs="1"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>