|
ENTITY Attribute_translation_assignment; considered_instance : string_select; considered_attribute : STRING; translation_text : STRING; translation_language : Language; UNIQUE UR1 : considered_instance, considered_attribute, translation_language; END_ENTITY; -- Attribute_translation_assignment |
Entity data types and their attributesAttribute_translation_assignmentconsidered_instance: string_select; considered_attribute: STRING; translation_text: STRING; translation_language: Language; |
Global rules for this entity data type- |