定量值
类型名称:QuantitativeValue
扩展 结构化值
名称 |
类型 |
说明 |
maxValue |
编号 |
某个特征或属性的上限值。 |
minValue |
编号 |
某个特征或属性的较低值。 |
单位代码 |
文本 |
使用 UN/CEFACT 通用代码提供的度量单位(3 个字符)。 |
value |
编号 |
产品特征的价值。 |
值参考 |
Enumeration 或 结构化 Value |
一个指向辅助值的指针,提供有关原始值的更多信息,例如参考温度。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-04。
[null,null,["最后更新时间 (UTC):2024-09-04。"],[[["`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"]]