xref: /aosp_15_r20/external/libxml2/test/schematron/zvon14.sct (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1<schema xmlns="http://www.ascc.net/xml/schematron" >
2     <pattern name="a child of selected elements">
3          <rule context="CCC">
4               <assert test="parent::*[name()='BBB' or name()='DDD']">Element CCC must not be a child of element
5                    <name path="parent::*"/>
6               </assert>
7          </rule>
8     </pattern>
9</schema>
10
11