Skip to content

Class: DoubleOrNilReason

CityGML class from package Core

URI: citygml:DoubleOrNilReason

 classDiagram
    class DoubleOrNilReason
    click DoubleOrNilReason href "../DoubleOrNilReason/"
      DoubleOrNilReason : nilReason





        DoubleOrNilReason --> "1" NilReason : nilReason
        click NilReason href "../NilReason/"



      DoubleOrNilReason : value

Slots

Name Cardinality and Range Description Inheritance
value 1
Float
direct
nilReason 1
NilReason
direct

Usages

used by used in type used
DoubleOrNilReasonList list range DoubleOrNilReason
MeasureOrNilReasonList list range DoubleOrNilReason

Identifier and Mapping Information

Schema Source

  • from schema: https://www.ogc.org/standards/citygml

Mappings

Mapping Type Mapped Value
self citygml:DoubleOrNilReason
native citygml:DoubleOrNilReason

LinkML Source

Direct

name: DoubleOrNilReason
description: CityGML class from package Core
from_schema: https://www.ogc.org/standards/citygml
abstract: false
attributes:
  value:
    name: value
    from_schema: https://www.ogc.org/standards/citygml
    domain_of:
    - Height
    - RoomHeight
    - DoubleOrNilReason
    - CodeAttribute
    - DateAttribute
    - DoubleAttribute
    - IntAttribute
    - MeasureAttribute
    - StringAttribute
    - UriAttribute
    range: float
    required: true
    multivalued: false
  nilReason:
    name: nilReason
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    domain_of:
    - DoubleOrNilReason
    range: NilReason
    required: true
    multivalued: false

Induced

name: DoubleOrNilReason
description: CityGML class from package Core
from_schema: https://www.ogc.org/standards/citygml
abstract: false
attributes:
  value:
    name: value
    from_schema: https://www.ogc.org/standards/citygml
    alias: value
    owner: DoubleOrNilReason
    domain_of:
    - Height
    - RoomHeight
    - DoubleOrNilReason
    - CodeAttribute
    - DateAttribute
    - DoubleAttribute
    - IntAttribute
    - MeasureAttribute
    - StringAttribute
    - UriAttribute
    range: float
    required: true
    multivalued: false
  nilReason:
    name: nilReason
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    alias: nilReason
    owner: DoubleOrNilReason
    domain_of:
    - DoubleOrNilReason
    range: NilReason
    required: true
    multivalued: false