Overview Schemas Index

TYPE_OF_PERSON_XIM (jsdai.SType_of_person_xim)


ENTITY type_of_person
          SUBTYPE OF (person_type);
          has : OPTIONAL SET [1:?] OF person_type_definition;
END_ENTITY; -- type_of_person

Entity data types and their attributes

person_type
          id: identifier;
          name: label;
          (OPT) description: text;
type_of_person
          (OPT) has: SET [1:?] OF person_type_definition;

Users: by entity attributes

person_type
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  classification_item
                                                            person_type_definition_relationship_classification_item
          applied_action_method_assignment.items
                    action_method_items
                              tsr_action_method_items
          applied_approval_assignment.items
                    approval_item
                              ss_approval_item
                                        pmri_approval_item
                                                  os_approval_item
          applied_classification_assignment.items
                    classification_item
                              person_type_definition_relationship_classification_item
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
                                        sysm_description_item
                                                  syse_description_item
          applied_document_reference.items
                    document_reference_item
                              ss_document_reference_item
                                        pmri_document_reference_item
                                                  os_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          applied_experience_type_assignment.items
                    experience_type_item
                              prjm_experience_type_item
          applied_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        ss_collection_membership_groupable_item
                                                  pmri_collection_membership_groupable_item
          applied_identification_assignment.items
                    identification_item
                              tsr_identification_item
          applied_location_assignment.items
                    location_item
                              ss_location_item
                                        pmri_location_item
                                                  os_location_item
          applied_position_in_organization_type_assignment.items
                    position_in_organization_type_item
          applied_state_observed_assignment.items
                    state_observed_of_item
                              ss_state_observed_of_item
                                        pb_state_observed_of_item
                                                  prjm_state_observed_of_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        document_reference_item
                                                  tsr_document_reference_item
          attribute_language_assignment.items
                    attribute_language_item
                              tsr_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              ss_attribute_language_item
                                        pmri_attribute_language_item
                                                  os_attribute_language_item
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ss_action_items
                                                            pmri_action_items
          frozen_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      document_reference_item
                                                                                ss_document_reference_item
                                                                                          pmri_document_reference_item
                                                                                                    os_document_reference_item
          functional_terminal_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        ss_collection_membership_groupable_item
                                                  pmri_collection_membership_groupable_item
          language_indication.considered_instance
                    attribute_language_item
                              ss_attribute_language_item
                                        pmri_attribute_language_item
                                                  os_attribute_language_item
          language_indication.items
                    attribute_language_item
                              ss_attribute_language_item
                                        pmri_attribute_language_item
                                                  os_attribute_language_item
          location_assignment_armx.items
                    location_item
                              ss_location_item
                                        pmri_location_item
                                                  os_location_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              ss_multi_language_attribute_item
                                        pmri_multi_language_attribute_item
                                                  os_multi_language_attribute_item
          partial_document_assignment.items
                    document_reference_item
                              ss_document_reference_item
                                        pmri_document_reference_item
                                                  os_document_reference_item
          person_type_assignment.assigned_person_type
          person_type_definition_formation.of_person_type
          position_position_type_assignment.items
                    position_in_organization_type_item
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      classification_item
                                                                                person_type_definition_relationship_classification_item
          risk_identification_inputs.items
                    risk_perception_source_item
                              rm_risk_perception_source_item
                                        prgm_risk_perception_source_item
          risk_perception_source_assignment.items
                    risk_perception_source_item
                              rm_risk_perception_source_item
                                        prgm_risk_perception_source_item
          same_as_external_item_assignment.items
                    same_as_item
                              ss_same_as_item
                                        prjm_same_as_item
type_of_person
          position_type.defined_by

Users: by defined types, not used by any entity attribute

type_of_person
          -

Global rules for this entity data type

          -

public interface EType_of_person extends EPerson_type

has (explicit attribute)

          boolean testHas(EType_of_person type)
          APerson_type_definition getHas(EType_of_person type)
          APerson_type_definition createHas(EType_of_person type)
          void unsetHas(EType_of_person type)

public class CType_of_person implements EType_of_person

          static EAttribute attributeHas(EType_of_person type)
          static int usedinHas(EType_of_person type, EPerson_type_definition instance, ASdaiModel domain, AType_of_person result)

public class AType_of_person extends AEntity

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