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