AP scope  |  AP module  |  AP contents  |  AP index
Application module: Parameter value specification ISO/WD 10303-1470

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 definition
   4.3 ARM entity definition
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 definition

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

(*
ISO TC184/SC4/WG12 N4403 - ISO/WD 10303-1470 Parameter value specification - EXPRESS ARM
*)



SCHEMA Parameter_value_specification_arm;

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

USE FROM Numeric_function_arm;    -- ISO/TS 10303-1346

USE FROM Value_with_unit_arm;    -- ISO/TS 10303-1054


TYPE parameter_value_select = EXTENSIBLE GENERIC_ENTITY SELECT
   (Generic_expression,
    Value_with_unit);
END_TYPE;

ENTITY Named_variable_semantics
  SUBTYPE OF (Variable_semantics);
  name : STRING;
  variable_context : Generic_expression;
END_ENTITY;

END_SCHEMA;  -- Parameter_value_specification_arm


© ISO 2006 — All rights reserved