]> git.donarmstrong.com Git - flightcrew.git/blob - src/FlightCrew/tests/test_data/ocf_tests/ContainerSatisfiesSchema_SatisfiesSchema.xml
Imported Upstream version 0.7.2+dfsg
[flightcrew.git] / src / FlightCrew / tests / test_data / ocf_tests / ContainerSatisfiesSchema_SatisfiesSchema.xml
1 <?xml version="1.0"?>\r
2 <!--\r
3     From the spec:\r
4     "Conforming container.xml files MUST be valid according\r
5     to the OCF schema with the <container> element as the \r
6     root element *after* removing all elements (and child nodes\r
7     of these elements) and attributes from other namespaces." \r
8 -->\r
9 <container \r
10     version="1.0" \r
11     xmlns="urn:oasis:names:tc:opendocument:xmlns:container"\r
12     xmlns:foo="foobarnamespace"\r
13     foo:moo="test" >\r
14     <rootfiles foo:moo="test" foo:mouuo="test" >\r
15         <rootfile full-path="OEBPS/As You Like It.opf"\r
16             media-type="application/oebps-package+xml"\r
17             foo:moo="test" />\r
18         <rootfile full-path="OEBPS/As You Like It.pdf"\r
19             media-type="application/pdf">\r
20             <foo:bar>\r
21                 euieu ieuie      \r
22             </foo:bar>\r
23         </rootfile> \r
24         <foo:foobar>\r
25             <foo:bar>\r
26                 eiepie     \r
27             </foo:bar>\r
28         </foo:foobar>\r
29         <foo:bar>\r
30             euieu ieuie      \r
31         </foo:bar>\r
32     </rootfiles>\r
33     <foo:foobar>\r
34         <foo:bar>\r
35             euieu ieuie      \r
36         </foo:bar>\r
37     </foo:foobar>\r
38     <foo:bar>\r
39         euieu ieuie      \r
40     </foo:bar>\r
41 </container>\r