Skip to content

0512 Derived Schema Elements

Derived schema elements access other data, possibly in the same or a different asset to generate/derive the values for the attribute. Examples of this are database views and derived database columns.

The CalculatedValue classification contains the formula attribute which is set to the query that retrieves the data, formulaType describes the notation language used to describe the formula. There are optional links to DerivedSchemaTypeQueryTarget to identify which schema elements are accessed by the formula. The formula may contain placeholders that refer to the queryId in DerivedSchemaTypeQueryTarget.

UML

Deprecated types

The following types were replaced by DerivedSchemaTypeQueryTarget.

  • DerivedSchemaAttribute
  • SchemaLinkElement
  • LinkedType
  • SchemaLinkToType

Raise an issue or comment below