You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2020. It is now read-only.
<assert test="count(leg) = 4">A dog should have four legs, because then they can have four paws.</assert>
<report test="count(leg) < 3">A dog with less than three legs is unstable</report>
</rule>
<rule context="Dog/leg">
<assert test="count(paw) = 1">Each dog's leg should have a single paw, as an element or attribute, because this meets the business requirement "Dog must be walkable".</assert>