Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY identification_role;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- identification_role

Entity data types and their attributes

identification_role
          name: label;
          (OPT) description: text;

Users

identification_role
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_mri_attribute_classification_item
          applied_identification_assignment__alias.role
          applied_identification_assignment__uri.role
          attribute_language_assignment.items
                    attribute_language_item
                              mri_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              mri_attribute_language_item
          external_source_identification.role
          identification_assignment.role
          language_indication.considered_instance
                    attribute_language_item
                              mri_attribute_language_item
          language_indication.items
                    attribute_language_item
                              mri_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              mri_multi_language_attribute_item

Global rules for this entity data type

          dependent_instantiable_identification_role (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_identification_role (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_identification_role (CATALOG_DATA_INFORMATION_MIM)

public interface EIdentification_role extends EEntity

name (explicit attribute)

          boolean testName(EIdentification_role type)
          String getName(EIdentification_role type)
          void setName(EIdentification_role type, String value)
          void unsetName(EIdentification_role type)

description (explicit attribute)

          boolean testDescription(EIdentification_role type)
          String getDescription(EIdentification_role type)
          void setDescription(EIdentification_role type, String value)
          void unsetDescription(EIdentification_role type)

public class CIdentification_role implements EIdentification_role

          static EAttribute attributeName(EIdentification_role type)
          static EAttribute attributeDescription(EIdentification_role type)

public class AIdentification_role extends AEntity

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