Skip to main content
Version: Next

What is a Data Model?

Data Models are a way to represent business objects and their relations into an application. They are composed of Data Types and Relations between them. Properties can be added. A Data Type can inherit from a parent type and all its properties.

In this examlpe, a blackjack player Human business object is represented as a Data Type with four properties.

Instances of this Data Type can be created and manipulated by the applications through Actions & Functions.

What is a Data Model?