ENTITY assembly_component_usage_substitute

(* SCHEMA 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

Entity assembly_component_usage_substitute has the following subtypes:
    assembly_component_usage_substitute_with_ranking*
* - Immediate Subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

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