|
ENTITY Breakdown_node_relationship; description : OPTIONAL STRING; relating : complex_product_select; related : breakdown_element_select; relation_type : STRING; WHERE WR1: (NOT (relation_type IN ['functionality', 'realization'])) OR (TYPEOF(related) <> TYPEOF(relating)); WR2: (NOT (relation_type IN ['decomposition', 'specialization', 'occurrence'])) OR (aggregate1_in_aggregate2(TYPEOF(related),TYPEOF(relating)) OR aggregate1_in_aggregate2(TYPEOF(relating),TYPEOF(related)) ); WR3: (NOT (relation_type IN ['occurrence'])) OR ('SPECIFICATION_CONTROL_ARM.PHYSICAL_ELEMENT_DEFINITION' IN TYPEOF(relating)); END_ENTITY; -- Breakdown_node_relationship |
Entity data types and their attributesBreakdown_node_relationship(OPT) description: STRING; relating: complex_product_select; related: breakdown_element_select; relation_type: STRING; |
Global rules for this entity data type- |