<?xml version="1.0" encoding="iso-8859-2"?><edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx"><edmx:DataServices m:DataServiceVersion="1.0" m:MaxDataServiceVersion="2.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><Schema Namespace="JayData.NewsReader" xmlns="http://schemas.microsoft.com/ado/2008/09/edm"><EntityType Name="Category"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" p6:StoreGeneratedPattern="Identity" xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation" /><Property Name="RowVersion" Type="Edm.Binary" MaxLength="4000" FixedLength="false" /><Property Name="Title" Type="Edm.String" MaxLength="4000" FixedLength="false" Unicode="true" /><Property Name="Subtitle" Type="Edm.String" MaxLength="4000" FixedLength="false" Unicode="true" /><Property Name="Description" Type="Edm.String" MaxLength="4000" FixedLength="false" Unicode="true" /><NavigationProperty Name="Articles" Relationship="JayData.NewsReader.Article_Category" ToRole="Article_Category_Source" FromRole="Article_Category_Target" /></EntityType><EntityType Name="Article"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" p6:StoreGeneratedPattern="Identity" xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation" /><Property Name="RowVersion" Type="Edm.Binary" Nullable="false" MaxLength="8" FixedLength="false" ConcurrencyMode="Fixed" p6:StoreGeneratedPattern="Computed" xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation" /><Property Name="Title" Type="Edm.String" Nullable="false" MaxLength="4000" FixedLength="false" Unicode="true" /><Property Name="Lead" Type="Edm.String" MaxLength="4000" FixedLength="false" Unicode="true" /><Property Name="Body" Type="Edm.String" MaxLength="4000" FixedLength="false" Unicode="true" /><Property Name="CreateDate" Type="Edm.DateTime" /><Property Name="Thumbnail_LowRes" Type="Edm.Binary" MaxLength="4000" FixedLength="false" /><Property Name="Thumbnail_HighRes" Type="Edm.Binary" MaxLength="4000" FixedLength="false" /><NavigationProperty Name="Category" Relationship="JayData.NewsReader.Article_Category" ToRole="Article_Category_Target" FromRole="Article_Category_Source" /><NavigationProperty Name="Tags" Relationship="JayData.NewsReader.TagConnection_Article" ToRole="TagConnection_Article_Source" FromRole="TagConnection_Article_Target" /><NavigationProperty Name="Author" Relationship="JayData.NewsReader.Article_Author" ToRole="Article_Author_Target" FromRole="Article_Author_Source" /><NavigationProperty Name="Reviewer" Relationship="JayData.NewsReader.Article_Reviewer" ToRole="Article_Reviewer_Target" FromRole="Article_Reviewer_Source" /></EntityType><EntityType Name="TagConnection"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" p6:StoreGeneratedPattern="Identity" xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation" /><NavigationProperty Name="Article" Relationship="JayData.NewsReader.TagConnection_Article" ToRole="TagConnection_Article_Target" FromRole="TagConnection_Article_Source" /><NavigationProperty Name="Tag" Relationship="JayData.NewsReader.Tag_Articles" ToRole="Tag_Articles_Source" FromRole="Tag_Articles_Target" /></EntityType><EntityType Name="Tag"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" p6:StoreGeneratedPattern="Identity" xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation" /><Property Name="Title" Type="Edm.String" MaxLength="4000" FixedLength="false" Unicode="true" /><NavigationProperty Name="Articles" Relationship="JayData.NewsReader.Tag_Articles" ToRole="Tag_Articles_Target" FromRole="Tag_Articles_Source" /></EntityType><EntityType Name="User"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" p6:StoreGeneratedPattern="Identity" xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation" /><Property Name="LoginName" Type="Edm.String" MaxLength="4000" FixedLength="false" Unicode="true" /><Property Name="Email" Type="Edm.String" MaxLength="4000" FixedLength="false" Unicode="true" /><NavigationProperty Name="Articles" Relationship="JayData.NewsReader.Article_Author" ToRole="Article_Author_Source" FromRole="Article_Author_Target" /><NavigationProperty Name="Profile" Relationship="JayData.NewsReader.UserProfile_User" ToRole="UserProfile_User_Source" FromRole="UserProfile_User_Target" /></EntityType><EntityType Name="UserProfile"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="FullName" Type="Edm.String" MaxLength="4000" FixedLength="false" Unicode="true" /><Property Name="Bio" Type="Edm.String" MaxLength="4000" FixedLength="false" Unicode="true" /><Property Name="Avatar" Type="Edm.Binary" MaxLength="4000" FixedLength="false" /><Property Name="Birthday" Type="Edm.DateTime" /><Property Name="Location" Type="JayData.NewsReader.Location" Nullable="false" /><NavigationProperty Name="User" Relationship="JayData.NewsReader.UserProfile_User" ToRole="UserProfile_User_Target" FromRole="UserProfile_User_Source" /></EntityType><ComplexType Name="Location"><Property Name="Address" Type="Edm.String" MaxLength="4000" FixedLength="false" Unicode="true" /><Property Name="City" Type="Edm.String" MaxLength="4000" FixedLength="false" Unicode="true" /><Property Name="Zip" Type="Edm.Int32" Nullable="false" /><Property Name="Country" Type="Edm.String" MaxLength="4000" FixedLength="false" Unicode="true" /></ComplexType><EntityType Name="TestItem"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" p6:StoreGeneratedPattern="None" xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation" /><Property Name="i0" Type="Edm.Int32" /><Property Name="b0" Type="Edm.Boolean" /><Property Name="s0" Type="Edm.String" MaxLength="4000" FixedLength="false" Unicode="true" /><Property Name="n0" Type="Edm.Double" /><Property Name="d0" Type="Edm.DateTime" /><NavigationProperty Name="Tags" Relationship="JayData.NewsReader.TestItem_Tags" ToRole="TestItem_Tags_Target" FromRole="TestItem_Tags_Source" /><NavigationProperty Name="User" Relationship="JayData.NewsReader.TestItem_User" ToRole="TestItem_User_Target" FromRole="TestItem_User_Source" /></EntityType><Association Name="Article_Category"><End Type="JayData.NewsReader.Article" Role="Article_Category_Source" Multiplicity="*" /><End Type="JayData.NewsReader.Category" Role="Article_Category_Target" Multiplicity="0..1" /></Association><Association Name="TagConnection_Article"><End Type="JayData.NewsReader.TagConnection" Role="TagConnection_Article_Source" Multiplicity="*" /><End Type="JayData.NewsReader.Article" Role="TagConnection_Article_Target" Multiplicity="0..1" /></Association><Association Name="Article_Author"><End Type="JayData.NewsReader.User" Role="Article_Author_Target" Multiplicity="0..1" /><End Type="JayData.NewsReader.Article" Role="Article_Author_Source" Multiplicity="*" /></Association><Association Name="Article_Reviewer"><End Type="JayData.NewsReader.Article" Role="Article_Reviewer_Source" Multiplicity="*" /><End Type="JayData.NewsReader.User" Role="Article_Reviewer_Target" Multiplicity="0..1" /></Association><Association Name="Tag_Articles"><End Type="JayData.NewsReader.Tag" Role="Tag_Articles_Source" Multiplicity="0..1" /><End Type="JayData.NewsReader.TagConnection" Role="Tag_Articles_Target" Multiplicity="*" /></Association><Association Name="UserProfile_User"><End Type="JayData.NewsReader.User" Role="UserProfile_User_Target" Multiplicity="1" /><End Type="JayData.NewsReader.UserProfile" Role="UserProfile_User_Source" Multiplicity="0..1" /><ReferentialConstraint><Principal Role="UserProfile_User_Target"><PropertyRef Name="Id" /></Principal><Dependent Role="UserProfile_User_Source"><PropertyRef Name="Id" /></Dependent></ReferentialConstraint></Association><Association Name="TestItem_Tags"><End Type="JayData.NewsReader.Tag" Role="TestItem_Tags_Target" Multiplicity="*" /><End Type="JayData.NewsReader.TestItem" Role="TestItem_Tags_Source" Multiplicity="0..1" /></Association><Association Name="TestItem_User"><End Type="JayData.NewsReader.TestItem" Role="TestItem_User_Source" Multiplicity="*" /><End Type="JayData.NewsReader.User" Role="TestItem_User_Target" Multiplicity="0..1" /></Association></Schema><Schema Namespace="System.Data.Objects" xmlns="http://schemas.microsoft.com/ado/2008/09/edm"><EntityContainer Name="EmptyNewsReaderContext" m:IsDefaultEntityContainer="true"><EntitySet Name="Categories" EntityType="JayData.NewsReader.Category" /><EntitySet Name="Articles" EntityType="JayData.NewsReader.Article" /><EntitySet Name="TagConnections" EntityType="JayData.NewsReader.TagConnection" /><EntitySet Name="Tags" EntityType="JayData.NewsReader.Tag" /><EntitySet Name="Users" EntityType="JayData.NewsReader.User" /><EntitySet Name="UserProfiles" EntityType="JayData.NewsReader.UserProfile" /><EntitySet Name="TestTable" EntityType="JayData.NewsReader.TestItem" /><FunctionImport Name="PrefilteredLocation" ReturnType="JayData.NewsReader.Location" m:HttpMethod="GET"><Parameter Name="minId" Type="Edm.Int32" /><Parameter Name="startsWith" Type="Edm.String" /></FunctionImport><FunctionImport Name="PrefilteredLocations" ReturnType="Collection(JayData.NewsReader.Location)" m:HttpMethod="GET"><Parameter Name="minId" Type="Edm.Int32" /><Parameter Name="startsWith" Type="Edm.String" /></FunctionImport><FunctionImport Name="PrefilteredArticlesCount" ReturnType="Edm.Int32" m:HttpMethod="GET"><Parameter Name="minId" Type="Edm.Int32" /><Parameter Name="startsWith" Type="Edm.String" /></FunctionImport><FunctionImport Name="PrefilteredArticlesId" ReturnType="Collection(Edm.Int32)" m:HttpMethod="GET"><Parameter Name="minId" Type="Edm.Int32" /><Parameter Name="startsWith" Type="Edm.String" /></FunctionImport><FunctionImport Name="PrefilteredArticles" ReturnType="Collection(JayData.NewsReader.Article)" EntitySet="Articles" m:HttpMethod="GET"><Parameter Name="minId" Type="Edm.Int32" /><Parameter Name="startsWith" Type="Edm.String" /></FunctionImport><FunctionImport Name="PrefilteredArticleList" ReturnType="Collection(JayData.NewsReader.Article)" EntitySet="Articles" m:HttpMethod="GET"><Parameter Name="minId" Type="Edm.Int32" /><Parameter Name="startsWith" Type="Edm.String" /></FunctionImport><FunctionImport Name="PrefilteredArticle" ReturnType="JayData.NewsReader.Article" EntitySet="Articles" m:HttpMethod="GET"><Parameter Name="minId" Type="Edm.Int32" /><Parameter Name="startsWith" Type="Edm.String" /></FunctionImport><FunctionImport Name="CreateCategory" m:HttpMethod="POST"><Parameter Name="title" Type="Edm.String" /><Parameter Name="subTitle" Type="Edm.String" /></FunctionImport><AssociationSet Name="Article_Category" Association="JayData.NewsReader.Article_Category"><End Role="Article_Category_Target" EntitySet="Categories" /><End Role="Article_Category_Source" EntitySet="Articles" /></AssociationSet><AssociationSet Name="TagConnection_Article" Association="JayData.NewsReader.TagConnection_Article"><End Role="TagConnection_Article_Target" EntitySet="Articles" /><End Role="TagConnection_Article_Source" EntitySet="TagConnections" /></AssociationSet><AssociationSet Name="Article_Author" Association="JayData.NewsReader.Article_Author"><End Role="Article_Author_Source" EntitySet="Articles" /><End Role="Article_Author_Target" EntitySet="Users" /></AssociationSet><AssociationSet Name="Article_Reviewer" Association="JayData.NewsReader.Article_Reviewer"><End Role="Article_Reviewer_Source" EntitySet="Articles" /><End Role="Article_Reviewer_Target" EntitySet="Users" /></AssociationSet><AssociationSet Name="Tag_Articles" Association="JayData.NewsReader.Tag_Articles"><End Role="Tag_Articles_Target" EntitySet="TagConnections" /><End Role="Tag_Articles_Source" EntitySet="Tags" /></AssociationSet><AssociationSet Name="UserProfile_User" Association="JayData.NewsReader.UserProfile_User"><End Role="UserProfile_User_Target" EntitySet="Users" /><End Role="UserProfile_User_Source" EntitySet="UserProfiles" /></AssociationSet><AssociationSet Name="TestItem_Tags" Association="JayData.NewsReader.TestItem_Tags"><End Role="TestItem_Tags_Source" EntitySet="TestTable" /><End Role="TestItem_Tags_Target" EntitySet="Tags" /></AssociationSet><AssociationSet Name="TestItem_User" Association="JayData.NewsReader.TestItem_User"><End Role="TestItem_User_Source" EntitySet="TestTable" /><End Role="TestItem_User_Target" EntitySet="Users" /></AssociationSet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>