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