Overview Schemas Index

PERSON_ORGANIZATION_SCHEMA (jsdai.SPerson_organization_schema)


ENTITY person_type_definition;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          formation : person_type_definition_formation;
END_ENTITY; -- person_type_definition

Entity data types and their attributes

person_type_definition
          id: identifier;
          name: label;
          (OPT) description: text;
          formation: person_type_definition_formation;

Known subtypes

          characterized_person_type_definition (TYPE_OF_PERSON_MIM)
          prjm_characterizable_person_type_definition (PROJECT_MANAGEMENT_MIM)

Users

person_type_definition
          applied_action_method_assignment.items
                    action_method_items
                              tsr_action_method_items
          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_location_assignment.items
                    location_item
                              tsr_location_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_definition_assignment.assigned_person_type_definition
          person_type_definition_relationship.related_person_type_definition
          person_type_definition_relationship.relating_person_type_definition
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item
          type_of_person.has

Global rules for this entity data type

          -

public interface EPerson_type_definition extends EEntity

id (explicit attribute)

          boolean testId(EPerson_type_definition type)
          String getId(EPerson_type_definition type)
          void setId(EPerson_type_definition type, String value)
          void unsetId(EPerson_type_definition type)

name (explicit attribute)

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

description (explicit attribute)

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

formation (explicit attribute)

          boolean testFormation(EPerson_type_definition type)
          EPerson_type_definition_formation getFormation(EPerson_type_definition type)
          void setFormation(EPerson_type_definition type, EPerson_type_definition_formation value)
          void unsetFormation(EPerson_type_definition type)

public class CPerson_type_definition implements EPerson_type_definition

          static EAttribute attributeId(EPerson_type_definition type)
          static EAttribute attributeName(EPerson_type_definition type)
          static EAttribute attributeDescription(EPerson_type_definition type)
          static EAttribute attributeFormation(EPerson_type_definition type)
          static int usedinFormation(EPerson_type_definition type, EPerson_type_definition_formation instance, ASdaiModel domain, APerson_type_definition result)

public class APerson_type_definition extends AEntity

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