blob: f98b6d89a46b479e54c13ec086aa2a95781590f7 [file] [log] [blame]
Daniel Veillardd541c8f2005-07-31 16:49:51 +00001<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