Class: QualifiedVolume¶
QualifiedVolume is an application-dependent measure of the volume of a space.
classDiagram
class QualifiedVolume
click QualifiedVolume href "../QualifiedVolume/"
QualifiedVolume : typeOfVolume
QualifiedVolume --> "1" QualifiedVolumeTypeValue : typeOfVolume
click QualifiedVolumeTypeValue href "../QualifiedVolumeTypeValue/"
QualifiedVolume : volume
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| volume | 1 Float |
Specifies the value of the QualifiedVolume | direct |
| typeOfVolume | 1 QualifiedVolumeTypeValue |
Indicates the specific type of the QualifiedVolume | direct |
Usages¶
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://www.ogc.org/standards/citygml
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | citygml:QualifiedVolume |
| native | citygml:QualifiedVolume |
LinkML Source¶
Direct¶
name: QualifiedVolume
description: QualifiedVolume is an application-dependent measure of the volume of
a space.
from_schema: https://www.ogc.org/standards/citygml
abstract: false
attributes:
volume:
name: volume
description: Specifies the value of the QualifiedVolume.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- QualifiedVolume
- AbstractSpace
range: float
required: true
multivalued: false
typeOfVolume:
name: typeOfVolume
description: Indicates the specific type of the QualifiedVolume.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- QualifiedVolume
range: QualifiedVolumeTypeValue
required: true
multivalued: false
Induced¶
name: QualifiedVolume
description: QualifiedVolume is an application-dependent measure of the volume of
a space.
from_schema: https://www.ogc.org/standards/citygml
abstract: false
attributes:
volume:
name: volume
description: Specifies the value of the QualifiedVolume.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: volume
owner: QualifiedVolume
domain_of:
- QualifiedVolume
- AbstractSpace
range: float
required: true
multivalued: false
typeOfVolume:
name: typeOfVolume
description: Indicates the specific type of the QualifiedVolume.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: typeOfVolume
owner: QualifiedVolume
domain_of:
- QualifiedVolume
range: QualifiedVolumeTypeValue
required: true
multivalued: false