ENTITY assembly_component_usage_substitute

(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* USED FROM (product_structure_schema); *)
ENTITY assembly_component_usage_substitute;
  name              : label;
  definition        : OPTIONAL text;
  base              : assembly_component_usage;
  substitute        : assembly_component_usage;
UNIQUE
  UR1: base,substitute;
WHERE
  WR1: base.relating_product_definition :=:
       substitute.relating_product_definition;
  WR2: base :<>: substitute;
END_ENTITY;

Explicit Attributes

Entity assembly_component_usage_substitute has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)assembly_component_usage_substitute
 definitiontext (STRING)assembly_component_usage_substitute
 baseassembly_component_usage (ENTITY)assembly_component_usage_substitute
 substituteassembly_component_usage (ENTITY)assembly_component_usage_substitute

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity assembly_component_usage_substitute and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 approval_item SELECT assembly_component_usage_substitute
 attribute_language_item SELECT assembly_component_usage_substitute
 classification_item SELECT assembly_component_usage_substitute
 date_and_time_item SELECT assembly_component_usage_substitute
 date_item SELECT assembly_component_usage_substitute
 effectivity_item SELECT assembly_component_usage_substitute
 event_occurrence_item SELECT assembly_component_usage_substitute
 multi_language_attribute_item SELECT assembly_component_usage_substitute
 organization_item SELECT assembly_component_usage_substitute
 person_and_organization_item SELECT assembly_component_usage_substitute
 restrict_multi_language_for_assembly_component_usage_substitute RULE assembly_component_usage_substitute


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:42:06-04:00