|
ENTITY Rule_product SUBTYPE OF (Software); WHERE WR1: SIZEOF ( [ 'rule' ] * types_of_product ( SELF ) ) = 1; END_ENTITY; -- Rule_product |
Entity data types and their attributesProductid: STRING; (OPT) name: STRING; (OPT) description: STRING; Information_product - Software - Rule_product - |
Global rules for this entity data type- |