Skip to content

Enum: TransactionTypeValue

TransactionTypeValue enumerates the three possible types of transactions: insert, delete, or replace.

URI: citygml:TransactionTypeValue

Permissible Values

Value Meaning Description
insert None
delete None
replace None

Slots

Name Description
type Indicates the specific type of the Transaction

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: TransactionTypeValue
description: 'TransactionTypeValue enumerates the three possible types of transactions:
  insert, delete, or replace.'
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
permissible_values:
  insert:
    text: insert
  delete:
    text: delete
  replace:
    text: replace