<?xml version="1.0" encoding="UTF-8"?>
<!--Sample PMCP document showing how to change the name of an event using its 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>
		<EventId channelNumber="57-1">
			<InitialSchedule startTime="2000-12-16T10:00:00-05:00"/>
		</EventId>
		<ShowData>
			<Name lang="eng" action="update">Welcome to Sesame Street</Name>
		</ShowData>
	</PsipEvent>
</PmcpMessage>
