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