VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/relaxng/558452.rng@ 95312

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

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

File size: 451 bytes
Line 
1<?xml version="1.0"?>
2<grammar ns="http://www.example.com/choice"
3 xmlns="http://relaxng.org/ns/structure/1.0">
4 <start>
5 <element name="doc" ns="">
6 <ref name="elem"/>
7 <optional>
8 <ref name="elem"/>
9 <optional>
10 <ref name="elem"/>
11 </optional>
12 </optional>
13 </element>
14 </start>
15
16 <define name="elem">
17 <element name="elem" ns="">
18 <text/>
19 </element>
20 </define>
21</grammar>
Note: See TracBrowser for help on using the repository browser.

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