In the current composite rule check, features are flagged if they satisfy all check conditions. It would be great to have the ability to adjust the rule to flag if they satisfy one of the check conditions.
For example, I have a lots layer inside a parcel fabric. Lot features must be within a subdivision or a survey feature. If I write two separate feature on feature checks, one for subdivisions and one for surveys, this will cause incorrect flags because when a lot is within a subdivision, it won't be within a survey so it would flag on the 'lots within survey' check. The composite rule seemed like the right option, but as it currently stands, it would only flag if a lot is not within a survey AND not within a subdivision.
I know it is possible to write this as a custom Arcade expression, but since the composite rule check already exists, it could be helpful to be able to build a composite rule where you can specify whether it's an 'AND' composite rule or an 'OR' composite rule.