Overview Schemas Index

EXTERNAL_ITEM_IDENTIFICATION_ASSIGNMENT_MIM (jsdai.SExternal_item_identification_assignment_mim)


ENTITY applied_external_identification_assignment
          SUBTYPE OF (external_identification_assignment);
          items : SET [1:?] OF external_identification_item;
END_ENTITY; -- applied_external_identification_assignment

Entity data types and their attributes

identification_assignment
          assigned_id: identifier;
          role: identification_role;
external_identification_assignment
          source: external_source;
applied_external_identification_assignment
          items: SET [1:?] OF external_identification_item;

Known subtypes

          external_source_identification (EXTERNAL_ITEM_IDENTIFICATION_ASSIGNMENT_XIM)

Users

identification_assignment
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  pdm_classification_item
          applied_classification_assignment.items
                    classification_item
                              pdm_classification_item
          applied_external_identification_assignment.items
                    external_identification_item
                              external_identification_item_ia
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        pdm_classification_item
          external_source_identification.item
                    external_identification_item
                              external_identification_item_ia
          external_source_identification.items
                    external_identification_item
                              external_identification_item_ia
          identification_assignment_relationship.related_identification_assignment
          identification_assignment_relationship.relating_identification_assignment
external_identification_assignment
applied_external_identification_assignment
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        ds_ir_usage_item
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              pmri_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              requirement_classification_item
          applied_document_reference.items
                    document_reference_item
                              syss_documented_element_select
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              pdm_document_reference_item
                                        design_pdm_document_reference_item
          applied_effectivity_assignment.items
                    effectivity_item
                              ds_effectivity_item
          applied_identification_assignment.items
                    identification_item
                              pmri_identification_item
          applied_ineffectivity_assignment.items
                    effectivity_item
                              syss_effectivity_item
          applied_state_definition_assignment.items
                    state_type_of_item
                              prjm_state_type_of_item
          applied_state_observed_assignment.items
                    state_observed_of_item
                              ap239_dm_state_observed_of_item
          applied_state_type_assignment.items
                    state_type_of_item
                              sysm_state_type_of_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        design_pdm_document_reference_item
          attribute_language_assignment.items
                    attribute_language_item
                              syss_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              prjm_attribute_language_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          language_indication.considered_instance
                    attribute_language_item
                              pdm_attribute_language_item
          language_indication.items
                    attribute_language_item
                              mri_attribute_language_item
                                        requirement_mri_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              prjm_multi_language_attribute_item
          partial_document_assignment.items
                    document_reference_item
                              syss_documented_element_select

Global rules for this entity data type

          external_version_assignments_are_valid (EXTERNAL_PROPERTIES_MIM)
          restrict_external_identification_assignment (CATALOG_DATA_INFORMATION_MIM)

public interface EApplied_external_identification_assignment extends EExternal_identification_assignment

items (explicit attribute)

          boolean testItems(EApplied_external_identification_assignment type)
          AExternal_identification_item getItems(EApplied_external_identification_assignment type)
          AExternal_identification_item createItems(EApplied_external_identification_assignment type)
          void unsetItems(EApplied_external_identification_assignment type)

public class CApplied_external_identification_assignment implements EApplied_external_identification_assignment

          static EAttribute attributeItems(EApplied_external_identification_assignment type)
          static int usedinItems(EApplied_external_identification_assignment type, EEntity instance, ASdaiModel domain, AApplied_external_identification_assignment result)

public class AApplied_external_identification_assignment extends AEntity

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