<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">
  <edmx:DataServices xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" m:DataServiceVersion="1.0">
    <Schema Namespace="Netflix.Catalog.v2" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://schemas.microsoft.com/ado/2008/09/edm">
      <EntityType Name="Genre">
        <Key>
          <PropertyRef Name="Name" />
        </Key>
        <Property Name="Name" Type="Edm.String" Nullable="false" MaxLength="128" Unicode="true" FixedLength="false" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="True" />
        <NavigationProperty Name="Titles" Relationship="Netflix.Catalog.v2.Genre_Titles" FromRole="Genre_Titles_Source" ToRole="Genre_Titles_Target" />
      </EntityType>
      <EntityType Name="Title" m:HasStream="true">
        <Key>
          <PropertyRef Name="Id" />
        </Key>
        <Property Name="Id" Type="Edm.String" Nullable="false" MaxLength="128" Unicode="true" FixedLength="false" />
        <Property Name="Name" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="True" />
        <Property Name="ShortName" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="Synopsis" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" m:FC_TargetPath="SyndicationSummary" m:FC_ContentKind="html" m:FC_KeepInContent="True" />
        <Property Name="ShortSynopsis" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="AverageRating" Type="Edm.Double" Nullable="true" />
        <Property Name="ReleaseYear" Type="Edm.Int32" Nullable="true" />
        <Property Name="Url" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="Runtime" Type="Edm.Int32" Nullable="true" />
        <Property Name="Rating" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="DateModified" Type="Edm.DateTime" Nullable="false" m:FC_TargetPath="SyndicationUpdated" m:FC_ContentKind="text" m:FC_KeepInContent="True" />
        <Property Name="Type" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="WebsiteUrl" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="NetflixApiId" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="TinyUrl" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="BluRay" Type="Netflix.Catalog.v2.DeliveryFormatAvailability" Nullable="false" />
        <Property Name="BoxArt" Type="Netflix.Catalog.v2.BoxArt" Nullable="false" />
        <Property Name="Dvd" Type="Netflix.Catalog.v2.DeliveryFormatAvailability" Nullable="false" />
        <Property Name="Instant" Type="Netflix.Catalog.v2.InstantAvailability" Nullable="false" />
        <NavigationProperty Name="Disc" Relationship="Netflix.Catalog.v2.Title_Disc" FromRole="Title_Disc_Source" ToRole="Title_Disc_Target" />
        <NavigationProperty Name="Season" Relationship="Netflix.Catalog.v2.Title_Season" FromRole="Title_Season_Source" ToRole="Title_Season_Target" />
        <NavigationProperty Name="Series" Relationship="Netflix.Catalog.v2.Title_Series" FromRole="Title_Series_Source" ToRole="Title_Series_Target" />
        <NavigationProperty Name="Movie" Relationship="Netflix.Catalog.v2.Title_Movie" FromRole="Title_Movie_Source" ToRole="Title_Movie_Target" />
        <NavigationProperty Name="AudioFormats" Relationship="Netflix.Catalog.v2.TitleAudioFormat_Title" FromRole="TitleAudioFormat_Title_Target" ToRole="TitleAudioFormat_Title_Source" />
        <NavigationProperty Name="Awards" Relationship="Netflix.Catalog.v2.TitleAward_Title" FromRole="TitleAward_Title_Target" ToRole="TitleAward_Title_Source" />
        <NavigationProperty Name="ScreenFormats" Relationship="Netflix.Catalog.v2.TitleScreenFormat_Title" FromRole="TitleScreenFormat_Title_Target" ToRole="TitleScreenFormat_Title_Source" />
        <NavigationProperty Name="Languages" Relationship="Netflix.Catalog.v2.Language_Titles" FromRole="Language_Titles_Target" ToRole="Language_Titles_Source" />
        <NavigationProperty Name="Cast" Relationship="Netflix.Catalog.v2.Person_TitlesActedIn" FromRole="Person_TitlesActedIn_Target" ToRole="Person_TitlesActedIn_Source" />
        <NavigationProperty Name="Directors" Relationship="Netflix.Catalog.v2.Person_TitlesDirected" FromRole="Person_TitlesDirected_Target" ToRole="Person_TitlesDirected_Source" />
        <NavigationProperty Name="Discs" Relationship="Netflix.Catalog.v2.Title_Discs" FromRole="Title_Discs_Source" ToRole="Title_Discs_Target" />
        <NavigationProperty Name="Episodes" Relationship="Netflix.Catalog.v2.Title_Episodes" FromRole="Title_Episodes_Source" ToRole="Title_Episodes_Target" />
        <NavigationProperty Name="Genres" Relationship="Netflix.Catalog.v2.Genre_Titles" FromRole="Genre_Titles_Target" ToRole="Genre_Titles_Source" />
        <NavigationProperty Name="Seasons" Relationship="Netflix.Catalog.v2.Title_Seasons" FromRole="Title_Seasons_Source" ToRole="Title_Seasons_Target" />
      </EntityType>
      <ComplexType Name="DeliveryFormatAvailability">
        <Property Name="Available" Type="Edm.Boolean" Nullable="false" />
        <Property Name="AvailableFrom" Type="Edm.DateTime" Nullable="true" />
        <Property Name="AvailableTo" Type="Edm.DateTime" Nullable="true" />
        <Property Name="Rating" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="Runtime" Type="Edm.Int32" Nullable="true" />
      </ComplexType>
      <ComplexType Name="BoxArt">
        <Property Name="SmallUrl" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="MediumUrl" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="LargeUrl" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="HighDefinitionUrl" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
      </ComplexType>
      <ComplexType Name="InstantAvailability">
        <Property Name="Available" Type="Edm.Boolean" Nullable="false" />
        <Property Name="AvailableFrom" Type="Edm.DateTime" Nullable="true" />
        <Property Name="AvailableTo" Type="Edm.DateTime" Nullable="true" />
        <Property Name="HighDefinitionAvailable" Type="Edm.Boolean" Nullable="false" />
        <Property Name="Rating" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="Runtime" Type="Edm.Int32" Nullable="true" />
      </ComplexType>
      <EntityType Name="TitleAudioFormat">
        <Key>
          <PropertyRef Name="TitleId" />
          <PropertyRef Name="DeliveryFormat" />
          <PropertyRef Name="Language" />
          <PropertyRef Name="Format" />
        </Key>
        <Property Name="TitleId" Type="Edm.String" Nullable="false" MaxLength="128" Unicode="true" FixedLength="false" />
        <Property Name="DeliveryFormat" Type="Edm.String" Nullable="false" MaxLength="128" Unicode="true" FixedLength="false" />
        <Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="128" Unicode="true" FixedLength="false" />
        <Property Name="Format" Type="Edm.String" Nullable="false" MaxLength="128" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="Title" Relationship="Netflix.Catalog.v2.TitleAudioFormat_Title" FromRole="TitleAudioFormat_Title_Source" ToRole="TitleAudioFormat_Title_Target" />
      </EntityType>
      <EntityType Name="TitleAward">
        <Key>
          <PropertyRef Name="Id" />
        </Key>
        <Property Name="Id" Type="Edm.Guid" Nullable="false" />
        <Property Name="Type" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="Category" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="Year" Type="Edm.Int32" Nullable="true" />
        <Property Name="Won" Type="Edm.Boolean" Nullable="false" />
        <NavigationProperty Name="Person" Relationship="Netflix.Catalog.v2.TitleAward_Person" FromRole="TitleAward_Person_Source" ToRole="TitleAward_Person_Target" />
        <NavigationProperty Name="Title" Relationship="Netflix.Catalog.v2.TitleAward_Title" FromRole="TitleAward_Title_Source" ToRole="TitleAward_Title_Target" />
      </EntityType>
      <EntityType Name="Person">
        <Key>
          <PropertyRef Name="Id" />
        </Key>
        <Property Name="Id" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="Name" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="True" />
        <NavigationProperty Name="Awards" Relationship="Netflix.Catalog.v2.TitleAward_Person" FromRole="TitleAward_Person_Target" ToRole="TitleAward_Person_Source" />
        <NavigationProperty Name="TitlesActedIn" Relationship="Netflix.Catalog.v2.Person_TitlesActedIn" FromRole="Person_TitlesActedIn_Source" ToRole="Person_TitlesActedIn_Target" />
        <NavigationProperty Name="TitlesDirected" Relationship="Netflix.Catalog.v2.Person_TitlesDirected" FromRole="Person_TitlesDirected_Source" ToRole="Person_TitlesDirected_Target" />
      </EntityType>
      <EntityType Name="TitleScreenFormat">
        <Key>
          <PropertyRef Name="TitleId" />
          <PropertyRef Name="DeliveryFormat" />
          <PropertyRef Name="Format" />
        </Key>
        <Property Name="TitleId" Type="Edm.String" Nullable="false" MaxLength="128" Unicode="true" FixedLength="false" />
        <Property Name="DeliveryFormat" Type="Edm.String" Nullable="false" MaxLength="128" Unicode="true" FixedLength="false" />
        <Property Name="Format" Type="Edm.String" Nullable="false" MaxLength="128" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="Title" Relationship="Netflix.Catalog.v2.TitleScreenFormat_Title" FromRole="TitleScreenFormat_Title_Source" ToRole="TitleScreenFormat_Title_Target" />
      </EntityType>
      <EntityType Name="Language">
        <Key>
          <PropertyRef Name="Name" />
        </Key>
        <Property Name="Name" Type="Edm.String" Nullable="false" MaxLength="128" Unicode="true" FixedLength="false" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="True" />
        <NavigationProperty Name="Titles" Relationship="Netflix.Catalog.v2.Language_Titles" FromRole="Language_Titles_Source" ToRole="Language_Titles_Target" />
      </EntityType>
      <Association Name="Title_Disc">
        <End Role="Title_Disc_Source" Type="Netflix.Catalog.v2.Title" Multiplicity="*" />
        <End Role="Title_Disc_Target" Type="Netflix.Catalog.v2.Title" Multiplicity="0..1" />
      </Association>
      <Association Name="Title_Season">
        <End Role="Title_Season_Source" Type="Netflix.Catalog.v2.Title" Multiplicity="*" />
        <End Role="Title_Season_Target" Type="Netflix.Catalog.v2.Title" Multiplicity="0..1" />
      </Association>
      <Association Name="Title_Series">
        <End Role="Title_Series_Source" Type="Netflix.Catalog.v2.Title" Multiplicity="*" />
        <End Role="Title_Series_Target" Type="Netflix.Catalog.v2.Title" Multiplicity="0..1" />
      </Association>
      <Association Name="Title_Movie">
        <End Role="Title_Movie_Source" Type="Netflix.Catalog.v2.Title" Multiplicity="*" />
        <End Role="Title_Movie_Target" Type="Netflix.Catalog.v2.Title" Multiplicity="0..1" />
      </Association>
      <Association Name="TitleAudioFormat_Title">
        <End Role="TitleAudioFormat_Title_Source" Type="Netflix.Catalog.v2.TitleAudioFormat" Multiplicity="*" />
        <End Role="TitleAudioFormat_Title_Target" Type="Netflix.Catalog.v2.Title" Multiplicity="1">
          <OnDelete Action="Cascade" />
        </End>
        <ReferentialConstraint>
          <Principal Role="TitleAudioFormat_Title_Target">
            <PropertyRef Name="Id" />
          </Principal>
          <Dependent Role="TitleAudioFormat_Title_Source">
            <PropertyRef Name="TitleId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="Person_TitlesActedIn">
        <End Role="Person_TitlesActedIn_Source" Type="Netflix.Catalog.v2.Person" Multiplicity="*" />
        <End Role="Person_TitlesActedIn_Target" Type="Netflix.Catalog.v2.Title" Multiplicity="*" />
      </Association>
      <Association Name="Person_TitlesDirected">
        <End Role="Person_TitlesDirected_Source" Type="Netflix.Catalog.v2.Person" Multiplicity="*" />
        <End Role="Person_TitlesDirected_Target" Type="Netflix.Catalog.v2.Title" Multiplicity="*" />
      </Association>
      <Association Name="TitleAward_Person">
        <End Role="TitleAward_Person_Source" Type="Netflix.Catalog.v2.TitleAward" Multiplicity="*" />
        <End Role="TitleAward_Person_Target" Type="Netflix.Catalog.v2.Person" Multiplicity="0..1" />
      </Association>
      <Association Name="TitleAward_Title">
        <End Role="TitleAward_Title_Source" Type="Netflix.Catalog.v2.TitleAward" Multiplicity="*" />
        <End Role="TitleAward_Title_Target" Type="Netflix.Catalog.v2.Title" Multiplicity="1">
          <OnDelete Action="Cascade" />
        </End>
      </Association>
      <Association Name="TitleScreenFormat_Title">
        <End Role="TitleScreenFormat_Title_Source" Type="Netflix.Catalog.v2.TitleScreenFormat" Multiplicity="*" />
        <End Role="TitleScreenFormat_Title_Target" Type="Netflix.Catalog.v2.Title" Multiplicity="1">
          <OnDelete Action="Cascade" />
        </End>
        <ReferentialConstraint>
          <Principal Role="TitleScreenFormat_Title_Target">
            <PropertyRef Name="Id" />
          </Principal>
          <Dependent Role="TitleScreenFormat_Title_Source">
            <PropertyRef Name="TitleId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="Language_Titles">
        <End Role="Language_Titles_Source" Type="Netflix.Catalog.v2.Language" Multiplicity="*" />
        <End Role="Language_Titles_Target" Type="Netflix.Catalog.v2.Title" Multiplicity="*" />
      </Association>
      <Association Name="Title_Discs">
        <End Role="Title_Discs_Source" Type="Netflix.Catalog.v2.Title" Multiplicity="*" />
        <End Role="Title_Discs_Target" Type="Netflix.Catalog.v2.Title" Multiplicity="*" />
      </Association>
      <Association Name="Title_Episodes">
        <End Role="Title_Episodes_Source" Type="Netflix.Catalog.v2.Title" Multiplicity="*" />
        <End Role="Title_Episodes_Target" Type="Netflix.Catalog.v2.Title" Multiplicity="*" />
      </Association>
      <Association Name="Title_Seasons">
        <End Role="Title_Seasons_Source" Type="Netflix.Catalog.v2.Title" Multiplicity="*" />
        <End Role="Title_Seasons_Target" Type="Netflix.Catalog.v2.Title" Multiplicity="*" />
      </Association>
      <Association Name="Genre_Titles">
        <End Role="Genre_Titles_Source" Type="Netflix.Catalog.v2.Genre" Multiplicity="*" />
        <End Role="Genre_Titles_Target" Type="Netflix.Catalog.v2.Title" Multiplicity="*" />
      </Association>
    </Schema>
    <Schema Namespace="System.Data.Objects" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://schemas.microsoft.com/ado/2008/09/edm">
      <EntityContainer Name="NetflixCatalog" m:IsDefaultEntityContainer="true">
        <FunctionImport Name="Movies" EntitySet="Titles" ReturnType="Collection(Netflix.Catalog.v2.Title)" m:HttpMethod="GET" />
        <FunctionImport Name="Series" EntitySet="Titles" ReturnType="Collection(Netflix.Catalog.v2.Title)" m:HttpMethod="GET" />
        <FunctionImport Name="Seasons" EntitySet="Titles" ReturnType="Collection(Netflix.Catalog.v2.Title)" m:HttpMethod="GET" />
        <FunctionImport Name="Discs" EntitySet="Titles" ReturnType="Collection(Netflix.Catalog.v2.Title)" m:HttpMethod="GET" />
        <FunctionImport Name="Episodes" EntitySet="Titles" ReturnType="Collection(Netflix.Catalog.v2.Title)" m:HttpMethod="GET" />
        <EntitySet Name="Genres" EntityType="Netflix.Catalog.v2.Genre" />
        <EntitySet Name="Titles" EntityType="Netflix.Catalog.v2.Title" />
        <EntitySet Name="TitleAudioFormats" EntityType="Netflix.Catalog.v2.TitleAudioFormat" />
        <EntitySet Name="TitleAwards" EntityType="Netflix.Catalog.v2.TitleAward" />
        <EntitySet Name="People" EntityType="Netflix.Catalog.v2.Person" />
        <EntitySet Name="TitleScreenFormats" EntityType="Netflix.Catalog.v2.TitleScreenFormat" />
        <EntitySet Name="Languages" EntityType="Netflix.Catalog.v2.Language" />
        <AssociationSet Name="Title_Disc" Association="Netflix.Catalog.v2.Title_Disc">
          <End Role="Title_Disc_Source" EntitySet="Titles" />
          <End Role="Title_Disc_Target" EntitySet="Titles" />
        </AssociationSet>
        <AssociationSet Name="Title_Season" Association="Netflix.Catalog.v2.Title_Season">
          <End Role="Title_Season_Source" EntitySet="Titles" />
          <End Role="Title_Season_Target" EntitySet="Titles" />
        </AssociationSet>
        <AssociationSet Name="Title_Series" Association="Netflix.Catalog.v2.Title_Series">
          <End Role="Title_Series_Source" EntitySet="Titles" />
          <End Role="Title_Series_Target" EntitySet="Titles" />
        </AssociationSet>
        <AssociationSet Name="Title_Movie" Association="Netflix.Catalog.v2.Title_Movie">
          <End Role="Title_Movie_Source" EntitySet="Titles" />
          <End Role="Title_Movie_Target" EntitySet="Titles" />
        </AssociationSet>
        <AssociationSet Name="TitleAudioFormat_Title" Association="Netflix.Catalog.v2.TitleAudioFormat_Title">
          <End Role="TitleAudioFormat_Title_Source" EntitySet="TitleAudioFormats" />
          <End Role="TitleAudioFormat_Title_Target" EntitySet="Titles" />
        </AssociationSet>
        <AssociationSet Name="Person_TitlesActedIn" Association="Netflix.Catalog.v2.Person_TitlesActedIn">
          <End Role="Person_TitlesActedIn_Source" EntitySet="People" />
          <End Role="Person_TitlesActedIn_Target" EntitySet="Titles" />
        </AssociationSet>
        <AssociationSet Name="Person_TitlesDirected" Association="Netflix.Catalog.v2.Person_TitlesDirected">
          <End Role="Person_TitlesDirected_Source" EntitySet="People" />
          <End Role="Person_TitlesDirected_Target" EntitySet="Titles" />
        </AssociationSet>
        <AssociationSet Name="TitleAward_Person" Association="Netflix.Catalog.v2.TitleAward_Person">
          <End Role="TitleAward_Person_Source" EntitySet="TitleAwards" />
          <End Role="TitleAward_Person_Target" EntitySet="People" />
        </AssociationSet>
        <AssociationSet Name="TitleAward_Title" Association="Netflix.Catalog.v2.TitleAward_Title">
          <End Role="TitleAward_Title_Source" EntitySet="TitleAwards" />
          <End Role="TitleAward_Title_Target" EntitySet="Titles" />
        </AssociationSet>
        <AssociationSet Name="TitleScreenFormat_Title" Association="Netflix.Catalog.v2.TitleScreenFormat_Title">
          <End Role="TitleScreenFormat_Title_Source" EntitySet="TitleScreenFormats" />
          <End Role="TitleScreenFormat_Title_Target" EntitySet="Titles" />
        </AssociationSet>
        <AssociationSet Name="Language_Titles" Association="Netflix.Catalog.v2.Language_Titles">
          <End Role="Language_Titles_Source" EntitySet="Languages" />
          <End Role="Language_Titles_Target" EntitySet="Titles" />
        </AssociationSet>
        <AssociationSet Name="Title_Discs" Association="Netflix.Catalog.v2.Title_Discs">
          <End Role="Title_Discs_Source" EntitySet="Titles" />
          <End Role="Title_Discs_Target" EntitySet="Titles" />
        </AssociationSet>
        <AssociationSet Name="Title_Episodes" Association="Netflix.Catalog.v2.Title_Episodes">
          <End Role="Title_Episodes_Source" EntitySet="Titles" />
          <End Role="Title_Episodes_Target" EntitySet="Titles" />
        </AssociationSet>
        <AssociationSet Name="Title_Seasons" Association="Netflix.Catalog.v2.Title_Seasons">
          <End Role="Title_Seasons_Source" EntitySet="Titles" />
          <End Role="Title_Seasons_Target" EntitySet="Titles" />
        </AssociationSet>
        <AssociationSet Name="Genre_Titles" Association="Netflix.Catalog.v2.Genre_Titles">
          <End Role="Genre_Titles_Source" EntitySet="Genres" />
          <End Role="Genre_Titles_Target" EntitySet="Titles" />
        </AssociationSet>
      </EntityContainer>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>
