14.6.19 ContinuousProperty

Topic Version1Published09/11/2015
For StandardRESQML v2.0.1
Stereotypes:XSDcomplexType,XSDtopLevelElement

Most common type of property used for storing rock or fluid attributes; all are represented as doubles.

So that the value range can be known before accessing all values, the min and max values of the range are also stored.

BUSINESS RULE: It also contains a unit of measure, which can be different from the unit of measure of its property type, but it must be convertible into this unit.

Table 14.6.19-1 Attributes

Name

Data Type

Notes

MinimumValue

double

The minimum of the associated property values.

BUSINESS RULE: There can be only one value per number of elements.

UOM

ResqmlUom

Unit of measure for the property.

MaximumValue

double

The maximum of the associated property values.

BUSINESS RULE: There can be only one value per number of elements.

Derived From: AbstractValuesProperty

Derived Classes: (none)

Relationships: None