From 877cf0f8af9a57dca25cb648e476323f7ca092dc Mon Sep 17 00:00:00 2001 From: Scott Horowitz Date: Thu, 21 May 2026 13:14:33 -0600 Subject: [PATCH] Add some helpful warnings around unmeasured ventilation systems. --- rulesets/resources/301validator.sch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rulesets/resources/301validator.sch b/rulesets/resources/301validator.sch index f8c929525..845c2179d 100644 --- a/rulesets/resources/301validator.sch +++ b/rulesets/resources/301validator.sch @@ -1085,6 +1085,10 @@ [MechanicalVentilation] Expected FanType + + Both RatedFlowRate and extension/FlowRateNotTested="true" are provided; the ventilation system is assumed to have unmeasured airflow and RatedFlowRate will not be used. + Both CalculatedFlowRate and extension/FlowRateNotTested="true" are provided; the ventilation system is assumed to have unmeasured airflow and CalculatedFlowRate will not be used. + Both DeliveredVentilation and extension/FlowRateNotTested="true" are provided; the ventilation system is assumed to have unmeasured airflow and DeliveredVentilation will not be used.