From 5c5c82b32c209a73acdac8d5c849f0d07c31e8a1 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Mon, 21 Jun 2021 15:35:14 +0200 Subject: [PATCH] DOC: Link to RecordType docs --- src/doc/Data-Model.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/doc/Data-Model.md b/src/doc/Data-Model.md index 47133901..1819a8c6 100644 --- a/src/doc/Data-Model.md +++ b/src/doc/Data-Model.md @@ -62,4 +62,6 @@ parents are being checked by the Server. Missing obligatory Properties invalidate the transaction and result in an error, by default. Missing Properties, when they are recommended, result in a warning, but the transaction is considered valid. Entities with missing suggested -Properties are silently accepted as valid. +Properties are silently accepted as valid. See [the detailed +specification of RecordTypes](specification/RecordType) for more +information on importances and inheritance. -- GitLab