Overview Schemas Index

ISO13584_IEC61360_dictionary_schema         


ENTITY supplier_BSU
          SUBTYPE OF (basic_semantic_unit);
          SELF\basic_semantic_unit.code : supplier_code_type;
DERIVE
          SELF\basic_semantic_unit.version : version_type := '1';
          absolute_id : identifier := SELF\basic_semantic_unit.code;
UNIQUE
          UR1 : absolute_id;
END_ENTITY; -- supplier_BSU

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;
supplier_BSU
          (RT) code: supplier_code_type;
          (RT) (DER) version: version_type;
          (DER) absolute_id: identifier;

Users: by entity attributes

basic_semantic_unit
          content_item.dictionary_definition
          dictionary_element.identified_by
supplier_BSU
          class_BSU.defined_by
          supplier_element.identified_by

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

supplier_BSU
          -

Global rules for this entity data type

          -