ENTITY product_definition_formation_relationship

(* SCHEMA technical_data_packaging; *)
  ENTITY product_definition_formation_relationship;
      id                                    : identifier;
      name                                  : label;
      description                           : OPTIONAL text;
      relating_product_definition_formation : product_definition_formation;
      related_product_definition_formation  : product_definition_formation;
  END_ENTITY; -- product_definition_formation_relationship

Explicit Attributes

Entity product_definition_formation_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)product_definition_formation_relationship
 namelabel (STRING)product_definition_formation_relationship
 descriptiontext (STRING)product_definition_formation_relationship
 relating_product_definition_formationproduct_definition_formation (ENTITY)product_definition_formation_relationship
 related_product_definition_formationproduct_definition_formation (ENTITY)product_definition_formation_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity product_definition_formation_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 certification_item SELECT product_definition_formation_relationship
 document_reference_item SELECT product_definition_formation_relationship


[Top Level Definitions] [Exit]

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