Application module: Document management ISO/TS 10303-1290:2019(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviated terms
    3.1 Terms and definitions
    3.2 Abbreviated terms

4 Information requirements
   4.1 Required AM ARMs
   4.2 ARM type definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type definitions

A MIM short names
B Information object registration
C ARM EXPRESS-G   EXPRESS-G
D MIM EXPRESS-G   EXPRESS-G
E Computer interpretable listings
F Change history
Bibliography
Index

4 Information requirements

This clause specifies the information requirements for the Document management 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 Document_management_arm schema and identifies the necessary external references.

EXPRESS specification:

*)
SCHEMA Document_management_arm;
(*

4.1 Required AM ARMs

The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.

EXPRESS specification:

*)
USE FROM Document_assignment_arm;    --  ISO/TS 10303-1122

USE FROM Document_properties_arm;    --  ISO/TS 10303-1126

USE FROM Document_structure_arm;    --  ISO/TS 10303-1124

USE FROM Management_resource_information_arm;    --  ISO/TS 10303-1288
(*

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

Document_assignment_arm ISO/TS 10303-1122
Document_properties_arm ISO/TS 10303-1126
Document_structure_arm ISO/TS 10303-1124
Management_resource_information_arm ISO/TS 10303-1288

NOTE 2   See Annex C, Figures C.1and C.2 for a graphical representation of this schema.

4.2 ARM type definitions

This subclause specifies the ARM types for this application module. The ARM types and definitions are specified below.

4.2.1 document_management_alias_identification_item   EXPRESS-G

The document_management_alias_identification_item type is an extension of the mri_alias_identification_item type. It adds the data types Digital_document_definition, Digital_file, Document, Document_version, Hardcopy, and Physical_document_definition 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 document_management_alias_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_alias_identification_item WITH
   (Digital_document_definition,
    Digital_file,
    Document,
    Document_version,
    Hardcopy,
    Physical_document_definition);
END_TYPE;
(*

4.2.2 document_management_approval_item   EXPRESS-G

The document_management_approval_item type is an extension of the mri_approval_item type. It adds the data types Digital_document_definition, Document_definition_relationship, Document_version, and Physical_document_definition 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 document_management_approval_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_approval_item WITH
   (Digital_document_definition,
    Document_definition_relationship,
    Document_version,
    Physical_document_definition);
END_TYPE;
(*

4.2.3 document_management_contract_item   EXPRESS-G

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

4.2.4 document_management_date_or_date_time_item   EXPRESS-G

The document_management_date_or_date_time_item type is an extension of the mri_date_or_date_time_item type. It adds the data types Digital_document_definition, Digital_file, Document_definition_relationship, Document_version, Hardcopy, and Physical_document_definition 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 document_management_date_or_date_time_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_date_or_date_time_item WITH
   (Digital_document_definition,
    Digital_file,
    Document_definition_relationship,
    Document_version,
    Hardcopy,
    Physical_document_definition);
END_TYPE;
(*

4.2.5 document_management_identification_item   EXPRESS-G

The document_management_identification_item type is an extension of the mri_identification_item type. It adds the data types Digital_document_definition, Digital_file, Document, Document_version, Hardcopy, and Physical_document_definition 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 document_management_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_identification_item WITH
   (Digital_document_definition,
    Digital_file,
    Document,
    Document_version,
    Hardcopy,
    Physical_document_definition);
END_TYPE;
(*

4.2.6 document_management_person_and_organization_item   EXPRESS-G

The document_management_person_and_organization_item type is an extension of the mri_organization_or_person_in_organization_item type. It adds the data types Digital_document_definition, Digital_file, Document, Document_version, Hardcopy, and Physical_document_definition 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 document_management_person_and_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_organization_or_person_in_organization_item WITH
   (Digital_document_definition,
    Digital_file,
    Document,
    Document_version,
    Hardcopy,
    Physical_document_definition);
END_TYPE;
(*

4.2.7 document_management_security_classification_item   EXPRESS-G

The document_management_security_classification_item type is an extension of the security_classification_item type. It adds the data types Digital_document_definition, Digital_file, Document, Document_version, Hardcopy, and Physical_document_definition 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 document_management_security_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON security_classification_item WITH
   (Digital_document_definition,
    Digital_file,
    Document,
    Document_version,
    Hardcopy,
    Physical_document_definition);
END_TYPE;
(*

4.2.8 document_management_string_select   EXPRESS-G

The document_management_string_select type is an extension of the mri_string_select type. It adds the data types Digital_document_definition, Document, Document_assignment, Document_definition_relationship, Document_version, External_item_identification, External_source_identification, File_relationship, and Physical_document_definition 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 document_management_string_select = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_string_select WITH
   (Digital_document_definition,
    Document,
    Document_assignment,
    Document_definition_relationship,
    Document_version,
    External_item_identification,
    External_source_identification,
    File_relationship,
    Physical_document_definition);
END_TYPE;
(*



*)
END_SCHEMA;  -- Document_management_arm
(*


© ISO 2019 — All rights reserved