Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY real_type
          SUPERTYPE OF (ONEOF (real_measure_type, real_currency_type))
          SUBTYPE OF (number_type);
END_ENTITY; -- real_type

Entity data types and their attributes

data_type
          -
simple_type
          value_format: value_format_type;
number_type
          -
real_type
          -

Known subtypes

          real_currency_type (ISO13584_IEC61360_DICTIONARY_SCHEMA)
          real_measure_type (ISO13584_IEC61360_DICTIONARY_SCHEMA)

Users

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

Global rules for this entity data type

          -

public interface EReal_type extends ENumber_type


public class CReal_type implements EReal_type


public class AReal_type extends AEntity

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