ENTITY format_function
(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* USED FROM (ISO13584_expressions_schema); *)
ENTITY format_function
SUBTYPE OF (string_expression, binary_generic_expression);
DERIVE
value_to_format: generic_expression:=
SELF\binary_generic_expression.operands[1];
format_string:generic_expression:=
SELF\binary_generic_expression.operands[2];
WHERE
WR1: (('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.NUMERIC_EXPRESSION')
IN TYPEOF(value_to_format))
AND (('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.STRING_EXPRESSION')
IN TYPEOF(format_string));
END_ENTITY;
Explicit Attributes
Entity format_function has the following local and inherited explicit attributes:
Derived Attributes
Entity format_function has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity format_function inherits from the following supertypes:
generic_expression
expression
string_expression
generic_expression
binary_generic_expression
Subtypes
No subtypesReferenced By
Entity format_function 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