File: id.xml

package info (click to toggle)
qtxmlpatterns-opensource-src 5.15.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 308,892 kB
  • sloc: xml: 360,343; cpp: 91,994; ansic: 388; sh: 53; sed: 31; makefile: 23
file content (17 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?> 
 <IDS xmlns = "http://www.w3.org/XQueryTest/ididrefs"
       xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation = "http://www.w3.org/XQueryTest/ididrefs id.xsd">
  <elementwithid-1 anId = "id1"/>
  <elementwithid-2 anId = "id2"/>
  <elementwithid-3 anId = "id3"/>
  <elementwithid-4 anId = "id4"/> 
  <elementwithid-5 anId = "id5"/> 
  <elementwithid-6 anId = "ID5"/>
  <elementwithidref-1>id1</elementwithidref-1>
  <elementwithidref-2>id2</elementwithidref-2> 
  <elementwithidref-3>id3</elementwithidref-3> 
  <elementwithidref-4>id4</elementwithidref-4> 
  <elementwithidref-5>ID5</elementwithidref-5> 
  <elementwithidref-6>id4</elementwithidref-6> 
 </IDS>