Skip to content

Class: StringAttribute

StringAttribute is a data type used to define generic attributes of type "String".

URI: citygml:StringAttribute

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

      StringAttribute : name

      StringAttribute : value

Inheritance

Slots

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

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

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

Induced

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