TemperatureRange
classTemperature Range
A temperature range specification with minimum and maximum values for a specific operating context.
Properties (2)
| Property | Description | Range |
|---|---|---|
| maximumTemperature | — | gs1:QuantitativeValue |
| minimumTemperature | — | gs1:QuantitativeValue |
Used as Range (4)
Where used
Referenced by other terms (6)
In example documents (1)
Master data & product examples
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
"type": "TemperatureRange",
"maximumTemperature": "...",
"minimumTemperature": "..."
}