TYPE month_in_year_number

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

Referenced By

Defintion month_in_year_number is references by the following definitions:
DefinitionType
 calendar_date ENTITY
 year_month ENTITY


[Top Level Definitions] [Exit]

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