|
ENTITY Information_right; id : STRING; name : STRING; description : OPTIONAL STRING; restriction : OPTIONAL STRING; END_ENTITY; -- Information_right |
Entity data types and their attributesInformation_rightid: STRING; name: STRING; (OPT) description: STRING; (OPT) restriction: STRING; |
Global rules for this entity data type- |