29.14.9 CurveData
Topic Version | 1 | Published | 12/09/2016 | ||
For Standard | PRODML v2.0 | ||||
Type: | Class | Stereotype: | «XSDcomplexType» |
The data of a curve.
Name |
Type |
Notes |
---|---|---|
Index |
PositiveLong |
The value of an independent (index) variable in a row of the curve table. The units of measure are specified in the curve definition. The first value corresponds to order=1 for columns where isIndex is true. The second to order=2. And so on. The number of index and data values must match the number of columns in the table. |
uid |
String64 |
A unique identifier for this data element. It is not globally unique (not a uuid) and only need be unique within the context of the parent top-level object. |
Value |
double |
The value of a dependent (data) variable in a row of the curve table. The units of measure are specified in the curve definition. The first value corresponds to order=1 for columns where isIndex is false. The second to order=2. And so on. The number of index and data values must match the number of columns in the table. |
Association |
Notes |
---|---|
From: CurveData. To: AbstractMeasureDataType Generalization |