ACL rules
In the Document Management Control Center, users with Administrator privileges can use attribute values in documents to secure these documents.
Example: You want all invoices over $500.00 to be private. Therefore, you create an ACL rule in the Invoice document type, where the attribute is “Amount”, and it is greater than or equal to 500. The XQuery, which can be displayed when you add or edit a rule, would look like this:
/Invoice[@Amount >= 500]