Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY number_type
          SUPERTYPE OF (ONEOF (int_type, real_type))
          SUBTYPE OF (simple_type);
END_ENTITY; -- number_type

Entity data types and their attributes

data_type
          -
simple_type
          value_format: value_format_type;
number_type
          -

Known subtypes

          int_type (ISO13584_IEC61360_DICTIONARY_SCHEMA)
          real_type (ISO13584_IEC61360_DICTIONARY_SCHEMA)

Users

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

Global rules for this entity data type

          -

public interface ENumber_type extends ESimple_type


public class CNumber_type implements ENumber_type


public class ANumber_type extends AEntity

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