12.6.14 EtpDataType

Topic Version1Published11/11/2016
For StandardWITSML v2.0
Type:EnumerationStereotype:

Specifies the type of data contained in a channel to facilitate data transfer using the Energistics Transfer Protocol (ETP).

Table 12.6.14-1 Attributes

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.

Table 12.6.14-2 Associations

Association

Notes

From: EtpDataType.

To: TypeEnum

Generalization

 

From: PointMetadata.

To: EtpDataType

Dependency

 

From: Channel.

To: EtpDataType

Dependency