<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:DataServices><Schema Namespace="LincolnCounty.InmateRoster.Models" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Code"><Key><PropertyRef Name="number" /></Key><Property Name="number" Type="Edm.String" Nullable="false" /><Property Name="level" Type="Edm.String" Nullable="false" /><Property Name="bailAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="description" Type="Edm.String" Nullable="false" /><Property Name="rowId" Type="Edm.Int64" Nullable="false" /><Property Name="inmateNumber" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="inmate" Type="LincolnCounty.InmateRoster.Models.Inmate" Nullable="false" /></EntityType><EntityType Name="Inmate"><Key><PropertyRef Name="bookingNumber" /></Key><Property Name="bookingNumber" Type="Edm.Int32" Nullable="false" /><Property Name="arrestAgency" Type="Edm.String" Nullable="false" /><Property Name="arrestDate" Type="Edm.DateTimeOffset" /><Property Name="bailAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="bookingDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="city" Type="Edm.String" Nullable="false" /><Property Name="classification" Type="Edm.String" Nullable="false" /><Property Name="countryOfBirth" Type="Edm.String" Nullable="false" /><Property Name="firstName" Type="Edm.String" Nullable="false" /><Property Name="initialBilling" Type="Edm.String" Nullable="false" /><Property Name="lastName" Type="Edm.String" Nullable="false" /><Property Name="middleName" Type="Edm.String" Nullable="false" /><Property Name="race" Type="Edm.String" Nullable="false" /><Property Name="scheduledReleaseDate" Type="Edm.DateTimeOffset" /><Property Name="sex" Type="Edm.String" Nullable="false" /><Property Name="state" Type="Edm.String" Nullable="false" /><Property Name="status" Type="Edm.String" Nullable="false" /><Property Name="rowId" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="charges" Type="Collection(LincolnCounty.InmateRoster.Models.Code)" /><NavigationProperty Name="mugshots" Type="Collection(LincolnCounty.InmateRoster.Models.Mugshot)" /></EntityType><EntityType Name="Mugshot"><Key><PropertyRef Name="id" /></Key><Property Name="id" Type="Edm.Int32" Nullable="false" /><Property Name="image" Type="Edm.String" Nullable="false" /><Property Name="binLength" Type="Edm.Int32" Nullable="false" /><Property Name="imageType" Type="Edm.String" Nullable="false" /><Property Name="primary" Type="Edm.Boolean" Nullable="false" /><Property Name="rowId" Type="Edm.Int32" Nullable="false" /><Property Name="inmateNumber" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="inmate" Type="LincolnCounty.InmateRoster.Models.Inmate" Nullable="false" /></EntityType></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="Container"><EntitySet Name="Codes" EntityType="LincolnCounty.InmateRoster.Models.Code"><NavigationPropertyBinding Path="inmate" Target="Inmates" /></EntitySet><EntitySet Name="Inmates" EntityType="LincolnCounty.InmateRoster.Models.Inmate"><NavigationPropertyBinding Path="charges" Target="Codes" /><NavigationPropertyBinding Path="mugshots" Target="Mugshots" /></EntitySet><EntitySet Name="Mugshots" EntityType="LincolnCounty.InmateRoster.Models.Mugshot"><NavigationPropertyBinding Path="inmate" Target="Inmates" /></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>