|
ENTITY attribute_language_assignment SUBTYPE OF (attribute_classification_assignment); SELF\attribute_classification_assignment.assigned_class : language; items : SET [1:?] OF attribute_language_item; WHERE WR1: SELF\attribute_classification_assignment.role.name IN ['primary', 'translated']; WR2: SELF\attribute_classification_assignment.attribute_name<> ''; END_ENTITY; -- attribute_language_assignment |
Entity data types and their attributesattribute_classification_assignmentassigned_class: group; attribute_name: label; role: classification_role; attribute_language_assignment (RT) assigned_class: language; items: SET [1:?] OF attribute_language_item; |
Global rules for this entity data typerestrict_language_assignment_per_attribute (Multi_linguism_mim) |