<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:DataServices><Schema Namespace="OdataService.DAL.ParliamentInfo" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="KNS_Agenda"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Number" Type="Edm.Int32" /><Property Name="ClassificationID" Type="Edm.Int32" /><Property Name="ClassificationDesc" Type="Edm.String" /><Property Name="LeadingAgendaID" Type="Edm.Int32" /><Property Name="KnessetNum" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="SubTypeID" Type="Edm.Int32" /><Property Name="SubTypeDesc" Type="Edm.String" /><Property Name="StatusID" Type="Edm.Int32" /><Property Name="InitiatorPersonID" Type="Edm.Int32" /><Property Name="GovRecommendationID" Type="Edm.Int32" /><Property Name="GovRecommendationDesc" Type="Edm.String" /><Property Name="PresidentDecisionDate" Type="Edm.DateTimeOffset" /><Property Name="PostopenmentReasonID" Type="Edm.Int32" /><Property Name="PostopenmentReasonDesc" Type="Edm.String" /><Property Name="CommitteeID" Type="Edm.Int32" /><Property Name="RecommendCommitteeID" Type="Edm.Int32" /><Property Name="MinisterPersonID" Type="Edm.Int32" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_DocumentAgenda" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_DocumentAgenda)" /><NavigationProperty Name="KNS_Committee" Type="OdataService.DAL.ParliamentInfo.KNS_Committee" Nullable="false" /><NavigationProperty Name="KNS_Person" Type="OdataService.DAL.ParliamentInfo.KNS_Person" Nullable="false" /><NavigationProperty Name="KNS_Status" Type="OdataService.DAL.ParliamentInfo.KNS_Status" Nullable="false" /><NavigationProperty Name="KNS_RecommendCommittee" Type="OdataService.DAL.ParliamentInfo.KNS_Committee" Nullable="false" /><NavigationProperty Name="KNS_PersonMinister" Type="OdataService.DAL.ParliamentInfo.KNS_Person" Nullable="false" /></EntityType><EntityType Name="KNS_Bill"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="KnessetNum" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="TypeID" Type="Edm.Int32" /><Property Name="TypeDesc" Type="Edm.String" /><Property Name="SubTypeID" Type="Edm.Int32" /><Property Name="SubTypeDesc" Type="Edm.String" /><Property Name="PrivateNumber" Type="Edm.Int32" /><Property Name="CommitteeID" Type="Edm.Int32" /><Property Name="StatusID" Type="Edm.Int32" /><Property Name="Number" Type="Edm.Int32" /><Property Name="PostponementReasonID" Type="Edm.Int32" /><Property Name="PostponementReasonDesc" Type="Edm.String" /><Property Name="PublicationDate" Type="Edm.DateTimeOffset" /><Property Name="PublicationSeriesID" Type="Edm.Int32" /><Property Name="PublicationSeriesDesc" Type="Edm.String" /><Property Name="PublicationSeriesFirstCallID" Type="Edm.Int32" /><Property Name="PublicationSeriesFirstCallDesc" Type="Edm.String" /><Property Name="MagazineNumber" Type="Edm.String" /><Property Name="PageNumber" Type="Edm.String" /><Property Name="IsContinuationBill" Type="Edm.Boolean" /><Property Name="SummaryLaw" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_BillHistoryInitiator" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_BillHistoryInitiator)" /><NavigationProperty Name="KNS_BillInitiator" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_BillInitiator)" /><NavigationProperty Name="KNS_BillName" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_BillName)" /><NavigationProperty Name="KNS_BillSplit" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_BillSplit)" /><NavigationProperty Name="KNS_BillUnion" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_BillUnion)" /><NavigationProperty Name="KNS_BillUnion_Main" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_BillUnion)" /><NavigationProperty Name="KNS_Committee" Type="OdataService.DAL.ParliamentInfo.KNS_Committee" Nullable="false" /><NavigationProperty Name="KNS_DocumentBill" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_DocumentBill)" /><NavigationProperty Name="KNS_Status" Type="OdataService.DAL.ParliamentInfo.KNS_Status" Nullable="false" /><NavigationProperty Name="KNS_LawCorrections" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_LawCorrections)" /></EntityType><EntityType Name="KNS_BillHistoryInitiator"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="BillID" Type="Edm.Int32" /><Property Name="PersonID" Type="Edm.Int32" /><Property Name="IsInitiator" Type="Edm.Boolean" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="EndDate" Type="Edm.DateTimeOffset" /><Property Name="ReasonID" Type="Edm.Int32" /><Property Name="ReasonDesc" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_Bill" Type="OdataService.DAL.ParliamentInfo.KNS_Bill" Nullable="false" /><NavigationProperty Name="KNS_Person" Type="OdataService.DAL.ParliamentInfo.KNS_Person" Nullable="false" /></EntityType><EntityType Name="KNS_BillInitiator"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="BillID" Type="Edm.Int32" /><Property Name="PersonID" Type="Edm.Int32" /><Property Name="IsInitiator" Type="Edm.Boolean" /><Property Name="Ordinal" Type="Edm.Int32" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_Bill" Type="OdataService.DAL.ParliamentInfo.KNS_Bill" Nullable="false" /><NavigationProperty Name="KNS_Person" Type="OdataService.DAL.ParliamentInfo.KNS_Person" Nullable="false" /></EntityType><EntityType Name="KNS_BillName"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="BillID" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="NameHistoryTypeID" Type="Edm.Int32" /><Property Name="NameHistoryTypeDesc" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_Bill" Type="OdataService.DAL.ParliamentInfo.KNS_Bill" Nullable="false" /></EntityType><EntityType Name="KNS_BillSplit"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="MainBillID" Type="Edm.Int32" /><Property Name="SplitBillID" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_Bill" Type="OdataService.DAL.ParliamentInfo.KNS_Bill" Nullable="false" /></EntityType><EntityType Name="KNS_BillUnion"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="MainBillID" Type="Edm.Int32" /><Property Name="UnionBillID" Type="Edm.Int32" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_Bill" Type="OdataService.DAL.ParliamentInfo.KNS_Bill" Nullable="false" /><NavigationProperty Name="KNS_Bill_Main" Type="OdataService.DAL.ParliamentInfo.KNS_Bill" Nullable="false" /></EntityType><EntityType Name="KNS_BroadcastCommitteSession"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="BroadcastId" Type="Edm.Int32" /><Property Name="BroadcastUrl" Type="Edm.String" /></EntityType><EntityType Name="KNS_CmtSessionItem"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="ItemID" Type="Edm.Int32" /><Property Name="CommitteeSessionID" Type="Edm.Int32" /><Property Name="Ordinal" Type="Edm.Int32" /><Property Name="StatusID" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="ItemTypeID" Type="Edm.Int32" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="KNS_CommitteeSession" Type="OdataService.DAL.ParliamentInfo.KNS_CommitteeSession" Nullable="false" /><NavigationProperty Name="KNS_Status" Type="OdataService.DAL.ParliamentInfo.KNS_Status" Nullable="false" /><NavigationProperty Name="KNS_ItemType" Type="OdataService.DAL.ParliamentInfo.KNS_ItemType" Nullable="false" /></EntityType><EntityType Name="KNS_CmtSiteCode"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="KnsID" Type="Edm.Int32" /><Property Name="SiteId" Type="Edm.Int32" /><NavigationProperty Name="KNS_CommitteeSession" Type="OdataService.DAL.ParliamentInfo.KNS_CommitteeSession" Nullable="false" /></EntityType><EntityType Name="KNS_Committee"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="CategoryID" Type="Edm.Int16" /><Property Name="CategoryDesc" Type="Edm.String" /><Property Name="KnessetNum" Type="Edm.Int32" /><Property Name="CommitteeTypeID" Type="Edm.Int32" /><Property Name="CommitteeTypeDesc" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="FinishDate" Type="Edm.DateTimeOffset" /><Property Name="AdditionalTypeID" Type="Edm.Int32" /><Property Name="AdditionalTypeDesc" Type="Edm.String" /><Property Name="ParentCommitteeID" Type="Edm.Int32" /><Property Name="CommitteeParentName" Type="Edm.String" /><Property Name="IsCurrent" Type="Edm.Boolean" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_Bill" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_Bill)" /><NavigationProperty Name="KNS_Agenda" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_Agenda)" /><NavigationProperty Name="KNS_AgendaRecomnded" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_Agenda)" /><NavigationProperty Name="KNS_CommitteeSession" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_CommitteeSession)" /><NavigationProperty Name="KNS_JointCommittee" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_JointCommittee)" /><NavigationProperty Name="KNS_JointCommitteeParticipant" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_JointCommittee)" /><NavigationProperty Name="KNS_SecondaryLaw" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_SecondaryLaw)" /><NavigationProperty Name="KNS_LawCorrections" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_LawCorrections)" /></EntityType><EntityType Name="KNS_CommitteeSession"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Number" Type="Edm.Int32" /><Property Name="KnessetNum" Type="Edm.Int32" /><Property Name="TypeID" Type="Edm.Int32" /><Property Name="TypeDesc" Type="Edm.String" /><Property Name="CommitteeID" Type="Edm.Int32" /><Property Name="StatusID" Type="Edm.Int32" /><Property Name="StatusDesc" Type="Edm.String" /><Property Name="Location" Type="Edm.String" /><Property Name="SessionUrl" Type="Edm.String" /><Property Name="BroadcastUrl" Type="Edm.String" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="FinishDate" Type="Edm.DateTimeOffset" /><Property Name="Note" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_Committee" Type="OdataService.DAL.ParliamentInfo.KNS_Committee" Nullable="false" /><NavigationProperty Name="KNS_DocumentCommitteeSession" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_DocumentCommitteeSession)" /><NavigationProperty Name="KNS_Status" Type="OdataService.DAL.ParliamentInfo.KNS_Status" Nullable="false" /><NavigationProperty Name="KNS_CmtSessionItem" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_CmtSessionItem)" /><NavigationProperty Name="KNS_CmtSiteCode" Type="OdataService.DAL.ParliamentInfo.KNS_CmtSiteCode" Nullable="false" /></EntityType><EntityType Name="KNS_DocumentAgenda"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="AgendaID" Type="Edm.Int32" /><Property Name="GroupTypeID" Type="Edm.Byte" /><Property Name="GroupTypeDesc" Type="Edm.String" /><Property Name="ApplicationID" Type="Edm.Byte" /><Property Name="ApplicationDesc" Type="Edm.String" /><Property Name="FilePath" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_Agenda" Type="OdataService.DAL.ParliamentInfo.KNS_Agenda" Nullable="false" /></EntityType><EntityType Name="KNS_DocumentBill"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="BillID" Type="Edm.Int32" /><Property Name="GroupTypeID" Type="Edm.Byte" /><Property Name="GroupTypeDesc" Type="Edm.String" /><Property Name="ApplicationID" Type="Edm.Byte" /><Property Name="ApplicationDesc" Type="Edm.String" /><Property Name="FilePath" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_Bill" Type="OdataService.DAL.ParliamentInfo.KNS_Bill" Nullable="false" /></EntityType><EntityType Name="KNS_DocumentCommitteeSession"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="CommitteeSessionID" Type="Edm.Int32" /><Property Name="GroupTypeID" Type="Edm.Byte" /><Property Name="GroupTypeDesc" Type="Edm.String" /><Property Name="DocumentName" Type="Edm.String" /><Property Name="ApplicationID" Type="Edm.Byte" /><Property Name="ApplicationDesc" Type="Edm.String" /><Property Name="FilePath" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_CommitteeSession" Type="OdataService.DAL.ParliamentInfo.KNS_CommitteeSession" Nullable="false" /></EntityType><EntityType Name="KNS_DocumentIsraelLaw"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="IsraelLawID" Type="Edm.Int32" /><Property Name="GroupTypeID" Type="Edm.Byte" /><Property Name="GroupTypeDesc" Type="Edm.String" /><Property Name="ApplicationID" Type="Edm.Byte" /><Property Name="ApplicationDesc" Type="Edm.String" /><Property Name="FilePath" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_IsraelLaw" Type="OdataService.DAL.ParliamentInfo.KNS_IsraelLaw" Nullable="false" /></EntityType><EntityType Name="KNS_DocumentPlenumSession"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="PlenumSessionID" Type="Edm.Int32" /><Property Name="GroupTypeID" Type="Edm.Byte" /><Property Name="GroupTypeDesc" Type="Edm.String" /><Property Name="ApplicationID" Type="Edm.Byte" /><Property Name="ApplicationDesc" Type="Edm.String" /><Property Name="FilePath" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_PlenumSession" Type="OdataService.DAL.ParliamentInfo.KNS_PlenumSession" Nullable="false" /></EntityType><EntityType Name="KNS_DocumentQuery"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="QueryID" Type="Edm.Int32" /><Property Name="GroupTypeID" Type="Edm.Byte" /><Property Name="GroupTypeDesc" Type="Edm.String" /><Property Name="ApplicationID" Type="Edm.Byte" /><Property Name="ApplicationDesc" Type="Edm.String" /><Property Name="FilePath" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_Query" Type="OdataService.DAL.ParliamentInfo.KNS_Query" Nullable="false" /></EntityType><EntityType Name="KNS_DocumentSecondaryLaw"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SecondaryLawId" Type="Edm.Int32" /><Property Name="GroupTypeID" Type="Edm.Byte" /><Property Name="GroupTypeDesc" Type="Edm.String" /><Property Name="ApplicationID" Type="Edm.Byte" /><Property Name="ApplicationDesc" Type="Edm.String" /><Property Name="FilePath" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_SecondaryLaw" Type="OdataService.DAL.ParliamentInfo.KNS_SecondaryLaw" Nullable="false" /></EntityType><EntityType Name="KNS_Faction"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="KnessetNum" Type="Edm.Int32" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="FinishDate" Type="Edm.DateTimeOffset" /><Property Name="IsCurrent" Type="Edm.Boolean" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_PersonToPosition" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_PersonToPosition)" /></EntityType><EntityType Name="KNS_GovMinistry"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="IsActive" Type="Edm.Boolean" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><Property Name="CategoryID" Type="Edm.Int32" /><Property Name="CategoryName" Type="Edm.String" /><Property Name="GovID" Type="Edm.Int32" /><NavigationProperty Name="KNS_Query" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_Query)" /><NavigationProperty Name="KNS_PersonToPosition" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_PersonToPosition)" /></EntityType><EntityType Name="KNS_IsraelLaw"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="KnessetNum" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="IsBasicLaw" Type="Edm.Boolean" /><Property Name="IsFavoriteLaw" Type="Edm.Boolean" /><Property Name="PublicationDate" Type="Edm.DateTimeOffset" /><Property Name="LatestPublicationDate" Type="Edm.DateTimeOffset" /><Property Name="IsBudgetLaw" Type="Edm.Boolean" /><Property Name="LawValidityID" Type="Edm.Int32" /><Property Name="LawValidityDesc" Type="Edm.String" /><Property Name="ValidityStartDate" Type="Edm.DateTimeOffset" /><Property Name="ValidityStartDateNotes" Type="Edm.String" /><Property Name="ValidityFinishDate" Type="Edm.DateTimeOffset" /><Property Name="ValidityFinishDateNotes" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_DocumentIsraelLaw" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_DocumentIsraelLaw)" /><NavigationProperty Name="KNS_IsraelLawBinding" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_IsraelLawBinding)" /><NavigationProperty Name="KNS_IsraelLawClassificiation" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_IsraelLawClassificiation)" /><NavigationProperty Name="KNS_IsraelLawMinistry" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_IsraelLawMinistry)" /><NavigationProperty Name="KNS_IsraelLawName" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_IsraelLawName)" /><NavigationProperty Name="KNS_LawBinding" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_LawBinding)" /><NavigationProperty Name="KNS_IsraelLawLawCorrections" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_IsraelLawLawCorrections)" /></EntityType><EntityType Name="KNS_IsraelLawBinding"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="IsraelLawID" Type="Edm.Int32" /><Property Name="IsraelLawReplacedID" Type="Edm.Int32" /><Property Name="LawID" Type="Edm.Int32" /><Property Name="LawTypeID" Type="Edm.Int32" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_IsraelLaw" Type="OdataService.DAL.ParliamentInfo.KNS_IsraelLaw" Nullable="false" /></EntityType><EntityType Name="KNS_IsraelLawClassificiation"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="IsraelLawID" Type="Edm.Int32" /><Property Name="ClassificiationID" Type="Edm.Int32" /><Property Name="ClassificiationDesc" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_IsraelLaw" Type="OdataService.DAL.ParliamentInfo.KNS_IsraelLaw" Nullable="false" /></EntityType><EntityType Name="KNS_IsraelLawLawCorrections"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="LawCorrectionID" Type="Edm.Int32" Nullable="false" /><Property Name="IsraelLawID" Type="Edm.Int32" Nullable="false" /><Property Name="LastUpdatedBy" Type="Edm.Int32" Nullable="false" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="KNS_LawCorrection" Type="OdataService.DAL.ParliamentInfo.KNS_LawCorrections" Nullable="false" /><NavigationProperty Name="KNS_IsraelLaw" Type="OdataService.DAL.ParliamentInfo.KNS_IsraelLaw" Nullable="false" /></EntityType><EntityType Name="KNS_IsraelLawMinistry"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="IsraelLawID" Type="Edm.Int32" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><Property Name="MinistryCategoryID" Type="Edm.Int32" Nullable="false" /><Property Name="MinistryCategoryDesc" Type="Edm.String" /><NavigationProperty Name="KNS_IsraelLaw" Type="OdataService.DAL.ParliamentInfo.KNS_IsraelLaw" Nullable="false" /></EntityType><EntityType Name="KNS_IsraelLawName"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="IsraelLawID" Type="Edm.Int32" /><Property Name="LawID" Type="Edm.Int32" /><Property Name="LawTypeID" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_IsraelLaw" Type="OdataService.DAL.ParliamentInfo.KNS_IsraelLaw" Nullable="false" /></EntityType><EntityType Name="KNS_ItemType"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Desc" Type="Edm.String" /><Property Name="TableName" Type="Edm.String" /><NavigationProperty Name="KNS_CmtSessionItem" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_CmtSessionItem)" /><NavigationProperty Name="KNS_PlmSessionItem" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_PlmSessionItem)" /></EntityType><EntityType Name="KNS_JointCommittee"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="CommitteeID" Type="Edm.Int32" /><Property Name="ParticipantCommitteeID" Type="Edm.Int32" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_Committee" Type="OdataService.DAL.ParliamentInfo.KNS_Committee" Nullable="false" /><NavigationProperty Name="KNS_CommitteeParticipant" Type="OdataService.DAL.ParliamentInfo.KNS_Committee" Nullable="false" /></EntityType><EntityType Name="KNS_KnessetDates"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="KnessetNum" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="Assembly" Type="Edm.Int32" /><Property Name="Plenum" Type="Edm.Int32" /><Property Name="PlenumStart" Type="Edm.DateTimeOffset" /><Property Name="PlenumFinish" Type="Edm.DateTimeOffset" /><Property Name="IsCurrent" Type="Edm.Boolean" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="KNS_LawBinding"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="LawID" Type="Edm.Int32" /><Property Name="IsraelLawID" Type="Edm.Int32" /><Property Name="ParentLawID" Type="Edm.Int32" /><Property Name="LawTypeID" Type="Edm.Int32" /><Property Name="LawParentTypeID" Type="Edm.Int32" /><Property Name="BindingType" Type="Edm.Int32" /><Property Name="BindingTypeDesc" Type="Edm.String" /><Property Name="PageNumber" Type="Edm.String" /><Property Name="AmendmentType" Type="Edm.Int32" /><Property Name="AmendmentTypeDesc" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><Property Name="IsTempLegislation" Type="Edm.Boolean" /><Property Name="IsSecondaryAmendment" Type="Edm.Boolean" /><Property Name="CorrectionNumber" Type="Edm.Int32" /><Property Name="ParagraphNumber" Type="Edm.String" /><NavigationProperty Name="KNS_IsraelLaw" Type="OdataService.DAL.ParliamentInfo.KNS_IsraelLaw" Nullable="false" /></EntityType><EntityType Name="KNS_LawCorrections"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="BillID" Type="Edm.Int32" Nullable="false" /><Property Name="CorrectionTypeID" Type="Edm.Int32" Nullable="false" /><Property Name="CorrectionTypeDesc" Type="Edm.String" /><Property Name="IsKnessetInvolvement" Type="Edm.Boolean" /><Property Name="CommitteeID" Type="Edm.Int32" /><Property Name="CorrectionStatusID" Type="Edm.Int32" Nullable="false" /><Property Name="CorrectionStatusDesc" Type="Edm.String" /><Property Name="VoteDate" Type="Edm.DateTimeOffset" /><Property Name="PublicationDate" Type="Edm.DateTimeOffset" /><Property Name="PublicationSeriesID" Type="Edm.Int32" /><Property Name="PublicationSeriesDesc" Type="Edm.String" /><Property Name="MagazineNumber" Type="Edm.String" /><Property Name="PageNumber" Type="Edm.String" /><Property Name="CommencementDate" Type="Edm.DateTimeOffset" /><Property Name="LastUpdatedBy" Type="Edm.Int32" Nullable="false" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="CreatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_Committee" Type="OdataService.DAL.ParliamentInfo.KNS_Committee" Nullable="false" /><NavigationProperty Name="KNS_Bill" Type="OdataService.DAL.ParliamentInfo.KNS_Bill" Nullable="false" /><NavigationProperty Name="KNS_IsraelLawLawCorrections" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_IsraelLawLawCorrections)" /></EntityType><EntityType Name="KNS_MkSiteCode"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="KnsID" Type="Edm.Int32" /><Property Name="SiteId" Type="Edm.Int32" /></EntityType><EntityType Name="KNS_Person"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="LastName" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="GenderID" Type="Edm.Int32" /><Property Name="GenderDesc" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="IsCurrent" Type="Edm.Boolean" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_PersonToPosition" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_PersonToPosition)" /><NavigationProperty Name="KNS_PlenumVoteResult" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_PlenumVoteResult)" /><NavigationProperty Name="KNS_Query" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_Query)" /><NavigationProperty Name="KNS_Agenda" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_Agenda)" /><NavigationProperty Name="KNS_AgendaMinister" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_Agenda)" /><NavigationProperty Name="KNS_BillHistoryInitiator" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_BillHistoryInitiator)" /><NavigationProperty Name="KNS_BillInitiator" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_BillInitiator)" /></EntityType><EntityType Name="KNS_PersonToPosition"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="PersonID" Type="Edm.Int32" /><Property Name="PositionID" Type="Edm.Int32" /><Property Name="KnessetNum" Type="Edm.Int32" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="FinishDate" Type="Edm.DateTimeOffset" /><Property Name="GovMinistryID" Type="Edm.Int32" /><Property Name="GovMinistryName" Type="Edm.String" /><Property Name="DutyDesc" Type="Edm.String" /><Property Name="FactionID" Type="Edm.Int32" /><Property Name="FactionName" Type="Edm.String" /><Property Name="GovernmentNum" Type="Edm.Int32" /><Property Name="CommitteeID" Type="Edm.Int32" /><Property Name="CommitteeName" Type="Edm.String" /><Property Name="IsCurrent" Type="Edm.Boolean" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_Position" Type="OdataService.DAL.ParliamentInfo.KNS_Position" Nullable="false" /><NavigationProperty Name="KNS_Person" Type="OdataService.DAL.ParliamentInfo.KNS_Person" Nullable="false" /><NavigationProperty Name="KNS_Faction" Type="OdataService.DAL.ParliamentInfo.KNS_Faction" Nullable="false" /><NavigationProperty Name="KNS_GovMinistry" Type="OdataService.DAL.ParliamentInfo.KNS_GovMinistry" Nullable="false" /></EntityType><EntityType Name="KNS_PlenumSession"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Number" Type="Edm.Int32" /><Property Name="KnessetNum" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="FinishDate" Type="Edm.DateTimeOffset" /><Property Name="IsSpecialMeeting" Type="Edm.Boolean" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_DocumentPlenumSession" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_DocumentPlenumSession)" /><NavigationProperty Name="KNS_PlenumVote" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_PlenumVote)" /><NavigationProperty Name="KNS_PlmSessionItem" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_PlmSessionItem)" /></EntityType><EntityType Name="KNS_PlenumVote"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="VoteDateTime" Type="Edm.DateTimeOffset" /><Property Name="SessionID" Type="Edm.Int32" /><Property Name="ItemID" Type="Edm.Int32" /><Property Name="Ordinal" Type="Edm.Int32" /><Property Name="VoteMethodID" Type="Edm.Int32" /><Property Name="VoteMethodDesc" Type="Edm.String" /><Property Name="VoteStatusCode" Type="Edm.Int32" /><Property Name="VoteStatusDesc" Type="Edm.String" /><Property Name="VoteTitle" Type="Edm.String" /><Property Name="VoteSubject" Type="Edm.String" /><Property Name="IsNoConfidenceInGov" Type="Edm.Boolean" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><Property Name="ForOptionID" Type="Edm.Int32" /><Property Name="ForOptionDesc" Type="Edm.String" /><Property Name="AgainstOptionID" Type="Edm.Int32" /><Property Name="AgainstOptionDesc" Type="Edm.String" /><NavigationProperty Name="KNS_PlenumSession" Type="OdataService.DAL.ParliamentInfo.KNS_PlenumSession" Nullable="false" /><NavigationProperty Name="VoteResults" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_PlenumVoteResult)" /></EntityType><EntityType Name="KNS_PlenumVoteResult"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="MkId" Type="Edm.Int32" /><Property Name="VoteID" Type="Edm.Int32" /><Property Name="VoteDate" Type="Edm.DateTimeOffset" /><Property Name="ResultCode" Type="Edm.Int32" /><Property Name="ResultDesc" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><Property Name="LastName" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="SessionID" Type="Edm.Int32" /><Property Name="ItemID" Type="Edm.Int32" /><NavigationProperty Name="Vote" Type="OdataService.DAL.ParliamentInfo.KNS_PlenumVote" Nullable="false" /><NavigationProperty Name="KNS_Person" Type="OdataService.DAL.ParliamentInfo.KNS_Person" Nullable="false" /></EntityType><EntityType Name="KNS_PlmSessionItem"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="ItemID" Type="Edm.Int32" /><Property Name="PlenumSessionID" Type="Edm.Int32" /><Property Name="ItemTypeID" Type="Edm.Int32" /><Property Name="ItemTypeDesc" Type="Edm.String" /><Property Name="Ordinal" Type="Edm.Int64" /><Property Name="Name" Type="Edm.String" /><Property Name="StatusID" Type="Edm.Int32" /><Property Name="IsDiscussion" Type="Edm.Int32" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="KNS_PlenumSession" Type="OdataService.DAL.ParliamentInfo.KNS_PlenumSession" Nullable="false" /><NavigationProperty Name="KNS_Status" Type="OdataService.DAL.ParliamentInfo.KNS_Status" Nullable="false" /><NavigationProperty Name="KNS_ItemType" Type="OdataService.DAL.ParliamentInfo.KNS_ItemType" Nullable="false" /></EntityType><EntityType Name="KNS_Position"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" /><Property Name="GenderID" Type="Edm.Int32" /><Property Name="GenderDesc" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_PersonToPosition" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_PersonToPosition)" /></EntityType><EntityType Name="KNS_Query"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Number" Type="Edm.Int32" /><Property Name="KnessetNum" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="TypeID" Type="Edm.Int32" /><Property Name="TypeDesc" Type="Edm.String" /><Property Name="StatusID" Type="Edm.Int32" /><Property Name="PersonID" Type="Edm.Int32" /><Property Name="GovMinistryID" Type="Edm.Int32" /><Property Name="SubmitDate" Type="Edm.DateTimeOffset" /><Property Name="ReplyMinisterDate" Type="Edm.DateTimeOffset" /><Property Name="ReplyDatePlanned" Type="Edm.DateTimeOffset" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_DocumentQuery" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_DocumentQuery)" /><NavigationProperty Name="KNS_Person" Type="OdataService.DAL.ParliamentInfo.KNS_Person" Nullable="false" /><NavigationProperty Name="KNS_GovMinistry" Type="OdataService.DAL.ParliamentInfo.KNS_GovMinistry" Nullable="false" /><NavigationProperty Name="KNS_Status" Type="OdataService.DAL.ParliamentInfo.KNS_Status" Nullable="false" /></EntityType><EntityType Name="KNS_SecLawAuthorizingLaw"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="AuthorizingLawID" Type="Edm.Int32" /><Property Name="SecondaryLawID" Type="Edm.Int32" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_SecondaryLaw" Type="OdataService.DAL.ParliamentInfo.KNS_SecondaryLaw" Nullable="false" /></EntityType><EntityType Name="KNS_SecLawRegulator"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SecondaryLawID" Type="Edm.Int32" /><Property Name="RegulatorTypeID" Type="Edm.Int32" /><Property Name="RegulatorTypeDesc" Type="Edm.String" /><Property Name="RegulatorID" Type="Edm.Int32" /><Property Name="RegulatorDesc" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_SecondaryLaw" Type="OdataService.DAL.ParliamentInfo.KNS_SecondaryLaw" Nullable="false" /></EntityType><EntityType Name="KNS_SecondaryLaw"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="KnessetNum" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="CompletionCauseID" Type="Edm.Int32" /><Property Name="CompletionCauseDesc" Type="Edm.String" /><Property Name="PostponementReasonID" Type="Edm.Int32" /><Property Name="PostponementReasonDesc" Type="Edm.String" /><Property Name="KnessetInvolvementID" Type="Edm.Int32" /><Property Name="KnessetInvolvementDesc" Type="Edm.String" /><Property Name="CommitteeID" Type="Edm.Int32" /><Property Name="PublicationSeriesID" Type="Edm.Int32" /><Property Name="PublicationSeriesDesc" Type="Edm.String" /><Property Name="MagazineNumber" Type="Edm.String" /><Property Name="PageNumber" Type="Edm.String" /><Property Name="PublicationDate" Type="Edm.DateTimeOffset" /><Property Name="MajorAuthorizingLawID" Type="Edm.Int32" /><Property Name="CommitteeReceivedDate" Type="Edm.DateTimeOffset" /><Property Name="CommitteeApprovalDate" Type="Edm.DateTimeOffset" /><Property Name="ApprovalDateWithoutDiscussion" Type="Edm.DateTimeOffset" /><Property Name="IsAmmendingLawOriginal" Type="Edm.Boolean" /><Property Name="ClassificationID" Type="Edm.Int32" /><Property Name="ClassificationDesc" Type="Edm.String" /><Property Name="IsEmergency" Type="Edm.Boolean" /><Property Name="SecretaryReceivedDate" Type="Edm.DateTimeOffset" /><Property Name="PlenumApprovalDate" Type="Edm.DateTimeOffset" /><Property Name="TypeID" Type="Edm.Int32" /><Property Name="TypeDesc" Type="Edm.String" /><Property Name="StatusID" Type="Edm.Int32" /><Property Name="StatusName" Type="Edm.String" /><Property Name="IsCurrent" Type="Edm.Boolean" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_DocumentSecondaryLaw" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_DocumentSecondaryLaw)" /><NavigationProperty Name="KNS_SecToSecBinding" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_SecToSecBinding)" /><NavigationProperty Name="KNS_SecToSecBindingParent" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_SecToSecBinding)" /><NavigationProperty Name="KNS_SecToSecBindingMain" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_SecToSecBinding)" /><NavigationProperty Name="KNS_Committee" Type="OdataService.DAL.ParliamentInfo.KNS_Committee" Nullable="false" /><NavigationProperty Name="KNS_SecLawAuthorizingLaw" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_SecLawAuthorizingLaw)" /><NavigationProperty Name="KNS_SecLawRegulator" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_SecLawRegulator)" /></EntityType><EntityType Name="KNS_SecToSecBinding"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SecChildID" Type="Edm.Int32" /><Property Name="SecChildTypeID" Type="Edm.Int32" /><Property Name="SecParentID" Type="Edm.Int32" /><Property Name="SecParentTypeID" Type="Edm.Int32" /><Property Name="SecMainID" Type="Edm.Int32" /><Property Name="SecMainTypeID" Type="Edm.Int32" /><Property Name="BindingTypeID" Type="Edm.Int32" /><Property Name="BindingTypeDesc" Type="Edm.String" /><Property Name="IsTempLegislation" Type="Edm.Boolean" /><Property Name="IsSecondaryAmendment" Type="Edm.Boolean" /><Property Name="CorrectionNumber" Type="Edm.Int32" /><Property Name="AmendmentTypeID" Type="Edm.Int32" /><Property Name="AmendmentTypeDesc" Type="Edm.String" /><Property Name="ParagraphNumber" Type="Edm.String" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_SecondaryLaw" Type="OdataService.DAL.ParliamentInfo.KNS_SecondaryLaw" Nullable="false" /><NavigationProperty Name="KNS_SecondaryLawParent" Type="OdataService.DAL.ParliamentInfo.KNS_SecondaryLaw" Nullable="false" /><NavigationProperty Name="KNS_SecondaryLawMain" Type="OdataService.DAL.ParliamentInfo.KNS_SecondaryLaw" Nullable="false" /></EntityType><EntityType Name="KNS_Status"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Desc" Type="Edm.String" /><Property Name="TypeID" Type="Edm.Int32" /><Property Name="TypeDesc" Type="Edm.String" /><Property Name="OrderTransition" Type="Edm.Int32" /><Property Name="IsActive" Type="Edm.Boolean" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="KNS_Agenda" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_Agenda)" /><NavigationProperty Name="KNS_Bill" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_Bill)" /><NavigationProperty Name="KNS_CmtSessionItem" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_CmtSessionItem)" /><NavigationProperty Name="KNS_CommitteeSession" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_CommitteeSession)" /><NavigationProperty Name="KNS_PlmSessionItem" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_PlmSessionItem)" /><NavigationProperty Name="KNS_Query" Type="Collection(OdataService.DAL.ParliamentInfo.KNS_Query)" /></EntityType></Schema><Schema Namespace="OdataService.DAL.Lobbyist" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="V_Lobbyist"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="IdentityNumber" Type="Edm.String" /><Property Name="FullName" Type="Edm.String" /><Property Name="PermitTypeValue" Type="Edm.String" /><Property Name="Key" Type="Edm.Int32" Nullable="false" /><Property Name="CorporationName" Type="Edm.String" /><Property Name="IsIndependent" Type="Edm.Boolean" /><Property Name="CorpNumber" Type="Edm.String" /><Property Name="PracticeFramework" Type="Edm.String" /><Property Name="IsMemberInFaction" Type="Edm.String" /><Property Name="MemberInFaction" Type="Edm.Boolean" /></EntityType><EntityType Name="V_LobbyistsClient"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="LobbyistID" Type="Edm.Int32" Nullable="false" /><Property Name="ClientID" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="ClientsNames" Type="Edm.String" /></EntityType></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="Container"><EntitySet Name="KNS_Agenda" EntityType="OdataService.DAL.ParliamentInfo.KNS_Agenda"><NavigationPropertyBinding Path="KNS_Committee" Target="KNS_Committee" /><NavigationPropertyBinding Path="KNS_DocumentAgenda" Target="KNS_DocumentAgenda" /><NavigationPropertyBinding Path="KNS_Person" Target="KNS_Person" /><NavigationPropertyBinding Path="KNS_PersonMinister" Target="KNS_Person" /><NavigationPropertyBinding Path="KNS_RecommendCommittee" Target="KNS_Committee" /><NavigationPropertyBinding Path="KNS_Status" Target="KNS_Status" /></EntitySet><EntitySet Name="KNS_Bill" EntityType="OdataService.DAL.ParliamentInfo.KNS_Bill"><NavigationPropertyBinding Path="KNS_BillHistoryInitiator" Target="KNS_BillHistoryInitiator" /><NavigationPropertyBinding Path="KNS_BillInitiator" Target="KNS_BillInitiator" /><NavigationPropertyBinding Path="KNS_BillName" Target="KNS_BillName" /><NavigationPropertyBinding Path="KNS_BillSplit" Target="KNS_BillSplit" /><NavigationPropertyBinding Path="KNS_BillUnion" Target="KNS_BillUnion" /><NavigationPropertyBinding Path="KNS_BillUnion_Main" Target="KNS_BillUnion" /><NavigationPropertyBinding Path="KNS_Committee" Target="KNS_Committee" /><NavigationPropertyBinding Path="KNS_DocumentBill" Target="KNS_DocumentBill" /><NavigationPropertyBinding Path="KNS_LawCorrections" Target="KNS_LawCorrections" /><NavigationPropertyBinding Path="KNS_Status" Target="KNS_Status" /></EntitySet><EntitySet Name="KNS_BillHistoryInitiator" EntityType="OdataService.DAL.ParliamentInfo.KNS_BillHistoryInitiator"><NavigationPropertyBinding Path="KNS_Bill" Target="KNS_Bill" /><NavigationPropertyBinding Path="KNS_Person" Target="KNS_Person" /></EntitySet><EntitySet Name="KNS_BillInitiator" EntityType="OdataService.DAL.ParliamentInfo.KNS_BillInitiator"><NavigationPropertyBinding Path="KNS_Bill" Target="KNS_Bill" /><NavigationPropertyBinding Path="KNS_Person" Target="KNS_Person" /></EntitySet><EntitySet Name="KNS_BillName" EntityType="OdataService.DAL.ParliamentInfo.KNS_BillName"><NavigationPropertyBinding Path="KNS_Bill" Target="KNS_Bill" /></EntitySet><EntitySet Name="KNS_BillSplit" EntityType="OdataService.DAL.ParliamentInfo.KNS_BillSplit"><NavigationPropertyBinding Path="KNS_Bill" Target="KNS_Bill" /></EntitySet><EntitySet Name="KNS_BillUnion" EntityType="OdataService.DAL.ParliamentInfo.KNS_BillUnion"><NavigationPropertyBinding Path="KNS_Bill" Target="KNS_Bill" /><NavigationPropertyBinding Path="KNS_Bill_Main" Target="KNS_Bill" /></EntitySet><EntitySet Name="KNS_BroadcastCommitteSession" EntityType="OdataService.DAL.ParliamentInfo.KNS_BroadcastCommitteSession" /><EntitySet Name="KNS_CmtSessionItem" EntityType="OdataService.DAL.ParliamentInfo.KNS_CmtSessionItem"><NavigationPropertyBinding Path="KNS_CommitteeSession" Target="KNS_CommitteeSession" /><NavigationPropertyBinding Path="KNS_ItemType" Target="KNS_ItemType" /><NavigationPropertyBinding Path="KNS_Status" Target="KNS_Status" /></EntitySet><EntitySet Name="KNS_CmtSiteCode" EntityType="OdataService.DAL.ParliamentInfo.KNS_CmtSiteCode"><NavigationPropertyBinding Path="KNS_CommitteeSession" Target="KNS_CommitteeSession" /></EntitySet><EntitySet Name="KNS_Committee" EntityType="OdataService.DAL.ParliamentInfo.KNS_Committee"><NavigationPropertyBinding Path="KNS_Agenda" Target="KNS_Agenda" /><NavigationPropertyBinding Path="KNS_AgendaRecomnded" Target="KNS_Agenda" /><NavigationPropertyBinding Path="KNS_Bill" Target="KNS_Bill" /><NavigationPropertyBinding Path="KNS_CommitteeSession" Target="KNS_CommitteeSession" /><NavigationPropertyBinding Path="KNS_JointCommittee" Target="KNS_JointCommittee" /><NavigationPropertyBinding Path="KNS_JointCommitteeParticipant" Target="KNS_JointCommittee" /><NavigationPropertyBinding Path="KNS_LawCorrections" Target="KNS_LawCorrections" /><NavigationPropertyBinding Path="KNS_SecondaryLaw" Target="KNS_SecondaryLaw" /></EntitySet><EntitySet Name="KNS_CommitteeSession" EntityType="OdataService.DAL.ParliamentInfo.KNS_CommitteeSession"><NavigationPropertyBinding Path="KNS_CmtSessionItem" Target="KNS_CmtSessionItem" /><NavigationPropertyBinding Path="KNS_CmtSiteCode" Target="KNS_CmtSiteCode" /><NavigationPropertyBinding Path="KNS_Committee" Target="KNS_Committee" /><NavigationPropertyBinding Path="KNS_DocumentCommitteeSession" Target="KNS_DocumentCommitteeSession" /><NavigationPropertyBinding Path="KNS_Status" Target="KNS_Status" /></EntitySet><EntitySet Name="KNS_DocumentAgenda" EntityType="OdataService.DAL.ParliamentInfo.KNS_DocumentAgenda"><NavigationPropertyBinding Path="KNS_Agenda" Target="KNS_Agenda" /></EntitySet><EntitySet Name="KNS_DocumentBill" EntityType="OdataService.DAL.ParliamentInfo.KNS_DocumentBill"><NavigationPropertyBinding Path="KNS_Bill" Target="KNS_Bill" /></EntitySet><EntitySet Name="KNS_DocumentCommitteeSession" EntityType="OdataService.DAL.ParliamentInfo.KNS_DocumentCommitteeSession"><NavigationPropertyBinding Path="KNS_CommitteeSession" Target="KNS_CommitteeSession" /></EntitySet><EntitySet Name="KNS_DocumentIsraelLaw" EntityType="OdataService.DAL.ParliamentInfo.KNS_DocumentIsraelLaw"><NavigationPropertyBinding Path="KNS_IsraelLaw" Target="KNS_IsraelLaw" /></EntitySet><EntitySet Name="KNS_DocumentPlenumSession" EntityType="OdataService.DAL.ParliamentInfo.KNS_DocumentPlenumSession"><NavigationPropertyBinding Path="KNS_PlenumSession" Target="KNS_PlenumSession" /></EntitySet><EntitySet Name="KNS_DocumentQuerie" EntityType="OdataService.DAL.ParliamentInfo.KNS_DocumentQuery"><NavigationPropertyBinding Path="KNS_Query" Target="KNS_Query" /></EntitySet><EntitySet Name="KNS_DocumentSecondaryLaw" EntityType="OdataService.DAL.ParliamentInfo.KNS_DocumentSecondaryLaw"><NavigationPropertyBinding Path="KNS_SecondaryLaw" Target="KNS_SecondaryLaw" /></EntitySet><EntitySet Name="KNS_Faction" EntityType="OdataService.DAL.ParliamentInfo.KNS_Faction"><NavigationPropertyBinding Path="KNS_PersonToPosition" Target="KNS_PersonToPosition" /></EntitySet><EntitySet Name="KNS_GovMinistry" EntityType="OdataService.DAL.ParliamentInfo.KNS_GovMinistry"><NavigationPropertyBinding Path="KNS_PersonToPosition" Target="KNS_PersonToPosition" /><NavigationPropertyBinding Path="KNS_Query" Target="KNS_Query" /></EntitySet><EntitySet Name="KNS_IsraelLaw" EntityType="OdataService.DAL.ParliamentInfo.KNS_IsraelLaw"><NavigationPropertyBinding Path="KNS_DocumentIsraelLaw" Target="KNS_DocumentIsraelLaw" /><NavigationPropertyBinding Path="KNS_IsraelLawBinding" Target="KNS_IsraelLawBinding" /><NavigationPropertyBinding Path="KNS_IsraelLawClassificiation" Target="KNS_IsraelLawClassificiation" /><NavigationPropertyBinding Path="KNS_IsraelLawLawCorrections" Target="KNS_IsraelLawLawCorrections" /><NavigationPropertyBinding Path="KNS_IsraelLawMinistry" Target="KNS_IsraelLawMinistry" /><NavigationPropertyBinding Path="KNS_IsraelLawName" Target="KNS_IsraelLawName" /><NavigationPropertyBinding Path="KNS_LawBinding" Target="KNS_LawBinding" /></EntitySet><EntitySet Name="KNS_IsraelLawBinding" EntityType="OdataService.DAL.ParliamentInfo.KNS_IsraelLawBinding"><NavigationPropertyBinding Path="KNS_IsraelLaw" Target="KNS_IsraelLaw" /></EntitySet><EntitySet Name="KNS_IsraelLawClassificiation" EntityType="OdataService.DAL.ParliamentInfo.KNS_IsraelLawClassificiation"><NavigationPropertyBinding Path="KNS_IsraelLaw" Target="KNS_IsraelLaw" /></EntitySet><EntitySet Name="KNS_IsraelLawLawCorrections" EntityType="OdataService.DAL.ParliamentInfo.KNS_IsraelLawLawCorrections"><NavigationPropertyBinding Path="KNS_IsraelLaw" Target="KNS_IsraelLaw" /><NavigationPropertyBinding Path="KNS_LawCorrection" Target="KNS_LawCorrections" /></EntitySet><EntitySet Name="KNS_IsraelLawMinistry" EntityType="OdataService.DAL.ParliamentInfo.KNS_IsraelLawMinistry"><NavigationPropertyBinding Path="KNS_IsraelLaw" Target="KNS_IsraelLaw" /></EntitySet><EntitySet Name="KNS_IsraelLawName" EntityType="OdataService.DAL.ParliamentInfo.KNS_IsraelLawName"><NavigationPropertyBinding Path="KNS_IsraelLaw" Target="KNS_IsraelLaw" /></EntitySet><EntitySet Name="KNS_ItemType" EntityType="OdataService.DAL.ParliamentInfo.KNS_ItemType"><NavigationPropertyBinding Path="KNS_CmtSessionItem" Target="KNS_CmtSessionItem" /><NavigationPropertyBinding Path="KNS_PlmSessionItem" Target="KNS_PlmSessionItem" /></EntitySet><EntitySet Name="KNS_JointCommittee" EntityType="OdataService.DAL.ParliamentInfo.KNS_JointCommittee"><NavigationPropertyBinding Path="KNS_Committee" Target="KNS_Committee" /><NavigationPropertyBinding Path="KNS_CommitteeParticipant" Target="KNS_Committee" /></EntitySet><EntitySet Name="KNS_KnessetDates" EntityType="OdataService.DAL.ParliamentInfo.KNS_KnessetDates" /><EntitySet Name="KNS_LawBinding" EntityType="OdataService.DAL.ParliamentInfo.KNS_LawBinding"><NavigationPropertyBinding Path="KNS_IsraelLaw" Target="KNS_IsraelLaw" /></EntitySet><EntitySet Name="KNS_LawCorrections" EntityType="OdataService.DAL.ParliamentInfo.KNS_LawCorrections"><NavigationPropertyBinding Path="KNS_Bill" Target="KNS_Bill" /><NavigationPropertyBinding Path="KNS_Committee" Target="KNS_Committee" /><NavigationPropertyBinding Path="KNS_IsraelLawLawCorrections" Target="KNS_IsraelLawLawCorrections" /></EntitySet><EntitySet Name="KNS_MkSiteCode" EntityType="OdataService.DAL.ParliamentInfo.KNS_MkSiteCode" /><EntitySet Name="KNS_Person" EntityType="OdataService.DAL.ParliamentInfo.KNS_Person"><NavigationPropertyBinding Path="KNS_Agenda" Target="KNS_Agenda" /><NavigationPropertyBinding Path="KNS_AgendaMinister" Target="KNS_Agenda" /><NavigationPropertyBinding Path="KNS_BillHistoryInitiator" Target="KNS_BillHistoryInitiator" /><NavigationPropertyBinding Path="KNS_BillInitiator" Target="KNS_BillInitiator" /><NavigationPropertyBinding Path="KNS_PersonToPosition" Target="KNS_PersonToPosition" /><NavigationPropertyBinding Path="KNS_PlenumVoteResult" Target="KNS_PlenumVoteResult" /><NavigationPropertyBinding Path="KNS_Query" Target="KNS_Query" /></EntitySet><EntitySet Name="KNS_PersonToPosition" EntityType="OdataService.DAL.ParliamentInfo.KNS_PersonToPosition"><NavigationPropertyBinding Path="KNS_Faction" Target="KNS_Faction" /><NavigationPropertyBinding Path="KNS_GovMinistry" Target="KNS_GovMinistry" /><NavigationPropertyBinding Path="KNS_Person" Target="KNS_Person" /><NavigationPropertyBinding Path="KNS_Position" Target="KNS_Position" /></EntitySet><EntitySet Name="KNS_PlenumSession" EntityType="OdataService.DAL.ParliamentInfo.KNS_PlenumSession"><NavigationPropertyBinding Path="KNS_DocumentPlenumSession" Target="KNS_DocumentPlenumSession" /><NavigationPropertyBinding Path="KNS_PlenumVote" Target="KNS_PlenumVote" /><NavigationPropertyBinding Path="KNS_PlmSessionItem" Target="KNS_PlmSessionItem" /></EntitySet><EntitySet Name="KNS_PlenumVote" EntityType="OdataService.DAL.ParliamentInfo.KNS_PlenumVote"><NavigationPropertyBinding Path="KNS_PlenumSession" Target="KNS_PlenumSession" /><NavigationPropertyBinding Path="VoteResults" Target="KNS_PlenumVoteResult" /></EntitySet><EntitySet Name="KNS_PlenumVoteResult" EntityType="OdataService.DAL.ParliamentInfo.KNS_PlenumVoteResult"><NavigationPropertyBinding Path="KNS_Person" Target="KNS_Person" /><NavigationPropertyBinding Path="Vote" Target="KNS_PlenumVote" /></EntitySet><EntitySet Name="KNS_PlmSessionItem" EntityType="OdataService.DAL.ParliamentInfo.KNS_PlmSessionItem"><NavigationPropertyBinding Path="KNS_ItemType" Target="KNS_ItemType" /><NavigationPropertyBinding Path="KNS_PlenumSession" Target="KNS_PlenumSession" /><NavigationPropertyBinding Path="KNS_Status" Target="KNS_Status" /></EntitySet><EntitySet Name="KNS_Position" EntityType="OdataService.DAL.ParliamentInfo.KNS_Position"><NavigationPropertyBinding Path="KNS_PersonToPosition" Target="KNS_PersonToPosition" /></EntitySet><EntitySet Name="KNS_Query" EntityType="OdataService.DAL.ParliamentInfo.KNS_Query"><NavigationPropertyBinding Path="KNS_DocumentQuery" Target="KNS_DocumentQuerie" /><NavigationPropertyBinding Path="KNS_GovMinistry" Target="KNS_GovMinistry" /><NavigationPropertyBinding Path="KNS_Person" Target="KNS_Person" /><NavigationPropertyBinding Path="KNS_Status" Target="KNS_Status" /></EntitySet><EntitySet Name="KNS_SecLawAuthorizingLaw" EntityType="OdataService.DAL.ParliamentInfo.KNS_SecLawAuthorizingLaw"><NavigationPropertyBinding Path="KNS_SecondaryLaw" Target="KNS_SecondaryLaw" /></EntitySet><EntitySet Name="KNS_SecLawRegulator" EntityType="OdataService.DAL.ParliamentInfo.KNS_SecLawRegulator"><NavigationPropertyBinding Path="KNS_SecondaryLaw" Target="KNS_SecondaryLaw" /></EntitySet><EntitySet Name="KNS_SecondaryLaw" EntityType="OdataService.DAL.ParliamentInfo.KNS_SecondaryLaw"><NavigationPropertyBinding Path="KNS_Committee" Target="KNS_Committee" /><NavigationPropertyBinding Path="KNS_DocumentSecondaryLaw" Target="KNS_DocumentSecondaryLaw" /><NavigationPropertyBinding Path="KNS_SecLawAuthorizingLaw" Target="KNS_SecLawAuthorizingLaw" /><NavigationPropertyBinding Path="KNS_SecLawRegulator" Target="KNS_SecLawRegulator" /><NavigationPropertyBinding Path="KNS_SecToSecBinding" Target="KNS_SecToSecBinding" /><NavigationPropertyBinding Path="KNS_SecToSecBindingMain" Target="KNS_SecToSecBinding" /><NavigationPropertyBinding Path="KNS_SecToSecBindingParent" Target="KNS_SecToSecBinding" /></EntitySet><EntitySet Name="KNS_SecToSecBinding" EntityType="OdataService.DAL.ParliamentInfo.KNS_SecToSecBinding"><NavigationPropertyBinding Path="KNS_SecondaryLaw" Target="KNS_SecondaryLaw" /><NavigationPropertyBinding Path="KNS_SecondaryLawMain" Target="KNS_SecondaryLaw" /><NavigationPropertyBinding Path="KNS_SecondaryLawParent" Target="KNS_SecondaryLaw" /></EntitySet><EntitySet Name="KNS_Status" EntityType="OdataService.DAL.ParliamentInfo.KNS_Status"><NavigationPropertyBinding Path="KNS_Agenda" Target="KNS_Agenda" /><NavigationPropertyBinding Path="KNS_Bill" Target="KNS_Bill" /><NavigationPropertyBinding Path="KNS_CmtSessionItem" Target="KNS_CmtSessionItem" /><NavigationPropertyBinding Path="KNS_CommitteeSession" Target="KNS_CommitteeSession" /><NavigationPropertyBinding Path="KNS_PlmSessionItem" Target="KNS_PlmSessionItem" /><NavigationPropertyBinding Path="KNS_Query" Target="KNS_Query" /></EntitySet><EntitySet Name="V_Lobbyists" EntityType="OdataService.DAL.Lobbyist.V_Lobbyist" /><EntitySet Name="V_LobbyistsClients" EntityType="OdataService.DAL.Lobbyist.V_LobbyistsClient" /></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>