File: Data.xml
xmlns:sr="http://www.demo2s.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.rntsoft.com
Books.xsd
http://www.demo2s.com
SchemaRepository.xsd">
title 1
author 1
1998
1-11111-111-1
publisher 1
first
last
title 2
author 2
1977
2-222-22222-2
publisher 2
File: Books.xsd
targetNamespace="http://www.rntsoft.com"
xmlns="http://www.rntsoft.com"
elementFormDefault="qualified">
File: SchemaRepository.xsd
targetNamespace="http://www.demo2s.com"
xmlns="http://www.demo2s.com"
elementFormDefault="qualified">