<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href ="SchemaBasic.xsl"?>
<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	  xsi:noNamespaceSchemaLocation="SchemaBasic.xsd">

 <weavers>
  <weaver id="weaver1">
     <name>Megunticook Weavings</name>
     <about>
       <description>Weavers of talent who love color</description>
       <address>
         <street>Marriners Dr</street>.
         <city>Lincolnville</city>
         <state>ME</state>
         <zip>04843</zip>
         <phone>207.236.8903</phone>
       </address>
      <magazines>
        <magazine>
          <title>Handwoven</title>
          <publisher>Interweave Press</publisher>
          <issues>5</issues>
          <subscription>29</subscription>
	</magazine>
	<magazine>
          <title>Shuttle Spindle and Dyepot</title>
          <publisher>HGA</publisher>
          <issues>4</issues>
          <subscription>35</subscription> 
	</magazine>
      </magazines>
    </about>  
  </weaver>
  <weaver id="weaver2">
     <name>Quilters and Weavers</name>
     <about>
       <description>Rugs and shawls a specialty</description>
       <address>
         <street>High St</street>.
         <city>Camden</city>
         <state>ME</state>
         <zip>04843</zip>
         <phone>207.236.8903</phone>
       </address>
      <magazines>
        <magazine>
          <title>Weaver's Craft</title>
          <publisher>Plain Tabby Press</publisher>
          <issues>4</issues>
        </magazine>  
        <magazine>
          <title>Expensive One</title>
          <publisher>Fancy Tabby Press</publisher>
          <issues>4</issues>
          <subscription>129</subscription>
	</magazine>  
      </magazines>
    </about>  
  </weaver>
 </weavers>  
</document>

