|
ENTITY text_font_family; id : identifier; name : label; description : text; INVERSE fonts : SET [1:?] OF text_font_in_family FOR family; END_ENTITY; -- text_font_family |
Entity data types and their attributestext_font_familyid: identifier; name: label; description: text; (INV) fonts: SET [1:?] OF text_font_in_family FOR family; |
Users: by entity attributestext_font_familytext_font_in_family.family Users: by defined types, not used by any entity attributetext_font_family- |
Global rules for this entity data type- |