File: issue_324-valid.xml

package info (click to toggle)
python-xmlschema 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,208 kB
  • sloc: python: 39,174; xml: 1,282; makefile: 36
file content (9 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<tns1:root
    xmlns:tns1="http://xmlschema.test/ns"
    xmlns:tns2="http://xmlschema.test/other-ns"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://xmlschema.test/ns issue_324a.xsd http://xmlschema.test/other-ns issue_324b.xsd">
  <notes>foo</notes>
  <tns2:value>10</tns2:value>
</tns1:root>