<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">
  <edmx:DataServices xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" m:DataServiceVersion="1.0">
    <Schema Namespace="Contacts" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://schemas.microsoft.com/ado/2006/04/edm">
      <EntityType Name="Contact">
        <Key>
          <PropertyRef Name="id" />
        </Key>
        <Property Name="protocolVersion" Type="Edm.Int32" Nullable="false" />
        <Property Name="id" Type="Edm.String" Nullable="false" />
        <NavigationProperty Name="treaties" Relationship="Contacts.Contact_treaties" FromRole="Contact" ToRole="treaties" />
        <Property Name="country" Type="Edm.String" Nullable="true" />
        <Property Name="prefix" Type="Edm.String" Nullable="true" />
        <Property Name="firstName" Type="Edm.String" Nullable="true" />
        <Property Name="lastName" Type="Edm.String" Nullable="true" />
        <Property Name="position" Type="Edm.String" Nullable="true" />
        <Property Name="institution" Type="Edm.String" Nullable="true" />
        <Property Name="department" Type="Edm.String" Nullable="true" />
        <Property Name="address" Type="Edm.String" Nullable="true" />
        <Property Name="email" Type="Edm.String" Nullable="true" />
        <Property Name="phoneNumber" Type="Edm.String" Nullable="true" />
        <Property Name="fax" Type="Edm.String" Nullable="true" />
        <Property Name="primary" Type="Edm.Int32" Nullable="false" />
        <Property Name="updated" Type="Edm.DateTime" Nullable="false" m:FC_TargetPath="SyndicationUpdated" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
        <Property Name="type" Type="Edm.String" Nullable="true" />
        <Property Name="brsContactRoleName" Type="Edm.String" Nullable="true" />
        <Property Name="brsFullName" Type="Edm.String" Nullable="true" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
        <Property Name="brsPartyId" Type="Edm.String" Nullable="true" />
        <Property Name="brsPartyNameEn" Type="Edm.String" Nullable="true" m:FC_TargetPath="SyndicationSummary" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
        <Property Name="brsTreatyId" Type="Edm.String" Nullable="true" />
        <Property Name="brsTreatyName" Type="Edm.String" Nullable="true" />
        <Property Name="brsEmails" Type="Edm.String" Nullable="true" />
        <Property Name="brsRegionUn" Type="Edm.String" Nullable="true" />
        <Property Name="brsRegionPic" Type="Edm.String" Nullable="true" />
      </EntityType>
      <EntityType Name="Treaty">
        <Key>
          <PropertyRef Name="value" />
        </Key>
        <Property Name="value" Type="Edm.String" Nullable="false" />
        <NavigationProperty Name="contacts" Relationship="Contacts.Treaty_contacts" FromRole="Treaty" ToRole="contacts" />
      </EntityType>
      <Association Name="Contact_treaties">
        <End Role="Contact" Type="Contacts.Contact" Multiplicity="*" />
        <End Role="treaties" Type="Contacts.Treaty" Multiplicity="*" />
      </Association>
      <Association Name="Treaty_contacts">
        <End Role="Treaty" Type="Contacts.Treaty" Multiplicity="*" />
        <End Role="contacts" Type="Contacts.Contact" Multiplicity="*" />
      </Association>
    </Schema>
    <Schema Namespace="Contacts.brs" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://schemas.microsoft.com/ado/2006/04/edm">
      <EntityContainer Name="contactsContext" m:IsDefaultEntityContainer="true">
        <EntitySet Name="Contacts" EntityType="Contacts.Contact" />
        <EntitySet Name="treaties" EntityType="Contacts.Treaty" />
        <AssociationSet Name="Contact_treaties" Association="Contacts.Contact_treaties">
          <End Role="Contact" EntitySet="Contacts" />
          <End Role="treaties" EntitySet="treaties" />
        </AssociationSet>
        <AssociationSet Name="Treaty_contacts" Association="Contacts.Treaty_contacts">
          <End Role="Treaty" EntitySet="treaties" />
          <End Role="contacts" EntitySet="Contacts" />
        </AssociationSet>
      </EntityContainer>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>