ENTITY assembly_component_usage_substitute

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
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; -- 10303-44: product_structure_schema

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
 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-03-27T17:16:10-04:00