ENTITY item_identified_representation_usage

(* SCHEMA product_property_representation_schema; *)
  ENTITY item_identified_representation_usage;
    name : label;
    description : OPTIONAL text;
    definition : represented_definition;
    used_representation : representation;
    identified_item : representation_item;
  WHERE
    WR1: SELF.used_representation IN using_representations(SELF.identified_item);
  END_ENTITY;

Explicit Attributes

Entity item_identified_representation_usage has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)item_identified_representation_usage
 descriptiontext (STRING)item_identified_representation_usage
 definitionrepresented_definition (SELECT)item_identified_representation_usage
 used_representationrepresentation (ENTITY)item_identified_representation_usage
 identified_itemrepresentation_item (ENTITY)item_identified_representation_usage

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

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