<?xml version="1.0" encoding="UTF-8"?>
<!--NDNP Batch profile-->
<!--Justin Littman, OSI-->
<!--Version 1.4-->
<!--INSTRUCTIONS:
1.  Omit all comments.  (Comments in all caps may be left in for clarity.)
2.  Treat all attribute values in brackets as comments that should be replaced with the appropriate values.
3.  Omit xsi:schemaLocation from the batch element.
4.  Omit any element which takes a value if there is no value.  For example, omit the marcxmlBibRecord element if a MarcXml file is not being provided.
5.  The sequence of elements is required.
-->
<!--
CHANGES IN 1.4:
1.  Added awardee and awardYear attribute.
CHANGES IN 1.3:
1.  Added additional clarification about xsi:schemaLocation.
2.  Added additional clarification about sequence.
3.  Added encyclopedia element.
CHANGES IN 1.2:
1.  Added name attribute.
-->
<!-- Don't forget to omit xsi:schemaLocation -->
<batch xmlns:ndnp="http://www.loc.gov/ndnp" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/ndnp" xsi:schemaLocation="http://www.loc.gov/ndnp ../schema/ndnpBatch.xsd" name="batch_lc_20071010_sample" awardee="DLC" awardYear="2008"><!--name is the name of the batch.  Awardee is the awardee (from http://www.loc.gov/marc/organizations).  Award year is the NEH award phase for which the content was created, given as a 4 digit year.-->
    <!--ENCYCLOPEDIA-->
    <encyclopediaEntry><!--A relative path of the Mets file.  For example:-->./encyclopedia/encyclopedia.xml</encyclopediaEntry>
    <!--Repeat encyclopediaEntry for each encyclopedia entry-->

    <!--NEWSPAPER TITLE-->
    <newspaperTitle lccn="n78890351"><!--A relative path of the Mets file.  For example:-->./mets.xml</newspaperTitle><!--lccn should be lccn, normalized according to http://www.loc.gov/marc/lccn-namespace.html-->
    <!--Repeat newspaperTitle for each newspaper title-->
    <!--DO NOT DO THIS:
    <newpaperTitle lccn="n78890351" />
    -->
    
    <!--ISSUE-->
    <issue lccn="n78890351" issueDate="2004-12-03" editionOrder="1"><!--A relative path of the Mets file.  For example:-->./1/1/mets.xml<!--lccn should be a normalized LCCN.--></issue>
    <issue  lccn="n78890351" issueDate="2004-12-03" editionOrder="1">./1/2/mets.xml</issue>    
    <!--Repeat issue for each issue-->            
    
    <!--REEL-->
    <reel reelNumber="[reelNumber]"><!--A relative path of the Mets file.  For example:-->./mets.xml</reel>
    <!--Repeat reel for each newspaper issue-->
</batch>