ENTITY assembly_component_usage_substitute

(* SCHEMA structural_analysis_design; *)
  ENTITY assembly_component_usage_substitute;
      name       : label;
      definition : 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

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

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