XML Schema XML

File: Data.xml

           xmlns:xml="http://www.w3.org/XML/1998/namespace"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation=
                          "http://www.rntsoft.com
                           Schema.xsd
                           http://www.w3.org/XML/1998/namespace
                           xml.xsd">
        
                title1
                author1
                1998
                1-11111-111-1
                publisher1
        
        
                title2
                author2
                1977
                2-222-22222-2
                publisher2
        

File: Schema.xsd

            targetNamespace="http://www.rntsoft.com"
            xmlns="http://www.rntsoft.com"
            elementFormDefault="qualified">
                    schemaLocation="xml.xsd"/>
    
        
            
                
                    
                        
                            
                            
                            
                            
                            
                        

                        
                    

                
            

        

    

File:xml.xsd

           xmlns:xs="http://www.w3.org/2001/XMLSchema" 
           xml:lang="en">