ENTITY assembly_component_usage_substitute

(* SCHEMA step_merged_cad_schema; *)
-- CASE DIFF IN AP214
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
 action_item SELECT assembly_component_usage_substitute
 action_request_item SELECT assembly_component_usage_substitute
 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
 security_classification_item SELECT assembly_component_usage_substitute
 time_interval_item SELECT assembly_component_usage_substitute


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T15:22:01-05:00