TYPE minute_in_hour

(* SCHEMA integrated_cnc_schema; *)
TYPE minute_in_hour = INTEGER;
  WHERE
    WR1: (0 <= SELF) AND (SELF <= 59);
END_TYPE; -- 10303-41: date_time_schema

Referenced By

Defintion minute_in_hour is references by the following definitions:
DefinitionType
 local_time ENTITY


[Top Level Definitions]

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