ENTITY product_definition_substitute
(* SCHEMA Ap210_electronic_assembly_interconnect_and_packaging_design_mim_lf; *)
ENTITY product_definition_substitute;
description : OPTIONAL text;
context_relationship : product_definition_relationship;
substitute_definition : product_definition;
DERIVE
name : label := get_name_value(SELF);
WHERE
WR1 : context_relationship.related_product_definition :<>: substitute_definition;
WR2 : SIZEOF(USEDIN(SELF, 'AP210_ELECTRONIC_ASSEMBLY_INTERCONNECT_AND_PACKAGING_DESIGN_MIM_LF.' + 'NAME_ATTRIBUTE.NAMED_ITEM')) <= 1;
END_ENTITY;
Explicit Attributes
Entity product_definition_substitute has the following local and inherited explicit attributes:
Derived Attributes
Entity product_definition_substitute has the following local and inherited derived attributes:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | product_definition_substitute |
|
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity product_definition_substitute and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:15:32-04:00