VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/schematron/zvon10.sct@ 99286

Last change on this file since 99286 was 95312, checked in by vboxsync, 3 years ago

libs/{curl,libxml2}: OSE export fixes, bugref:8515

File size: 637 bytes
Line 
1<schema xmlns="http://www.ascc.net/xml/schematron" >
2 <pattern name="Open model">
3 <rule context="AAA">
4 <assert test="BBB"> BBB element is not present</assert>
5 <assert test="CCC"> CCC element is not present</assert>
6 </rule>
7 </pattern>
8 <pattern name="Closed model">
9 <rule context="AAA">
10 <assert test="BBB"> BBB element is not present</assert>
11 <assert test="CCC"> CCC element is not present</assert>
12 <assert test="count(BBB|CCC) = count (*)">There is an extra element</assert>
13 </rule>
14 </pattern>
15</schema>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette