Blame test/schematron/zvon9.sct

Packit Service a31ea6
<schema xmlns="http://www.ascc.net/xml/schematron" >
Packit Service a31ea6
     <pattern name="Test attribute">
Packit Service a31ea6
          <rule context="CCC">
Packit Service a31ea6
               <report test="parent::BBB and not(@id)">Attribute id is missing</report>
Packit Service a31ea6
               <report test="not(parent::BBB) and @id">Attribute id is used in wrong context</report>
Packit Service a31ea6
          </rule>
Packit Service a31ea6
     </pattern>
Packit Service a31ea6
</schema>
Packit Service a31ea6