You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
352 B
Plaintext

<schema xmlns="http://www.ascc.net/xml/schematron" >
<pattern name="Root test">
<rule context="/*">
<assert test="name()='AAA'">Root element is
<name/>, not AAA
</assert>
<report test="name()='AAA'">Root element is AAA</report>
</rule>
</pattern>
</schema>