AP scope  |  AP module  |  AP contents  |  AP index
Application module: Observation ISO/TS 10303-1258:2004(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviations

4 Information requirements
   4.1 Required AM ARMs
   4.2 ARM type definitions
   4.3 ARM entity definitions
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing
     5.2.1 MIM type definitions
     5.2.2 MIM entity definitions

A MIM short names
B Information object registration
C ARM EXPRESS-G   EXPRESS-G
D MIM EXPRESS-G   EXPRESS-G
E Computer interpretable listings
Bibliography
Index

5.2 MIM EXPRESS short listing

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:

EXPRESS specification:

*)
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.

5.2.1 MIM type definitions

This subclause specifies the MIM types for this application module. The MIM types and definitions are specified below.

5.2.1.1 observation_approval   EXPRESS-G

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;
(*

5.2.1.2 observation_classification   EXPRESS-G

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;
(*

5.2.1.3 observation_date   EXPRESS-G

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;
(*

5.2.1.4 observation_date_and_time   EXPRESS-G

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;
(*

5.2.1.5 observation_identification_item   EXPRESS-G

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;
(*

5.2.1.6 observation_item_representation   EXPRESS-G

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;
(*

5.2.1.7 observation_organization   EXPRESS-G

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;
(*

5.2.1.8 observation_person_and_organization   EXPRESS-G

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;
(*

5.2.1.9 observation_recorder_item   EXPRESS-G

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;
(*

5.2.1.10 observed_context_item   EXPRESS-G

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;
(*

5.2.2 MIM entity definitions

This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.

5.2.2.1 observation   EXPRESS-G

An observation is a type of action_actual since it is an historical record of the making of an observation.

EXPRESS specification:

*)
ENTITY observation
  SUBTYPE OF (action_actual);
END_ENTITY;
(*

5.2.2.2 observation_consequence   EXPRESS-G

An observation_consequence is a type of action_request_solution that links an observation to the action that is requested as a consequence of that observation.

EXPRESS specification:

*)
ENTITY observation_consequence
  SUBTYPE OF (action_request_solution);
END_ENTITY;
(*

5.2.2.3 observation_relationship   EXPRESS-G

An observation_relationship is a type of action_relationship that links two observations together.

EXPRESS specification:

*)
ENTITY observation_relationship
  SUBTYPE OF (action_relationship);
END_ENTITY;
(*



*)
END_SCHEMA;  -- Observation_mim
(*


© ISO 2004 — All rights reserved