|
ENTITY Power_set; id : STRING; name : STRING; description : OPTIONAL STRING; base : Class; derived : Class; END_ENTITY; -- Power_set |
Entity data types and their attributesPower_setid: STRING; name: STRING; (OPT) description: STRING; base: Class; derived: Class; |
Users: by entity attributesPower_setUsers: by defined types, not used by any entity attributePower_set- |
Global rules for this entity data type- |