TYPE month_in_year_number

(* SCHEMA engineering_properties_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
2012-03-27T17:18:51-04:00