summaryrefslogtreecommitdiff
path: root/test/schematron/zvon7.sct
blob: a22a89ed57748971c786dab813e6979100a0cbb0 (plain)
1
2
3
4
5
6
7
8
9
<schema xmlns="http://www.ascc.net/xml/schematron" >
     <pattern name="Test integer">
          <rule context="AAA">
               <report test="floor(.) = number(.)">O.K.</report>
               <assert test="floor(.) = number(.)">The AAA value is not an integer.</assert>
          </rule>
     </pattern>
</schema>