<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>
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>
<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.
<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>