<?xml version="1.0" standalone="yes"?>
<svrl:schematron-output xmlns:svrl="http://purl.oclc.org/dsdl/svrl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:schold="http://www.ascc.net/xml/schematron" xmlns:sch="http://www.ascc.net/xml/schematron" xmlns:iso="http://purl.oclc.org/dsdl/schematron" title="Utilisation de r&#xE8;gles abstraites" schemaVersion="ISO19757-3">
  <!--   
		   
		   
		 -->
  <svrl:active-pattern/>
  <svrl:fired-rule context="book"/>
  <svrl:fired-rule context="chapter"/>
  <svrl:fired-rule context="chapter"/>
  <svrl:failed-assert test="*[1][self::title]" location="/book/chapter[2]">
    <svrl:text>
        L'élément chapter doit avoir un enfant title qui doit être le premier
      </svrl:text>
  </svrl:failed-assert>
  <svrl:fired-rule context="chapter"/>
  <svrl:failed-assert test="*[1][self::title]" location="/book/chapter[3]">
    <svrl:text>
        L'élément chapter doit avoir un enfant title qui doit être le premier
      </svrl:text>
  </svrl:failed-assert>
</svrl:schematron-output>

