Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_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

basic_semantic_unit
          content_item.dictionary_definition
          dictionary_element.identified_by
supplier_bsu
          class_bsu.defined_by
          supplier_element.identified_by

Global rules for this entity data type

          -

public interface ESupplier_bsu extends EBasic_semantic_unit

absolute_id (derived attribute)

          String getAbsolute_id(ESupplier_bsu type)
          boolean testAbsolute_id(ESupplier_bsu type)

public class CSupplier_bsu implements ESupplier_bsu

          static EAttribute attributeVersion(ESupplier_bsu type)
          static EAttribute attributeAbsolute_id(ESupplier_bsu type)

public class ASupplier_bsu extends AEntity

          public ESupplier_bsu getByIndex(int index)
          public ESupplier_bsu getCurrentMember(SdaiIterator it)