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

person_type
          applied_action_method_assignment.items
                    action_method_items
                              tsr_action_method_items
          applied_approval_assignment.items
                    approval_item
                              os_approval_item
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_item
          applied_document_reference.items
                    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_identification_assignment.items
                    identification_item
                              tsr_identification_item
          applied_location_assignment.items
                    location_item
                              tsr_location_item
          applied_position_in_organization_type_assignment.items
                    position_in_organization_type_item
          applied_state_observed_assignment.items
                    state_observed_of_item
                              prjm_state_observed_of_item
          attribute_language_assignment.items
                    attribute_language_item
                              tsr_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
                              tsr_attribute_language_item
          language_indication.items
                    attribute_language_item
                              os_attribute_language_item
          location_assignment_armx.items
                    location_item
                              tsr_location_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              os_multi_language_attribute_item
          partial_document_assignment.items
                    document_reference_item
                              tsr_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
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item
type_of_person
          position_type.defined_by

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)