XML Schema XML

 
        targetNamespace = "http://www.rntsoft.com/employees"
        xmlns:cust = "http://www.rntsoft.com/employees"
        elementFormDefault = "qualified"
        attributeFormDefault = "qualified">
   
   
   
   
      
         
         
         
      

      
      
   
   
   
   
   

We could qualify each element and attribute individually like so: 

               cust:clubCardMember = "true" 
               cust:employeeID = "24427">
   Ray
   G
   Bayliss

But the following would NOT be valid:

          clubCardMember = "true" 
          employeeID = "24427">
   first
   middle
   last