Application module: Envelope | ISO/TS 10303-1265: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 Envelope_mim;
USE FROM
Approval_mim;
--
ISO/TS 10303-1012
USE FROM
Date_time_assignment_mim;
--
ISO/TS 10303-1014
USE FROM
Message_mim;
--
ISO/TS 10303-1270
USE FROM
Person_organization_assignment_mim;
--
ISO/TS 10303-1013
USE FROM
product_definition_schema
--
ISO 10303-41
(product,
product_relationship);
USE FROM
product_property_definition_schema
--
ISO 10303-41
(characterized_object,
characterized_product_definition);
USE FROM
Product_view_definition_properties_mim;
--
ISO/TS 10303-1034
USE FROM
Property_assignment_mim;
--
ISO/TS 10303-1030
(*
NOTE 1 The schemas referenced above are specified in the following part of ISO 10303:
Approval_mim ISO/TS 10303-1012 Date_time_assignment_mim ISO/TS 10303-1014 Message_mim ISO/TS 10303-1270 Person_organization_assignment_mim ISO/TS 10303-1013 product_definition_schema ISO 10303-41 product_property_definition_schema ISO 10303-41 Product_view_definition_properties_mim ISO/TS 10303-1034 Property_assignment_mim ISO/TS 10303-1030
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 envelope_approval type is an extension of the approval_item type. It adds the data type envelope to the list of alternate data types.
EXPRESS specification:
*)
TYPE
envelope_approval =
SELECT
BASED_ON
approval_item
WITH
(envelope);
END_TYPE;
(*
The envelope_date type is an extension of the date_item type. It adds the data type envelope to the list of alternate data types.
EXPRESS specification:
*)
TYPE
envelope_date =
SELECT
BASED_ON
date_item
WITH
(envelope);
END_TYPE;
(*
The envelope_date_and_time type is an extension of the date_and_time_item type. It adds the data type envelope to the list of alternate data types.
EXPRESS specification:
*)
TYPE
envelope_date_and_time =
SELECT
BASED_ON
date_and_time_item
WITH
(envelope);
END_TYPE;
(*
The envelope_organization_item type is an extension of the organization_item type. It adds the data type envelope to the list of alternate data types.
EXPRESS specification:
*)
TYPE
envelope_organization_item =
SELECT
BASED_ON
organization_item
WITH
(envelope);
END_TYPE;
(*
The envelope_person_organization_item type is an extension of the person_and_organization_item type. It adds the data type envelope to the list of alternate data types.
EXPRESS specification:
*)
TYPE
envelope_person_organization_item =
SELECT
BASED_ON
person_and_organization_item
WITH
(envelope);
END_TYPE;
(*
This subclause specifies the MIM entities for this module. The MIM entities and definitions are specified below.
EXPRESS specification:
*)
ENTITY envelope
SUBTYPE OF (characterized_object, product);
END_ENTITY;
(*
EXPRESS specification:
*)
ENTITY envelope_relationship
SUBTYPE OF (product_relationship);
END_ENTITY;
(*
*)
END_SCHEMA; -- Envelope_mim
(*
© ISO 2004 — All rights reserved