<?xml version="1.0" encoding="UTF-8"?>

<book
   isbn="0836217462"
   xmlns="http://example.org/ns/books/"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://example.org/ns/books/ resources/xml/book/books.xsd">

   <title>Being a Dog Is a Full-Time Job</title>
   <author>Charles M. Schulz</author>
   <character>
      <name>Snoopy</name>
      <friend-of>Peppermint Patty</friend-of>
      <since>1950-10-04</since>
      <qualification>extroverted beagle</qualification>
   </character>
   <character>
      <name>Peppermint Patty</name>
      <since>1966-08-22</since>
      <qualification>bold, brash and tomboyish</qualification>
   </character>
</book>
