TYPE second_in_minute

(* SCHEMA integrated_cnc_schema; *)
TYPE second_in_minute = REAL;
  WHERE
    WR1: (0 <= SELF) AND (SELF <= 60.0);
END_TYPE; -- 10303-41: date_time_schema

Referenced By

Defintion second_in_minute 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