xref: /aosp_15_r20/external/libxml2/test/schematron/zvon3.sct (revision 7c5688314b92172186c154356a6374bf7684c3ca)
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>
9