<?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="ConferencesModel" 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/2008/09/edm">
      <EntityType Name="Meetings">
        <Key>
          <PropertyRef Name="id" />
        </Key>
        <Property Name="id" Type="Edm.Guid" Nullable="false" />
        <Property Name="url" Type="Edm.String" Nullable="true" MaxLength="512" Unicode="true" FixedLength="false" />
        <Property Name="title" Type="Edm.String" Nullable="true" MaxLength="300" Unicode="true" FixedLength="false" />
        <Property Name="description" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="start" Type="Edm.DateTime" Nullable="true" Precision="3" />
        <Property Name="end" Type="Edm.DateTime" Nullable="true" Precision="3" />
        <Property Name="kind" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="type" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="access" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="status" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="imageUrl" Type="Edm.String" Nullable="true" MaxLength="512" Unicode="true" FixedLength="false" />
        <Property Name="imageCopyright" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="location" Type="Edm.String" Nullable="true" MaxLength="350" Unicode="true" FixedLength="false" />
        <Property Name="city" Type="Edm.String" Nullable="true" MaxLength="100" Unicode="true" FixedLength="false" />
        <Property Name="country" Type="Edm.String" Nullable="true" MaxLength="2" Unicode="true" FixedLength="false" />
        <Property Name="updated" Type="Edm.DateTime" Nullable="true" Precision="3" />
        <Property Name="brs_country" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <Property Name="brs_unregion" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="brs_treaties" Type="Edm.String" Nullable="true" MaxLength="50" Unicode="false" FixedLength="false" />
        <Property Name="brs_terms" Type="Edm.String" Nullable="true" MaxLength="800" Unicode="false" FixedLength="false" />
        <Property Name="brs_sessionLanguage" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="brs_linkRegistration" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <Property Name="brs_linkFAQ" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <Property Name="brs_linkRecording" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <Property Name="brs_organizerId" Type="Edm.Guid" Nullable="true" />
        <Property Name="brs_organizerName" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <Property Name="brs_objectives" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="brs_infoParticipants" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="brs_target" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="brs_agenda" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="brs_background" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="terms" Relationship="ConferencesModel.Meetingscorr_Conference_Term" FromRole="Meetings" ToRole="corr_Conference_Term" />
        <NavigationProperty Name="RelatedSessions" Relationship="ConferencesModel.MeetingsRelatedSessions" FromRole="Meetings" ToRole="RelatedSessions" />
      </EntityType>
      <EntityType Name="MeetingsGrouped">
        <Key>
          <PropertyRef Name="id" />
        </Key>
        <Property Name="id" Type="Edm.Guid" Nullable="false" />
        <Property Name="url" Type="Edm.String" Nullable="true" MaxLength="512" Unicode="true" FixedLength="false" />
        <Property Name="title" Type="Edm.String" Nullable="true" MaxLength="300" Unicode="true" FixedLength="false" />
        <Property Name="description" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="start" Type="Edm.DateTime" Nullable="true" Precision="3" />
        <Property Name="end" Type="Edm.DateTime" Nullable="true" Precision="3" />
        <Property Name="kind" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="type" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="access" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="status" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="imageUrl" Type="Edm.String" Nullable="true" MaxLength="512" Unicode="true" FixedLength="false" />
        <Property Name="imageCopyright" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="location" Type="Edm.String" Nullable="true" MaxLength="350" Unicode="true" FixedLength="false" />
        <Property Name="city" Type="Edm.String" Nullable="true" MaxLength="100" Unicode="true" FixedLength="false" />
        <Property Name="country" Type="Edm.String" Nullable="true" MaxLength="2" Unicode="true" FixedLength="false" />
        <Property Name="updated" Type="Edm.DateTime" Nullable="true" Precision="3" />
        <Property Name="brs_country" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <Property Name="brs_unregion" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="brs_treaties" Type="Edm.String" Nullable="true" MaxLength="50" Unicode="false" FixedLength="false" />
        <Property Name="brs_terms" Type="Edm.String" Nullable="true" MaxLength="800" Unicode="false" FixedLength="false" />
        <Property Name="brs_sessionLanguage" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="brs_linkRegistration" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <Property Name="brs_linkFAQ" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <Property Name="brs_linkRecording" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="terms" Relationship="ConferencesModel.MeetingsGroupedcorr_Conference_Term" FromRole="MeetingsGrouped" ToRole="corr_Conference_Term" />
      </EntityType>
      <EntityType Name="Terms">
        <Key>
          <PropertyRef Name="id" />
        </Key>
        <Property Name="id" Type="Edm.Guid" Nullable="false" />
        <Property Name="name" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <Property Name="description" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="synonyms" Type="Edm.String" Nullable="true" MaxLength="1000" Unicode="true" FixedLength="false" />
        <Property Name="informeaTerm" Type="Edm.String" Nullable="true" MaxLength="1000" Unicode="true" FixedLength="false" />
        <Property Name="parentNames" Type="Edm.String" Nullable="true" MaxLength="2000" Unicode="false" FixedLength="false" />
        <Property Name="parentIds" Type="Edm.String" Nullable="true" MaxLength="4000" Unicode="false" FixedLength="false" />
        <NavigationProperty Name="meetings" Relationship="ConferencesModel.Termscorr_Conference_Term" FromRole="Terms" ToRole="corr_Conference_Term" />
      </EntityType>
      <EntityType Name="corr_Conference_Term">
        <Key>
          <PropertyRef Name="id" />
        </Key>
        <Property Name="id" Type="Edm.Guid" Nullable="false" />
        <Property Name="VersionNumber" Type="Edm.Binary" Nullable="true" MaxLength="8" FixedLength="true" p8:StoreGeneratedPattern="Computed" xmlns:p8="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="conferenceId" Type="Edm.Guid" Nullable="false" />
        <Property Name="termId" Type="Edm.Guid" Nullable="false" />
        <NavigationProperty Name="Meeting" Relationship="ConferencesModel.Meetingscorr_Conference_Term" FromRole="corr_Conference_Term" ToRole="Meetings" />
        <NavigationProperty Name="Term" Relationship="ConferencesModel.Termscorr_Conference_Term" FromRole="corr_Conference_Term" ToRole="Terms" />
        <NavigationProperty Name="meetingsGrouped" Relationship="ConferencesModel.MeetingsGroupedcorr_Conference_Term" FromRole="corr_Conference_Term" ToRole="MeetingsGrouped" />
      </EntityType>
      <EntityType Name="Lists">
        <Key>
          <PropertyRef Name="LocalizedLabelId" />
        </Key>
        <Property Name="value" Type="Edm.Int32" Nullable="false" />
        <Property Name="label" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="LocalizedLabelId" Type="Edm.Guid" Nullable="false" />
        <Property Name="optionSetId" Type="Edm.Guid" Nullable="false" />
      </EntityType>
      <EntityType Name="MeetingTerms">
        <Key>
          <PropertyRef Name="id" />
        </Key>
        <Property Name="id" Type="Edm.Guid" Nullable="false" />
        <Property Name="name" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <Property Name="parentNames" Type="Edm.String" Nullable="true" MaxLength="2000" Unicode="false" FixedLength="false" />
        <Property Name="parentIds" Type="Edm.String" Nullable="true" MaxLength="4000" Unicode="false" FixedLength="false" />
        <Property Name="webinarCount" Type="Edm.Int32" Nullable="true" />
        <Property Name="workshopCount" Type="Edm.Int32" Nullable="true" />
        <Property Name="egCount" Type="Edm.Int32" Nullable="true" />
        <Property Name="ahgCount" Type="Edm.Int32" Nullable="true" />
        <Property Name="symposiaCount" Type="Edm.Int32" Nullable="true" />
        <Property Name="confCount" Type="Edm.Int32" Nullable="true" />
      </EntityType>
      <EntityType Name="Schedule">
        <Key>
          <PropertyRef Name="id" />
        </Key>
        <Property Name="id" Type="Edm.Guid" Nullable="false" />
        <Property Name="name" Type="Edm.String" Nullable="true" MaxLength="255" Unicode="true" FixedLength="false" />
        <Property Name="startDate" Type="Edm.DateTime" Nullable="true" Precision="3" />
        <Property Name="endDate" Type="Edm.DateTime" Nullable="true" Precision="3" />
        <Property Name="room" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="eventType" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="description" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="meetingId" Type="Edm.Guid" Nullable="true" />
        <Property Name="meetingName" Type="Edm.String" Nullable="true" MaxLength="300" Unicode="true" FixedLength="false" />
        <Property Name="eventCode" Type="Edm.String" Nullable="true" MaxLength="100" Unicode="true" FixedLength="false" />
        <Property Name="relatedMea" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="createdOn" Type="Edm.DateTime" Nullable="true" Precision="3" />
        <Property Name="modifiedOn" Type="Edm.DateTime" Nullable="true" Precision="3" />
        <Property Name="parameters" Type="Edm.String" Nullable="true" MaxLength="1000" Unicode="true" FixedLength="false" />
        <Property Name="strFixedStart" Type="Edm.String" Nullable="true" MaxLength="30" Unicode="false" FixedLength="false" />
        <Property Name="strFixedEnd" Type="Edm.String" Nullable="true" MaxLength="30" Unicode="false" FixedLength="false" />
      </EntityType>
      <EntityType Name="RelatedSessions">
        <Key>
          <PropertyRef Name="mainId" />
          <PropertyRef Name="relatedSessionId" />
        </Key>
        <Property Name="mainId" Type="Edm.Guid" Nullable="false" />
        <Property Name="relatedSessionId" Type="Edm.Guid" Nullable="false" />
        <Property Name="start" Type="Edm.DateTime" Nullable="true" Precision="3" />
        <Property Name="end" Type="Edm.DateTime" Nullable="true" Precision="3" />
        <Property Name="brs_sessionLanguage" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <Property Name="brs_linkRegistration" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <Property Name="brs_linkFAQ" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <Property Name="brs_linkRecording" Type="Edm.String" Nullable="true" MaxLength="250" Unicode="true" FixedLength="false" />
        <Property Name="status" Type="Edm.String" Nullable="true" MaxLength="Max" Unicode="true" FixedLength="false" />
        <NavigationProperty Name="Meetings" Relationship="ConferencesModel.MeetingsRelatedSessions" FromRole="RelatedSessions" ToRole="Meetings" />
      </EntityType>
      <Association Name="Meetingscorr_Conference_Term">
        <End Role="Meetings" Type="ConferencesModel.Meetings" Multiplicity="1" />
        <End Role="corr_Conference_Term" Type="ConferencesModel.corr_Conference_Term" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Meetings">
            <PropertyRef Name="id" />
          </Principal>
          <Dependent Role="corr_Conference_Term">
            <PropertyRef Name="conferenceId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="Termscorr_Conference_Term">
        <End Role="Terms" Type="ConferencesModel.Terms" Multiplicity="1" />
        <End Role="corr_Conference_Term" Type="ConferencesModel.corr_Conference_Term" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Terms">
            <PropertyRef Name="id" />
          </Principal>
          <Dependent Role="corr_Conference_Term">
            <PropertyRef Name="termId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="MeetingsGroupedcorr_Conference_Term">
        <End Role="MeetingsGrouped" Type="ConferencesModel.MeetingsGrouped" Multiplicity="1" />
        <End Role="corr_Conference_Term" Type="ConferencesModel.corr_Conference_Term" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="MeetingsGrouped">
            <PropertyRef Name="id" />
          </Principal>
          <Dependent Role="corr_Conference_Term">
            <PropertyRef Name="conferenceId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
      <Association Name="MeetingsRelatedSessions">
        <End Role="Meetings" Type="ConferencesModel.Meetings" Multiplicity="1" />
        <End Role="RelatedSessions" Type="ConferencesModel.RelatedSessions" Multiplicity="*" />
        <ReferentialConstraint>
          <Principal Role="Meetings">
            <PropertyRef Name="id" />
          </Principal>
          <Dependent Role="RelatedSessions">
            <PropertyRef Name="mainId" />
          </Dependent>
        </ReferentialConstraint>
      </Association>
    </Schema>
    <Schema Namespace="Meetings" 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/2008/09/edm">
      <EntityContainer Name="ConferencesEntities" p7:LazyLoadingEnabled="true" m:IsDefaultEntityContainer="true" xmlns:p7="http://schemas.microsoft.com/ado/2009/02/edm/annotation">
        <EntitySet Name="Meetings" EntityType="ConferencesModel.Meetings" />
        <EntitySet Name="MeetingsGroupeds" EntityType="ConferencesModel.MeetingsGrouped" />
        <EntitySet Name="Terms" EntityType="ConferencesModel.Terms" />
        <EntitySet Name="corr_Conference_Term" EntityType="ConferencesModel.corr_Conference_Term" />
        <EntitySet Name="Lists" EntityType="ConferencesModel.Lists" />
        <EntitySet Name="MeetingTerms" EntityType="ConferencesModel.MeetingTerms" />
        <EntitySet Name="Schedule" EntityType="ConferencesModel.Schedule" />
        <EntitySet Name="RelatedSessions" EntityType="ConferencesModel.RelatedSessions" />
        <AssociationSet Name="Meetingscorr_Conference_Term" Association="ConferencesModel.Meetingscorr_Conference_Term">
          <End Role="Meetings" EntitySet="Meetings" />
          <End Role="corr_Conference_Term" EntitySet="corr_Conference_Term" />
        </AssociationSet>
        <AssociationSet Name="Termscorr_Conference_Term" Association="ConferencesModel.Termscorr_Conference_Term">
          <End Role="Terms" EntitySet="Terms" />
          <End Role="corr_Conference_Term" EntitySet="corr_Conference_Term" />
        </AssociationSet>
        <AssociationSet Name="MeetingsGroupedcorr_Conference_Term" Association="ConferencesModel.MeetingsGroupedcorr_Conference_Term">
          <End Role="MeetingsGrouped" EntitySet="MeetingsGroupeds" />
          <End Role="corr_Conference_Term" EntitySet="corr_Conference_Term" />
        </AssociationSet>
        <AssociationSet Name="MeetingsRelatedSessions" Association="ConferencesModel.MeetingsRelatedSessions">
          <End Role="Meetings" EntitySet="Meetings" />
          <End Role="RelatedSessions" EntitySet="RelatedSessions" />
        </AssociationSet>
      </EntityContainer>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>