Overview Schemas Index

IDA_STEP_SCHEMA_XIM (jsdai.SIda_step_schema_xim)


ENTITY document_type_property
          SUBTYPE OF (document_type);
          SELF\document_type.product_data_type RENAMED document_type_name : label;
          used_classification_system : OPTIONAL class_system;
END_ENTITY; -- document_type_property

Entity data types and their attributes

document_type
          product_data_type: label;
document_type_property
          (RT) product_data_type->document_type_name: label;
          (OPT) used_classification_system: class_system;

Users

document_type
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_dm_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              classification_item_236cc1
          applied_effectivity_assignment.items
                    effectivity_item
                              ap239_padi_effectivity_item
          applied_identification_assignment.items
                    identification_item
                              automotive_design_identification_item
          applied_ineffectivity_assignment.items
                    effectivity_item
                              ap239_padi_effectivity_item
          document.kind
          file.kind
document_type_property

Global rules for this entity data type

          -

public interface EDocument_type_property extends EDocument_type

used_classification_system (explicit attribute)

          boolean testUsed_classification_system(EDocument_type_property type)
          EClass_system getUsed_classification_system(EDocument_type_property type)
          void setUsed_classification_system(EDocument_type_property type, EClass_system value)
          void unsetUsed_classification_system(EDocument_type_property type)

public class CDocument_type_property implements EDocument_type_property

          static EAttribute attributeUsed_classification_system(EDocument_type_property type)
          static int usedinUsed_classification_system(EDocument_type_property type, EClass_system instance, ASdaiModel domain, ADocument_type_property result)

public class ADocument_type_property extends AEntity

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