ENTITY assembly_component_usage_substitute

(* SCHEMA Ap210_electronic_assembly_interconnect_and_packaging_design_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;

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
 approval_item SELECT assembly_component_usage_substitute
 attribute_language_item SELECT assembly_component_usage_substitute
 classification_item SELECT assembly_component_usage_substitute
 effectivity_item SELECT assembly_component_usage_substitute
 managed_design_object 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


[Top Level Definitions] [Exit]

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