(* SCHEMA associative_draughting; *)
RULE restrict_product_definition_document_type FOR (
product_definition_with_associated_documents);
WHERE
wr1: SIZEOF(QUERY ( pd <* product_definition_with_associated_documents
| (NOT (SIZEOF(QUERY ( doc <* pd.documentation_ids | (NOT ((
doc.kind.product_data_type = 'CAD filename') OR (doc.kind.
product_data_type = 'drawing'))) )) = 0)) )) = 0;
END_RULE; -- restrict_product_definition_document_type
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:12-04:00