Class: MeasureOrNilReasonList¶
CityGML class from package Core
URI: citygml:MeasureOrNilReasonList
classDiagram
class MeasureOrNilReasonList
click MeasureOrNilReasonList href "../MeasureOrNilReasonList/"
DoubleOrNilReasonList <|-- MeasureOrNilReasonList
click DoubleOrNilReasonList href "../DoubleOrNilReasonList/"
MeasureOrNilReasonList : list
MeasureOrNilReasonList --> "1" DoubleOrNilReason : list
click DoubleOrNilReason href "../DoubleOrNilReason/"
MeasureOrNilReasonList : uom
Inheritance¶
- DoubleOrNilReasonList
- MeasureOrNilReasonList
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| uom | 1 String |
direct | |
| list | 1 DoubleOrNilReason |
DoubleOrNilReasonList |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://www.ogc.org/standards/citygml
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | citygml:MeasureOrNilReasonList |
| native | citygml:MeasureOrNilReasonList |
LinkML Source¶
Direct¶
name: MeasureOrNilReasonList
description: CityGML class from package Core
from_schema: https://www.ogc.org/standards/citygml
is_a: DoubleOrNilReasonList
abstract: false
attributes:
uom:
name: uom
from_schema: https://www.ogc.org/standards/citygml
domain_of:
- SensorConnection
- AbstractAtomicTimeseries
- MeasureOrNilReasonList
range: string
required: true
multivalued: false
Induced¶
name: MeasureOrNilReasonList
description: CityGML class from package Core
from_schema: https://www.ogc.org/standards/citygml
is_a: DoubleOrNilReasonList
abstract: false
attributes:
uom:
name: uom
from_schema: https://www.ogc.org/standards/citygml
alias: uom
owner: MeasureOrNilReasonList
domain_of:
- SensorConnection
- AbstractAtomicTimeseries
- MeasureOrNilReasonList
range: string
required: true
multivalued: false
list:
name: list
from_schema: https://www.ogc.org/standards/citygml
alias: list
owner: MeasureOrNilReasonList
domain_of:
- DoubleBetween0and1List
- DoubleList
- DoubleOrNilReasonList
range: DoubleOrNilReason
required: true
multivalued: false