Application module: Type of person ISO/TS 10303-1245:2004(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviations

4 Information requirements
   4.1 Required AM ARMs
   4.2 ARM type definitions
   4.3 ARM entity definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type definitions
     5.2.2 MIM entity definitions

A MIM short names
B Information object registration
C ARM EXPRESS-G   EXPRESS-G
D MIM EXPRESS-G   EXPRESS-G
E Computer interpretable listings
Bibliography
Index

5.2 MIM EXPRESS short listing

This clause specifies the EXPRESS schema derived from the mapping table. It uses elements from the common resources or from other application modules and defines the EXPRESS constructs that are specific to this part of ISO 10303.

This clause constitutes the Module Interpreted Module (MIM) of the application module.

This clause also specifies the modifications that apply to the constructs imported from the common resources.

The following restrictions apply to the use, in this schema, of constructs defined in common resources or in application modules:

EXPRESS specification:

*)
SCHEMA Type_of_person_mim;

USE FROM Classification_assignment_mim;    --  ISO/TS 10303-1114

USE FROM Experience_mim;    --  ISO/TS 10303-1243

USE FROM experience_schema    --  ISO 10303-41
  (experience_type);

USE FROM management_resources_schema    --  ISO 10303-41
  (person_type_assignment,
   person_type_definition_assignment);

USE FROM person_organization_schema    --  ISO 10303-41
  (person_type,
   person_type_definition,
   person_type_definition_relationship);

USE FROM product_property_definition_schema    --  ISO 10303-41
  (characterized_object);

USE FROM Property_assignment_mim;    --  ISO/TS 10303-1030

USE FROM Qualifications_mim;    --  ISO/TS 10303-1244

USE FROM qualifications_schema    --  ISO 10303-41
  (qualification_type);
(*

NOTE 1   The schemas referenced above are specified in the following part of ISO 10303:

Classification_assignment_mim ISO/TS 10303-1114
Experience_mim ISO/TS 10303-1243
experience_schema ISO 10303-41
management_resources_schema ISO 10303-41
person_organization_schema ISO 10303-41
product_property_definition_schema ISO 10303-41
Property_assignment_mim ISO/TS 10303-1030
Qualifications_mim ISO/TS 10303-1244
qualifications_schema ISO 10303-41

NOTE 2   See Annex D, Figures D.1and D.2 for a graphical representation of this schema.

5.2.1 MIM type definitions

This subclause specifies the MIM types for this application module. The MIM types and definitions are specified below.

5.2.1.1 person_definition_item   EXPRESS-G

The person_definition_item type is an extensible list of alternate data types that allows for the designation of the data types experience_type and qualification_type.

NOTE   The list of entity data types may be extended in application modules that use the constructs of this module.

EXPRESS specification:

*)
TYPE person_definition_item = EXTENSIBLE GENERIC_ENTITY SELECT
   (experience_type,
    qualification_type);
END_TYPE;
(*

5.2.1.2 person_type_definition_relationship_classification_item   EXPRESS-G

The person_type_definition_relationship_classification_item type is an extension of the classification_item type. It adds the data types applied_person_type_assignment, applied_person_type_definition_assignment, person_type, person_type_definition and person_type_definition_relationship to the list of alternate data types.

NOTE  The list of entity data types may be extended in application modules that use the constructs of this module.

EXPRESS specification:

*)
TYPE person_type_definition_relationship_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classification_item WITH
   (applied_person_type_assignment,
    applied_person_type_definition_assignment,
    person_type,
    person_type_definition,
    person_type_definition_relationship);
END_TYPE;
(*

5.2.1.3 person_type_item   EXPRESS-G

The person_type_item type is an extensible list of alternate data types. Additional alternate data types are specified in select data types that extend the person_type_item type.

NOTE   This empty extensible select requires extension in a further module to ensure that entities that refer to it have at least one valid instantiation.

EXPRESS specification:

*)
TYPE person_type_item = EXTENSIBLE GENERIC_ENTITY SELECT;
END_TYPE;
(*

5.2.2 MIM entity definitions

This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.

5.2.2.1 applied_person_type_assignment   EXPRESS-G

An applied_person_type_assignment is a type of person_type_assignment that relates a person_type to instances of entity data types listed in person_type_item.

EXPRESS specification:

*)
ENTITY applied_person_type_assignment
  SUBTYPE OF (person_type_assignment);
  items : SET[1:?] OF person_type_item;
END_ENTITY;
(*

Attribute definitions:

items: the set of items to which the person_type is assigned.

5.2.2.2 applied_person_type_definition_assignment   EXPRESS-G

An applied_person_type_definition_assignment is a type of person_type_definition_assignment that relates a person_type_definition to instances of entity data types listed in person_type_item.

EXPRESS specification:

*)
ENTITY applied_person_type_definition_assignment
  SUBTYPE OF (person_type_definition_assignment);
  items : SET[1:?] OF person_definition_item;
END_ENTITY;
(*

Attribute definitions:

items: the set of items to which the person_type_definition is assigned.

5.2.2.3 characterized_person_type_definition   EXPRESS-G

A characterized_person_type_definition is a type of characterized_object and person_type_definition that serves to assign property_definition instances to person_type_definition instances.

EXPRESS specification:

*)
ENTITY characterized_person_type_definition
  SUBTYPE OF (characterized_object, person_type_definition);
END_ENTITY;
(*



*)
END_SCHEMA;  -- Type_of_person_mim
(*


© ISO 2004 — All rights reserved