ENTITY product_definition_occurrence_relationship

(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* USED FROM (product_structure_schema); *)
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;

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

    Not referenced by any other definition


[Top Level Definitions] [Exit]

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