Application module: Management resource information | ISO/TS 10303-1288:2019(E) © ISO |
(*
ISO/TC 184/SC 4/WG 12 N104011 - ISO/TS 10303-1288 Management resource information - EXPRESS MIM
Supersedes
ISO/TC 184/SC 4/WG 12 N7712
*)
SCHEMA Management_resource_information_mim;
USE FROM
Alias_identification_mim;
-- ISO/TS 10303-1025
USE FROM
Approval_mim;
-- ISO/TS 10303-1012
USE FROM
Certification_mim;
-- ISO/TS 10303-1044
USE FROM
Contract_mim;
-- ISO/TS 10303-1062
USE FROM
Date_time_assignment_mim;
-- ISO/TS 10303-1014
USE FROM
Identification_assignment_mim;
-- ISO/TS 10303-1021
USE FROM
management_resources_schema -- ISO 10303-41
(identification_role);
USE FROM
Multi_linguism_mim;
-- ISO/TS 10303-1105
USE FROM
Person_organization_assignment_mim;
-- ISO/TS 10303-1013
USE FROM
Person_organization_mim;
-- ISO/TS 10303-1011
USE FROM
Project_mim;
-- ISO/TS 10303-1061
USE FROM
Security_classification_mim;
-- ISO/TS 10303-1015
TYPE mri_aliasable_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
identification_item
WITH
(approval_status,
contract,
organization,
security_classification,
security_classification_level);
END_TYPE;
TYPE mri_approval_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
approval_item
WITH
(certification,
contract);
END_TYPE;
TYPE mri_attribute_language_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
attribute_language_item
WITH
(applied_organizational_project_assignment,
approval,
approval_relationship,
approval_status,
certification,
certification_type,
contract,
date_role,
date_time_role,
identification_role,
organization_relationship,
organizational_project,
organizational_project_relationship,
organizational_project_role,
person_and_organization);
END_TYPE;
TYPE mri_date_and_time_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
date_and_time_item
WITH
(applied_organization_assignment,
applied_person_and_organization_assignment,
applied_security_classification_assignment,
certification,
contract,
security_classification);
END_TYPE;
TYPE mri_date_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
date_item
WITH
(applied_organization_assignment,
applied_person_and_organization_assignment,
applied_security_classification_assignment,
certification,
contract,
security_classification);
END_TYPE;
TYPE mri_identification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
identification_item
WITH
(approval_status,
contract,
organization,
security_classification_level);
END_TYPE;
TYPE mri_multi_language_attribute_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
multi_language_attribute_item
WITH
(applied_organizational_project_assignment,
approval,
approval_relationship,
approval_status,
certification,
certification_type,
contract,
date_role,
date_time_role,
identification_role,
organization_relationship,
organizational_project,
organizational_project_relationship,
organizational_project_role,
person_and_organization);
END_TYPE;
TYPE mri_organization_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
organization_item
WITH
(applied_identification_assignment,
applied_security_classification_assignment,
contract);
END_TYPE;
TYPE mri_person_and_organization_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
person_and_organization_item
WITH
(applied_identification_assignment,
applied_security_classification_assignment,
contract);
END_TYPE;
END_SCHEMA; -- Management_resource_information_mim
© ISO 2019 — All rights reserved