1. <?xml version="1.0" encoding="utf-8"?>
  2. <edmx:Edmx Version="2.0" xmlns:edmx="http://schemas.microsoft.com/ado/2008/10/edmx">
  3.   <!-- EF Runtime content -->
  4.   <edmx:Runtime>
  5.     <!-- SSDL content -->
  6.     <edmx:StorageModels>
  7.       <Schema Namespace="App597Model.Store" Alias="Self" Provider="System.Data.SqlClient" ProviderManifestToken="2008" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns="http://schemas.microsoft.com/ado/2009/02/edm/ssdl">
  8.       </Schema>
  9.     </edmx:StorageModels>
  10.   </edmx:Runtime>
  11. </edmx:Edmx>