<?xml version="1.0" encoding="UTF-8"?>
<!--NDNP Batch profile-->
<!--Justin Littman, OSI-->
<!--Version 1.1-->
<!--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
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.
-->
<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" >
    <!--NEWSPAPER TITLE-->
    <newspaperTitle lccn="n78890351">./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 newspaperIssue for each newspaper issue-->            
    
    <!--REEL-->
    <reel reelNumber="[reelNumber]"><!--A relative path of the Mets file.  For example:-->./mets.xml</reel>
</batch>