Namespace XML Tutorial

File: Schema.xsd
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  targetNamespace="http://www.rntsoft.com/namespaces/employee"
  xmlns="http://www.rntsoft.com/namespaces/employee">
  
   
    
     
     
     
    

   

  

File: Data.xml

  xmlns:em="http://www.rntsoft.com/namespaces/employee"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.rntsoft.com/namespaces/employee employee.xsd">
  Joe Smith
  a@a.com
  2008-10-29