This validator will be valid when one or more of the validators in the Validators
collection are valid.
ValidationErrors
property will return a union of all validation error messages for the contained validators, but only if this validator is not valid (meaning, when none of the contained validators are valid).
Note, that BaseValidatorGroup.FastValidate defaults to true
for this validator type!