ENTITY product_definition_substitute
(* SCHEMA plant_spatial_configuration; *)
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, 'PLANT_SPATIAL_CONFIGURATION.' +
'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:18:24-04:00