ENTITY assembly_component_usage_substitute

(* SCHEMA technical_data_packaging; *)
  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; -- assembly_component_usage_substitute

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

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


[Top Level Definitions] [Exit]

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