Overview Schemas Index

LOCATION_MIM (jsdai.SLocation_mim)


ENTITY applied_location_representation_assignment
          SUBTYPE OF (location_representation_assignment);
          items : SET [1:?] OF location_representation_item;
END_ENTITY; -- applied_location_representation_assignment

Entity data types and their attributes

location_representation_assignment
          id: identifier;
          name: label;
          (OPT) description: text;
          represented_location: location;
          role: location_representation_role;
applied_location_representation_assignment
          items: SET [1:?] OF location_representation_item;

Known subtypes

          organization_based_location_representation_with_identification (LOCATION_XIM)
          product_based_location_identification (LOCATION_XIM)

Users

location_representation_assignment
applied_location_representation_assignment
          applied_action_assignment.items
                    action_items
                              pmri_action_items
          applied_action_method_assignment.items
                    action_method_items
                              tsr_action_method_items
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              pmri_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              pmri_classification_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              tsr_date_and_time_item
          applied_date_assignment.items
                    date_item
                              tsr_date_item
          applied_document_reference.items
                    document_reference_item
                              pmri_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          applied_identification_assignment.items
                    identification_item
                              pmri_identification_item
          attribute_language_assignment.items
                    attribute_language_item
                              pmri_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              tsr_attribute_language_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          language_indication.considered_instance
                    attribute_language_item
                              pmri_attribute_language_item
          language_indication.items
                    attribute_language_item
                              pmri_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              pmri_multi_language_attribute_item
          partial_document_assignment.items
                    document_reference_item
                              pmri_document_reference_item

Global rules for this entity data type

          -

public interface EApplied_location_representation_assignment extends ELocation_representation_assignment

items (explicit attribute)

          boolean testItems(EApplied_location_representation_assignment type)
          ALocation_representation_item getItems(EApplied_location_representation_assignment type)
          ALocation_representation_item createItems(EApplied_location_representation_assignment type)
          void unsetItems(EApplied_location_representation_assignment type)

public class CApplied_location_representation_assignment implements EApplied_location_representation_assignment

          static EAttribute attributeItems(EApplied_location_representation_assignment type)
          static int usedinItems(EApplied_location_representation_assignment type, EEntity instance, ASdaiModel domain, AApplied_location_representation_assignment result)

public class AApplied_location_representation_assignment extends AEntity

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