<?xml version="1.0" encoding="UTF-8"?>
<!--Sample PMCP document showing how to change the start time of an event unsing the initial scheduled start time as a reference-->
<PmcpMessage xmlns="http://www.atsc.org/XMLSchemas/pmcp/2006/3.0" id="4294967295" origin="Traffic" originType="Traffic" dateTime="2003-12-17T09:30:47-05:00" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.atsc.org/XMLSchemas/pmcp/2006/3.0 PMCP30.xsd">
	<PsipEvent action="update" startTime="2000-12-16T11:00:00-05:00" startFrame="15">
		<EventId channelNumber="57-1">
			<InitialSchedule startTime="2000-12-16T10:00:00-05:00"/>
		</EventId>
	</PsipEvent>
</PmcpMessage>
