Home | History | Annotate | Download | only in schematron
      1 <schema xmlns="http://www.ascc.net/xml/schematron" >
      2      <pattern name="Character @ forbidden">
      3           <rule context="*">
      4                <report test="contains(.,'@')">Text in element
      5                     <name/> must not contain character @
      6                </report>
      7           </rule>
      8      </pattern>
      9 </schema>
     10