Complex Predicate Validation

Model wise validation: (5 <= FirstName.Length <= 20 Or 10 <= LastName.Length <= 50) && (Email Is Valid) && (Age In Range [5, 120]) && (Age > Years Of Study)
Valid if: Value Is False OR Year Of Study >= 6
Valid if: Value Is False OR (Elementary School Is True And Year Of Study >= 10)
Valid if: Value Is False OR (High School Is True And Year Of Study >= 14)
Valid if: Value Is Emty OR (Country = US AND Phone Number Match +1 and other 10 digits) OR (Country = ES AND Phone Number Match +34 and other 9 digits) OR (Country = CU AND Phone Number Match +53 and other 8 digits)