<?xml version="1.0" encoding="utf-8"?>
<package version="clip1.0">
	<provider>Provider</provider>
	<!--Provider (studio or network) name. Required.-->
	<language>en-US</language>
	<!--Primary metadata language-->
	<video>
		<type>clip</type>
		<subType>trailer</subType>
		<!-- sub-categorization of the shortForm video. Required for sports highlights or content with a parent entity. 
			Allowable subtypes:
				trailer
				highlight
				making_of
				behind_scenes
				interview
				related
				recap
				extra
		-->
		<parentInfo>
		<!--Used in conjunction with a valid subType-->
			<contentType>episode</contentType>
			<!--content type of the parent entity. Expected values: episode, movie, series-->
			<title>Parent Program Title</title>
			<!--title of the parent program-->
			<runtime>120</runtime>
			<!--program run time of parent movie in whole minutes. Integers only. Preferred for parent programs with contentType: movie-->
			<releaseDate>YYYY-MM-DD</releaseDate>
			<!--Original release date of the parent entity. YYYY-MM-DD format. Required.-->
			<tmsId>EP123456789101</tmsId>
			<!--Gracenote ID of parent entity if available. Preferred.-->
			<seriesTitle>Parent Series Title</seriesTitle>
			<!--title of the parent series if the clip is contentType: episode-->
			<seasonNumber>3</seasonNumber>
			<!--Season Number of the parent entity if the clip is contentType: episode. Integers only. Required.-->
			<episodeNumber>12</episodeNumber>
			<!--Episode Number of the parent entity if the clip is contentType: episode. Integers only. Required.-->
		</parentInfo>
		
		<!--The below is used to provide sports data for highlights and clips-->
		<sportType>Baseball</sportType>
		<sportLeague>MLB</sportLeague>
		<teams>
			<team location="away">Chicago Cubs</team>
			<team location="home">St. Louis Cardinals</team>
		</teams>
		
		<asset_id>clipAssetIDHere</asset_id>
		<!--50 characters maximum. Clip identifier. Required. -->
		<eidr></eidr>
		<!--Optional.-->
		<tmsId></tmsId>
		<!--Gracenote ID. Optional.-->
		<title><![CDATA[Clip Title. Required.]]></title>
		<short_synopsis><![CDATA[Short summary of clip. 200 characters maximum. Required]]></short_synopsis>
		<long_synopsis><![CDATA[Long summary of clip. 500 characters maximum. Optional.]]></long_synopsis>
		<original_spoken_language>en-US</original_spoken_language>
		<country_of_origin>US</country_of_origin>
		<closedCaptions>Y</closedCaptions>
		<!--Y or N indicating whether the shortForm video delivered contains closed captions-->
		<closedCaptionsExemption></closedCaptionsExemption>
		<!--Required when closedCaptions value is N. See spec for enumerated allowable values-->
		<localizations>
			<localization name="es-MX">
				<title><![CDATA[Clip Title. Required.]]></title>
				<short_synopsis><![CDATA[Short summary of clip. 200 characters maximum. Required]]></short_synopsis>
				<long_synopsis><![CDATA[Long summary of clip. 500 characters maximum. Optional.]]></long_synopsis>
			</localization>
			<localization name="fr-CA">
				<title><![CDATA[Clip Title. Required.]]></title>
				<short_synopsis><![CDATA[Short summary of clip. 200 characters maximum. Required]]></short_synopsis>
				<long_synopsis><![CDATA[Long summary of clip. 500 characters maximum. Optional.]]></long_synopsis>
			</localization>
			<!--Additional localization blocks here-->
		</localizations>
		<release_date>YYYY-MM-DD</release_date>
		<!--Original release date of clip. YYYY-MM-DD format. Required.-->
		<runtime>120</runtime>
		<!--program run time in whole minutes. Integer only. Required-->
		<genres>
			<genre>drama</genre>
			<!-- Additional genres here. Must belong to the list of valid Roku genres. Required.-->
		</genres>
		<ratings>
			<!-- Note that when adding ratings, escape codes can be used. -->
			<rating system="USA_PR" reason="For drug content, some sensuality and war violence.">TV-14</rating>
			<rating system="CHVRS">14A</rating>
			<!--Additional ratings here-->
		</ratings>
		<tags>
			<tag>energy</tag>
			<tag>dance</tag>
			<!-- Additional tags here. Preferred.-->
		</tags>
		<cast>
			<cast_member>
				<display_name><![CDATA[Harrison Ford]]></display_name>
			</cast_member>
			<!-- Additional cast members here. Please try to include at least the top 3 actors.-->
		</cast>
		<crew>
			<crew_member>
				<display_name><![CDATA[George Lucas]]></display_name>
				<roles>
					<role>Director</role>
				</roles>
			</crew_member>
			<crew_member>
				<display_name><![CDATA[Gary Kurtz]]></display_name>
				<roles>
					<role>Producer</role>
				</roles>
			</crew_member>
			<!-- Additional crew members here Please try to include at least the director.-->
		</crew>
		<playOptions>
			<playOption>
				<country>US</country>
				<!-- Additional country nodes here assuming vodType, licensePeriodStart, and licensePeriodEnd are identical for all countries -->
				<vodType>SVOD</vodType>
				<!-- Additional vodType nodes here assuming country, licensePeriodStart, and licensePeriodEnd are identical for all vodTypes -->
				<licensePeriodStart>YYYY-MM-DDTHH:MM:SS</licensePeriodStart>
				<!--YYYY-MM-DDTHH:MM:SS format. Optional.-->
				<licensePeriodEnd>YYYY-MM-DDTHH:MM:SS</licensePeriodEnd>
				<!--YYYY-MM-DDTHH:MM:SS format. Optional.-->
			</playOption>
			<playOption>
				<country>CA</country>
				<vodType>AVOD</vodType>
				<licensePeriodStart>YYYY-MM-DDTHH:MM:SS</licensePeriodStart>
				<!--YYYY-MM-DDTHH:MM:SS format. Optional.-->
				<licensePeriodEnd>YYYY-MM-DDTHH:MM:SS</licensePeriodEnd>
				<!--YYYY-MM-DDTHH:MM:SS format. Optional.-->
			</playOption>
			<!--Additional playOption block here-->
		</playOptions>
		<assets media_type="video">
			<asset type="full">
				<data_file role="source">
					<locale name="en-US"/>
					<file_name>VideoFilename.mxf</file_name>
					<audio></audio>
					<!-- Audio node optional. Allowable values: stereoOnly, surroundOnly, stereoPlusSurround,surroundPlusStereo-->
				</data_file>
				
				<data_file role="captions">
					<locale name="en-US"/>
					<file_name>CaptionFilename.scc</file_name>
				</data_file>
				<!--Additional closed captions here-->
				<data_file role="audio">
					<locale name="es-MX"/>
					<file_name>audio_ES_MX.wav</file_name>
				</data_file>
				<data_file role="audio">
					<locale name="fr-CA"/>
					<file_name>audio_FR_CA.mp3</file_name>
				</data_file>
				<!--Addtional sidecar audio here-->
				<data_file role="forced subtitles">
					<locale name="es-MX"/>
					<file_name>force_subtitle_ES_MX.ttml</file_name>
				</data_file>
				<data_file role="forced subtitles">
					<locale name="fr-CA"/>
					<file_name>forced_subtitle_FR_CA.dfxp</file_name>
				</data_file>
				<!--Addtional forced subtitles here-->
				<data_file role="subtitles">
					<locale name="es-ES"/>
					<file_name>Subtitles_es.stl</file_name>
				</data_file>
				<data_file role="subtitles">
					<locale name="fr-FR"/>
					<file_name>Subtitles_fr.srt</file_name>
				</data_file>
				<data_file role="subtitles">
					<locale name="en-CA"/>
					<file_name>Subtitles_EN_CA.dfxp</file_name>
				</data_file>
				<!-- Additional Subtitles here-->
			</asset>
			<asset type="artwork">
				<data_file>
					<locale name="en-US"/>
					<file_name>keyArtFilename.jpg</file_name>
					<!--16:9 aspect ratio with title treatment. Required.-->
				</data_file>
			</asset>
			<asset type="artwork">
				<data_file>
					<locale name="es-MX"/>
					<file_name>keyArtFilename_esMX.jpg</file_name>
					<!--16:9 aspect ratio with title treatment. Required.-->
				</data_file>
			</asset>
			<asset type="artwork">
				<data_file>
					<locale name="fr-CA"/>
					<file_name>keyArtFilename_frCA.jpg</file_name>
					<!--16:9 aspect ratio with title treatment. Required.-->
				</data_file>
			</asset>
		</assets>
	</video>
</package>
