ENTITY product_definition

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
ENTITY product_definition;
  id : identifier;
  description :  OPTIONAL text;
  formation : product_definition_formation;
  frame_of_reference : product_definition_context;
DERIVE
  name : label := get_name_value(SELF);
WHERE
  wr1 : SIZEOF(USEDIN(SELF, 
    'FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF.NAME_ATTRIBUTE.NAMED_ITEM'
    )) <= 1;
END_ENTITY;

Explicit Attributes

Entity product_definition has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)product_definition
 descriptiontext (STRING)product_definition
 formationproduct_definition_formation (ENTITY)product_definition
 frame_of_referenceproduct_definition_context (ENTITY)product_definition

Derived Attributes

Entity product_definition has the following local and inherited derived attributes:
AttributeTypeDefined By
 namelabel (STRING)product_definition

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity product_definition has the following subtypes:
    product_as_individual_view*
* - Immediate Subtypes

Referenced By

Entity product_definition and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 characterized_product_definition SELECT product_definition
 name_attribute_select SELECT product_definition
 product_as_individual_view ENTITY product_definition
 product_definition_context_association ENTITY product_definition
 space_context_select SELECT product_definition
 value_context_select SELECT product_definition


[Top Level Definitions] [Exit]

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