Application module: Management resource information | ISO/TS 10303-1288:2019(E) © ISO |
This clause specifies the information requirements for the Management resource information application module. The information requirements are specified as the Application Reference Model (ARM) of this application module.
NOTE 1 A graphical representation of the information requirements is given in Annex C.
NOTE 2 The mapping specification is specified in 5.1. It shows how the information requirements are met by using common resources and constructs defined or imported in the MIM schema of this application module.
This clause defines the information requirements to which implementations shall conform using the EXPRESS language as defined in ISO 10303-11. The following begins the Management_resource_information_arm schema and identifies the necessary external references.
EXPRESS specification:
*)
SCHEMA Management_resource_information_arm;
(*
The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.
EXPRESS specification:
*)
USE FROM
Alias_identification_arm;
--
ISO/TS 10303-1025
USE FROM
Approval_arm;
--
ISO/TS 10303-1012
USE FROM
Certification_arm;
--
ISO/TS 10303-1044
USE FROM
Contract_arm;
--
ISO/TS 10303-1062
USE FROM
Date_time_assignment_arm;
--
ISO/TS 10303-1014
USE FROM
Identification_assignment_arm;
--
ISO/TS 10303-1021
USE FROM
Multi_linguism_arm;
--
ISO/TS 10303-1105
USE FROM
Person_organization_arm;
--
ISO/TS 10303-1011
USE FROM
Person_organization_assignment_arm;
--
ISO/TS 10303-1013
USE FROM
Project_arm;
--
ISO/TS 10303-1061
USE FROM
Security_classification_arm;
--
ISO/TS 10303-1015
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
Alias_identification_arm ISO/TS 10303-1025 Approval_arm ISO/TS 10303-1012 Certification_arm ISO/TS 10303-1044 Contract_arm ISO/TS 10303-1062 Date_time_assignment_arm ISO/TS 10303-1014 Identification_assignment_arm ISO/TS 10303-1021 Multi_linguism_arm ISO/TS 10303-1105 Person_organization_arm ISO/TS 10303-1011 Person_organization_assignment_arm ISO/TS 10303-1013 Project_arm ISO/TS 10303-1061 Security_classification_arm ISO/TS 10303-1015
NOTE 2 See Annex C, Figures C.1and C.2 for a graphical representation of this schema.
This subclause specifies the ARM types for this application module. The ARM types and definitions are specified below.
The mri_alias_identification_item type is an extension of the identification_item type. It adds the data types Approval_status, Contract, Organization, and Security_classification 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
mri_alias_identification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
identification_item
WITH
(Approval_status,
Contract,
Organization,
Security_classification);
END_TYPE;
(*
The mri_approval_item type is an extension of the approval_item type. It adds the data types Certification and Contract 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.
Using Approval_assignment, an Approval can be assigned to the entity data types listed in mri_approval_item.EXPRESS specification:
*)
TYPE
mri_approval_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
approval_item
WITH
(Certification,
Contract);
END_TYPE;
(*
The mri_date_or_date_time_item type is an extension of the date_or_date_time_item type. It adds the data types Certification, Contract, Organization_or_person_in_organization_assignment, and Security_classification_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.
Using Date_or_date_time_assignment, a Calendar_date or Date_time can be assigned to the entity data types listed in mri_date_or_date_time_item.EXPRESS specification:
*)
TYPE
mri_date_or_date_time_item =
EXTENSIBLE
SELECT
BASED_ON
date_or_date_time_item
WITH
(Certification,
Contract,
Organization_or_person_in_organization_assignment,
Security_classification_assignment);
END_TYPE;
(*
The mri_identification_item type is an extension of the identification_item type. It adds the data types Approval_status, Contract, Organization, and Security_classification 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.
Using Identification_assignment an identification can be assigned to the entity data types listed in mri_identification_item.EXPRESS specification:
*)
TYPE
mri_identification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
identification_item
WITH
(Approval_status,
Contract,
Organization,
Security_classification);
END_TYPE;
(*
The mri_organization_or_person_in_organization_item type is an extension of the organization_or_person_in_organization_item type. It adds the data types Contract, Identification_assignment, and Security_classification_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.
Using Organization_or_person_in_organization_assignment, an Organization or Person_in_organization can be assigned to the entity data types listed in mri_organization_or_person_in_organization_item.EXPRESS specification:
*)
TYPE
mri_organization_or_person_in_organization_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
organization_or_person_in_organization_item
WITH
(Contract,
Identification_assignment,
Security_classification_assignment);
END_TYPE;
(*
The mri_string_select type is an extension of the string_select type. It adds the data types Approval, Approval_relationship, Approval_status, Certification, Contract, Date_or_date_time_assignment, Identification_assignment, Organization_relationship, Person_in_organization, Project, Project_assignment, and Project_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.
The entities listed in mri_string_select specify data types to which a Language can be assigned by the Language_indication and Attribute_translation_assignment entity data types.
The Language_indication entity data type identifies the primary language of a text attribute while the Attribute_translation_assignment entity data type enables to convey the translations of that attribute in various languages.
EXPRESS specification:
*)
TYPE
mri_string_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
string_select
WITH
(Approval,
Approval_relationship,
Approval_status,
Certification,
Contract,
Date_or_date_time_assignment,
Identification_assignment,
Organization_relationship,
Person_in_organization,
Project,
Project_assignment,
Project_relationship);
END_TYPE;
(*
*)
END_SCHEMA; -- Management_resource_information_arm
(*
© ISO 2019 — All rights reserved