ENTITY alternate_product_relationship

(* SCHEMA Ap210_electronic_assembly_interconnect_and_packaging_design_mim_lf; *)

ENTITY alternate_product_relationship;
	name : label;
	definition : OPTIONAL text;
	alternate : product;
	base : product;
	basis : text;
UNIQUE
	UR1 : alternate, base;
WHERE
	WR1 : alternate :<>: base;
END_ENTITY;

Explicit Attributes

Entity alternate_product_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)alternate_product_relationship
 definitiontext (STRING)alternate_product_relationship
 alternateproduct (ENTITY)alternate_product_relationship
 baseproduct (ENTITY)alternate_product_relationship
 basistext (STRING)alternate_product_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity alternate_product_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 approval_item SELECT alternate_product_relationship
 attribute_classification_item SELECT alternate_product_relationship
 attribute_language_item SELECT alternate_product_relationship
 certification_item SELECT alternate_product_relationship
 classification_item SELECT alternate_product_relationship
 contract_item SELECT alternate_product_relationship
 managed_design_object SELECT alternate_product_relationship
 multi_language_attribute_item SELECT alternate_product_relationship
 organization_item SELECT alternate_product_relationship
 person_and_organization_item SELECT alternate_product_relationship


[Top Level Definitions] [Exit]

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