Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element witsml:PointMetadata / witsml:Name
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
The name of the point metadata.
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="Name" type="eml:String64" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The name of the point metadata.</xs:documentation>
  </xs:annotation>
</xs:element>
Element witsml:PointMetadata / witsml:EtpDataType
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
The underlying ETP data type of the point metadata.
Diagram
DiagramLog_xsd_Simple_Type_witsml_EtpDataType.tmp#EtpDataType
Type witsml:EtpDataType
Type hierarchy
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 64
enumeration boolean
True or false values.
enumeration bytes
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="EtpDataType" type="witsml:EtpDataType" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The underlying ETP data type of the point metadata.</xs:documentation>
  </xs:annotation>
</xs:element>
Element witsml:PointMetadata / witsml:Description
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Free format description of the point metadata.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_String2000.tmp#String2000
Type eml:String2000
Type hierarchy
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 2000
Source
<xs:element name="Description" type="eml:String2000" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Free format description of the point metadata.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type witsml:PointMetadata
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Used to declare that data points in a specific WITSML log channel may contain value attributes (e.g., quality identifiers). This declaration is independent from the possibility that ETP may have sent ValueAttributes in real time.
If an instance of PointMetadata is present for a Channel, then the value for that point is represented as an array in the bulk data string.
Diagram
DiagramLog_xsd_Complex_Type_witsml_PointMetadata.tmp#PointMetadata_NameLog_xsd_Complex_Type_witsml_PointMetadata.tmp#PointMetadata_EtpDataTypeLog_xsd_Complex_Type_witsml_PointMetadata.tmp#PointMetadata_Description
Used by
Model
Children witsml:Description, witsml:EtpDataType, witsml:Name
Source
<xs:complexType name="PointMetadata">
  <xs:annotation>
    <xs:documentation>Used to declare that data points in a specific WITSML log channel may contain value attributes (e.g., quality identifiers). This declaration is independent from the possibility that ETP may have sent ValueAttributes in real time. If an instance of PointMetadata is present for a Channel, then the value for that point is represented as an array in the bulk data string.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="eml:String64" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The name of the point metadata.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EtpDataType" type="witsml:EtpDataType" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The underlying ETP data type of the point metadata.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Description" type="eml:String2000" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Free format description of the point metadata.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>