ENTITY text_font_family

(* SCHEMA 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;

Explicit Attributes

Entity text_font_family has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)text_font_family
 namelabel (STRING)text_font_family
 descriptiontext (STRING)text_font_family

Derived Attributes

    No derived attributes

Inverse Attributes

Entity text_font_family has the following local and inherited inverse attributes:
AttributeTypeDefined By
 fontsSET OF text_font_in_family (ENTITY)text_font_family

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity text_font_family and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 text_font_in_family ENTITY text_font_family


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00