Application module: Design material aspects ISO/TS 10303-1232: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
5 Module interpreted model
   5.1 Mapping specification
   5.2 MIM EXPRESS short listing

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 Change history
Bibliography
Index

4 Information requirements

This clause specifies the information requirements for the Design material aspects application module. The information requirements are specified as the Application Reference Model (ARM) of this application module.

NOTE 1  A graphical representation of the information requirements is given in Annex C.

NOTE 2  The mapping specification is specified in 5.1. It shows how the information requirements are met by using common resources and constructs defined or imported in the MIM schema of this application module.

This clause defines the information requirements to which implementations shall conform using the EXPRESS language as defined in ISO 10303-11. The following begins the Design_material_aspects_arm schema and identifies the necessary external references.

EXPRESS specification:

*)
SCHEMA Design_material_aspects_arm;
(*

4.1 Required AM ARMs

The following EXPRESS interface statements specify the elements imported from the ARMs of other application modules.

EXPRESS specification:

*)
USE FROM Generic_material_aspects_arm;    --  ISO/TS 10303-1681

USE FROM Product_view_definition_arm;    --  ISO/TS 10303-1019

USE FROM Shape_property_assignment_arm;    --  ISO/TS 10303-1032
(*

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

Generic_material_aspects_arm ISO/TS 10303-1681
Product_view_definition_arm ISO/TS 10303-1019
Shape_property_assignment_arm ISO/TS 10303-1032

NOTE 2   See Annex C, Figures C.1and C.2 for a graphical representation of this schema.

4.2 ARM type definition

This subclause specifies the ARM type for this application module. The ARM type and definition is specified below.

4.2.1 dma_material_item_select   EXPRESS-G

The dma_material_item_select type is an extension of the material_item_select type. It adds the data types Product_occurrence_definition_relationship, Product_view_definition, View_definition_relationship, and Shape_element to the list of alternate data types.

EXPRESS specification:

*)
TYPE dma_material_item_select = SELECT BASED_ON material_item_select WITH
   (Product_occurrence_definition_relationship,
    Product_view_definition,
    View_definition_relationship,
    Shape_element);
END_TYPE;
(*



*)
END_SCHEMA;  -- Design_material_aspects_arm
(*


© ISO 2018 — All rights reserved