AP scope | AP module | AP contents | AP index | |
Application module: Type of person | ISO/TS 10303-1245: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 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.
This subclause specifies the MIM types for this application module. The MIM types and definitions are specified below.
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;
(*
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;
(*
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;
(*
This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.
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.
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.
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