blob: 7da5d868e6bba5f0c50b4c7c53011ea1ea1b7a70 [file] [log] [blame]
<schema xmlns="http://www.ascc.net/xml/schematron" >
<pattern name="id is the only permited attribute name">
<rule context="*">
<report test="@*[not(name()='id')]">Attribute
<name path="@*[not(name()='id')]"/> is forbidden in element
<name/>
</report>
</rule>
</pattern>
</schema>