Application module: Document management | ISO/TS 10303-1290:2019(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:
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.
This subclause specifies the MIM types for this application module. The MIM types and definitions are specified below.
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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;
(*
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