ENTITY product_definition_substitute
(* SCHEMA AP239_PRODUCT_LIFE_CYCLE_SUPPORT_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,
'AP239_PRODUCT_LIFE_CYCLE_SUPPORT_MIM_LF.NAME_ATTRIBUTE.NAMED_ITEM')) <= 1;
END_ENTITY; (* declared in: product_definition_schema *)
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:19:36-04:00