QuantitativeValue
Type name: QuantitativeValue
Extends StructuredValue
Name |
Type |
Description |
maxValue |
Number |
The upper value of some characteristic or property. |
minValue |
Number |
The lower value of some characteristic or property. |
unitCode |
Text |
The unit of measurement given using the UN/CEFACT Common Code (3 characters). |
value |
Number |
The value of the product characteristic. |
valueReference |
Enumeration or StructuredValue |
A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`QuantitativeValue` is used to describe a characteristic or property with a numeric value, potentially including minimum and maximum values."],["It can include a unit of measurement using the UN/CEFACT Common Code and may reference another value for additional context."],["This type extends `StructuredValue`, inheriting its properties and allowing for more detailed data organization."]]],["The `QuantitativeValue` type extends `StructuredValue` and represents a numerical value with optional context. Key information includes: `maxValue` and `minValue` (upper/lower bounds), `unitCode` (UN/CEFACT unit of measurement), `value` (the numerical value itself), and `valueReference` (a link to supplemental data about the value). These attributes define a product's quantitative characteristic. Each value is typed and have a specific meaning related to the described characteristic or property.\n"]]