<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">

    <xs:include schemaLocation="types.xsd"/>

    <!--  Audience Interest Feed -->
    <xs:element name="audienceInterest" type="AudienceInterest">
        <xs:annotation>
            <xs:documentation>An Audience Interest instance. An Audience Interest is a thematic
                classification used by Items Of Interest or Product content.</xs:documentation>
        </xs:annotation>
    </xs:element>

    <!--  Location Feed -->
    <xs:element name="location" type="Location">
        <xs:annotation>
            <xs:documentation>An Location instance. A location is a geographic classification used
                by Items Of Interest or Product content.</xs:documentation>
        </xs:annotation>
    </xs:element>

    <!--  Item Of Interest Feed -->
    <xs:element name="itemOfInterest" type="ItemOfInterest">
        <xs:annotation>
            <xs:documentation>An Item Of Interest instance. An Item Of Interest represents point or
                event that is of interest.</xs:documentation>
        </xs:annotation>
    </xs:element>

    <!-- Guide Feed -->
    <xs:element name="guide" type="Guide">
        <xs:annotation>
            <xs:documentation>A Guide containing a hierarchial tree of links to its child
                guideStructures.</xs:documentation>
        </xs:annotation>
    </xs:element>

    <!-- Guide Structure Feed -->
    <xs:element name="guideStructure" type="GuideStructure">
        <xs:annotation>
            <xs:documentation>An Guide Structure Item.</xs:documentation>
        </xs:annotation>
    </xs:element>

    <!--Search Feed -->
    <xs:element name="searchResponse" type="SearchResponse">
        <xs:annotation>
            <xs:documentation>A response to a search based query.</xs:documentation>
        </xs:annotation>
    </xs:element>
    
    <!-- Destination Menu Feed -->
    <xs:element name="destinationMenu" type="DestinationMenu">
        <xs:annotation>
            <xs:documentation>A menu of links for a destination.</xs:documentation>
        </xs:annotation>
    </xs:element>
    
    <!-- Slideshow Feed -->
    <xs:element name="slideshow" type="Slideshow">
        <xs:annotation>
            <xs:documentation>A Slideshow instance. An Slideshow is a representation of a digital
                asset.</xs:documentation>
        </xs:annotation>
    </xs:element>

    <!-- Media Feed -->
    <xs:element name="media" type="Media">
        <xs:annotation>
            <xs:documentation>An Media instance. An Media is a representation of a digital
                asset.</xs:documentation>
        </xs:annotation>
    </xs:element>

</xs:schema>

