blob: 7da5d868e6bba5f0c50b4c7c53011ea1ea1b7a70 [file] [log] [blame]
Daniel Veillardd541c8f2005-07-31 16:49:51 +00001<schema xmlns="http://www.ascc.net/xml/schematron" >
2 <pattern name="id is the only permited attribute name">
3 <rule context="*">
4 <report test="@*[not(name()='id')]">Attribute
5 <name path="@*[not(name()='id')]"/> is forbidden in element
6 <name/>
7 </report>
8 </rule>
9 </pattern>
10</schema>
11