ENTITY assembly_component_usage_substitute

(* SCHEMA AP239_PRODUCT_LIFE_CYCLE_SUPPORT_MIM_LF; *)
 
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; (* declared in: 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_items SELECT assembly_component_usage_substitute
 approval_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
 document_reference_item SELECT assembly_component_usage_substitute
 effectivity_item SELECT assembly_component_usage_substitute
 ir_usage_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
 requirement_assigned_item SELECT assembly_component_usage_substitute
 security_classification_item SELECT assembly_component_usage_substitute
 statechar_action_items SELECT assembly_component_usage_substitute
 state_observed_of_item SELECT assembly_component_usage_substitute
 state_type_of_item SELECT assembly_component_usage_substitute


[Top Level Definitions] [Exit]

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