android_mt6572_jiabo/external/libxml2/test/schematron/zvon7.sct
2025-09-05 16:56:03 +08:00

9 lines
322 B
Text

<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>