<?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="FolketsTingModel" 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="Category">
        <Key>
          <PropertyRef Name="CategoryId" />
        </Key>
        <Property Name="CategoryId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="Name" Type="Edm.String" Nullable="true" MaxLength="50" Unicode="true" FixedLength="false" />
        <Property Name="FTId" Type="Edm.Byte" Nullable="false" />
        <NavigationProperty Name="ItemCategory" Relationship="FolketsTingModel.FK_ItemCategory_Category" FromRole="Category" ToRole="ItemCategory" />
      </EntityType>
      <EntityType Name="Committee">
        <Key>
          <PropertyRef Name="CommitteeId" />
        </Key>
        <Property Name="CommitteeId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="Name" Type="Edm.String" Nullable="true" MaxLength="100" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="ItemCommittee" Relationship="FolketsTingModel.FK_ItemCommittee_Committee" FromRole="Committee" ToRole="ItemCommittee" />
        <NavigationProperty Name="Law" Relationship="FolketsTingModel.FK_Law_Committee" FromRole="Committee" ToRole="Law" />
        <NavigationProperty Name="CommitteeTrip" Relationship="FolketsTingModel.FK_CommitteeTrip_Committee" FromRole="Committee" ToRole="CommitteeTrip" />
      </EntityType>
      <EntityType Name="CommitteeTrip">
        <Key>
          <PropertyRef Name="CommitteeTripId" />
        </Key>
        <Property Name="CommitteeTripId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="CommitteeId" Type="Edm.Int32" Nullable="false" />
        <Property Name="StartDate" Type="Edm.DateTime" Nullable="false" />
        <Property Name="EndDate" Type="Edm.DateTime" Nullable="false" />
        <Property Name="Place" Type="Edm.String" Nullable="true" MaxLength="200" Unicode="true" FixedLength="false" />
        <Property Name="Purpose" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="Budget" Type="Edm.Decimal" Nullable="true" Precision="18" Scale="2" />
        <Property Name="ActualExpenses" Type="Edm.Decimal" Nullable="true" Precision="18" Scale="2" />
        <Property Name="NonPolParticipants" Type="Edm.Int32" Nullable="true" />
        <Property Name="FTId" Type="Edm.String" Nullable="true" MaxLength="200" Unicode="true" FixedLength="false" />
        <Property Name="Uri" Type="Edm.String" Nullable="true" MaxLength="200" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="CommitteeTripParticipant" Relationship="FolketsTingModel.FK_CommitteeTripParticipant_CommitteeTrip" FromRole="CommitteeTrip" ToRole="CommitteeTripParticipant" />
        <NavigationProperty Name="CommitteeTripDestination" Relationship="FolketsTingModel.FK_CommitteeTripDestination_CommitteeTrip" FromRole="CommitteeTrip" ToRole="CommitteeTripDestination" />
        <NavigationProperty Name="Committee" Relationship="FolketsTingModel.FK_CommitteeTrip_Committee" FromRole="CommitteeTrip" ToRole="Committee" />
      </EntityType>
      <EntityType Name="CommitteeTripParticipant">
        <Key>
          <PropertyRef Name="CommitteeTripParticipantId" />
        </Key>
        <Property Name="CommitteeTripParticipantId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="CommitteeTripId" Type="Edm.Int32" Nullable="false" />
        <Property Name="ParticipantId" Type="Edm.Int32" Nullable="false" />
        <NavigationProperty Name="CommitteeTrip" Relationship="FolketsTingModel.FK_CommitteeTripParticipant_CommitteeTrip" FromRole="CommitteeTripParticipant" ToRole="CommitteeTrip" />
        <NavigationProperty Name="Politician" Relationship="FolketsTingModel.FK_CommitteeTripParticipant_Politician" FromRole="CommitteeTripParticipant" ToRole="Politician" />
      </EntityType>
      <EntityType Name="Deliberation">
        <Key>
          <PropertyRef Name="DeliberationId" />
        </Key>
        <Property Name="DeliberationId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="LawId" Type="Edm.Int32" Nullable="true" />
        <Property Name="Date" Type="Edm.DateTime" Nullable="true" />
        <Property Name="Number" Type="Edm.Byte" Nullable="true" />
        <NavigationProperty Name="Law" Relationship="FolketsTingModel.FK_behandlinger_love" FromRole="Deliberation" ToRole="Law" />
        <NavigationProperty Name="Speech" Relationship="FolketsTingModel.FK_tale_behandlinger" FromRole="Deliberation" ToRole="Speech" />
      </EntityType>
      <EntityType Name="Document">
        <Key>
          <PropertyRef Name="DocumentId" />
        </Key>
        <Property Name="DocumentId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="ContentType" Type="Edm.String" Nullable="true" MaxLength="50" Unicode="false" FixedLength="false" />
        <Property Name="Data" Type="Edm.Binary" Nullable="true" MaxLength="Max" FixedLength="false" />
        <Property Name="ScribdId" Type="Edm.Int32" Nullable="true" />
        <Property Name="Uri" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <Property Name="ScribdAccessKey" Type="Edm.String" Nullable="true" MaxLength="50" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="P20Question" Relationship="FolketsTingModel.FK_P20Question_Document" FromRole="Document" ToRole="P20Question" />
      </EntityType>
      <EntityType Name="ItemCategory">
        <Key>
          <PropertyRef Name="ItemCategoryId" />
        </Key>
        <Property Name="ItemId" Type="Edm.Int32" Nullable="false" />
        <Property Name="ItemType" Type="Edm.Byte" Nullable="false" />
        <Property Name="CategoryId" Type="Edm.Int32" Nullable="false" />
        <Property Name="ItemCategoryId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <NavigationProperty Name="Category" Relationship="FolketsTingModel.FK_ItemCategory_Category" FromRole="ItemCategory" ToRole="Category" />
      </EntityType>
      <EntityType Name="ItemCommittee">
        <Key>
          <PropertyRef Name="ItemCommitteeId" />
        </Key>
        <Property Name="ItemId" Type="Edm.Int32" Nullable="false" />
        <Property Name="ItemType" Type="Edm.Byte" Nullable="false" />
        <Property Name="CommitteeId" Type="Edm.Int32" Nullable="false" />
        <Property Name="ItemCommitteeId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <NavigationProperty Name="Committee" Relationship="FolketsTingModel.FK_ItemCommittee_Committee" FromRole="ItemCommittee" ToRole="Committee" />
      </EntityType>
      <EntityType Name="Law">
        <Key>
          <PropertyRef Name="LawId" />
        </Key>
        <Property Name="LawId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="SessionId" Type="Edm.Int32" Nullable="true" />
        <Property Name="MinistryId" Type="Edm.Int32" Nullable="true" />
        <Property Name="Subtitle" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="ShortName" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="Summary" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="CommitteeId" Type="Edm.Int32" Nullable="true" />
        <Property Name="FirstDeliberation" Type="Edm.DateTime" Nullable="true" />
        <Property Name="SecondDeliberation" Type="Edm.DateTime" Nullable="true" />
        <Property Name="Passed" Type="Edm.DateTime" Nullable="true" />
        <Property Name="Proposed" Type="Edm.DateTime" Nullable="true" />
        <Property Name="FtId" Type="Edm.String" Nullable="true" MaxLength="10" Unicode="false" FixedLength="false" />
        <NavigationProperty Name="Committee" Relationship="FolketsTingModel.FK_Law_Committee" FromRole="Law" ToRole="Committee" />
        <NavigationProperty Name="Deliberation" Relationship="FolketsTingModel.FK_behandlinger_love" FromRole="Law" ToRole="Deliberation" />
        <NavigationProperty Name="LawVote" Relationship="FolketsTingModel.FK_LawVote_love" FromRole="Law" ToRole="LawVote" />
        <NavigationProperty Name="Ministry" Relationship="FolketsTingModel.FK_love_ministerium" FromRole="Law" ToRole="Ministry" />
        <NavigationProperty Name="Session" Relationship="FolketsTingModel.FK_love_samlinger" FromRole="Law" ToRole="Session" />
        <NavigationProperty Name="Paragraph" Relationship="FolketsTingModel.FK_paragraph_love" FromRole="Law" ToRole="Paragraph" />
        <NavigationProperty Name="ProposedLaw" Relationship="FolketsTingModel.FK_proposedlaw_love" FromRole="Law" ToRole="ProposedLaw" />
        <NavigationProperty Name="Speaker" Relationship="FolketsTingModel.FK_Speaker_Law" FromRole="Law" ToRole="Speaker" />
      </EntityType>
      <EntityType Name="LawChange">
        <Key>
          <PropertyRef Name="LawChangeId" />
        </Key>
        <Property Name="LawChangeId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="ParagraphId" Type="Edm.Int32" Nullable="true" />
        <Property Name="Number" Type="Edm.Int32" Nullable="true" />
        <Property Name="NoformChangeText" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="Paragraph" Relationship="FolketsTingModel.FK_lawchange_paragraph" FromRole="LawChange" ToRole="Paragraph" />
        <NavigationProperty Name="SubChange" Relationship="FolketsTingModel.FK_subchange_lawchange" FromRole="LawChange" ToRole="SubChange" />
      </EntityType>
      <EntityType Name="LawVote">
        <Key>
          <PropertyRef Name="LawVoteId" />
        </Key>
        <Property Name="LawVoteId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="LawId" Type="Edm.Int32" Nullable="true" />
        <Property Name="Date" Type="Edm.DateTime" Nullable="true" />
        <Property Name="VoteText" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="IsFinal" Type="Edm.Boolean" Nullable="true" />
        <Property Name="Stage" Type="Edm.Int16" Nullable="true" />
        <Property Name="Name" Type="Edm.String" Nullable="true" MaxLength="500" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="Law" Relationship="FolketsTingModel.FK_LawVote_love" FromRole="LawVote" ToRole="Law" />
        <NavigationProperty Name="PoliticianLawVote" Relationship="FolketsTingModel.FK_PoliticianLawVote_LawVote" FromRole="LawVote" ToRole="PoliticianLawVote" />
      </EntityType>
      <EntityType Name="Ministry">
        <Key>
          <PropertyRef Name="MinistryId" />
        </Key>
        <Property Name="MinistryId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="Name" Type="Edm.String" Nullable="true" MaxLength="100" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="Law" Relationship="FolketsTingModel.FK_love_ministerium" FromRole="Ministry" ToRole="Law" />
      </EntityType>
      <EntityType Name="P20Question">
        <Key>
          <PropertyRef Name="P20QuestionId" />
        </Key>
        <Property Name="P20QuestionId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="SessionId" Type="Edm.Int32" Nullable="true" />
        <Property Name="AskerPolId" Type="Edm.Int32" Nullable="true" />
        <Property Name="AskeeId" Type="Edm.Int32" Nullable="true" />
        <Property Name="FTId" Type="Edm.Int32" Nullable="true" />
        <Property Name="AskDate" Type="Edm.DateTime" Nullable="true" />
        <Property Name="AnswerDate" Type="Edm.DateTime" Nullable="true" />
        <Property Name="Question" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="Background" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="AskeeTitle" Type="Edm.String" Nullable="true" MaxLength="200" Unicode="true" FixedLength="false" />
        <Property Name="Title" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="Type" Type="Edm.Byte" Nullable="false" />
        <Property Name="AskerUserId" Type="Edm.Int32" Nullable="true" />
        <Property Name="AnswerDocumentId" Type="Edm.Int32" Nullable="true" />
        <NavigationProperty Name="Document" Relationship="FolketsTingModel.FK_P20Question_Document" FromRole="P20Question" ToRole="Document" />
        <NavigationProperty Name="Politician" Relationship="FolketsTingModel.FK_P20Question_Politician" FromRole="P20Question" ToRole="Politician" />
        <NavigationProperty Name="Politician1" Relationship="FolketsTingModel.FK_P20Question_Politician1" FromRole="P20Question" ToRole="Politician" />
        <NavigationProperty Name="Session" Relationship="FolketsTingModel.FK_P20Question_Session" FromRole="P20Question" ToRole="Session" />
      </EntityType>
      <EntityType Name="Paragraph">
        <Key>
          <PropertyRef Name="ParagraphId" />
        </Key>
        <Property Name="ParagraphId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="LawId" Type="Edm.Int32" Nullable="true" />
        <Property Name="Number" Type="Edm.Int32" Nullable="true" />
        <Property Name="Stage" Type="Edm.Int16" Nullable="true" />
        <Property Name="ChangeText" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="IsChange" Type="Edm.Boolean" Nullable="true" />
        <Property Name="ChapterId" Type="Edm.Int32" Nullable="true" />
        <Property Name="Letter" Type="Edm.String" Nullable="true" MaxLength="3" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="Law" Relationship="FolketsTingModel.FK_paragraph_love" FromRole="Paragraph" ToRole="Law" />
        <NavigationProperty Name="LawChange" Relationship="FolketsTingModel.FK_lawchange_paragraph" FromRole="Paragraph" ToRole="LawChange" />
        <NavigationProperty Name="Section" Relationship="FolketsTingModel.FK_section_paragraph" FromRole="Paragraph" ToRole="Section" />
      </EntityType>
      <EntityType Name="Party">
        <Key>
          <PropertyRef Name="PartyId" />
        </Key>
        <Property Name="PartyId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="Name" Type="Edm.String" Nullable="true" MaxLength="100" Unicode="true" FixedLength="false" />
        <Property Name="Initials" Type="Edm.String" Nullable="true" MaxLength="5" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="Politician" Relationship="FolketsTingModel.FK_Politician_Party" FromRole="Party" ToRole="Politician" />
      </EntityType>
      <EntityType Name="Politician">
        <Key>
          <PropertyRef Name="PoliticianId" />
        </Key>
        <Property Name="PoliticianId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="Firstname" Type="Edm.String" Nullable="true" MaxLength="100" Unicode="true" FixedLength="false" />
        <Property Name="BioText" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="Initials" Type="Edm.String" Nullable="true" MaxLength="50" Unicode="true" FixedLength="false" />
        <Property Name="JoinedString" Type="Edm.String" Nullable="true" MaxLength="50" Unicode="true" FixedLength="false" />
        <Property Name="Title" Type="Edm.String" Nullable="true" MaxLength="50" Unicode="true" FixedLength="false" />
        <Property Name="EmailAdd" Type="Edm.String" Nullable="true" MaxLength="200" Unicode="true" FixedLength="false" />
        <Property Name="ImageId" Type="Edm.Int32" Nullable="true" />
        <Property Name="Lastname" Type="Edm.String" Nullable="true" MaxLength="100" Unicode="true" FixedLength="false" />
        <Property Name="Telephone" Type="Edm.String" Nullable="true" MaxLength="50" Unicode="true" FixedLength="false" />
        <Property Name="Mobile" Type="Edm.String" Nullable="true" MaxLength="50" Unicode="true" FixedLength="false" />
        <Property Name="PartyId" Type="Edm.Int32" Nullable="true" />
        <Property Name="Homepage" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="Birthdate" Type="Edm.DateTime" Nullable="true" />
        <NavigationProperty Name="CommitteeTripParticipant" Relationship="FolketsTingModel.FK_CommitteeTripParticipant_Politician" FromRole="Politician" ToRole="CommitteeTripParticipant" />
        <NavigationProperty Name="P20Question" Relationship="FolketsTingModel.FK_P20Question_Politician" FromRole="Politician" ToRole="P20Question" />
        <NavigationProperty Name="P20Question1" Relationship="FolketsTingModel.FK_P20Question_Politician1" FromRole="Politician" ToRole="P20Question" />
        <NavigationProperty Name="Party" Relationship="FolketsTingModel.FK_Politician_Party" FromRole="Politician" ToRole="Party" />
        <NavigationProperty Name="PoliticianLawVote" Relationship="FolketsTingModel.FK_PoliticianLawVote_politiker" FromRole="Politician" ToRole="PoliticianLawVote" />
        <NavigationProperty Name="ProposedLaw" Relationship="FolketsTingModel.FK_proposedlaw_politiker" FromRole="Politician" ToRole="ProposedLaw" />
        <NavigationProperty Name="Speaker" Relationship="FolketsTingModel.FK_Speaker_Politician" FromRole="Politician" ToRole="Speaker" />
        <NavigationProperty Name="Speech" Relationship="FolketsTingModel.FK_tale_politiker" FromRole="Politician" ToRole="Speech" />
      </EntityType>
      <EntityType Name="PoliticianLawVote">
        <Key>
          <PropertyRef Name="PoliticianLawVoteId" />
        </Key>
        <Property Name="PoliticianLawVoteId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="PoliticianId" Type="Edm.Int32" Nullable="true" />
        <Property Name="LawVoteId" Type="Edm.Int32" Nullable="true" />
        <Property Name="Vote" Type="Edm.Byte" Nullable="true" />
        <NavigationProperty Name="LawVote" Relationship="FolketsTingModel.FK_PoliticianLawVote_LawVote" FromRole="PoliticianLawVote" ToRole="LawVote" />
        <NavigationProperty Name="Politician" Relationship="FolketsTingModel.FK_PoliticianLawVote_politiker" FromRole="PoliticianLawVote" ToRole="Politician" />
      </EntityType>
      <EntityType Name="ProposedLaw">
        <Key>
          <PropertyRef Name="ProposedLawId" />
        </Key>
        <Property Name="ProposedLawId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="PoliticianId" Type="Edm.Int32" Nullable="true" />
        <Property Name="LawId" Type="Edm.Int32" Nullable="true" />
        <Property Name="IsMinister" Type="Edm.Boolean" Nullable="true" />
        <Property Name="Title" Type="Edm.String" Nullable="true" MaxLength="200" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="Law" Relationship="FolketsTingModel.FK_proposedlaw_love" FromRole="ProposedLaw" ToRole="Law" />
        <NavigationProperty Name="Politician" Relationship="FolketsTingModel.FK_proposedlaw_politiker" FromRole="ProposedLaw" ToRole="Politician" />
      </EntityType>
      <EntityType Name="Section">
        <Key>
          <PropertyRef Name="SectionId" />
        </Key>
        <Property Name="SectionId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="ParagraphId" Type="Edm.Int32" Nullable="true" />
        <Property Name="Number" Type="Edm.Int32" Nullable="true" />
        <Property Name="Text" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="Paragraph" Relationship="FolketsTingModel.FK_section_paragraph" FromRole="Section" ToRole="Paragraph" />
      </EntityType>
      <EntityType Name="Session">
        <Key>
          <PropertyRef Name="SessionId" />
        </Key>
        <Property Name="SessionId" Type="Edm.Int32" Nullable="false" />
        <Property Name="Year" Type="Edm.Int32" Nullable="false" />
        <Property Name="Number" Type="Edm.Int32" Nullable="false" />
        <Property Name="IsDone" Type="Edm.Boolean" Nullable="true" />
        <NavigationProperty Name="Law" Relationship="FolketsTingModel.FK_love_samlinger" FromRole="Session" ToRole="Law" />
        <NavigationProperty Name="P20Question" Relationship="FolketsTingModel.FK_P20Question_Session" FromRole="Session" ToRole="P20Question" />
      </EntityType>
      <EntityType Name="Speaker">
        <Key>
          <PropertyRef Name="SpeakerId" />
        </Key>
        <Property Name="SpeakerId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="PoliticianId" Type="Edm.Int32" Nullable="true" />
        <Property Name="LawId" Type="Edm.Int32" Nullable="true" />
        <NavigationProperty Name="Law" Relationship="FolketsTingModel.FK_Speaker_Law" FromRole="Speaker" ToRole="Law" />
        <NavigationProperty Name="Politician" Relationship="FolketsTingModel.FK_Speaker_Politician" FromRole="Speaker" ToRole="Politician" />
      </EntityType>
      <EntityType Name="Speech">
        <Key>
          <PropertyRef Name="SpeechId" />
        </Key>
        <Property Name="SpeechId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="DeliberationId" Type="Edm.Int32" Nullable="true" />
        <Property Name="PoliticianId" Type="Edm.Int32" Nullable="true" />
        <Property Name="SpeechNr" Type="Edm.Int32" Nullable="true" />
        <Property Name="SpeechTime" Type="Edm.DateTime" Nullable="true" />
        <Property Name="IsTemp" Type="Edm.Boolean" Nullable="true" />
        <Property Name="ParentSpeechId" Type="Edm.Int32" Nullable="true" />
        <Property Name="PoliticianTitle" Type="Edm.String" Nullable="true" MaxLength="50" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="Deliberation" Relationship="FolketsTingModel.FK_tale_behandlinger" FromRole="Speech" ToRole="Deliberation" />
        <NavigationProperty Name="Politician" Relationship="FolketsTingModel.FK_tale_politiker" FromRole="Speech" ToRole="Politician" />
        <NavigationProperty Name="SpeechPara" Relationship="FolketsTingModel.FK_speach_para_tale" FromRole="Speech" ToRole="SpeechPara" />
        <NavigationProperty Name="Speech1" Relationship="FolketsTingModel.FK_Speech_Speech" FromRole="Speech" ToRole="Speech1" />
        <NavigationProperty Name="Speech2" Relationship="FolketsTingModel.FK_Speech_Speech" FromRole="Speech1" ToRole="Speech" />
      </EntityType>
      <EntityType Name="SpeechPara">
        <Key>
          <PropertyRef Name="SpeechParaId" />
        </Key>
        <Property Name="SpeechParaId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="SpeechId" Type="Edm.Int32" Nullable="true" />
        <Property Name="ParText" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="Number" Type="Edm.Int32" Nullable="true" />
        <NavigationProperty Name="Speech" Relationship="FolketsTingModel.FK_speach_para_tale" FromRole="SpeechPara" ToRole="Speech" />
      </EntityType>
      <EntityType Name="SubChange">
        <Key>
          <PropertyRef Name="SubchangeId" />
        </Key>
        <Property Name="SubchangeId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="LawchangeId" Type="Edm.Int32" Nullable="true" />
        <Property Name="Number" Type="Edm.Int32" Nullable="true" />
        <Property Name="Text" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="LawChange" Relationship="FolketsTingModel.FK_subchange_lawchange" FromRole="SubChange" ToRole="LawChange" />
      </EntityType>
      <EntityType Name="Tag">
        <Key>
          <PropertyRef Name="TagId" />
        </Key>
        <Property Name="UserId" Type="Edm.Int32" Nullable="false" />
        <Property Name="ContentId" Type="Edm.Int32" Nullable="false" />
        <Property Name="ContentType" Type="Edm.Byte" Nullable="false" />
        <Property Name="Date" Type="Edm.DateTime" Nullable="false" />
        <Property Name="TagId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="TagName" Type="Edm.String" Nullable="false" MaxLength="150" Unicode="true" FixedLength="false" />
      </EntityType>
      <EntityType Name="CommitteeTripDestination">
        <Key>
          <PropertyRef Name="CommitteeTripDestinationId" />
        </Key>
        <Property Name="CommitteeTripDestinationId" Type="Edm.Int32" Nullable="false" p8:StoreGeneratedPattern="Identity" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="PlaceNameName" Type="Edm.String" Nullable="true" MaxLength="100" Unicode="true" FixedLength="false" />
        <Property Name="CommitteeTripId" Type="Edm.Int32" Nullable="true" />
        <Property Name="Lat" Type="Edm.Double" Nullable="true" />
        <Property Name="Lng" Type="Edm.Double" Nullable="true" />
        <NavigationProperty Name="CommitteeTrip" Relationship="FolketsTingModel.FK_CommitteeTripDestination_CommitteeTrip" FromRole="CommitteeTripDestination" ToRole="CommitteeTrip" />
      </EntityType>
      <Association Name="FK_ItemCategory_Category">
        <End Role="Category" Type="FolketsTingModel.Category" Multiplicity="1" />
        <End Role="ItemCategory" Type="FolketsTingModel.ItemCategory" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Category">
            <PropertyRef Name="CategoryId" />
          </Principal>
          <Dependent Role="ItemCategory">
            <PropertyRef Name="CategoryId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_ItemCommittee_Committee">
        <End Role="Committee" Type="FolketsTingModel.Committee" Multiplicity="1" />
        <End Role="ItemCommittee" Type="FolketsTingModel.ItemCommittee" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Committee">
            <PropertyRef Name="CommitteeId" />
          </Principal>
          <Dependent Role="ItemCommittee">
            <PropertyRef Name="CommitteeId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_Law_Committee">
        <End Role="Committee" Type="FolketsTingModel.Committee" Multiplicity="0..1" />
        <End Role="Law" Type="FolketsTingModel.Law" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Committee">
            <PropertyRef Name="CommitteeId" />
          </Principal>
          <Dependent Role="Law">
            <PropertyRef Name="CommitteeId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_CommitteeTripParticipant_CommitteeTrip">
        <End Role="CommitteeTrip" Type="FolketsTingModel.CommitteeTrip" Multiplicity="1" />
        <End Role="CommitteeTripParticipant" Type="FolketsTingModel.CommitteeTripParticipant" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="CommitteeTrip">
            <PropertyRef Name="CommitteeTripId" />
          </Principal>
          <Dependent Role="CommitteeTripParticipant">
            <PropertyRef Name="CommitteeTripId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_CommitteeTripParticipant_Politician">
        <End Role="Politician" Type="FolketsTingModel.Politician" Multiplicity="1" />
        <End Role="CommitteeTripParticipant" Type="FolketsTingModel.CommitteeTripParticipant" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Politician">
            <PropertyRef Name="PoliticianId" />
          </Principal>
          <Dependent Role="CommitteeTripParticipant">
            <PropertyRef Name="ParticipantId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_behandlinger_love">
        <End Role="Law" Type="FolketsTingModel.Law" Multiplicity="0..1" />
        <End Role="Deliberation" Type="FolketsTingModel.Deliberation" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Law">
            <PropertyRef Name="LawId" />
          </Principal>
          <Dependent Role="Deliberation">
            <PropertyRef Name="LawId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_tale_behandlinger">
        <End Role="Deliberation" Type="FolketsTingModel.Deliberation" Multiplicity="0..1" />
        <End Role="Speech" Type="FolketsTingModel.Speech" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Deliberation">
            <PropertyRef Name="DeliberationId" />
          </Principal>
          <Dependent Role="Speech">
            <PropertyRef Name="DeliberationId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_P20Question_Document">
        <End Role="Document" Type="FolketsTingModel.Document" Multiplicity="0..1" />
        <End Role="P20Question" Type="FolketsTingModel.P20Question" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Document">
            <PropertyRef Name="DocumentId" />
          </Principal>
          <Dependent Role="P20Question">
            <PropertyRef Name="AnswerDocumentId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_LawVote_love">
        <End Role="Law" Type="FolketsTingModel.Law" Multiplicity="0..1" />
        <End Role="LawVote" Type="FolketsTingModel.LawVote" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Law">
            <PropertyRef Name="LawId" />
          </Principal>
          <Dependent Role="LawVote">
            <PropertyRef Name="LawId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_love_ministerium">
        <End Role="Ministry" Type="FolketsTingModel.Ministry" Multiplicity="0..1" />
        <End Role="Law" Type="FolketsTingModel.Law" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Ministry">
            <PropertyRef Name="MinistryId" />
          </Principal>
          <Dependent Role="Law">
            <PropertyRef Name="MinistryId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_love_samlinger">
        <End Role="Session" Type="FolketsTingModel.Session" Multiplicity="0..1" />
        <End Role="Law" Type="FolketsTingModel.Law" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Session">
            <PropertyRef Name="SessionId" />
          </Principal>
          <Dependent Role="Law">
            <PropertyRef Name="SessionId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_paragraph_love">
        <End Role="Law" Type="FolketsTingModel.Law" Multiplicity="0..1" />
        <End Role="Paragraph" Type="FolketsTingModel.Paragraph" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Law">
            <PropertyRef Name="LawId" />
          </Principal>
          <Dependent Role="Paragraph">
            <PropertyRef Name="LawId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_proposedlaw_love">
        <End Role="Law" Type="FolketsTingModel.Law" Multiplicity="0..1" />
        <End Role="ProposedLaw" Type="FolketsTingModel.ProposedLaw" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Law">
            <PropertyRef Name="LawId" />
          </Principal>
          <Dependent Role="ProposedLaw">
            <PropertyRef Name="LawId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_Speaker_Law">
        <End Role="Law" Type="FolketsTingModel.Law" Multiplicity="0..1" />
        <End Role="Speaker" Type="FolketsTingModel.Speaker" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Law">
            <PropertyRef Name="LawId" />
          </Principal>
          <Dependent Role="Speaker">
            <PropertyRef Name="LawId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_lawchange_paragraph">
        <End Role="Paragraph" Type="FolketsTingModel.Paragraph" Multiplicity="0..1" />
        <End Role="LawChange" Type="FolketsTingModel.LawChange" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Paragraph">
            <PropertyRef Name="ParagraphId" />
          </Principal>
          <Dependent Role="LawChange">
            <PropertyRef Name="ParagraphId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_subchange_lawchange">
        <End Role="LawChange" Type="FolketsTingModel.LawChange" Multiplicity="0..1" />
        <End Role="SubChange" Type="FolketsTingModel.SubChange" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="LawChange">
            <PropertyRef Name="LawChangeId" />
          </Principal>
          <Dependent Role="SubChange">
            <PropertyRef Name="LawchangeId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_PoliticianLawVote_LawVote">
        <End Role="LawVote" Type="FolketsTingModel.LawVote" Multiplicity="0..1" />
        <End Role="PoliticianLawVote" Type="FolketsTingModel.PoliticianLawVote" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="LawVote">
            <PropertyRef Name="LawVoteId" />
          </Principal>
          <Dependent Role="PoliticianLawVote">
            <PropertyRef Name="LawVoteId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_P20Question_Politician">
        <End Role="Politician" Type="FolketsTingModel.Politician" Multiplicity="0..1" />
        <End Role="P20Question" Type="FolketsTingModel.P20Question" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Politician">
            <PropertyRef Name="PoliticianId" />
          </Principal>
          <Dependent Role="P20Question">
            <PropertyRef Name="AskerPolId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_P20Question_Politician1">
        <End Role="Politician" Type="FolketsTingModel.Politician" Multiplicity="0..1" />
        <End Role="P20Question" Type="FolketsTingModel.P20Question" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Politician">
            <PropertyRef Name="PoliticianId" />
          </Principal>
          <Dependent Role="P20Question">
            <PropertyRef Name="AskeeId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_P20Question_Session">
        <End Role="Session" Type="FolketsTingModel.Session" Multiplicity="0..1" />
        <End Role="P20Question" Type="FolketsTingModel.P20Question" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Session">
            <PropertyRef Name="SessionId" />
          </Principal>
          <Dependent Role="P20Question">
            <PropertyRef Name="SessionId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_section_paragraph">
        <End Role="Paragraph" Type="FolketsTingModel.Paragraph" Multiplicity="0..1" />
        <End Role="Section" Type="FolketsTingModel.Section" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Paragraph">
            <PropertyRef Name="ParagraphId" />
          </Principal>
          <Dependent Role="Section">
            <PropertyRef Name="ParagraphId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_Politician_Party">
        <End Role="Party" Type="FolketsTingModel.Party" Multiplicity="0..1" />
        <End Role="Politician" Type="FolketsTingModel.Politician" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Party">
            <PropertyRef Name="PartyId" />
          </Principal>
          <Dependent Role="Politician">
            <PropertyRef Name="PartyId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_PoliticianLawVote_politiker">
        <End Role="Politician" Type="FolketsTingModel.Politician" Multiplicity="0..1" />
        <End Role="PoliticianLawVote" Type="FolketsTingModel.PoliticianLawVote" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Politician">
            <PropertyRef Name="PoliticianId" />
          </Principal>
          <Dependent Role="PoliticianLawVote">
            <PropertyRef Name="PoliticianId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_proposedlaw_politiker">
        <End Role="Politician" Type="FolketsTingModel.Politician" Multiplicity="0..1" />
        <End Role="ProposedLaw" Type="FolketsTingModel.ProposedLaw" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Politician">
            <PropertyRef Name="PoliticianId" />
          </Principal>
          <Dependent Role="ProposedLaw">
            <PropertyRef Name="PoliticianId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_Speaker_Politician">
        <End Role="Politician" Type="FolketsTingModel.Politician" Multiplicity="0..1" />
        <End Role="Speaker" Type="FolketsTingModel.Speaker" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Politician">
            <PropertyRef Name="PoliticianId" />
          </Principal>
          <Dependent Role="Speaker">
            <PropertyRef Name="PoliticianId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_tale_politiker">
        <End Role="Politician" Type="FolketsTingModel.Politician" Multiplicity="0..1" />
        <End Role="Speech" Type="FolketsTingModel.Speech" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Politician">
            <PropertyRef Name="PoliticianId" />
          </Principal>
          <Dependent Role="Speech">
            <PropertyRef Name="PoliticianId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_speach_para_tale">
        <End Role="Speech" Type="FolketsTingModel.Speech" Multiplicity="0..1" />
        <End Role="SpeechPara" Type="FolketsTingModel.SpeechPara" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Speech">
            <PropertyRef Name="SpeechId" />
          </Principal>
          <Dependent Role="SpeechPara">
            <PropertyRef Name="SpeechId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_Speech_Speech">
        <End Role="Speech" Type="FolketsTingModel.Speech" Multiplicity="0..1" />
        <End Role="Speech1" Type="FolketsTingModel.Speech" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Speech">
            <PropertyRef Name="SpeechId" />
          </Principal>
          <Dependent Role="Speech1">
            <PropertyRef Name="ParentSpeechId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_CommitteeTripDestination_CommitteeTrip">
        <End Role="CommitteeTrip" Type="FolketsTingModel.CommitteeTrip" Multiplicity="0..1" />
        <End Role="CommitteeTripDestination" Type="FolketsTingModel.CommitteeTripDestination" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="CommitteeTrip">
            <PropertyRef Name="CommitteeTripId" />
          </Principal>
          <Dependent Role="CommitteeTripDestination">
            <PropertyRef Name="CommitteeTripId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="FK_CommitteeTrip_Committee">
        <End Role="Committee" Type="FolketsTingModel.Committee" Multiplicity="1" />
        <End Role="CommitteeTrip" Type="FolketsTingModel.CommitteeTrip" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Committee">
            <PropertyRef Name="CommitteeId" />
          </Principal>
          <Dependent Role="CommitteeTrip">
            <PropertyRef Name="CommitteeId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
    </Schema>
    <Schema Namespace="FT.Data" 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="FolketsTingEntities" p7:LazyLoadingEnabled="true" m:IsDefaultEntityContainer="true" xmlns:p7="http://schemas.microsoft.com/ado/2009/02/edm/annotation">
        <EntitySet Name="Category" EntityType="FolketsTingModel.Category" />
        <EntitySet Name="Committee" EntityType="FolketsTingModel.Committee" />
        <EntitySet Name="CommitteeTrip" EntityType="FolketsTingModel.CommitteeTrip" />
        <EntitySet Name="CommitteeTripParticipant" EntityType="FolketsTingModel.CommitteeTripParticipant" />
        <EntitySet Name="Deliberation" EntityType="FolketsTingModel.Deliberation" />
        <EntitySet Name="Document" EntityType="FolketsTingModel.Document" />
        <EntitySet Name="ItemCategory" EntityType="FolketsTingModel.ItemCategory" />
        <EntitySet Name="ItemCommittee" EntityType="FolketsTingModel.ItemCommittee" />
        <EntitySet Name="Law" EntityType="FolketsTingModel.Law" />
        <EntitySet Name="LawChange" EntityType="FolketsTingModel.LawChange" />
        <EntitySet Name="LawVote" EntityType="FolketsTingModel.LawVote" />
        <EntitySet Name="Ministry" EntityType="FolketsTingModel.Ministry" />
        <EntitySet Name="P20Question" EntityType="FolketsTingModel.P20Question" />
        <EntitySet Name="Paragraph" EntityType="FolketsTingModel.Paragraph" />
        <EntitySet Name="Party" EntityType="FolketsTingModel.Party" />
        <EntitySet Name="Politician" EntityType="FolketsTingModel.Politician" />
        <EntitySet Name="PoliticianLawVote" EntityType="FolketsTingModel.PoliticianLawVote" />
        <EntitySet Name="ProposedLaw" EntityType="FolketsTingModel.ProposedLaw" />
        <EntitySet Name="Section" EntityType="FolketsTingModel.Section" />
        <EntitySet Name="Session" EntityType="FolketsTingModel.Session" />
        <EntitySet Name="Speaker" EntityType="FolketsTingModel.Speaker" />
        <EntitySet Name="Speech" EntityType="FolketsTingModel.Speech" />
        <EntitySet Name="SpeechPara" EntityType="FolketsTingModel.SpeechPara" />
        <EntitySet Name="SubChange" EntityType="FolketsTingModel.SubChange" />
        <EntitySet Name="Tag" EntityType="FolketsTingModel.Tag" />
        <EntitySet Name="CommitteeTripDestination" EntityType="FolketsTingModel.CommitteeTripDestination" />
        <AssociationSet Name="FK_ItemCategory_Category" Association="FolketsTingModel.FK_ItemCategory_Category">
          <End Role="Category" EntitySet="Category" />
          <End Role="ItemCategory" EntitySet="ItemCategory" />
        </AssociationSet>
        <AssociationSet Name="FK_ItemCommittee_Committee" Association="FolketsTingModel.FK_ItemCommittee_Committee">
          <End Role="Committee" EntitySet="Committee" />
          <End Role="ItemCommittee" EntitySet="ItemCommittee" />
        </AssociationSet>
        <AssociationSet Name="FK_Law_Committee" Association="FolketsTingModel.FK_Law_Committee">
          <End Role="Committee" EntitySet="Committee" />
          <End Role="Law" EntitySet="Law" />
        </AssociationSet>
        <AssociationSet Name="FK_CommitteeTripParticipant_CommitteeTrip" Association="FolketsTingModel.FK_CommitteeTripParticipant_CommitteeTrip">
          <End Role="CommitteeTrip" EntitySet="CommitteeTrip" />
          <End Role="CommitteeTripParticipant" EntitySet="CommitteeTripParticipant" />
        </AssociationSet>
        <AssociationSet Name="FK_CommitteeTripParticipant_Politician" Association="FolketsTingModel.FK_CommitteeTripParticipant_Politician">
          <End Role="Politician" EntitySet="Politician" />
          <End Role="CommitteeTripParticipant" EntitySet="CommitteeTripParticipant" />
        </AssociationSet>
        <AssociationSet Name="FK_behandlinger_love" Association="FolketsTingModel.FK_behandlinger_love">
          <End Role="Law" EntitySet="Law" />
          <End Role="Deliberation" EntitySet="Deliberation" />
        </AssociationSet>
        <AssociationSet Name="FK_tale_behandlinger" Association="FolketsTingModel.FK_tale_behandlinger">
          <End Role="Deliberation" EntitySet="Deliberation" />
          <End Role="Speech" EntitySet="Speech" />
        </AssociationSet>
        <AssociationSet Name="FK_P20Question_Document" Association="FolketsTingModel.FK_P20Question_Document">
          <End Role="Document" EntitySet="Document" />
          <End Role="P20Question" EntitySet="P20Question" />
        </AssociationSet>
        <AssociationSet Name="FK_LawVote_love" Association="FolketsTingModel.FK_LawVote_love">
          <End Role="Law" EntitySet="Law" />
          <End Role="LawVote" EntitySet="LawVote" />
        </AssociationSet>
        <AssociationSet Name="FK_love_ministerium" Association="FolketsTingModel.FK_love_ministerium">
          <End Role="Ministry" EntitySet="Ministry" />
          <End Role="Law" EntitySet="Law" />
        </AssociationSet>
        <AssociationSet Name="FK_love_samlinger" Association="FolketsTingModel.FK_love_samlinger">
          <End Role="Session" EntitySet="Session" />
          <End Role="Law" EntitySet="Law" />
        </AssociationSet>
        <AssociationSet Name="FK_paragraph_love" Association="FolketsTingModel.FK_paragraph_love">
          <End Role="Law" EntitySet="Law" />
          <End Role="Paragraph" EntitySet="Paragraph" />
        </AssociationSet>
        <AssociationSet Name="FK_proposedlaw_love" Association="FolketsTingModel.FK_proposedlaw_love">
          <End Role="Law" EntitySet="Law" />
          <End Role="ProposedLaw" EntitySet="ProposedLaw" />
        </AssociationSet>
        <AssociationSet Name="FK_Speaker_Law" Association="FolketsTingModel.FK_Speaker_Law">
          <End Role="Law" EntitySet="Law" />
          <End Role="Speaker" EntitySet="Speaker" />
        </AssociationSet>
        <AssociationSet Name="FK_lawchange_paragraph" Association="FolketsTingModel.FK_lawchange_paragraph">
          <End Role="Paragraph" EntitySet="Paragraph" />
          <End Role="LawChange" EntitySet="LawChange" />
        </AssociationSet>
        <AssociationSet Name="FK_subchange_lawchange" Association="FolketsTingModel.FK_subchange_lawchange">
          <End Role="LawChange" EntitySet="LawChange" />
          <End Role="SubChange" EntitySet="SubChange" />
        </AssociationSet>
        <AssociationSet Name="FK_PoliticianLawVote_LawVote" Association="FolketsTingModel.FK_PoliticianLawVote_LawVote">
          <End Role="LawVote" EntitySet="LawVote" />
          <End Role="PoliticianLawVote" EntitySet="PoliticianLawVote" />
        </AssociationSet>
        <AssociationSet Name="FK_P20Question_Politician" Association="FolketsTingModel.FK_P20Question_Politician">
          <End Role="Politician" EntitySet="Politician" />
          <End Role="P20Question" EntitySet="P20Question" />
        </AssociationSet>
        <AssociationSet Name="FK_P20Question_Politician1" Association="FolketsTingModel.FK_P20Question_Politician1">
          <End Role="Politician" EntitySet="Politician" />
          <End Role="P20Question" EntitySet="P20Question" />
        </AssociationSet>
        <AssociationSet Name="FK_P20Question_Session" Association="FolketsTingModel.FK_P20Question_Session">
          <End Role="Session" EntitySet="Session" />
          <End Role="P20Question" EntitySet="P20Question" />
        </AssociationSet>
        <AssociationSet Name="FK_section_paragraph" Association="FolketsTingModel.FK_section_paragraph">
          <End Role="Paragraph" EntitySet="Paragraph" />
          <End Role="Section" EntitySet="Section" />
        </AssociationSet>
        <AssociationSet Name="FK_Politician_Party" Association="FolketsTingModel.FK_Politician_Party">
          <End Role="Party" EntitySet="Party" />
          <End Role="Politician" EntitySet="Politician" />
        </AssociationSet>
        <AssociationSet Name="FK_PoliticianLawVote_politiker" Association="FolketsTingModel.FK_PoliticianLawVote_politiker">
          <End Role="Politician" EntitySet="Politician" />
          <End Role="PoliticianLawVote" EntitySet="PoliticianLawVote" />
        </AssociationSet>
        <AssociationSet Name="FK_proposedlaw_politiker" Association="FolketsTingModel.FK_proposedlaw_politiker">
          <End Role="Politician" EntitySet="Politician" />
          <End Role="ProposedLaw" EntitySet="ProposedLaw" />
        </AssociationSet>
        <AssociationSet Name="FK_Speaker_Politician" Association="FolketsTingModel.FK_Speaker_Politician">
          <End Role="Politician" EntitySet="Politician" />
          <End Role="Speaker" EntitySet="Speaker" />
        </AssociationSet>
        <AssociationSet Name="FK_tale_politiker" Association="FolketsTingModel.FK_tale_politiker">
          <End Role="Politician" EntitySet="Politician" />
          <End Role="Speech" EntitySet="Speech" />
        </AssociationSet>
        <AssociationSet Name="FK_speach_para_tale" Association="FolketsTingModel.FK_speach_para_tale">
          <End Role="Speech" EntitySet="Speech" />
          <End Role="SpeechPara" EntitySet="SpeechPara" />
        </AssociationSet>
        <AssociationSet Name="FK_Speech_Speech" Association="FolketsTingModel.FK_Speech_Speech">
          <End Role="Speech" EntitySet="Speech" />
          <End Role="Speech1" EntitySet="Speech" />
        </AssociationSet>
        <AssociationSet Name="FK_CommitteeTripDestination_CommitteeTrip" Association="FolketsTingModel.FK_CommitteeTripDestination_CommitteeTrip">
          <End Role="CommitteeTrip" EntitySet="CommitteeTrip" />
          <End Role="CommitteeTripDestination" EntitySet="CommitteeTripDestination" />
        </AssociationSet>
        <AssociationSet Name="FK_CommitteeTrip_Committee" Association="FolketsTingModel.FK_CommitteeTrip_Committee">
          <End Role="Committee" EntitySet="Committee" />
          <End Role="CommitteeTrip" EntitySet="CommitteeTrip" />
        </AssociationSet>
      </EntityContainer>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>
