29.14.10 CurveDefinition
Topic Version | 1 | Published | 12/09/2016 | ||
For Standard | PRODML v2.0 | ||||
Type: | Class | Stereotype: | «XSDcomplexType» |
The definition of a curve.
Name |
Type |
Notes |
---|---|---|
IsIndex |
boolean |
True (equal "1" or "true") indicates that this is an independent variable in this curve. At least one column column should be flagged as independent. |
MeasureClass |
MeasureClass |
The measure class of the variable. This defines which units of measure are valid for the value. |
Order |
NonNegativeLong |
The order of the value in the index or data tuple. If isIndex is true, this is the order of the (independent) index element. If isIndex is false, this is the order of the (dependent) value element. |
Parameter |
String64 |
The name of the variable in this curve. |
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. |
Unit |
UomEnum |
The unit of measure of the variable. The unit of measure must match a unit allowed by the measure class. |
Association |
Notes |
---|---|
From: ProductVolumeParameterSet.CurveDefinition 0..*To: CurveDefinition Association |