ENTITY founded_item

(* SCHEMA representation_schema; *)
  ENTITY founded_item;
    DERIVE
      users : SET[0:?] OF founded_item_select := using_items(SELF,[]);
    WHERE
      WR1: SIZEOF(users) > 0;
      WR2: NOT(SELF IN users);  
  END_ENTITY;

Explicit Attributes

    No explicit attributes

Derived Attributes

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

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity founded_item has the following subtypes:
    box_domain*
    composite_curve_segment*
    rectangle_domain*
    reparametrised_composite_curve_segment
    surface_patch*
    view_volume*
* - Immediate Subtypes

Referenced By

Entity founded_item and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 founded_item_select SELECT founded_item


[Top Level Definitions] [Exit]

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