ENTITY index_expression
(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* USED FROM (ISO13584_expressions_schema); *)
ENTITY index_expression
SUBTYPE OF (string_expression, binary_generic_expression);
DERIVE
operand:generic_expression:=
SELF\binary_generic_expression.operands[1];
index:generic_expression:=
SELF\binary_generic_expression.operands[2];
WHERE
WR1: ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.STRING_EXPRESSION'
IN TYPEOF(operand))
AND ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.NUMERIC_EXPRESSION'
IN TYPEOF(index));
WR2: is_int_expr (index);
END_ENTITY;
Explicit Attributes
Entity index_expression has the following local and inherited explicit attributes:
Derived Attributes
Entity index_expression has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity index_expression inherits from the following supertypes:
generic_expression
expression
string_expression
generic_expression
binary_generic_expression
Subtypes
No subtypesReferenced By
Entity index_expression and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:02-04:00