XML Schema XML

File: Data.xml

    xsi:schemaLocation="http://www.rntsoft.com 
      Schema.xsd"
    xmlns:addr="http://www.rntsoft.com"
    addr:language="en"
    addr:ssn="123-45-6789">
  
    first
    middlecott
    last
  

  
    
  


File: Schema.xsd

  targetNamespace="http://www.rntsoft.com"
  xmlns:addr="http://www.rntsoft.com"
  attributeFormDefault="qualified">