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:
411 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <grammar xmlns="http://relaxng.org/ns/structure/1.0">
|
---|
3 | <start>
|
---|
4 | <element name="test" ns="http://example.com/1/">
|
---|
5 | <zeroOrMore>
|
---|
6 | <attribute>
|
---|
7 | <choice>
|
---|
8 | <nsName ns="http://example.com/1/"/>
|
---|
9 | <nsName ns="http://example.com/2/"/>
|
---|
10 | </choice>
|
---|
11 | <text/>
|
---|
12 | </attribute>
|
---|
13 | </zeroOrMore>
|
---|
14 | </element>
|
---|
15 | </start>
|
---|
16 | </grammar>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.