정량적 가치
유형 이름: QuantitativeValue
StructuredValue를 확장함
이름 |
유형 |
설명 |
maxValue |
Number |
일부 특성 또는 속성의 상한 값입니다. |
minValue |
Number |
일부 특성 또는 속성의 하위 값입니다. |
단위 코드 |
텍스트 |
UN/CEFACT 일반 코드 (3자)를 사용하여 제공된 측정 단위입니다. |
값 |
Number |
제품 특성의 값입니다. |
값 참조 |
열거형 또는 구조화된 값 |
원본 값에 대한 추가 정보(예: 기준 온도)를 제공하는 보조 값에 대한 포인터입니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-04(UTC)
[null,null,["최종 업데이트: 2024-09-04(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"]]