FUNCTION verify_rep_item_for_resource_property
(* SCHEMA integrated_cnc_schema; *)
FUNCTION verify_rep_item_for_resource_property (
crd : characterized_resource_definition;
prop_name : STRING;
rep_item_types : SET OF STRING
): LOGICAL;
RETURN (0 = SIZEOF (QUERY (prop <* get_resource_property (crd, prop_name) |
NOT (0 < SIZEOF (QUERY (prep <* USEDIN (prop, 'INTEGRATED_CNC_SCHEMA.' +
'RESOURCE_PROPERTY_REPRESENTATION.PROPERTY') |
(0 < SIZEOF (QUERY (it <* prep.representation.items |
(SIZEOF (rep_item_types * TYPEOF(it)) =
SIZEOF (rep_item_types)))))
)))
)));
END_FUNCTION; -- 10303-238: integrated_cnc_schema
Referenced By
Defintion verify_rep_item_for_resource_property is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:20-04:00