|
ENTITY System_version SUBTYPE OF (Product_version); SELF\Product_version.of_product : System; END_ENTITY; -- System_version |
Entity data types and their attributesProduct_versionid: STRING; (OPT) description: STRING; of_product: Product; System_version (RT) of_product: System; |
Global rules for this entity data type- |