blob: a22a89ed57748971c786dab813e6979100a0cbb0 [file] [log] [blame]
Daniel Veillardd541c8f2005-07-31 16:49:51 +00001<schema xmlns="http://www.ascc.net/xml/schematron" >
2 <pattern name="Test integer">
3 <rule context="AAA">
4 <report test="floor(.) = number(.)">O.K.</report>
5 <assert test="floor(.) = number(.)">The AAA value is not an integer.</assert>
6 </rule>
7 </pattern>
8</schema>
9