schemaforenhed
Schemaforenhed is a term used in Danish information architecture to denote a reusable building block within a data schema. It refers to a discrete data concept that is defined with its own name, semantics and constraints, and can be composed with other schemaforenheder to form larger data structures.
A schemaforenhed encapsulates a specific data element to be used across one or more schemas. Its purpose
A typical schemaforenhed includes:
- A unique identifier and label
- A data type (for example string, integer, date, boolean)
- Cardinality (mandatory/optional, single/multiple)
- Constraints (length, range, pattern, required)
- Allowed values or enumerations
- Relationships to other schemaforenheder (references, compositions)
- Metadata (unit of measure, language, version, provenance)
Schemaforenheder are often maintained in a schema registry or metadata repository. They are governed by naming
Examples include PersonSurname, AddressPostalCode, or EventDate, each representing a single data concept with defined type and
Data element, Data dictionary, Data model, Schema, Metadata registry. Note: schemaforenhed is a descriptive Danish term
---