<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<facilityChangeTicket xsi:schemaLocation="http://www.pjm.com/external/schemas/facilitychangeticket/v1 facilitychangeticket.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <pjmTicketId>12345</pjmTicketId>
    <ticketStatus>2</ticketStatus>
    <equipmentId>12345</equipmentId>
	<!-- Use AAR=0,DLR=1, AAREXP=2-->
    <ticketFacilityType>1</ticketFacilityType>
    <proposedEffectiveDate>09/28/2025 00:00</proposedEffectiveDate>
    <pjmEffectiveDate>09/12/2025 00:00</pjmEffectiveDate>
    <iccpName norm="2E" emer="2F" shed="2G" ste="2"/>
	<!--Use Rating set for AAR EXP -->
    <ratingSet nl="2" lt="3" st="4" ld="5"/>
	<!--ICCP elements are required for DLR -->
<iccpName norm="ST1" emer="ST2" shed="ST3" ste="ST4"/>
    <ltDuration>1</ltDuration>
    <stDuration>1</stDuration>
    <ldDuration>1</ldDuration>
	    <comments>TEST COMMENTS</comments>
    <pjmComments>PJM comments updated </pjmComments>
    <historyLog>
        <ticketStatus>
            <user>Test User</user>
            <status>2</status>
            <timestamp>09/09/2025 16:56</timestamp>
        </ticketStatus>
        <ticketStatus>
            <user>Test User</user>
            <status>1</status>
            <timestamp>09/09/2025 15:00</timestamp>
        </ticketStatus>
    </historyLog>
</facilityChangeTicket>




