Overview Schemas Index

ISO13584_IEC61360_dictionary_schema         


ENTITY value_domain;
          its_values : LIST [2:?] OF dic_value;
          source_doc_of_value_domain : OPTIONAL document;
          languages : OPTIONAL present_translations;
          terms : LIST [0:?] OF item_names;
WHERE
          WR1: NOT EXISTS(languages) OR (QUERY(v <* its_values |
        languages :<>: v.meaning.languages) = []);
          WR2: codes_are_unique(its_values);
END_ENTITY; -- value_domain

Entity data types and their attributes

value_domain
          its_values: LIST [2:?] OF dic_value;
          (OPT) source_doc_of_value_domain: document;
          (OPT) languages: present_translations;
          terms: LIST [0:?] OF item_names;

Users: by entity attributes

value_domain
          non_quantitative_code_type.domain
          non_quantitative_int_type.domain

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

value_domain
          -

Global rules for this entity data type

          -