Due to some errors with namespaces and XSD schema simplified sample XML for that tool. Co-authored-by: widlam <mikolaj.widla@gmail.com> Reviewed-on: #163 Reviewed-by: Adam Bem <bema@noreply.example.com> Co-authored-by: Mikolaj Widla <widlam@noreply.example.com> Co-committed-by: Mikolaj Widla <widlam@noreply.example.com>
		
			
				
	
	
		
			33 lines
		
	
	
		
			874 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			874 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <library>
 | |
|     <libraryName>City library</libraryName>
 | |
|     <libraryID>345123</libraryID>
 | |
|     <readerList>
 | |
|         <person>
 | |
|             <readerID>7321</readerID>
 | |
|             <name>Adam</name>
 | |
|             <surname>Choke</surname>
 | |
|         </person>
 | |
|         <person>
 | |
|             <readerID>5123</readerID>
 | |
|             <name>Lauren</name>
 | |
|             <surname>Wong</surname>
 | |
|         </person>
 | |
|     </readerList>
 | |
|     <bookList>
 | |
|         <book>
 | |
|             <bookID>6422</bookID>
 | |
|             <title>Harry Potter</title>
 | |
|             <readerID>7542</readerID>
 | |
|         </book>
 | |
|         <book>
 | |
|             <bookID>1234</bookID>
 | |
|             <title>Macbeth</title>
 | |
|             <readerID>5123</readerID>
 | |
|         </book>
 | |
|         <book>
 | |
|             <bookID>9556</bookID>
 | |
|             <title>Romeo and Juliet</title>
 | |
|         </book>
 | |
|     </bookList>
 | |
| </library> |