/ libxml2 / test / schematron / zvon3.sct
zvon3.sct
1  <schema xmlns="http://www.ascc.net/xml/schematron" >
2       <pattern name="Attribute test">
3            <rule context="CCC">
4                 <assert test="@name">attribute name is not present</assert>
5                 <report test="@name">attribute name is present</report>
6            </rule>
7       </pattern>
8  </schema>