Application module: Approval ISO/TS 10303-1012:2018-11(E)
© ISO

Cover page
Table of contents
Copyright
Foreword
Introduction
1 Scope
2 Normative references
3 Terms, definitions and abbreviated terms
    3.1 Terms and definitions
    3.2 Abbreviated terms

4 Information requirements
   4.1 Required AM ARMs
   4.2 ARM type definition
   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 definition

A MIM short names
B Information object registration
C ARM EXPRESS-G   EXPRESS-G
D MIM EXPRESS-G   EXPRESS-G
E Computer interpretable listings
F Application module implementation and usage guide
G Change history
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:

Short names of entities defined in this schema are described in Annex A. Unambiguous identification of this schema is defined in Annex B.

EXPRESS specification:

*)
SCHEMA Approval_mim;

USE FROM approval_schema    --  ISO 10303-41
  (approval,
   approval_date_time,
   approval_person_organization,
   approval_relationship,
   approval_role,
   approval_status);

USE FROM basic_attribute_schema    --  ISO 10303-41
  (object_role,
   role_association,
   role_select);

USE FROM Date_time_assignment_mim;    --  ISO/TS 10303-1014

USE FROM management_resources_schema    --  ISO 10303-41
  (approval_assignment);

USE FROM Person_organization_mim;    --  ISO/TS 10303-1011
(*

NOTE 1   The schemas referenced above are specified in the following part of ISO 10303:

approval_schema ISO 10303-41
basic_attribute_schema ISO 10303-41
Date_time_assignment_mim ISO/TS 10303-1014
management_resources_schema ISO 10303-41
Person_organization_mim ISO/TS 10303-1011

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 approval_item   EXPRESS-G

An approval_item type is an extensible list of alternate entity data types. It provides a mechanism to refer to instances of the data types included in the types that extend the approval_item type.

NOTE    This empty extensible select type requires extension in a further module, to ensure that any entity data type that refers to it can have a valid instantiation.

EXPRESS specification:

*)
TYPE approval_item = EXTENSIBLE GENERIC_ENTITY SELECT;
END_TYPE;
(*

5.2.1.2 date_and_time_item_approval   EXPRESS-G

EXPRESS specification:

*)
TYPE date_and_time_item_approval = SELECT BASED_ON date_and_time_item WITH
   (approval_person_organization);
END_TYPE;
(*

5.2.1.3 date_item_approval   EXPRESS-G

EXPRESS specification:

*)
TYPE date_item_approval = SELECT BASED_ON date_item WITH
   (approval_person_organization);
END_TYPE;
(*

5.2.2 MIM entity definition

This subclause specifies the MIM entity for this module. The MIM entity and definition is specified below.

5.2.2.1 applied_approval_assignment   EXPRESS-G

An applied_approval_assignment is a type of approval_assignment that allows the representation of the assignment of an approval to product or activity data.

EXPRESS specification:

*)
ENTITY applied_approval_assignment
  SUBTYPE OF (approval_assignment);
  items : SET[1:?] OF approval_item;
END_ENTITY;
(*

Attribute definitions:

items: the activity or product data to which the approval is assigned.



*)
END_SCHEMA;  -- Approval_mim
(*


© ISO 2018 — All rights reserved