<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx"><edmx:DataServices m:DataServiceVersion="1.0" m:MaxDataServiceVersion="2.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><Schema Namespace="itsystems.Pd.DataServices.DataModel" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"><EntityType Name="MemberParty"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="PartyNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PartyName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PersonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PersonIdCode" Type="Edm.Int32" /><Property Name="FirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="LastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="GenderAsString" Type="Edm.String" Nullable="false" MaxLength="1" FixedLength="false" Unicode="false" /><Property Name="PartyFunction" Type="Edm.String" MaxLength="80" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="PartyAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="Parties" Relationship="itsystems.Pd.DataServices.DataModel.PartyMemberParty" ToRole="Party" FromRole="MemberParty" /><NavigationProperty Name="MembersCouncil" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberParty" ToRole="MemberCouncil" FromRole="MemberParty" /></EntityType><EntityType Name="Party"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="PartyNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PartyName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="StartDate" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="EndDate" Type="Edm.DateTime" Precision="3" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="PartyAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="MembersParty" Relationship="itsystems.Pd.DataServices.DataModel.PartyMemberParty" ToRole="MemberParty" FromRole="Party" /></EntityType><EntityType Name="Person"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="PersonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PersonIdCode" Type="Edm.Int32" /><Property Name="Title" Type="Edm.Int32" /><Property Name="TitleText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="LastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="GenderAsString" Type="Edm.String" Nullable="false" MaxLength="1" FixedLength="false" Unicode="false" /><Property Name="DateOfBirth" Type="Edm.DateTime" Precision="3" /><Property Name="DateOfDeath" Type="Edm.DateTime" Precision="3" /><Property Name="MaritalStatus" Type="Edm.Int32" /><Property Name="MaritalStatusText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PlaceOfBirthCity" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PlaceOfBirthCanton" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="FirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="OfficialName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="MilitaryRank" Type="Edm.Int32" /><Property Name="MilitaryRankText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="NativeLanguage" Type="Edm.String" MaxLength="4" FixedLength="false" Unicode="true" /><Property Name="NumberOfChildren" Type="Edm.Int16" /><NavigationProperty Name="PersonAddresses" Relationship="itsystems.Pd.DataServices.DataModel.PersonPersonAddress" ToRole="PersonAddress" FromRole="Person" /><NavigationProperty Name="PersonCommunications" Relationship="itsystems.Pd.DataServices.DataModel.PersonPersonCommunication" ToRole="PersonCommunication" FromRole="Person" /><NavigationProperty Name="PersonInterests" Relationship="itsystems.Pd.DataServices.DataModel.PersonPersonInterest" ToRole="PersonInterest" FromRole="Person" /><NavigationProperty Name="Citizenships" Relationship="itsystems.Pd.DataServices.DataModel.PersonCitizenship" ToRole="Citizenship" FromRole="Person" /><NavigationProperty Name="MembersCouncil" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilPerson" ToRole="MemberCouncil" FromRole="Person" /><NavigationProperty Name="PersonOccupations" Relationship="itsystems.Pd.DataServices.DataModel.PersonPersonOccupation" ToRole="PersonOccupation" FromRole="Person" /><NavigationProperty Name="PersonEmployees" Relationship="itsystems.Pd.DataServices.DataModel.PersonPersonEmployee" ToRole="PersonEmployee" FromRole="Person" /></EntityType><EntityType Name="PersonAddress"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="PersonNumber" Type="Edm.Int32" /><Property Name="AddressType" Type="Edm.Int32" /><Property Name="AddressTypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="IsPublic" Type="Edm.Boolean" Nullable="false" /><Property Name="AddressLine1" Type="Edm.String" MaxLength="80" FixedLength="false" Unicode="true" /><Property Name="AddressLine2" Type="Edm.String" MaxLength="80" FixedLength="false" Unicode="true" /><Property Name="AddressLine3" Type="Edm.String" MaxLength="80" FixedLength="false" Unicode="true" /><Property Name="City" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CantonName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Comments" Type="Edm.String" MaxLength="400" FixedLength="false" Unicode="true" /><Property Name="CantonNumber" Type="Edm.Int32" /><Property Name="Postcode" Type="Edm.String" MaxLength="12" FixedLength="false" Unicode="true" /><Property Name="CantonAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="Persons" Relationship="itsystems.Pd.DataServices.DataModel.PersonPersonAddress" ToRole="Person" FromRole="PersonAddress" /></EntityType><EntityType Name="PersonCommunication"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="PersonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="Address" Type="Edm.String" MaxLength="100" FixedLength="false" Unicode="false" /><Property Name="CommunicationType" Type="Edm.Int32" /><Property Name="CommunicationTypeText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="Persons" Relationship="itsystems.Pd.DataServices.DataModel.PersonPersonCommunication" ToRole="Person" FromRole="PersonCommunication" /></EntityType><EntityType Name="PersonInterest"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="OrganizationType" Type="Edm.Int32" /><Property Name="OrganizationTypeText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="OrganizationTypeShortText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="FunctionInAgency" Type="Edm.Int32" /><Property Name="FunctionInAgencyText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="FunctionInAgencyShortText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Agency" Type="Edm.String" Nullable="false" MaxLength="1" FixedLength="false" Unicode="false" /><Property Name="PersonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="InterestType" Type="Edm.Int32" /><Property Name="InterestTypeText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="InterestTypeShortText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="FirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="LastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="InterestName" Type="Edm.String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" /><Property Name="SortOrder" Type="Edm.Int32" /><Property Name="Paid" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Persons" Relationship="itsystems.Pd.DataServices.DataModel.PersonPersonInterest" ToRole="Person" FromRole="PersonInterest" /></EntityType><EntityType Name="Session"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="SessionNumber" Type="Edm.Int16" Nullable="false" /><Property Name="SessionName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Abbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="StartDate" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="EndDate" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="Title" Type="Edm.String" MaxLength="20" FixedLength="false" Unicode="true" /><Property Name="Type" Type="Edm.Int32" /><Property Name="TypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="LegislativePeriodNumber" Type="Edm.Int16" Nullable="false" /><NavigationProperty Name="Meetings" Relationship="itsystems.Pd.DataServices.DataModel.SessionMeeting" ToRole="Meeting" FromRole="Session" /><NavigationProperty Name="LegislativePeriods" Relationship="itsystems.Pd.DataServices.DataModel.LegislativePeriodSession" ToRole="LegislativePeriod" FromRole="Session" /><NavigationProperty Name="Businesses" Relationship="itsystems.Pd.DataServices.DataModel.SessionBusiness" ToRole="Business" FromRole="Session" /><NavigationProperty Name="Votes" Relationship="itsystems.Pd.DataServices.DataModel.SessionVote" ToRole="Vote" FromRole="Session" /></EntityType><EntityType Name="Committee"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="CommitteeNumber" Type="Edm.Int32" Nullable="false" /><Property Name="MainCommitteeNumber" Type="Edm.Int32" /><Property Name="SubCommitteeNumber" Type="Edm.Int16" Nullable="false" /><Property Name="CommitteeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Abbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Abbreviation1" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Abbreviation2" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Council" Type="Edm.Int32" Nullable="false" /><Property Name="CouncilName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="CommitteeType" Type="Edm.Int32" Nullable="false" /><Property Name="CommitteeTypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeTypeAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CouncilAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="DisplayType" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="MembersCommittee" Relationship="itsystems.Pd.DataServices.DataModel.CommitteeMemberCommittee" ToRole="MemberCommittee" FromRole="Committee" /><NavigationProperty Name="BusinessRoles" Relationship="itsystems.Pd.DataServices.DataModel.BusinessRoleCommittee" ToRole="BusinessRole" FromRole="Committee" /></EntityType><EntityType Name="MemberCommittee"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="CommitteeNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PersonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PersonIdCode" Type="Edm.Int32" /><Property Name="CommitteeFunction" Type="Edm.Int32" /><Property Name="CommitteeFunctionName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="FirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="LastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="GenderAsString" Type="Edm.String" Nullable="false" MaxLength="1" FixedLength="false" Unicode="false" /><Property Name="PartyNumber" Type="Edm.Int32" /><Property Name="PartyName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Council" Type="Edm.Int32" Nullable="false" /><Property Name="CouncilName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Canton" Type="Edm.Int32" /><Property Name="CantonName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="ParlGroupNumber" Type="Edm.Int32" /><Property Name="ParlGroupName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupCode" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PartyAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CouncilAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CantonAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Abbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Abbreviation1" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Abbreviation2" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeType" Type="Edm.Int32" Nullable="false" /><Property Name="CommitteeTypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeTypeAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="Committees" Relationship="itsystems.Pd.DataServices.DataModel.CommitteeMemberCommittee" ToRole="Committee" FromRole="MemberCommittee" /><NavigationProperty Name="MembersCouncil" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberCommittee" ToRole="MemberCouncil" FromRole="MemberCommittee" /></EntityType><EntityType Name="Canton"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="CantonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="CantonName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CantonAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="BusinessRoles" Relationship="itsystems.Pd.DataServices.DataModel.CantonBusinessRole" ToRole="BusinessRole" FromRole="Canton" /></EntityType><EntityType Name="Council"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="CouncilName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CouncilAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="Businesses" Relationship="itsystems.Pd.DataServices.DataModel.CouncilBusiness" ToRole="Business" FromRole="Council" /><NavigationProperty Name="Businesses2" Relationship="itsystems.Pd.DataServices.DataModel.CouncilBusiness1" ToRole="Business" FromRole="Council" /></EntityType><EntityType Name="Objective"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="PublicationDate" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="ReferenceType" Type="Edm.Int32" /><Property Name="ReferenceTypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ReferenceText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PublicationType" Type="Edm.Int32" Nullable="false" /><Property Name="PublicationTypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PublicationText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PublicationVolume" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PublicationYear" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PublicationNumber" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="IsOldPublicationFormat" Type="Edm.Boolean" Nullable="false" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="IdBusiness" Type="Edm.Guid" Nullable="false" /><Property Name="IdBill" Type="Edm.Guid" Nullable="false" /><Property Name="BusinessNumber" Type="Edm.Int32" /><Property Name="BusinessShortNumber" Type="Edm.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property Name="BillNumber" Type="Edm.Int16" Nullable="false" /><Property Name="BusinessType" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessTypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BusinessTypeAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PublicationTypeAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ReferendumDeadline" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="Bills" Relationship="itsystems.Pd.DataServices.DataModel.BillObjective" ToRole="Bill" FromRole="Objective" /></EntityType><EntityType Name="Resolution"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="ResolutionNumber" Type="Edm.Int16" Nullable="false" /><Property Name="ResolutionDate" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="ResolutionId" Type="Edm.Int32" /><Property Name="ResolutionText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Council" Type="Edm.Int32" /><Property Name="CouncilName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Category" Type="Edm.Int32" /><Property Name="CategoryName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeType" Type="Edm.Int32" /><Property Name="CommitteeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="IdBill" Type="Edm.Guid" Nullable="false" /><Property Name="CouncilAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeAbbreviation1" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeAbbreviation2" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Committee" Type="Edm.Int32" /><NavigationProperty Name="Bills" Relationship="itsystems.Pd.DataServices.DataModel.BillResolution" ToRole="Bill" FromRole="Resolution" /></EntityType><EntityType Name="Publication"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="PublicationType" Type="Edm.Int32" Nullable="false" /><Property Name="PublicationTypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="SortOrder" Type="Edm.Int32" /><Property Name="IsOldFormat" Type="Edm.Boolean" Nullable="false" /><Property Name="Title" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Page" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Volume" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Year" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="BusinessNumber" Type="Edm.Int32" /><Property Name="BusinessShortNumber" Type="Edm.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property Name="PublicationTypeAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="Businesses" Relationship="itsystems.Pd.DataServices.DataModel.BusinessPublication" ToRole="Business" FromRole="Publication" /></EntityType><EntityType Name="External"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="Name" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="BusinessRoles" Relationship="itsystems.Pd.DataServices.DataModel.ExternalBusinessRole" ToRole="BusinessRole" FromRole="External" /></EntityType><EntityType Name="Meeting"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int64" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="MeetingNumber" Type="Edm.Int16" Nullable="false" /><Property Name="IdSession" Type="Edm.Int32" /><Property Name="SessionNumber" Type="Edm.Int32" /><Property Name="SessionName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Council" Type="Edm.Int32" /><Property Name="CouncilName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CouncilAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Date" Type="Edm.DateTime" Precision="3" /><Property Name="Begin" Type="Edm.String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Nullable="false" Precision="7" /><Property Name="LegislativePeriodNumber" Type="Edm.Int16" /><Property Name="PublicationStatus" Type="Edm.String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="true" /><Property Name="MeetingOrderText" Type="Edm.String" MaxLength="100" FixedLength="false" Unicode="true" /><Property Name="SortOrder" Type="Edm.Int16" Nullable="false" /><Property Name="Location" Type="Edm.String" Nullable="false" MaxLength="1" FixedLength="false" Unicode="true" /><NavigationProperty Name="Sessions" Relationship="itsystems.Pd.DataServices.DataModel.SessionMeeting" ToRole="Session" FromRole="Meeting" /><NavigationProperty Name="Subjects" Relationship="itsystems.Pd.DataServices.DataModel.MeetingSubject" ToRole="Subject" FromRole="Meeting" /></EntityType><EntityType Name="Subject"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int64" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="IdMeeting" Type="Edm.Int64" Nullable="false" /><Property Name="VerbalixOid" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrder" Type="Edm.Int32" Nullable="false" /><Property Name="Modified" Type="Edm.DateTime" Nullable="false" Precision="7" /><NavigationProperty Name="Meetings" Relationship="itsystems.Pd.DataServices.DataModel.MeetingSubject" ToRole="Meeting" FromRole="Subject" /><NavigationProperty Name="SubjectsBusiness" Relationship="itsystems.Pd.DataServices.DataModel.SubjectSubjectBusiness" ToRole="SubjectBusiness" FromRole="Subject" /><NavigationProperty Name="Transcripts" Relationship="itsystems.Pd.DataServices.DataModel.SubjectTranscript" ToRole="Transcript" FromRole="Subject" /></EntityType><EntityType Name="Citizenship"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="PersonNumber" Type="Edm.Int32" /><Property Name="PostCode" Type="Edm.String" MaxLength="12" FixedLength="false" Unicode="true" /><Property Name="City" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CantonName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CantonAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="Persons" Relationship="itsystems.Pd.DataServices.DataModel.PersonCitizenship" ToRole="Person" FromRole="Citizenship" /><NavigationProperty Name="MembersCouncil" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilCitizenship" ToRole="MemberCouncil" FromRole="Citizenship" /></EntityType><EntityType Name="Preconsultation"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="IdBill" Type="Edm.Guid" /><Property Name="BillNumber" Type="Edm.Int16" /><Property Name="BusinessNumber" Type="Edm.Int32" /><Property Name="BusinessShortNumber" Type="Edm.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property Name="BusinessTitle" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeNumber" Type="Edm.Int32" /><Property Name="CommitteeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeDisplayType" Type="Edm.Int32" Nullable="false" /><Property Name="Abbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Abbreviation1" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Abbreviation2" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PreconsultationDate" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="TreatmentCategory" Type="Edm.String" MaxLength="20" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="BusinessType" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessTypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BusinessTypeAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="Businesses" Relationship="itsystems.Pd.DataServices.DataModel.BusinessPreconsultation" ToRole="Business" FromRole="Preconsultation" /><NavigationProperty Name="Bills" Relationship="itsystems.Pd.DataServices.DataModel.BillPreconsultation" ToRole="Bill" FromRole="Preconsultation" /></EntityType><EntityType Name="Bill"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="IdBusiness" Type="Edm.Guid" /><Property Name="BusinessNumber" Type="Edm.Int32" /><Property Name="BusinessShortNumber" Type="Edm.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property Name="BusinessType" Type="Edm.Int32" /><Property Name="BusinessTypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BusinessTypeAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Title" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BillNumber" Type="Edm.Int16" Nullable="false" /><Property Name="BillType" Type="Edm.Int32" /><Property Name="BillTypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BusinessStatus" Type="Edm.Int32" /><Property Name="BusinessStatusText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BusinessStatusDate" Type="Edm.DateTime" Precision="3" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="SubmissionDate" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="Businesses" Relationship="itsystems.Pd.DataServices.DataModel.BusinessBill" ToRole="Business" FromRole="Bill" /><NavigationProperty Name="BillStates" Relationship="itsystems.Pd.DataServices.DataModel.BillBillStatus" ToRole="BillStatus" FromRole="Bill" /><NavigationProperty Name="BillLinks" Relationship="itsystems.Pd.DataServices.DataModel.BillBillLink" ToRole="BillLink" FromRole="Bill" /><NavigationProperty Name="Objectives" Relationship="itsystems.Pd.DataServices.DataModel.BillObjective" ToRole="Objective" FromRole="Bill" /><NavigationProperty Name="Preconsultations" Relationship="itsystems.Pd.DataServices.DataModel.BillPreconsultation" ToRole="Preconsultation" FromRole="Bill" /><NavigationProperty Name="Resolutions" Relationship="itsystems.Pd.DataServices.DataModel.BillResolution" ToRole="Resolution" FromRole="Bill" /><NavigationProperty Name="Rapporteurs" Relationship="itsystems.Pd.DataServices.DataModel.BillRapporteurs" ToRole="Rapporteur" FromRole="Bill" /></EntityType><EntityType Name="BillLink"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /><PropertyRef Name="StartDate" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="IdBill" Type="Edm.Guid" Nullable="false" /><Property Name="LinkText" Type="Edm.String" Nullable="false" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="LinkUrl" Type="Edm.String" Nullable="false" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="LinkTypeId" Type="Edm.Int32" /><Property Name="LinkType" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="StartDate" Type="Edm.DateTime" Nullable="false" Precision="3" /><NavigationProperty Name="Bills" Relationship="itsystems.Pd.DataServices.DataModel.BillBillLink" ToRole="Bill" FromRole="BillLink" /></EntityType><EntityType Name="BillStatus"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="IdBill" Type="Edm.Guid" Nullable="false" /><Property Name="Status" Type="Edm.Int32" /><Property Name="StatusText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Council" Type="Edm.Int32" /><Property Name="CouncilName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CouncilAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Category" Type="Edm.Int32" /><Property Name="CategoryName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeType" Type="Edm.Int32" /><Property Name="CommitteeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeAbbreviation1" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeAbbreviation2" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="Bills" Relationship="itsystems.Pd.DataServices.DataModel.BillBillStatus" ToRole="Bill" FromRole="BillStatus" /></EntityType><EntityType Name="Business"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="BusinessShortNumber" Type="Edm.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property Name="BusinessType" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessTypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BusinessTypeAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Title" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Description" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="InitialSituation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Proceedings" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="DraftText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="SubmittedText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ReasonText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="DocumentationText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="MotionText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="FederalCouncilResponseText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="FederalCouncilProposal" Type="Edm.Int32" /><Property Name="FederalCouncilProposalText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="FederalCouncilProposalDate" Type="Edm.DateTime" Precision="3" /><Property Name="SubmittedBy" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BusinessStatus" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessStatusText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BusinessStatusDate" Type="Edm.DateTime" Precision="3" /><Property Name="ResponsibleDepartment" Type="Edm.Int32" /><Property Name="ResponsibleDepartmentName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ResponsibleDepartmentAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="IsLeadingDepartment" Type="Edm.Boolean" /><Property Name="Tags" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Category" Type="Edm.String" MaxLength="20" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="SubmissionDate" Type="Edm.DateTime" Precision="3" /><Property Name="SubmissionCouncil" Type="Edm.Int32" /><Property Name="SubmissionCouncilName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="SubmissionCouncilAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="SubmissionSession" Type="Edm.Int32" /><Property Name="SubmissionLegislativePeriod" Type="Edm.Int16" /><Property Name="FirstCouncil1" Type="Edm.Int32" /><Property Name="FirstCouncil1Name" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="FirstCouncil1Abbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="FirstCouncil2" Type="Edm.Int32" /><Property Name="FirstCouncil2Name" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="FirstCouncil2Abbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="TagNames" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="BusinessResponsibilities" Relationship="itsystems.Pd.DataServices.DataModel.BusinessBusinessResponsibility" ToRole="BusinessResponsibility" FromRole="Business" /><NavigationProperty Name="RelatedBusinesses" Relationship="itsystems.Pd.DataServices.DataModel.BusinessRelatedBusiness" ToRole="RelatedBusiness" FromRole="Business" /><NavigationProperty Name="BusinessRoles" Relationship="itsystems.Pd.DataServices.DataModel.BusinessBusinessRole" ToRole="BusinessRole" FromRole="Business" /><NavigationProperty Name="Publications" Relationship="itsystems.Pd.DataServices.DataModel.BusinessPublication" ToRole="Publication" FromRole="Business" /><NavigationProperty Name="LegislativePeriods" Relationship="itsystems.Pd.DataServices.DataModel.LegislativePeriodBusiness" ToRole="LegislativePeriod" FromRole="Business" /><NavigationProperty Name="Sessions" Relationship="itsystems.Pd.DataServices.DataModel.SessionBusiness" ToRole="Session" FromRole="Business" /><NavigationProperty Name="Preconsultations" Relationship="itsystems.Pd.DataServices.DataModel.BusinessPreconsultation" ToRole="Preconsultation" FromRole="Business" /><NavigationProperty Name="Bills" Relationship="itsystems.Pd.DataServices.DataModel.BusinessBill" ToRole="Bill" FromRole="Business" /><NavigationProperty Name="Councils" Relationship="itsystems.Pd.DataServices.DataModel.CouncilBusiness" ToRole="Council" FromRole="Business" /><NavigationProperty Name="BusinessTypes" Relationship="itsystems.Pd.DataServices.DataModel.BusinessTypeBusiness" ToRole="BusinessType" FromRole="Business" /><NavigationProperty Name="Votes" Relationship="itsystems.Pd.DataServices.DataModel.BusinessVote" ToRole="Vote" FromRole="Business" /><NavigationProperty Name="SubjectsBusiness" Relationship="itsystems.Pd.DataServices.DataModel.BusinessSubjectBusiness" ToRole="SubjectBusiness" FromRole="Business" /><NavigationProperty Name="BusinessStates" Relationship="itsystems.Pd.DataServices.DataModel.BusinessBusinessStatus" ToRole="BusinessStatus" FromRole="Business" /><NavigationProperty Name="Council" Relationship="itsystems.Pd.DataServices.DataModel.CouncilBusiness1" ToRole="Council" FromRole="Business" /><NavigationProperty Name="Transcripts" Relationship="itsystems.Pd.DataServices.DataModel.TranscriptBusiness" ToRole="Transcript" FromRole="Business" /></EntityType><EntityType Name="BusinessResponsibility"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="BusinessNumber" Type="Edm.Int32" /><Property Name="DepartmentNumber" Type="Edm.Int32" Nullable="false" /><Property Name="DepartmentName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="DepartmentAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="IsLeading" Type="Edm.Boolean" Nullable="false" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="BillNumber" Type="Edm.Int16" Nullable="false" /><NavigationProperty Name="Businesses" Relationship="itsystems.Pd.DataServices.DataModel.BusinessBusinessResponsibility" ToRole="Business" FromRole="BusinessResponsibility" /></EntityType><EntityType Name="BusinessRole"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="Role" Type="Edm.Int32" /><Property Name="RoleName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BusinessNumber" Type="Edm.Int32" /><Property Name="IdExternal" Type="Edm.Guid" /><Property Name="ParlGroupNumber" Type="Edm.Int32" /><Property Name="CantonNumber" Type="Edm.Int32" /><Property Name="CommitteeNumber" Type="Edm.Int32" /><Property Name="MemberCouncilNumber" Type="Edm.Int32" /><Property Name="ReturnType" Type="Edm.Int32" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="BusinessShortNumber" Type="Edm.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property Name="BusinessTitle" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BusinessSubmissionDate" Type="Edm.DateTime" Precision="3" /><Property Name="BusinessType" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessTypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BusinessTypeAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="MembersCouncil" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilBusinessRole" ToRole="MemberCouncil" FromRole="BusinessRole" /><NavigationProperty Name="ParlGroups" Relationship="itsystems.Pd.DataServices.DataModel.ParlGroupBusinessRole" ToRole="ParlGroup" FromRole="BusinessRole" /><NavigationProperty Name="Businesses" Relationship="itsystems.Pd.DataServices.DataModel.BusinessBusinessRole" ToRole="Business" FromRole="BusinessRole" /><NavigationProperty Name="Cantons" Relationship="itsystems.Pd.DataServices.DataModel.CantonBusinessRole" ToRole="Canton" FromRole="BusinessRole" /><NavigationProperty Name="Externals" Relationship="itsystems.Pd.DataServices.DataModel.ExternalBusinessRole" ToRole="External" FromRole="BusinessRole" /><NavigationProperty Name="Committees" Relationship="itsystems.Pd.DataServices.DataModel.BusinessRoleCommittee" ToRole="Committee" FromRole="BusinessRole" /></EntityType><EntityType Name="LegislativePeriod"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int16" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="LegislativePeriodNumber" Type="Edm.Int16" Nullable="false" /><Property Name="LegislativePeriodName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="LegislativePeriodAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="StartDate" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="EndDate" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="Businesses" Relationship="itsystems.Pd.DataServices.DataModel.LegislativePeriodBusiness" ToRole="Business" FromRole="LegislativePeriod" /><NavigationProperty Name="Sessions" Relationship="itsystems.Pd.DataServices.DataModel.LegislativePeriodSession" ToRole="Session" FromRole="LegislativePeriod" /><NavigationProperty Name="Votes" Relationship="itsystems.Pd.DataServices.DataModel.LegislativePeriodVote" ToRole="Vote" FromRole="LegislativePeriod" /></EntityType><EntityType Name="MemberCouncil"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="IdPredecessor" Type="Edm.Guid" /><Property Name="PersonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PersonIdCode" Type="Edm.Int32" /><Property Name="Active" Type="Edm.Boolean" /><Property Name="FirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="LastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="GenderAsString" Type="Edm.String" Nullable="false" MaxLength="1" FixedLength="false" Unicode="false" /><Property Name="Canton" Type="Edm.Int32" /><Property Name="CantonName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CantonAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Council" Type="Edm.Int32" /><Property Name="CouncilName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CouncilAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupNumber" Type="Edm.Int32" /><Property Name="ParlGroupName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupFunction" Type="Edm.Int32" /><Property Name="ParlGroupFunctionText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Party" Type="Edm.Int32" /><Property Name="PartyName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PartyAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="MilitaryRank" Type="Edm.Int32" /><Property Name="MilitaryRankText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="MaritalStatus" Type="Edm.Int32" /><Property Name="MaritalStatusText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Nationality" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BirthPlace_City" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BirthPlace_Canton" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Mandates" Type="Edm.String" MaxLength="1000" FixedLength="false" Unicode="true" /><Property Name="AdditionalMandate" Type="Edm.String" MaxLength="1000" FixedLength="false" Unicode="true" /><Property Name="AdditionalActivity" Type="Edm.String" MaxLength="2000" FixedLength="false" Unicode="true" /><Property Name="OfficialName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="DateJoining" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="DateLeaving" Type="Edm.DateTime" Precision="3" /><Property Name="DateElection" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="DateOath" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="DateResignation" Type="Edm.DateTime" Precision="3" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="NumberOfChildren" Type="Edm.Int16" /><Property Name="Citizenship" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="DateOfBirth" Type="Edm.DateTime" Precision="3" /><Property Name="DateOfDeath" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="MembersParty" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberParty" ToRole="MemberParty" FromRole="MemberCouncil" /><NavigationProperty Name="Persons" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilPerson" ToRole="Person" FromRole="MemberCouncil" /><NavigationProperty Name="MembersParlGroup" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberParlGroup" ToRole="MemberParlGroup" FromRole="MemberCouncil" /><NavigationProperty Name="MembersCommittee" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberCommittee" ToRole="MemberCommittee" FromRole="MemberCouncil" /><NavigationProperty Name="BusinessRoles" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilBusinessRole" ToRole="BusinessRole" FromRole="MemberCouncil" /><NavigationProperty Name="Citizenships" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilCitizenship" ToRole="Citizenship" FromRole="MemberCouncil" /><NavigationProperty Name="MembersCommitteeHistory" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberCommitteeHistory" ToRole="MemberCommitteeHistory" FromRole="MemberCouncil" /><NavigationProperty Name="MemberCouncilHistories" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberCouncilHistory" ToRole="MemberCouncilHistory" FromRole="MemberCouncil" /><NavigationProperty Name="Votings" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilVoting" ToRole="Voting" FromRole="MemberCouncil" /><NavigationProperty Name="Transcripts" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilTranscript" ToRole="Transcript" FromRole="MemberCouncil" /><NavigationProperty Name="MemberPartyHistories" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberPartyHistory" ToRole="MemberPartyHistory" FromRole="MemberCouncil" /><NavigationProperty Name="MemberParlGroupHistories" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberParlGroupHistory" ToRole="MemberParlGroupHistory" FromRole="MemberCouncil" /></EntityType><EntityType Name="MemberParlGroup"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="PersonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PersonIdCode" Type="Edm.Int32" /><Property Name="FirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="LastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="OfficialName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="GenderAsString" Type="Edm.String" Nullable="false" MaxLength="1" FixedLength="false" Unicode="false" /><Property Name="PartyNumber" Type="Edm.Int32" /><Property Name="PartyName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PartyAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CantonNumber" Type="Edm.Int32" /><Property Name="CantonName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CantonAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ParlGroupName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupFunction" Type="Edm.Int32" /><Property Name="ParlGroupFunctionName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CouncilNumber" Type="Edm.Int32" Nullable="false" /><Property Name="CouncilName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CouncilAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="MembersCouncil" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberParlGroup" ToRole="MemberCouncil" FromRole="MemberParlGroup" /><NavigationProperty Name="ParlGroups" Relationship="itsystems.Pd.DataServices.DataModel.ParlGroupMemberParlGroup" ToRole="ParlGroup" FromRole="MemberParlGroup" /></EntityType><EntityType Name="ParlGroup"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="ParlGroupNumber" Type="Edm.Int32" Nullable="false" /><Property Name="IsActive" Type="Edm.Boolean" Nullable="false" /><Property Name="ParlGroupCode" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="NameUsedSince" Type="Edm.DateTime" Precision="3" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="ParlGroupColour" Type="Edm.String" MaxLength="8" FixedLength="false" Unicode="true" /><NavigationProperty Name="MembersParlGroup" Relationship="itsystems.Pd.DataServices.DataModel.ParlGroupMemberParlGroup" ToRole="MemberParlGroup" FromRole="ParlGroup" /><NavigationProperty Name="BusinessRoles" Relationship="itsystems.Pd.DataServices.DataModel.ParlGroupBusinessRole" ToRole="BusinessRole" FromRole="ParlGroup" /></EntityType><EntityType Name="PersonOccupation"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="PersonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="Occupation" Type="Edm.Int32" /><Property Name="OccupationName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="StartDate" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="EndDate" Type="Edm.DateTime" Precision="3" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="Employer" Type="Edm.String" MaxLength="80" FixedLength="false" Unicode="true" /><Property Name="JobTitle" Type="Edm.String" MaxLength="80" FixedLength="false" Unicode="true" /><NavigationProperty Name="Persons" Relationship="itsystems.Pd.DataServices.DataModel.PersonPersonOccupation" ToRole="Person" FromRole="PersonOccupation" /></EntityType><EntityType Name="RelatedBusiness"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="BusinessNumber" Type="Edm.Int32" /><Property Name="BusinessTitle" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BusinessShortNumber" Type="Edm.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property Name="RelatedBusinessNumber" Type="Edm.Int32" /><Property Name="RelatedBusinessShortNumber" Type="Edm.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property Name="RelatedBusinessTitle" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PriorityCode" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="RelatedBusinessType" Type="Edm.Int32" Nullable="false" /><Property Name="RelatedBusinessTypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="RelatedBusinessTypeAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="Businesses" Relationship="itsystems.Pd.DataServices.DataModel.BusinessRelatedBusiness" ToRole="Business" FromRole="RelatedBusiness" /></EntityType><EntityType Name="BusinessStatus"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="BusinessNumber" Type="Edm.Int32" /><Property Name="BusinessStatusId" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessStatusName" Type="Edm.String" Nullable="false" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BusinessStatusDate" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="IsMotionInSecondCouncil" Type="Edm.Boolean" /><Property Name="NewKey" Type="Edm.Int32" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="Business" Relationship="itsystems.Pd.DataServices.DataModel.BusinessBusinessStatus" ToRole="Business" FromRole="BusinessStatus" /></EntityType><EntityType Name="BusinessType"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessTypeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BusinessTypeAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="Businesses" Relationship="itsystems.Pd.DataServices.DataModel.BusinessTypeBusiness" ToRole="Business" FromRole="BusinessType" /></EntityType><EntityType Name="MemberCouncilHistory"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="IdPredecessor" Type="Edm.Guid" /><Property Name="PersonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PersonIdCode" Type="Edm.Int32" /><Property Name="Active" Type="Edm.Boolean" /><Property Name="FirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="LastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="GenderAsString" Type="Edm.String" Nullable="false" MaxLength="1" FixedLength="false" Unicode="false" /><Property Name="Canton" Type="Edm.Int32" /><Property Name="CantonName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CantonAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Council" Type="Edm.Int32" /><Property Name="CouncilName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CouncilAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupNumber" Type="Edm.Int32" /><Property Name="ParlGroupName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupFunction" Type="Edm.Int32" /><Property Name="ParlGroupFunctionText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Party" Type="Edm.Int32" /><Property Name="PartyName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PartyAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="MilitaryRank" Type="Edm.Int32" /><Property Name="MilitaryRankText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="MaritalStatus" Type="Edm.Int32" /><Property Name="MaritalStatusText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Nationality" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BirthPlace_City" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="BirthPlace_Canton" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Mandates" Type="Edm.String" MaxLength="1000" FixedLength="false" Unicode="true" /><Property Name="AdditionalMandate" Type="Edm.String" MaxLength="1000" FixedLength="false" Unicode="true" /><Property Name="AdditionalActivity" Type="Edm.String" MaxLength="2000" FixedLength="false" Unicode="true" /><Property Name="OfficialName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="DateJoining" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="DateLeaving" Type="Edm.DateTime" Precision="3" /><Property Name="DateElection" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="DateOath" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="DateResignation" Type="Edm.DateTime" Precision="3" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><Property Name="Citizenship" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="DateOfBirth" Type="Edm.DateTime" Precision="3" /><Property Name="DateOfDeath" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="MembersCouncil" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberCouncilHistory" ToRole="MemberCouncil" FromRole="MemberCouncilHistory" /></EntityType><EntityType Name="MemberCommitteeHistory"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="PersonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PersonIdCode" Type="Edm.Int32" /><Property Name="FirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="LastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="GenderAsString" Type="Edm.String" Nullable="false" MaxLength="1" FixedLength="false" Unicode="false" /><Property Name="CommitteeNumber" Type="Edm.Int32" /><Property Name="CommitteeName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Abbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Abbreviation1" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Abbreviation2" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CommitteeFunction" Type="Edm.Int32" /><Property Name="CommitteeFunctionName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="DateJoining" Type="Edm.DateTime" Precision="3" /><Property Name="DateLeaving" Type="Edm.DateTime" Precision="3" /><Property Name="ParlGroupNumber" Type="Edm.Int32" /><Property Name="ParlGroupName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupCode" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PartyNumber" Type="Edm.Int32" /><Property Name="PartyName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PartyAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Council" Type="Edm.Int32" /><Property Name="CouncilName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CouncilAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Canton" Type="Edm.Int32" /><Property Name="CantonName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CantonAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="MembersCouncil" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberCommitteeHistory" ToRole="MemberCouncil" FromRole="MemberCommitteeHistory" /></EntityType><EntityType Name="Vote"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="RegistrationNumber" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessNumber" Type="Edm.Int32" /><Property Name="BusinessShortNumber" Type="Edm.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property Name="BusinessTitle" Type="Edm.String" MaxLength="2000" FixedLength="false" Unicode="true" /><Property Name="BusinessAuthor" Type="Edm.String" MaxLength="200" FixedLength="false" Unicode="true" /><Property Name="BillNumber" Type="Edm.Int32" /><Property Name="BillTitle" Type="Edm.String" MaxLength="2000" FixedLength="false" Unicode="true" /><Property Name="IdLegislativePeriod" Type="Edm.Int16" /><Property Name="IdSession" Type="Edm.Int32" /><Property Name="SessionName" Type="Edm.String" MaxLength="100" FixedLength="false" Unicode="true" /><Property Name="Subject" Type="Edm.String" MaxLength="1000" FixedLength="false" Unicode="true" /><Property Name="MeaningYes" Type="Edm.String" MaxLength="1000" FixedLength="false" Unicode="true" /><Property Name="MeaningNo" Type="Edm.String" MaxLength="1000" FixedLength="false" Unicode="true" /><Property Name="VoteEnd" Type="Edm.DateTime" Precision="7" /><Property Name="VoteEndWithTimezone" Type="Edm.DateTimeOffset" Precision="7" /><NavigationProperty Name="Votings" Relationship="itsystems.Pd.DataServices.DataModel.VoteVoting" ToRole="Voting" FromRole="Vote" /><NavigationProperty Name="Businesses" Relationship="itsystems.Pd.DataServices.DataModel.BusinessVote" ToRole="Business" FromRole="Vote" /><NavigationProperty Name="LegislativePeriods" Relationship="itsystems.Pd.DataServices.DataModel.LegislativePeriodVote" ToRole="LegislativePeriod" FromRole="Vote" /><NavigationProperty Name="Sessions" Relationship="itsystems.Pd.DataServices.DataModel.SessionVote" ToRole="Session" FromRole="Vote" /></EntityType><EntityType Name="Voting"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="IdVote" Type="Edm.Int32" Nullable="false" /><Property Name="RegistrationNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PersonNumber" Type="Edm.Int32" /><Property Name="FirstName" Type="Edm.String" MaxLength="80" FixedLength="false" Unicode="true" /><Property Name="LastName" Type="Edm.String" MaxLength="80" FixedLength="false" Unicode="true" /><Property Name="Canton" Type="Edm.String" MaxLength="2" FixedLength="true" Unicode="true" /><Property Name="CantonName" Type="Edm.String" MaxLength="100" FixedLength="false" Unicode="true" /><Property Name="ParlGroupCode" Type="Edm.String" MaxLength="20" FixedLength="false" Unicode="true" /><Property Name="ParlGroupColour" Type="Edm.String" MaxLength="20" FixedLength="false" Unicode="true" /><Property Name="ParlGroupName" Type="Edm.String" MaxLength="100" FixedLength="false" Unicode="true" /><Property Name="ParlGroupNameAbbreviation" Type="Edm.String" MaxLength="20" FixedLength="false" Unicode="true" /><Property Name="Decision" Type="Edm.Int32" /><Property Name="DecisionText" Type="Edm.String" MaxLength="50" FixedLength="false" Unicode="true" /><Property Name="BusinessNumber" Type="Edm.Int32" /><Property Name="BusinessShortNumber" Type="Edm.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property Name="BusinessTitle" Type="Edm.String" MaxLength="2000" FixedLength="false" Unicode="true" /><Property Name="BillTitle" Type="Edm.String" MaxLength="2000" FixedLength="false" Unicode="true" /><Property Name="IdLegislativePeriod" Type="Edm.Int16" /><Property Name="IdSession" Type="Edm.Int32" /><Property Name="VoteEnd" Type="Edm.DateTime" Precision="7" /><Property Name="MeaningYes" Type="Edm.String" MaxLength="1000" FixedLength="false" Unicode="true" /><Property Name="MeaningNo" Type="Edm.String" MaxLength="1000" FixedLength="false" Unicode="true" /><Property Name="CantonID" Type="Edm.Int32" /><Property Name="Subject" Type="Edm.String" MaxLength="1000" FixedLength="false" Unicode="true" /><Property Name="VoteEndWithTimezone" Type="Edm.DateTimeOffset" Precision="7" /><NavigationProperty Name="Votes" Relationship="itsystems.Pd.DataServices.DataModel.VoteVoting" ToRole="Vote" FromRole="Voting" /><NavigationProperty Name="MembersCouncil" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilVoting" ToRole="MemberCouncil" FromRole="Voting" /></EntityType><EntityType Name="SubjectBusiness"><Key><PropertyRef Name="BusinessNumber" /><PropertyRef Name="IdSubject" /><PropertyRef Name="Language" /></Key><Property Name="IdSubject" Type="Edm.Int64" Nullable="false" /><Property Name="BusinessNumber" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="BusinessShortNumber" Type="Edm.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property Name="Title" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="SortOrder" Type="Edm.Int16" Nullable="false" /><Property Name="PublishedNotes" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="TitleDE" Type="Edm.String" MaxLength="2000" FixedLength="false" Unicode="true" /><Property Name="TitleFR" Type="Edm.String" MaxLength="2000" FixedLength="false" Unicode="true" /><Property Name="TitleIT" Type="Edm.String" MaxLength="2000" FixedLength="false" Unicode="true" /><NavigationProperty Name="Subjects" Relationship="itsystems.Pd.DataServices.DataModel.SubjectSubjectBusiness" ToRole="Subject" FromRole="SubjectBusiness" /><NavigationProperty Name="Businesses" Relationship="itsystems.Pd.DataServices.DataModel.BusinessSubjectBusiness" ToRole="Business" FromRole="SubjectBusiness" /></EntityType><EntityType Name="Transcript"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int64" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="IdSubject" Type="Edm.Int64" /><Property Name="VoteId" Type="Edm.String" MaxLength="50" FixedLength="false" Unicode="true" /><Property Name="PersonNumber" Type="Edm.Int32" /><Property Name="Type" Type="Edm.Int16" Nullable="false" /><Property Name="Text" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="MeetingCouncilAbbreviation" Type="Edm.String" MaxLength="1" FixedLength="false" Unicode="true" /><Property Name="MeetingDate" Type="Edm.String" MaxLength="8" FixedLength="false" Unicode="true" /><Property Name="MeetingVerbalixOid" Type="Edm.Int32" /><Property Name="IdSession" Type="Edm.String" MaxLength="4" FixedLength="false" Unicode="true" /><Property Name="SpeakerFirstName" Type="Edm.String" MaxLength="255" FixedLength="false" Unicode="true" /><Property Name="SpeakerLastName" Type="Edm.String" MaxLength="255" FixedLength="false" Unicode="true" /><Property Name="SpeakerFullName" Type="Edm.String" MaxLength="511" FixedLength="false" Unicode="true" /><Property Name="SpeakerFunction" Type="Edm.String" MaxLength="50" FixedLength="false" Unicode="true" /><Property Name="CouncilId" Type="Edm.Int32" /><Property Name="CouncilName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CantonId" Type="Edm.Int32" /><Property Name="CantonName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CantonAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="SortOrder" Type="Edm.Int32" Nullable="false" /><Property Name="Start" Type="Edm.DateTime" Precision="7" /><Property Name="End" Type="Edm.DateTime" Precision="7" /><Property Name="Function" Type="Edm.String" MaxLength="20" FixedLength="false" Unicode="true" /><Property Name="DisplaySpeaker" Type="Edm.Boolean" /><Property Name="LanguageOfText" Type="Edm.String" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="Modified" Type="Edm.DateTime" Nullable="false" Precision="7" /><Property Name="StartTimeWithTimezone" Type="Edm.DateTimeOffset" Precision="7" /><Property Name="EndTimeWithTimezone" Type="Edm.DateTimeOffset" Precision="7" /><Property Name="VoteBusinessNumber" Type="Edm.Int32" /><Property Name="VoteBusinessShortNumber" Type="Edm.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property Name="VoteBusinessTitle" Type="Edm.String" MaxLength="2000" FixedLength="false" Unicode="true" /><NavigationProperty Name="Subjects" Relationship="itsystems.Pd.DataServices.DataModel.SubjectTranscript" ToRole="Subject" FromRole="Transcript" /><NavigationProperty Name="MembersCouncil" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilTranscript" ToRole="MemberCouncil" FromRole="Transcript" /><NavigationProperty Name="Businesses" Relationship="itsystems.Pd.DataServices.DataModel.TranscriptBusiness" ToRole="Business" FromRole="Transcript" /></EntityType><EntityType Name="ParlGroupHistory"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="ParlGroupNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ParlGroupColour" Type="Edm.String" MaxLength="8" FixedLength="false" Unicode="true" /><Property Name="IsActive" Type="Edm.Int32" Nullable="false" /><Property Name="ParlGroupName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="NameUsedSince" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /></EntityType><EntityType Name="Tags"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="TagName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /></EntityType><EntityType Name="SeatOrganisationNr"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="SeatNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PersonNumber" Type="Edm.Int32" /><Property Name="PersonIdCode" Type="Edm.Int32" /><Property Name="FirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="LastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="CantonAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupNumber" Type="Edm.Int32" /><Property Name="ParlGroupName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /></EntityType><EntityType Name="PersonEmployee"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="PersonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="LastName" Type="Edm.String" Nullable="false" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="FirstName" Type="Edm.String" Nullable="false" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="Employer" Type="Edm.String" Nullable="false" MaxLength="80" FixedLength="false" Unicode="true" /><Property Name="JobTitle" Type="Edm.String" Nullable="false" MaxLength="80" FixedLength="false" Unicode="true" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="Persons" Relationship="itsystems.Pd.DataServices.DataModel.PersonPersonEmployee" ToRole="Person" FromRole="PersonEmployee" /></EntityType><EntityType Name="Rapporteur"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="BusinessNumber" Type="Edm.Int32" /><Property Name="BusinessShortNumber" Type="Edm.String" MaxLength="10" FixedLength="false" Unicode="true" /><Property Name="BusinessTitle" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="IdBill" Type="Edm.Guid" Nullable="false" /><Property Name="CommitteeNumber" Type="Edm.Int32" /><Property Name="MemberCouncilNumber" Type="Edm.Int32" /><Property Name="LastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="FirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="Bill" Relationship="itsystems.Pd.DataServices.DataModel.BillRapporteurs" ToRole="Bill" FromRole="Rapporteur" /></EntityType><EntityType Name="Mutation"><Key><PropertyRef Name="CouncilCode" /><PropertyRef Name="ID" /><PropertyRef Name="Language" /><PropertyRef Name="LegislativePeriodEndDate" /><PropertyRef Name="LegislativePeriodNumber" /><PropertyRef Name="LegislativePeriodStartDate" /><PropertyRef Name="ReplacementDate" /><PropertyRef Name="ReplacementPersonNumber" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="LastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="FirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="PersonNumber" Type="Edm.Int32" /><Property Name="ReplacementLastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="ReplacementFirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="ReplacementPersonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="Canton" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupCode" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="CouncilCode" Type="Edm.Int32" Nullable="false" /><Property Name="Council" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ReplacementDate" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="ExitDate" Type="Edm.DateTime" Precision="3" /><Property Name="ExitReasonText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="FreeTextExitReasonText" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="LegislativePeriodNumber" Type="Edm.Int16" Nullable="false" /><Property Name="LegislativePeriodStartDate" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="LegislativePeriodEndDate" Type="Edm.DateTime" Nullable="false" Precision="3" /></EntityType><EntityType Name="SeatOrganisationSr"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="SeatNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PersonNumber" Type="Edm.Int32" /><Property Name="PersonIdCode" Type="Edm.Int32" /><Property Name="FirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="LastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="CantonAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupNumber" Type="Edm.Int32" /><Property Name="ParlGroupName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /></EntityType><EntityType Name="MemberParlGroupHistory"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="PersonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PersonIdCode" Type="Edm.Int32" /><Property Name="FirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="LastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="ParlGroupNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ParlGroupName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="ParlGroupFunction" Type="Edm.Int32" /><Property Name="ParlGroupFunctionName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="DateJoining" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="DateLeaving" Type="Edm.DateTime" Precision="3" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="MembersCouncil" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberParlGroupHistory" ToRole="MemberCouncil" FromRole="MemberParlGroupHistory" /></EntityType><EntityType Name="MemberPartyHistory"><Key><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Key><Property Name="ID" Type="Edm.Guid" Nullable="false" /><Property Name="PersonNumber" Type="Edm.Int32" Nullable="false" /><Property Name="PersonIdCode" Type="Edm.Int32" /><Property Name="PartyNumber" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" MaxLength="40" FixedLength="false" Unicode="true" /><Property Name="LastName" Type="Edm.String" MaxLength="60" FixedLength="false" Unicode="true" /><Property Name="Party" Type="Edm.Int32" /><Property Name="PartyName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="PartyAbbreviation" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="DateJoining" Type="Edm.DateTime" Nullable="false" Precision="3" /><Property Name="DateLeaving" Type="Edm.DateTime" Precision="3" /><Property Name="Language" Type="Edm.String" Nullable="false" MaxLength="2" FixedLength="true" Unicode="false" /><Property Name="Modified" Type="Edm.DateTime" Precision="3" /><NavigationProperty Name="MembersCouncil" Relationship="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberPartyHistory" ToRole="MemberCouncil" FromRole="MemberPartyHistory" /></EntityType><Association Name="PartyMemberParty"><End Type="itsystems.Pd.DataServices.DataModel.Party" Role="Party" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.MemberParty" Role="MemberParty" Multiplicity="*" /><ReferentialConstraint><Principal Role="Party"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="MemberParty"><PropertyRef Name="PartyNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="MemberCouncilMemberParty"><End Type="itsystems.Pd.DataServices.DataModel.MemberCouncil" Role="MemberCouncil" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.MemberParty" Role="MemberParty" Multiplicity="*" /><ReferentialConstraint><Principal Role="MemberCouncil"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="MemberParty"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="PersonPersonAddress"><End Type="itsystems.Pd.DataServices.DataModel.Person" Role="Person" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.PersonAddress" Role="PersonAddress" Multiplicity="*" /><ReferentialConstraint><Principal Role="Person"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="PersonAddress"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="PersonPersonCommunication"><End Type="itsystems.Pd.DataServices.DataModel.Person" Role="Person" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.PersonCommunication" Role="PersonCommunication" Multiplicity="*" /><ReferentialConstraint><Principal Role="Person"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="PersonCommunication"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="PersonPersonInterest"><End Type="itsystems.Pd.DataServices.DataModel.Person" Role="Person" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.PersonInterest" Role="PersonInterest" Multiplicity="*" /><ReferentialConstraint><Principal Role="Person"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="PersonInterest"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="PersonCitizenship"><End Type="itsystems.Pd.DataServices.DataModel.Person" Role="Person" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Citizenship" Role="Citizenship" Multiplicity="*" /><ReferentialConstraint><Principal Role="Person"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Citizenship"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="MemberCouncilPerson"><End Type="itsystems.Pd.DataServices.DataModel.MemberCouncil" Role="MemberCouncil" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Person" Role="Person" Multiplicity="*" /><ReferentialConstraint><Principal Role="MemberCouncil"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Person"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="PersonPersonOccupation"><End Type="itsystems.Pd.DataServices.DataModel.Person" Role="Person" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.PersonOccupation" Role="PersonOccupation" Multiplicity="*" /><ReferentialConstraint><Principal Role="Person"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="PersonOccupation"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="PersonPersonEmployee"><End Type="itsystems.Pd.DataServices.DataModel.Person" Role="Person" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.PersonEmployee" Role="PersonEmployee" Multiplicity="*" /><ReferentialConstraint><Principal Role="Person"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="PersonEmployee"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="SessionMeeting"><End Type="itsystems.Pd.DataServices.DataModel.Session" Role="Session" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Meeting" Role="Meeting" Multiplicity="*" /><ReferentialConstraint><Principal Role="Session"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Meeting"><PropertyRef Name="IdSession" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="LegislativePeriodSession"><End Type="itsystems.Pd.DataServices.DataModel.LegislativePeriod" Role="LegislativePeriod" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Session" Role="Session" Multiplicity="*" /><ReferentialConstraint><Principal Role="LegislativePeriod"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Session"><PropertyRef Name="LegislativePeriodNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="SessionBusiness"><End Type="itsystems.Pd.DataServices.DataModel.Session" Role="Session" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="*" /><ReferentialConstraint><Principal Role="Session"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Business"><PropertyRef Name="SubmissionSession" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="SessionVote"><End Type="itsystems.Pd.DataServices.DataModel.Session" Role="Session" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Vote" Role="Vote" Multiplicity="*" /><ReferentialConstraint><Principal Role="Session"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Vote"><PropertyRef Name="IdSession" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="CommitteeMemberCommittee"><End Type="itsystems.Pd.DataServices.DataModel.Committee" Role="Committee" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.MemberCommittee" Role="MemberCommittee" Multiplicity="*" /><ReferentialConstraint><Principal Role="Committee"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="MemberCommittee"><PropertyRef Name="CommitteeNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BusinessRoleCommittee"><End Type="itsystems.Pd.DataServices.DataModel.Committee" Role="Committee" Multiplicity="0..1" /><End Type="itsystems.Pd.DataServices.DataModel.BusinessRole" Role="BusinessRole" Multiplicity="*" /><ReferentialConstraint><Principal Role="Committee"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="BusinessRole"><PropertyRef Name="CommitteeNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="MemberCouncilMemberCommittee"><End Type="itsystems.Pd.DataServices.DataModel.MemberCouncil" Role="MemberCouncil" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.MemberCommittee" Role="MemberCommittee" Multiplicity="*" /><ReferentialConstraint><Principal Role="MemberCouncil"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="MemberCommittee"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="CantonBusinessRole"><End Type="itsystems.Pd.DataServices.DataModel.Canton" Role="Canton" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.BusinessRole" Role="BusinessRole" Multiplicity="*" /><ReferentialConstraint><Principal Role="Canton"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="BusinessRole"><PropertyRef Name="CantonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="CouncilBusiness"><End Type="itsystems.Pd.DataServices.DataModel.Council" Role="Council" Multiplicity="0..1" /><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="*" /><ReferentialConstraint><Principal Role="Council"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Business"><PropertyRef Name="FirstCouncil1" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="CouncilBusiness1"><End Type="itsystems.Pd.DataServices.DataModel.Council" Role="Council" Multiplicity="0..1" /><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="*" /><ReferentialConstraint><Principal Role="Council"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Business"><PropertyRef Name="FirstCouncil2" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BillObjective"><End Type="itsystems.Pd.DataServices.DataModel.Bill" Role="Bill" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Objective" Role="Objective" Multiplicity="*" /><ReferentialConstraint><Principal Role="Bill"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Objective"><PropertyRef Name="IdBill" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BillResolution"><End Type="itsystems.Pd.DataServices.DataModel.Bill" Role="Bill" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Resolution" Role="Resolution" Multiplicity="*" /><ReferentialConstraint><Principal Role="Bill"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Resolution"><PropertyRef Name="IdBill" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BusinessPublication"><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Publication" Role="Publication" Multiplicity="*" /><ReferentialConstraint><Principal Role="Business"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Publication"><PropertyRef Name="BusinessNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="ExternalBusinessRole"><End Type="itsystems.Pd.DataServices.DataModel.External" Role="External" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.BusinessRole" Role="BusinessRole" Multiplicity="*" /><ReferentialConstraint><Principal Role="External"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="BusinessRole"><PropertyRef Name="IdExternal" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="MeetingSubject"><End Type="itsystems.Pd.DataServices.DataModel.Meeting" Role="Meeting" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Subject" Role="Subject" Multiplicity="*" /><ReferentialConstraint><Principal Role="Meeting"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Subject"><PropertyRef Name="IdMeeting" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="SubjectSubjectBusiness"><End Type="itsystems.Pd.DataServices.DataModel.Subject" Role="Subject" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.SubjectBusiness" Role="SubjectBusiness" Multiplicity="*" /><ReferentialConstraint><Principal Role="Subject"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="SubjectBusiness"><PropertyRef Name="IdSubject" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="SubjectTranscript"><End Type="itsystems.Pd.DataServices.DataModel.Subject" Role="Subject" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Transcript" Role="Transcript" Multiplicity="*" /><ReferentialConstraint><Principal Role="Subject"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Transcript"><PropertyRef Name="IdSubject" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="MemberCouncilCitizenship"><End Type="itsystems.Pd.DataServices.DataModel.MemberCouncil" Role="MemberCouncil" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Citizenship" Role="Citizenship" Multiplicity="*" /><ReferentialConstraint><Principal Role="MemberCouncil"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Citizenship"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BusinessPreconsultation"><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Preconsultation" Role="Preconsultation" Multiplicity="*" /><ReferentialConstraint><Principal Role="Business"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Preconsultation"><PropertyRef Name="BusinessNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BillPreconsultation"><End Type="itsystems.Pd.DataServices.DataModel.Bill" Role="Bill" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Preconsultation" Role="Preconsultation" Multiplicity="*" /><ReferentialConstraint><Principal Role="Bill"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Preconsultation"><PropertyRef Name="IdBill" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BusinessBill"><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Bill" Role="Bill" Multiplicity="*" /><ReferentialConstraint><Principal Role="Business"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Bill"><PropertyRef Name="BusinessNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BillBillStatus"><End Type="itsystems.Pd.DataServices.DataModel.Bill" Role="Bill" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.BillStatus" Role="BillStatus" Multiplicity="*" /><ReferentialConstraint><Principal Role="Bill"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="BillStatus"><PropertyRef Name="IdBill" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BillBillLink"><End Type="itsystems.Pd.DataServices.DataModel.Bill" Role="Bill" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.BillLink" Role="BillLink" Multiplicity="*" /><ReferentialConstraint><Principal Role="Bill"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="BillLink"><PropertyRef Name="IdBill" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BillRapporteurs"><End Type="itsystems.Pd.DataServices.DataModel.Bill" Role="Bill" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Rapporteur" Role="Rapporteur" Multiplicity="*" /><ReferentialConstraint><Principal Role="Bill"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Rapporteur"><PropertyRef Name="IdBill" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BusinessBusinessResponsibility"><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.BusinessResponsibility" Role="BusinessResponsibility" Multiplicity="*" /><ReferentialConstraint><Principal Role="Business"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="BusinessResponsibility"><PropertyRef Name="BusinessNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BusinessRelatedBusiness"><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.RelatedBusiness" Role="RelatedBusiness" Multiplicity="*" /><ReferentialConstraint><Principal Role="Business"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="RelatedBusiness"><PropertyRef Name="BusinessNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BusinessBusinessRole"><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.BusinessRole" Role="BusinessRole" Multiplicity="*" /><ReferentialConstraint><Principal Role="Business"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="BusinessRole"><PropertyRef Name="BusinessNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="LegislativePeriodBusiness"><End Type="itsystems.Pd.DataServices.DataModel.LegislativePeriod" Role="LegislativePeriod" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="*" /><ReferentialConstraint><Principal Role="LegislativePeriod"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Business"><PropertyRef Name="SubmissionLegislativePeriod" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BusinessTypeBusiness"><End Type="itsystems.Pd.DataServices.DataModel.BusinessType" Role="BusinessType" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="*" /><ReferentialConstraint><Principal Role="BusinessType"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Business"><PropertyRef Name="BusinessType" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BusinessVote"><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Vote" Role="Vote" Multiplicity="*" /><ReferentialConstraint><Principal Role="Business"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Vote"><PropertyRef Name="BusinessNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BusinessSubjectBusiness"><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.SubjectBusiness" Role="SubjectBusiness" Multiplicity="*" /><ReferentialConstraint><Principal Role="Business"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="SubjectBusiness"><PropertyRef Name="BusinessNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="BusinessBusinessStatus"><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.BusinessStatus" Role="BusinessStatus" Multiplicity="*" /><ReferentialConstraint><Principal Role="Business"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="BusinessStatus"><PropertyRef Name="BusinessNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="TranscriptBusiness"><End Type="itsystems.Pd.DataServices.DataModel.Business" Role="Business" Multiplicity="0..1" /><End Type="itsystems.Pd.DataServices.DataModel.Transcript" Role="Transcript" Multiplicity="*" /><ReferentialConstraint><Principal Role="Business"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Transcript"><PropertyRef Name="VoteBusinessNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="MemberCouncilBusinessRole"><End Type="itsystems.Pd.DataServices.DataModel.MemberCouncil" Role="MemberCouncil" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.BusinessRole" Role="BusinessRole" Multiplicity="*" /><ReferentialConstraint><Principal Role="MemberCouncil"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="BusinessRole"><PropertyRef Name="MemberCouncilNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="ParlGroupBusinessRole"><End Type="itsystems.Pd.DataServices.DataModel.ParlGroup" Role="ParlGroup" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.BusinessRole" Role="BusinessRole" Multiplicity="*" /><ReferentialConstraint><Principal Role="ParlGroup"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="BusinessRole"><PropertyRef Name="ParlGroupNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="LegislativePeriodVote"><End Type="itsystems.Pd.DataServices.DataModel.LegislativePeriod" Role="LegislativePeriod" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Vote" Role="Vote" Multiplicity="*" /><ReferentialConstraint><Principal Role="LegislativePeriod"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Vote"><PropertyRef Name="IdLegislativePeriod" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="MemberCouncilMemberParlGroup"><End Type="itsystems.Pd.DataServices.DataModel.MemberCouncil" Role="MemberCouncil" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.MemberParlGroup" Role="MemberParlGroup" Multiplicity="*" /><ReferentialConstraint><Principal Role="MemberCouncil"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="MemberParlGroup"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="MemberCouncilMemberCommitteeHistory"><End Type="itsystems.Pd.DataServices.DataModel.MemberCouncil" Role="MemberCouncil" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.MemberCommitteeHistory" Role="MemberCommitteeHistory" Multiplicity="*" /><ReferentialConstraint><Principal Role="MemberCouncil"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="MemberCommitteeHistory"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="MemberCouncilMemberCouncilHistory"><End Type="itsystems.Pd.DataServices.DataModel.MemberCouncil" Role="MemberCouncil" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.MemberCouncilHistory" Role="MemberCouncilHistory" Multiplicity="*" /><ReferentialConstraint><Principal Role="MemberCouncil"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="MemberCouncilHistory"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="MemberCouncilVoting"><End Type="itsystems.Pd.DataServices.DataModel.MemberCouncil" Role="MemberCouncil" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Voting" Role="Voting" Multiplicity="*" /><ReferentialConstraint><Principal Role="MemberCouncil"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Voting"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="MemberCouncilTranscript"><End Type="itsystems.Pd.DataServices.DataModel.MemberCouncil" Role="MemberCouncil" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Transcript" Role="Transcript" Multiplicity="*" /><ReferentialConstraint><Principal Role="MemberCouncil"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Transcript"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="MemberCouncilMemberPartyHistory"><End Type="itsystems.Pd.DataServices.DataModel.MemberCouncil" Role="MemberCouncil" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.MemberPartyHistory" Role="MemberPartyHistory" Multiplicity="*" /><ReferentialConstraint><Principal Role="MemberCouncil"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="MemberPartyHistory"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="MemberCouncilMemberParlGroupHistory"><End Type="itsystems.Pd.DataServices.DataModel.MemberCouncil" Role="MemberCouncil" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.MemberParlGroupHistory" Role="MemberParlGroupHistory" Multiplicity="*" /><ReferentialConstraint><Principal Role="MemberCouncil"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="MemberParlGroupHistory"><PropertyRef Name="PersonNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="ParlGroupMemberParlGroup"><End Type="itsystems.Pd.DataServices.DataModel.ParlGroup" Role="ParlGroup" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.MemberParlGroup" Role="MemberParlGroup" Multiplicity="*" /><ReferentialConstraint><Principal Role="ParlGroup"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="MemberParlGroup"><PropertyRef Name="ParlGroupNumber" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><Association Name="VoteVoting"><End Type="itsystems.Pd.DataServices.DataModel.Vote" Role="Vote" Multiplicity="1" /><End Type="itsystems.Pd.DataServices.DataModel.Voting" Role="Voting" Multiplicity="*" /><ReferentialConstraint><Principal Role="Vote"><PropertyRef Name="ID" /><PropertyRef Name="Language" /></Principal><Dependent Role="Voting"><PropertyRef Name="IdVote" /><PropertyRef Name="Language" /></Dependent></ReferentialConstraint></Association><EntityContainer Name="Entities" m:IsDefaultEntityContainer="true"><EntitySet Name="MemberParty" EntityType="itsystems.Pd.DataServices.DataModel.MemberParty" /><EntitySet Name="Party" EntityType="itsystems.Pd.DataServices.DataModel.Party" /><EntitySet Name="Person" EntityType="itsystems.Pd.DataServices.DataModel.Person" /><EntitySet Name="PersonAddress" EntityType="itsystems.Pd.DataServices.DataModel.PersonAddress" /><EntitySet Name="PersonCommunication" EntityType="itsystems.Pd.DataServices.DataModel.PersonCommunication" /><EntitySet Name="PersonInterest" EntityType="itsystems.Pd.DataServices.DataModel.PersonInterest" /><EntitySet Name="Session" EntityType="itsystems.Pd.DataServices.DataModel.Session" /><EntitySet Name="Committee" EntityType="itsystems.Pd.DataServices.DataModel.Committee" /><EntitySet Name="MemberCommittee" EntityType="itsystems.Pd.DataServices.DataModel.MemberCommittee" /><EntitySet Name="Canton" EntityType="itsystems.Pd.DataServices.DataModel.Canton" /><EntitySet Name="Council" EntityType="itsystems.Pd.DataServices.DataModel.Council" /><EntitySet Name="Objective" EntityType="itsystems.Pd.DataServices.DataModel.Objective" /><EntitySet Name="Resolution" EntityType="itsystems.Pd.DataServices.DataModel.Resolution" /><EntitySet Name="Publication" EntityType="itsystems.Pd.DataServices.DataModel.Publication" /><EntitySet Name="External" EntityType="itsystems.Pd.DataServices.DataModel.External" /><EntitySet Name="Meeting" EntityType="itsystems.Pd.DataServices.DataModel.Meeting" /><EntitySet Name="Subject" EntityType="itsystems.Pd.DataServices.DataModel.Subject" /><EntitySet Name="Citizenship" EntityType="itsystems.Pd.DataServices.DataModel.Citizenship" /><EntitySet Name="Preconsultation" EntityType="itsystems.Pd.DataServices.DataModel.Preconsultation" /><EntitySet Name="Bill" EntityType="itsystems.Pd.DataServices.DataModel.Bill" /><EntitySet Name="BillLink" EntityType="itsystems.Pd.DataServices.DataModel.BillLink" /><EntitySet Name="BillStatus" EntityType="itsystems.Pd.DataServices.DataModel.BillStatus" /><EntitySet Name="Business" EntityType="itsystems.Pd.DataServices.DataModel.Business" /><EntitySet Name="BusinessResponsibility" EntityType="itsystems.Pd.DataServices.DataModel.BusinessResponsibility" /><EntitySet Name="BusinessRole" EntityType="itsystems.Pd.DataServices.DataModel.BusinessRole" /><EntitySet Name="LegislativePeriod" EntityType="itsystems.Pd.DataServices.DataModel.LegislativePeriod" /><EntitySet Name="MemberCouncil" EntityType="itsystems.Pd.DataServices.DataModel.MemberCouncil" /><EntitySet Name="MemberParlGroup" EntityType="itsystems.Pd.DataServices.DataModel.MemberParlGroup" /><EntitySet Name="ParlGroup" EntityType="itsystems.Pd.DataServices.DataModel.ParlGroup" /><EntitySet Name="PersonOccupation" EntityType="itsystems.Pd.DataServices.DataModel.PersonOccupation" /><EntitySet Name="RelatedBusiness" EntityType="itsystems.Pd.DataServices.DataModel.RelatedBusiness" /><EntitySet Name="BusinessStatus" EntityType="itsystems.Pd.DataServices.DataModel.BusinessStatus" /><EntitySet Name="BusinessType" EntityType="itsystems.Pd.DataServices.DataModel.BusinessType" /><EntitySet Name="MemberCouncilHistory" EntityType="itsystems.Pd.DataServices.DataModel.MemberCouncilHistory" /><EntitySet Name="MemberCommitteeHistory" EntityType="itsystems.Pd.DataServices.DataModel.MemberCommitteeHistory" /><EntitySet Name="Vote" EntityType="itsystems.Pd.DataServices.DataModel.Vote" /><EntitySet Name="Voting" EntityType="itsystems.Pd.DataServices.DataModel.Voting" /><EntitySet Name="SubjectBusiness" EntityType="itsystems.Pd.DataServices.DataModel.SubjectBusiness" /><EntitySet Name="Transcript" EntityType="itsystems.Pd.DataServices.DataModel.Transcript" /><EntitySet Name="ParlGroupHistory" EntityType="itsystems.Pd.DataServices.DataModel.ParlGroupHistory" /><EntitySet Name="Tags" EntityType="itsystems.Pd.DataServices.DataModel.Tags" /><EntitySet Name="SeatOrganisationNr" EntityType="itsystems.Pd.DataServices.DataModel.SeatOrganisationNr" /><EntitySet Name="PersonEmployee" EntityType="itsystems.Pd.DataServices.DataModel.PersonEmployee" /><EntitySet Name="Rapporteur" EntityType="itsystems.Pd.DataServices.DataModel.Rapporteur" /><EntitySet Name="Mutation" EntityType="itsystems.Pd.DataServices.DataModel.Mutation" /><EntitySet Name="SeatOrganisationSr" EntityType="itsystems.Pd.DataServices.DataModel.SeatOrganisationSr" /><EntitySet Name="MemberParlGroupHistory" EntityType="itsystems.Pd.DataServices.DataModel.MemberParlGroupHistory" /><EntitySet Name="MemberPartyHistory" EntityType="itsystems.Pd.DataServices.DataModel.MemberPartyHistory" /><AssociationSet Name="PartyMemberParty" Association="itsystems.Pd.DataServices.DataModel.PartyMemberParty"><End Role="MemberParty" EntitySet="MemberParty" /><End Role="Party" EntitySet="Party" /></AssociationSet><AssociationSet Name="MemberCouncilMemberParty" Association="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberParty"><End Role="MemberParty" EntitySet="MemberParty" /><End Role="MemberCouncil" EntitySet="MemberCouncil" /></AssociationSet><AssociationSet Name="PersonPersonAddress" Association="itsystems.Pd.DataServices.DataModel.PersonPersonAddress"><End Role="Person" EntitySet="Person" /><End Role="PersonAddress" EntitySet="PersonAddress" /></AssociationSet><AssociationSet Name="PersonPersonCommunication" Association="itsystems.Pd.DataServices.DataModel.PersonPersonCommunication"><End Role="Person" EntitySet="Person" /><End Role="PersonCommunication" EntitySet="PersonCommunication" /></AssociationSet><AssociationSet Name="PersonPersonInterest" Association="itsystems.Pd.DataServices.DataModel.PersonPersonInterest"><End Role="Person" EntitySet="Person" /><End Role="PersonInterest" EntitySet="PersonInterest" /></AssociationSet><AssociationSet Name="PersonCitizenship" Association="itsystems.Pd.DataServices.DataModel.PersonCitizenship"><End Role="Person" EntitySet="Person" /><End Role="Citizenship" EntitySet="Citizenship" /></AssociationSet><AssociationSet Name="MemberCouncilPerson" Association="itsystems.Pd.DataServices.DataModel.MemberCouncilPerson"><End Role="Person" EntitySet="Person" /><End Role="MemberCouncil" EntitySet="MemberCouncil" /></AssociationSet><AssociationSet Name="PersonPersonOccupation" Association="itsystems.Pd.DataServices.DataModel.PersonPersonOccupation"><End Role="Person" EntitySet="Person" /><End Role="PersonOccupation" EntitySet="PersonOccupation" /></AssociationSet><AssociationSet Name="PersonPersonEmployee" Association="itsystems.Pd.DataServices.DataModel.PersonPersonEmployee"><End Role="Person" EntitySet="Person" /><End Role="PersonEmployee" EntitySet="PersonEmployee" /></AssociationSet><AssociationSet Name="SessionMeeting" Association="itsystems.Pd.DataServices.DataModel.SessionMeeting"><End Role="Session" EntitySet="Session" /><End Role="Meeting" EntitySet="Meeting" /></AssociationSet><AssociationSet Name="LegislativePeriodSession" Association="itsystems.Pd.DataServices.DataModel.LegislativePeriodSession"><End Role="Session" EntitySet="Session" /><End Role="LegislativePeriod" EntitySet="LegislativePeriod" /></AssociationSet><AssociationSet Name="SessionBusiness" Association="itsystems.Pd.DataServices.DataModel.SessionBusiness"><End Role="Session" EntitySet="Session" /><End Role="Business" EntitySet="Business" /></AssociationSet><AssociationSet Name="SessionVote" Association="itsystems.Pd.DataServices.DataModel.SessionVote"><End Role="Session" EntitySet="Session" /><End Role="Vote" EntitySet="Vote" /></AssociationSet><AssociationSet Name="CommitteeMemberCommittee" Association="itsystems.Pd.DataServices.DataModel.CommitteeMemberCommittee"><End Role="Committee" EntitySet="Committee" /><End Role="MemberCommittee" EntitySet="MemberCommittee" /></AssociationSet><AssociationSet Name="BusinessRoleCommittee" Association="itsystems.Pd.DataServices.DataModel.BusinessRoleCommittee"><End Role="Committee" EntitySet="Committee" /><End Role="BusinessRole" EntitySet="BusinessRole" /></AssociationSet><AssociationSet Name="MemberCouncilMemberCommittee" Association="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberCommittee"><End Role="MemberCommittee" EntitySet="MemberCommittee" /><End Role="MemberCouncil" EntitySet="MemberCouncil" /></AssociationSet><AssociationSet Name="CantonBusinessRole" Association="itsystems.Pd.DataServices.DataModel.CantonBusinessRole"><End Role="Canton" EntitySet="Canton" /><End Role="BusinessRole" EntitySet="BusinessRole" /></AssociationSet><AssociationSet Name="CouncilBusiness" Association="itsystems.Pd.DataServices.DataModel.CouncilBusiness"><End Role="Council" EntitySet="Council" /><End Role="Business" EntitySet="Business" /></AssociationSet><AssociationSet Name="CouncilBusiness1" Association="itsystems.Pd.DataServices.DataModel.CouncilBusiness1"><End Role="Council" EntitySet="Council" /><End Role="Business" EntitySet="Business" /></AssociationSet><AssociationSet Name="BillObjective" Association="itsystems.Pd.DataServices.DataModel.BillObjective"><End Role="Objective" EntitySet="Objective" /><End Role="Bill" EntitySet="Bill" /></AssociationSet><AssociationSet Name="BillResolution" Association="itsystems.Pd.DataServices.DataModel.BillResolution"><End Role="Resolution" EntitySet="Resolution" /><End Role="Bill" EntitySet="Bill" /></AssociationSet><AssociationSet Name="BusinessPublication" Association="itsystems.Pd.DataServices.DataModel.BusinessPublication"><End Role="Publication" EntitySet="Publication" /><End Role="Business" EntitySet="Business" /></AssociationSet><AssociationSet Name="ExternalBusinessRole" Association="itsystems.Pd.DataServices.DataModel.ExternalBusinessRole"><End Role="External" EntitySet="External" /><End Role="BusinessRole" EntitySet="BusinessRole" /></AssociationSet><AssociationSet Name="MeetingSubject" Association="itsystems.Pd.DataServices.DataModel.MeetingSubject"><End Role="Meeting" EntitySet="Meeting" /><End Role="Subject" EntitySet="Subject" /></AssociationSet><AssociationSet Name="SubjectSubjectBusiness" Association="itsystems.Pd.DataServices.DataModel.SubjectSubjectBusiness"><End Role="Subject" EntitySet="Subject" /><End Role="SubjectBusiness" EntitySet="SubjectBusiness" /></AssociationSet><AssociationSet Name="SubjectTranscript" Association="itsystems.Pd.DataServices.DataModel.SubjectTranscript"><End Role="Subject" EntitySet="Subject" /><End Role="Transcript" EntitySet="Transcript" /></AssociationSet><AssociationSet Name="MemberCouncilCitizenship" Association="itsystems.Pd.DataServices.DataModel.MemberCouncilCitizenship"><End Role="Citizenship" EntitySet="Citizenship" /><End Role="MemberCouncil" EntitySet="MemberCouncil" /></AssociationSet><AssociationSet Name="BusinessPreconsultation" Association="itsystems.Pd.DataServices.DataModel.BusinessPreconsultation"><End Role="Preconsultation" EntitySet="Preconsultation" /><End Role="Business" EntitySet="Business" /></AssociationSet><AssociationSet Name="BillPreconsultation" Association="itsystems.Pd.DataServices.DataModel.BillPreconsultation"><End Role="Preconsultation" EntitySet="Preconsultation" /><End Role="Bill" EntitySet="Bill" /></AssociationSet><AssociationSet Name="BusinessBill" Association="itsystems.Pd.DataServices.DataModel.BusinessBill"><End Role="Bill" EntitySet="Bill" /><End Role="Business" EntitySet="Business" /></AssociationSet><AssociationSet Name="BillBillStatus" Association="itsystems.Pd.DataServices.DataModel.BillBillStatus"><End Role="Bill" EntitySet="Bill" /><End Role="BillStatus" EntitySet="BillStatus" /></AssociationSet><AssociationSet Name="BillBillLink" Association="itsystems.Pd.DataServices.DataModel.BillBillLink"><End Role="Bill" EntitySet="Bill" /><End Role="BillLink" EntitySet="BillLink" /></AssociationSet><AssociationSet Name="BillRapporteurs" Association="itsystems.Pd.DataServices.DataModel.BillRapporteurs"><End Role="Bill" EntitySet="Bill" /><End Role="Rapporteur" EntitySet="Rapporteur" /></AssociationSet><AssociationSet Name="BusinessBusinessResponsibility" Association="itsystems.Pd.DataServices.DataModel.BusinessBusinessResponsibility"><End Role="Business" EntitySet="Business" /><End Role="BusinessResponsibility" EntitySet="BusinessResponsibility" /></AssociationSet><AssociationSet Name="BusinessRelatedBusiness" Association="itsystems.Pd.DataServices.DataModel.BusinessRelatedBusiness"><End Role="Business" EntitySet="Business" /><End Role="RelatedBusiness" EntitySet="RelatedBusiness" /></AssociationSet><AssociationSet Name="BusinessBusinessRole" Association="itsystems.Pd.DataServices.DataModel.BusinessBusinessRole"><End Role="Business" EntitySet="Business" /><End Role="BusinessRole" EntitySet="BusinessRole" /></AssociationSet><AssociationSet Name="LegislativePeriodBusiness1" Association="itsystems.Pd.DataServices.DataModel.LegislativePeriodBusiness"><End Role="Business" EntitySet="Business" /><End Role="LegislativePeriod" EntitySet="LegislativePeriod" /></AssociationSet><AssociationSet Name="BusinessTypeBusiness" Association="itsystems.Pd.DataServices.DataModel.BusinessTypeBusiness"><End Role="Business" EntitySet="Business" /><End Role="BusinessType" EntitySet="BusinessType" /></AssociationSet><AssociationSet Name="BusinessVote" Association="itsystems.Pd.DataServices.DataModel.BusinessVote"><End Role="Business" EntitySet="Business" /><End Role="Vote" EntitySet="Vote" /></AssociationSet><AssociationSet Name="BusinessSubjectBusiness" Association="itsystems.Pd.DataServices.DataModel.BusinessSubjectBusiness"><End Role="Business" EntitySet="Business" /><End Role="SubjectBusiness" EntitySet="SubjectBusiness" /></AssociationSet><AssociationSet Name="BusinessBusinessStatus" Association="itsystems.Pd.DataServices.DataModel.BusinessBusinessStatus"><End Role="Business" EntitySet="Business" /><End Role="BusinessStatus" EntitySet="BusinessStatus" /></AssociationSet><AssociationSet Name="TranscriptBusiness" Association="itsystems.Pd.DataServices.DataModel.TranscriptBusiness"><End Role="Business" EntitySet="Business" /><End Role="Transcript" EntitySet="Transcript" /></AssociationSet><AssociationSet Name="MemberCouncilBusinessRole" Association="itsystems.Pd.DataServices.DataModel.MemberCouncilBusinessRole"><End Role="BusinessRole" EntitySet="BusinessRole" /><End Role="MemberCouncil" EntitySet="MemberCouncil" /></AssociationSet><AssociationSet Name="ParlGroupBusinessRole" Association="itsystems.Pd.DataServices.DataModel.ParlGroupBusinessRole"><End Role="BusinessRole" EntitySet="BusinessRole" /><End Role="ParlGroup" EntitySet="ParlGroup" /></AssociationSet><AssociationSet Name="LegislativePeriodVote" Association="itsystems.Pd.DataServices.DataModel.LegislativePeriodVote"><End Role="LegislativePeriod" EntitySet="LegislativePeriod" /><End Role="Vote" EntitySet="Vote" /></AssociationSet><AssociationSet Name="MemberCouncilMemberParlGroup" Association="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberParlGroup"><End Role="MemberCouncil" EntitySet="MemberCouncil" /><End Role="MemberParlGroup" EntitySet="MemberParlGroup" /></AssociationSet><AssociationSet Name="MemberCouncilMemberCommitteeHistory" Association="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberCommitteeHistory"><End Role="MemberCouncil" EntitySet="MemberCouncil" /><End Role="MemberCommitteeHistory" EntitySet="MemberCommitteeHistory" /></AssociationSet><AssociationSet Name="MemberCouncilMemberCouncilHistory" Association="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberCouncilHistory"><End Role="MemberCouncil" EntitySet="MemberCouncil" /><End Role="MemberCouncilHistory" EntitySet="MemberCouncilHistory" /></AssociationSet><AssociationSet Name="MemberCouncilVoting" Association="itsystems.Pd.DataServices.DataModel.MemberCouncilVoting"><End Role="MemberCouncil" EntitySet="MemberCouncil" /><End Role="Voting" EntitySet="Voting" /></AssociationSet><AssociationSet Name="MemberCouncilTranscript" Association="itsystems.Pd.DataServices.DataModel.MemberCouncilTranscript"><End Role="MemberCouncil" EntitySet="MemberCouncil" /><End Role="Transcript" EntitySet="Transcript" /></AssociationSet><AssociationSet Name="MemberCouncilMemberPartyHistory" Association="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberPartyHistory"><End Role="MemberCouncil" EntitySet="MemberCouncil" /><End Role="MemberPartyHistory" EntitySet="MemberPartyHistory" /></AssociationSet><AssociationSet Name="MemberCouncilMemberParlGroupHistory" Association="itsystems.Pd.DataServices.DataModel.MemberCouncilMemberParlGroupHistory"><End Role="MemberCouncil" EntitySet="MemberCouncil" /><End Role="MemberParlGroupHistory" EntitySet="MemberParlGroupHistory" /></AssociationSet><AssociationSet Name="ParlGroupMemberParlGroup" Association="itsystems.Pd.DataServices.DataModel.ParlGroupMemberParlGroup"><End Role="MemberParlGroup" EntitySet="MemberParlGroup" /><End Role="ParlGroup" EntitySet="ParlGroup" /></AssociationSet><AssociationSet Name="VoteVoting" Association="itsystems.Pd.DataServices.DataModel.VoteVoting"><End Role="Vote" EntitySet="Vote" /><End Role="Voting" EntitySet="Voting" /></AssociationSet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>