12.6.14 EtpDataType
Topic Version | 1 | Published | 11/11/2016 | ||
For Standard | WITSML v2.0 | ||||
Type: | Enumeration | Stereotype: |
Specifies the type of data contained in a channel to facilitate data transfer using the Energistics Transfer Protocol (ETP).
Name |
Type |
Notes |
---|---|---|
boolean |
True or false values. |
|
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). |
|
double |
Double-precision floating-point value (nominally an 8-byte value). The value must conform to the format of the xsd:double data type. |
|
float |
Single-precision floating-point value (nominally a 4-byte value). The value must conform to the format of the xsd:float data type |
|
int |
Integer data value (nominally a 4-byte value). The value must conform to the format of the xsd:int data type. |
|
long |
Long integer data value (nominally an 8-byte value). The value must conform to the format of the xsd:long data type. |
|
null |
No value or the value is null. |
|
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. |
|
vector |
An array of doubles. |
Association |
Notes |
---|---|
From: EtpDataType. To: TypeEnum Generalization |
|
From: PointMetadata. To: EtpDataType Dependency |
|
From: Channel. To: EtpDataType Dependency |