|
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; |
UsersView_relationship |
Global rules for this entity data type- |