Application module: Work output characterized | ISO/TS 10303-1301:2004(E) © ISO |
This clause specifies the information requirements for the Work output characterized 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.
The following EXPRESS specification begins the Work_output_characterized_arm schema and identifies the necessary external references.
EXPRESS specification:
*)
SCHEMA Work_output_characterized_arm;
(*
The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.
EXPRESS specification:
*)
USE FROM
Ap239_properties_arm;
--
ISO/TS 10303-1295
USE FROM
Approval_arm;
--
ISO/TS 10303-1012
USE FROM
Attribute_classification_arm;
--
ISO/TS 10303-1246
USE FROM
Certification_arm;
--
ISO/TS 10303-1044
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_assignment_arm;
--
ISO/TS 10303-1013
USE FROM
Process_property_assignment_arm;
--
ISO/TS 10303-1040
USE FROM
Security_classification_arm;
--
ISO/TS 10303-1015
USE FROM
Work_output_arm;
--
ISO/TS 10303-1300
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
Ap239_properties_arm ISO/TS 10303-1295 Approval_arm ISO/TS 10303-1012 Attribute_classification_arm ISO/TS 10303-1246 Certification_arm ISO/TS 10303-1044 Date_time_assignment_arm ISO/TS 10303-1014 Identification_assignment_arm ISO/TS 10303-1021 Multi_linguism_arm ISO/TS 10303-1105 Person_organization_assignment_arm ISO/TS 10303-1013 Process_property_assignment_arm ISO/TS 10303-1040 Security_classification_arm ISO/TS 10303-1015 Work_output_arm ISO/TS 10303-1300
NOTE 2 See Annex C, Figures C.1, C.2and C.3 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 work_output_approval_item type is an extension of the approval_item type. It adds the data type Work_output 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
work_output_approval_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
approval_item
WITH
(Work_output);
END_TYPE;
(*
The work_output_certification_item type is an extension of the certification_item type. It adds the data type Work_output 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
work_output_certification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
certification_item
WITH
(Work_output);
END_TYPE;
(*
The work_output_characterized_activity_definition type is an extension of the characterized_activity_definition type. It adds the data type Work_output 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
work_output_characterized_activity_definition =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
characterized_activity_definition
WITH
(Work_output);
END_TYPE;
(*
The work_output_classified_attribute_select type is an extension of the classified_attribute_select type. It adds the data types Work_output and Work_output_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
work_output_classified_attribute_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
classified_attribute_select
WITH
(Work_output,
Work_output_relationship);
END_TYPE;
(*
The work_output_date_or_date_time_item type is an extension of the date_or_date_time_item type. It adds the data type Work_output 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
work_output_date_or_date_time_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
date_or_date_time_item
WITH
(Work_output);
END_TYPE;
(*
The work_output_identification_item type is an extension of the identification_item type. It adds the data type Work_output 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
work_output_identification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
identification_item
WITH
(Work_output);
END_TYPE;
(*
The work_output_organization_or_person_in_organization_item type is an extension of the organization_or_person_in_organization_item type. It adds the data type Work_output 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
work_output_organization_or_person_in_organization_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
organization_or_person_in_organization_item
WITH
(Work_output);
END_TYPE;
(*
The work_output_security_classification_item type is an extension of the security_classification_item type. It adds the data type Work_output 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
work_output_security_classification_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
security_classification_item
WITH
(Work_output);
END_TYPE;
(*
The work_output_string_select type is an extension of the string_select type. It adds the data types Work_output and Work_output_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
work_output_string_select =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
string_select
WITH
(Work_output,
Work_output_relationship);
END_TYPE;
(*
*)
END_SCHEMA; -- Work_output_characterized_arm
(*
© ISO 2004 — All rights reserved