Visual Diagram
classDiagram
class QuantitativeValue
QuantitativeValue : +value
QuantitativeValue : +unitCode
QuantitativeValue : +methodologyReference
QuantitativeValue : +unitText
Attributes
A structured value representing a measurement, including the numeric value and the unit of measure.
equivalentClass: schema:QuantitativeValue, qudt:QuantityValue, unece:QuantityType
Properties
| Property | Description | Type | equivalentProperty |
|---|---|---|---|
| Value (dppk:value) | The numeric value of the measurement. | xsd:decimal | schema:value, gs1:value, unece:unitQuantity |
| Unit Code (dppk:unitCode) | The unit of measurement, preferably using UN/CEFACT codes (e.g., KGM, MTR, LTR). | xsd:string | schema:unitCode, gs1:unitCode, unece:QuantityTypeCode |
| Methodology or Dictionary Reference (dppk:methodologyReference) | A reference to the standard, methodology, or data dictionary used to define or measure this specific value (e.g., ISO standard number, specific PEFCR rule). | xsd:string | |
| Unit Text (dppk:unitText) | A human-readable representation of the unit (e.g., kg CO2e, Nm). | xsd:string | schema:unitText |
