<?xml version="1.0" encoding="UTF-8"?>
<mdmec:CoreMetadata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.movielabs.com/schema/mdmec/v2.9 ../mdmec-v2.9.xsd"
 xmlns:md="http://www.movielabs.com/schema/md/v2.9/md"
 xmlns:mdmec="http://www.movielabs.com/schema/mdmec/v2.9">

<mdmec:Basic ContentID="md:cid:org:partneralias:bloopers_vam">
<md:LocalizedInfo language="en-US">

<!-- TitleDisplayUnlimited is required by Amazon. Limited to 250 characters. -->
<md:TitleDisplayUnlimited>TV Bloopers</md:TitleDisplayUnlimited>

<!-- TitleSort is required by the MEC XSD, but is not used by Amazon. Blank fields such as below are acceptable. -->
<md:TitleSort></md:TitleSort>
<md:ArtReference purpose="cover">16x9_episodic.jpg</md:ArtReference>

<!-- Summary190 is required by the MEC XSD, but is not required by Amazon. Blank fields such as below are acceptable. -->
<md:Summary190></md:Summary190>

<!-- Summary400 is required by Amazon -->
<md:Summary400>Bloopers for TV show</md:Summary400>

<!-- Genres must be submitted using the AV Genre codes, such as below. -->
<!-- Genres may be provided in just one, or all LocalizedInfo blocks. See the spec documentation for more detail. -->
<!-- At least 1 genre is required. Up to 3 genres are allowed. --> 
<md:Genre id="av_genre_drama"></md:Genre>
<md:Genre id="av_subgenre_drama_suspense"></md:Genre>
<md:Genre id="av_subgenre_drama_historical"></md:Genre>
</md:LocalizedInfo>
<!-- end of Localized Info -->
<!-- title level metadata agnostic of country or language  -->
<md:ReleaseYear>2015</md:ReleaseYear>
<!-- WorkType is Required -->
<md:WorkType>supplemental</md:WorkType>
<!-- The ID used in the MMC and in the Avail must also be included in the AltIdentifier section -->

<md:AltIdentifier>
<md:Namespace>ORG</md:Namespace>
<md:Identifier>bloopers_vam</md:Identifier>
</md:AltIdentifier>

<md:RatingSet>
<!-- each rating specifies exactly one country, system and value -->
<!-- At least one rating is required. If the work is not rated, use <md:notrated>true</md:notrated> -->
<!-- see http://www.movielabs.com/md/ratings/current.html for ratings -->
<md:Rating>
<md:Region>
<md:country>US</md:country>
</md:Region>
<md:System>AMAZON_MATURITY_RATING</md:System>
<md:Value>13+</md:Value>
</md:Rating>
</md:RatingSet>

<md:People>
	<md:Job>
	<md:JobFunction>Actor</md:JobFunction>
	<md:BillingBlockOrder>1</md:BillingBlockOrder>
	</md:Job>
	<md:Name>
	<md:DisplayName language="en-US">Actor</md:DisplayName>
	</md:Name>
</md:People>

<!-- OriginalLanguage is required by Amazon -->
<md:OriginalLanguage>en-US</md:OriginalLanguage>

<!-- AssociatedOrg is used to provide the Partner Alias and is required -->
<!-- Include the Partner Alias value in the @organizationID attribute and the value of "licensor" in the @role attribute -->
<md:AssociatedOrg organizationID="partneralias" role="licensor"></md:AssociatedOrg>
	<md:SequenceInfo>
		<md:Number>3</md:Number>
		</md:SequenceInfo>
		<md:Parent relationshipType="issupplementto">
			<md:ParentContentID>md:cid:org:partneralias:season1</md:ParentContentID>
		</md:Parent>
</mdmec:Basic>

<!-- CompanyDisplayCredit is used to provide customer-facing studio credits. Required. -->
<mdmec:CompanyDisplayCredit>
<md:DisplayString language="en-US">Company</md:DisplayString>
</mdmec:CompanyDisplayCredit>


</mdmec:CoreMetadata>