Skip to content

Class: CodeAttribute

CodeAttribute is a data type used to define generic attributes of type "Code".

URI: citygml:CodeAttribute

 classDiagram
    class CodeAttribute
    click CodeAttribute href "../CodeAttribute/"
      AbstractGenericAttribute <|-- CodeAttribute
        click AbstractGenericAttribute href "../AbstractGenericAttribute/"

      CodeAttribute : name

      CodeAttribute : value





        CodeAttribute --> "1" Code : value
        click Code href "../Code/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 1
String
Specifies the name of the CodeAttribute direct
value 1
Code
Specifies the "Code" value direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: CodeAttribute
description: CodeAttribute is a data type used to define generic attributes of type
  "Code".
from_schema: https://www.ogc.org/standards/citygml
is_a: AbstractGenericAttribute
abstract: false
attributes:
  name:
    name: name
    description: Specifies the name of the CodeAttribute.
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    domain_of:
    - CodeAttribute
    - DateAttribute
    - DoubleAttribute
    - GenericAttributeSet
    - IntAttribute
    - MeasureAttribute
    - StringAttribute
    - UriAttribute
    - AbstractFeature
    range: string
    required: true
    multivalued: false
  value:
    name: value
    description: Specifies the "Code" value.
    from_schema: https://www.ogc.org/standards/citygml
    domain_of:
    - Height
    - RoomHeight
    - DoubleOrNilReason
    - CodeAttribute
    - DateAttribute
    - DoubleAttribute
    - IntAttribute
    - MeasureAttribute
    - StringAttribute
    - UriAttribute
    range: Code
    required: true
    multivalued: false

Induced

name: CodeAttribute
description: CodeAttribute is a data type used to define generic attributes of type
  "Code".
from_schema: https://www.ogc.org/standards/citygml
is_a: AbstractGenericAttribute
abstract: false
attributes:
  name:
    name: name
    description: Specifies the name of the CodeAttribute.
    from_schema: https://www.ogc.org/standards/citygml
    rank: 1000
    alias: name
    owner: CodeAttribute
    domain_of:
    - CodeAttribute
    - DateAttribute
    - DoubleAttribute
    - GenericAttributeSet
    - IntAttribute
    - MeasureAttribute
    - StringAttribute
    - UriAttribute
    - AbstractFeature
    range: string
    required: true
    multivalued: false
  value:
    name: value
    description: Specifies the "Code" value.
    from_schema: https://www.ogc.org/standards/citygml
    alias: value
    owner: CodeAttribute
    domain_of:
    - Height
    - RoomHeight
    - DoubleOrNilReason
    - CodeAttribute
    - DateAttribute
    - DoubleAttribute
    - IntAttribute
    - MeasureAttribute
    - StringAttribute
    - UriAttribute
    range: Code
    required: true
    multivalued: false