Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY entity_instance_type
          SUBTYPE OF (complex_type);
          type_name : SET [0:?] OF STRING;
END_ENTITY; -- entity_instance_type

Entity data types and their attributes

data_type
          -
complex_type
          -
entity_instance_type
          type_name: SET [0:?] OF STRING;

Known subtypes

          entity_expression (EXPRESSION_EXTENSIONS_SCHEMA)
          placement_type (ISO13584_IEC61360_DICTIONARY_SCHEMA)

Users

data_type
          data_type_element.type_definition
          property_det.domain
complex_type
entity_instance_type

Global rules for this entity data type

          -

public interface EEntity_instance_type extends EComplex_type

type_name (explicit attribute)

          boolean testType_name(EEntity_instance_type type)
          A_String getType_name(EEntity_instance_type type)
          A_String createType_name(EEntity_instance_type type)
          void unsetType_name(EEntity_instance_type type)

public class CEntity_instance_type implements EEntity_instance_type

          static EAttribute attributeType_name(EEntity_instance_type type)

public class AEntity_instance_type extends AEntity

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