|
ENTITY Product_definition_element_relationship; id : STRING; name : STRING; description : OPTIONAL STRING; breakdown : breakdown_item; product : product_item; END_ENTITY; -- Product_definition_element_relationship |
Entity data types and their attributesProduct_definition_element_relationshipid: STRING; name: STRING; (OPT) description: STRING; breakdown: breakdown_item; product: product_item; |
| Breakdown_element_realization (Product_breakdown_arm) |
Global rules for this entity data type- |