AP scope  |  AP module  |  AP contents  |  AP index
Application module: Qualifications ISO/TS 10303-1244: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 definition

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 Qualifications_mim;

USE FROM Certification_mim;    --  ISO/TS 10303-1044

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

USE FROM Date_time_assignment_mim;    --  ISO/TS 10303-1014

USE FROM management_resources_schema    --  ISO 10303-41
  (qualification_type_assignment);

USE FROM Person_organization_assignment_mim;    --  ISO/TS 10303-1013

USE FROM Person_organization_mim;    --  ISO/TS 10303-1011

USE FROM person_organization_schema    --  ISO 10303-41
  (person);

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

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

Certification_mim ISO/TS 10303-1044
Classification_assignment_mim ISO/TS 10303-1114
Date_time_assignment_mim ISO/TS 10303-1014
management_resources_schema ISO 10303-41
Person_organization_assignment_mim ISO/TS 10303-1013
Person_organization_mim ISO/TS 10303-1011
person_organization_schema ISO 10303-41
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_organization_item   EXPRESS-G

The person_organization_item type is an extensible list of alternate data types that allows for the designation of the data type person.

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

EXPRESS specification:

*)
TYPE person_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT
   (person);
END_TYPE;
(*

5.2.1.2 qualification_type_certification_item   EXPRESS-G

The qualification_type_certification_item type is an extension of the certification_item type. It adds the data type applied_qualification_type_assignment 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 qualification_type_certification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON certification_item WITH
   (applied_qualification_type_assignment);
END_TYPE;
(*

5.2.1.3 qualification_type_classification_item   EXPRESS-G

The qualification_type_classification_item type is an extension of the classification_item type. It adds the data type qualification_type 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 qualification_type_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON classification_item WITH
   (qualification_type);
END_TYPE;
(*

5.2.1.4 qualification_type_date_and_time_item   EXPRESS-G

The qualification_type_date_and_time_item type is an extension of the date_and_time_item type. It adds the data type applied_qualification_type_assignment 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 qualification_type_date_and_time_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON date_and_time_item WITH
   (applied_qualification_type_assignment);
END_TYPE;
(*

5.2.1.5 qualification_type_date_item   EXPRESS-G

The qualification_type_date_item type is an extension of the date_item type. It adds the data type applied_qualification_type_assignment 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 qualification_type_date_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON date_item WITH
   (applied_qualification_type_assignment);
END_TYPE;
(*

5.2.1.6 qualification_type_person_and_organization_item   EXPRESS-G

The qualification_type_person_and_organization_item type is an extension of the person_and_organization_item type. It adds the data types applied_qualification_type_assignment and qualification_type 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 qualification_type_person_and_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON person_and_organization_item WITH
   (applied_qualification_type_assignment,
    qualification_type);
END_TYPE;
(*

5.2.2 MIM entity definition

This subclause specifies the MIM entity for this module. The MIM entity and definition is specified below.

5.2.2.1 applied_qualification_type_assignment   EXPRESS-G

An applied_qualification_type_assignment is a type of qualification_type_assignment that relates a qualification_type to instances of entity data types listed in person_organization_item.

EXPRESS specification:

*)
ENTITY applied_qualification_type_assignment
  SUBTYPE OF (qualification_type_assignment);
  items : SET[1:?] OF person_organization_item;
END_ENTITY;
(*

Attribute definitions:

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



*)
END_SCHEMA;  -- Qualifications_mim
(*


© ISO 2004 — All rights reserved