<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="urn:mpeg:maf:Profile:mediastreaming:tva:2007" 
		xmlns:tva-msaf="urn:mpeg:maf:Profile:mediastreaming:tva:2007" 
		xmlns:tva="urn:tva:metadata:2002" 
		xmlns:mpeg7="urn:mpeg:mpeg7:schema:2001" 
		xmlns="http://www.w3.org/2001/XMLSchema" 
		elementFormDefault="qualified" attributeFormDefault="unqualified">
	<import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
	<import namespace="urn:mpeg:mpeg7:schema:2001" schemaLocation="http://www.dmpf.org/schemas/mpeg7.xsd"/>
	<import namespace="urn:tva:metadata:2002" schemaLocation="http://www.dmpf.org/schemas/tva.xsd"/>
	<element name="TVAMain" type="tva-msaf:TVAMainType"/>
	<complexType name="TVAMainType">
		<sequence>
			<element name="CopyrightNotice" type="string" minOccurs="0"/>
			<element name="ClassificationSchemeTable" type="tva:ClassificationSchemeTableType" minOccurs="0"/>
			<element name="ProgramDescription" type="tva-msaf:ProgramDescriptionType" minOccurs="0"/>
		</sequence>
		<attribute ref="xml:lang" use="optional" default="en"/>
		<attribute name="publisher" type="string" use="optional"/>
		<attribute name="publicationTime" type="dateTime" use="optional"/>
		<attribute name="rightsOwner" type="string" use="optional"/>
		<attribute name="version" type="unsignedInt" use="optional"/>
	</complexType>
	<complexType name="ProgramDescriptionType">
		<sequence>
			<element name="ProgramInformationTable" type="tva:ProgramInformationTableType" minOccurs="0"/>
			<element name="GroupInformationTable" type="tva:GroupInformationTableType" minOccurs="0"/>
			<element name="CreditsInformationTable" type="tva:CreditsInformationTableType" minOccurs="0"/>
		</sequence>
	</complexType>
</schema>
