What is a Data Model?
Data Model
s are a way to represent business objects and their relations into an application.
They are composed of Data Type
s and Relations
between them. Properties
can be added.
A Data Type
can inherit from a parent type and all its properties.
In this example, 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.