<?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="ChlkboardModel" 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/2008/09/edm">
      <EntityType Name="BusinessInfo">
        <Key>
          <PropertyRef Name="BusinessInfoID" />
        </Key>
        <Property Name="BusinessInfoID" Type="Edm.Int32" Nullable="false" />
        <Property Name="Name" Type="Edm.String" Nullable="true" MaxLength="1024" Unicode="true" FixedLength="false" m:FC_TargetPath="SyndicationTitle" />
        <Property Name="Address" Type="Edm.String" Nullable="true" MaxLength="512" Unicode="false" FixedLength="false" />
        <Property Name="Country" Type="Edm.String" Nullable="true" MaxLength="128" Unicode="false" FixedLength="false" />
        <Property Name="Twitter" Type="Edm.String" Nullable="true" MaxLength="512" Unicode="false" FixedLength="false" />
        <Property Name="Tweet" Type="Edm.String" Nullable="true" MaxLength="1024" Unicode="false" FixedLength="false" />
        <Property Name="Contact_Person" Type="Edm.String" Nullable="true" MaxLength="128" Unicode="false" FixedLength="false" />
        <Property Name="Phone_Number" Type="Edm.String" Nullable="true" MaxLength="32" Unicode="false" FixedLength="false" />
        <Property Name="Company_Description" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="Operating_Hours" Type="Edm.String" Nullable="true" MaxLength="256" Unicode="false" FixedLength="false" />
        <Property Name="Started_Since" Type="Edm.DateTime" Nullable="true" />
        <Property Name="Website" Type="Edm.String" Nullable="true" MaxLength="512" Unicode="false" FixedLength="false" />
        <Property Name="TweetID" Type="Edm.String" Nullable="true" MaxLength="128" Unicode="false" FixedLength="false" />
        <Property Name="Contact_Number" Type="Edm.String" Nullable="true" MaxLength="32" Unicode="false" FixedLength="false" />
        <Property Name="Active" Type="Edm.String" Nullable="true" MaxLength="16" Unicode="false" FixedLength="false" />
        <Property Name="Profile_Pic" Type="Edm.String" Nullable="true" MaxLength="1024" Unicode="false" FixedLength="false" />
        <Property Name="ID" Type="Edm.String" Nullable="true" MaxLength="1024" Unicode="false" FixedLength="false" />
        <Property Name="Unit" Type="Edm.String" Nullable="true" MaxLength="1024" Unicode="false" FixedLength="false" />
        <Property Name="Email" Type="Edm.String" Nullable="true" MaxLength="512" Unicode="false" FixedLength="false" />
        <Property Name="Category" Type="Edm.String" Nullable="true" MaxLength="1024" Unicode="false" FixedLength="false" />
        <Property Name="CCPromo" Type="Edm.String" Nullable="true" MaxLength="1024" Unicode="false" FixedLength="false" />
        <Property Name="SubType" Type="Edm.String" Nullable="true" MaxLength="1024" Unicode="false" FixedLength="false" />
        <Property Name="FBShareCount" Type="Edm.String" Nullable="true" MaxLength="1024" Unicode="false" FixedLength="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" MaxLength="Max" Unicode="false" FixedLength="false" m:FC_TargetPath="SyndicationSummary" />
        <Property Name="CreateDate" Type="Edm.DateTime" Nullable="false" />
      </EntityType>
    </Schema>
    <Schema Namespace="ServicesWebRole.EntityDataModels.ChlkBoard" 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/2008/09/edm">
      <EntityContainer Name="ChlkboardEntities" m:IsDefaultEntityContainer="true">
        <FunctionImport Name="BusinessInfoSet" EntitySet="BusinessInfoSet" ReturnType="Collection(ChlkboardModel.BusinessInfo)" m:HttpMethod="GET" />
        <EntitySet Name="BusinessInfoSet" EntityType="ChlkboardModel.BusinessInfo" />
      </EntityContainer>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>
