<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<forecastValueReport xsi:schemaLocation="http://www.pjm.com/external/schemas/forecastvalue/v1 forecastvaluereport.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <messages>
        <message>Test</message>
    </messages>
    <forecastValue>
        <equipmentId>111111</equipmentId>
        <ratingSet tempSet="50D" nl="154" lt="190" st="190" ld="203"/>
        <isPjm>Y</isPjm>
        <ticketId>111111</ticketId>
        <startDateTime>02/19/2026 19</startDateTime>
        <endDateTime>02/19/2026 20</endDateTime>
        <forecastType>Hourly</forecastType>
    </forecastValue>
    <forecastValue>
        <equipmentId>222222</equipmentId>
        <ratingSet tempSet="50D" nl="139" lt="160" st="160" ld="171"/>
        <isPjm>Y</isPjm>
        <ticketId>222222</ticketId>
        <startDateTime>02/19/2026 19</startDateTime>
        <endDateTime>02/19/2026 20</endDateTime>
        <forecastType>Hourly</forecastType>
    </forecastValue>
 </forecastValueReport> 
