Overview Schemas Index

Multi_linguism_mim         


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 attributes

attribute_classification_assignment
          assigned_class: group;
          attribute_name: label;
          role: classification_role;
attribute_language_assignment
          (RT) assigned_class: language;
          items: SET [1:?] OF attribute_language_item;

Users

attribute_classification_assignment
attribute_language_assignment
          applied_classification_assignment.items
                    classification_item
                              requirement_classification_item
          applied_location_representation_assignment.items
                    location_representation_item
                              upfromsm_ap233_location_representation_item
          issue_reference_mapping.items
                    issue_reference_item
                              ap233_issue_reference_item

Global rules for this entity data type

          restrict_language_assignment_per_attribute (Multi_linguism_mim)