|
ENTITY Group; id : OPTIONAL STRING; name : STRING; description : OPTIONAL STRING; elements : SET [0:?] OF groupable_item; membership_meaning : OPTIONAL STRING; END_ENTITY; -- Group |
Entity data types and their attributesGroup(OPT) id: STRING; name: STRING; (OPT) description: STRING; elements: SET [0:?] OF groupable_item; (OPT) membership_meaning: STRING; |
Global rules for this entity data type- |