|
ENTITY Information_usage_right; id : STRING; name : STRING; comment : OPTIONAL STRING; grants_right : SET [1:?] OF Information_right; END_ENTITY; -- Information_usage_right |
Entity data types and their attributesInformation_usage_rightid: STRING; name: STRING; (OPT) comment: STRING; grants_right: SET [1:?] OF Information_right; |
Global rules for this entity data type- |