ENTITY text_style_with_box_characteristics

(* SCHEMA Ap210_electronic_assembly_interconnect_and_packaging_design_mim_lf; *)

ENTITY text_style_with_box_characteristics
	SUBTYPE OF (text_style);
	characteristics : SET [1:4] OF box_characteristic_select;
WHERE
	WR1 : SIZEOF( QUERY( c1 <* SELF.characteristics |
           SIZEOF( QUERY( c2 <* SELF.characteristics - c1 |
           TYPEOF (c1) = TYPEOF (c2)
           )) > 0
           )) = 0;
END_ENTITY;

Explicit Attributes

Entity text_style_with_box_characteristics has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)text_style
 character_appearancecharacter_style_select (SELECT)text_style
 characteristicsSET OF box_characteristic_select (SELECT)text_style_with_box_characteristics

Derived Attributes

Entity text_style_with_box_characteristics has the following local and inherited derived attributes:
AttributeTypeDefined By
 usersSET OF founded_item_select (SELECT)founded_item

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity text_style_with_box_characteristics inherits from the following supertypes:
  founded_item
    text_style

Subtypes

    No subtypes

Referenced By

Entity text_style_with_box_characteristics and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 draughting_annotation_occurrence ENTITY text_style_with_box_characteristics
 founded_item ENTITY text_style
 founded_item_select SELECT founded_item
 presentation_style_select SELECT text_style
 validate_dependently_instantiable_entity_data_types RULE founded_item


[Top Level Definitions] [Exit]

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