|
ENTITY Product_specification SUBTYPE OF (Product_configuration); version_id : OPTIONAL STRING; SELF\Product_configuration.item_context : Product_class; defining_specifications : SET [0:?] OF Specification; END_ENTITY; -- Product_specification |
Entity data types and their attributesProduct_configurationid: STRING; name: STRING; (OPT) description: STRING; item_context: Product_concept; (INV) corresponding_design: SET [0:1] OF Item_design_association FOR configuration; Product_specification (OPT) version_id: STRING; (RT) item_context: Product_class; defining_specifications: SET [0:?] OF Specification; |
Global rules for this entity data type- |