Overview Schemas Index

Specification_control_arm         


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 attributes

Complex_node_relationship
          (OPT) description: STRING;
          relating: complex_product_select;
          related: complex_product_select;
          relation_type: STRING;

Users: by entity attributes

Complex_node_relationship

Users: by defined types, not used by any entity attribute

Complex_node_relationship
          -

Global rules for this entity data type

          -