Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY simple_type
          ABSTRACT SUPERTYPE OF (ONEOF (number_type, boolean_type, string_type))
          SUBTYPE OF (data_type);
          value_format : value_format_type;
END_ENTITY; -- simple_type

Entity data types and their attributes

data_type
          -
simple_type
          value_format: value_format_type;

Known subtypes

          boolean_type (ISO13584_IEC61360_DICTIONARY_SCHEMA)
          number_type (ISO13584_IEC61360_DICTIONARY_SCHEMA)
          string_type (ISO13584_IEC61360_DICTIONARY_SCHEMA)

Users

data_type
          data_type_element.type_definition
          property_det.domain
simple_type
          level_type.value_type

Global rules for this entity data type

          -

public interface ESimple_type extends EData_type

value_format (explicit attribute)

          boolean testValue_format(ESimple_type type)
          String getValue_format(ESimple_type type)
          void setValue_format(ESimple_type type, String value)
          void unsetValue_format(ESimple_type type)

public class CSimple_type implements ESimple_type

          static EAttribute attributeValue_format(ESimple_type type)

public class ASimple_type extends AEntity

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