<?xml version="1.0" encoding="UTF-8"?>
<SubmitRequest xmlns="http://erpm.pjm.com/rpm/xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- Please note instructions are commented and are not needed for upload -->
<!-- Update the CompanyName to your company's short name found below your user name in eRPM-->
<!-- Update the PlanningPeriodName to the appropriate planning period as listed in eRPM drop downs-->
<!-- Update the AuctionType to the appropriate Auction (BASE, FIRST, SECOND, THIRD)-->
<ResourceOfferSet CompanyName="YOURCOMPANYSHORTNAME" PlanningPeriodName="2007/2008" AuctionType="BASE">
    <ResourceOfferSetDetail>
	<!--Update ResourceName with the appropriate Resource Name from eRPM-->
        <ResourceName>RESOURCE NAME</ResourceName>
        <ResourceType>GEN</ResourceType>
        <ResourceOffer>
	    <!--The EFORd should be updated to reflect your offer EFORd -->
            <EFORd>0.001</EFORd>
            <NewUnitPricing>false</NewUnitPricing>
	    <!-- the RM Block represents the EFORd Offer Segment -->	
            <RMBlocks>
<Blocks id="1">
  <MinMW>0</MinMW> 
  <MaxMW>10</MaxMW> 
  <Price>3</Price> 
  </Blocks>
  </RMBlocks>
	    <!-- The Cap Block represents the Base Offer Segments -->
            <CapBlocks>
		<!--Each Capacity Block information should be updated to reflect your offer-->
                <CapacityBlocks id="1">
                    <MinMW>100</MinMW>
                    <MaxMW>100</MaxMW>
                    <Price>0</Price>
                    <SelfSchedulingOption>Self Schedule</SelfSchedulingOption>
  		</CapacityBlocks>
		<CapacityBlocks id="2">
                    <MinMW>0</MinMW>
                    <MaxMW>100</MaxMW>
                    <Price>20</Price>
		    <!-- If using the Flexible Self Scheduling Option, you must enter a Self-Schedule Factor via the Self-Scheduling Page in eRPM -->
                    <SelfSchedulingOption>Flexible Self Schedule</SelfSchedulingOption>
  		</CapacityBlocks>
		<CapacityBlocks id="3">
                    <MinMW>0</MinMW>
                    <MaxMW>100</MaxMW>
                    <Price>10</Price>
                    <SelfSchedulingOption>Regular Schedule</SelfSchedulingOption>
  	   	</CapacityBlocks>
		<!-- Capacity Blocks can be repeated up to CapacityBlocks id = "10"-->
	   </CapBlocks>
        </ResourceOffer>
    </ResourceOfferSetDetail>
<!-- Multiple Resources can be included in the same file by repeating the ResourceOfferSetDetail block for each resource -->
</ResourceOfferSet>
</SubmitRequest>
