Message
month should be consistent between month element and iso-8601-date attribute
month should be consistent between month element and iso-8601-date attribute
This rule ASSERTS the following, raising an alert if FALSE:
not(matches(@iso-8601-date, '^\d{4}-\d{2}') and month) or (number(substring(@iso-8601-date,
6, 2)) = number(month))