AP scope | AP module | AP contents | AP index | |
Application module: Document management | ISO/TS 10303-1290:2004(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:
*)
SCHEMA Document_management_mim;
USE FROM
Alias_identification_mim;
--
ISO/TS 10303-1025
USE FROM
basic_attribute_schema
--
ISO 10303-41
(object_role);
USE FROM
Contract_mim;
--
ISO/TS 10303-1062
USE FROM
Document_and_version_identification_mim;
--
ISO/TS 10303-1121
USE FROM
Document_assignment_mim;
--
ISO/TS 10303-1122
USE FROM
Document_definition_mim;
--
ISO/TS 10303-1123
USE FROM
Document_properties_mim;
--
ISO/TS 10303-1126
USE FROM
document_schema
--
ISO 10303-41
(document_relationship);
USE FROM
Document_structure_mim;
--
ISO/TS 10303-1124
USE FROM
External_item_identification_assignment_mim;
--
ISO/TS 10303-1128
USE FROM
external_reference_schema
--
ISO 10303-41
(external_source);
USE FROM
File_identification_mim;
--
ISO/TS 10303-1127
USE FROM
Management_resource_information_mim;
--
ISO/TS 10303-1288
USE FROM
management_resources_schema
--
ISO 10303-41
(document_usage_role);
USE FROM
Product_categorization_mim;
--
ISO/TS 10303-1016
USE FROM
product_definition_schema
--
ISO 10303-41
(product,
product_category,
product_definition,
product_definition_formation,
product_definition_relationship);
USE FROM
Security_classification_mim;
--
ISO/TS 10303-1015
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
Alias_identification_mim ISO/TS 10303-1025 basic_attribute_schema ISO 10303-41 Contract_mim ISO/TS 10303-1062 Document_and_version_identification_mim ISO/TS 10303-1121 Document_assignment_mim ISO/TS 10303-1122 Document_definition_mim ISO/TS 10303-1123 Document_properties_mim ISO/TS 10303-1126 document_schema ISO 10303-41 Document_structure_mim ISO/TS 10303-1124 External_item_identification_assignment_mim ISO/TS 10303-1128 external_reference_schema ISO 10303-41 File_identification_mim ISO/TS 10303-1127 Management_resource_information_mim ISO/TS 10303-1288 management_resources_schema ISO 10303-41 Product_categorization_mim ISO/TS 10303-1016 product_definition_schema ISO 10303-41 Security_classification_mim ISO/TS 10303-1015
NOTE 2 See Annex D, Figures D.1, D.2, D.3, D.4, D.5, D.6, D.7and D.8 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 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
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_category, 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_category,
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_category, 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_category,
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 2004 — All rights reserved