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

5.2 MIM EXPRESS short listing

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:

Short names of entities defined in this schema are described in Annex A. Unambiguous identification of this schema is defined in Annex B.

EXPRESS specification:

*)
SCHEMA Document_management_mim;

USE FROM Document_assignment_mim;    --  ISO/TS 10303-1122

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

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

USE FROM external_reference_schema    --  ISO 10303-41
  (external_source);

USE FROM Management_resource_information_mim;    --  ISO/TS 10303-1288

USE FROM management_resources_schema    --  ISO 10303-41
  (document_usage_role);
(*

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

Document_assignment_mim ISO/TS 10303-1122
Document_properties_mim ISO/TS 10303-1126
Document_structure_mim ISO/TS 10303-1124
external_reference_schema ISO 10303-41
Management_resource_information_mim ISO/TS 10303-1288
management_resources_schema ISO 10303-41

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

5.2.1 MIM type definitions

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

5.2.1.1 dm_aliasable_item   EXPRESS-G

The dm_aliasable_item type is an extension of the mri_aliasable_item type. It adds the data types document_file, product, product_definition, and product_definition_formation 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 dm_aliasable_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_aliasable_item WITH
   (document_file,
    product,
    product_definition,
    product_definition_formation);
END_TYPE;
(*

5.2.1.2 dm_approval_item   EXPRESS-G

The dm_approval_item type is an extension of the mri_approval_item type. It adds the data types product_definition, product_definition_formation, and product_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 dm_approval_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_approval_item WITH
   (product_definition,
    product_definition_formation,
    product_definition_relationship);
END_TYPE;
(*

5.2.1.3 dm_attribute_language_item   EXPRESS-G

The dm_attribute_language_item type is an extension of the mri_attribute_language_item type. It adds the data types applied_document_reference, applied_document_usage_constraint_assignment, applied_external_identification_assignment, document_relationship, document_usage_role, external_source, object_role, product, product_definition, product_definition_formation, and product_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 dm_attribute_language_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_attribute_language_item WITH
   (applied_document_reference,
    applied_document_usage_constraint_assignment,
    applied_external_identification_assignment,
    document_relationship,
    document_usage_role,
    external_source,
    object_role,
    product,
    product_definition,
    product_definition_formation,
    product_definition_relationship);
END_TYPE;
(*

5.2.1.4 dm_contract_item   EXPRESS-G

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

5.2.1.5 dm_date_and_time_item   EXPRESS-G

The dm_date_and_time_item type is an extension of the mri_date_and_time_item type. It adds the data types document_file, product_definition, product_definition_formation, and product_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 dm_date_and_time_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_date_and_time_item WITH
   (document_file,
    product_definition,
    product_definition_formation,
    product_definition_relationship);
END_TYPE;
(*

5.2.1.6 dm_date_item   EXPRESS-G

The dm_date_item type is an extension of the mri_date_item type. It adds the data types document_file, product_definition, product_definition_formation, and product_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 dm_date_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_date_item WITH
   (document_file,
    product_definition,
    product_definition_formation,
    product_definition_relationship);
END_TYPE;
(*

5.2.1.7 dm_identification_item   EXPRESS-G

The dm_identification_item type is an extension of the mri_identification_item type. It adds the data types document_file, product, product_definition, and product_definition_formation 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 dm_identification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_identification_item WITH
   (document_file,
    product,
    product_definition,
    product_definition_formation);
END_TYPE;
(*

5.2.1.8 dm_multi_language_attribute_item   EXPRESS-G

The dm_multi_language_attribute_item type is an extension of the mri_multi_language_attribute_item type. It adds the data types applied_document_reference, applied_document_usage_constraint_assignment, applied_external_identification_assignment, document_relationship, document_usage_role, external_source, object_role, product, product_definition, product_definition_formation, and product_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 dm_multi_language_attribute_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_multi_language_attribute_item WITH
   (applied_document_reference,
    applied_document_usage_constraint_assignment,
    applied_external_identification_assignment,
    document_relationship,
    document_usage_role,
    external_source,
    object_role,
    product,
    product_definition,
    product_definition_formation,
    product_definition_relationship);
END_TYPE;
(*

5.2.1.9 dm_organization_item   EXPRESS-G

The dm_organization_item type is an extension of the mri_organization_item type. It adds the data types document_file, product, product_definition, and product_definition_formation 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 dm_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_organization_item WITH
   (document_file,
    product,
    product_definition,
    product_definition_formation);
END_TYPE;
(*

5.2.1.10 dm_person_and_organization_item   EXPRESS-G

The dm_person_and_organization_item type is an extension of the mri_person_and_organization_item type. It adds the data types document_file, product, product_definition, and product_definition_formation 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 dm_person_and_organization_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON mri_person_and_organization_item WITH
   (document_file,
    product,
    product_definition,
    product_definition_formation);
END_TYPE;
(*

5.2.1.11 dm_security_classification_item   EXPRESS-G

The dm_security_classification_item type is an extension of the security_classification_item type. It adds the data types document_file, product, product_definition, and product_definition_formation 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 dm_security_classification_item = EXTENSIBLE GENERIC_ENTITY SELECT BASED_ON security_classification_item WITH
   (document_file,
    product,
    product_definition,
    product_definition_formation);
END_TYPE;
(*



*)
END_SCHEMA;  -- Document_management_mim
(*


© ISO 2019 — All rights reserved