<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">
  <edmx:DataServices m:DataServiceVersion="3.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
    <Schema Namespace="OpenData.Models" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
      <EntityType Name="TAttendance">
        <Property Name="committee_id" Type="Edm.Int64" Nullable="false" />
        <Property Name="meet_id" Type="Edm.Int32" Nullable="false" />
        <Property Name="meeting_name_english" Type="Edm.String" />
        <Property Name="meeting_name_chinese" Type="Edm.String" />
        <Property Name="meeting_start_date_time" Type="Edm.DateTime" Nullable="false" />
        <Property Name="member_id" Type="Edm.Int32" Nullable="false" />
        <Property Name="member_name_english" Type="Edm.String" />
        <Property Name="member_name_chinese" Type="Edm.String" />
        <Property Name="present_absent" Type="Edm.String" />
      </EntityType>
    </Schema>
    <Schema Namespace="Default" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
      <EntityContainer Name="Container" m:IsDefaultEntityContainer="true">
        <EntitySet Name="TAttendance" EntityType="OpenData.Models.TAttendance" />
      </EntityContainer>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>