TYPE maths_simple_atom

(* SCHEMA mathematical_functions_schema; *)
TYPE maths_simple_atom = SELECT
  (maths_number,
   maths_real,
   maths_integer,
   maths_logical,
   maths_boolean,
   maths_string,
   maths_binary);
END_TYPE;

Referenced By

Defintion maths_simple_atom is references by the following definitions:
DefinitionType
 maths_atom SELECT


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00