<?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="SNBModel" 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/2006/04/edm">
      <EntityType Name="ATM">
        <Key>
          <PropertyRef Name="ATMID" />
        </Key>
        <Property Name="ATMID" Type="Edm.Int32" Nullable="false" />
        <Property Name="Name" Type="Edm.String" Nullable="false" MaxLength="255" Unicode="true" FixedLength="false" m:FC_TargetPath="SyndicationTitle" />
        <Property Name="Latitude" Type="Edm.Double" Nullable="false" m:FC_TargetPath="lat" m:FC_NsUri="http://www.georss.org/georss" m:FC_NsPrefix="geo" m:FC_KeepContent="true" />
        <Property Name="Longitude" Type="Edm.Double" Nullable="false" m:FC_TargetPath="long" m:FC_NsUri="http://www.georss.org/georss" m:FC_NsPrefix="geo" m:FC_KeepContent="true" />
        <Property Name="Road" Type="Edm.String" Nullable="true" MaxLength="255" Unicode="true" FixedLength="false" />
        <Property Name="Block" Type="Edm.String" Nullable="true" MaxLength="64" Unicode="true" FixedLength="false" />
        <Property Name="Unit" Type="Edm.String" Nullable="true" MaxLength="255" Unicode="true" FixedLength="false" />
        <Property Name="Postal" Type="Edm.String" Nullable="true" MaxLength="50" Unicode="false" FixedLength="false" />
        <Property Name="Distance" Type="Edm.Double" Nullable="true" />
        <Property Name="Summary" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" m:FC_TargetPath="SyndicationSummary" />
        <Property Name="CreateDate" Type="Edm.DateTime" Nullable="false" />
      </EntityType>
      <EntityType Name="BusStop">
        <Key>
          <PropertyRef Name="BusStopID" />
        </Key>
        <Property Name="BusStopID" Type="Edm.Int32" Nullable="false" />
        <Property Name="Name" Type="Edm.String" Nullable="false" m:FC_TargetPath="SyndicationTitle" />
        <Property Name="Road" Type="Edm.String" Nullable="false" />
        <Property Name="Latitude" Type="Edm.Double" Nullable="false" m:FC_TargetPath="lat" m:FC_NsUri="http://www.georss.org/georss" m:FC_NsPrefix="geo" m:FC_KeepContent="true" />
        <Property Name="Longitude" Type="Edm.Double" Nullable="false" m:FC_TargetPath="long" m:FC_NsUri="http://www.georss.org/georss" m:FC_NsPrefix="geo" m:FC_KeepContent="true" />
        <Property Name="Distance" Type="Edm.Double" Nullable="true" />
        <Property Name="Summary" Type="Edm.String" Nullable="true" m:FC_TargetPath="SyndicationSummary" />
        <Property Name="CreateDate" Type="Edm.DateTime" Nullable="false" />
      </EntityType>
      <EntityType Name="Clinic">
        <Key>
          <PropertyRef Name="ClinicID" />
        </Key>
        <Property Name="ClinicID" Type="Edm.Int32" Nullable="false" />
        <Property Name="Name" Type="Edm.String" Nullable="false" m:FC_TargetPath="SyndicationTitle" />
        <Property Name="Latitude" Type="Edm.Double" Nullable="false" m:FC_TargetPath="lat" m:FC_NsUri="http://www.georss.org/georss" m:FC_NsPrefix="geo" m:FC_KeepContent="true" />
        <Property Name="Longitude" Type="Edm.Double" Nullable="false" m:FC_TargetPath="long" m:FC_NsUri="http://www.georss.org/georss" m:FC_NsPrefix="geo" m:FC_KeepContent="true" />
        <Property Name="PostalCode" Type="Edm.String" Nullable="false" />
        <Property Name="Distance" Type="Edm.Double" Nullable="true" />
        <Property Name="Summary" Type="Edm.String" Nullable="true" m:FC_TargetPath="SyndicationSummary" />
        <Property Name="CreateDate" Type="Edm.DateTime" Nullable="false" />
      </EntityType>
      <EntityType Name="ConvenienceStore">
        <Key>
          <PropertyRef Name="ConvenienceStoreID" />
        </Key>
        <Property Name="ConvenienceStoreID" Type="Edm.Int32" Nullable="false" />
        <Property Name="Name" Type="Edm.String" Nullable="true" m:FC_TargetPath="SyndicationTitle" />
        <Property Name="PostalCode" Type="Edm.String" Nullable="false" />
        <Property Name="Latitude" Type="Edm.Double" Nullable="false" m:FC_TargetPath="lat" m:FC_NsUri="http://www.georss.org/georss" m:FC_NsPrefix="geo" m:FC_KeepContent="true" />
        <Property Name="Longitude" Type="Edm.Double" Nullable="false" m:FC_TargetPath="long" m:FC_NsUri="http://www.georss.org/georss" m:FC_NsPrefix="geo" m:FC_KeepContent="true" />
        <Property Name="Distance" Type="Edm.Double" Nullable="true" />
        <Property Name="Summary" Type="Edm.String" Nullable="true" m:FC_TargetPath="SyndicationSummary" />
        <Property Name="CreateDate" Type="Edm.DateTime" Nullable="false" />
      </EntityType>
      <EntityType Name="Supermarket">
        <Key>
          <PropertyRef Name="SupermarketID" />
        </Key>
        <Property Name="SupermarketID" Type="Edm.Int32" Nullable="false" />
        <Property Name="Name" Type="Edm.String" Nullable="false" m:FC_TargetPath="SyndicationTitle" />
        <Property Name="Road" Type="Edm.String" Nullable="false" />
        <Property Name="Block" Type="Edm.String" Nullable="false" />
        <Property Name="PostalCode" Type="Edm.String" Nullable="false" />
        <Property Name="Latitude" Type="Edm.Double" Nullable="false" m:FC_TargetPath="lat" m:FC_NsUri="http://www.georss.org/georss" m:FC_NsPrefix="geo" m:FC_KeepContent="true" />
        <Property Name="Longitude" Type="Edm.Double" Nullable="false" m:FC_TargetPath="long" m:FC_NsUri="http://www.georss.org/georss" m:FC_NsPrefix="geo" m:FC_KeepContent="true" />
        <Property Name="Distance" Type="Edm.Double" Nullable="true" />
        <Property Name="Summary" Type="Edm.String" Nullable="true" m:FC_TargetPath="SyndicationSummary" />
        <Property Name="CreateDate" Type="Edm.DateTime" Nullable="false" />
      </EntityType>
      <EntityType Name="AED">
        <Key>
          <PropertyRef Name="AEDID" />
        </Key>
        <Property Name="AEDID" Type="Edm.Int32" Nullable="false" />
        <Property Name="Name" Type="Edm.String" Nullable="false" m:FC_TargetPath="SyndicationTitle" />
        <Property Name="Latitude" Type="Edm.Double" Nullable="false" m:FC_TargetPath="lat" m:FC_NsUri="http://www.georss.org/georss" m:FC_NsPrefix="geo" m:FC_KeepContent="true" />
        <Property Name="Longitude" Type="Edm.Double" Nullable="false" m:FC_TargetPath="long" m:FC_NsUri="http://www.georss.org/georss" m:FC_NsPrefix="geo" m:FC_KeepContent="true" />
        <Property Name="Locality" Type="Edm.String" Nullable="true" />
        <Property Name="Road" Type="Edm.String" Nullable="true" />
        <Property Name="PostalCode" Type="Edm.String" Nullable="true" />
        <Property Name="Description" Type="Edm.String" Nullable="true" />
        <Property Name="Distance" Type="Edm.Double" Nullable="true" />
        <Property Name="Summary" Type="Edm.String" Nullable="true" m:FC_TargetPath="SyndicationSummary" />
        <Property Name="CreateDate" Type="Edm.DateTime" Nullable="false" />
      </EntityType>
    </Schema>
    <Schema Namespace="ServicesWebRole.EntityDataModels.SNB" 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/2006/04/edm">
      <EntityContainer Name="SNBEntities" m:IsDefaultEntityContainer="true">
        <FunctionImport Name="ATMSet" EntitySet="ATMSet" ReturnType="Collection(SNBModel.ATM)" m:HttpMethod="GET" />
        <FunctionImport Name="ClinicSet" EntitySet="ClinicSet" ReturnType="Collection(SNBModel.Clinic)" m:HttpMethod="GET" />
        <FunctionImport Name="BusStopSet" EntitySet="BusStopSet" ReturnType="Collection(SNBModel.BusStop)" m:HttpMethod="GET" />
        <FunctionImport Name="SupermarketSet" EntitySet="SupermarketSet" ReturnType="Collection(SNBModel.Supermarket)" m:HttpMethod="GET" />
        <FunctionImport Name="ConvenienceStoreSet" EntitySet="ConvenienceStoreSet" ReturnType="Collection(SNBModel.ConvenienceStore)" m:HttpMethod="GET" />
        <FunctionImport Name="AEDSet" EntitySet="AEDSet" ReturnType="Collection(SNBModel.AED)" m:HttpMethod="GET" />
        <EntitySet Name="ATMSet" EntityType="SNBModel.ATM" />
        <EntitySet Name="BusStopSet" EntityType="SNBModel.BusStop" />
        <EntitySet Name="ClinicSet" EntityType="SNBModel.Clinic" />
        <EntitySet Name="ConvenienceStoreSet" EntityType="SNBModel.ConvenienceStore" />
        <EntitySet Name="SupermarketSet" EntityType="SNBModel.Supermarket" />
        <EntitySet Name="AEDSet" EntityType="SNBModel.AED" />
      </EntityContainer>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>
