Minimal quantity record for costing and analysis.
URI: pbs:QuantityValue
| Property | Value |
|---|---|
| Class URI | pbs:QuantityValue |
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| quantity_type | 1 QuantityType |
Controlled quantity type | direct |
| quantity_value | 1 Double |
Numeric quantity value | direct |
| quantity_unit | 1 String |
Unit of the quantity value | direct |
| Mapping Type | Mapped Value |
|---|---|
| self | pbs:QuantityValue |
| native | pbs:QuantityValue |
name: QuantityValue
description: Minimal quantity record for costing and analysis.
from_schema: https://example.org/pragmatic-bim-data-contract
slots:
- quantity_type
- quantity_value
- quantity_unit
class_uri: pbs:QuantityValue
name: QuantityValue
description: Minimal quantity record for costing and analysis.
from_schema: https://example.org/pragmatic-bim-data-contract
attributes:
quantity_type:
name: quantity_type
description: Controlled quantity type.
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
alias: quantity_type
owner: QuantityValue
domain_of:
- QuantityValue
range: QuantityType
required: true
quantity_value:
name: quantity_value
description: Numeric quantity value.
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
alias: quantity_value
owner: QuantityValue
domain_of:
- QuantityValue
range: double
required: true
minimum_value: 0
quantity_unit:
name: quantity_unit
description: Unit of the quantity value.
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
alias: quantity_unit
owner: QuantityValue
domain_of:
- QuantityValue
range: string
required: true
class_uri: pbs:QuantityValue