|
ENTITY Text_font_family; id : STRING; name : STRING; description : STRING; INVERSE fonts : SET [1:?] OF Text_font_in_family FOR family; END_ENTITY; -- Text_font_family |
Entity data types and their attributesText_font_familyid: STRING; name: STRING; description: STRING; (INV) fonts: SET [1:?] OF Text_font_in_family FOR family; |
UsersText_font_familyText_font_in_family.family |
Global rules for this entity data type- |