Application module: Envelope ISO/TS 10303-1265: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 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.

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

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

5.2.1.2 envelope_date   EXPRESS-G

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

5.2.1.3 envelope_date_and_time   EXPRESS-G

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

5.2.1.4 envelope_organization_item   EXPRESS-G

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

5.2.1.5 envelope_person_organization_item   EXPRESS-G

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

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

An envelope is a type of product and a type of characterized_object which provides an implementation of Envelope.

EXPRESS specification:

*)
ENTITY envelope
  SUBTYPE OF (characterized_object, product);
END_ENTITY;
(*

5.2.2.2 envelope_relationship   EXPRESS-G

An envelope_relationship is a type of product_relationship which relates two envelopes

EXPRESS specification:

*)
ENTITY envelope_relationship
  SUBTYPE OF (product_relationship);
END_ENTITY;
(*



*)
END_SCHEMA;  -- Envelope_mim
(*


© ISO 2004 — All rights reserved