blob: 0b8a4e1b7b45a44b824d1a8faf4a2a9996743eb7 [file] [log] [blame]
<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>