Application module: Numeric expression ISO/TS 10303-1526: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 entity definitions
   4.3 ARM function 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.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:

Short names of entities defined in this schema are described in Annex A. Unambiguous identification of this schema is defined in Annex B.

EXPRESS specification:

*)
SCHEMA Numeric_expression_mim;

USE FROM Expression_mim;    --  ISO/TS 10303-1342

USE FROM Generic_expression_mim;    --  ISO/TS 10303-1341

USE FROM iso13584_expressions_schema    --  ISO 13584-20
  (and_expression,
   binary_boolean_expression,
   binary_function_call,
   binary_numeric_expression,
   boolean_defined_function,
   boolean_expression,
   boolean_literal,
   boolean_variable,
   comparison_equal,
   comparison_expression,
   comparison_greater,
   comparison_greater_equal,
   comparison_less,
   comparison_less_equal,
   comparison_not_equal,
   defined_function,
   div_expression,
   equals_expression,
   expression,
   int_literal,
   int_numeric_variable,
   literal_number,
   minus_expression,
   mod_expression,
   mult_expression,
   multiple_arity_boolean_expression,
   multiple_arity_function_call,
   multiple_arity_numeric_expression,
   not_expression,
   numeric_expression,
   numeric_variable,
   or_expression,
   plus_expression,
   power_expression,
   real_literal,
   real_numeric_variable,
   simple_boolean_expression,
   simple_numeric_expression,
   slash_expression,
   unary_boolean_expression,
   unary_numeric_expression,
   xor_expression);

USE FROM Numeric_function_mim;    --  ISO/TS 10303-1346
(*

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

Expression_mim ISO/TS 10303-1342
Generic_expression_mim ISO/TS 10303-1341
iso13584_expressions_schema ISO 13584-20
Numeric_function_mim ISO/TS 10303-1346

NOTE 2   See Annex D, Figure D.1 for a graphical representation of this schema.



*)
END_SCHEMA;  -- Numeric_expression_mim
(*


© ISO 2018 — All rights reserved