Application module: Elementary function ISO/TS 10303-1527: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 ARM
   4.2 ARM entity definitions
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

5.1 Mapping specification

In the following, "Application element" designates any entity data type defined in Clause 4, any of its explicit attributes and any subtype constraint. "MIM element" designates any entity data type defined in Clause 5.2 or imported with a USE FROM statement, from another EXPRESS schema, any of its attributes and any subtype constraint defined in Clause 5.2 or imported with a USE FROM statement.

This clause contains the mapping specification that defines how each application element of this part of ISO 10303 (see Clause 4) maps to one or more MIM elements (see Clause 5.2).

The mapping for each application element is specified in a separate subclause below. The mapping specification of an attribute of an ARM entity is a subclause of the clause that contains the mapping specification of this entity. Each mapping specification subclause contains up to five elements.

Title: The clause title contains:

MIM element: This section contains, depending on the considered application element:

When the mapping of an application element involves more than one MIM element, each of these MIM elements is presented on a separate line in the mapping specification, enclosed between parentheses or brackets.

Source: This section contains:

This section is omitted when the keywords PATH or IDENTICAL MAPPING or NO MAPPING EXTENSION PROVIDED are used in the MIM element section.

Rules: This section contains the name of one or more global rules that apply to the population of the MIM entity data types listed in the MIM element section or in the reference path. When no rule applies, this section is omitted.

A reference to a global rule may be followed by a reference to the subclause in which the rule is defined.

Constraint: This section contains the name of one or more subtype constraints that apply to the population of the MIM entity data types listed in the MIM element section or in the reference path. When no subtype constraint applies, this section is omitted.

A reference to a subtype constraint may be followed by a reference to the subclause in which the subtype constraint is defined.

Reference path: This section contains:

For the expression of reference paths and of the constraints between MIM elements, the following notational conventions apply:

[] enclosed section constrains multiple MIM elements or sections of the reference path are required to satisfy an information requirement;
() enclosed section constrains multiple MIM elements or sections of the reference path are identified as alternatives within the mapping to satisfy an information requirement;
{} enclosed section constrains the reference path to satisfy an information requirement;
<> enclosed section constrains at one or more required reference path;
|| enclosed section constrains the supertype entity;
-> the attribute, whose name precedes the -> symbol, references the entity or select type whose name follows the -> symbol;
<- the entity or select type, whose name precedes the <- symbol, is referenced by the entity attribute whose name follows the <- symbol;
[i] the attribute, whose name precedes the [i] symbol, is an aggregate; any element of that aggregate is referred to;
[n] the attribute, whose name precedes the [n] symbol, is an ordered aggregate; member n of that aggregate is referred to;
=> the entity, whose name precedes the => symbol, is a supertype of the entity whose name follows the => symbol;
<= the entity, whose name precedes the <= symbol, is a subtype of the entity whose name follows the <= symbol;
= the string, select, or enumeration type is constrained to a choice or value;
\ the reference path expression continues on the next line;
* one or more instances of the relationship entity data type may be assembled in a relationship tree structure. The path between the relationship entity and the related entities, is enclosed with braces;
-- the text following is a comment or introduces a clause reference;
*> the select or enumeration type, whose name precedes the *> symbol, is extended into the select or enumeration type whose name follows the *> symbol;
<* the select or enumeration type, whose name precedes the <* symbol, is an extension of the select or enumeration type whose name follows the <* symbol;
!{} section enclosed by {} indicates a negative constraint placed on the mapping.
The definition and use of mapping templates is not supported in the present version of the application modules. However, use of predefined templates /SUBTYPE/ and /SUPERTYPE/ is supported.

5.1.1 Abs_function

MIM element: abs_function
Source: ISO 13584-20
Reference path:   abs_function <= unary_function_call

5.1.2 Acos_function

MIM element: acos_function
Source: ISO 13584-20
Reference path:   acos_function <= unary_function_call

5.1.3 Asin_function

MIM element: asin_function
Source: ISO 13584-20
Reference path:   asin_function <= unary_function_call

5.1.4 Atan_function

MIM element: atan_function
Source: ISO 13584-20
Reference path:   atan_function <= binary_function_call

5.1.5 Binary_function_call

MIM element: Binary_function_call
Source: ISO 13584-20
Reference path:   binary_function_call <= binary_numeric_expression

5.1.6 Cos_function

MIM element: cos_function
Source: ISO 13584-20
Reference path:   cos_function <= unary_function_call

5.1.7 Exp_function

MIM element: exp_function
Source: ISO 13584-20
Reference path:   exp_function <= unary_function_call

5.1.8 Integer_defined_function

MIM element: integer_defined_function
Source: ISO 13584-20
Reference path:   integer_defined_function <= numeric_defined_function

5.1.9 Log10_function

MIM element: log10_function
Source: ISO 13584-20
Reference path:   log10_function <= unary_function_call

5.1.10 Log2_function

MIM element: log2_function
Source: ISO 13584-20
Reference path:   log2_function <= unary_function_call

5.1.11 Log_function

MIM element: log_function
Source: ISO 13584-20
Reference path:   log_function <= unary_function_call

5.1.12 Maximum_function

MIM element: maximum_function
Source: ISO 13584-20
Reference path:   maximum_function <= multiple_arity_function_call

5.1.13 Minimum_function

MIM element: minimum_function
Source: ISO 13584-20
Reference path:   minimum_function <= multiple_arity_function_call

5.1.14 Minus_function

MIM element: minus_function
Source: ISO 13584-20
Reference path:   minus_function <= unary_function_call

5.1.15 Numeric_defined_function

MIM element: numeric_defined_function
Source: ISO 13584-20
Reference path:   numeric_defined_function <=
[numeric_expression]
[defined_function]

5.1.16 Real_defined_function

MIM element: real_defined_function
Source: ISO 13584-20
Reference path:   real_defined_function <= numeric_defined_function

5.1.17 Sin_function

MIM element: sin_function
Source: ISO 13584-20
Reference path:   sin_function <= unary_function_call

5.1.18 Square_root_function

MIM element: square_root_function
Source: ISO 13584-20
Reference path:   square_root_function <= unary_function_call

5.1.19 Tan_function

MIM element: tan_function
Source: ISO 13584-20
Reference path:   tan_function <= unary_function_call

5.1.20 Unary_function_call

MIM element: unary_function_call
Source: ISO 13584-20
Reference path:   unary_function_call <= unary_numeric_expression


© ISO 2018 — All rights reserved