Overview Schemas Index

presentation_resource_schema         


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 attributes

text_font_family
          id: identifier;
          name: label;
          description: text;
          (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

          -