ENTITY text_font_family

(* SCHEMA step_merged_ap_schema; *)
-- IN AP203e2/AP242
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
2020-07-28T17:02:19-04:00