Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY int_type
          SUPERTYPE OF (ONEOF (int_measure_type, int_currency_type, non_quantitative_int_type))
          SUBTYPE OF (number_type);
END_ENTITY; -- int_type

Entity data types and their attributes

data_type
          -
simple_type
          value_format: value_format_type;
number_type
          -
int_type
          -

Known subtypes

          int_currency_type (ISO13584_IEC61360_DICTIONARY_SCHEMA)
          int_measure_type (ISO13584_IEC61360_DICTIONARY_SCHEMA)
          non_quantitative_int_type (ISO13584_IEC61360_DICTIONARY_SCHEMA)

Users

data_type
          data_type_element.type_definition
          property_det.domain
simple_type
          level_type.value_type
number_type
int_type

Global rules for this entity data type

          -

public interface EInt_type extends ENumber_type


public class CInt_type implements EInt_type


public class AInt_type extends AEntity

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