value
The value of a QuantitativeValue (including Observation) or property value node.
- For QuantitativeValue and MonetaryAmount, the recommended type for values is 'Number'.
- For PropertyValue, it can be 'Text', 'Number', 'Boolean', or 'StructuredValue'.
- Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.
- Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
Expected Types
| Type | Description |
|---|---|
| Number | Data type: Number. Usage guidelines: * Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols. * Use '.' (Unicode 'F... |
| StructuredValue | Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing. |
| Boolean | Boolean: True or False. |
| Text | Data type: Text. |
Used on Types
| Type | Description |
|---|---|
| QuantitativeValue | A point value or interval for product characteristics and other purposes. |
| PropertyValue | A property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional human-readable version of the value, put th... |
| MonetaryAmount | A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,00... |