|
ENTITY product_category; name : label; description : OPTIONAL text; DERIVE id : identifier := get_id_value (SELF); WHERE WR1: SIZEOF (USEDIN (SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'ID_ATTRIBUTE.IDENTIFIED_ITEM')) <= 1; END_ENTITY; -- product_category |
Entity data types and their attributesproduct_categoryname: label; (OPT) description: text; (DER) id: identifier; |
| ap233_characterizable_product_category (Program_management_mim) |
| ds_characterizable_product_category (Decision_support_mim) |
| fbb_characterized_product_category (Function_based_behaviour_mim) |
| product_related_product_category (product_definition_schema) |
| sbb_characterized_product_category (State_based_behaviour_mim) |
| smpushup_ap233_characterizable_product_category (System_modelling_mim) |
| system_ap233_characterizable_product_category (System_structure_mim) |
Global rules for this entity data type- |