|
ENTITY Complex_node_relationship; description : OPTIONAL STRING; relating : complex_product_select; related : complex_product_select; relation_type : STRING; WHERE WR1: (aggregate1_in_aggregate2(TYPEOF(related),TYPEOF(relating)) OR aggregate1_in_aggregate2(TYPEOF(relating),TYPEOF(related)) ); END_ENTITY; -- Complex_node_relationship |
Entity data types and their attributesComplex_node_relationship(OPT) description: STRING; relating: complex_product_select; related: complex_product_select; relation_type: STRING; |
Users: by entity attributesComplex_node_relationshipUsers: by defined types, not used by any entity attributeComplex_node_relationship- |
Global rules for this entity data type- |