<?xml version="1.0" encoding="utf-8"?>
<!-- Time-stamp: "list.sch  19 jan 2010 23:47:19" -->
<!-- Exemple de schematron -->
<schema xmlns="http://purl.oclc.org/dsdl/schematron"  
	queryBinding="xslt"
	schemaVersion="ISO19757-3">                  
  <title>Comparaison attribut/nombre d'enfants</title>
  <pattern>
    <rule context="list">                                  
      <assert test="@length = count(item)">L'attribut length doit être
      égal au nombre d'éléments.</assert>  
    </rule>
  </pattern>
</schema>

