Overview Schemas Index

ISO13584_IEC61360_language_resource_schema         


ENTITY translated_label;
          labels : LIST [1:?] OF label;
          languages : present_translations;
WHERE
          WR1: SIZEOF(labels) = SIZEOF(languages.language_codes);
END_ENTITY; -- translated_label

Entity data types and their attributes

translated_label
          labels: LIST [1:?] OF label;
          languages: present_translations;

Users: by entity attributes

translated_label
          item_names.preferred_name
                    translatable_label
          item_names.short_name
                    translatable_label

Users: by defined types, not used by any entity attribute

translated_label
          -

Global rules for this entity data type

          -