|
ENTITY Rule_version SUBTYPE OF (Software_version); SELF\Product_version.of_product : Rule_product; INVERSE management_action : SET [1:?] OF Rule_action FOR subject_rule; product_definition : SET [1:?] OF Rule_software_definition FOR defined_version; END_ENTITY; -- Rule_version |
Entity data types and their attributesProduct_versionid: STRING; (OPT) description: STRING; of_product: Product; Information_version (RT) of_product: Information_product; Software_version (RT) of_product: Software; Rule_version (RT) of_product: Rule_product; (INV) management_action: SET [1:?] OF Rule_action FOR subject_rule; (INV) product_definition: SET [1:?] OF Rule_software_definition FOR defined_version; |
Global rules for this entity data type- |