Skip to content

Appendix E: SOAP Examples

The purpose of this appendix is to provide some complete SOAP examples for reference purposes. Examples are provided for requests, replies and notifications.

SOAP Request Example for ThreePartOffer

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>2b240d2d95f2aaa3ef7e552c965d512b</ns0:Nonce>
            <ns0:Created>2009-08-06T16:13:25.685-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>QSE1</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-08-06</ns1:tradingDate>
            <ns1:ThreePartOffer>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:expirationTime>2009-08-08T00:00:00-05:00</ns1:expirationTime>
                <ns1:resource>Resource1</ns1:resource>
                <ns1:EocFipFop>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>0</ns1:fopPercent>
                </ns1:EocFipFop>
                <ns1:SuMeFipFop>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>0</ns1:fopPercent>
                </ns1:SuMeFipFop>
                <ns1:StartupCost>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:hot>131</ns1:hot>
                    <ns1:intermediate>152</ns1:intermediate>
                    <ns1:cold>174</ns1:cold>
                </ns1:StartupCost>
                <ns1:MinimumEnergy>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:cost>0</ns1:cost>
                </ns1:MinimumEnergy>
                <ns1:EnergyOfferCurve>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>0</ns1:xvalue>
                        <ns1:y1value>130.98</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>56</ns1:xvalue>
                        <ns1:y1value>134.51</ns1:y1value>
                    </ns1:CurveData>
                </ns1:EnergyOfferCurve>
            </ns1:ThreePartOffer>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage> 

SOAP Request Example for ASOffer

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>ec1e821fc3c82f6e8a761c70a77ebafb</ns0:Nonce>
            <ns0:Created>2009-08-06T16:12:39.239-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>QSE1</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-08-06</ns1:tradingDate>
            <ns1:ASOffer>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:expirationTime>2009-08-08T00:00:00-05:00</ns1:expirationTime>
                <ns1:resource>Resource1</ns1:resource>
                <ns1:asType>Off-Non-Spin</ns1:asType>
                <ns1:ASPriceCurve>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:OffLineNonSpin>
                        <ns1:xvalue>33</ns1:xvalue>
                        <ns1:OFFNS>6.5</ns1:OFFNS>
                        <ns1:block>VARIABLE</ns1:block>
                    </ns1:OffLineNonSpin>
                    <ns1:multiHourBlock>true</ns1:multiHourBlock>
                </ns1:ASPriceCurve>
            </ns1:ASOffer>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage>

SOAP Request Example for EnergyTrade

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>342d41c37d8ea35b43c274b9601afe39</ns0:Nonce>
            <ns0:Created>2009-08-06T16:13:28.46-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>QSE1</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-08-06</ns1:tradingDate>
            <ns1:EnergyTrade>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:buyer>QSE1</ns1:buyer>
                <ns1:seller>QSE2</ns1:seller>
                <ns1:sp>HB_NORTH</ns1:sp>
                <ns1:EnergySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T07:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T07:15:00-05:00</ns1:ending>
                        <ns1:value1>25</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T07:15:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T07:30:00-05:00</ns1:ending>
                        <ns1:value1>25</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T07:30:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T07:45:00-05:00</ns1:ending>
                        <ns1:value1>25</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T07:45:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T08:00:00-05:00</ns1:ending>
                        <ns1:value1>25</ns1:value1>
                    </ns1:TmPoint>
                </ns1:EnergySchedule>
            </ns1:EnergyTrade>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage>

SOAP Request Example for SelfArrangedAS

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>e0fce1acb4f4a09f93f33aed74879455</ns0:Nonce>
            <ns0:Created>2009-08-06T16:13:24.251-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>QSE1</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-08-06</ns1:tradingDate>
            <ns1:SelfArrangedAS>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:asType>Non-Spin</ns1:asType>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T15:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T16:00:00-05:00</ns1:ending>
                        <ns1:value1>2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T16:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T17:00:00-05:00</ns1:ending>
                        <ns1:value1>2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T17:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T18:00:00-05:00</ns1:ending>
                        <ns1:value1>2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T18:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T19:00:00-05:00</ns1:ending>
                        <ns1:value1>2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T19:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T20:00:00-05:00</ns1:ending>
                        <ns1:value1>2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T20:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T21:00:00-05:00</ns1:ending>
                        <ns1:value1>2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T21:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T22:00:00-05:00</ns1:ending>
                        <ns1:value1>2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:rrs_values/>
                </ns1:CapacitySchedule>
            </ns1:SelfArrangedAS>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage>

SOAP Request Example for EnergyOnlyOffer

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>fcc6a592b67e3133a2e2f0cc91569924</ns0:Nonce>
            <ns0:Created>2009-08-06T16:13:21.243-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>QSE1</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-08-06</ns1:tradingDate>
            <ns1:EnergyOnlyOffer>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:expirationTime>2009-08-06T01:00:00-05:00</ns1:expirationTime>
                <ns1:sp>DC_L</ns1:sp>
                <ns1:bidID>100</ns1:bidID>
                <ns1:EnergyOfferCurve>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:curveStyle>VARIABLE</ns1:curveStyle>
                    <ns1:CurveData>
                        <ns1:xvalue>20</ns1:xvalue>
                        <ns1:y1value>34</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:multiHourBlock>true</ns1:multiHourBlock>
                </ns1:EnergyOfferCurve>
            </ns1:EnergyOnlyOffer>
            <ns1:EnergyOnlyOffer>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:expirationTime>2009-08-06T01:00:00-05:00</ns1:expirationTime>
                <ns1:sp>LZ_WEST</ns1:sp>
                <ns1:bidID>103</ns1:bidID>
                <ns1:EnergyOfferCurve>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:curveStyle>FIXED</ns1:curveStyle>
                    <ns1:CurveData>
                        <ns1:xvalue>33</ns1:xvalue>
                        <ns1:y1value>41</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:multiHourBlock>true</ns1:multiHourBlock>
                </ns1:EnergyOfferCurve>
            </ns1:EnergyOnlyOffer>
            <ns1:EnergyOnlyOffer>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:expirationTime>2009-08-06T01:00:00-05:00</ns1:expirationTime>
                <ns1:sp>HB_BUSAVG</ns1:sp>
                <ns1:bidID>101</ns1:bidID>
                <ns1:EnergyOfferCurve>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:curveStyle>VARIABLE</ns1:curveStyle>
                    <ns1:CurveData>
                        <ns1:xvalue>76</ns1:xvalue>
                        <ns1:y1value>33</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:multiHourBlock>true</ns1:multiHourBlock>
                </ns1:EnergyOfferCurve>
            </ns1:EnergyOnlyOffer>
            <ns1:EnergyOnlyOffer>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:expirationTime>2009-08-06T01:00:00-05:00</ns1:expirationTime>
                <ns1:sp>HLSES_UNIT3</ns1:sp>
                <ns1:bidID>102</ns1:bidID>
                <ns1:EnergyOfferCurve>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:curveStyle>VARIABLE</ns1:curveStyle>
                    <ns1:CurveData>
                        <ns1:xvalue>34</ns1:xvalue>
                        <ns1:y1value>36</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:multiHourBlock>true</ns1:multiHourBlock>
                </ns1:EnergyOfferCurve>
            </ns1:EnergyOnlyOffer>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage> 

SOAP Request Example for PTP Obligation w/ Link to Option

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>f94df40917e8a3edb699f46899563706</ns0:Nonce>
            <ns0:Created>2009-08-06T16:13:16.256-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>QSE1</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-08-06</ns1:tradingDate>
            <ns1:CRR>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:crrId>CRR_246</ns1:crrId>
                <ns1:offerId>100</ns1:offerId>
                <ns1:crrAccountHolderId>XSTEC</ns1:crrAccountHolderId>
                <ns1:source>DC_E</ns1:source>
                <ns1:sink>DC_N</ns1:sink>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T06:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T22:00:00-05:00</ns1:ending>
                        <ns1:value1>20</ns1:value1>
                        <ns1:multiHourBlock>true</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MinimumReservationPrice>
                    <ns1:startTime>2009-08-06T06:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T22:00:00-05:00</ns1:endTime>
                    <ns1:price>12</ns1:price>
                </ns1:MinimumReservationPrice>
                <ns1:NOIEPeakLoadForecast>800</ns1:NOIEPeakLoadForecast>
            </ns1:CRR>
            <ns1:CRR>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:crrId>CRR_247</ns1:crrId>
                <ns1:offerId>100</ns1:offerId>
                <ns1:crrAccountHolderId>XSTEC</ns1:crrAccountHolderId>
                <ns1:source>HB_HOUSTON</ns1:source>
                <ns1:sink>LZ_HOUSTON</ns1:sink>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T06:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T22:00:00-05:00</ns1:ending>
                        <ns1:value1>36</ns1:value1>
                        <ns1:multiHourBlock>true</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MinimumReservationPrice>
                    <ns1:startTime>2009-08-06T06:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T22:00:00-05:00</ns1:endTime>
                    <ns1:price>13</ns1:price>
                </ns1:MinimumReservationPrice>
                <ns1:NOIEPeakLoadForecast>800</ns1:NOIEPeakLoadForecast>
            </ns1:CRR>
            <ns1:CRR>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:crrId>CRR_248</ns1:crrId>
                <ns1:offerId>100</ns1:offerId>
                <ns1:crrAccountHolderId>XSTEC</ns1:crrAccountHolderId>
                <ns1:source>LZ_SOUTH</ns1:source>
                <ns1:sink>DC_S</ns1:sink>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T22:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-07T00:00:00-05:00</ns1:ending>
                        <ns1:value1>20</ns1:value1>
                        <ns1:multiHourBlock>false</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MinimumReservationPrice>
                    <ns1:startTime>2009-08-06T22:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:price>17</ns1:price>
                </ns1:MinimumReservationPrice>
                <ns1:NOIEPeakLoadForecast>800</ns1:NOIEPeakLoadForecast>
            </ns1:CRR>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage> 

SOAP Request Example for ASTrade

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>524d992a5ccfd673fc38cf946b48cdd2</ns0:Nonce>
            <ns0:Created>2009-08-06T16:13:27.431-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>QSE1</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-08-06</ns1:tradingDate>
            <ns1:ASTrade>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:buyer>QSE1</ns1:buyer>
                <ns1:seller>QSE2</ns1:seller>
                <ns1:asType>Reg-Up</ns1:asType>
                <ns1:ASSchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T06:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T07:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T07:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T08:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T08:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T09:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T09:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T10:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T10:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T11:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T11:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T12:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T12:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T13:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T13:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T14:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T14:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T15:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T15:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T16:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T16:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T17:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T17:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T18:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T18:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T19:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T19:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T20:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T20:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T21:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T21:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T22:00:00-05:00</ns1:ending>
                        <ns1:value1>5</ns1:value1>
                    </ns1:TmPoint>
                </ns1:ASSchedule>
            </ns1:ASTrade>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage> 

SOAP Request Example for CapacityTrade

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>571909e70d48f3ef168913023643e723</ns0:Nonce>
            <ns0:Created>2009-08-06T16:13:27.867-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>QSE1</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-08-06</ns1:tradingDate>
            <ns1:CapacityTrade>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:buyer>QSE1</ns1:buyer>
                <ns1:seller>QSE2</ns1:seller>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T06:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T07:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T07:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T08:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T08:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T09:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T09:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T10:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T10:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T11:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T11:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T12:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T12:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T13:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T13:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T14:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T14:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T15:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T15:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T16:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T16:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T17:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T17:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T18:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T18:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T19:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T19:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T20:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T20:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T21:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-08-06T21:00:00-05:00</ns1:time>
                        <ns1:ending>2009-08-06T22:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
            </ns1:CapacityTrade>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage> 

SOAP Request Example for COP

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>c65c9ef7b6743554252b80991c7bdee8</ns0:Nonce>
            <ns0:Created>2009-08-06T16:13:07.45-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>QSE1</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-08-06</ns1:tradingDate>
            <ns1:COP>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:resource>Resource</ns1:resource>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T01:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T01:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T02:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T03:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T03:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T04:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T04:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T05:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T05:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T06:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T06:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T07:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T07:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T08:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T08:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T09:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T09:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T10:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T10:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T11:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T11:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T12:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T12:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T13:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T13:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T14:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T14:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T15:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T15:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T16:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T16:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T17:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T17:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T18:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T18:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T19:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T19:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T20:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T20:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T21:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T21:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T22:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T22:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T23:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T23:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T01:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T01:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T02:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T03:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T03:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T04:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T04:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T05:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T05:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T06:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T06:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T07:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T07:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T08:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T08:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T09:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T09:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T10:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T10:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T11:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T11:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T12:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T12:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T13:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T13:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T14:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T14:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T15:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T15:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T16:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T16:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T17:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T17:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T18:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T18:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T19:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T19:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T20:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T20:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T21:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T21:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T22:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T22:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T23:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T23:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T01:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T01:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T02:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T03:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T03:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T04:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T04:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T05:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T05:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T06:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T06:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T07:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T07:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T08:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T08:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T09:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T09:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T10:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T10:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T11:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T11:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T12:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T12:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T13:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T13:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T14:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T14:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T15:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T15:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T16:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T16:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T17:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T17:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T18:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T18:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T19:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T19:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T20:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T20:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T21:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T21:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T22:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T22:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T23:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T23:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
            </ns1:COP>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage> 

SOAP Request Example for EnergyBid

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>c65c9ef7b6743554252b80991c7bdee8</ns0:Nonce>
            <ns0:Created>2009-08-06T16:13:07.45-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>QSE1</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-08-06</ns1:tradingDate>
            <ns1:COP>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:resource>Resource</ns1:resource>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T01:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T01:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T02:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T03:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T03:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T04:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T04:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T05:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T05:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T06:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T06:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T07:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T07:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T08:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T08:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T09:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T09:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T10:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T10:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T11:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T11:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T12:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T12:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T13:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T13:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T14:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T14:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T15:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T15:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T16:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T16:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T17:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T17:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T18:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T18:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T19:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T19:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T20:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T20:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T21:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T21:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T22:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T22:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T23:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:ResourceStatus>
                    <ns1:startTime>2009-08-06T23:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:operatingMode>ONRL</ns1:operatingMode>
                </ns1:ResourceStatus>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T01:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T01:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T02:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T03:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T03:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T04:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T04:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T05:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T05:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T06:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T06:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T07:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T07:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T08:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T08:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T09:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T09:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T10:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T10:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T11:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T11:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T12:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T12:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T13:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T13:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T14:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T14:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T15:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T15:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T16:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T16:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T17:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T17:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T18:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T18:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T19:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T19:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T20:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T20:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T21:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T21:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T22:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T22:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T23:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:Limits>
                    <ns1:startTime>2009-08-06T23:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:hsl>4</ns1:hsl>
                    <ns1:lsl>0</ns1:lsl>
                    <ns1:hel>4</ns1:hel>
                    <ns1:lel>0</ns1:lel>
                </ns1:Limits>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T01:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T01:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T02:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T03:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T03:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T04:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T04:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T05:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T05:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T06:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T06:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T07:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T07:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T08:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T08:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T09:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T09:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T10:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T10:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T11:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T11:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T12:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T12:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T13:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T13:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T14:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T14:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T15:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T15:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T16:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T16:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T17:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T17:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T18:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T18:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T19:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T19:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T20:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T20:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T21:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T21:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T22:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T22:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T23:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
                <ns1:ASCapacity>
                    <ns1:startTime>2009-08-06T23:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:regUp>0</ns1:regUp>
                    <ns1:regDown>0</ns1:regDown>
                    <ns1:rrs>2</ns1:rrs>
                    <ns1:nonSpin>0</ns1:nonSpin>
                </ns1:ASCapacity>
            </ns1:COP>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage> 

SOAP Request Example for EnergyBid

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>2307fd1a9063ce94a9da6557fc5a0429</ns0:Nonce>
            <ns0:Created>2009-08-06T16:13:19.934-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>QSE1</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-08-06</ns1:tradingDate>
            <ns1:EnergyBid>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:expirationTime>2009-08-06T01:00:00-05:00</ns1:expirationTime>
                <ns1:sp>HB_HOUSTON</ns1:sp>
                <ns1:bidID>101</ns1:bidID>
                <ns1:PriceCurve>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:curveStyle>VARIABLE</ns1:curveStyle>
                    <ns1:CurveData>
                        <ns1:xvalue>110</ns1:xvalue>
                        <ns1:y1value>20</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:multiHourBlock>true</ns1:multiHourBlock>
                </ns1:PriceCurve>
            </ns1:EnergyBid>
            <ns1:EnergyBid>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:expirationTime>2009-08-06T01:00:00-05:00</ns1:expirationTime>
                <ns1:sp>LZ_NORTH</ns1:sp>
                <ns1:bidID>103</ns1:bidID>
                <ns1:PriceCurve>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:curveStyle>VARIABLE</ns1:curveStyle>
                    <ns1:CurveData>
                        <ns1:xvalue>65</ns1:xvalue>
                        <ns1:y1value>47</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:multiHourBlock>false</ns1:multiHourBlock>
                </ns1:PriceCurve>
            </ns1:EnergyBid>
            <ns1:EnergyBid>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:expirationTime>2009-08-06T01:00:00-05:00</ns1:expirationTime>
                <ns1:sp>LZ_WEST</ns1:sp>
                <ns1:bidID>104</ns1:bidID>
                <ns1:PriceCurve>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:curveStyle>VARIABLE</ns1:curveStyle>
                    <ns1:CurveData>
                        <ns1:xvalue>60</ns1:xvalue>
                        <ns1:y1value>42</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:multiHourBlock>true</ns1:multiHourBlock>
                </ns1:PriceCurve>
            </ns1:EnergyBid>
            <ns1:EnergyBid>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:expirationTime>2009-08-06T01:00:00-05:00</ns1:expirationTime>
                <ns1:sp>HB_NORTH</ns1:sp>
                <ns1:bidID>102</ns1:bidID>
                <ns1:PriceCurve>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:curveStyle>VARIABLE</ns1:curveStyle>
                    <ns1:CurveData>
                        <ns1:xvalue>70</ns1:xvalue>
                        <ns1:y1value>27</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:multiHourBlock>true</ns1:multiHourBlock>
                </ns1:PriceCurve>
            </ns1:EnergyBid>
            <ns1:EnergyBid>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:expirationTime>2009-08-06T01:00:00-05:00</ns1:expirationTime>
                <ns1:sp>CEL_CELANEG1</ns1:sp>
                <ns1:bidID>100</ns1:bidID>
                <ns1:PriceCurve>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:curveStyle>FIXED</ns1:curveStyle>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>38</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:multiHourBlock>true</ns1:multiHourBlock>
                </ns1:PriceCurve>
            </ns1:EnergyBid>
            <ns1:EnergyBid>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:expirationTime>2009-08-06T01:00:00-05:00</ns1:expirationTime>
                <ns1:sp>SRB_SRB_GT12</ns1:sp>
                <ns1:bidID>105</ns1:bidID>
                <ns1:PriceCurve>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:curveStyle>FIXED</ns1:curveStyle>
                    <ns1:CurveData>
                        <ns1:xvalue>21</ns1:xvalue>
                        <ns1:y1value>35</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:multiHourBlock>false</ns1:multiHourBlock>
                </ns1:PriceCurve>
            </ns1:EnergyBid>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage> 

SOAP Request Example for IncDecOffer

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>dbd7362a7fce310c3c6e8a8d779896a6</ns0:Nonce>
            <ns0:Created>2009-08-06T16:13:22.116-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>QSE1</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-08-06</ns1:tradingDate>
            <ns1:IncDecOffer>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:expirationTime>2009-08-08T00:00:00-05:00</ns1:expirationTime>
                <ns1:resource>Resource1</ns1:resource>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T01:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T01:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T02:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T03:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T03:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T04:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T04:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T05:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T05:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T06:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T06:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T07:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T07:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T08:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T08:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T09:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T09:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T10:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T10:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T11:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T11:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T12:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T12:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T13:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T13:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T14:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T14:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T15:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T15:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T16:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T16:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T17:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T17:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T18:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T18:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T19:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T19:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T20:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T20:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T21:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T21:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T22:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T22:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T23:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:FipFop>
                    <ns1:startTime>2009-08-06T23:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:fipPercent>0</ns1:fipPercent>
                    <ns1:fopPercent>100</ns1:fopPercent>
                </ns1:FipFop>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T00:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T01:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T01:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T02:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T03:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T03:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T04:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T04:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T05:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T05:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T06:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T06:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T07:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T07:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T08:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T08:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T09:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T09:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T10:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T10:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T11:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T11:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T12:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T12:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T13:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T13:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T14:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T14:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T15:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T15:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T16:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T16:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T17:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T17:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T18:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T18:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T19:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T19:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T20:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T20:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T21:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T21:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T22:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T22:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-06T23:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
                <ns1:IncrementalCurve>
                    <ns1:startTime>2009-08-06T23:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-08-07T00:00:00-05:00</ns1:endTime>
                    <ns1:CurveData>
                        <ns1:xvalue>5.4</ns1:xvalue>
                        <ns1:y1value>43</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>30</ns1:xvalue>
                        <ns1:y1value>57</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>54</ns1:xvalue>
                        <ns1:y1value>58</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>79</ns1:xvalue>
                        <ns1:y1value>77</ns1:y1value>
                    </ns1:CurveData>
                    <ns1:CurveData>
                        <ns1:xvalue>108.5</ns1:xvalue>
                        <ns1:y1value>78</ns1:y1value>
                    </ns1:CurveData>
                </ns1:IncrementalCurve>
            </ns1:IncDecOffer>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage> 

SOAP Request Example for OutputSchedule

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>f4bccb1bce41a31e75d214a11f7278a8</ns0:Nonce>
            <ns0:Created>2009-07-20T16:24:25.327-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>REPS</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-06-25</ns1:tradingDate>
            <ns1:OutputSchedule>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:resource>Resource1</ns1:resource>
                <ns1:EnergySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T00:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T00:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T00:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T00:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T00:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T00:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T00:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T00:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T00:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T00:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T00:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:05:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:05:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:10:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:10:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:15:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:20:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:20:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:25:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:25:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:30:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:35:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:35:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:40:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:40:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:45:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:50:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:50:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:55:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:55:00-05:00</ns1:time>
                        <ns1:ending>2009-06-26T00:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                    </ns1:TmPoint>
                </ns1:EnergySchedule>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage>

SOAP Request Example for PTPObligation

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>932b24d36891f6cc87a9962658da1764</ns0:Nonce>
            <ns0:Created>2009-07-20T16:23:17.001-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>STRT</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-06-25</ns1:tradingDate>
            <ns1:PTPObligation>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:source>R_LOSTPI_2</ns1:source>
                <ns1:sink>BTRCK_E_2</ns1:sink>
                <ns1:bidId>101</ns1:bidId>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-26T00:00:00-05:00</ns1:ending>
                        <ns1:value1>42</ns1:value1>
                        <ns1:multiHourBlock>true</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MaximumPrice>
                    <ns1:startTime>2009-06-25T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-06-26T00:00:00-05:00</ns1:endTime>
                    <ns1:price>20</ns1:price>
                </ns1:MaximumPrice>
            </ns1:PTPObligation>
            <ns1:PTPObligation>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:source>R_COLETO_1</ns1:source>
                <ns1:sink>CTL_GT_102</ns1:sink>
                <ns1:bidId>102</ns1:bidId>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:00:00-05:00</ns1:ending>
                        <ns1:value1>51</ns1:value1>
                        <ns1:multiHourBlock>false</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MaximumPrice>
                    <ns1:startTime>2009-06-25T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-06-25T23:00:00-05:00</ns1:endTime>
                    <ns1:price>26</ns1:price>
                </ns1:MaximumPrice>
            </ns1:PTPObligation>
            <ns1:PTPObligation>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:source>FALCON_E_2</ns1:source>
                <ns1:sink>R_SWCOG_1</ns1:sink>
                <ns1:bidId>103</ns1:bidId>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-26T00:00:00-05:00</ns1:ending>
                        <ns1:value1>43</ns1:value1>
                        <ns1:multiHourBlock>true</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MaximumPrice>
                    <ns1:startTime>2009-06-25T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-06-26T00:00:00-05:00</ns1:endTime>
                    <ns1:price>20</ns1:price>
                </ns1:MaximumPrice>
            </ns1:PTPObligation>
            <ns1:PTPObligation>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:source>AUTO_CBEC2</ns1:source>
                <ns1:sink>MGSES_E_2</ns1:sink>
                <ns1:bidId>104</ns1:bidId>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:00:00-05:00</ns1:ending>
                        <ns1:value1>50</ns1:value1>
                        <ns1:multiHourBlock>false</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MaximumPrice>
                    <ns1:startTime>2009-06-25T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-06-25T23:00:00-05:00</ns1:endTime>
                    <ns1:price>17</ns1:price>
                </ns1:MaximumPrice>
            </ns1:PTPObligation>
            <ns1:PTPObligation>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:source>PEARSALLSW9</ns1:source>
                <ns1:sink>R_HLSES_1</ns1:sink>
                <ns1:bidId>105</ns1:bidId>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:00:00-05:00</ns1:ending>
                        <ns1:value1>54</ns1:value1>
                        <ns1:multiHourBlock>false</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MaximumPrice>
                    <ns1:startTime>2009-06-25T01:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-06-25T23:00:00-05:00</ns1:endTime>
                    <ns1:price>8</ns1:price>
                </ns1:MaximumPrice>
            </ns1:PTPObligation>
            <ns1:PTPObligation>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:source>TNDOW_COGN1</ns1:source>
                <ns1:sink>ISSUE_38</ns1:sink>
                <ns1:bidId>106</ns1:bidId>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:00:00-05:00</ns1:ending>
                        <ns1:value1>48</ns1:value1>
                        <ns1:multiHourBlock>true</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MaximumPrice>
                    <ns1:startTime>2009-06-25T01:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-06-25T23:00:00-05:00</ns1:endTime>
                    <ns1:price>27</ns1:price>
                </ns1:MaximumPrice>
            </ns1:PTPObligation>
            <ns1:PTPObligation>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:source>ISSUE_8</ns1:source>
                <ns1:sink>R_SANDHSYD_1</ns1:sink>
                <ns1:bidId>107</ns1:bidId>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:00:00-05:00</ns1:ending>
                        <ns1:value1>48</ns1:value1>
                        <ns1:multiHourBlock>true</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MaximumPrice>
                    <ns1:startTime>2009-06-25T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-06-25T23:00:00-05:00</ns1:endTime>
                    <ns1:price>18</ns1:price>
                </ns1:MaximumPrice>
            </ns1:PTPObligation>
            <ns1:PTPObligation>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:source>DECKER_E_1</ns1:source>
                <ns1:sink>PSA_PSA_G5</ns1:sink>
                <ns1:bidId>108</ns1:bidId>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:00:00-05:00</ns1:ending>
                        <ns1:value1>32</ns1:value1>
                        <ns1:multiHourBlock>true</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MaximumPrice>
                    <ns1:startTime>2009-06-25T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-06-25T23:00:00-05:00</ns1:endTime>
                    <ns1:price>28</ns1:price>
                </ns1:MaximumPrice>
            </ns1:PTPObligation>
            <ns1:PTPObligation>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:source>R_KING_NE_1</ns1:source>
                <ns1:sink>VALERO_L_A</ns1:sink>
                <ns1:bidId>109</ns1:bidId>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:00:00-05:00</ns1:ending>
                        <ns1:value1>54</ns1:value1>
                        <ns1:multiHourBlock>true</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MaximumPrice>
                    <ns1:startTime>2009-06-25T01:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-06-25T22:00:00-05:00</ns1:endTime>
                    <ns1:price>18</ns1:price>
                </ns1:MaximumPrice>
            </ns1:PTPObligation>
            <ns1:PTPObligation>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:source>WHCCS_E_1</ns1:source>
                <ns1:sink>SCURRYSWCH</ns1:sink>
                <ns1:bidId>110</ns1:bidId>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:00:00-05:00</ns1:ending>
                        <ns1:value1>55</ns1:value1>
                        <ns1:multiHourBlock>true</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MaximumPrice>
                    <ns1:startTime>2009-06-25T01:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-06-25T23:00:00-05:00</ns1:endTime>
                    <ns1:price>21</ns1:price>
                </ns1:MaximumPrice>
            </ns1:PTPObligation>
            <ns1:PTPObligation>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:source>BTE_BTE_G3</ns1:source>
                <ns1:sink>CTL_ST_101</ns1:sink>
                <ns1:bidId>111</ns1:bidId>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-26T00:00:00-05:00</ns1:ending>
                        <ns1:value1>36</ns1:value1>
                        <ns1:multiHourBlock>false</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MaximumPrice>
                    <ns1:startTime>2009-06-25T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-06-26T00:00:00-05:00</ns1:endTime>
                    <ns1:price>8</ns1:price>
                </ns1:MaximumPrice>
            </ns1:PTPObligation>
            <ns1:PTPObligation>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:source>R_MCSES_3</ns1:source>
                <ns1:sink>CALLAHAN_E_1</ns1:sink>
                <ns1:bidId>112</ns1:bidId>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-26T00:00:00-05:00</ns1:ending>
                        <ns1:value1>57</ns1:value1>
                        <ns1:multiHourBlock>false</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MaximumPrice>
                    <ns1:startTime>2009-06-25T02:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-06-26T00:00:00-05:00</ns1:endTime>
                    <ns1:price>24</ns1:price>
                </ns1:MaximumPrice>
            </ns1:PTPObligation>
            <ns1:PTPObligation>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:source>LCSES_E_1</ns1:source>
                <ns1:sink>LEON_CRK_E_1</ns1:sink>
                <ns1:bidId>113</ns1:bidId>
                <ns1:CapacitySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:00:00-05:00</ns1:ending>
                        <ns1:value1>51</ns1:value1>
                        <ns1:multiHourBlock>true</ns1:multiHourBlock>
                    </ns1:TmPoint>
                </ns1:CapacitySchedule>
                <ns1:MaximumPrice>
                    <ns1:startTime>2009-06-25T01:00:00-05:00</ns1:startTime>
                    <ns1:endTime>2009-06-25T23:00:00-05:00</ns1:endTime>
                    <ns1:price>23</ns1:price>
                </ns1:MaximumPrice>
            </ns1:PTPObligation>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage> 

SOAP Request Example for SelfSchedule

<ns0:RequestMessage xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/ews/message">
    <ns0:Header>
        <ns0:Verb>create</ns0:Verb>
        <ns0:Noun>BidSet</ns0:Noun>
        <ns0:ReplayDetection>
            <ns0:Nonce>abebfa51ad6ed7c621b4442767c96b5b</ns0:Nonce>
            <ns0:Created>2009-07-20T16:23:20.86-05:00</ns0:Created>
        </ns0:ReplayDetection>
        <ns0:Revision>1.0</ns0:Revision>
        <ns0:Source>CPS</ns0:Source>
        <ns0:UserID>USER1</ns0:UserID>
        <ns0:Comment>Sample message template</ns0:Comment>
    </ns0:Header>
    <ns0:Request/>
    <ns0:Payload>
        <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-06/nodal/ews">
            <ns1:tradingDate>2009-06-25</ns1:tradingDate>
            <ns1:SelfSchedule>
                <ns1:status>ACCEPTED</ns1:status>
                <ns1:source>STP_E_1</ns1:source>
                <ns1:sink>BRAUNIG</ns1:sink>
                <ns1:EnergySchedule>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T00:15:00-05:00</ns1:ending>
                        <ns1:value1>24.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T00:30:00-05:00</ns1:ending>
                        <ns1:value1>24.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T00:45:00-05:00</ns1:ending>
                        <ns1:value1>24.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T00:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:00:00-05:00</ns1:ending>
                        <ns1:value1>24.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:15:00-05:00</ns1:ending>
                        <ns1:value1>23.8</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:30:00-05:00</ns1:ending>
                        <ns1:value1>23.8</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T01:45:00-05:00</ns1:ending>
                        <ns1:value1>23.8</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T01:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:00:00-05:00</ns1:ending>
                        <ns1:value1>23.8</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:15:00-05:00</ns1:ending>
                        <ns1:value1>25.5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:30:00-05:00</ns1:ending>
                        <ns1:value1>25.5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T02:45:00-05:00</ns1:ending>
                        <ns1:value1>25.5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T02:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:00:00-05:00</ns1:ending>
                        <ns1:value1>25.5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:15:00-05:00</ns1:ending>
                        <ns1:value1>24.2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:30:00-05:00</ns1:ending>
                        <ns1:value1>24.2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T03:45:00-05:00</ns1:ending>
                        <ns1:value1>24.2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T03:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:00:00-05:00</ns1:ending>
                        <ns1:value1>24.2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:15:00-05:00</ns1:ending>
                        <ns1:value1>22</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:30:00-05:00</ns1:ending>
                        <ns1:value1>22</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T04:45:00-05:00</ns1:ending>
                        <ns1:value1>22</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T04:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:00:00-05:00</ns1:ending>
                        <ns1:value1>22</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:15:00-05:00</ns1:ending>
                        <ns1:value1>22</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:30:00-05:00</ns1:ending>
                        <ns1:value1>22</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T05:45:00-05:00</ns1:ending>
                        <ns1:value1>22</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T05:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:00:00-05:00</ns1:ending>
                        <ns1:value1>22</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:15:00-05:00</ns1:ending>
                        <ns1:value1>23.4</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:30:00-05:00</ns1:ending>
                        <ns1:value1>23.4</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T06:45:00-05:00</ns1:ending>
                        <ns1:value1>23.4</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T06:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:00:00-05:00</ns1:ending>
                        <ns1:value1>23.4</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:15:00-05:00</ns1:ending>
                        <ns1:value1>23.4</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:30:00-05:00</ns1:ending>
                        <ns1:value1>23.4</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T07:45:00-05:00</ns1:ending>
                        <ns1:value1>23.4</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T07:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:00:00-05:00</ns1:ending>
                        <ns1:value1>23.4</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:15:00-05:00</ns1:ending>
                        <ns1:value1>25</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:30:00-05:00</ns1:ending>
                        <ns1:value1>25</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T08:45:00-05:00</ns1:ending>
                        <ns1:value1>25</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T08:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:00:00-05:00</ns1:ending>
                        <ns1:value1>25</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:15:00-05:00</ns1:ending>
                        <ns1:value1>24.2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:30:00-05:00</ns1:ending>
                        <ns1:value1>24.2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T09:45:00-05:00</ns1:ending>
                        <ns1:value1>24.2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T09:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:00:00-05:00</ns1:ending>
                        <ns1:value1>24.2</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:15:00-05:00</ns1:ending>
                        <ns1:value1>22.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:30:00-05:00</ns1:ending>
                        <ns1:value1>22.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T10:45:00-05:00</ns1:ending>
                        <ns1:value1>22.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T10:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:00:00-05:00</ns1:ending>
                        <ns1:value1>22.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:15:00-05:00</ns1:ending>
                        <ns1:value1>22.3</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:30:00-05:00</ns1:ending>
                        <ns1:value1>22.3</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T11:45:00-05:00</ns1:ending>
                        <ns1:value1>22.3</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T11:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:00:00-05:00</ns1:ending>
                        <ns1:value1>22.3</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:15:00-05:00</ns1:ending>
                        <ns1:value1>21.6</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:30:00-05:00</ns1:ending>
                        <ns1:value1>21.6</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T12:45:00-05:00</ns1:ending>
                        <ns1:value1>21.6</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T12:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:00:00-05:00</ns1:ending>
                        <ns1:value1>21.6</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:15:00-05:00</ns1:ending>
                        <ns1:value1>23.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:30:00-05:00</ns1:ending>
                        <ns1:value1>23.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T13:45:00-05:00</ns1:ending>
                        <ns1:value1>23.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T13:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:00:00-05:00</ns1:ending>
                        <ns1:value1>23.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:15:00-05:00</ns1:ending>
                        <ns1:value1>23.4</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:30:00-05:00</ns1:ending>
                        <ns1:value1>23.4</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T14:45:00-05:00</ns1:ending>
                        <ns1:value1>23.4</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T14:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:00:00-05:00</ns1:ending>
                        <ns1:value1>23.4</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:15:00-05:00</ns1:ending>
                        <ns1:value1>22.9</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:30:00-05:00</ns1:ending>
                        <ns1:value1>22.9</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T15:45:00-05:00</ns1:ending>
                        <ns1:value1>22.9</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T15:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:00:00-05:00</ns1:ending>
                        <ns1:value1>22.9</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:15:00-05:00</ns1:ending>
                        <ns1:value1>24.3</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:30:00-05:00</ns1:ending>
                        <ns1:value1>24.3</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T16:45:00-05:00</ns1:ending>
                        <ns1:value1>24.3</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T16:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:00:00-05:00</ns1:ending>
                        <ns1:value1>24.3</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:15:00-05:00</ns1:ending>
                        <ns1:value1>22.6</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:30:00-05:00</ns1:ending>
                        <ns1:value1>22.6</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T17:45:00-05:00</ns1:ending>
                        <ns1:value1>22.6</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T17:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:00:00-05:00</ns1:ending>
                        <ns1:value1>22.6</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:15:00-05:00</ns1:ending>
                        <ns1:value1>22.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:30:00-05:00</ns1:ending>
                        <ns1:value1>22.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T18:45:00-05:00</ns1:ending>
                        <ns1:value1>22.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T18:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:00:00-05:00</ns1:ending>
                        <ns1:value1>22.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:15:00-05:00</ns1:ending>
                        <ns1:value1>22.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:30:00-05:00</ns1:ending>
                        <ns1:value1>22.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T19:45:00-05:00</ns1:ending>
                        <ns1:value1>22.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T19:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:00:00-05:00</ns1:ending>
                        <ns1:value1>22.1</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:15:00-05:00</ns1:ending>
                        <ns1:value1>22.5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:30:00-05:00</ns1:ending>
                        <ns1:value1>22.5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T20:45:00-05:00</ns1:ending>
                        <ns1:value1>22.5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T20:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:00:00-05:00</ns1:ending>
                        <ns1:value1>22.5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:15:00-05:00</ns1:ending>
                        <ns1:value1>24.6</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:30:00-05:00</ns1:ending>
                        <ns1:value1>24.6</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T21:45:00-05:00</ns1:ending>
                        <ns1:value1>24.6</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T21:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:00:00-05:00</ns1:ending>
                        <ns1:value1>24.6</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:15:00-05:00</ns1:ending>
                        <ns1:value1>22.9</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:30:00-05:00</ns1:ending>
                        <ns1:value1>22.9</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T22:45:00-05:00</ns1:ending>
                        <ns1:value1>22.9</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T22:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:00:00-05:00</ns1:ending>
                        <ns1:value1>22.9</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:00:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:15:00-05:00</ns1:ending>
                        <ns1:value1>23.5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:15:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:30:00-05:00</ns1:ending>
                        <ns1:value1>23.5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:30:00-05:00</ns1:time>
                        <ns1:ending>2009-06-25T23:45:00-05:00</ns1:ending>
                        <ns1:value1>23.5</ns1:value1>
                    </ns1:TmPoint>
                    <ns1:TmPoint>
                        <ns1:time>2009-06-25T23:45:00-05:00</ns1:time>
                        <ns1:ending>2009-06-26T00:00:00-05:00</ns1:ending>
                        <ns1:value1>23.5</ns1:value1>
                    </ns1:TmPoint>
                </ns1:EnergySchedule>
            </ns1:SelfSchedule>
        </ns1:BidSet>
    </ns0:Payload>
</ns0:RequestMessage> 

SOAP Reply Example

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Body>
        <ns0:ResponseMessage xmlns:SOAP-ENV = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0 = "http://www.ercot.com/schema/2007-05/nodal/ews/msg" xmlns:wsu = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">

            <ns0:Header>
                <ns0:Verb>reply</ns0:Verb>
                <ns0:Noun>BidSet</ns0:Noun>
                <ns0:ReplayDetection>
                    <ns0:Nonce>2:36 PM</ns0:Nonce>
                    <ns0:Created>2007-08-08T11:54:32.105-05:00</ns0:Created>
                </ns0:ReplayDetection>
                <ns0:Revision>1.0</ns0:Revision>
                <ns0:Source>ERCOT</ns0:Source>
            </ns0:Header>

            <ns0:Reply>
                <ns0:ReplyCode>OK</ns0:ReplyCode>
                <ns0:Timestamp>2007-08-08T11:54:52.214-05:00</ns0:Timestamp>
            </ns0:Reply>

            <ns0:Payload>
                <ns1:BidSet xmlns:ns1 = "http://www.ercot.com/schema/2007-05/nodal/ews">
                    <ns1:tradingDate>2007-05-10</ns1:tradingDate>
                    <ns1:ThreePartOffer>
                        <ns1:mRID>111111112.20070517.TPO.SOBAY_7_SY4</ns1:mRID>
                        <ns1:externalId>12345</ns1:externalId>
                        <ns1:status>SUBMITTED</ns1:status>
                    </ns1:ThreePartOffer>
                </ns1:BidSet>
            </ns0:Payload>
        </ns0:ResponseMessage>
     </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

SOAP Notification Example

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Body>
        <ns0:Notify xmlns:ns0="http://www.ercot.com/schema/2007-06/nodal/notification">
            <ns0:NotificationMessage>
                <ns0:Message>
                    <ns0:ResponseMessage xmlns:ns0="http://www.ercot.com/schema/2007-05/nodal/ews/msg">
                        <ns0:Header>
                            <ns0:Verb>changed</ns0:Verb>
                            <ns0:Noun>BidSet</ns0:Noun>
                            <ns0:ReplayDetection>
                                <ns0:Nonce>f148e6952a1370b5019b512f71145bd9</ns0:Nonce>
                                <ns0:Created>2007-08-08T11:55:38.08-05:00</ns0:Created>
                            </ns0:ReplayDetection>
                            <ns0:Revision>1.02</ns0:Revision>
                            <ns0:Source>ERCOT</ns0:Source>
                        </ns0:Header>
                        <ns0:Reply>
                            <ns0:ReplyCode>OK</ns0:ReplyCode>
                            <ns0:Timestamp>2007-08-08T11:55:38.08-05:00</ns0:Timestamp>
                        </ns0:Reply>
                        <ns0:Payload>
                            <ns1:BidSet xmlns:ns1="http://www.ercot.com/schema/2007-05/nodal/ews">
                                <ns1:tradingDate>2007-05-10</ns1:tradingDate>
                                <ns1:ThreePartOffer>
                                    <ns1:mRID>111111112.20070517.TPO.SOBAY_7_SY4</ns1:mRID>
                                    <ns1:externalId>12342</ns1:externalId>
                                    <ns1:status>ACCEPTED</ns1:status>
                                </ns1:ThreePartOffer>
                            </ns1:BidSet>
                        </ns0:Payload>
                    </ns0:ResponseMessage>
                </ns0:Message>
            </ns0:NotificationMessage>
        </ns0:Notify>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>