Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY data_type_element
          SUBTYPE OF (dictionary_element);
          SELF\dictionary_element.identified_by : data_type_bsu;
          names : item_names;
          type_definition : data_type;
END_ENTITY; -- data_type_element

Entity data types and their attributes

dictionary_element
          identified_by: basic_semantic_unit;
          (OPT) time_stamps: dates;
          revision: revision_type;
data_type_element
          (RT) identified_by: data_type_bsu;
          names: item_names;
          type_definition: data_type;

Users

dictionary_element
data_type_element

Global rules for this entity data type

          -

public interface EData_type_element extends EDictionary_element

names (explicit attribute)

          boolean testNames(EData_type_element type)
          EItem_names getNames(EData_type_element type)
          void setNames(EData_type_element type, EItem_names value)
          void unsetNames(EData_type_element type)

type_definition (explicit attribute)

          boolean testType_definition(EData_type_element type)
          EData_type getType_definition(EData_type_element type)
          void setType_definition(EData_type_element type, EData_type value)
          void unsetType_definition(EData_type_element type)

public class CData_type_element implements EData_type_element

          static EAttribute attributeNames(EData_type_element type)
          static int usedinNames(EData_type_element type, EItem_names instance, ASdaiModel domain, AData_type_element result)
          static EAttribute attributeType_definition(EData_type_element type)
          static int usedinType_definition(EData_type_element type, EData_type instance, ASdaiModel domain, AData_type_element result)

public class AData_type_element extends AEntity

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