<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx"><edmx:DataServices m:DataServiceVersion="1.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><Schema Namespace="BisonTrackerDbModel" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"><EntityType Name="Fan"><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="LiveId" Type="Edm.String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="LiveName" Type="Edm.String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="NickName" Type="Edm.String" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="RigId" Type="Edm.Int32" /><Property Name="Image" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /><NavigationProperty Name="FanGames" Relationship="BisonTrackerDbModel.FK_FanGame_Fan" ToRole="FanGame" FromRole="Fan" /></EntityType><EntityType Name="Tile"><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="AddDate" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="WinPhoneImage" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /></EntityType><EntityType Name="TileActivitySummary"><Key><PropertyRef Name="AddDate" /></Key><Property Name="AddDate" Type="Edm.DateTime" Nullable="false" Precision="3" /></EntityType><EntityType Name="FanGame"><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="FanId" Type="Edm.Int32" Nullable="false" /><Property Name="GameId" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Fan" Relationship="BisonTrackerDbModel.FK_FanGame_Fan" ToRole="Fan" FromRole="FanGame" /></EntityType><EntityType Name="FanBadgeRollupByType"><Key><PropertyRef Name="FanId" /><PropertyRef Name="BadgeTypeId" /><PropertyRef Name="BadgeTypeName" /><PropertyRef Name="BadgeCount" /></Key><Property Name="FanId" Type="Edm.Int32" Nullable="false" /><Property Name="BadgeTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="BadgeTypeName" Type="Edm.String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="BadgeTypeImage" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /><Property Name="BadgeTypePriority" Type="Edm.Int32" /><Property Name="BadgeTypeClass" Type="Edm.Int32" /><Property Name="BadgeCount" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="FanGameDetail"><Key><PropertyRef Name="FanId" /><PropertyRef Name="BadgeTypeId" /><PropertyRef Name="GameId" /><PropertyRef Name="GameName" /><PropertyRef Name="BadgeTypeName" /><PropertyRef Name="GameDate" /></Key><Property Name="FanId" Type="Edm.Int32" Nullable="false" /><Property Name="BadgeTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="GameId" Type="Edm.Int32" Nullable="false" /><Property Name="GameName" Type="Edm.String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="BadgeTypeName" Type="Edm.String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="GameImage" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /><Property Name="OurScore" Type="Edm.Int32" /><Property Name="OpponentScore" Type="Edm.Int32" /><Property Name="Win" Type="Edm.Boolean" /><Property Name="GameDate" Type="Edm.DateTime" Nullable="false" Precision="0" /><Property Name="GameSynopsis" Type="Edm.String" MaxLength="512" FixedLength="false" Unicode="true" /><Property Name="Latitude" Type="Edm.Double" /><Property Name="Longitude" Type="Edm.Double" /><Property Name="CityState" Type="Edm.String" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="StadiumImage" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /><Property Name="LogoImage" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /><Property Name="OpponentLogoImage" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /></EntityType><EntityType Name="GameDetail"><Key><PropertyRef Name="GameId" /><PropertyRef Name="GameName" /><PropertyRef Name="GameNfcId" /><PropertyRef Name="GameBadgeType" /><PropertyRef Name="GameDate" /><PropertyRef Name="StadiumName" /></Key><Property Name="GameId" Type="Edm.Int32" Nullable="false" /><Property Name="GameName" Type="Edm.String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="GameNfcId" Type="Edm.String" Nullable="false" MaxLength="16" FixedLength="false" Unicode="true" /><Property Name="GameImage" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /><Property Name="GameSynopsis" Type="Edm.String" MaxLength="512" FixedLength="false" Unicode="true" /><Property Name="GameBadgeType" Type="Edm.String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="GameDate" Type="Edm.DateTime" Nullable="false" Precision="0" /><Property Name="StadiumName" Type="Edm.String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="LogoImage" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /><Property Name="Latitude" Type="Edm.Double" /><Property Name="Longitude" Type="Edm.Double" /><Property Name="IsClassic" Type="Edm.Boolean" /><Property Name="StadiumCityState" Type="Edm.String" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="OpponentLogoImage" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /></EntityType><EntityType Name="GameStadiumDetail"><Key><PropertyRef Name="GameId" /><PropertyRef Name="GameName" /><PropertyRef Name="StadiumName" /></Key><Property Name="GameId" Type="Edm.Int32" Nullable="false" /><Property Name="GameName" Type="Edm.String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="StadiumImage" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /><Property Name="StadiumName" Type="Edm.String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="StadiumCityState" Type="Edm.String" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="Latitude" Type="Edm.Double" /><Property Name="Longitude" Type="Edm.Double" /></EntityType><EntityType Name="GameWatchPartyDetail"><Key><PropertyRef Name="GameId" /><PropertyRef Name="BadgeTypeName" /><PropertyRef Name="WatchPartyName" /></Key><Property Name="GameId" Type="Edm.Int32" Nullable="false" /><Property Name="BadgeTypeName" Type="Edm.String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="WatchPartyName" Type="Edm.String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="Address" Type="Edm.String" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="CityState" Type="Edm.String" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="Image" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /></EntityType><EntityType Name="GameMediaDetail"><Key><PropertyRef Name="GameId" /><PropertyRef Name="MediaName" /><PropertyRef Name="Priority" /></Key><Property Name="GameId" Type="Edm.Int32" Nullable="false" /><Property Name="MediaName" Type="Edm.String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="MediaCityState" Type="Edm.String" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="MediaLogo" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /><Property Name="Priority" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="RigLocationDetail"><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="LastLatitude" Type="Edm.Double" /><Property Name="LastLongitude" Type="Edm.Double" /><Property Name="LastLocationFix" Type="Edm.DateTime" Precision="3" /></EntityType><EntityType Name="RigDetail"><Key><PropertyRef Name="RigId" /><PropertyRef Name="Name" /></Key><Property Name="RigId" Type="Edm.Int32" Nullable="false" p6:StoreGeneratedPattern="Identity" xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation" /><Property Name="Name" Type="Edm.String" Nullable="false" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="City" Type="Edm.String" MaxLength="64" FixedLength="false" Unicode="true" /><Property Name="State" Type="Edm.String" MaxLength="12" FixedLength="false" Unicode="true" /><Property Name="RigImage" Type="Edm.Binary" MaxLength="Max" FixedLength="false" /><Property Name="Owners" Type="Edm.String" MaxLength="128" FixedLength="false" Unicode="true" /></EntityType><Association Name="FK_FanGame_Fan"><End Type="BisonTrackerDbModel.Fan" Role="Fan" Multiplicity="1" /><End Type="BisonTrackerDbModel.FanGame" Role="FanGame" Multiplicity="*" /><ReferentialConstraint><Principal Role="Fan"><PropertyRef Name="Id" /></Principal><Dependent Role="FanGame"><PropertyRef Name="FanId" /></Dependent></ReferentialConstraint></Association></Schema><Schema Namespace="BisonTrackerService" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"><EntityContainer Name="BisonTrackerDbEntities" m:IsDefaultEntityContainer="true" p6:LazyLoadingEnabled="true" xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation"><EntitySet Name="Fans" EntityType="BisonTrackerDbModel.Fan" /><EntitySet Name="Tiles" EntityType="BisonTrackerDbModel.Tile" /><EntitySet Name="TileActivitySummaries" EntityType="BisonTrackerDbModel.TileActivitySummary" /><EntitySet Name="FanGames" EntityType="BisonTrackerDbModel.FanGame" /><EntitySet Name="FanBadgeRollupByTypes" EntityType="BisonTrackerDbModel.FanBadgeRollupByType" /><EntitySet Name="FanGameDetails" EntityType="BisonTrackerDbModel.FanGameDetail" /><EntitySet Name="GameDetails" EntityType="BisonTrackerDbModel.GameDetail" /><EntitySet Name="GameStadiumDetails" EntityType="BisonTrackerDbModel.GameStadiumDetail" /><EntitySet Name="GameWatchPartyDetails" EntityType="BisonTrackerDbModel.GameWatchPartyDetail" /><EntitySet Name="GameMediaDetails" EntityType="BisonTrackerDbModel.GameMediaDetail" /><EntitySet Name="RigLocationDetails" EntityType="BisonTrackerDbModel.RigLocationDetail" /><EntitySet Name="RigDetails" EntityType="BisonTrackerDbModel.RigDetail" /><AssociationSet Name="FK_FanGame_Fan" Association="BisonTrackerDbModel.FK_FanGame_Fan"><End Role="Fan" EntitySet="Fans" /><End Role="FanGame" EntitySet="FanGames" /></AssociationSet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>