|
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 attributesvalue_domainits_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 attributesvalue_domainnon_quantitative_code_type.domain non_quantitative_int_type.domain Users: by defined types, not used by any entity attributevalue_domain- |
Global rules for this entity data type- |