|
ENTITY general_property_association; name : label; description : OPTIONAL text; base_definition : general_property; derived_definition : derived_property_select; WHERE WR1: SIZEOF(USEDIN(derived_definition, 'PRODUCT_PROPERTY_DEFINITION_SCHEMA.' + 'GENERAL_PROPERTY_ASSOCIATION.' + 'DERIVED_DEFINITION')) = 1; WR2: derived_definition.name = base_definition.name; END_ENTITY; -- general_property_association |
Entity data types and their attributesgeneral_property_associationname: label; (OPT) description: text; base_definition: general_property; derived_definition: derived_property_select; |
Users: by entity attributesgeneral_property_associationUsers: by defined types, not used by any entity attributegeneral_property_association- |
Global rules for this entity data typerestrict_product_definition_context_for_external_properties (automotive_design) |