<?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="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><Schema Namespace="RatificationsModel" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"><EntityType Name="AgreementsParties"><Key><PropertyRef Name="id" /></Key><Property Name="id" Type="Edm.Guid" Nullable="false" /><Property Name="agreementId" Type="Edm.Guid" Nullable="false" /><Property Name="partyId" Type="Edm.Guid" Nullable="false" /><Property Name="agreementName" Type="Edm.String" MaxLength="250" FixedLength="false" Unicode="true" /><Property Name="agreementShortName" Type="Edm.String" MaxLength="150" FixedLength="false" Unicode="true" /><Property Name="agreementDateAdoption" Type="Edm.DateTime" Precision="3" /><Property Name="agreementPlaceAdoption" Type="Edm.String" MaxLength="200" FixedLength="false" Unicode="true" /><Property Name="agreementDateEntryIntoForce" Type="Edm.DateTime" Precision="3" /><Property Name="agreementAcronym" Type="Edm.String" MaxLength="100" FixedLength="false" Unicode="true" /><Property Name="partyNameEnglish" Type="Edm.String" MaxLength="250" FixedLength="false" Unicode="true" /><Property Name="partyNameFrench" Type="Edm.String" MaxLength="100" FixedLength="false" Unicode="false" /><Property Name="partyNameSpanish" Type="Edm.String" MaxLength="100" FixedLength="false" Unicode="false" /><Property Name="countryRegionUn" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="countryRegionFao" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="isDevelopingCountry" Type="Edm.Boolean" /><Property Name="isLdcCountry" Type="Edm.Boolean" /><Property Name="isSidsCountry" Type="Edm.Boolean" /><Property Name="countryCode" Type="Edm.String" MaxLength="2" FixedLength="false" Unicode="true" /><Property Name="relationRoleName" Type="Edm.String" MaxLength="100" FixedLength="false" Unicode="true" /><Property Name="relationDescription" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="relationDateSignature" Type="Edm.DateTime" Precision="3" /><Property Name="relationDateSignatureQualifier" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="relationDateRatification" Type="Edm.DateTime" Precision="3" /><Property Name="relationDateRatificationQualifier" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="relationDateEntryIntoForce" Type="Edm.DateTime" Precision="3" /><Property Name="relationDateEnd" Type="Edm.DateTime" Precision="3" /></EntityType></Schema><Schema Namespace="Ratifications2" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"><EntityContainer Name="RatificationEntities" m:IsDefaultEntityContainer="true" p6:LazyLoadingEnabled="true" xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation"><EntitySet Name="AgreementsParties" EntityType="RatificationsModel.AgreementsParties" /></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>