Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Definition

In the simplest terms, a Data Type is the constraint on a data element. It defines the type of data held within the data element. For example, the data element Date of birth is associated with the data type xs:date, which only allows for the input of data in the YYYY-MM-DD format.

The definitions, including rules and constraints for valid values for all Data Types are defined using the following metamodel:

  1. Name: the name of the data type

  2. Description: a description of the data type

...

  1. (if applicable/available)

  2. Type

    1. Simple - e.g. varchar, string, integer

    2. Enumerated - a list of possible values

    3. Reference - reference to another data type/element

  3. Relationships: to other data types or data element (if applicable)

Examples

...

image-20240226-112736.pngImage AddedScreenshot 2024-02-26 at 11.31.23.pngImage Added

Screenshot 2024-02-26 at 11.23.08.pngImage Added

What is a Data Element?