Application module: Approval | ISO/TS 10303-1012:2018-11(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:
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.
This subclause specifies the MIM types for this application module. The MIM types and definitions are specified below.
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;
(*
EXPRESS specification:
*)
TYPE
date_and_time_item_approval =
SELECT
BASED_ON
date_and_time_item
WITH
(approval_person_organization);
END_TYPE;
(*
EXPRESS specification:
*)
TYPE
date_item_approval =
SELECT
BASED_ON
date_item
WITH
(approval_person_organization);
END_TYPE;
(*
This subclause specifies the MIM entity for this module. The MIM entity and definition is specified below.
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