Assertion not supported in XSD

Viewed 43

I am using an assertion in my XSD. <xs:assert> is not supporting in my visual studio.

 <xs:assert test="count(event[@type='system']) = 1"/>

enter image description here

1 Answers
Related