TYPE month_in_year_number

(* SCHEMA integrated_cnc_schema; *)
TYPE month_in_year_number = INTEGER;
  WHERE
    WR1: (1 <= SELF) AND (SELF <= 12);
END_TYPE; -- 10303-41: date_time_schema

Referenced By

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


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:16-02:00