ENTITY product_definition_occurrence_relationship

(* SCHEMA technical_data_packaging; *)
  ENTITY product_definition_occurrence_relationship;
      name             : label;
      description      : OPTIONAL text;
      occurrence       : product_definition;
      occurrence_usage : assembly_component_usage;
    WHERE
      wr1: (occurrence_usage.relating_product_definition :<>: occurrence);
      wr2: (occurrence_usage.related_product_definition :<>: occurrence);
      wr3: (occurrence.formation :=: occurrence_usage.
               related_product_definition.formation);
  END_ENTITY; -- product_definition_occurrence_relationship

Explicit Attributes

Entity product_definition_occurrence_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)product_definition_occurrence_relationship
 descriptiontext (STRING)product_definition_occurrence_relationship
 occurrenceproduct_definition (ENTITY)product_definition_occurrence_relationship
 occurrence_usageassembly_component_usage (ENTITY)product_definition_occurrence_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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