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