aboutsummaryrefslogtreecommitdiffstats
path: root/test/schematron/zvon2.sct
blob: 56974a0864254dd3b27b975f121e81d6dd1d6aca (plain)
1
2
3
4
5
6
7
8
9
<schema xmlns="http://www.ascc.net/xml/schematron" >
     <pattern name="Character @ forbidden">
          <rule context="*">
               <report test="contains(.,'@')">Text in element
                    <name/> must not contain character @
               </report>
          </rule>
     </pattern>
</schema>