summaryrefslogtreecommitdiff
path: root/test/schematron/zvon15.sct
blob: 7da5d868e6bba5f0c50b4c7c53011ea1ea1b7a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>