<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="../../../Distribution/DHQauthor-schemas/DHQpublish.rng" type="xml"?>
<DHQarticle xmlns="http://digitalhumanities.org/DHQ/namespace">
  <DHQheader>
    <title>DHQ template document</title>
    <subtitle>With example metadata</subtitle>
    <author>
      <name>Wendell <family>Piez</family></name>
      <affiliation>Mulberry Technologies, Inc.</affiliation>
      <email>wapiez@mulberrytech.com</email>
      <address>
         <addrLine>17 West Jefferson St., Suite 207</addrLine>
         <addrLine>Rockville MD, 20850</addrLine>
      </address>
      <bio>
        <p>In his back yard, Wendell Piez is best known for his work feeding
          local wildlife, especially squirrels, chipmunks, and birds of various
          species, including sparrows, doves, cardinals, chickadees, blackbirds,
          starlings and jays.</p>
      </bio>
    </author>
    <publicationStmt>
      <idno type="DHQarticle-id">00000X</idno>
      <idno type="volume">25</idno>
      <idno type="issue">5</idno>
      <issueTitle>Special 25th Anniversary Issue<!-- 
        look up this value to confirm
        its correctness for the given volume/issue --></issueTitle>
      <articleType>opinion</articleType>
      <date when="2032-04-01">April 1, 2032</date>
      <availability>
        <cc:License xmlns:cc="http://web.resource.org/cc/"
          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
          rdf:about="http://creativecommons.org/licenses/by-nc-nd/2.5/"/>
      </availability>
    </publicationStmt>
    <related>
      <relatedArticle type="prompt">
        <idno type="DHQarticle-id">00000Z</idno>
      </relatedArticle>
    </related>
    <langUsage>
      <language id="en-us">American English</language>
    </langUsage>
    <keywords resp="wap">
      <term>template</term>
      <term>metadata</term>
      <term>DHQauthor</term>
      <term>DHQheader</term>
    </keywords>
    <history>
      <!-- used internally for document tracking: may include any
           of sourceDesc, submission, or revisionDesc -->
      <revisionDesc>
        <change when="2007-10-12" who="wap">Misc extensions and corrections</change>
      </revisionDesc>
    </history>
    <abstract>
      <p>When composing XML documents, a template is frequently useful, to
        provide boilerplate content and demonstrate tag usage. In particular,
        the article metadata, which is highly structured and which
        <called>glues</called> the article to the rest of the system, needs to
        be encoded correctly, and validated again constraints that are sometimes
        not obvious. This makes such a template invaluable.</p>
    </abstract>
    <teaser>A template makes it easier to construct and correct DHQarticle
      metadata.</teaser>
  </DHQheader>
  <text/>
</DHQarticle>
