AP scope | AP module | AP contents | AP index | |
Application module: Scheme | ISO/TS 10303-1260: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 Scheme_mim;
USE FROM
action_schema
--
ISO 10303-41
(action_method,
action_method_relationship);
USE FROM
Activity_method_assignment_mim;
--
ISO/TS 10303-1249
USE FROM
Activity_method_mim;
--
ISO/TS 10303-1049
USE FROM
Date_time_assignment_mim;
--
ISO/TS 10303-1014
USE FROM
Identification_assignment_mim
--
ISO/TS 10303-1021
(applied_identification_assignment,
identification_item);
USE FROM
Person_organization_assignment_mim;
--
ISO/TS 10303-1013
USE FROM
Time_interval_assignment_mim;
--
ISO/TS 10303-1365
USE FROM
Time_interval_mim;
--
ISO/TS 10303-1065
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
action_schema ISO 10303-41 Activity_method_assignment_mim ISO/TS 10303-1249 Activity_method_mim ISO/TS 10303-1049 Date_time_assignment_mim ISO/TS 10303-1014 Identification_assignment_mim ISO/TS 10303-1021 Person_organization_assignment_mim ISO/TS 10303-1013 Time_interval_assignment_mim ISO/TS 10303-1365 Time_interval_mim ISO/TS 10303-1065
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 scheme_date_and_time_item type is an extension of the date_and_time_item type. It adds the data type action_method 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
scheme_date_and_time_item =
EXTENSIBLE
SELECT
BASED_ON
date_and_time_item
WITH
(action_method);
END_TYPE;
(*
The scheme_identification_item type is an extension of the identification_item type. It adds the data type action_method 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
scheme_identification_item =
EXTENSIBLE
SELECT
BASED_ON
identification_item
WITH
(action_method);
END_TYPE;
(*
The scheme_person_and_organization_item type is an extension of the person_and_organization_item type. It adds the data type action_method 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
scheme_person_and_organization_item =
EXTENSIBLE
SELECT
BASED_ON
person_and_organization_item
WITH
(action_method);
END_TYPE;
(*
The scheme_time_interval_item type is an extension of the time_interval_item type. It adds the data type action_method_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
scheme_time_interval_item =
EXTENSIBLE
SELECT
BASED_ON
time_interval_item
WITH
(action_method_relationship);
END_TYPE;
(*
*)
END_SCHEMA; -- Scheme_mim
(*
© ISO 2004 — All rights reserved