TYPE zero_or_one

(* SCHEMA engineering_properties_schema; *)


   TYPE zero_or_one = nonnegative_integer;
   WHERE
      in_range:
         (SELF = 0) OR (SELF = 1);
   END_TYPE;

Referenced By

Defintion zero_or_one is references by the following definitions:
DefinitionType
 check_sparse_index_domain FUNCTION
 check_sparse_loc_range FUNCTION
 explicit_table_function ENTITY
 regular_indexing FUNCTION


[Top Level Definitions] [Exit]

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