Overview Schemas Index

Text_representation_arm         


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 attributes

Text_font_family
          id: STRING;
          name: STRING;
          description: STRING;
          (INV) fonts: SET [1:?] OF Text_font_in_family FOR family;

Users: by entity attributes

Text_font_family
          Text_font_in_family.family

Users: by defined types, not used by any entity attribute

Text_font_family
          -

Global rules for this entity data type

          -