<?xml version="1.0" encoding="UTF-8"?>
<SubmitRequest xmlns="http://erpm.pjm.com/rpm/xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <!-- Update EDCNAME with your appropriate Customer Name -->	
    <LoadContributionSet CompanyName="EDCNAME">
	  <!-- The load_contribution block can be repeated as necessary to split load across multiple LSEs
		 The Load Type can be defined as NSPL or Peak Load
		 Peak Load and NSPL can be included in the same file-->	
        <load_contribution>
            <load_type>NSPL</load_type>
		<!-- Update ZONENAME with the appropriate Zone-->	
	 	<zone>ZONENAME</zone>
		<!-- Update AREANAME with the appropriate Area-->	
            <area>AREANAME</area>
		<!-- Update LSENAME with the appropriate LSE-->	
            <lse>LSENAME</lse>
            <mw_amount>10</mw_amount>
            <effective_date>2007-06-01</effective_date>
        </load_contribution>
        <load_contribution>
            <load_type>PEAKLOAD</load_type>
		<!-- Update ZONENAME with the appropriate Zone-->	
	 	<zone>ZONENAME</zone>
		<!-- Update AREANAME with the appropriate Area-->	
            <area>AREANAME</area>
		<!-- Update LSENAME with the appropriate LSE-->	
            <lse>LSENAME</lse>
            <mw_amount>10</mw_amount>
            <effective_date>2007-06-01</effective_date>
        </load_contribution>
    </LoadContributionSet>
</SubmitRequest>
