<?xml version="1.0" encoding="utf-8"?>
<!-- Time-stamp: "forbidchar.sch  19 jan 2010 09:38:04" -->
<!-- Exemple de schematron -->
<schema xmlns="http://purl.oclc.org/dsdl/schematron"  
	xmlns:sch="http://purl.oclc.org/dsdl/schematron" 
	queryBinding='xslt'
	schemaVersion='ISO19757-3'>                  
  <title>Caractères présents</title>
  <pattern>
    <rule context="*">                                  
      <report test="contains(.,'@')">
	Le caractère @ ne doit pas apparaître dans l'élément <name/>.
      </report>  
    </rule>
  </pattern>
</schema>

