Application module: Design material aspects | ISO/TS 10303-1232:2018-11(E) © ISO |
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;
(*
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.
This subclause specifies the ARM type for this application module. The ARM type and definition is specified below.
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