ENTITY numeric_variable
(* SCHEMA integrated_cnc_schema; *)
ENTITY numeric_variable
SUPERTYPE OF (ONEOF(int_numeric_variable, real_numeric_variable))
SUBTYPE OF (simple_numeric_expression, variable);
WHERE
WR1: ('INTEGRATED_CNC_SCHEMA.INT_NUMERIC_VARIABLE' IN TYPEOF(SELF)) OR
('INTEGRATED_CNC_SCHEMA.REAL_NUMERIC_VARIABLE' IN TYPEOF(SELF
));
END_ENTITY; -- 13584-20: iso13584_expressions_schema
Explicit Attributes
No explicit attributes
Derived Attributes
Entity numeric_variable has the following local and inherited derived attributes:
Inverse Attributes
Entity numeric_variable has the following local and inherited inverse attributes:
Supertypes
Entity numeric_variable inherits from the following supertypes:
generic_expression
expression
numeric_expression
simple_numeric_expression
generic_expression
simple_generic_expression
generic_expression
simple_generic_expression
generic_variable
variable
Subtypes
Entity numeric_variable has the following subtypes:
int_numeric_variable*
real_numeric_variable*
* - Immediate Subtypes
Referenced By
Entity numeric_variable and its supertypes are referenced by the following definitions:
[Top Level Definitions] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:21-02:00