<?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="MeaDocuments" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"><EntityType Name="Document"><Key><PropertyRef Name="id" /></Key><Property Name="id" Type="Edm.String" Nullable="false" MaxLength="128" FixedLength="false" Unicode="true" /><Property Name="schemaVersion" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="published" Type="Edm.DateTime" Nullable="false" /><Property Name="updated" Type="Edm.DateTime" Nullable="false" /><Property Name="treaty" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="treaties" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="copyright" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="thumbnailUrl" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="country" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="displayOrder" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="authors" Relationship="MeaDocuments.Document_authors" ToRole="Document_authors_Target" FromRole="Document_authors_Source" /><NavigationProperty Name="description" Relationship="MeaDocuments.Descriptions_document" ToRole="Descriptions_document_Source" FromRole="Descriptions_document_Target" /><NavigationProperty Name="files" Relationship="MeaDocuments.File_document" ToRole="File_document_Source" FromRole="File_document_Target" /><NavigationProperty Name="identifiers" Relationship="MeaDocuments.Identifier_document" ToRole="Identifier_document_Source" FromRole="Identifier_document_Target" /><NavigationProperty Name="keywords" Relationship="MeaDocuments.Document_keywords" ToRole="Document_keywords_Target" FromRole="Document_keywords_Source" /><NavigationProperty Name="referenceToEntities" Relationship="MeaDocuments.Document_referenceToEntities" ToRole="Document_referenceToEntities_Target" FromRole="Document_referenceToEntities_Source" /><NavigationProperty Name="tags" Relationship="MeaDocuments.Document_tags" ToRole="Document_tags_Target" FromRole="Document_tags_Source" /><NavigationProperty Name="title" Relationship="MeaDocuments.Titles_document" ToRole="Titles_document_Source" FromRole="Titles_document_Target" /><NavigationProperty Name="types" Relationship="MeaDocuments.Document_types" ToRole="Document_types_Target" FromRole="Document_types_Source" /></EntityType><EntityType Name="Author"><Key><PropertyRef Name="id" /></Key><Property Name="id" Type="Edm.String" Nullable="false" MaxLength="128" FixedLength="false" Unicode="true" /><Property Name="type" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="value" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="documents" Relationship="MeaDocuments.Document_authors" ToRole="Document_authors_Source" FromRole="Document_authors_Target" /></EntityType><EntityType Name="Descriptions"><Key><PropertyRef Name="id" /></Key><Property Name="id" Type="Edm.String" Nullable="false" MaxLength="128" FixedLength="false" Unicode="true" /><Property Name="language" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="value" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="documentId" Type="Edm.String" MaxLength="128" FixedLength="false" Unicode="true" /><NavigationProperty Name="document" Relationship="MeaDocuments.Descriptions_document" ToRole="Descriptions_document_Target" FromRole="Descriptions_document_Source" /></EntityType><EntityType Name="File"><Key><PropertyRef Name="id" /></Key><Property Name="id" Type="Edm.String" Nullable="false" MaxLength="128" FixedLength="false" Unicode="true" /><Property Name="url" Type="Edm.String" Nullable="false" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="content" Type="Edm.String" Nullable="false" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="mimeType" Type="Edm.String" Nullable="false" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="language" Type="Edm.String" Nullable="false" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="filename" Type="Edm.String" Nullable="false" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="brsExtension" Type="Edm.String" Nullable="false" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="brsSize" Type="Edm.Int64" Nullable="false" /><Property Name="documentId" Type="Edm.String" MaxLength="128" FixedLength="false" Unicode="true" /><NavigationProperty Name="document" Relationship="MeaDocuments.File_document" ToRole="File_document_Target" FromRole="File_document_Source" /></EntityType><EntityType Name="Identifier"><Key><PropertyRef Name="id" /></Key><Property Name="id" Type="Edm.String" Nullable="false" MaxLength="128" FixedLength="false" Unicode="true" /><Property Name="identifierName" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="identifierValue" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="documentId" Type="Edm.String" MaxLength="128" FixedLength="false" Unicode="true" /><NavigationProperty Name="document" Relationship="MeaDocuments.Identifier_document" ToRole="Identifier_document_Target" FromRole="Identifier_document_Source" /></EntityType><EntityType Name="Keyword"><Key><PropertyRef Name="id" /></Key><Property Name="id" Type="Edm.String" Nullable="false" MaxLength="128" FixedLength="false" Unicode="true" /><Property Name="termURI" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="scope" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="termValueInEnglish" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="documents" Relationship="MeaDocuments.Document_keywords" ToRole="Document_keywords_Source" FromRole="Document_keywords_Target" /></EntityType><EntityType Name="ReferenceToEntity"><Key><PropertyRef Name="id" /></Key><Property Name="id" Type="Edm.String" Nullable="false" MaxLength="128" FixedLength="false" Unicode="true" /><Property Name="entityType" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="refURI" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="documents" Relationship="MeaDocuments.Document_referenceToEntities" ToRole="Document_referenceToEntities_Source" FromRole="Document_referenceToEntities_Target" /></EntityType><EntityType Name="Tag"><Key><PropertyRef Name="id" /></Key><Property Name="id" Type="Edm.String" Nullable="false" MaxLength="128" FixedLength="false" Unicode="true" /><Property Name="language" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="scope" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="value" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="comment" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="documents" Relationship="MeaDocuments.Document_tags" ToRole="Document_tags_Source" FromRole="Document_tags_Target" /></EntityType><EntityType Name="Titles"><Key><PropertyRef Name="id" /></Key><Property Name="id" Type="Edm.String" Nullable="false" MaxLength="128" FixedLength="false" Unicode="true" /><Property Name="language" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="value" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="documentId" Type="Edm.String" MaxLength="128" FixedLength="false" Unicode="true" /><NavigationProperty Name="document" Relationship="MeaDocuments.Titles_document" ToRole="Titles_document_Target" FromRole="Titles_document_Source" /></EntityType><EntityType Name="Type"><Key><PropertyRef Name="id" /></Key><Property Name="id" Type="Edm.String" Nullable="false" MaxLength="128" FixedLength="false" Unicode="true" /><Property Name="value" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><Property Name="scope" Type="Edm.String" MaxLength="Max" FixedLength="false" Unicode="true" /><NavigationProperty Name="documents" Relationship="MeaDocuments.Document_types" ToRole="Document_types_Source" FromRole="Document_types_Target" /></EntityType><Association Name="Document_authors"><End Type="MeaDocuments.Author" Role="Document_authors_Target" Multiplicity="*" /><End Type="MeaDocuments.Document" Role="Document_authors_Source" Multiplicity="*" /></Association><Association Name="Descriptions_document"><End Type="MeaDocuments.Document" Role="Descriptions_document_Target" Multiplicity="0..1" /><End Type="MeaDocuments.Descriptions" Role="Descriptions_document_Source" Multiplicity="*" /><ReferentialConstraint><Principal Role="Descriptions_document_Target"><PropertyRef Name="id" /></Principal><Dependent Role="Descriptions_document_Source"><PropertyRef Name="documentId" /></Dependent></ReferentialConstraint></Association><Association Name="File_document"><End Type="MeaDocuments.Document" Role="File_document_Target" Multiplicity="0..1" /><End Type="MeaDocuments.File" Role="File_document_Source" Multiplicity="*" /><ReferentialConstraint><Principal Role="File_document_Target"><PropertyRef Name="id" /></Principal><Dependent Role="File_document_Source"><PropertyRef Name="documentId" /></Dependent></ReferentialConstraint></Association><Association Name="Identifier_document"><End Type="MeaDocuments.Document" Role="Identifier_document_Target" Multiplicity="0..1" /><End Type="MeaDocuments.Identifier" Role="Identifier_document_Source" Multiplicity="*" /><ReferentialConstraint><Principal Role="Identifier_document_Target"><PropertyRef Name="id" /></Principal><Dependent Role="Identifier_document_Source"><PropertyRef Name="documentId" /></Dependent></ReferentialConstraint></Association><Association Name="Document_keywords"><End Type="MeaDocuments.Keyword" Role="Document_keywords_Target" Multiplicity="*" /><End Type="MeaDocuments.Document" Role="Document_keywords_Source" Multiplicity="*" /></Association><Association Name="Document_referenceToEntities"><End Type="MeaDocuments.ReferenceToEntity" Role="Document_referenceToEntities_Target" Multiplicity="*" /><End Type="MeaDocuments.Document" Role="Document_referenceToEntities_Source" Multiplicity="*" /></Association><Association Name="Document_tags"><End Type="MeaDocuments.Tag" Role="Document_tags_Target" Multiplicity="*" /><End Type="MeaDocuments.Document" Role="Document_tags_Source" Multiplicity="*" /></Association><Association Name="Titles_document"><End Type="MeaDocuments.Document" Role="Titles_document_Target" Multiplicity="0..1" /><End Type="MeaDocuments.Titles" Role="Titles_document_Source" Multiplicity="*" /><ReferentialConstraint><Principal Role="Titles_document_Target"><PropertyRef Name="id" /></Principal><Dependent Role="Titles_document_Source"><PropertyRef Name="documentId" /></Dependent></ReferentialConstraint></Association><Association Name="Document_types"><End Type="MeaDocuments.Type" Role="Document_types_Target" Multiplicity="*" /><End Type="MeaDocuments.Document" Role="Document_types_Source" Multiplicity="*" /></Association><EntityContainer Name="DocumentsContext" m:IsDefaultEntityContainer="true"><EntitySet Name="Documents" EntityType="MeaDocuments.Document" /><EntitySet Name="Authors" EntityType="MeaDocuments.Author" /><EntitySet Name="Descriptions" EntityType="MeaDocuments.Descriptions" /><EntitySet Name="Files" EntityType="MeaDocuments.File" /><EntitySet Name="Identifiers" EntityType="MeaDocuments.Identifier" /><EntitySet Name="Keywords" EntityType="MeaDocuments.Keyword" /><EntitySet Name="ReferenceToEntities" EntityType="MeaDocuments.ReferenceToEntity" /><EntitySet Name="Tags" EntityType="MeaDocuments.Tag" /><EntitySet Name="Titles" EntityType="MeaDocuments.Titles" /><EntitySet Name="Types" EntityType="MeaDocuments.Type" /><AssociationSet Name="Document_authors" Association="MeaDocuments.Document_authors"><End Role="Document_authors_Source" EntitySet="Documents" /><End Role="Document_authors_Target" EntitySet="Authors" /></AssociationSet><AssociationSet Name="Descriptions_document" Association="MeaDocuments.Descriptions_document"><End Role="Descriptions_document_Target" EntitySet="Documents" /><End Role="Descriptions_document_Source" EntitySet="Descriptions" /></AssociationSet><AssociationSet Name="File_document" Association="MeaDocuments.File_document"><End Role="File_document_Target" EntitySet="Documents" /><End Role="File_document_Source" EntitySet="Files" /></AssociationSet><AssociationSet Name="Identifier_document" Association="MeaDocuments.Identifier_document"><End Role="Identifier_document_Target" EntitySet="Documents" /><End Role="Identifier_document_Source" EntitySet="Identifiers" /></AssociationSet><AssociationSet Name="Document_keywords" Association="MeaDocuments.Document_keywords"><End Role="Document_keywords_Source" EntitySet="Documents" /><End Role="Document_keywords_Target" EntitySet="Keywords" /></AssociationSet><AssociationSet Name="Document_referenceToEntities" Association="MeaDocuments.Document_referenceToEntities"><End Role="Document_referenceToEntities_Source" EntitySet="Documents" /><End Role="Document_referenceToEntities_Target" EntitySet="ReferenceToEntities" /></AssociationSet><AssociationSet Name="Document_tags" Association="MeaDocuments.Document_tags"><End Role="Document_tags_Source" EntitySet="Documents" /><End Role="Document_tags_Target" EntitySet="Tags" /></AssociationSet><AssociationSet Name="Titles_document" Association="MeaDocuments.Titles_document"><End Role="Titles_document_Target" EntitySet="Documents" /><End Role="Titles_document_Source" EntitySet="Titles" /></AssociationSet><AssociationSet Name="Document_types" Association="MeaDocuments.Document_types"><End Role="Document_types_Source" EntitySet="Documents" /><End Role="Document_types_Target" EntitySet="Types" /></AssociationSet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>