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