<?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="VRDBAPI.Models" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
      <EntityType Name="vVotingResult">
        <Key>
          <PropertyRef Name="id" />
        </Key>
        <Property Name="id" Type="Edm.Int32" Nullable="false" />
        <Property Name="start_date" Type="Edm.DateTime" Nullable="false" />
        <Property Name="type" Type="Edm.String" />
        <Property Name="term_no" Type="Edm.Int32" Nullable="false" />
        <Property Name="vote_number" Type="Edm.Int32" />
        <Property Name="vote_date" Type="Edm.DateTime" />
        <Property Name="vote_time" Type="Edm.DateTime" />
        <Property Name="motion_ch" Type="Edm.String" />
        <Property Name="motion_en" Type="Edm.String" />
        <Property Name="mover_ch" Type="Edm.String" />
        <Property Name="mover_en" Type="Edm.String" />
        <Property Name="mover_type" Type="Edm.String" />
        <Property Name="vote_separate_mechanism" Type="Edm.String" />
        <Property Name="vote_non_division" Type="Edm.String" />
        <Property Name="ec_present_count" Type="Edm.Int32" />
        <Property Name="ec_vote_count" Type="Edm.Int32" />
        <Property Name="ec_yes_count" Type="Edm.Int32" />
        <Property Name="ec_no_count" Type="Edm.Int32" />
        <Property Name="ec_abstain_count" Type="Edm.Int32" />
        <Property Name="ec_result" Type="Edm.String" />
        <Property Name="fc_gc_present_count" Type="Edm.Int32" />
        <Property Name="fc_gc_vote_count" Type="Edm.Int32" />
        <Property Name="fc_gc_yes_count" Type="Edm.Int32" />
        <Property Name="fc_gc_no_count" Type="Edm.Int32" />
        <Property Name="fc_gc_abstain_count" Type="Edm.Int32" />
        <Property Name="fc_gc_result" Type="Edm.String" />
        <Property Name="gc_present_count" Type="Edm.Int32" />
        <Property Name="gc_vote_count" Type="Edm.Int32" />
        <Property Name="gc_yes_count" Type="Edm.Int32" />
        <Property Name="gc_no_count" Type="Edm.Int32" />
        <Property Name="gc_abstain_count" Type="Edm.Int32" />
        <Property Name="gc_result" Type="Edm.String" />
        <Property Name="fc_present_count" Type="Edm.Int32" />
        <Property Name="fc_vote_count" Type="Edm.Int32" />
        <Property Name="fc_yes_count" Type="Edm.Int32" />
        <Property Name="fc_no_count" Type="Edm.Int32" />
        <Property Name="fc_abstain_count" Type="Edm.Int32" />
        <Property Name="fc_result" Type="Edm.String" />
        <Property Name="overall_present_count" Type="Edm.Int32" />
        <Property Name="overall_vote_count" Type="Edm.Int32" />
        <Property Name="overall_yes_count" Type="Edm.Int32" />
        <Property Name="overall_no_count" Type="Edm.Int32" />
        <Property Name="overall_abstain_count" Type="Edm.Int32" />
        <Property Name="overall_result" Type="Edm.String" />
        <Property Name="name_ch" Type="Edm.String" />
        <Property Name="name_en" Type="Edm.String" />
        <Property Name="constituency" Type="Edm.String" />
        <Property Name="vote" Type="Edm.String" />
        <Property Name="display_order" Type="Edm.Int32" Nullable="false" />
      </EntityType>
    </Schema>
    <Schema Namespace="Default" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
      <EntityContainer Name="Container" m:IsDefaultEntityContainer="true">
        <EntitySet Name="vVotingResult" EntityType="VRDBAPI.Models.vVotingResult" />
      </EntityContainer>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>