-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
|
||
--- | ||
# Entity Type | ||
|
||
_Entity Types_ are the _Blueprints_ of created Entities. | ||
They are a set of _Attributes_ in a specific order. | ||
|
||
## Frontend Access | ||
|
||
_Entity Types_ can be created or modified inside the _Data Model Editor_. | ||
|
||
## Relation | ||
|
||
_Entity Type_ Relations describe how entities can be structured inside | ||
the entity tree. An _Entity_ of type **A** can only be a subentity of _Entity_ of type **B** if there is an _Entity Type Relation_ | ||
that defines the _Entity Type Relation_ as `[parent: B, child: A]`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters