AP scope | AP module | AP contents | AP index | |
Application module: Qualifications | ISO/TS 10303-1244:2004(E) © ISO |
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:
*)
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.
This subclause specifies the MIM types for this application module. The MIM types and definitions are specified below.
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
This subclause specifies the MIM entity for this module. The MIM entity and definition is specified below.
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