Overview Schemas Index

ISO13584_IEC61360_dictionary_schema         


ENTITY basic_semantic_unit
          ABSTRACT SUPERTYPE OF (ONEOF (supplier_BSU, class_BSU, property_BSU, data_type_BSU, supplier_related_BSU, class_related_BSU));
          code : code_type;
          version : version_type;
DERIVE
          dic_identifier : identifier := code + sep_cv + version;
INVERSE
          definition : SET [0:1] OF dictionary_element FOR identified_by;
          referenced_by : SET [0:1] OF content_item FOR dictionary_definition;
END_ENTITY; -- basic_semantic_unit

Entity data types and their attributes

basic_semantic_unit
          code: code_type;
          version: version_type;
          (DER) dic_identifier: identifier;
          (INV) definition: SET [0:1] OF dictionary_element FOR identified_by;
          (INV) referenced_by: SET [0:1] OF content_item FOR dictionary_definition;

Known subtypes

          class_BSU (ISO13584_IEC61360_dictionary_schema)
          class_related_BSU (ISO13584_IEC61360_dictionary_schema)
          data_type_BSU (ISO13584_IEC61360_dictionary_schema)
          property_BSU (ISO13584_IEC61360_dictionary_schema)
          supplier_BSU (ISO13584_IEC61360_dictionary_schema)
          supplier_related_BSU (ISO13584_IEC61360_dictionary_schema)

Users: by entity attributes

basic_semantic_unit
          content_item.dictionary_definition
          dictionary_element.identified_by

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

basic_semantic_unit
          -

Global rules for this entity data type

          -