source:
vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/bug167754_0.xml@
101978
Last change on this file since 101978 was 95312, checked in by , 3 years ago | |
---|---|
File size: 340 bytes |
Line | |
---|---|
1 | <?xml version="1.0"?> |
2 | <test xmlns="http://www.example.com/Test" |
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | xsi:schemaLocation="http://www.example.com/Test bug167754.xsd"> |
5 | <child> |
6 | <foo/> |
7 | </child> |
8 | <child> |
9 | <foo/> |
10 | <joe/> |
11 | </child> |
12 | </test> |
Note:
See TracBrowser
for help on using the repository browser.