TYPE day_in_month_number

(* SCHEMA step_merged_ap_schema; *)
TYPE day_in_month_number = INTEGER;
   WHERE
      WR1:
         (1 <= SELF) AND (SELF <= 31);
END_TYPE;

Referenced By

Defintion day_in_month_number is references by the following definitions:
DefinitionType
 calendar_date ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:13-04:00