|
ENTITY View_relationship; relation_type : view_relation_type; description : OPTIONAL STRING; relating : View; related : View; END_ENTITY; -- View_relationship |
Entity data types and their attributesView_relationshiprelation_type: view_relation_type; (OPT) description: STRING; relating: View; related: View; |
Users: by entity attributesView_relationshipUsers: by defined types, not used by any entity attributeView_relationship- |
Global rules for this entity data type- |