|
ENTITY translated_text; texts : LIST [1:?] OF text; languages : present_translations; WHERE WR1: SIZEOF(texts) = SIZEOF(languages.language_codes); END_ENTITY; -- translated_text |
Entity data types and their attributestranslated_texttexts: LIST [1:?] OF text; languages: present_translations; |
Users: by entity attributestranslated_textclass_and_property_elements.definition translatable_text class_and_property_elements.note translatable_text class_and_property_elements.remark translatable_text Users: by defined types, not used by any entity attributetranslated_text- |
Global rules for this entity data type- |