ENTITY product_definition_relationship

(* SCHEMA plant_spatial_configuration; *)
   ENTITY product_definition_relationship;
      id : identifier;
      name : label;
      description : OPTIONAL text;
      relating_product_definition : product_definition;
      related_product_definition : product_definition;
   END_ENTITY;

Explicit Attributes

Entity product_definition_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ididentifier (STRING)product_definition_relationship
 namelabel (STRING)product_definition_relationship
 descriptiontext (STRING)product_definition_relationship
 relating_product_definitionproduct_definition (ENTITY)product_definition_relationship
 related_product_definitionproduct_definition (ENTITY)product_definition_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity product_definition_relationship has the following subtypes:
    assembly_component_usage
    make_from_usage_option
    plant_item_interference*
    product_definition_usage*
    product_material_composition_relationship*
* - Immediate Subtypes

Referenced By

Entity product_definition_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_product_definition_relationship FUNCTION product_definition_relationship
 change_item SELECT product_definition_relationship
 characterized_product_definition SELECT product_definition_relationship
 document_item SELECT product_definition_relationship
 plant_spatial_configuration_organization_item SELECT product_definition_relationship
 plant_spatial_configuration_person_item SELECT product_definition_relationship
 product_definition_substitute ENTITY product_definition_relationship
 product_definition_usage ENTITY product_definition_relationship


[Top Level Definitions] [Exit]

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