<?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="SingPostModel" 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="PostOffice">
        <Key>
          <PropertyRef Name="PostOfficeID" />
        </Key>
        <Property Name="PostOfficeID" Type="Edm.Int32" Nullable="false" />
        <Property Name="Name" Type="Edm.String" Nullable="false" m:FC_TargetPath="SyndicationTitle" />
        <Property Name="Address" Type="Edm.String" Nullable="false" />
        <Property Name="Postal" Type="Edm.String" Nullable="false" />
        <Property Name="OperationHours" 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="SAM">
        <Key>
          <PropertyRef Name="SAMID" />
        </Key>
        <Property Name="SAMID" Type="Edm.Int32" Nullable="false" />
        <Property Name="Name" Type="Edm.String" Nullable="false" m:FC_TargetPath="SyndicationTitle" />
        <Property Name="Address" Type="Edm.String" Nullable="false" />
        <Property Name="Postal" Type="Edm.String" Nullable="false" />
        <Property Name="OperationHours" 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>
    </Schema>
    <Schema Namespace="ServicesWebRole.EntityDataModels.SingPost" 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="SingPostEntities" m:IsDefaultEntityContainer="true">
        <FunctionImport Name="SAMSet" EntitySet="SAMSet" ReturnType="Collection(SingPostModel.SAM)" m:HttpMethod="GET" />
        <FunctionImport Name="PostOfficeSet" EntitySet="PostOfficeSet" ReturnType="Collection(SingPostModel.PostOffice)" m:HttpMethod="GET" />
        <EntitySet Name="PostOfficeSet" EntityType="SingPostModel.PostOffice" />
        <EntitySet Name="SAMSet" EntityType="SingPostModel.SAM" />
      </EntityContainer>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>
