14.6.19 ContinuousProperty
Topic Version | 1 | Published | 09/11/2015 | |
For Standard | RESQML 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.
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