Type name: QualitativeValue
Extends Enumeration
| Name | Type | Description | 
|---|---|---|
| equal | QualitativeValue | This ordering relation for qualitative values indicates that the subject is equal to the object. | 
| greater | QualitativeValue | This ordering relation for qualitative values indicates that the subject is greater than the object. | 
| greaterOrEqual | QualitativeValue | This ordering relation for qualitative values indicates that the subject is greater than or equal to the object. | 
| lesser | QualitativeValue | This ordering relation for qualitative values indicates that the subject is lesser than the object. | 
| lesserOrEqual | QualitativeValue | This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object. | 
| nonEqual | QualitativeValue | This ordering relation for qualitative values indicates that the subject is not equal to the object. | 
| valueReference | Enumeration or StructuredValue | A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature. |