Namespace XML Tutorial

To add all the locally declared elements to the target namespace: 
In the xsd:schema element, type elementFormDefault="qualified".
To add all the locally declared attributes to the target namespace: 
In the xsd:schema element, type attributeFormDefault="qualified" 
 

  targetNamespace="http://www.rntsoft.com"
  elementFormDefault="qualified">
  
    
      
                  maxOccurs="unbounded" />
      

    

  
  
    
      
      
              maxOccurs="1" />