AP scope | AP module | AP contents | AP index | |
Application module: Observation | ISO/TS 10303-1258: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 Observation_mim;
USE FROM
action_schema
--
ISO 10303-41
(action_relationship,
action_request_solution);
USE FROM
Activity_as_realized_mim;
--
ISO/TS 10303-1259
USE FROM
Activity_mim;
--
ISO/TS 10303-1047
USE FROM
Classification_assignment_mim;
--
ISO/TS 10303-1114
USE FROM
Management_resource_information_mim;
--
ISO/TS 10303-1288
USE FROM
Product_as_individual_mim;
--
ISO/TS 10303-1164
USE FROM
qualified_measure_schema
--
ISO 10303-45
(descriptive_representation_item);
USE FROM
representation_schema
--
ISO 10303-43
(representation,
representation_context,
representation_item);
USE FROM
Work_request_mim;
--
ISO/TS 10303-1042
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
action_schema ISO 10303-41 Activity_as_realized_mim ISO/TS 10303-1259 Activity_mim ISO/TS 10303-1047 Classification_assignment_mim ISO/TS 10303-1114 Management_resource_information_mim ISO/TS 10303-1288 Product_as_individual_mim ISO/TS 10303-1164 qualified_measure_schema ISO 10303-45 representation_schema ISO 10303-43 Work_request_mim ISO/TS 10303-1042
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 observation_approval type is an extension of the mri_approval_item type. It adds the data type observation to the list of alternate data types.
EXPRESS specification:
*)
TYPE
observation_approval =
SELECT
BASED_ON
mri_approval_item
WITH
(observation);
END_TYPE;
(*
The observation_classification type is an extension of the classification_item type. It adds the data types observation and observation_relationship to the list of alternate data types.
EXPRESS specification:
*)
TYPE
observation_classification =
SELECT
BASED_ON
classification_item
WITH
(observation,
observation_relationship);
END_TYPE;
(*
The observation_date type is an extension of the mri_date_item type. It adds the data type observation to the list of alternate data types.
EXPRESS specification:
*)
TYPE
observation_date =
SELECT
BASED_ON
mri_date_item
WITH
(observation);
END_TYPE;
(*
The observation_date_and_time type is an extension of the mri_date_and_time_item type. It adds the data type observation to the list of alternate data types.
EXPRESS specification:
*)
TYPE
observation_date_and_time =
SELECT
BASED_ON
mri_date_and_time_item
WITH
(observation);
END_TYPE;
(*
The observation_identification_item type is an extension of the mri_identification_item type. It adds the data types observation and observation_consequence to the list of alternate data types.
EXPRESS specification:
*)
TYPE
observation_identification_item =
SELECT
BASED_ON
mri_identification_item
WITH
(observation,
observation_consequence);
END_TYPE;
(*
The observation_item_representation type is an extension of the action_items type. It adds the data type representation to the list of alternate data types.
EXPRESS specification:
*)
TYPE
observation_item_representation =
SELECT
BASED_ON
action_items
WITH
(representation);
END_TYPE;
(*
The observation_organization type is an extension of the mri_organization_item type. It adds the data type observation to the list of alternate data types.
EXPRESS specification:
*)
TYPE
observation_organization =
SELECT
BASED_ON
mri_organization_item
WITH
(observation);
END_TYPE;
(*
The observation_person_and_organization type is an extension of the mri_person_and_organization_item type. It adds the data type observation to the list of alternate data types.
EXPRESS specification:
*)
TYPE
observation_person_and_organization =
SELECT
BASED_ON
mri_person_and_organization_item
WITH
(observation);
END_TYPE;
(*
The observation_recorder_item type is an extension of the action_items type. It adds the data type product_as_realized 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
observation_recorder_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
action_items
WITH
(product_as_realized);
END_TYPE;
(*
The observed_context_item type is an extension of the action_items type.
NOTE The list of entity data types may be extended in application modules that use the constructs of this module.
EXPRESS specification:
*)
TYPE
observed_context_item =
EXTENSIBLE
GENERIC_ENTITY
SELECT
BASED_ON
action_items;
END_TYPE;
(*
This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.
EXPRESS specification:
*)
ENTITY observation
SUBTYPE OF (action_actual);
END_ENTITY;
(*
EXPRESS specification:
*)
ENTITY observation_consequence
SUBTYPE OF (action_request_solution);
END_ENTITY;
(*
EXPRESS specification:
*)
ENTITY observation_relationship
SUBTYPE OF (action_relationship);
END_ENTITY;
(*
*)
END_SCHEMA; -- Observation_mim
(*
© ISO 2004 — All rights reserved