<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:DataServices><Schema Namespace="Microsoft.Research.CMT.Model" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="Author"><Property Name="UserId" Type="Edm.Int32" /><Property Name="IsRegistered" Type="Edm.Boolean" /><Property Name="SubmissionAuthorId" Type="Edm.Int32" /><Property Name="IsPrimary" Type="Edm.Boolean" Nullable="false" /><Property Name="Order" Type="Edm.Int32" Nullable="false" /><Property Name="Email" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="OrcidId" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="CountryCode" Type="Edm.String" /><Property Name="CountryName" Type="Edm.String" /></ComplexType><ComplexType Name="SubmissionSubjectArea"><Property Name="SubjectAreaId" Type="Edm.Int32" Nullable="false" /><Property Name="IsPrimary" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="QuestionAnswer"><Property Name="QuestionId" Type="Edm.Int32" Nullable="false" /><Property Name="Text" Type="Edm.String" /><Property Name="QuestionChoiceId" Type="Edm.Int32" /><Property Name="Answer" Type="Edm.String" /><Property Name="Comment" Type="Edm.String" /></ComplexType><ComplexType Name="SubmissionConflict"><Property Name="ConflictReasonId" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewerId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="ConflictSelectionReasonView"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="MarkedBySystem" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="SubjectAreaView"><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="Name" Type="Edm.String" /><Property Name="ParentName" Type="Edm.String" /></ComplexType><ComplexType Name="UserView"><Property Name="Id" Type="Edm.Int32" /><Property Name="Name" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Nickname" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="CountryCode" Type="Edm.String" /><Property Name="CountryName" Type="Edm.String" /></ComplexType><ComplexType Name="AuthorView" BaseType="Microsoft.Research.CMT.Model.UserView"><Property Name="IsPrimary" Type="Edm.Boolean" Nullable="false" /><Property Name="OrcidId" Type="Edm.String" /><Property Name="City" Type="Edm.String" /></ComplexType><ComplexType Name="QuestionView"><Property Name="Title" Type="Edm.String" /><Property Name="Details" Type="Edm.String" /><Property Name="Answers" Type="Collection(Microsoft.Research.CMT.Model.AnswerView)" /><Property Name="Order" Type="Edm.Int32" Nullable="false" /><Property Name="Heading" Type="Edm.String" /><Property Name="VisibleToAuthorDuringFeedback" Type="Edm.Boolean" Nullable="false" /><Property Name="VisibleToAuthorAfterNotification" Type="Edm.Boolean" Nullable="false" /><Property Name="VisibleToReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="VisibleToMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="VisibleToOtherReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="CommentLength" Type="Edm.Int32" /></ComplexType><ComplexType Name="ConflictView"><Property Name="Name" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Reasons" Type="Collection(Edm.String)" /></ComplexType><ComplexType Name="FileView"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="OriginalName" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="Size" Type="Edm.Int64" Nullable="false" /><Property Name="FormattedSize" Type="Edm.String" /><Property Name="UploadDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="DownloadLink" Type="Edm.String" /><Property Name="FileLabelId" Type="Edm.Int32" Nullable="false" /><Property Name="FileLabel" Type="Edm.String" /></ComplexType><ComplexType Name="DeadlineModelView"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="ActivityId" Type="Edm.Int32" Nullable="false" /><Property Name="Status" Type="Microsoft.Research.CMT.Entities.Conference.Lifecycle.ActivityStatus" Nullable="false" /><Property Name="DateTime" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><ComplexType Name="TrackSettings"><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="EditConflictAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowSubmissionQuestionsToReviewers" Type="Edm.Boolean" Nullable="false" /><Property Name="EcfRegistrationEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowSupplementaryMaterial" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowInplaceRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="DisableReviewSnapshotDuringFeedback" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowAuthorToDeleteSubmisionAfterSubmissionDeadline" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowOnlyPrimaryContactAuthorToDeleteSubmision" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="QuestionChoice"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Order" Type="Edm.Int32" Nullable="false" /><Property Name="Text" Type="Edm.String" /><Property Name="Value" Type="Edm.Int32" /></ComplexType><ComplexType Name="Permission"><Property Name="ObjectId" Type="Edm.Int32" /><Property Name="ObjectType" Type="Edm.String" /><Property Name="Role" Type="Edm.String" /><Property Name="RoleInternal" Type="Edm.String" /></ComplexType><ComplexType Name="ConflictingSessionsModel"><Property Name="Session" Type="Microsoft.Research.CMT.Model.SessionInfo" /><Property Name="ConflictingSessions" Type="Collection(Microsoft.Research.CMT.Model.ConflictInfo)" /></ComplexType><ComplexType Name="PresenterConflict"><Property Name="Presenter" Type="Microsoft.Research.CMT.Model.PresenterInfo" /><Property Name="PresentationsLeft" Type="Collection(Microsoft.Research.CMT.Model.PresentationInfo)" /><Property Name="PresentationsRight" Type="Collection(Microsoft.Research.CMT.Model.PresentationInfo)" /></ComplexType><ComplexType Name="PresentationInfo"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /></ComplexType><ComplexType Name="PresenterInfo"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /></ComplexType><ComplexType Name="ConflictInfo"><Property Name="Session" Type="Microsoft.Research.CMT.Model.SessionInfo" /><Property Name="Presenters" Type="Collection(Microsoft.Research.CMT.Model.PresenterConflict)" /></ComplexType><ComplexType Name="SessionInfo"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /></ComplexType><ComplexType Name="PresenterModel"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /></ComplexType><ComplexType Name="InvalidatedAssignmentViewModel"><Property Name="Conflicts" Type="Collection(Microsoft.Research.CMT.Model.ConflictView)" /><Property Name="Reviewers" Type="Collection(Microsoft.Research.CMT.Model.UserView)" /><Property Name="MetaReviewers" Type="Collection(Microsoft.Research.CMT.Model.UserView)" /></ComplexType><EntityType Name="Supplementary"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Files" Type="Collection(Microsoft.Research.CMT.Model.LabeledFile)" /></EntityType><EntityType Name="SubmissionFilesModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Files" Type="Collection(Edm.Int32)" Nullable="false" /></EntityType><EntityType Name="InplaceRevision"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Files" Type="Collection(Edm.Int32)" Nullable="false" /></EntityType><EntityType Name="SubmissionReviewerView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="PrimarySubjectArea" Type="Edm.String" /><Property Name="SecondarySubjectAreas" Type="Edm.String" /><Property Name="SecondarySubjectAreasArray" Type="Edm.String" /><Property Name="HiddenNumber" Type="Edm.Int32" /><Property Name="Bid" Type="Edm.String" /><Property Name="Relevance" Type="Edm.Double" /><Property Name="TpmsRank" Type="Edm.Int32" /><Property Name="CustomAffinityRank" Type="Edm.Int32" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackCount" Type="Edm.Int32" Nullable="false" /><Property Name="AllTracksCount" Type="Edm.Int32" Nullable="false" /><Property Name="MinSuggestionRank" Type="Edm.Int32" /><Property Name="SuggestionsJson" Type="Edm.String" /><Property Name="Quota" Type="Edm.Int32" /><Property Name="UserType" Type="Edm.String" /><Property Name="UserSubmissionTags" Type="Edm.String" /><Property Name="IsAssigned" Type="Edm.Boolean" Nullable="false" /><Property Name="IsEmergency" Type="Edm.Boolean" Nullable="false" /><Property Name="GoogleScholarId" Type="Edm.String" /><Property Name="SemanticScholarId" Type="Edm.String" /><Property Name="DblpId" Type="Edm.String" /><Property Name="ExternalProfileEntered" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="SubmissionMetaReviewerView" BaseType="Microsoft.Research.CMT.Model.SubmissionReviewerView" /><EntityType Name="ConflictSelectionView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="MiddleInitial" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="HasConflicts" Type="Edm.Boolean" Nullable="false" /><Property Name="ConflictReasons" Type="Collection(Microsoft.Research.CMT.Model.ConflictSelectionReasonView)" /><Property Name="IsEditingConflictsAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="DetectedColleagueConflict" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="SubmissionAuthorView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="Abstract" Type="Edm.String" /><Property Name="IsPrimary" Type="Edm.Boolean" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="StatusId" Type="Edm.Int32" Nullable="false" /><Property Name="StatusName" Type="Edm.String" /><Property Name="NumberOfReviews" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfMetaReviews" Type="Edm.Int32" Nullable="false" /><Property Name="IsAllowedToViewDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCameraReady" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCameraReadyPosted" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAuthorFeedback" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAuthorFeedbackPosted" Type="Edm.Boolean" Nullable="false" /><Property Name="AuthorFeedbackId" Type="Edm.Int32" /><Property Name="ChairNoteId" Type="Edm.Int32" /><Property Name="HasRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="OriginalSubmissionId" Type="Edm.Int32" /><Property Name="SubmissionFilesJson" Type="Edm.String" /><Property Name="IsRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="IsShepherded" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="SubmissionStatusSummary"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><NavigationProperty Name="SubmissionSummaries" Type="Collection(Microsoft.Research.CMT.Model.SubmissionSummary)" /></EntityType><EntityType Name="SubmissionSummary"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="EmailAllAuthors" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="EmailPrimaryContactOnly" Type="Collection(Edm.Int32)" Nullable="false" /></EntityType><EntityType Name="QuestionType"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /></EntityType><EntityType Name="OptionsType"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /></EntityType><EntityType Name="SubmissionSettings"><Key><PropertyRef Name="TrackId" /></Key><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="WelcomeMessage" Type="Edm.String" /><Property Name="AbstractAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="AbstractMaxLength" Type="Edm.Int32" Nullable="false" /><Property Name="AbstractRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="SubmissionMinFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionMaxFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionAllowedFileTypes" Type="Edm.String" /><Property Name="SubmissionMaxFileSize" Type="Edm.Int32" Nullable="false" /><Property Name="SupplementaryAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="SupplementaryAllowedFileTypes" Type="Edm.String" /><Property Name="SupplementaryMinFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="SupplementaryMaxFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="SupplementaryMaxFileSize" Type="Edm.Int32" Nullable="false" /><Property Name="InplaceRevisionAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="InplaceRevisionAllowedFileTypes" Type="Edm.String" /><Property Name="InplaceRevisionMinFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="InplaceRevisionMaxFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="InplaceRevisionMaxFileSize" Type="Edm.Int32" Nullable="false" /><Property Name="ShowNoneOfTheAboveSubjectArea" Type="Edm.Boolean" Nullable="false" /><Property Name="SecondarySubjectAreaAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="SecondarySubjectAreaLimited" Type="Edm.Boolean" Nullable="false" /><Property Name="SecondarySubjectAreaMaxNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ImmediateParentSelectionAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="CustomPrimarySubjectAreaAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="CustomSecondarySubjectAreaAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="ExternalReviewerMatchingRequirementRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="DisableCoAuthors" Type="Edm.Boolean" Nullable="false" /><Property Name="DisableTitleInstruction" Type="Edm.Boolean" Nullable="false" /><Property Name="TitleMapping" Type="Edm.String" /><Property Name="FileUploadTitleMapping" Type="Edm.String" /><Property Name="ShowTipUnderFiles" Type="Edm.Boolean" Nullable="false" /><Property Name="SpecialLayout" Type="Edm.Boolean" Nullable="false" /><Property Name="InstructionAfterSubmission" Type="Edm.String" /><Property Name="ReferenceAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="ReferenceInstruction" Type="Edm.String" /><Property Name="ReferenceMinNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ReferenceMaxNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ReferenceAllowedFileTypes" Type="Edm.String" /><Property Name="ReferenceMinFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ReferenceMaxFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ReferenceMaxFileSize" Type="Edm.Int32" Nullable="false" /><Property Name="ReferenceAdditionalRequirement" Type="Edm.String" /><Property Name="AllowAuthorToDeleteSubmisionAfterSubmissionDeadline" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowOnlyPrimaryContactAuthorToDeleteSubmision" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowWelcomeInstructionOnAuthorConsole" Type="Edm.Boolean" Nullable="false" /><Property Name="EditAuthorsNotAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="ChangeAuthorOrderAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowAuthorToSeeDeskRejectStatus" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowAuthorToSeeReviewingDataForWithdrawn" Type="Edm.Boolean" Nullable="false" /><Property Name="EditSubmissionFilesNotAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowSubmissionQuestionInConsole" Type="Edm.Boolean" Nullable="false" /><Property Name="ChairConsoleHiddenSubmissionQuestionIds" Type="Edm.String" /><Property Name="DoNotAllowPrimarySubjectArea" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="ConflictSettings"><Key><PropertyRef Name="TrackId" /></Key><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="EditConflictAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="DisputeConflictAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="RequireConflictDomains" Type="Edm.Boolean" Nullable="false" /><Property Name="RequireSubmissionConflictDomains" Type="Edm.Boolean" Nullable="false" /><Property Name="RequireEveryoneToMarkIndividualConflictWithPC" Type="Edm.Boolean" Nullable="false" /><Property Name="RequireAuthorToMarkIndividualConflictWithPC" Type="Edm.Boolean" Nullable="false" /><Property Name="RequirePCToMarkIndividualConflictWithPC" Type="Edm.Boolean" Nullable="false" /><Property Name="RequirePCToMarkIndividualConflictWithAuthor" Type="Edm.Boolean" Nullable="false" /><Property Name="EditPersonalConflictDomainsNotAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="NewPersonalConflictDomainsAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="NewIndividualConflictsAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="EditIndividualConflictsNotAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="EnableDblpConflict" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotComputeNewDblpConflicts" Type="Edm.Boolean" Nullable="false" /><Property Name="DisableMetaReviewerGroupConflict" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="CameraReadySubmissionSettings"><Key><PropertyRef Name="TrackId" /></Key><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="WelcomeMessage" Type="Edm.String" /><Property Name="AbstractAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="AbstractMaxLength" Type="Edm.Int32" Nullable="false" /><Property Name="AbstractRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="CameraReadySubmissionMinFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="CameraReadySubmissionMaxFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="CameraReadySubmissionAllowedFileTypes" Type="Edm.String" /><Property Name="CameraReadySubmissionMaxFileSize" Type="Edm.Int32" Nullable="false" /><Property Name="CopyrightMinFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="CopyrightMaxFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="CopyrightAllowedFileTypes" Type="Edm.String" /><Property Name="CopyrightMaxFileSize" Type="Edm.Int32" Nullable="false" /><Property Name="RegistrationRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="PublicationTitle" Type="Edm.String" /><Property Name="PublicationSourceCode" Type="Edm.String" /><Property Name="DisableCoAuthors" Type="Edm.Boolean" Nullable="false" /><Property Name="DisableTitleInstruction" Type="Edm.Boolean" Nullable="false" /><Property Name="TitleMapping" Type="Edm.String" /><Property Name="ShowTipUnderFiles" Type="Edm.Boolean" Nullable="false" /><Property Name="EditCameraReadyAuthorsNotAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="ChangeCameraReadyAuthorOrderAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToViewCameraReady" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowSeniorMetaReviewerToViewCameraReady" Type="Edm.Boolean" Nullable="false" /><Property Name="RequireReproducibilityCheckListForCameraReady" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="AuthorFeedbackSettings"><Key><PropertyRef Name="TrackId" /></Key><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="DisableReviewSnapshotDuringFeedback" Type="Edm.Boolean" Nullable="false" /><Property Name="RequestAllPapersForFeedback" Type="Edm.Boolean" Nullable="false" /><Property Name="AuthorFeedbackMinFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="AuthorFeedbackMaxFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="AuthorFeedbackAllowedFileTypes" Type="Edm.String" /><Property Name="AuthorFeedbackMaxFileSize" Type="Edm.Int32" Nullable="false" /><Property Name="VisibleToReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="VisibleToMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAuthorFeedbackCommentingEnabledForReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAuthorFeedbackCommentingEnabledForMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="AuthorFeedbackCommentMaxThreads" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="ReviewSettings"><Key><PropertyRef Name="TrackId" /></Key><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewMinFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewMaxFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewAllowedFileTypes" Type="Edm.String" /><Property Name="ReviewMaxFileSize" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewFileVisibleToAuthor" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowReviewerIdentityToOtherReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="WelcomeMessage" Type="Edm.String" /><Property Name="IsBlind" Type="Edm.Boolean" Nullable="false" /><Property Name="EnabledReviewAggregateColumn" Type="Edm.Boolean" Nullable="false" /><Property Name="AutopromoteToReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="ReviewerInviteExpirationDays" Type="Edm.Int32" Nullable="false" /><Property Name="AllowInvitedReviewerToSetQuota" Type="Edm.Boolean" Nullable="false" /><Property Name="MaximumNumberOfEagerBidsForReviewer" Type="Edm.Int32" /><Property Name="EnableExternalReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowExternalReviewerIdentityToOtherReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowReviewerToSeeStatusBeforeNotification" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowReviewersToDiscussAllPapers" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowAuthorToDiscussSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowReviewerToSeeReviewingDataOnlyAfterSubmitting" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowReviewerToSeeReviewingDataAfterReviewing" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowOnlyRevisionForReviewing" Type="Edm.Boolean" Nullable="false" /><Property Name="HideNonRevisionPapersDuringReviewing" Type="Edm.Boolean" Nullable="false" /><Property Name="EnableAllPapersForDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowBiddingOnlyForSuggestedSubmissions" Type="Edm.Boolean" Nullable="false" /><Property Name="NotifyOtherReviewersForReviewUpdateDuringDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="NotifyMetaReviewersForReviewUpdateDuringDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="NotifyMetaReviewersForReviewUpdateDuringReviewing" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowReviewUpdateDuringDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowInlineReviewForMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowInlineReviewForSeniorMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="RequireReviewerSubjectArea" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowOutOfQuotaReviewerDuringAssignment" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowReviewerToPostDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowReviewerToEditNote" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotEnableReviewerNote" Type="Edm.Boolean" Nullable="false" /><Property Name="HideDeskRejectPapersFromReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowReviewerToCompareSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowExternalReviewerToViewFeedback" Type="Edm.Boolean" Nullable="false" /><Property Name="HideWithdrawnPapersFromReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowChairToNotifyManualReviewAssignment" Type="Edm.Boolean" Nullable="false" /><Property Name="ConsoleAggregateReviewQuestionIds" Type="Edm.String" /></EntityType><EntityType Name="MetaReviewSettings"><Key><PropertyRef Name="TrackId" /></Key><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="MetaReviewMinFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="MetaReviewMaxFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="MetaReviewAllowedFileTypes" Type="Edm.String" /><Property Name="MetaReviewMaxFileSize" Type="Edm.Int32" Nullable="false" /><Property Name="MetaReviewFileVisibleToAuthor" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowMetaReviewerIdentityToReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowReviewerIdentityToMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowAuthorIdentityToMetaReviewerDuringBidding" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowMetaReviewerIdentityToOtherMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToAssignSubmissionToReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToViewPaperStatus" Type="Edm.Boolean" Nullable="false" /><Property Name="SuggestionsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaWelcomeMessage" Type="Edm.String" /><Property Name="AutopromoteToMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaReviewerInviteExpirationDays" Type="Edm.Int32" Nullable="false" /><Property Name="IsBlindToMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToEnableDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToEnableAuthorFeedback" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToInviteReviewers" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToAddReviewers" Type="Edm.Boolean" Nullable="false" /><Property Name="EnabledMetaReviewAggregateColumn" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToShareReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToSeeOtherMetaReview" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToEmailAuthor" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToRateReview" Type="Edm.Boolean" Nullable="false" /><Property Name="EditSuggestionNotAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="RequireMetaReviewerSubjectArea" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaBiddingOnlyForSuggestedSubmissions" Type="Edm.Boolean" Nullable="false" /><Property Name="IncludeConflictingReviewersInCandidateList" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowInlineMetaReviewForMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowInlineMetaReviewForSeniorMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowInlineMetaReviewerNoteForSeniorMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToSeeReviewingDataAfterReviewing" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowMetaReviewerToEditNote" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotEnableMetaReviewerNote" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowSharedMetaReviewerToEditRecommendation" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaReviewerConsoleDefaultHiddenColumns" Type="Edm.String" /><Property Name="HideDeskRejectPapersFromMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowMetaReviewerToEmailReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToCompareSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToAssignOnlyEmergencyReviewers" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowMetaReviewerToEmailSeniorMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="HideWithdrawnPapersFromMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToNotifyReviewAssignment" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowMetaReviewerToEmailReviewerForWithdrawn" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowMetaReviewerToEmailReviewerForDeskReject" Type="Edm.Boolean" Nullable="false" /><Property Name="BccSeniorMetaReviewerWhenMetaReviewerEmailReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="MaxNumberOfReviewersAddedByMetaReviewer" Type="Edm.Int32" /><Property Name="InitialQuotaForReviewerAddedByMetaReviewer" Type="Edm.Int32" /><Property Name="ConsoleAggregateMetaReviewQuestionIds" Type="Edm.String" /></EntityType><EntityType Name="SeniorMetaReviewSettings"><Key><PropertyRef Name="TrackId" /></Key><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="RequireSeniorMetaReviewerSubjectArea" Type="Edm.Boolean" Nullable="false" /><Property Name="IsBlindToSeniorMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowSeniorMetaReviewerToViewPaperStatus" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowSeniorMetaReviewerToChangePaperStatus" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowSeniorMetaReviewerToRateSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowSeniorMetaReviewerToEnterRatingComment" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowSeniorMetaReviewerToEmailAuthor" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowReviewerToEmailSeniorMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowMetaReviewerToEmailSeniorMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotUseSMRConflict" Type="Edm.Boolean" Nullable="false" /><Property Name="IsInheritSMRConflictEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="AssignSubmissionToSMRThroughMR" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowSeniorMetaReviewerToEditNote" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotEnableSeniorMetaReviewerNote" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowSeniorMetaReviewerToEditReviewAssignment" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowSeniorMetaReviewerToEditMetaReviewAssignment" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowSeniorMetaReviewerToEnableDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="HideDeskRejectPapersFromSeniorMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="SeniorMetaReviewerConsoleDefaultHiddenColumns" Type="Edm.String" /><Property Name="AllowSeniorMetaReviewerToInviteReviewers" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowSeniorMetaReviewerToAddReviewers" Type="Edm.Boolean" Nullable="false" /><Property Name="HideWithdrawnPapersFromSeniorMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowSeniorMetaReviewerToReceiveDiscussionNotification" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowSeniorMetaReviewerToEditReview" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowSeniorMetaReviewerIdentityToMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowSeniorMetaReviewerToEditMetaReview" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="GeneralSettings"><Key><PropertyRef Name="ConferenceFullName" /></Key><Property Name="ConferenceFullName" Type="Edm.String" Nullable="false" /><Property Name="StartDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="EndDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="City" Type="Edm.String" /><Property Name="ExternalUrl" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="AcmConferenceAlias" Type="Edm.String" /><Property Name="AcmConferenceYearAlias" Type="Edm.String" /><Property Name="AcmConferenceId" Type="Edm.String" /><Property Name="AcmProceedingId" Type="Edm.String" /><Property Name="AcmJournalId" Type="Edm.String" /><Property Name="DoNotNotifyChairAccountDeletion" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowEditUserType" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowEmailTrackChair" Type="Edm.Boolean" Nullable="false" /><Property Name="InstructionForIndividualConflict" Type="Edm.String" /><Property Name="InstructionForSubmissionConflict" Type="Edm.String" /><Property Name="InstructionForSubmissionConflictDomain" Type="Edm.String" /><Property Name="InstructionForConflictDomain" Type="Edm.String" /><Property Name="IsUserInformationFormEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsUserInformationFormForced" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDomainConflictForced" Type="Edm.Boolean" Nullable="false" /><Property Name="IsIndividualConflictForced" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="ConferenceSessionSettings"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="AllowDownloadCameraReadyFilesBySession" Type="Edm.Boolean" Nullable="false" /><Property Name="SessionSubjectAreaTrackId" Type="Edm.Int32" /></EntityType><EntityType Name="File"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="OriginalName" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="Size" Type="Edm.Int64" Nullable="false" /><Property Name="FormattedSize" Type="Edm.String" /><Property Name="UploadDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="DownloadLink" Type="Edm.String" /></EntityType><EntityType Name="UserTypeOption"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="VisibleToMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="VisibleToAuthor" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="UserType"><Key><PropertyRef Name="UserId" /></Key><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="UserTypeOptionId" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="SubmissionSimpleCachedModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="Track" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="OriginalSubmissionId" Type="Edm.Int32" /><Property Name="IsRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="IsShepherded" Type="Edm.Boolean" Nullable="false" /><Property Name="Abstract" Type="Edm.String" /><Property Name="Author" Type="Edm.String" /><Property Name="Authors" Type="Edm.String" /><Property Name="AuthorsArray" Type="Edm.String" /><Property Name="NumberOfUnregisteredAuthors" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfAuthorsWithoutConflictDomain" Type="Edm.Int32" /><Property Name="NumberOfAuthorsWithoutIndividualConflict" Type="Edm.Int32" /><Property Name="NumberOfAuthorsWithoutAttestingIndividualConflict" Type="Edm.Int32" /><Property Name="Reviewers" Type="Edm.String" /><Property Name="MetaReviewers" Type="Edm.String" /><Property Name="MetaReviewersJson" Type="Edm.String" /><Property Name="SeniorMetaReviewers" Type="Edm.String" /><Property Name="SeniorMetaReviewersJson" Type="Edm.String" /><Property Name="NumberOfSeniorMetaReviewers" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfSeniorMetaReviewerRatings" Type="Edm.Int32" Nullable="false" /><Property Name="AvgSeniorMetaReviewerRating" Type="Edm.Single" /><Property Name="PrimarySubject" Type="Edm.String" /><Property Name="SecondarySubject" Type="Edm.String" /><Property Name="SecondarySubjectAreaArray" Type="Edm.String" /><Property Name="Status" Type="Edm.String" /><Property Name="StatusPropertyIsRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="StatusPropertyIsShepherding" Type="Edm.Boolean" Nullable="false" /><Property Name="StatusPropertyIsShadowing" Type="Edm.Boolean" Nullable="false" /><Property Name="IsReviewReadOnly" Type="Edm.Boolean" Nullable="false" /><Property Name="IsMetaReviewReadOnly" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAuthorFeedback" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAuthorFeedbackPosted" Type="Edm.Boolean" Nullable="false" /><Property Name="AuthorFeedbackId" Type="Edm.Int32" Nullable="false" /><Property Name="IsCameraReady" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCameraReadyPosted" Type="Edm.Boolean" Nullable="false" /><Property Name="IsPresentation" Type="Edm.Boolean" Nullable="false" /><Property Name="Conflicts" Type="Edm.Int32" Nullable="false" /><Property Name="DisputedConflicts" Type="Edm.Int32" Nullable="false" /><Property Name="Assigned" Type="Edm.Int32" Nullable="false" /><Property Name="Completed" Type="Edm.Int32" Nullable="false" /><Property Name="Bids" Type="Edm.Int32" Nullable="false" /><Property Name="PositiveBids" Type="Edm.Int32" Nullable="false" /><Property Name="Percentage" Type="Edm.Int32" Nullable="false" /><Property Name="CompletedReviewRating" Type="Edm.Int32" Nullable="false" /><Property Name="PercentageReviewRating" Type="Edm.Int32" Nullable="false" /><Property Name="MetaAssigned" Type="Edm.Int32" Nullable="false" /><Property Name="MetaCompleted" Type="Edm.Int32" Nullable="false" /><Property Name="MetaBids" Type="Edm.Int32" Nullable="false" /><Property Name="MetaPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="DiscussionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="Messages" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfFiles" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfSupplementaryFiles" Type="Edm.Int32" Nullable="false" /><Property Name="InplaceRevisionSubmitted" Type="Edm.Boolean" Nullable="false" /><Property Name="Revisions" Type="Edm.String" /><Property Name="HasRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="HasShepherdedSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="ShepherdingTrackId" Type="Edm.Int32" /><Property Name="HasShadowSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="ShadowingTrackId" Type="Edm.Int32" /><Property Name="IsSingleTrackConference" Type="Edm.Boolean" Nullable="false" /><Property Name="NumberOfMetaReviewerNotes" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfSeniorMetaReviewerNotes" Type="Edm.Int32" Nullable="false" /><Property Name="CNQ01Id" Type="Edm.Int32" /><Property Name="CNQ01Text" Type="Edm.String" /><Property Name="CNQ02Id" Type="Edm.Int32" /><Property Name="CNQ02Text" Type="Edm.String" /><Property Name="CNQ03Id" Type="Edm.Int32" /><Property Name="CNQ03Text" Type="Edm.String" /><Property Name="CNQ04Id" Type="Edm.Int32" /><Property Name="CNQ04Text" Type="Edm.String" /><Property Name="CNQ05Id" Type="Edm.Int32" /><Property Name="CNQ05Text" Type="Edm.String" /><Property Name="CNQ06Id" Type="Edm.Int32" /><Property Name="CNQ06Text" Type="Edm.String" /><Property Name="CNQ07Id" Type="Edm.Int32" /><Property Name="CNQ07Text" Type="Edm.String" /><Property Name="CNQ08Id" Type="Edm.Int32" /><Property Name="CNQ08Text" Type="Edm.String" /><Property Name="SQ01Id" Type="Edm.Int32" /><Property Name="SQ01Text" Type="Edm.String" /><Property Name="SQ02Id" Type="Edm.Int32" /><Property Name="SQ02Text" Type="Edm.String" /><Property Name="SQ03Id" Type="Edm.Int32" /><Property Name="SQ03Text" Type="Edm.String" /><Property Name="SQ04Id" Type="Edm.Int32" /><Property Name="SQ04Text" Type="Edm.String" /><Property Name="SQ05Id" Type="Edm.Int32" /><Property Name="SQ05Text" Type="Edm.String" /><Property Name="SQ06Id" Type="Edm.Int32" /><Property Name="SQ06Text" Type="Edm.String" /><Property Name="SQ07Id" Type="Edm.Int32" /><Property Name="SQ07Text" Type="Edm.String" /><Property Name="SQ08Id" Type="Edm.Int32" /><Property Name="SQ08Text" Type="Edm.String" /><Property Name="SQ09Id" Type="Edm.Int32" /><Property Name="SQ09Text" Type="Edm.String" /><Property Name="SQ10Id" Type="Edm.Int32" /><Property Name="SQ10Text" Type="Edm.String" /><Property Name="SQ11Id" Type="Edm.Int32" /><Property Name="SQ11Text" Type="Edm.String" /><Property Name="SQ12Id" Type="Edm.Int32" /><Property Name="SQ12Text" Type="Edm.String" /><Property Name="SQ13Id" Type="Edm.Int32" /><Property Name="SQ13Text" Type="Edm.String" /><Property Name="SQ14Id" Type="Edm.Int32" /><Property Name="SQ14Text" Type="Edm.String" /><Property Name="SQ15Id" Type="Edm.Int32" /><Property Name="SQ15Text" Type="Edm.String" /><Property Name="SQ16Id" Type="Edm.Int32" /><Property Name="SQ16Text" Type="Edm.String" /></EntityType><EntityType Name="SubmissionMobileModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="Track" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Abstract" Type="Edm.String" /><Property Name="PrimaryContactAuthor" Type="Edm.String" /><Property Name="PrimarySubject" Type="Edm.String" /><Property Name="Status" Type="Edm.String" /><Property Name="NumberOfFiles" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfSupplementaryFiles" Type="Edm.Int32" Nullable="false" /><Property Name="IsCameraReady" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCameraReadyPosted" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAuthorFeedback" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAuthorFeedbackPosted" Type="Edm.Boolean" Nullable="false" /><Property Name="AuthorFeedbackId" Type="Edm.Int32" /><Property Name="IsDiscussionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="NumberOfMessages" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewSubmitted" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaReviewSubmitted" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="UserCachedModel"><Key><PropertyRef Name="Id" /></Key><Property Name="FirstName" Type="Edm.String" /><Property Name="MiddleInitial" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Nickname" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="GoogleScholarId" Type="Edm.String" /><Property Name="SemanticScholarId" Type="Edm.String" /><Property Name="DblpId" Type="Edm.String" /><Property Name="OpenReviewId" Type="Edm.String" /><Property Name="OrcidId" Type="Edm.String" /><Property Name="GoogleScholarIdEntered" Type="Edm.Boolean" Nullable="false" /><Property Name="SemanticScholarIdEntered" Type="Edm.Boolean" Nullable="false" /><Property Name="DblpIdEntered" Type="Edm.Boolean" Nullable="false" /><Property Name="OpenReviewIdEntered" Type="Edm.Boolean" Nullable="false" /><Property Name="ExternalProfileEntered" Type="Edm.Boolean" Nullable="false" /><Property Name="LastLoginDate" Type="Edm.DateTimeOffset" /><Property Name="LastVisitConference" Type="Edm.DateTimeOffset" /><Property Name="IsFederation" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Permissions" Type="Collection(Microsoft.Research.CMT.Model.Permission)" /><Property Name="Roles" Type="Edm.String" /><Property Name="RolesInternal" Type="Edm.String" /><Property Name="ConflictDomainsRaw" Type="Edm.String" /><Property Name="ConflictDomainsEntered" Type="Edm.String" /><Property Name="IndividualConflicts" Type="Edm.String" /><Property Name="IndividualConflictsEntered" Type="Edm.Boolean" Nullable="false" /><Property Name="IndividualConflictsAttested" Type="Edm.Boolean" Nullable="false" /><Property Name="UserInformationEntered" Type="Edm.Boolean" Nullable="false" /><Property Name="UserTagJson" Type="Edm.String" /><Property Name="Enabled" Type="Edm.Boolean" /></EntityType><EntityType Name="Form"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="FormType" Type="Edm.Int32" Nullable="false" /><Property Name="FormTypeName" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="CreateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="IsVisibleToAuthorEnabledToEdit" Type="Edm.Boolean" Nullable="false" /><Property Name="IsVisibleToAuthorDuringFeedbackEnabledToEdit" Type="Edm.Boolean" Nullable="false" /><Property Name="IsVisibleToAuthorAfterNotificationEnabledToEdit" Type="Edm.Boolean" Nullable="false" /><Property Name="IsVisibleToReviewerEnabledToEdit" Type="Edm.Boolean" Nullable="false" /><Property Name="IsVisibleToMetaReviewerEnabledToEdit" Type="Edm.Boolean" Nullable="false" /><Property Name="IsVisibleToOtherReviewerEnabledToEdit" Type="Edm.Boolean" Nullable="false" /><Property Name="IsVisibleToSeniorMetaReviewerEnabledToEdit" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="ReviewVersionView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionTitle" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="ReviewerId" Type="Edm.Int32" /><Property Name="ReviewerNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewerName" Type="Edm.String" /><Property Name="Questions" Type="Collection(Microsoft.Research.CMT.Model.QuestionView)" /><Property Name="Files" Type="Collection(Microsoft.Research.CMT.Model.FileView)" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="PreviousVersion" Type="Edm.Int32" /><Property Name="NewerVersion" Type="Edm.Int32" /></EntityType><EntityType Name="UserInformationModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="GoogleScholarId" Type="Edm.String" /><Property Name="SemanticScholarId" Type="Edm.String" /><Property Name="DblpId" Type="Edm.String" /><Property Name="OrcidId" Type="Edm.String" /><Property Name="OpenReviewId" Type="Edm.String" /><Property Name="SubjectAreas" Type="Collection(Microsoft.Research.CMT.Model.UserSubjectArea)" /><Property Name="Answers" Type="Collection(Microsoft.Research.CMT.Model.QuestionAnswer)" /></EntityType><EntityType Name="UserInformationView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="GoogleScholarId" Type="Edm.String" /><Property Name="SemanticScholarId" Type="Edm.String" /><Property Name="DblpId" Type="Edm.String" /><Property Name="Questions" Type="Collection(Microsoft.Research.CMT.Model.QuestionView)" /></EntityType><EntityType Name="TrackReviewerView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="Quota" Type="Edm.Int32" /></EntityType><EntityType Name="ReviewerSubmissionView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="Authors" Type="Edm.String" /><Property Name="PrimarySubjectArea" Type="Edm.String" /><Property Name="SecondarySubjectAreas" Type="Edm.String" /><Property Name="Bid" Type="Edm.String" /><Property Name="Relevance" Type="Edm.Double" /><Property Name="TpmsRank" Type="Edm.Int32" /><Property Name="AssignmentsNumber" Type="Edm.Int32" Nullable="false" /><Property Name="IsAssigned" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSubmitted" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="MetaReviewerSubmissionView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="Authors" Type="Edm.String" /><Property Name="PrimarySubjectArea" Type="Edm.String" /><Property Name="SecondarySubjectAreas" Type="Edm.String" /><Property Name="Bid" Type="Edm.String" /><Property Name="Relevance" Type="Edm.Double" /><Property Name="TpmsRank" Type="Edm.Int32" /><Property Name="AssignmentsNumber" Type="Edm.Int32" Nullable="false" /><Property Name="IsAssigned" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSubmitted" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="SeniorMetaReviewerSubmissionView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="Authors" Type="Edm.String" /><Property Name="PrimarySubjectArea" Type="Edm.String" /><Property Name="SecondarySubjectAreas" Type="Edm.String" /><Property Name="Relevance" Type="Edm.Double" /><Property Name="TpmsRank" Type="Edm.Int32" /><Property Name="AssignmentsNumber" Type="Edm.Int32" Nullable="false" /><Property Name="IsAssigned" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSubmitted" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="Track"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="Order" Type="Edm.Int32" Nullable="false" /><Property Name="ParentTrackId" Type="Edm.Int32" /><Property Name="AllowNewSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowEditSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowEditReview" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowAuthorNotification" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowCameraReadySubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowAuthorFeedback" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowBidding" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowSupplementaryMaterial" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowInplaceRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToEmailAuthor" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowSeniorMetaReviewerToEmailAuthor" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowAuthorToSeeDeskRejectStatus" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowAuthorToSeeReviewingDataForWithdrawn" Type="Edm.Boolean" Nullable="false" /><Property Name="EditConflictAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowSubmissionQuestionsToReviewers" Type="Edm.Boolean" Nullable="false" /><Property Name="EcfRegistrationEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowAuthorToDeleteSubmisionAfterSubmissionDeadline" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowOnlyPrimaryContactAuthorToDeleteSubmision" Type="Edm.Boolean" Nullable="false" /><Property Name="DisableReviewSnapshotDuringFeedback" Type="Edm.Boolean" Nullable="false" /><Property Name="HasRevisionTracks" Type="Edm.Boolean" Nullable="false" /><Property Name="ReviewQuestionVisibleToAuthorCount" Type="Edm.Int32" Nullable="false" /><Property Name="MetaReviewQuestionVisibleToAuthorCount" Type="Edm.Int32" Nullable="false" /><Property Name="ChairNoteQuestionVisibleToAuthorCount" Type="Edm.Int32" Nullable="false" /><Property Name="SeniorMetaReviewerNoteQuestionVisibleToAuthorCount" Type="Edm.Int32" Nullable="false" /><Property Name="StatusReviewVisibility" Type="Collection(Microsoft.Research.CMT.Model.StatusReviewVisibility)" /><Property Name="Deadlines" Type="Collection(Microsoft.Research.CMT.Model.DeadlineModelView)" /><Property Name="SubmissionMinFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="SupplementaryMinFileNumber" Type="Edm.Int32" Nullable="false" /><Property Name="RequireSupplementaryMaterial" Type="Edm.Boolean" Nullable="false" /><Property Name="HasTrackChair" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowAuthorToDiscussSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDeleted" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="UserDisputeConflictViewModel"><Key><PropertyRef Name="DisputeId" /></Key><Property Name="DisputeId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionTitle" Type="Edm.String" /><Property Name="SubmissionAuthors" Type="Edm.String" /><Property Name="TrackName" Type="Edm.String" /><Property Name="ConflictReasons" Type="Edm.String" /><Property Name="DisputeStatus" Type="Microsoft.Research.CMT.Entities.Conference.DisputedConflictStatus" /><Property Name="DisputeReason" Type="Edm.String" /></EntityType><EntityType Name="ChairManageDisputedConflictViewModel"><Key><PropertyRef Name="DisputeId" /></Key><Property Name="DisputeId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionTitle" Type="Edm.String" /><Property Name="SubmissionAuthors" Type="Edm.String" /><Property Name="ReviewerId" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewerName" Type="Edm.String" /><Property Name="ReviewerEmail" Type="Edm.String" /><Property Name="ReviewerOrganization" Type="Edm.String" /><Property Name="TrackName" Type="Edm.String" /><Property Name="ConflictReasons" Type="Edm.String" /><Property Name="DisputeStatus" Type="Microsoft.Research.CMT.Entities.Conference.DisputedConflictStatus" /><Property Name="DisputeReason" Type="Edm.String" /></EntityType><EntityType Name="ChairConflictViewModel"><Key><PropertyRef Name="UserId" /></Key><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="IsChair" Type="Edm.Boolean" Nullable="false" /><Property Name="IsTrackChair" Type="Edm.Boolean" Nullable="false" /><Property Name="HasConflict" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="SaveChairConflictsRequest"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="UserIds" Type="Collection(Edm.Int32)" Nullable="false" /></ComplexType><EntityType Name="ConflictReason"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /></EntityType><EntityType Name="Copyright"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Files" Type="Collection(Edm.Int32)" Nullable="false" /></EntityType><EntityType Name="UserSettingsModel"><Key><PropertyRef Name="UserId" /></Key><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="EmailNotificationNewSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="EmailNotificationUpdateSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="EmailNotificationDeleteSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="EmailNotificationDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="EmailNotificationInplaceRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="EmailNotificationReview" Type="Edm.Boolean" Nullable="false" /><Property Name="EmailNotificationMetaReview" Type="Edm.Boolean" Nullable="false" /><Property Name="CcChairsOnMyEmail" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowOneMessagePerSession" Type="Edm.Boolean" Nullable="false" /><Property Name="SeniorMetaReviewerEmailNotificationDiscussionOff" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaReviewerEmailNotificationDiscussionOff" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaReviewerEmailNotificationReviewOff" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="PaperStatus"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Embedded" Type="Edm.Boolean" Nullable="false" /><Property Name="ReviewVisibleToAuthor" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaReviewVisibleToAuthor" Type="Edm.Boolean" Nullable="false" /><Property Name="IsRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDeskReject" Type="Edm.Boolean" Nullable="false" /><Property Name="IsWithdrawn" Type="Edm.Boolean" Nullable="false" /><Property Name="IsMajorRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="IsShepherding" Type="Edm.Boolean" Nullable="false" /><Property Name="IsShadowing" Type="Edm.Boolean" Nullable="false" /><Property Name="AutoEnableCameraReadySubmission" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="SuggestionView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="User" Type="Microsoft.Research.CMT.Model.UserView" /><Property Name="Order" Type="Edm.Int32" Nullable="false" /><Property Name="Rank" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="InviteStatusModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /></EntityType><EntityType Name="ExternalReviewModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="Abstract" Type="Edm.String" /><Property Name="Track" Type="Edm.String" /><Property Name="ReviewId" Type="Edm.Int32" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="FilesUploaded" Type="Edm.Boolean" Nullable="false" /><Property Name="ReviewingEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="AuthorFeedbackId" Type="Edm.Int32" /><Property Name="IsAuthorFeedbackAvailable" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="ReferenceModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Track" Type="Edm.String" /><Property Name="ReferenceFiles" Type="Collection(Microsoft.Research.CMT.Model.FileView)" /><Property Name="Files" Type="Collection(Edm.Int32)" Nullable="false" /></EntityType><EntityType Name="SubmissionBulkSummaryView"><Key><PropertyRef Name="Id" /></Key><Property Name="ConferenceName" Type="Edm.String" /><Property Name="IsSingleTrackConference" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="Abstract" Type="Edm.String" /><Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Updated" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="StatusId" Type="Edm.Int32" /><Property Name="Status" Type="Edm.String" /><Property Name="AuthorsJson" Type="Edm.String" /><Property Name="ConferenceRequestChairsJson" Type="Edm.String" /><Property Name="ReferencesJson" Type="Edm.String" /><Property Name="PrimarySubjectArea" Type="Edm.String" /><Property Name="PrimarySubjectAreaId" Type="Edm.Int32" Nullable="false" /><Property Name="SecondarySubjectAreasJson" Type="Edm.String" /><Property Name="ConflictsJson" Type="Edm.String" /><Property Name="SubmissionFilesJson" Type="Edm.String" /><Property Name="QuestionAnswersJson" Type="Edm.String" /><Property Name="ReproducibilityQuestionAnswersJson" Type="Edm.String" /><Property Name="InstructionAfterSubmission" Type="Edm.String" /><Property Name="TitleMapping" Type="Edm.String" /><Property Name="NoneOfAboveSubjectArea" Type="Edm.Boolean" Nullable="false" /><Property Name="CustomPrimarySubjectArea" Type="Edm.String" /><Property Name="CustomSecondarySubjectArea" Type="Edm.String" /><Property Name="AuthorizeSendingSubmissionToTpms" Type="Edm.Boolean" /><Property Name="AuthorizeSendingSubmissionToIThenticate" Type="Edm.Boolean" /><Property Name="SubmissionConflictDomainsRaw" Type="Edm.String" /><Property Name="NumberOfReviews" Type="Edm.Int32" /><Property Name="NumberOfMetaReviews" Type="Edm.Int32" /><Property Name="AuthorFeedbackId" Type="Edm.Int32" /><Property Name="IsCameraReady" Type="Edm.Boolean" /><Property Name="IsCameraReadyPosted" Type="Edm.Boolean" /><Property Name="IsDiscussionEnabled" Type="Edm.Boolean" /><Property Name="NumberOfDiscussionMessages" Type="Edm.Int32" /><Property Name="DoNotAllowPrimarySubjectArea" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="RoomModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Size" Type="Edm.Int32" /><Property Name="SessionsJson" Type="Edm.String" /></EntityType><EntityType Name="ReviewRating"><Key><PropertyRef Name="ReviewId" /><PropertyRef Name="UserId" /></Key><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewId" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewRatingOptionId" Type="Edm.Int32" /></EntityType><EntityType Name="ReviewAuthorView"><Key><PropertyRef Name="ReviewId" /><PropertyRef Name="SubmissionId" /></Key><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewId" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewerNumber" Type="Edm.Int32" Nullable="false" /><Property Name="UserType" Type="Edm.String" /><Property Name="Questions" Type="Collection(Microsoft.Research.CMT.Model.ReviewQuestionAuthorView)" /><Property Name="Files" Type="Collection(Microsoft.Research.CMT.Model.FileView)" /></EntityType><EntityType Name="QuestionInvisibleByTag"><Key><PropertyRef Name="QuestionId" /><PropertyRef Name="SubmissionId" /></Key><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="QuestionId" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="IThenticateRetrieveResultSession"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="StartedAt" Type="Edm.DateTimeOffset" /><Property Name="FinishedAt" Type="Edm.DateTimeOffset" /><Property Name="PendingCount" Type="Edm.Int32" /><Property Name="DoneCount" Type="Edm.Int32" /><Property Name="ErrorCount" Type="Edm.Int32" /></EntityType><EntityType Name="ReviewerNote"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewerId" Type="Edm.Int32" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Answers" Type="Collection(Microsoft.Research.CMT.Model.QuestionAnswer)" /></EntityType><EntityType Name="MetaReviewerNote"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="MetaReviewerId" Type="Edm.Int32" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Answers" Type="Collection(Microsoft.Research.CMT.Model.QuestionAnswer)" /></EntityType><EntityType Name="SeniorMetaReviewerNote"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="SeniorMetaReviewerId" Type="Edm.Int32" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Answers" Type="Collection(Microsoft.Research.CMT.Model.QuestionAnswer)" /></EntityType><EntityType Name="MetaReview"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="MetaReviewerId" Type="Edm.Int32" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Answers" Type="Collection(Microsoft.Research.CMT.Model.QuestionAnswer)" /><Property Name="Files" Type="Collection(Edm.Int32)" Nullable="false" /></EntityType><EntityType Name="MetaReviewView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionTitle" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="ConferenceName" Type="Edm.String" /><Property Name="IsSingleTrackConference" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaReviewerId" Type="Edm.Int32" /><Property Name="MetaReviewerNumber" Type="Edm.Int32" Nullable="false" /><Property Name="MetaReviewerName" Type="Edm.String" /><Property Name="UserType" Type="Edm.String" /><Property Name="Questions" Type="Collection(Microsoft.Research.CMT.Model.QuestionView)" /><Property Name="Files" Type="Collection(Microsoft.Research.CMT.Model.FileView)" /><Property Name="CreateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="IsSubmitted" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="SubmissionStatus"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /></EntityType><EntityType Name="SeniorMetaReviewerRatingOption"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Value" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="SharedMetaReviewerRecommendationOption"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Value" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="TpmsScore"><Key><PropertyRef Name="Email" /><PropertyRef Name="SubmissionId" /></Key><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="Email" Type="Edm.String" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Score" Type="Edm.Double" /></EntityType><EntityType Name="CustomAffinityScore"><Key><PropertyRef Name="Email" /><PropertyRef Name="SubmissionId" /></Key><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="Email" Type="Edm.String" Nullable="false" /><Property Name="Score" Type="Edm.Single" Nullable="false" /></EntityType><EntityType Name="Role"><Key><PropertyRef Name="Name" /></Key><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="AllowedObjectTypes" Type="Collection(Edm.String)" /><Property Name="AllowEdit" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="InviteReviewerView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewerInvitationId" Type="Edm.Int32" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" /><Property Name="InviteeId" Type="Edm.Int32" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="IsInRole" Type="Edm.String" /><Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Expiration" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Status" Type="Edm.String" /><Property Name="Comment" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="InviteType" Type="Microsoft.Research.CMT.Entities.InviteType" Nullable="false" /></EntityType><EntityType Name="InviteReviewerForSubmissionView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Expiration" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Status" Type="Microsoft.Research.CMT.Enums.InviteStatus" Nullable="false" /><Property Name="Comment" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /></EntityType><EntityType Name="MetaBiddingModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Abstract" Type="Edm.String" /><Property Name="Title" Type="Edm.String" /><Property Name="Track" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="PrimarySubject" Type="Edm.String" /><Property Name="SecondarySubject" Type="Edm.String" /><Property Name="SecondarySubjectAreaArray" Type="Edm.String" /><Property Name="Relevance" Type="Edm.Double" /><Property Name="TpmsRank" Type="Edm.Int64" /><Property Name="CustomAffinityRank" Type="Edm.Int64" /><Property Name="MetaBid" Type="Edm.String" /><Property Name="MetaBidId" Type="Edm.Int32" Nullable="false" /><Property Name="Assigned" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaReviewId" Type="Edm.Int32" /><Property Name="AuthorFeedbackId" Type="Edm.Int32" /><Property Name="IsAuthorFeedback" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCameraReadyPosted" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaBiddingEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaReviewingEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="NotificationComplete" Type="Edm.Boolean" Nullable="false" /><Property Name="DiscussionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="SubmissionEnabledForDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="FilesUploaded" Type="Edm.Boolean" Nullable="false" /><Property Name="Messages" Type="Edm.Int32" Nullable="false" /><Property Name="Percentage" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfReviewerNotes" Type="Edm.Int32" Nullable="false" /><Property Name="Assignment" Type="Edm.Int32" Nullable="false" /><Property Name="AuthorsJson" Type="Edm.String" /><Property Name="ReviewersJson" Type="Edm.String" /><Property Name="MetaReviewersJson" Type="Edm.String" /><Property Name="SeniorMetaReviewersJson" Type="Edm.String" /><Property Name="Completed" Type="Edm.Int32" Nullable="false" /><Property Name="Status" Type="Edm.String" /><Property Name="StatusPropertyIsRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="StatusPropertyIsWithdrawn" Type="Edm.Boolean" Nullable="false" /><Property Name="StatusPropertyIsDeskReject" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowOnlyRevisionForReviewing" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToSeeOtherMetaReview" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowMetaReviewerToSeeReviewingDataAfterReviewing" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowMetaReviewerToEditNote" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotEnableMetaReviewerNote" Type="Edm.Boolean" Nullable="false" /><Property Name="HiddenNumber" Type="Edm.Int32" /><Property Name="MetaReviewerTags" Type="Edm.String" /><Property Name="OriginalSubmissionId" Type="Edm.Int32" /><Property Name="AssignedSeniorMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="IsMetaReviewSubmitted" Type="Edm.Boolean" Nullable="false" /><Property Name="IsMetaReviewReadOnly" Type="Edm.Boolean" Nullable="false" /><Property Name="CompletedReviewRating" Type="Edm.Int32" Nullable="false" /><Property Name="PercentageReviewRating" Type="Edm.Int32" Nullable="false" /><Property Name="MetaReviewerNoteId" Type="Edm.Int32" /><Property Name="MetaReviewerNoteSubmitted" Type="Edm.Boolean" Nullable="false" /><Property Name="LastReviewUpdateDate" Type="Edm.DateTimeOffset" /><Property Name="CNQ01Id" Type="Edm.Int32" /><Property Name="CNQ01Text" Type="Edm.String" /><Property Name="CNQ02Id" Type="Edm.Int32" /><Property Name="CNQ02Text" Type="Edm.String" /><Property Name="CNQ03Id" Type="Edm.Int32" /><Property Name="CNQ03Text" Type="Edm.String" /><Property Name="CNQ04Id" Type="Edm.Int32" /><Property Name="CNQ04Text" Type="Edm.String" /><Property Name="MRNQ01Id" Type="Edm.Int32" /><Property Name="MRNQ01Text" Type="Edm.String" /><Property Name="MRNQ02Id" Type="Edm.Int32" /><Property Name="MRNQ02Text" Type="Edm.String" /><Property Name="MRNQ03Id" Type="Edm.Int32" /><Property Name="MRNQ03Text" Type="Edm.String" /><Property Name="MRNQ04Id" Type="Edm.Int32" /><Property Name="MRNQ04Text" Type="Edm.String" /><Property Name="MRNQ05Id" Type="Edm.Int32" /><Property Name="MRNQ05Text" Type="Edm.String" /><Property Name="MRNQ06Id" Type="Edm.Int32" /><Property Name="MRNQ06Text" Type="Edm.String" /><Property Name="MRNQ07Id" Type="Edm.Int32" /><Property Name="MRNQ07Text" Type="Edm.String" /><Property Name="MRNQ08Id" Type="Edm.Int32" /><Property Name="MRNQ08Text" Type="Edm.String" /><Property Name="MRNQ09Id" Type="Edm.Int32" /><Property Name="MRNQ09Text" Type="Edm.String" /><Property Name="MRNQ10Id" Type="Edm.Int32" /><Property Name="MRNQ10Text" Type="Edm.String" /><Property Name="Q01Id" Type="Edm.Int32" /><Property Name="Q01Avg" Type="Edm.Single" /><Property Name="Q01Min" Type="Edm.Int32" /><Property Name="Q01Max" Type="Edm.Int32" /><Property Name="Q01Spread" Type="Edm.Int32" /><Property Name="Q02Id" Type="Edm.Int32" /><Property Name="Q02Avg" Type="Edm.Single" /><Property Name="Q02Min" Type="Edm.Int32" /><Property Name="Q02Max" Type="Edm.Int32" /><Property Name="Q02Spread" Type="Edm.Int32" /><Property Name="Q03Id" Type="Edm.Int32" /><Property Name="Q03Avg" Type="Edm.Single" /><Property Name="Q03Min" Type="Edm.Int32" /><Property Name="Q03Max" Type="Edm.Int32" /><Property Name="Q03Spread" Type="Edm.Int32" /><Property Name="Q04Id" Type="Edm.Int32" /><Property Name="Q04Avg" Type="Edm.Single" /><Property Name="Q04Min" Type="Edm.Int32" /><Property Name="Q04Max" Type="Edm.Int32" /><Property Name="Q04Spread" Type="Edm.Int32" /><Property Name="Q05Id" Type="Edm.Int32" /><Property Name="Q05Avg" Type="Edm.Single" /><Property Name="Q05Min" Type="Edm.Int32" /><Property Name="Q05Max" Type="Edm.Int32" /><Property Name="Q05Spread" Type="Edm.Int32" /><Property Name="Q06Id" Type="Edm.Int32" /><Property Name="Q06Avg" Type="Edm.Single" /><Property Name="Q06Min" Type="Edm.Int32" /><Property Name="Q06Max" Type="Edm.Int32" /><Property Name="Q06Spread" Type="Edm.Int32" /><Property Name="Q07Id" Type="Edm.Int32" /><Property Name="Q07Avg" Type="Edm.Single" /><Property Name="Q07Min" Type="Edm.Int32" /><Property Name="Q07Max" Type="Edm.Int32" /><Property Name="Q07Spread" Type="Edm.Int32" /><Property Name="Q08Id" Type="Edm.Int32" /><Property Name="Q08Avg" Type="Edm.Single" /><Property Name="Q08Min" Type="Edm.Int32" /><Property Name="Q08Max" Type="Edm.Int32" /><Property Name="Q08Spread" Type="Edm.Int32" /><Property Name="Q09Id" Type="Edm.Int32" /><Property Name="Q09Avg" Type="Edm.Single" /><Property Name="Q09Min" Type="Edm.Int32" /><Property Name="Q09Max" Type="Edm.Int32" /><Property Name="Q09Spread" Type="Edm.Int32" /><Property Name="Q10Id" Type="Edm.Int32" /><Property Name="Q10Avg" Type="Edm.Single" /><Property Name="Q10Min" Type="Edm.Int32" /><Property Name="Q10Max" Type="Edm.Int32" /><Property Name="Q10Spread" Type="Edm.Int32" /><Property Name="Q11Id" Type="Edm.Int32" /><Property Name="Q11Avg" Type="Edm.Single" /><Property Name="Q11Min" Type="Edm.Int32" /><Property Name="Q11Max" Type="Edm.Int32" /><Property Name="Q11Spread" Type="Edm.Int32" /><Property Name="Q12Id" Type="Edm.Int32" /><Property Name="Q12Avg" Type="Edm.Single" /><Property Name="Q12Min" Type="Edm.Int32" /><Property Name="Q12Max" Type="Edm.Int32" /><Property Name="Q12Spread" Type="Edm.Int32" /><Property Name="Q13Id" Type="Edm.Int32" /><Property Name="Q13Avg" Type="Edm.Single" /><Property Name="Q13Min" Type="Edm.Int32" /><Property Name="Q13Max" Type="Edm.Int32" /><Property Name="Q13Spread" Type="Edm.Int32" /><Property Name="Q14Id" Type="Edm.Int32" /><Property Name="Q14Avg" Type="Edm.Single" /><Property Name="Q14Min" Type="Edm.Int32" /><Property Name="Q14Max" Type="Edm.Int32" /><Property Name="Q14Spread" Type="Edm.Int32" /><Property Name="Q15Id" Type="Edm.Int32" /><Property Name="Q15Avg" Type="Edm.Single" /><Property Name="Q15Min" Type="Edm.Int32" /><Property Name="Q15Max" Type="Edm.Int32" /><Property Name="Q15Spread" Type="Edm.Int32" /><Property Name="Q16Id" Type="Edm.Int32" /><Property Name="Q16Avg" Type="Edm.Single" /><Property Name="Q16Min" Type="Edm.Int32" /><Property Name="Q16Max" Type="Edm.Int32" /><Property Name="Q16Spread" Type="Edm.Int32" /><Property Name="InlineReviewJson" Type="Edm.String" /><Property Name="InlineMetaReviewJson" Type="Edm.String" /><Property Name="SuggestionsJson" Type="Edm.String" /><Property Name="SharedSubmissionInfoJson" Type="Edm.String" /><Property Name="IsConflictSelected" Type="Edm.Boolean" Nullable="false" /><Property Name="ConflictReasonIds" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="SharedMetaReviewerRecommendation" Type="Edm.String" /><Property Name="SharedMetaReviewerRecommendationOptionId" Type="Edm.Int32" /><Property Name="RecommendationComment" Type="Edm.String" /><Property Name="AgreeWithMetaReview" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="MetaReviewerGroupPotentialMetaReviewerView"><Key><PropertyRef Name="GroupId" /><PropertyRef Name="UserId" /></Key><Property Name="GroupId" Type="Edm.Int32" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="PrimarySubjectArea" Type="Edm.String" /><Property Name="SecondarySubjectAreas" Type="Edm.String" /><Property Name="SecondarySubjectAreasArray" Type="Edm.String" /><Property Name="TrackSubmissionCount" Type="Edm.Int32" Nullable="false" /><Property Name="ConferenceSubmissionCount" Type="Edm.Int32" Nullable="false" /><Property Name="Quota" Type="Edm.Int32" /><Property Name="UserType" Type="Edm.String" /><Property Name="IsAssigned" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="ConflictDomains"><Key><PropertyRef Name="UserId" /></Key><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="DomainNames" Type="Edm.String" /></EntityType><EntityType Name="ChairNoteView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionTitle" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="ConferenceName" Type="Edm.String" /><Property Name="IsSingleTrackConference" Type="Edm.Boolean" Nullable="false" /><Property Name="Questions" Type="Collection(Microsoft.Research.CMT.Model.QuestionView)" /><Property Name="CreateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="BiddingModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Abstract" Type="Edm.String" /><Property Name="Title" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Track" Type="Edm.String" /><Property Name="PrimarySubject" Type="Edm.String" /><Property Name="SecondarySubject" Type="Edm.String" /><Property Name="SecondarySubjectArray" Type="Edm.String" /><Property Name="Relevance" Type="Edm.Double" /><Property Name="TpmsRank" Type="Edm.Int64" /><Property Name="CustomAffinityRank" Type="Edm.Int64" /><Property Name="Bid" Type="Edm.String" /><Property Name="BidId" Type="Edm.Int32" Nullable="false" /><Property Name="Assigned" Type="Edm.Boolean" Nullable="false" /><Property Name="ReviewId" Type="Edm.Int32" /><Property Name="AuthorFeedbackId" Type="Edm.Int32" /><Property Name="BiddingEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ReviewingEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ReviewingDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsReviewReadOnly" Type="Edm.Boolean" Nullable="false" /><Property Name="DiscussionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="AssignedSeniorMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="ReproducibilityInfoRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="FeedbackComplete" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaReviewingDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="SubmissionEnabledForDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowReviewUpdateDuringDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaReviewAssigned" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaReviewSubmitted" Type="Edm.Boolean" Nullable="false" /><Property Name="FilesUploaded" Type="Edm.Boolean" Nullable="false" /><Property Name="Messages" Type="Edm.Int32" Nullable="false" /><Property Name="ExternalReviewer" Type="Microsoft.Research.CMT.Model.UserView" /><Property Name="EnableExternalReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowReviewersToDiscussAllPapers" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowReviewerToSeeReviewingDataOnlyAfterSubmitting" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowReviewerToSeeReviewingDataAfterReviewing" Type="Edm.Boolean" Nullable="false" /><Property Name="Status" Type="Edm.String" /><Property Name="StatusPropertyIsRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="AllowOnlyRevisionForReviewing" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowReviewerToPostDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotAllowReviewerToEditNote" Type="Edm.Boolean" Nullable="false" /><Property Name="DoNotEnableReviewerNote" Type="Edm.Boolean" Nullable="false" /><Property Name="HideNonRevisionPapersDuringReviewing" Type="Edm.Boolean" Nullable="false" /><Property Name="HiddenNumber" Type="Edm.Int32" /><Property Name="ReviewerNoteSubmitted" Type="Edm.Boolean" Nullable="false" /><Property Name="ReviewerNoteId" Type="Edm.Int32" /><Property Name="OriginalSubmissionId" Type="Edm.Int32" /><Property Name="IsViewOthersReviewsAvailable" Type="Edm.Boolean" Nullable="false" /><Property Name="IsConflictSelected" Type="Edm.Boolean" Nullable="false" /><Property Name="ConflictReasonIds" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="CNQ01Id" Type="Edm.Int32" /><Property Name="CNQ01Text" Type="Edm.String" /><Property Name="CNQ02Id" Type="Edm.Int32" /><Property Name="CNQ02Text" Type="Edm.String" /><Property Name="CNQ03Id" Type="Edm.Int32" /><Property Name="CNQ03Text" Type="Edm.String" /><Property Name="CNQ04Id" Type="Edm.Int32" /><Property Name="CNQ04Text" Type="Edm.String" /><Property Name="IsAuthorFeedbackAvailable" Type="Edm.Boolean" Nullable="false" /><Property Name="NumberField1" Type="Edm.Single" /><Property Name="NumberField2" Type="Edm.Single" /><Property Name="NumberField3" Type="Edm.Single" /><Property Name="StringField1" Type="Edm.String" /></EntityType><EntityType Name="AuthorFeedbackComment"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="ReplyTo" Type="Edm.Int32" /><Property Name="Title" Type="Edm.String" MaxLength="200" /><Property Name="Body" Type="Edm.String" Nullable="false" /><Property Name="Label" Type="Edm.String" /></EntityType><EntityType Name="SupportRequestView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="CategoryId" Type="Edm.Int32" Nullable="false" /><Property Name="CategoryName" Type="Edm.String" /><Property Name="Summary" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="Platform" Type="Edm.String" /><Property Name="Browser" Type="Edm.String" /><Property Name="Role" Type="Edm.String" /><Property Name="Conference" Type="Edm.String" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="UserFirstName" Type="Edm.String" /><Property Name="UserLastName" Type="Edm.String" /><Property Name="UserEmail" Type="Edm.String" /><Property Name="Status" Type="Edm.String" /><Property Name="IsClosed" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Messages" Type="Collection(Microsoft.Research.CMT.Model.SupportRequestMessage)" /><NavigationProperty Name="Files" Type="Collection(Microsoft.Research.CMT.Model.HelpCenterFileView)" /></EntityType><EntityType Name="ReviewView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionTitle" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="ConferenceName" Type="Edm.String" /><Property Name="IsSingleTrackConference" Type="Edm.Boolean" Nullable="false" /><Property Name="ReviewerId" Type="Edm.Int32" /><Property Name="ReviewerNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewerName" Type="Edm.String" /><Property Name="ExternalReviewerName" Type="Edm.String" /><Property Name="UserType" Type="Edm.String" /><Property Name="Questions" Type="Collection(Microsoft.Research.CMT.Model.QuestionView)" /><Property Name="Files" Type="Collection(Microsoft.Research.CMT.Model.FileView)" /><Property Name="CreateDate" Type="Edm.DateTimeOffset" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="IsSubmitted" Type="Edm.Boolean" Nullable="false" /><Property Name="ReviewRatingId" Type="Edm.Int32" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="PreviousVersion" Type="Edm.Int32" /><Property Name="ReviewRatings" Type="Collection(Microsoft.Research.CMT.Model.ReviewRatingView)" /></EntityType><EntityType Name="SubmissionComparison"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Left" Type="Edm.Int32" Nullable="false" /><Property Name="Operator" Type="Microsoft.Research.CMT.Enums.SubmissionComparisonOperator" Nullable="false" /><Property Name="Right" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="AuditActivity"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Role" Type="Edm.String" /><Property Name="DateTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Activity" Type="Edm.String" /><Property Name="Status" Type="Edm.String" /><Property Name="Comment" Type="Edm.String" /><Property Name="TrackName" Type="Edm.String" /></EntityType><EntityType Name="SubjectArea"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="ParentSubjectAreaId" Type="Edm.Int32" /><Property Name="FlatIndex" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="Submission"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="Abstract" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="StatusId" Type="Edm.Int32" /><Property Name="IsReviewReadOnly" Type="Edm.Boolean" /><Property Name="IsMetaReviewReadOnly" Type="Edm.Boolean" /><Property Name="IsCameraReady" Type="Edm.Boolean" /><Property Name="IsAuthorFeedback" Type="Edm.Boolean" /><Property Name="NoneOfAboveSubjectArea" Type="Edm.Boolean" Nullable="false" /><Property Name="CustomPrimarySubjectArea" Type="Edm.String" /><Property Name="CustomSecondarySubjectArea" Type="Edm.String" /><Property Name="CreateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="SubjectAreas" Type="Collection(Microsoft.Research.CMT.Model.SubmissionSubjectArea)" /><Property Name="Authors" Type="Collection(Microsoft.Research.CMT.Model.Author)" /><Property Name="ConferenceRequestChairs" Type="Collection(Microsoft.Research.CMT.Model.Chair)" /><Property Name="References" Type="Collection(Microsoft.Research.CMT.Model.Referee)" /><Property Name="Files" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="Answers" Type="Collection(Microsoft.Research.CMT.Model.QuestionAnswer)" /><Property Name="ReproducibilityAnswers" Type="Collection(Microsoft.Research.CMT.Model.QuestionAnswer)" /><Property Name="Conflicts" Type="Collection(Microsoft.Research.CMT.Model.SubmissionConflict)" /><Property Name="AuthorizeSendingSubmissionToTpms" Type="Edm.Boolean" /><Property Name="SubmissionConflictDomainsRaw" Type="Edm.String" /><Property Name="SubmissionConflictDomains" Type="Collection(Edm.String)" /><Property Name="AuthorizeSendingSubmissionToIThenticate" Type="Edm.Boolean" /><NavigationProperty Name="Reviews" Type="Collection(Microsoft.Research.CMT.Model.ReviewView)" /><NavigationProperty Name="MetaReviews" Type="Collection(Microsoft.Research.CMT.Model.MetaReviewView)" /><NavigationProperty Name="ReviewerNotes" Type="Collection(Microsoft.Research.CMT.Model.ReviewerNoteView)" /><NavigationProperty Name="MetaReviewerNotes" Type="Collection(Microsoft.Research.CMT.Model.MetaReviewerNoteView)" /><NavigationProperty Name="SeniorMetaReviewerNotes" Type="Collection(Microsoft.Research.CMT.Model.SeniorMetaReviewerNoteView)" /><NavigationProperty Name="Reviewers" Type="Collection(Microsoft.Research.CMT.Model.SubmissionReviewerView)" /><NavigationProperty Name="MetaReviewers" Type="Collection(Microsoft.Research.CMT.Model.SubmissionMetaReviewerView)" /><NavigationProperty Name="SeniorMetaReviewers" Type="Collection(Microsoft.Research.CMT.Model.SubmissionSeniorMetaReviewerView)" /><NavigationProperty Name="ConflictSelections" Type="Collection(Microsoft.Research.CMT.Model.ConflictSelectionView)" /></EntityType><EntityType Name="ReviewerNoteView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionTitle" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="ConferenceName" Type="Edm.String" /><Property Name="IsSingleTrackConference" Type="Edm.Boolean" Nullable="false" /><Property Name="ReviewerId" Type="Edm.Int32" /><Property Name="ReviewerNumber" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewerName" Type="Edm.String" /><Property Name="Questions" Type="Collection(Microsoft.Research.CMT.Model.QuestionView)" /><Property Name="IsSubmitted" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="MetaReviewerNoteView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionTitle" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="ConferenceName" Type="Edm.String" /><Property Name="IsSingleTrackConference" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaReviewerId" Type="Edm.Int32" /><Property Name="MetaReviewerNumber" Type="Edm.Int32" Nullable="false" /><Property Name="MetaReviewerName" Type="Edm.String" /><Property Name="Questions" Type="Collection(Microsoft.Research.CMT.Model.QuestionView)" /><Property Name="IsSubmitted" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="SeniorMetaReviewerNoteView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionTitle" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="ConferenceName" Type="Edm.String" /><Property Name="IsSingleTrackConference" Type="Edm.Boolean" Nullable="false" /><Property Name="SeniorMetaReviewerId" Type="Edm.Int32" /><Property Name="SeniorMetaReviewerName" Type="Edm.String" /><Property Name="Questions" Type="Collection(Microsoft.Research.CMT.Model.QuestionView)" /><Property Name="IsSubmitted" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="ImportMetaReviewerOrderModelRequest"><Property Name="Assignments" Type="Collection(Microsoft.Research.CMT.Model.ImportMetaReviewerOrderModel)" /></ComplexType><EntityType Name="CameraReadySubmission"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="Abstract" Type="Edm.String" /><Property Name="IsPosted" Type="Edm.Boolean" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Authors" Type="Collection(Microsoft.Research.CMT.Model.Author)" /><Property Name="Files" Type="Collection(Microsoft.Research.CMT.Model.LabeledFile)" /><Property Name="Answers" Type="Collection(Microsoft.Research.CMT.Model.QuestionAnswer)" /><Property Name="ReproducibilityAnswers" Type="Collection(Microsoft.Research.CMT.Model.QuestionAnswer)" /></EntityType><EntityType Name="PresentationModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="Track" Type="Edm.String" /><Property Name="Presenters" Type="Collection(Microsoft.Research.CMT.Model.PresenterModel)" /><Property Name="DurationInMinutes" Type="Edm.Int32" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="SessionId" Type="Edm.Int32" /><Property Name="Session" Type="Edm.String" /><Property Name="IsAssigned" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="IndividualConflictView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="ConflictReasons" Type="Collection(Microsoft.Research.CMT.Model.ConflictSelectionReasonView)" /><Property Name="ConflictsJson" Type="Edm.String" /><Property Name="IsConflicting" Type="Edm.Boolean" Nullable="false" /><Property Name="DetectedColleagueConflict" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="AuthorFeedback"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Answers" Type="Collection(Microsoft.Research.CMT.Model.QuestionAnswer)" /><Property Name="Files" Type="Collection(Edm.Int32)" Nullable="false" /></EntityType><EntityType Name="ChairNote"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Answers" Type="Collection(Microsoft.Research.CMT.Model.QuestionAnswer)" /></EntityType><ComplexType Name="ImportChairNoteModelRequest"><Property Name="Notes" Type="Collection(Microsoft.Research.CMT.Model.ImportChairNoteModel)" /></ComplexType><EntityType Name="SubmissionView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="Abstract" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="Track" Type="Edm.String" /><Property Name="StatusId" Type="Edm.Int32" Nullable="false" /><Property Name="Status" Type="Edm.String" /><Property Name="StatusName" Type="Edm.String" /><Property Name="CreateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="ConferenceName" Type="Edm.String" /><Property Name="IsSingleTrackConference" Type="Edm.Boolean" Nullable="false" /><Property Name="IsTpmsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="PrimarySubjectArea" Type="Microsoft.Research.CMT.Model.SubjectAreaView" /><Property Name="SecondarySubjectAreas" Type="Collection(Microsoft.Research.CMT.Model.SubjectAreaView)" /><Property Name="Authors" Type="Collection(Microsoft.Research.CMT.Model.AuthorView)" /><Property Name="References" Type="Collection(Microsoft.Research.CMT.Model.Referee)" /><Property Name="Files" Type="Collection(Microsoft.Research.CMT.Model.FileView)" /><Property Name="MissingSubmissionFile" Type="Edm.Boolean" Nullable="false" /><Property Name="SupplementaryFiles" Type="Collection(Microsoft.Research.CMT.Model.FileView)" /><Property Name="RevisionFiles" Type="Collection(Microsoft.Research.CMT.Model.FileView)" /><Property Name="CameraReadyFiles" Type="Collection(Microsoft.Research.CMT.Model.FileView)" /><Property Name="Questions" Type="Collection(Microsoft.Research.CMT.Model.QuestionView)" /><Property Name="Conflicts" Type="Collection(Microsoft.Research.CMT.Model.ConflictView)" /><Property Name="NumberOfConflicts" Type="Edm.Int32" Nullable="false" /><Property Name="Reviewers" Type="Collection(Microsoft.Research.CMT.Model.UserView)" /><Property Name="MetaReviewers" Type="Collection(Microsoft.Research.CMT.Model.UserView)" /><Property Name="NumberOfReviews" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfMetaReviews" Type="Edm.Int32" Nullable="false" /><Property Name="Messages" Type="Edm.Int32" Nullable="false" /><Property Name="DiscussionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="Assigned" Type="Edm.Int32" Nullable="false" /><Property Name="Completed" Type="Edm.Int32" Nullable="false" /><Property Name="Percentage" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfBids" Type="Edm.Int32" Nullable="false" /><Property Name="MetaAssigned" Type="Edm.Int32" Nullable="false" /><Property Name="MetaCompleted" Type="Edm.Int32" Nullable="false" /><Property Name="MetaPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfMetaBids" Type="Edm.Int32" Nullable="false" /><Property Name="IsAuthorFeedback" Type="Edm.String" /><Property Name="IsAuthorFeedbackPosted" Type="Edm.String" /><Property Name="IsCameraReady" Type="Edm.String" /><Property Name="IsCameraReadyPosted" Type="Edm.String" /><Property Name="AuthorFeedbackId" Type="Edm.Int32" /><Property Name="InstructionAfterSubmission" Type="Edm.String" /><Property Name="TitleMapping" Type="Edm.String" /><Property Name="HasRevision" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Reviews" Type="Collection(Microsoft.Research.CMT.Model.Review)" /><NavigationProperty Name="MetaReviews" Type="Collection(Microsoft.Research.CMT.Model.MetaReview)" /></EntityType><ComplexType Name="SubmissionSimpleView"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="PrimarySubjectAreas" Type="Edm.String" /><Property Name="SecondarySubjectAreas" Type="Edm.String" /><Property Name="TrackData" Type="Edm.String" /></ComplexType><ComplexType Name="SubmissionSummaryView"><Property Name="ConferenceName" Type="Edm.String" /><Property Name="IsSingleTrackConference" Type="Edm.Boolean" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="Abstract" Type="Edm.String" /><Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="CreatedByJson" Type="Edm.String" /><Property Name="Updated" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdatedByJson" Type="Edm.String" /><Property Name="AuthorsJson" Type="Edm.String" /><Property Name="ConferenceRequestChairsJson" Type="Edm.String" /><Property Name="ReferencesJson" Type="Edm.String" /><Property Name="PrimarySubjectArea" Type="Edm.String" /><Property Name="PrimarySubjectAreaId" Type="Edm.Int32" Nullable="false" /><Property Name="SecondarySubjectAreasJson" Type="Edm.String" /><Property Name="ConflictsJson" Type="Edm.String" /><Property Name="IndividualConflictCountJson" Type="Edm.String" /><Property Name="SubmissionFilesJson" Type="Edm.String" /><Property Name="QuestionAnswersJson" Type="Edm.String" /><Property Name="ReproducibilityQuestionAnswersJson" Type="Edm.String" /><Property Name="ReviewersJson" Type="Edm.String" /><Property Name="MetaReviewersJson" Type="Edm.String" /><Property Name="InstructionAfterSubmission" Type="Edm.String" /><Property Name="TitleMapping" Type="Edm.String" /><Property Name="NoneOfAboveSubjectArea" Type="Edm.Boolean" Nullable="false" /><Property Name="CustomPrimarySubjectArea" Type="Edm.String" /><Property Name="CustomSecondarySubjectArea" Type="Edm.String" /><Property Name="AuthorizeSendingSubmissionToTpms" Type="Edm.Boolean" /><Property Name="AuthorizeSendingSubmissionToIThenticate" Type="Edm.Boolean" /><Property Name="SubmissionConflictDomainsRaw" Type="Edm.String" /><Property Name="DoNotAllowPrimarySubjectArea" Type="Edm.Boolean" Nullable="false" /></ComplexType><EntityType Name="CameraReadySubmissionView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="Abstract" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="ConferenceName" Type="Edm.String" /><Property Name="IsSingleTrackConference" Type="Edm.Boolean" Nullable="false" /><Property Name="Authors" Type="Collection(Microsoft.Research.CMT.Model.AuthorView)" /><Property Name="Files" Type="Collection(Microsoft.Research.CMT.Model.FileView)" /><Property Name="Questions" Type="Collection(Microsoft.Research.CMT.Model.QuestionView)" /><Property Name="ReproducibilityQuestions" Type="Collection(Microsoft.Research.CMT.Model.QuestionView)" /></EntityType><EntityType Name="Question"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="FormId" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="QuestionType" Type="Edm.Int32" Nullable="false" /><Property Name="OptionsType" Type="Edm.Int32" /><Property Name="QuestionTypeName" Type="Edm.String" /><Property Name="OptionsTypeName" Type="Edm.String" /><Property Name="Details" Type="Edm.String" /><Property Name="AdditionalInfo" Type="Edm.String" /><Property Name="Required" Type="Edm.Boolean" Nullable="false" /><Property Name="IsLocked" Type="Edm.Boolean" Nullable="false" /><Property Name="VisibleToAuthor" Type="Edm.Boolean" Nullable="false" /><Property Name="VisibleToAuthorDuringFeedback" Type="Edm.Boolean" Nullable="false" /><Property Name="VisibleToAuthorAfterNotification" Type="Edm.Boolean" Nullable="false" /><Property Name="VisibleToReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="VisibleToMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="VisibleToOtherReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="VisibleToSeniorMetaReviewer" Type="Edm.Boolean" Nullable="false" /><Property Name="Order" Type="Edm.Int32" Nullable="false" /><Property Name="Heading" Type="Edm.String" /><Property Name="CommentLength" Type="Edm.Int32" /><Property Name="Choices" Type="Collection(Microsoft.Research.CMT.Model.QuestionChoice)" /><Property Name="ConditionQuestionChoiceIds" Type="Collection(Edm.Int32)" Nullable="false" /></EntityType><ComplexType Name="SwapOrderRequest"><Property Name="Id1" Type="Edm.Int32" Nullable="false" /><Property Name="Id2" Type="Edm.Int32" Nullable="false" /></ComplexType><EntityType Name="TrackSummary"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="VisibleToAuthorQuestionCount" Type="Edm.Int32" Nullable="false" /><Property Name="IsAuthorNotificationAlreadySent" Type="Edm.Boolean" Nullable="false" /><Property Name="HasAwaitingDecision" Type="Edm.Boolean" Nullable="false" /><Property Name="AwaitingDecisionStatusName" Type="Edm.String" /><NavigationProperty Name="StatusSummaries" Type="Collection(Microsoft.Research.CMT.Model.SubmissionStatusSummary)" /></EntityType><EntityType Name="TpmsSettings"><Key><PropertyRef Name="TrackId" /></Key><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="IsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="DepositAuthor" Type="Microsoft.Research.CMT.Entities.Conference.TpmsDepositAuthor" Nullable="false" /></EntityType><EntityType Name="DeletedSubmission"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="Track" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Abstract" Type="Edm.String" /><Property Name="Author" Type="Edm.String" /><Property Name="AuthorId" Type="Edm.Int32" Nullable="false" /><Property Name="Authors" Type="Edm.String" /></EntityType><EntityType Name="SubmissionCachedModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Title" Type="Edm.String" /><Property Name="Track" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="OriginalSubmissionId" Type="Edm.Int32" /><Property Name="IsRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="IsShepherded" Type="Edm.Boolean" Nullable="false" /><Property Name="Abstract" Type="Edm.String" /><Property Name="Author" Type="Edm.String" /><Property Name="AuthorEmail" Type="Edm.String" /><Property Name="Authors" Type="Edm.String" /><Property Name="AuthorsArray" Type="Edm.String" /><Property Name="NumberOfUnregisteredAuthors" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfAuthorsWithoutConflictDomain" Type="Edm.Int32" /><Property Name="NumberOfAuthorsWithoutIndividualConflict" Type="Edm.Int32" /><Property Name="NumberOfAuthorsWithoutAttestingIndividualConflict" Type="Edm.Int32" /><Property Name="Reviewers" Type="Edm.String" /><Property Name="ReviewersJson" Type="Edm.String" /><Property Name="MetaReviewers" Type="Edm.String" /><Property Name="MetaReviewersJson" Type="Edm.String" /><Property Name="SeniorMetaReviewers" Type="Edm.String" /><Property Name="SeniorMetaReviewersJson" Type="Edm.String" /><Property Name="NumberOfSeniorMetaReviewers" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfSeniorMetaReviewerRatings" Type="Edm.Int32" Nullable="false" /><Property Name="AvgSeniorMetaReviewerRating" Type="Edm.Single" /><Property Name="PrimarySubject" Type="Edm.String" /><Property Name="SecondarySubject" Type="Edm.String" /><Property Name="SecondarySubjectAreaArray" Type="Edm.String" /><Property Name="SeniorMetaReviewerRating" Type="Edm.String" /><Property Name="SeniorMetaReviewerRatingOptionId" Type="Edm.Int32" /><Property Name="RatingComment" Type="Edm.String" /><Property Name="Status" Type="Edm.String" /><Property Name="StatusPropertyIsRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="StatusPropertyIsShepherding" Type="Edm.Boolean" Nullable="false" /><Property Name="StatusPropertyIsShadowing" Type="Edm.Boolean" Nullable="false" /><Property Name="IsReviewReadOnly" Type="Edm.Boolean" Nullable="false" /><Property Name="IsMetaReviewReadOnly" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCameraReady" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCameraReadyPosted" Type="Edm.Boolean" Nullable="false" /><Property Name="IsPresentation" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAuthorFeedback" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAuthorFeedbackPosted" Type="Edm.Boolean" Nullable="false" /><Property Name="AuthorFeedbackId" Type="Edm.Int32" Nullable="false" /><Property Name="Conflicts" Type="Edm.Int32" Nullable="false" /><Property Name="DisputedConflicts" Type="Edm.Int32" Nullable="false" /><Property Name="Assigned" Type="Edm.Int32" Nullable="false" /><Property Name="Completed" Type="Edm.Int32" Nullable="false" /><Property Name="Bids" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfPositiveBids" Type="Edm.Int32" Nullable="false" /><Property Name="Percentage" Type="Edm.Int32" Nullable="false" /><Property Name="MetaAssigned" Type="Edm.Int32" Nullable="false" /><Property Name="MetaCompleted" Type="Edm.Int32" Nullable="false" /><Property Name="MetaBids" Type="Edm.Int32" Nullable="false" /><Property Name="MetaPercentage" Type="Edm.Int32" Nullable="false" /><Property Name="DiscussionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="Messages" Type="Edm.Int32" Nullable="false" /><Property Name="MessagesRead" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfFiles" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfSupplementaryFiles" Type="Edm.Int32" Nullable="false" /><Property Name="InplaceRevisionSubmitted" Type="Edm.Boolean" Nullable="false" /><Property Name="Revisions" Type="Edm.String" /><Property Name="HasRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="HasShepherdedSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="ShepherdingTrackId" Type="Edm.Int32" /><Property Name="HasShadowSubmission" Type="Edm.Boolean" Nullable="false" /><Property Name="ShadowingTrackId" Type="Edm.Int32" /><Property Name="CompletedReviewRating" Type="Edm.Int32" Nullable="false" /><Property Name="PercentageReviewRating" Type="Edm.Int32" Nullable="false" /><Property Name="CNQ01Id" Type="Edm.Int32" /><Property Name="CNQ01Text" Type="Edm.String" /><Property Name="CNQ02Id" Type="Edm.Int32" /><Property Name="CNQ02Text" Type="Edm.String" /><Property Name="CNQ03Id" Type="Edm.Int32" /><Property Name="CNQ03Text" Type="Edm.String" /><Property Name="CNQ04Id" Type="Edm.Int32" /><Property Name="CNQ04Text" Type="Edm.String" /><Property Name="CNQ05Id" Type="Edm.Int32" /><Property Name="CNQ05Text" Type="Edm.String" /><Property Name="CNQ06Id" Type="Edm.Int32" /><Property Name="CNQ06Text" Type="Edm.String" /><Property Name="CNQ07Id" Type="Edm.Int32" /><Property Name="CNQ07Text" Type="Edm.String" /><Property Name="CNQ08Id" Type="Edm.Int32" /><Property Name="CNQ08Text" Type="Edm.String" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="IsSingleTrackConference" Type="Edm.Boolean" Nullable="false" /><Property Name="Q01Id" Type="Edm.Int32" /><Property Name="Q01Avg" Type="Edm.Single" /><Property Name="Q01Min" Type="Edm.Int32" /><Property Name="Q01Max" Type="Edm.Int32" /><Property Name="Q01Spread" Type="Edm.Int32" /><Property Name="Q02Id" Type="Edm.Int32" /><Property Name="Q02Avg" Type="Edm.Single" /><Property Name="Q02Min" Type="Edm.Int32" /><Property Name="Q02Max" Type="Edm.Int32" /><Property Name="Q02Spread" Type="Edm.Int32" /><Property Name="Q03Id" Type="Edm.Int32" /><Property Name="Q03Avg" Type="Edm.Single" /><Property Name="Q03Min" Type="Edm.Int32" /><Property Name="Q03Max" Type="Edm.Int32" /><Property Name="Q03Spread" Type="Edm.Int32" /><Property Name="Q04Id" Type="Edm.Int32" /><Property Name="Q04Avg" Type="Edm.Single" /><Property Name="Q04Min" Type="Edm.Int32" /><Property Name="Q04Max" Type="Edm.Int32" /><Property Name="Q04Spread" Type="Edm.Int32" /><Property Name="Q05Id" Type="Edm.Int32" /><Property Name="Q05Avg" Type="Edm.Single" /><Property Name="Q05Min" Type="Edm.Int32" /><Property Name="Q05Max" Type="Edm.Int32" /><Property Name="Q05Spread" Type="Edm.Int32" /><Property Name="Q06Id" Type="Edm.Int32" /><Property Name="Q06Avg" Type="Edm.Single" /><Property Name="Q06Min" Type="Edm.Int32" /><Property Name="Q06Max" Type="Edm.Int32" /><Property Name="Q06Spread" Type="Edm.Int32" /><Property Name="Q07Id" Type="Edm.Int32" /><Property Name="Q07Avg" Type="Edm.Single" /><Property Name="Q07Min" Type="Edm.Int32" /><Property Name="Q07Max" Type="Edm.Int32" /><Property Name="Q07Spread" Type="Edm.Int32" /><Property Name="Q08Id" Type="Edm.Int32" /><Property Name="Q08Avg" Type="Edm.Single" /><Property Name="Q08Min" Type="Edm.Int32" /><Property Name="Q08Max" Type="Edm.Int32" /><Property Name="Q08Spread" Type="Edm.Int32" /><Property Name="Q09Id" Type="Edm.Int32" /><Property Name="Q09Avg" Type="Edm.Single" /><Property Name="Q09Min" Type="Edm.Int32" /><Property Name="Q09Max" Type="Edm.Int32" /><Property Name="Q09Spread" Type="Edm.Int32" /><Property Name="Q10Id" Type="Edm.Int32" /><Property Name="Q10Avg" Type="Edm.Single" /><Property Name="Q10Min" Type="Edm.Int32" /><Property Name="Q10Max" Type="Edm.Int32" /><Property Name="Q10Spread" Type="Edm.Int32" /><Property Name="Q11Id" Type="Edm.Int32" /><Property Name="Q11Avg" Type="Edm.Single" /><Property Name="Q11Min" Type="Edm.Int32" /><Property Name="Q11Max" Type="Edm.Int32" /><Property Name="Q11Spread" Type="Edm.Int32" /><Property Name="Q12Id" Type="Edm.Int32" /><Property Name="Q12Avg" Type="Edm.Single" /><Property Name="Q12Min" Type="Edm.Int32" /><Property Name="Q12Max" Type="Edm.Int32" /><Property Name="Q12Spread" Type="Edm.Int32" /><Property Name="Q13Id" Type="Edm.Int32" /><Property Name="Q13Avg" Type="Edm.Single" /><Property Name="Q13Min" Type="Edm.Int32" /><Property Name="Q13Max" Type="Edm.Int32" /><Property Name="Q13Spread" Type="Edm.Int32" /><Property Name="Q14Id" Type="Edm.Int32" /><Property Name="Q14Avg" Type="Edm.Single" /><Property Name="Q14Min" Type="Edm.Int32" /><Property Name="Q14Max" Type="Edm.Int32" /><Property Name="Q14Spread" Type="Edm.Int32" /><Property Name="Q15Id" Type="Edm.Int32" /><Property Name="Q15Avg" Type="Edm.Single" /><Property Name="Q15Min" Type="Edm.Int32" /><Property Name="Q15Max" Type="Edm.Int32" /><Property Name="Q15Spread" Type="Edm.Int32" /><Property Name="Q16Id" Type="Edm.Int32" /><Property Name="Q16Avg" Type="Edm.Single" /><Property Name="Q16Min" Type="Edm.Int32" /><Property Name="Q16Max" Type="Edm.Int32" /><Property Name="Q16Spread" Type="Edm.Int32" /><Property Name="MQ01Id" Type="Edm.Int32" /><Property Name="MQ01Avg" Type="Edm.Single" /><Property Name="MQ01Min" Type="Edm.Int32" /><Property Name="MQ01Max" Type="Edm.Int32" /><Property Name="MQ01Spread" Type="Edm.Int32" /><Property Name="MQ02Id" Type="Edm.Int32" /><Property Name="MQ02Avg" Type="Edm.Single" /><Property Name="MQ02Min" Type="Edm.Int32" /><Property Name="MQ02Max" Type="Edm.Int32" /><Property Name="MQ02Spread" Type="Edm.Int32" /><Property Name="MQ03Id" Type="Edm.Int32" /><Property Name="MQ03Avg" Type="Edm.Single" /><Property Name="MQ03Min" Type="Edm.Int32" /><Property Name="MQ03Max" Type="Edm.Int32" /><Property Name="MQ03Spread" Type="Edm.Int32" /><Property Name="MQ04Id" Type="Edm.Int32" /><Property Name="MQ04Avg" Type="Edm.Single" /><Property Name="MQ04Min" Type="Edm.Int32" /><Property Name="MQ04Max" Type="Edm.Int32" /><Property Name="MQ04Spread" Type="Edm.Int32" /><Property Name="MQ05Id" Type="Edm.Int32" /><Property Name="MQ05Avg" Type="Edm.Single" /><Property Name="MQ05Min" Type="Edm.Int32" /><Property Name="MQ05Max" Type="Edm.Int32" /><Property Name="MQ05Spread" Type="Edm.Int32" /><Property Name="MQ06Id" Type="Edm.Int32" /><Property Name="MQ06Avg" Type="Edm.Single" /><Property Name="MQ06Min" Type="Edm.Int32" /><Property Name="MQ06Max" Type="Edm.Int32" /><Property Name="MQ06Spread" Type="Edm.Int32" /><Property Name="MQ07Id" Type="Edm.Int32" /><Property Name="MQ07Avg" Type="Edm.Single" /><Property Name="MQ07Min" Type="Edm.Int32" /><Property Name="MQ07Max" Type="Edm.Int32" /><Property Name="MQ07Spread" Type="Edm.Int32" /><Property Name="MQ08Id" Type="Edm.Int32" /><Property Name="MQ08Avg" Type="Edm.Single" /><Property Name="MQ08Min" Type="Edm.Int32" /><Property Name="MQ08Max" Type="Edm.Int32" /><Property Name="MQ08Spread" Type="Edm.Int32" /><Property Name="SMRNQ01Id" Type="Edm.Int32" /><Property Name="SMRNQ01Text" Type="Edm.String" /><Property Name="SMRNQ02Id" Type="Edm.Int32" /><Property Name="SMRNQ02Text" Type="Edm.String" /><Property Name="SMRNQ03Id" Type="Edm.Int32" /><Property Name="SMRNQ03Text" Type="Edm.String" /><Property Name="SMRNQ04Id" Type="Edm.Int32" /><Property Name="SMRNQ04Text" Type="Edm.String" /><Property Name="SMRNQ05Id" Type="Edm.Int32" /><Property Name="SMRNQ05Text" Type="Edm.String" /><Property Name="SMRNQ06Id" Type="Edm.Int32" /><Property Name="SMRNQ06Text" Type="Edm.String" /><Property Name="SMRNQ07Id" Type="Edm.Int32" /><Property Name="SMRNQ07Text" Type="Edm.String" /><Property Name="SMRNQ08Id" Type="Edm.Int32" /><Property Name="SMRNQ08Text" Type="Edm.String" /><Property Name="SMRNQ09Id" Type="Edm.Int32" /><Property Name="SMRNQ09Text" Type="Edm.String" /><Property Name="SMRNQ10Id" Type="Edm.Int32" /><Property Name="SMRNQ10Text" Type="Edm.String" /><Property Name="SMRNQ11Id" Type="Edm.Int32" /><Property Name="SMRNQ11Text" Type="Edm.String" /><Property Name="SMRNQ12Id" Type="Edm.Int32" /><Property Name="SMRNQ12Text" Type="Edm.String" /><Property Name="SMRNQ13Id" Type="Edm.Int32" /><Property Name="SMRNQ13Text" Type="Edm.String" /><Property Name="SMRNQ14Id" Type="Edm.Int32" /><Property Name="SMRNQ14Text" Type="Edm.String" /><Property Name="SMRNQ15Id" Type="Edm.Int32" /><Property Name="SMRNQ15Text" Type="Edm.String" /><Property Name="SMRNQ16Id" Type="Edm.Int32" /><Property Name="SMRNQ16Text" Type="Edm.String" /><Property Name="SMRNQ17Id" Type="Edm.Int32" /><Property Name="SMRNQ17Text" Type="Edm.String" /><Property Name="SMRNQ18Id" Type="Edm.Int32" /><Property Name="SMRNQ18Text" Type="Edm.String" /><Property Name="SMRNQ19Id" Type="Edm.Int32" /><Property Name="SMRNQ19Text" Type="Edm.String" /><Property Name="SMRNQ20Id" Type="Edm.Int32" /><Property Name="SMRNQ20Text" Type="Edm.String" /><Property Name="SMRNQ21Id" Type="Edm.Int32" /><Property Name="SMRNQ21Text" Type="Edm.String" /><Property Name="SMRNQ22Id" Type="Edm.Int32" /><Property Name="SMRNQ22Text" Type="Edm.String" /><Property Name="SMRNQ23Id" Type="Edm.Int32" /><Property Name="SMRNQ23Text" Type="Edm.String" /><Property Name="SMRNQ24Id" Type="Edm.Int32" /><Property Name="SMRNQ24Text" Type="Edm.String" /><Property Name="SMRNQ25Id" Type="Edm.Int32" /><Property Name="SMRNQ25Text" Type="Edm.String" /><Property Name="SQ01Id" Type="Edm.Int32" /><Property Name="SQ01Text" Type="Edm.String" /><Property Name="SQ02Id" Type="Edm.Int32" /><Property Name="SQ02Text" Type="Edm.String" /><Property Name="SQ03Id" Type="Edm.Int32" /><Property Name="SQ03Text" Type="Edm.String" /><Property Name="SQ04Id" Type="Edm.Int32" /><Property Name="SQ04Text" Type="Edm.String" /><Property Name="SQ05Id" Type="Edm.Int32" /><Property Name="SQ05Text" Type="Edm.String" /><Property Name="SQ06Id" Type="Edm.Int32" /><Property Name="SQ06Text" Type="Edm.String" /><Property Name="SQ07Id" Type="Edm.Int32" /><Property Name="SQ07Text" Type="Edm.String" /><Property Name="SQ08Id" Type="Edm.Int32" /><Property Name="SQ08Text" Type="Edm.String" /><Property Name="SQ09Id" Type="Edm.Int32" /><Property Name="SQ09Text" Type="Edm.String" /><Property Name="SQ10Id" Type="Edm.Int32" /><Property Name="SQ10Text" Type="Edm.String" /><Property Name="SQ11Id" Type="Edm.Int32" /><Property Name="SQ11Text" Type="Edm.String" /><Property Name="SQ12Id" Type="Edm.Int32" /><Property Name="SQ12Text" Type="Edm.String" /><Property Name="SQ13Id" Type="Edm.Int32" /><Property Name="SQ13Text" Type="Edm.String" /><Property Name="SQ14Id" Type="Edm.Int32" /><Property Name="SQ14Text" Type="Edm.String" /><Property Name="SQ15Id" Type="Edm.Int32" /><Property Name="SQ15Text" Type="Edm.String" /><Property Name="SQ16Id" Type="Edm.Int32" /><Property Name="SQ16Text" Type="Edm.String" /><Property Name="InlineReviewJson" Type="Edm.String" /><Property Name="InlineMetaReviewJson" Type="Edm.String" /><Property Name="InlineMetaReviewerNoteJson" Type="Edm.String" /><Property Name="InlineMetaReviewerNoteSearchText" Type="Edm.String" /><Property Name="SeniorMetaReviewerNoteId" Type="Edm.Int32" /><Property Name="SeniorMetaReviewerNoteSubmitted" Type="Edm.Boolean" Nullable="false" /><Property Name="NumberOfReviewerNotes" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfMetaReviewerNotes" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfSeniorMetaReviewerNotes" Type="Edm.Int32" Nullable="false" /><Property Name="SharedRecommendationsJson" Type="Edm.String" /><Property Name="NumberOfSharedRecommendations" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="User"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="MiddleInitial" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Nickname" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="CountryCode" Type="Edm.String" /><Property Name="CountryName" Type="Edm.String" /><Property Name="GoogleScholarId" Type="Edm.String" /><Property Name="SemanticScholarId" Type="Edm.String" /><Property Name="DblpId" Type="Edm.String" /><Property Name="OrcidId" Type="Edm.String" /><Property Name="OpenReviewId" Type="Edm.String" /><Property Name="DoNotEmail" Type="Edm.Boolean" Nullable="false" /><Property Name="LastLoginDate" Type="Edm.DateTimeOffset" /><Property Name="Permissions" Type="Collection(Microsoft.Research.CMT.Model.Permission)" /></EntityType><ComplexType Name="ImportSeniorMetaAssignmentModelRequest"><Property Name="Assignments" Type="Collection(Microsoft.Research.CMT.Model.ImportSeniorMetaAssignmentModel)" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="ImportDomainConflictsModelRequest"><Property Name="UserDomainConflicts" Type="Collection(Microsoft.Research.CMT.Model.ImportDomainConflictsModel)" /></ComplexType><ComplexType Name="ImportUserQuotaModelRequest"><Property Name="Quotas" Type="Collection(Microsoft.Research.CMT.Model.ImportUserQuotaModel)" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="ForReviewer" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="ImportUserTagModelRequest"><Property Name="Tags" Type="Collection(Microsoft.Research.CMT.Model.ImportUserTagModel)" /></ComplexType><ComplexType Name="ImportUserTypeModelRequest"><Property Name="UserTypes" Type="Collection(Microsoft.Research.CMT.Model.ImportUserTypeModel)" /></ComplexType><ComplexType Name="ImportIndividualConflictsModelRequest"><Property Name="IndividualConflicts" Type="Collection(Microsoft.Research.CMT.Model.ImportIndividualConflictsModel)" /></ComplexType><ComplexType Name="BulkDeleteUserTagRequest"><Property Name="Filter" Type="Edm.String" /><Property Name="Tag" Type="Edm.String" /></ComplexType><ComplexType Name="RedirectResponse"><Property Name="RedirectUrl" Type="Edm.String" /></ComplexType><ComplexType Name="UserRegistrationRequest"><Property Name="Email" Type="Edm.String" /><Property Name="Password" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="MiddleInitial" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Nickname" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="CountryCode" Type="Edm.String" /><Property Name="CountryName" Type="Edm.String" /><Property Name="GoogleScholarId" Type="Edm.String" /><Property Name="SemanticScholarId" Type="Edm.String" /><Property Name="DblpId" Type="Edm.String" /><Property Name="OrcidId" Type="Edm.String" /><Property Name="OpenReviewId" Type="Edm.String" /><Property Name="PhoneNumber" Type="Edm.String" /><Property Name="AlternateEmail" Type="Edm.String" /><Property Name="AgreementAccepted" Type="Edm.Boolean" Nullable="false" /><Property Name="ValidateCaptchaRequest" Type="Microsoft.Research.CMT.Model.ValidateCaptchaRequest" /><Property Name="CaptchaCode" Type="Edm.String" /><Property Name="CaptchaHash" Type="Edm.String" /></ComplexType><ComplexType Name="AuthenticateRequest"><Property Name="Email" Type="Edm.String" /><Property Name="Password" Type="Edm.String" /><Property Name="ReturnUrl" Type="Edm.String" /></ComplexType><ComplexType Name="CurrentRoleDescriptor"><Property Name="Role" Type="Edm.String" /><Property Name="SubmissionListUrl" Type="Edm.String" /><Property Name="ConferenceDefaultUrl" Type="Edm.String" /></ComplexType><ComplexType Name="ModifyPermissionsRequest"><Property Name="Add" Type="Collection(Microsoft.Research.CMT.Model.Permission)" /><Property Name="Remove" Type="Collection(Microsoft.Research.CMT.Model.Permission)" /></ComplexType><ComplexType Name="Invitee"><Property Name="UserId" Type="Edm.Int32" /><Property Name="InviteeId" Type="Edm.Int32" /><Property Name="Email" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /></ComplexType><EntityType Name="ReviewerView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="PrimarySubjectArea" Type="Collection(Microsoft.Research.CMT.Model.SubjectAreaView)" /><Property Name="SecondarySubjectAreas" Type="Collection(Microsoft.Research.CMT.Model.SubjectAreaView)" /><Property Name="Bid" Type="Edm.String" /><Property Name="Relevance" Type="Edm.Double" Nullable="false" /><Property Name="SubmissionCounts" Type="Collection(Microsoft.Research.CMT.Model.SubmissionCountView)" /><Property Name="Roles" Type="Collection(Edm.String)" /><Property Name="AssignedSubmissions" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="AssignedSubmissionsWithTitle" Type="Collection(System.Collections.Generic.KeyValuePair_2OfInt32_String)" /><Property Name="NotReviewedSubmissions" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="ConflictSubmissions" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="Tracks" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="TrackNames" Type="Collection(Edm.String)" /><Property Name="UserTags" Type="Collection(Edm.String)" /></EntityType><ComplexType Name="ReviewerSimpleView"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="TrackData" Type="Edm.String" /></ComplexType><EntityType Name="MetaReviewerView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="PrimarySubjectArea" Type="Collection(Microsoft.Research.CMT.Model.SubjectAreaView)" /><Property Name="SecondarySubjectAreas" Type="Collection(Microsoft.Research.CMT.Model.SubjectAreaView)" /><Property Name="Bid" Type="Edm.String" /><Property Name="Relevance" Type="Edm.Double" Nullable="false" /><Property Name="SubmissionCounts" Type="Collection(Microsoft.Research.CMT.Model.SubmissionCountView)" /><Property Name="Roles" Type="Collection(Edm.String)" /><Property Name="AssignedSubmissions" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="AssignedSubmissionsWithTitle" Type="Collection(System.Collections.Generic.KeyValuePair_2OfInt32_String)" /><Property Name="NotReviewedSubmissions" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="ConflictSubmissions" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="Tracks" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="TrackNames" Type="Collection(Edm.String)" /><Property Name="UserTags" Type="Collection(Edm.String)" /></EntityType><ComplexType Name="MetaReviewerSimpleView"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="TrackData" Type="Edm.String" /></ComplexType><EntityType Name="SeniorMetaReviewerBiddingView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="PrimarySubjectArea" Type="Edm.String" /><Property Name="SecondarySubjectAreas" Type="Edm.String" /><Property Name="SecondarySubjectAreasArray" Type="Edm.String" /><Property Name="Bid" Type="Edm.String" /><Property Name="BidValue" Type="Edm.Int32" Nullable="false" /><Property Name="UserType" Type="Edm.String" /><Property Name="IsAssigned" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="SeniorMetaReviewerSimpleView"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="TrackData" Type="Edm.String" /></ComplexType><EntityType Name="SeniorMetaReviewerBiddingModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="BidId" Type="Edm.Int32" Nullable="false" /></EntityType><ComplexType Name="ImportUserBidModelRequest"><Property Name="Bids" Type="Collection(Microsoft.Research.CMT.Model.ImportUserBidModel)" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="BulkChangeUserBidRequest"><Property Name="Bid" Type="Edm.Int32" Nullable="false" /><Property Name="Filter" Type="Edm.String" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="GetUserBiddingFilteredRequest"><Property Name="Filter" Type="Edm.String" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /></ComplexType><EntityType Name="AuthorFeedbackView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionTitle" Type="Edm.String" /><Property Name="TrackName" Type="Edm.String" /><Property Name="ConferenceName" Type="Edm.String" /><Property Name="IsSingleTrackConference" Type="Edm.Boolean" Nullable="false" /><Property Name="Questions" Type="Collection(Microsoft.Research.CMT.Model.QuestionView)" /><Property Name="Files" Type="Collection(Microsoft.Research.CMT.Model.FileView)" /><Property Name="CreateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="isCommentingEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCommentingAvailable" Type="Edm.Boolean" Nullable="false" /><Property Name="CommentThreads" Type="Collection(Microsoft.Research.CMT.Model.AuthorFeedbackCommentsThreadView)" /></EntityType><EntityType Name="AuthorFeedbackDraft"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Draft" Type="Edm.String" /></EntityType><EntityType Name="ReviewDraft"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewerId" Type="Edm.Int32" Nullable="false" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Draft" Type="Edm.String" /></EntityType><EntityType Name="MetaReviewDraft"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="MetaReviewerId" Type="Edm.Int32" Nullable="false" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Draft" Type="Edm.String" /></EntityType><EntityType Name="Review"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewerId" Type="Edm.Int32" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Answers" Type="Collection(Microsoft.Research.CMT.Model.QuestionAnswer)" /><Property Name="Files" Type="Collection(Edm.Int32)" Nullable="false" /></EntityType><EntityType Name="EmailMessageView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="EmailStatus" Type="Microsoft.Research.CMT.Entities.EmailStatus" Nullable="false" /><Property Name="FromUserId" Type="Edm.Int32" Nullable="false" /><Property Name="FromEmail" Type="Edm.String" /><Property Name="FromName" Type="Edm.String" /><Property Name="FromRole" Type="Edm.String" /><Property Name="ToEmail" Type="Edm.String" /><Property Name="ToName" Type="Edm.String" /><Property Name="CcEmail" Type="Edm.String" /><Property Name="Subject" Type="Edm.String" /><Property Name="Body" Type="Edm.String" /><Property Name="SentOn" Type="Edm.DateTimeOffset" /><Property Name="MaskRecipient" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="EmailMessageMobileView"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="ToUserId" Type="Edm.Int32" Nullable="false" /><Property Name="FromRole" Type="Edm.String" /><Property Name="Subject" Type="Edm.String" /><Property Name="Body" Type="Edm.String" /></ComplexType><EntityType Name="Email"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /></EntityType><ComplexType Name="SubmissionSendEmailRequest"><Property Name="SubmissionFilter" Type="Edm.String" /><Property Name="RecipientType" Type="Edm.Int32" Nullable="false" /><Property Name="All" Type="Edm.Boolean" Nullable="false" /><Property Name="CheckNote" Type="Edm.Boolean" Nullable="false" /><Property Name="CheckDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="Subject" Type="Edm.String" /><Property Name="Body" Type="Edm.String" /><Property Name="CcEmail" Type="Edm.String" /><Property Name="CcSMR" Type="Edm.Boolean" Nullable="false" /><Property Name="DeleteRecipientIds" Type="Edm.String" /></ComplexType><ComplexType Name="SubmissionGetRecipientsRequest"><Property Name="SubmissionFilter" Type="Edm.String" /><Property Name="RecipientType" Type="Edm.Int32" Nullable="false" /><Property Name="All" Type="Edm.Boolean" Nullable="false" /><Property Name="CheckNote" Type="Edm.Boolean" Nullable="false" /><Property Name="CheckDiscussion" Type="Edm.Boolean" Nullable="false" /><Property Name="Skip" Type="Edm.Int32" /><Property Name="Top" Type="Edm.Int32" /></ComplexType><ComplexType Name="PreviewEmailResponse"><Property Name="FromEmail" Type="Edm.String" /><Property Name="FromName" Type="Edm.String" /><Property Name="ToEmail" Type="Edm.String" /><Property Name="ToName" Type="Edm.String" /><Property Name="CcEmail" Type="Edm.String" /><Property Name="Subject" Type="Edm.String" /><Property Name="Body" Type="Edm.String" /></ComplexType><ComplexType Name="UserSendEmailRequest"><Property Name="UserFilter" Type="Edm.String" /><Property Name="InviteType" Type="Edm.Int32" /><Property Name="Subject" Type="Edm.String" /><Property Name="Body" Type="Edm.String" /></ComplexType><ComplexType Name="SupportSendEmailRequest"><Property Name="Subject" Type="Edm.String" /><Property Name="Body" Type="Edm.String" /></ComplexType><ComplexType Name="ChairsSendEmailRequest"><Property Name="Subject" Type="Edm.String" /><Property Name="Body" Type="Edm.String" /></ComplexType><ComplexType Name="SendMetaReviewerEmailRequest"><Property Name="Body" Type="Edm.String" /><Property Name="Subject" Type="Edm.String" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="EmailTrackChairForSubmissionRequest"><Property Name="Body" Type="Edm.String" /><Property Name="Subject" Type="Edm.String" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="SendAuthorEmailRequest"><Property Name="Body" Type="Edm.String" /><Property Name="Subject" Type="Edm.String" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="SendReviewerEmailRequest"><Property Name="Body" Type="Edm.String" /><Property Name="Subject" Type="Edm.String" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewerId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="SendAssignedReviewerEmailRequest"><Property Name="Body" Type="Edm.String" /><Property Name="Subject" Type="Edm.String" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="HiddenNumber" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="ReviewerSendEmailRequest"><Property Name="UserFilter" Type="Edm.String" /><Property Name="Subject" Type="Edm.String" /><Property Name="Body" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" /><Property Name="CcEmail" Type="Edm.String" /><Property Name="CcSMR" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="ExternalReviewerSendEmailRequest"><Property Name="Body" Type="Edm.String" /><Property Name="Subject" Type="Edm.String" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="ExternalReviewerEmail" Type="Edm.String" /></ComplexType><ComplexType Name="ResendInvitesInfoRequest"><Property Name="InvitesFilter" Type="Edm.String" /><Property Name="InviteType" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="ResendInvitesInfoResponse"><Property Name="Subject" Type="Edm.String" /><Property Name="Body" Type="Edm.String" /><Property Name="Invites" Type="Collection(Edm.Int32)" Nullable="false" /></ComplexType><ComplexType Name="ResendInvitesPreviewRequest"><Property Name="ReviewerInvitationId" Type="Edm.Int32" Nullable="false" /><Property Name="InviteType" Type="Edm.Int32" Nullable="false" /><Property Name="Subject" Type="Edm.String" /><Property Name="Body" Type="Edm.String" /></ComplexType><ComplexType Name="ResendInvitesPreviewResponse"><Property Name="FromEmail" Type="Edm.String" /><Property Name="FromName" Type="Edm.String" /><Property Name="ToEmail" Type="Edm.String" /><Property Name="ToName" Type="Edm.String" /><Property Name="Subject" Type="Edm.String" /><Property Name="Body" Type="Edm.String" /></ComplexType><ComplexType Name="ResendInvitesSendRequest"><Property Name="Invites" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="InviteType" Type="Edm.Int32" Nullable="false" /><Property Name="Subject" Type="Edm.String" /><Property Name="Body" Type="Edm.String" /></ComplexType><ComplexType Name="EmailSession"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="TotalCount" Type="Edm.Int32" Nullable="false" /><Property Name="ErrorCount" Type="Edm.Int32" Nullable="false" /><Property Name="SuccessCount" Type="Edm.Int32" Nullable="false" /></ComplexType><EntityType Name="EmailTemplate"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Subject" Type="Edm.String" /><Property Name="Body" Type="Edm.String" /><Property Name="CreatedBy" Type="Edm.Int32" /><Property Name="EngineType" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="ManageReviewerInviteView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="IsExpired" Type="Edm.Boolean" Nullable="false" /><Property Name="UserNotRegistered" Type="Edm.Boolean" Nullable="false" /><Property Name="IsFederationEmail" Type="Edm.Boolean" Nullable="false" /><Property Name="Status" Type="Microsoft.Research.CMT.Entities.ReviewerInvitationStatus" Nullable="false" /><Property Name="Comment" Type="Edm.String" /><Property Name="Quota" Type="Edm.Int32" /><Property Name="ConferenceName" Type="Edm.String" /><Property Name="TrackName" Type="Edm.String" /><Property Name="IsSingleTrackConference" Type="Edm.Boolean" Nullable="false" /><Property Name="InviteType" Type="Edm.Int32" Nullable="false" /><Property Name="InviteeEmail" Type="Edm.String" /></EntityType><EntityType Name="ManageReviewerInviteForSubmissionView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="IsExpired" Type="Edm.Boolean" Nullable="false" /><Property Name="UserNotRegistered" Type="Edm.Boolean" Nullable="false" /><Property Name="IsFederationEmail" Type="Edm.Boolean" Nullable="false" /><Property Name="Status" Type="Microsoft.Research.CMT.Entities.ReviewerInvitationStatus" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionTitle" Type="Edm.String" /><Property Name="Comment" Type="Edm.String" /><Property Name="ConferenceName" Type="Edm.String" /><Property Name="InviteeEmail" Type="Edm.String" /></EntityType><ComplexType Name="TrackUserTuple"><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="ImportBidModelRequest"><Property Name="Bids" Type="Collection(Microsoft.Research.CMT.Model.ImportBidModel)" /></ComplexType><ComplexType Name="ImportBiddingCustomFieldModelRequest"><Property Name="CustomFields" Type="Collection(Microsoft.Research.CMT.Model.ImportBiddingCustomFieldModel)" /></ComplexType><ComplexType Name="GetReviewingFilteredRequest"><Property Name="Filter" Type="Edm.String" /><Property Name="ShowBidding" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowReviewing" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="BidSummary"><Property Name="XLabels" Type="Collection(Edm.String)" /><Property Name="YValues" Type="Collection(Edm.Int32)" Nullable="false" /></ComplexType><ComplexType Name="BulkChangeBidRequest"><Property Name="Bid" Type="Edm.Int32" Nullable="false" /><Property Name="Filter" Type="Edm.String" /><Property Name="ShowBidding" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowReviewing" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="GetMetaReviewingFilteredRequest"><Property Name="Filter" Type="Edm.String" /><Property Name="ShowMetaBidding" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowMetaReviewing" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="BulkChangeMetaBidRequest"><Property Name="MetaBid" Type="Edm.Int32" Nullable="false" /><Property Name="Filter" Type="Edm.String" /><Property Name="ShowMetaBidding" Type="Edm.Boolean" Nullable="false" /><Property Name="ShowMetaReviewing" Type="Edm.Boolean" Nullable="false" /></ComplexType><EntityType Name="ReviewerStatModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="MetaReviewerId" Type="Edm.Int32" /><Property Name="FirstName" Type="Edm.String" /><Property Name="MiddleInitial" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Nickname" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="Quota" Type="Edm.Int32" /><Property Name="NumberOfBids" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfAssignment" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfCompleted" Type="Edm.Int32" Nullable="false" /><Property Name="PercentageOfCompleted" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfNotes" Type="Edm.Int32" Nullable="false" /><Property Name="PercentageOfCompletedNote" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfComparisons" Type="Edm.Int32" Nullable="false" /><Property Name="ConflictDomainsEntered" Type="Edm.String" /><Property Name="IndividualConflictsEntered" Type="Edm.Boolean" Nullable="false" /><Property Name="UserType" Type="Edm.String" /><Property Name="SubjectAreaSelected" Type="Edm.String" /><Property Name="PrimarySubject" Type="Edm.String" /><Property Name="SecondarySubject" Type="Edm.String" /><Property Name="SecondarySubjectAreasArray" Type="Edm.String" /><Property Name="NumberOfReviewRatings" Type="Edm.Int32" Nullable="false" /><Property Name="AvgReviewRating" Type="Edm.Double" /><Property Name="GoogleScholarId" Type="Edm.String" /><Property Name="SemanticScholarId" Type="Edm.String" /><Property Name="DblpId" Type="Edm.String" /><Property Name="ExternalProfileEntered" Type="Edm.Boolean" Nullable="false" /><Property Name="UserTagJson" Type="Edm.String" /><Property Name="IsEmergency" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="BulkChangeQuotaRequest"><Property Name="Filter" Type="Edm.String" /><Property Name="Quota" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="BulkChangeUserTypeRequest"><Property Name="Filter" Type="Edm.String" /><Property Name="UserTypeOptionId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="BulkChangeIsEmergencyRequest"><Property Name="Filter" Type="Edm.String" /><Property Name="IsEmergency" Type="Edm.Boolean" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="BulkCopyTrackUserRequest"><Property Name="Filter" Type="Edm.String" /><Property Name="FromTrackId" Type="Edm.Int32" Nullable="false" /><Property Name="ToTrackId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="BulkRemoveTrackUserRequest"><Property Name="Filter" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /></ComplexType><EntityType Name="MetaReviewerStatModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="MiddleInitial" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Nickname" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="Quota" Type="Edm.Int32" /><Property Name="NumberOfBids" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfAssignment" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfCompleted" Type="Edm.Int32" Nullable="false" /><Property Name="PercentageOfCompleted" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfNotes" Type="Edm.Int32" Nullable="false" /><Property Name="PercentageOfCompletedNote" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfComparisons" Type="Edm.Int32" Nullable="false" /><Property Name="ConflictDomainsEntered" Type="Edm.String" /><Property Name="IndividualConflictsEntered" Type="Edm.Boolean" Nullable="false" /><Property Name="UserType" Type="Edm.String" /><Property Name="SubjectAreaSelected" Type="Edm.String" /><Property Name="PrimarySubject" Type="Edm.String" /><Property Name="SecondarySubject" Type="Edm.String" /><Property Name="SecondarySubjectAreasArray" Type="Edm.String" /><Property Name="NumberOfSuggestedSubmissions" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfSuggestedReviewers" Type="Edm.Int32" Nullable="false" /><Property Name="SeniorMetaReviewers" Type="Edm.String" /><Property Name="UserTagJson" Type="Edm.String" /></EntityType><EntityType Name="SeniorMetaReviewerStatModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="MiddleInitial" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Nickname" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="NumberOfAssignment" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfBids" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfNotes" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfRatings" Type="Edm.Int32" Nullable="false" /><Property Name="PercentageOfCompletedNote" Type="Edm.Int32" Nullable="false" /><Property Name="PercentageOfCompletedRating" Type="Edm.Int32" Nullable="false" /><Property Name="ConflictDomainsEntered" Type="Edm.String" /><Property Name="IndividualConflictsEntered" Type="Edm.Boolean" Nullable="false" /><Property Name="UserType" Type="Edm.String" /><Property Name="SubjectAreaSelected" Type="Edm.String" /><Property Name="PrimarySubject" Type="Edm.String" /><Property Name="SecondarySubject" Type="Edm.String" /><Property Name="SecondarySubjectAreasArray" Type="Edm.String" /><Property Name="UserTagJson" Type="Edm.String" /></EntityType><EntityType Name="MetaReviewerGroupStatModel"><Key><PropertyRef Name="GroupId" /></Key><Property Name="GroupId" Type="Edm.Int32" Nullable="false" /><Property Name="GroupName" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Track" Type="Edm.String" /><Property Name="NumberOfMetaReviewers" Type="Edm.Int32" Nullable="false" /><Property Name="MetaReviewersJson" Type="Edm.String" /><Property Name="IsImplicit" Type="Edm.Boolean" Nullable="false" /><Property Name="IsEnabled" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="MetaReviewers" Type="Collection(Microsoft.Research.CMT.Model.MetaReviewerGroupPotentialMetaReviewerView)" /></EntityType><EntityType Name="TrackStatus"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="SubmissionCount" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Statuses" Type="Collection(Microsoft.Research.CMT.Model.SubmissionStatus)" /></EntityType><EntityType Name="SuggestionModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="Order" Type="Edm.Int32" /><Property Name="CurrentRank" Type="Edm.Int64" /><Property Name="PrimarySubject" Type="Edm.String" /><Property Name="SecondarySubject" Type="Edm.String" /><Property Name="SecondarySubjectAreasArray" Type="Edm.String" /><Property Name="Relevance" Type="Edm.Double" /><Property Name="CustomAffinityRank" Type="Edm.Int64" /><Property Name="TpmsRank" Type="Edm.Int64" /><Property Name="Bid" Type="Edm.String" /><Property Name="BidValue" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfPapersSuggested" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfAssignment" Type="Edm.Int32" Nullable="false" /><Property Name="UserFirstName" Type="Edm.String" /><Property Name="UserLastName" Type="Edm.String" /><Property Name="UserEmail" Type="Edm.String" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="UserType" Type="Edm.String" /><Property Name="GoogleScholarId" Type="Edm.String" /><Property Name="SemanticScholarId" Type="Edm.String" /><Property Name="DblpId" Type="Edm.String" /><Property Name="IsAssigned" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="ImportSuggestionModelRequest"><Property Name="Suggestions" Type="Collection(Microsoft.Research.CMT.Model.ImportSuggestionModel)" /><Property Name="MetaReviewerEmail" Type="Edm.String" /></ComplexType><ComplexType Name="ImportMetaSuggestionModelRequest"><Property Name="Suggestions" Type="Collection(Microsoft.Research.CMT.Model.ImportSuggestionModel)" /></ComplexType><EntityType Name="ProceedingEditorSubmissionModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="Authors" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Track" Type="Edm.String" /><Property Name="IsCameraReadyPosted" Type="Edm.String" /><Property Name="Status" Type="Edm.String" /><Property Name="NumberOfFiles" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfSupplementaryFiles" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfCameraReadyFiles" Type="Edm.Int32" Nullable="false" /><Property Name="CameraReadyFileUploadDate" Type="Edm.DateTimeOffset" /><Property Name="IsCopyrightFormPosted" Type="Edm.String" /></EntityType><EntityType Name="TpmsSubmission"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="RequestJson" Type="Edm.String" /><Property Name="NumberOfSubmissions" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfSubmissionsSent" Type="Edm.Int32" Nullable="false" /><Property Name="IsCompleted" Type="Edm.Boolean" Nullable="false" /></EntityType><ComplexType Name="TpmsTrackInfo"><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="NumberOfSubmissions" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="SendSubmissionsToTpmsRequestModel"><Property Name="TrackIds" Type="Collection(Edm.Int32)" Nullable="false" /></ComplexType><ComplexType Name="TpmsSendSubmissionProgress"><Property Name="SuccessCount" Type="Edm.Int32" Nullable="false" /><Property Name="ErrorCount" Type="Edm.Int32" Nullable="false" /><Property Name="FailedSubmissionIds" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="TotalCount" Type="Edm.Int32" Nullable="false" /><Property Name="StartedAt" Type="Edm.DateTimeOffset" /><Property Name="FinishedAt" Type="Edm.DateTimeOffset" /></ComplexType><EntityType Name="TpmsMatchingRequest"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="IsReviewersChecked" Type="Edm.Boolean" Nullable="false" /><Property Name="IsMetaReviewersChecked" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSeniorMetaReviewersChecked" Type="Edm.Boolean" Nullable="false" /><Property Name="Request" Type="Edm.String" /><Property Name="Response" Type="Edm.String" /><Property Name="ResultUrl" Type="Edm.String" /><Property Name="IsResultRetrieved" Type="Edm.Boolean" Nullable="false" /><Property Name="IsRetrievingResult" Type="Edm.Boolean" Nullable="false" /><Property Name="LastRequestStatus" Type="Enums.TpmsMatchingResultStatus" Nullable="false" /></EntityType><ComplexType Name="TpmsReviewerAndMetaReviewerTrackInfo"><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="NumberOfReviewers" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfMetaReviewers" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfSeniorMetaReviewers" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="ImportAffinityScoreModelRequest"><NavigationProperty Name="Scores" Type="Collection(Microsoft.Research.CMT.Model.CustomAffinityScore)" /></ComplexType><EntityType Name="SessionModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="Start" Type="Edm.DateTimeOffset" /><Property Name="DurationInMinutes" Type="Edm.Int32" /><Property Name="End" Type="Edm.DateTimeOffset" /><Property Name="RoomId" Type="Edm.Int32" /><Property Name="RoomName" Type="Edm.String" /><Property Name="Chair" Type="Edm.String" /><Property Name="Quota" Type="Edm.Int32" /><NavigationProperty Name="Presentations" Type="Collection(Microsoft.Research.CMT.Model.PresentationModel)" /></EntityType><EntityType Name="IThenticateSettings"><Key><PropertyRef Name="TrackId" /></Key><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="IsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="FileDepositOption" Type="Microsoft.Research.CMT.Entities.Conference.PlagiarismDetectionFileDepositOption" Nullable="false" /></EntityType><EntityType Name="IThenticateResult"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionTitle" Type="Edm.String" /><Property Name="FileId" Type="Edm.Int32" Nullable="false" /><Property Name="FileName" Type="Edm.String" /><Property Name="FileType" Type="Microsoft.Research.CMT.Entities.Conference.PlagiarismDetectionFileDepositOption" Nullable="false" /><Property Name="Status" Type="Microsoft.Research.CMT.Entities.Conference.FileStatus" Nullable="false" /><Property Name="PercentMatch" Type="Edm.Decimal" Scale="Variable" /><Property Name="SimilarityReportUrl" Type="Edm.String" /></EntityType><EntityType Name="IThenticateTrackSubmissionStatusStatistics"><Key><PropertyRef Name="StatusId" /><PropertyRef Name="TrackId" /></Key><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="StatusId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="StatusName" Type="Edm.String" /><Property Name="SubmissionsCount" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionFilesCount" Type="Edm.Int32" Nullable="false" /><Property Name="CameraReadyFilesCount" Type="Edm.Int32" Nullable="false" /></EntityType><ComplexType Name="AnswerView"><Property Name="Text" Type="Edm.String" /><Property Name="Value" Type="Edm.Int32" /><Property Name="CustomData" Type="Edm.String" /></ComplexType><ComplexType Name="LabeledFile"><Property Name="FileId" Type="Edm.Int32" Nullable="false" /><Property Name="FileLabelId" Type="Edm.Int32" /></ComplexType><EntityType Name="SubmissionSeniorMetaReviewerView" BaseType="Microsoft.Research.CMT.Model.SubmissionReviewerView" /><ComplexType Name="UserSubjectArea"><Property Name="SubjectAreaId" Type="Edm.Int32" Nullable="false" /><Property Name="IsPrimary" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="StatusReviewVisibility"><Property Name="SubmissionStatusId" Type="Edm.Int32" Nullable="false" /><Property Name="ReviewVisibleToAuthor" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaReviewVisibleToAuthor" Type="Edm.Boolean" Nullable="false" /><Property Name="IsRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="IsMajorRevision" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDeskReject" Type="Edm.Boolean" Nullable="false" /><Property Name="IsWithdrawn" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="ReviewQuestionAuthorView"><Property Name="Order" Type="Edm.Int32" Nullable="false" /><Property Name="Details" Type="Edm.String" /><Property Name="Answers" Type="Collection(Microsoft.Research.CMT.Model.ReviewQuestionAnswerAuthorView)" /></ComplexType><ComplexType Name="ReviewQuestionAnswerAuthorView"><Property Name="Text" Type="Edm.String" /></ComplexType><EntityType Name="SupportRequestMessage"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UserFirstName" Type="Edm.String" /><Property Name="UserLastName" Type="Edm.String" /><Property Name="SupportRequestId" Type="Edm.Int32" Nullable="false" /><Property Name="Text" Type="Edm.String" Nullable="false" MaxLength="8000" /><NavigationProperty Name="Files" Type="Collection(Microsoft.Research.CMT.Model.HelpCenterFileView)" /></EntityType><EntityType Name="HelpCenterFileView"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="OriginalName" Type="Edm.String" /><Property Name="Size" Type="Edm.Int64" Nullable="false" /></EntityType><ComplexType Name="ReviewRatingView"><Property Name="User" Type="Microsoft.Research.CMT.Model.UserView" /><Property Name="ReviewId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="RatingOptionValue" Type="Edm.Int32" Nullable="false" /><Property Name="RatingOptionName" Type="Edm.String" /></ComplexType><ComplexType Name="Chair"><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="Email" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /></ComplexType><ComplexType Name="Referee"><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="Email" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="IsEmailSent" Type="Edm.Boolean" Nullable="false" /><Property Name="IsReferenceUploaded" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="PaperStatusChangeModel"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="NewStatusId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="ImportMetaReviewerOrderModel"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="Email" Type="Edm.String" /></ComplexType><ComplexType Name="ImportChairNoteModel"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="Note" Type="Edm.String" /></ComplexType><ComplexType Name="ImportSeniorMetaAssignmentModel"><Property Name="SeniorMetaReviewerEmail" Type="Edm.String" /><Property Name="MetaReviewerEmail" Type="Edm.String" /></ComplexType><ComplexType Name="ImportDomainConflictsModel"><Property Name="Email" Type="Edm.String" /><Property Name="DomainConflicts" Type="Edm.String" /></ComplexType><ComplexType Name="ImportUserQuotaModel"><Property Name="Email" Type="Edm.String" /><Property Name="Quota" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="ImportUserTagModel"><Property Name="Email" Type="Edm.String" /><Property Name="Tag" Type="Edm.String" /></ComplexType><ComplexType Name="ImportUserTypeModel"><Property Name="Email" Type="Edm.String" /><Property Name="UserType" Type="Edm.String" /></ComplexType><ComplexType Name="ImportIndividualConflictsModel"><Property Name="Email" Type="Edm.String" /><Property Name="ConflictingUserEmail" Type="Edm.String" /></ComplexType><ComplexType Name="ValidateCaptchaRequest"><Property Name="TestCaptchaRequest" Type="Microsoft.Research.CMT.Model.TestCaptchaRequest" /><Property Name="AzureRegion" Type="Edm.String" /><Property Name="ChallengeType" Type="Edm.String" /></ComplexType><ComplexType Name="TestCaptchaRequest"><Property Name="ChallengeId" Type="Edm.String" /><Property Name="InputSolution" Type="Edm.String" /></ComplexType><ComplexType Name="ReviewerQuota"><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Quota" Type="Edm.Int32" /><Property Name="ForReviewer" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="SubmissionCountView"><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Count" Type="Edm.Int32" Nullable="false" /><Property Name="Quota" Type="Edm.Int32" /></ComplexType><ComplexType Name="ImportUserBidModel"><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="Bid" Type="Edm.String" /></ComplexType><ComplexType Name="AuthorFeedbackCommentsThreadView"><Property Name="Comments" Type="Collection(Microsoft.Research.CMT.Model.AuthorFeedbackCommentView)" /><Property Name="LastCommentId" Type="Edm.Int32" Nullable="false" /><Property Name="IsReplyAvailable" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="AuthorFeedbackCommentView"><Property Name="Title" Type="Edm.String" /><Property Name="Text" Type="Edm.String" /><Property Name="SubmitterLabel" Type="Edm.String" /><Property Name="Posted" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><ComplexType Name="AuthorFeedbackCommentExportView" BaseType="Microsoft.Research.CMT.Model.AuthorFeedbackCommentView"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackName" Type="Edm.String" /><Property Name="SubmitterEmail" Type="Edm.String" /></ComplexType><ComplexType Name="ImportBidModel"><Property Name="Email" Type="Edm.String" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="BidValue" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="ImportBiddingCustomFieldModel"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="Email" Type="Edm.String" /><Property Name="NumberField1" Type="Edm.Single" /><Property Name="NumberField2" Type="Edm.Single" /><Property Name="NumberField3" Type="Edm.Single" /><Property Name="StringField1" Type="Edm.String" /></ComplexType><ComplexType Name="ImportSuggestionModel"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="Email" Type="Edm.String" /><Property Name="Order" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="SessionSubjectArea"><Property Name="SubjectAreaId" Type="Edm.Int32" Nullable="false" /><Property Name="IsPrimary" Type="Edm.Boolean" Nullable="false" /></ComplexType></Schema><Schema Namespace="Microsoft.AspNetCore.Mvc" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="IActionResult" Abstract="true" /></Schema><Schema Namespace="Microsoft.Research.CMT.Web.Controllers.Api.V1" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="CloneTrackModelRequest"><Property Name="SourceTrackId" Type="Edm.Int32" Nullable="false" /><Property Name="NewTrackName" Type="Edm.String" /></ComplexType><ComplexType Name="CopyFeatureFromTrackModelRequest"><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="ToTrackIds" Type="Collection(Edm.Int32)" Nullable="false" /></ComplexType><ComplexType Name="CopySubjectAreasFromTrackModelRequest"><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="ToTrackIds" Type="Collection(Edm.Int32)" Nullable="false" /></ComplexType><ComplexType Name="ImportAssignmentModelRequest"><Property Name="Assignments" Type="Collection(Microsoft.Research.CMT.Web.Controllers.Api.V1.ImportAssignmentModel)" /><Property Name="RemoveAssignments" Type="Collection(Edm.Int32)" Nullable="false" /></ComplexType><ComplexType Name="BulkChangePaperStatusModelRequest"><Property Name="Changes" Type="Collection(Microsoft.Research.CMT.Model.PaperStatusChangeModel)" /></ComplexType><ComplexType Name="CreateRevisionRequest"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="RevisionTrackId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="ChangeStatusRequest"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="StatusId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="ChangeSeniorMetaReviewerRatingRequest"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="RatingOptionId" Type="Edm.Int32" /><Property Name="RatingComment" Type="Edm.String" /></ComplexType><ComplexType Name="ChangeSharedMetaReviewerRecommendationRequest"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="RecommendationOptionId" Type="Edm.Int32" /><Property Name="AgreeWithMetaReview" Type="Edm.Boolean" Nullable="false" /><Property Name="RecommendationComment" Type="Edm.String" /></ComplexType><ComplexType Name="UserAssignmentModificationRequest"><Property Name="Type" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.ModificationType" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" /></ComplexType><ComplexType Name="TransferAssignmentsRequest"><Property Name="From" Type="Edm.Int32" Nullable="false" /><Property Name="To" Type="Edm.Int32" Nullable="false" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="TransferAssignmentsResult"><Property Name="ExistsConflict" Type="Edm.Boolean" Nullable="false" /><Property Name="ExceedsQuota" Type="Edm.Boolean" Nullable="false" /><Property Name="Transferred" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="BulkBuddyMetaAssignRequest"><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="GroupIds" Type="Collection(Edm.Int32)" Nullable="false" /></ComplexType><ComplexType Name="BulkBuddyMetaAssignResult"><Property Name="IncorrectTagOptions" Type="Edm.Boolean" Nullable="false" /><Property Name="UserInMultipleGroups" Type="Edm.Boolean" Nullable="false" /><Property Name="SubmissionInMultipleGroups" Type="Edm.Boolean" Nullable="false" /><Property Name="SubmissionAssignedMultipleUsers" Type="Edm.Boolean" Nullable="false" /><Property Name="BulkAssigned" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="ConflictModificationRequest"><Property Name="Type" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.ModificationType" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="ReasonId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="UpdateAuthorRequest"><Property Name="SubmissionAuthorId" Type="Edm.Int32" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /></ComplexType><ComplexType Name="IndividualConflictModificationRequest"><Property Name="Type" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.ModificationType" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="ReasonId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="CopyQuestionsFromTrackModelRequest"><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="FormType" Type="Edm.Int32" Nullable="false" /><Property Name="ToTrackIds" Type="Collection(Edm.Int32)" Nullable="false" /></ComplexType><ComplexType Name="SubmissionSummaryPreviewRequest"><Property Name="TemplateId" Type="Edm.Int32" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="SubmissionTemplatePairsSendRequest"><Property Name="Submissions" Type="Collection(Microsoft.Research.CMT.Web.Controllers.Api.V1.SubmissionTemplatePair)" /></ComplexType><ComplexType Name="TrackSummarySendResponse"><Property Name="TrackStatusSessions" Type="Collection(Microsoft.Research.CMT.Web.Controllers.Api.V1.TrackSummaryTrackStatusSession)" /></ComplexType><ComplexType Name="RestoreSubmissionRequest"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="BulkRestoreSubmissionRequest"><Property Name="SubmissionFilter" Type="Edm.String" /></ComplexType><ComplexType Name="ImportReviewerModelRequest"><Property Name="Tracks" Type="Collection(Edm.Int32)" Nullable="false" /><Property Name="Reviewers" Type="Collection(Microsoft.Research.CMT.Web.Controllers.Api.V1.ImportReviewerModel)" /><Property Name="IsMeta" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSenior" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="ReviewerQuotasChangeRequest"><Property Name="Quotas" Type="Collection(Microsoft.Research.CMT.Model.ReviewerQuota)" /></ComplexType><ComplexType Name="InviteReviewerForSubmissionRequest"><Property Name="UserId" Type="Edm.Int32" /><Property Name="InviteeId" Type="Edm.Int32" /><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="BodyTemplate" Type="Edm.String" /><Property Name="SubjectTemplate" Type="Edm.String" /><Property Name="EngineType" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="InviteReviewerRequest"><Property Name="UserId" Type="Edm.Int32" /><Property Name="InviteeId" Type="Edm.Int32" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="BodyTemplate" Type="Edm.String" /><Property Name="SubjectTemplate" Type="Edm.String" /><Property Name="EngineType" Type="Edm.Int32" Nullable="false" /><Property Name="InviteType" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="InviteReviewerNewUserRequest"><Property Name="UserFirstName" Type="Edm.String" /><Property Name="UserMiddleInitial" Type="Edm.String" /><Property Name="UserLastName" Type="Edm.String" /><Property Name="UserOrganization" Type="Edm.String" /><Property Name="UserEmail" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="BodyTemplate" Type="Edm.String" /><Property Name="SubjectTemplate" Type="Edm.String" /><Property Name="EngineType" Type="Edm.Int32" Nullable="false" /><Property Name="InviteType" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="InviteReviewersRequest"><Property Name="Users" Type="Collection(Microsoft.Research.CMT.Web.Controllers.Api.V1.InviteReviewerUser)" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="BodyTemplate" Type="Edm.String" /><Property Name="SubjectTemplate" Type="Edm.String" /><Property Name="EngineType" Type="Edm.Int32" Nullable="false" /><Property Name="InviteType" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="AddInviteeRequest"><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /></ComplexType><ComplexType Name="AssignExternalReviewerModelRequest"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="ExternalReviewerId" Type="Edm.Int32" /></ComplexType><ComplexType Name="InviteRespond"><Property Name="UniqueId" Type="Edm.String" /><Property Name="Accepted" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="InviteComment"><Property Name="UniqueId" Type="Edm.String" /><Property Name="Quota" Type="Edm.Int32" /><Property Name="Comment" Type="Edm.String" /></ComplexType><ComplexType Name="ChangeInviteStatusRequest"><Property Name="ReviewerInvitationId" Type="Edm.Int32" Nullable="false" /><Property Name="StatusId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="InviteDecline"><Property Name="UniqueId" Type="Edm.String" /></ComplexType><ComplexType Name="InviteConflictsAndComment"><Property Name="UniqueId" Type="Edm.String" /><Property Name="DomainNames" Type="Edm.String" /><Property Name="Comment" Type="Edm.String" /></ComplexType><ComplexType Name="BulkChangeStatusRequest"><Property Name="TrackStatusMap" Type="Collection(Microsoft.Research.CMT.Web.Controllers.Api.V1.TrackStatusMap)" /><Property Name="Filter" Type="Edm.String" /></ComplexType><ComplexType Name="AddCandidateRequest"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="MetaReviewerId" Type="Edm.Int32" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="AddCandidateResponse"><Property Name="SuggestionId" Type="Edm.Int32" Nullable="false" /><Property Name="Order" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="SessionBulkRequest"><Property Name="SessionIds" Type="Collection(Edm.Int32)" Nullable="false" /></ComplexType><ComplexType Name="SessionSubjectAreasRequest"><Property Name="SessionId" Type="Edm.Int32" Nullable="false" /><Property Name="SubjectAreas" Type="Collection(Microsoft.Research.CMT.Model.SessionSubjectArea)" /></ComplexType><ComplexType Name="ImportSettingsInDto"><Property Name="SourceConferenceId" Type="Edm.Int32" Nullable="false" /><Property Name="SourceTrackId" Type="Edm.Int32" Nullable="false" /><Property Name="TargetTrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Collections" Type="Collection(Microsoft.Research.CMT.Entities.CollectionType)" Nullable="false" /><Property Name="Features" Type="Collection(Microsoft.Research.CMT.Entities.FeatureType)" Nullable="false" /><Property Name="Forms" Type="Collection(Microsoft.Research.CMT.Entities.FormType)" Nullable="false" /></ComplexType><ComplexType Name="ImportAssignmentModel"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="Email" Type="Edm.String" /></ComplexType><ComplexType Name="SubmissionTemplatePair"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Property Name="TemplateId" Type="Edm.Int32" Nullable="false" /><Property Name="Users" Type="Collection(Edm.Int32)" Nullable="false" /></ComplexType><ComplexType Name="TrackSummaryTrackStatusSession"><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="StatusId" Type="Edm.Int32" Nullable="false" /><Property Name="SessionId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="ImportReviewerModel"><Property Name="Email" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="MiddleInitial" Type="Edm.String" /></ComplexType><ComplexType Name="InviteReviewerUser"><Property Name="FirstName" Type="Edm.String" /><Property Name="MiddleInitial" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Organization" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /></ComplexType><ComplexType Name="TrackStatusMap"><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="StatusId" Type="Edm.Int32" Nullable="false" /></ComplexType><EnumType Name="ModificationType"><Member Name="Assign" Value="0" /><Member Name="Remove" Value="1" /></EnumType><EnumType Name="ModificationType"><Member Name="Add" Value="0" /><Member Name="Remove" Value="1" /></EnumType><EnumType Name="ModificationType"><Member Name="Add" Value="0" /><Member Name="Remove" Value="1" /></EnumType></Schema><Schema Namespace="Microsoft.Research.CMT.Model.Discussion" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="DiscussionMessage"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Parent" Type="Edm.Int32" /><Property Name="ReplyAuthor" Type="Edm.String" /><Property Name="ReplyDate" Type="Edm.DateTimeOffset" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="TopicId" Type="Edm.Int32" Nullable="false" /><Property Name="Topic" Type="Edm.String" /><Property Name="Text" Type="Edm.String" /><Property Name="Role" Type="Edm.String" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsMasked" Type="Edm.Boolean" Nullable="false" /><Property Name="RoleAssignmentNumber" Type="Edm.Int64" /></EntityType></Schema><Schema Namespace="System.Collections.Generic" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="IEnumerable_1OfInt32" Abstract="true" /><ComplexType Name="KeyValuePair_2OfInt32_String" /></Schema><Schema Namespace="Microsoft.Research.CMT.Entities.Conference" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="EmailMessage"><Property Name="ConferenceId" Type="Edm.Int32" Nullable="false" /><Property Name="UrlContext" Type="Edm.String" /><Property Name="EmailSessionId" Type="Edm.Int32" Nullable="false" /><Property Name="EmailStatus" Type="Microsoft.Research.CMT.Entities.EmailStatus" Nullable="false" /><Property Name="MaskedSenderId" Type="Edm.Int32" /><Property Name="FromUserId" Type="Edm.Int32" /><Property Name="FromEmail" Type="Edm.String" /><Property Name="FromName" Type="Edm.String" /><Property Name="FromRole" Type="Edm.String" /><Property Name="ToUserId" Type="Edm.Int32" /><Property Name="ToEmail" Type="Edm.String" /><Property Name="ToName" Type="Edm.String" /><Property Name="Subject" Type="Edm.String" /><Property Name="Body" Type="Edm.String" /><Property Name="AttachmentLocation" Type="Edm.String" /><Property Name="CcEmail" Type="Edm.String" /><Property Name="BccEmail" Type="Edm.String" /><Property Name="MaskRecipient" Type="Edm.Boolean" Nullable="false" /><Property Name="ErrorDetails" Type="Edm.String" /><Property Name="InstanceId" Type="Edm.Guid" Nullable="false" /><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Updated" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="RowVersion" Type="Edm.Binary" /></ComplexType><EnumType Name="DisputedConflictStatus"><Member Name="Pending" Value="0" /><Member Name="Kept" Value="1" /><Member Name="Deleted" Value="2" /><Member Name="NotDisputed" Value="-1" /></EnumType><EnumType Name="TpmsDepositAuthor"><Member Name="None" Value="0" /><Member Name="Primary" Value="1" /><Member Name="All" Value="2" /></EnumType><EnumType Name="PlagiarismDetectionFileDepositOption"><Member Name="SubmissionFile" Value="1" /><Member Name="CameraReadyFile" Value="2" /></EnumType><EnumType Name="FileStatus" UnderlyingType="Edm.Byte"><Member Name="NotSent" Value="0" /><Member Name="Sent" Value="1" /><Member Name="Pending" Value="2" /><Member Name="Done" Value="3" /><Member Name="Error" Value="4" /></EnumType></Schema><Schema Namespace="Microsoft.Research.CMT.Services.ExternalServices.Tpms.Models" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="TpmsAuthenticationPair"><Property Name="UserName" Type="Edm.String" /><Property Name="Password" Type="Edm.String" /></ComplexType></Schema><Schema Namespace="Microsoft.Research.CMT.Model.Assignment" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="ReviewerModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Surname" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Tracks" Type="Edm.String" /><Property Name="TrackList" Type="Collection(Edm.String)" /><Property Name="Assigned" Type="Edm.Int32" Nullable="false" /><Property Name="Completed" Type="Edm.Int32" Nullable="false" /><Property Name="Percentage" Type="Edm.Int32" Nullable="false" /><Property Name="Papers" Type="Edm.Int32" Nullable="false" /><Property Name="Quota" Type="Edm.Int32" /><Property Name="UserType" Type="Edm.String" /></EntityType><EntityType Name="PaperModel"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="Track" Type="Edm.String" /><Property Name="Status" Type="Edm.String" /><Property Name="Assigned" Type="Edm.Int32" Nullable="false" /><Property Name="Percentage" Type="Edm.Int32" Nullable="false" /><Property Name="Reviewers" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="PapersDetail"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Title" Type="Edm.String" /><Property Name="AssignedCount" Type="Edm.Int32" Nullable="false" /><Property Name="NewCount" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Assigned" Type="Collection(Microsoft.Research.CMT.Model.Assignment.ReviewerModel)" /><NavigationProperty Name="New" Type="Collection(Microsoft.Research.CMT.Model.Assignment.ReviewerModel)" /></EntityType><EntityType Name="ReviewersDetail"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="AssignedCount" Type="Edm.Int32" Nullable="false" /><Property Name="NewCount" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Assigned" Type="Collection(Microsoft.Research.CMT.Model.Assignment.PaperModel)" /><NavigationProperty Name="New" Type="Collection(Microsoft.Research.CMT.Model.Assignment.PaperModel)" /></EntityType></Schema><Schema Namespace="Microsoft.Research.CMT.Model.iThenticate" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="IThenticateSendSubmissionRequest"><Property Name="SubmissionId" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="IThenticateSendSubmissionsRequest"><Property Name="Items" Type="Collection(Microsoft.Research.CMT.Model.iThenticate.Item)" /></ComplexType><ComplexType Name="IThenticateSendSubmissionsProgress"><Property Name="StartedAt" Type="Edm.DateTimeOffset" /><Property Name="FinishedAt" Type="Edm.DateTimeOffset" /><Property Name="SuccessCount" Type="Edm.Int32" Nullable="false" /><Property Name="ErrorCount" Type="Edm.Int32" Nullable="false" /><Property Name="TotalCount" Type="Edm.Int32" Nullable="false" /><Property Name="Status" Type="Edm.String" /></ComplexType><ComplexType Name="Item"><Property Name="TrackId" Type="Edm.Int32" Nullable="false" /><Property Name="StatusId" Type="Edm.Int32" Nullable="false" /></ComplexType></Schema><Schema Namespace="Microsoft.Research.CMT.Entities.Conference.Lifecycle" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="ActivityStatus"><Member Name="Enabled" Value="1" /><Member Name="Disabled" Value="2" /><Member Name="Completed" Value="3" /></EnumType></Schema><Schema Namespace="Microsoft.Research.CMT.Entities" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="InviteType"><Member Name="Reviewer" Value="0" /><Member Name="MetaReviewer" Value="1" /><Member Name="SeniorMetaReviewer" Value="2" /></EnumType><EnumType Name="EmailStatus"><Member Name="Waiting" Value="1" /><Member Name="Sent" Value="2" /><Member Name="Error" Value="3" /></EnumType><EnumType Name="ReviewerInvitationStatus"><Member Name="NotResponded" Value="0" /><Member Name="Accepted" Value="1" /><Member Name="Declined" Value="2" /></EnumType><EnumType Name="CollectionType"><Member Name="SubjectArea" Value="1" /><Member Name="PaperStatus" Value="2" /></EnumType><EnumType Name="FeatureType"><Member Name="Submission" Value="1" /><Member Name="Review" Value="2" /><Member Name="CameraReady" Value="3" /><Member Name="AuthorFeedback" Value="4" /><Member Name="MetaReview" Value="5" /><Member Name="SeniorMetaReview" Value="6" /><Member Name="Conflict" Value="7" /></EnumType><EnumType Name="FormType"><Member Name="Submission" Value="1" /><Member Name="Review" Value="2" /><Member Name="CameraReady" Value="3" /><Member Name="AuthorFeedback" Value="4" /><Member Name="MetaReview" Value="5" /><Member Name="ChairNote" Value="6" /><Member Name="Reproducibility" Value="7" /><Member Name="MetaReviewerNote" Value="8" /><Member Name="SeniorMetaReviewerNote" Value="9" /><Member Name="ReviewerNote" Value="10" /><Member Name="UserInformation" Value="11" /></EnumType></Schema><Schema Namespace="Microsoft.Research.CMT.Enums" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="InviteStatus"><Member Name="NotResponded" Value="0" /><Member Name="Accepted" Value="1" /><Member Name="Declined" Value="2" /></EnumType><EnumType Name="SubmissionComparisonOperator"><Member Name="Comparable" Value="1" /><Member Name="PreferredOver" Value="2" /></EnumType></Schema><Schema Namespace="Enums" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="TpmsMatchingResultStatus"><Member Name="RequestInProgress" Value="0" /><Member Name="Pending" Value="1" /><Member Name="Ready" Value="2" /><Member Name="Error" Value="3" /></EnumType></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetChairConflict" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ChairConflictViewModel)" /><Parameter Name="submissionId" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Collection(Microsoft.Research.CMT.Model.ChairConflictViewModel)" /></Function><Action Name="SaveChairConflicts" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ChairConflictViewModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SaveChairConflictsRequest" /></Action><Action Name="ExportChairConflicts" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ChairConflictViewModel)" /></Action><Function Name="MyRoles" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Role)" /><ReturnType Type="Microsoft.AspNetCore.Mvc.IActionResult" /></Function><Action Name="CloneTrack" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Track)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.CloneTrackModelRequest" /></Action><Function Name="GetTracksIncludeDeleted" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Track)" /><ReturnType Type="Microsoft.Research.CMT.Model.Track" /></Function><Action Name="CopyFeatureFromTrack" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionSettings)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.CopyFeatureFromTrackModelRequest" /></Action><Action Name="CopyFeatureFromTrack" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ReviewSettings)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.CopyFeatureFromTrackModelRequest" /></Action><Action Name="CopyFeatureFromTrack" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaReviewSettings)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.CopyFeatureFromTrackModelRequest" /></Action><Action Name="CopyFeatureFromTrack" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaReviewSettings)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.CopyFeatureFromTrackModelRequest" /></Action><Action Name="CopyFeatureFromTrack" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.AuthorFeedbackSettings)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.CopyFeatureFromTrackModelRequest" /></Action><Action Name="CopyFeatureFromTrack" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.CameraReadySubmissionSettings)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.CopyFeatureFromTrackModelRequest" /></Action><Action Name="CopyFeatureFromTrack" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ConflictSettings)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.CopyFeatureFromTrackModelRequest" /></Action><Action Name="CopyFeatureFromTrack" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SeniorMetaReviewSettings)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.CopyFeatureFromTrackModelRequest" /></Action><Function Name="GetAggregatableReviews" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ReviewView)" /><Parameter Name="id" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Edm.String" /></Function><Function Name="GetSummary" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionComparison)" /><ReturnType Type="Edm.String" /></Function><Function Name="GetSummary" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionComparison)" /><ReturnType Type="Edm.String" /></Function><Action Name="ExportActivitiesAsTSV" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.AuditActivity)" /></Action><Action Name="CopySubjectAreasFromTrack" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubjectArea)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.CopySubjectAreasFromTrackModelRequest" /></Action><Action Name="DeleteSubjectAreaResponses" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.SubjectArea" /></Action><Action Name="ExportAssignmentsXml" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="ExportMetaAssignmentsXml" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="ExportSeniorMetaAssignmentsXml" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="ExportReviewerConflicts" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="ExportMetaReviewerConflicts" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="ExportSeniorMetaReviewerConflicts" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="ExportReviewerSuggestions" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="ExportReviewRatings" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="ExportSeniorMetaReviewerRatings" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="ExportReviewerRelevances" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="ExportMetaReviewerRelevances" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="ExportMetaReviewerRecommendations" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="ExportReproducibilityResponses" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="GetAssignmentImportTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="GetMetaAssignmentImportTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="GetSeniorMetaAssignmentImportTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="GetBulkChangePaperStatusTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /></Action><Action Name="ImportAssignmentsXml" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.ImportAssignmentModelRequest" /></Action><Action Name="ImportMetaAssignmentsXml" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.ImportAssignmentModelRequest" /></Action><Action Name="ImportSeniorMetaAssignmentsXml" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.ImportAssignmentModelRequest" /></Action><Action Name="BulkChangePaperStatus" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.BulkChangePaperStatusModelRequest" /></Action><Action Name="EnableDisableDiscussion" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Parameter Name="Enable" Type="Edm.Boolean" Nullable="false" /></Action><Action Name="BulkEnableDisableReviewReadOnly" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Filter" Type="Edm.String" /><Parameter Name="Enable" Type="Edm.Boolean" Nullable="false" /></Action><Action Name="BulkEnableDisableMetaReviewReadOnly" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Filter" Type="Edm.String" /><Parameter Name="Enable" Type="Edm.Boolean" Nullable="false" /></Action><Action Name="Revision" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.CreateRevisionRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="RevisionAuthor" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="ShepherdingSubmission" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="ShadowingSubmission" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="Withdraw" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="SendEmail" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.Submission" /><Parameter Name="EmailToCurrentUser" Type="Edm.Boolean" Nullable="false" /><ReturnType Type="Edm.String" /></Action><Action Name="GetAutoConflicts" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.Submission" /><ReturnType Type="Microsoft.Research.CMT.Model.SubmissionConflict" /></Action><Action Name="BulkDeleteSubmissions" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Filter" Type="Edm.String" /></Action><Action Name="BulkEnableDisableDiscussion" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Filter" Type="Edm.String" /><Parameter Name="Enable" Type="Edm.Boolean" Nullable="false" /></Action><Action Name="ChangeStatus" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.ChangeStatusRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="ChangeSeniorMetaReviewerRating" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.ChangeSeniorMetaReviewerRatingRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="ChangeSharedMetaReviewerRecommendation" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.ChangeSharedMetaReviewerRecommendationRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="BulkDeleteAssignment" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Filter" Type="Edm.String" /><Parameter Name="Type" Type="Edm.Int32" Nullable="false" /></Action><Action Name="AssignNotify" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.Submission" /><Parameter Name="UserId" Type="Edm.Int32" Nullable="false" /></Action><Action Name="Assign" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.Submission" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.UserAssignmentModificationRequest" Nullable="false" /></Action><Action Name="Assign" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.SeniorMetaReviewerBiddingModel" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.UserAssignmentModificationRequest" Nullable="false" /></Action><Action Name="MetaAssign" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.Submission" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.UserAssignmentModificationRequest" Nullable="false" /></Action><Action Name="SeniorMetaAssign" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.Submission" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.UserAssignmentModificationRequest" Nullable="false" /></Action><Action Name="TransferAssignments" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.TransferAssignmentsRequest" /><ReturnType Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.TransferAssignmentsResult" /></Action><Action Name="TransferMetaAssignments" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.TransferAssignmentsRequest" /><ReturnType Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.TransferAssignmentsResult" /></Action><Action Name="TransferSeniorMetaAssignments" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.TransferAssignmentsRequest" /><ReturnType Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.TransferAssignmentsResult" /></Action><Action Name="BulkBuddyMetaAssign" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.BulkBuddyMetaAssignRequest" /><ReturnType Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.BulkBuddyMetaAssignResult" /></Action><Action Name="ModifyConflict" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.Submission" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.ConflictModificationRequest" Nullable="false" /></Action><Action Name="ModifyAuthor" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.Submission" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.UpdateAuthorRequest" /></Action><Action Name="ImportMetaReviewerOrder" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Submission)" /><Parameter Name="Order" Type="Edm.Int32" Nullable="false" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportMetaReviewerOrderModelRequest" /></Action><Action Name="InvalidatedAssignmentPreview" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.Submission" /><Parameter Name="Conflicts" Type="Collection(Microsoft.Research.CMT.Model.SubmissionConflict)" /><ReturnType Type="Microsoft.Research.CMT.Model.InvalidatedAssignmentViewModel" /></Action><Action Name="BulkEnableDisableCameraReady" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.CameraReadySubmission)" /><Parameter Name="Filter" Type="Edm.String" /><Parameter Name="Enable" Type="Edm.Boolean" Nullable="false" /></Action><Action Name="BulkEnableDisablePresentation" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.PresentationModel)" /><Parameter Name="Filter" Type="Edm.String" /><Parameter Name="Enable" Type="Edm.Boolean" Nullable="false" /></Action><Action Name="BulkUnassignFromSession" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.PresentationModel)" /><Parameter Name="Filter" Type="Edm.String" /></Action><Action Name="BulkAutoAssign" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.PresentationModel)" /><Parameter Name="Filter" Type="Edm.String" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Action><Action Name="ExportPresentationSessions" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.PresentationModel)" /></Action><Action Name="Modify" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.IndividualConflictView" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.IndividualConflictModificationRequest" Nullable="false" /></Action><Action Name="SetAttestState" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.IndividualConflictView)" /><Parameter Name="UserId" Type="Edm.Int32" Nullable="false" /><Parameter Name="IsAttested" Type="Edm.Boolean" Nullable="false" /><ReturnType Type="Microsoft.Research.CMT.Model.IndividualConflictView" /></Action><Action Name="DeleteMessage" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Discussion.DiscussionMessage)" /><Parameter Name="Id" Type="Edm.Int32" Nullable="false" /></Action><Action Name="CreateTopic" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Discussion.DiscussionMessage)" /><Parameter Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Parameter Name="Title" Type="Edm.String" /><Parameter Name="Description" Type="Edm.String" /></Action><Action Name="Reply" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Discussion.DiscussionMessage)" /><Parameter Name="TopicId" Type="Edm.Int32" Nullable="false" /><Parameter Name="AnswerTo" Type="Edm.Int32" Nullable="false" /><Parameter Name="Text" Type="Edm.String" /></Action><Action Name="BulkEnableDisableAuthorFeedback" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.AuthorFeedback)" /><Parameter Name="Filter" Type="Edm.String" /><Parameter Name="Enable" Type="Edm.Boolean" Nullable="false" /></Action><Action Name="BulkEnableDisableAuthorFeedback" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /><Parameter Name="Filter" Type="Edm.String" /><Parameter Name="Enable" Type="Edm.Boolean" Nullable="false" /></Action><Function Name="GetImportTabDelimitedTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ChairNote)" /><Parameter Name="order" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Microsoft.AspNetCore.Mvc.IActionResult" /></Function><Action Name="GetImportTabDelimitedTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.BiddingModel)" /></Action><Action Name="GetImportTabDelimitedTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /></Action><Action Name="Import" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ChairNote)" /><Parameter Name="Order" Type="Edm.Int32" Nullable="false" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportChairNoteModelRequest" /></Action><Action Name="Import" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Assignment.ReviewerModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.ImportReviewerModelRequest" /></Action><Action Name="Import" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SeniorMetaReviewerBiddingModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportUserBidModelRequest" /></Action><Action Name="Import" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.BiddingModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportBidModelRequest" /></Action><Action Name="Import" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportBidModelRequest" /></Action><Action Name="Import" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.CustomAffinityScore)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportAffinityScoreModelRequest" /></Action><Action Name="Export" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionView)" /></Action><Action Name="Export" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.CameraReadySubmissionView)" /></Action><Action Name="Export" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.EmailMessageView)" /></Action><Action Name="ExportAsTSV" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionView)" /></Action><Action Name="ExportACMXml" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionView)" /></Action><Action Name="ExportReviews" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionView)" /></Action><Action Name="ExportReviewsSnapshot" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionView)" /></Action><Action Name="ExportMetaReviews" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionView)" /></Action><Action Name="ExportMetaReviews2" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionView)" /></Action><Action Name="ExportAuthorFeedback" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionView)" /></Action><Action Name="ExportReviewerNotes" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionView)" /></Action><Action Name="ExportMetaReviewerNotes" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionView)" /></Action><Action Name="ExportSeniorMetaReviewerNotes" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionView)" /></Action><Action Name="ExportDiscussions" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionView)" /></Action><Action Name="ExportAuthorFeedbackComments" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionView)" /></Action><Action Name="GetSimpleView" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.SubmissionView" /><ReturnType Type="Microsoft.Research.CMT.Model.SubmissionSimpleView" /></Action><Action Name="GetSummaryView" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.SubmissionView" /><ReturnType Type="Microsoft.Research.CMT.Model.SubmissionSummaryView" /></Action><Action Name="GetIds" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionView)" /><Parameter Name="Filter" Type="Edm.String" /><ReturnType Type="System.Collections.Generic.IEnumerable_1OfInt32" /></Action><Action Name="GetIds" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /><Parameter Name="Filter" Type="Edm.String" /><Parameter Name="Shared" Type="Edm.Boolean" Nullable="false" /><ReturnType Type="System.Collections.Generic.IEnumerable_1OfInt32" /></Action><Action Name="GetIds" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ProceedingEditorSubmissionModel)" /><Parameter Name="filter" Type="Edm.String" /><ReturnType Type="System.Collections.Generic.IEnumerable_1OfInt32" /></Action><Action Name="SwapOrder" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Question)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SwapOrderRequest" /></Action><Action Name="SwapOrder" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SuggestionModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SwapOrderRequest" /></Action><Action Name="CopyQuestionsFromTrack" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Question)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.CopyQuestionsFromTrackModelRequest" /></Action><Action Name="DeleteQuestionResponses" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.Question" /></Action><Action Name="Preview" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.TrackSummary)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.SubmissionSummaryPreviewRequest" /><ReturnType Type="Microsoft.Research.CMT.Entities.Conference.EmailMessage" /></Action><Action Name="Send" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.TrackSummary)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.SubmissionTemplatePairsSendRequest" /><ReturnType Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.TrackSummarySendResponse" /></Action><Action Name="Send" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.IThenticateTrackSubmissionStatusStatistics)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.iThenticate.IThenticateSendSubmissionsRequest" /></Action><Action Name="VerifyTpmsAuthentication" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.TpmsSettings)" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Action><Action Name="UpdateTpmsAuthentication" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.TpmsSettings)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Services.ExternalServices.Tpms.Models.TpmsAuthenticationPair" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Action><Action Name="Restore" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.DeletedSubmission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.RestoreSubmissionRequest" /></Action><Action Name="BulkRestore" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.DeletedSubmission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.BulkRestoreSubmissionRequest" /></Action><Action Name="ExportReviewerSubmissionComparisons" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionCachedModel)" /></Action><Action Name="ExportReviewerSubmissionComparisons" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /></Action><Action Name="ExportMetaReviewerSubmissionComparisons" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SubmissionCachedModel)" /></Action><Action Name="ExportTabDelimited" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /></Action><Action Name="ExportUserInformation" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /></Action><Action Name="ExportSeniorMetaReviewerBids" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /></Action><Action Name="ExportSeniorMetaReviewerAssignments" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /></Action><Action Name="GetImportSeniorMetaAssignmentTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /></Action><Action Name="SearchByEmail" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Email" Type="Edm.String" /><ReturnType Type="Microsoft.Research.CMT.Model.User" /></Action><Function Name="ExportAllRegisteredUsers" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><ReturnType Type="Microsoft.AspNetCore.Mvc.IActionResult" /></Function><Action Name="ImportSeniorMetaAssignments" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportSeniorMetaAssignmentModelRequest" /></Action><Action Name="ExportUserQuotas" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /></Action><Action Name="ExportUserRelevances" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /></Action><Action Name="ExportUserSubjectAreas" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /></Action><Action Name="ExportUserInvites" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /></Action><Action Name="ExportUserTypes" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /></Action><Action Name="GetImportUserQuotasTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /></Action><Action Name="GetImportDomainConflictsTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /></Action><Function Name="GetImportUserTagsTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><ReturnType Type="Microsoft.AspNetCore.Mvc.IActionResult" /></Function><Function Name="GetImportUserTypesTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><ReturnType Type="Microsoft.AspNetCore.Mvc.IActionResult" /></Function><Function Name="GetImportIndividualConflictsTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><ReturnType Type="Microsoft.AspNetCore.Mvc.IActionResult" /></Function><Action Name="ImportDomainConflicts" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportDomainConflictsModelRequest" /></Action><Action Name="ImportUserQuotas" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportUserQuotaModelRequest" /></Action><Action Name="ImportUserTags" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportUserTagModelRequest" /></Action><Action Name="ImportUserTypes" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportUserTypeModelRequest" /></Action><Action Name="ImportIndividualConflicts" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportIndividualConflictsModelRequest" /></Action><Action Name="DeleteIndividualConflicts" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportIndividualConflictsModelRequest" /></Action><Action Name="BulkDeleteUserTag" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.BulkDeleteUserTagRequest" /></Action><Action Name="Register" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.UserRegistrationRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.RedirectResponse" /></Action><Action Name="QuotaSettings" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.User" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.ReviewerQuotasChangeRequest" /></Action><Action Name="Login" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.AuthenticateRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.RedirectResponse" /></Action><Function Name="GetCurrentProfile" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="includePermissions" Type="Edm.Boolean" Nullable="false"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Microsoft.Research.CMT.Model.User" /></Function><Action Name="GetCurrentRoleDescriptor" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><ReturnType Type="Microsoft.Research.CMT.Model.CurrentRoleDescriptor" /></Action><Action Name="InviteReviewerForSubmissionPreview" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.InviteReviewerForSubmissionRequest" Nullable="false" /><ReturnType Type="Microsoft.Research.CMT.Entities.Conference.EmailMessage" /></Action><Action Name="InviteReviewerForSubmission" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.InviteReviewerForSubmissionRequest" Nullable="false" /><ReturnType Type="Microsoft.Research.CMT.Entities.Conference.EmailMessage" /></Action><Action Name="InviteReviewerPreview" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.InviteReviewerRequest" Nullable="false" /><ReturnType Type="Microsoft.Research.CMT.Entities.Conference.EmailMessage" /></Action><Action Name="InviteReviewersPreview" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.InviteReviewerNewUserRequest" Nullable="false" /><ReturnType Type="Microsoft.Research.CMT.Entities.Conference.EmailMessage" /></Action><Action Name="InviteReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.InviteReviewerRequest" Nullable="false" /><ReturnType Type="Microsoft.Research.CMT.Entities.Conference.EmailMessage" /></Action><Action Name="InviteReviewers" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.InviteReviewersRequest" Nullable="false" /><ReturnType Type="Microsoft.Research.CMT.Entities.Conference.EmailMessage" /></Action><Action Name="ModifyPermissions" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.User" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ModifyPermissionsRequest" /></Action><Action Name="ResetPassword" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.User" /><Parameter Name="Password" Type="Edm.String" /></Action><Action Name="SearchInviteeByEmail" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Email" Type="Edm.String" /><ReturnType Type="Microsoft.Research.CMT.Model.Invitee" /></Action><Action Name="AddInvitee" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.AddInviteeRequest" Nullable="false" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="GetUserByEmail" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Email" Type="Edm.String" /><ReturnType Type="Microsoft.Research.CMT.Model.User" /></Action><Action Name="GetUserWithUserInformationEntered" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.User)" /><Parameter Name="Email" Type="Edm.String" /><Parameter Name="TrackId" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Microsoft.Research.CMT.Model.User" /></Action><Action Name="Impersonate" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.User" /></Action><Action Name="GetReviewerSimpleView" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.ReviewerView" /><ReturnType Type="Microsoft.Research.CMT.Model.ReviewerSimpleView" /></Action><Action Name="GetMetaReviewerSimpleView" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.MetaReviewerView" /><ReturnType Type="Microsoft.Research.CMT.Model.MetaReviewerSimpleView" /></Action><Action Name="GetSeniorMetaReviewerSimpleView" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.SeniorMetaReviewerBiddingView" /><ReturnType Type="Microsoft.Research.CMT.Model.SeniorMetaReviewerSimpleView" /></Action><Action Name="BulkChangeBid" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SeniorMetaReviewerBiddingModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.BulkChangeUserBidRequest" /></Action><Action Name="BulkChangeBid" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.BiddingModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.BulkChangeBidRequest" /></Action><Action Name="UserCountFilteredBidding" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SeniorMetaReviewerBiddingModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.GetUserBiddingFilteredRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="TransferAssignedMetaReviewers" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SeniorMetaReviewerBiddingModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.TransferAssignmentsRequest" /></Action><Action Name="GetBySubmissionId" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.AuthorFeedbackView)" /><Parameter Name="Id" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Microsoft.Research.CMT.Model.AuthorFeedbackView" Nullable="false" /></Action><Action Name="GetBySubmissionId" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.AuthorFeedbackDraft)" /><Parameter Name="Id" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Microsoft.Research.CMT.Model.AuthorFeedbackDraft" Nullable="false" /></Action><Action Name="GetBySubmissionIdAndReviewerId" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ReviewDraft)" /><Parameter Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Parameter Name="ReviewerId" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Microsoft.Research.CMT.Model.ReviewDraft" Nullable="false" /></Action><Action Name="GetBySubmissionIdAndMetaReviewerId" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaReviewDraft)" /><Parameter Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Parameter Name="MetaReviewerId" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Microsoft.Research.CMT.Model.MetaReviewDraft" Nullable="false" /></Action><Action Name="AssignExternalReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Review)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.AssignExternalReviewerModelRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.UserView" /></Action><Function Name="MobileView" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.EmailMessageView" /><ReturnType Type="Microsoft.Research.CMT.Model.EmailMessageMobileView" /></Function><Action Name="SubmissionCountRecipients" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SubmissionSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="SubmissionGetRecipients" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SubmissionGetRecipientsRequest" /><ReturnType Type="Collection(Microsoft.Research.CMT.Model.UserView)" /></Action><Action Name="SubmissionPreview" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SubmissionSendEmailRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.PreviewEmailResponse" /></Action><Action Name="SubmissionSend" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SubmissionSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="UserCountRecipients" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.UserSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="UserPreview" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.UserSendEmailRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.PreviewEmailResponse" /></Action><Action Name="UserSend" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.UserSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="SupportSend" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SupportSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="ChairsSend" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ChairsSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="AuthorSendMetaReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SendMetaReviewerEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="ReviewerSendMetaReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SendMetaReviewerEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="EmailTrackChairForSubmission" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.EmailTrackChairForSubmissionRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="AuthorSendSeniorMetaReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SendMetaReviewerEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="ReviewerSendSeniorMetaReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SendMetaReviewerEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="MetaReviewerSendAuthor" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SendAuthorEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="MetaReviewerSendSeniorMetaReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SendMetaReviewerEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="SendReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SendReviewerEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="SendAssignedReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SendAssignedReviewerEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="SendMetaReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SendReviewerEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="SendAssignedMetaReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SendAssignedReviewerEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="ReviewerCountRecipients" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ReviewerSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="MetaReviewerCountRecipients" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ReviewerSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="SeniorMetaReviewerCountRecipients" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ReviewerSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="SeniorMetaReviewerSendMetaReviewerCountRecipients" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ReviewerSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="ReviewerPreview" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ReviewerSendEmailRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.PreviewEmailResponse" /></Action><Action Name="MetaReviewerPreview" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ReviewerSendEmailRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.PreviewEmailResponse" /></Action><Action Name="SeniorMetaReviewerPreview" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ReviewerSendEmailRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.PreviewEmailResponse" /></Action><Action Name="SeniorMetaReviewerSendMetaReviewerPreview" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ReviewerSendEmailRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.PreviewEmailResponse" /></Action><Action Name="ExternalReviewerPreview" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ExternalReviewerSendEmailRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.PreviewEmailResponse" /></Action><Action Name="ReviewerSend" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ReviewerSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="MetaReviewerSend" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ReviewerSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="SeniorMetaReviewerSend" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ReviewerSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="SeniorMetaReviewerSendMetaReviewerSend" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ReviewerSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="ExternalReviewerSend" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ExternalReviewerSendEmailRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="ResendInvitesInfo" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ResendInvitesInfoRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.ResendInvitesInfoResponse" /></Action><Action Name="DeleteInvites" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ResendInvitesInfoRequest" /></Action><Action Name="ResendInvitesPreview" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ResendInvitesPreviewRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.ResendInvitesPreviewResponse" /></Action><Action Name="ResendInvites" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ResendInvitesSendRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="GetProgress" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="SessionId" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Microsoft.Research.CMT.Model.EmailSession" /></Action><Action Name="GetProgress" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.TpmsSubmission)" /><ReturnType Type="Microsoft.Research.CMT.Model.TpmsSendSubmissionProgress" /></Action><Action Name="GetProgress" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.IThenticateTrackSubmissionStatusStatistics)" /><ReturnType Type="Microsoft.Research.CMT.Model.iThenticate.IThenticateSendSubmissionsProgress" /></Action><Action Name="GetBulkProgress" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.Email)" /><Parameter Name="SessionIds" Type="Collection(Edm.Int32)" Nullable="false" /><ReturnType Type="Microsoft.Research.CMT.Model.EmailSession" /></Action><Action Name="GetByName" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.EmailTemplate)" /><Parameter Name="Name" Type="Edm.String" /><ReturnType Type="Microsoft.Research.CMT.Model.EmailTemplate" Nullable="false" /></Action><Action Name="GetByUniqueId" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ManageReviewerInviteView)" /><Parameter Name="UniqueId" Type="Edm.String" /><ReturnType Type="Microsoft.Research.CMT.Model.ManageReviewerInviteView" Nullable="false" /></Action><Action Name="GetByUniqueId" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ManageReviewerInviteForSubmissionView)" /><Parameter Name="UniqueId" Type="Edm.String" /><ReturnType Type="Microsoft.Research.CMT.Model.ManageReviewerInviteForSubmissionView" Nullable="false" /></Action><Action Name="Respond" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ManageReviewerInviteView)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.InviteRespond" /><ReturnType Type="Microsoft.Research.CMT.Model.ManageReviewerInviteView" Nullable="false" /></Action><Action Name="UpdateFeedback" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ManageReviewerInviteView)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.InviteComment" /><ReturnType Type="Microsoft.Research.CMT.Model.ManageReviewerInviteView" Nullable="false" /></Action><Action Name="SetStatus" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ManageReviewerInviteView)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.ChangeInviteStatusRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.ManageReviewerInviteView" Nullable="false" /></Action><Action Name="Decline" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ManageReviewerInviteForSubmissionView)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.InviteDecline" /><ReturnType Type="Microsoft.Research.CMT.Model.ManageReviewerInviteForSubmissionView" Nullable="false" /></Action><Action Name="AcceptWithConflictsAndComment" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ManageReviewerInviteForSubmissionView)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.InviteConflictsAndComment" /><ReturnType Type="Microsoft.Research.CMT.Model.ManageReviewerInviteForSubmissionView" Nullable="false" /></Action><Action Name="UpdateComment" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ManageReviewerInviteForSubmissionView)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.InviteComment" /><ReturnType Type="Microsoft.Research.CMT.Model.ManageReviewerInviteForSubmissionView" Nullable="false" /></Action><Action Name="AddAsReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.InviteReviewerView)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.TrackUserTuple" /><ReturnType Type="Microsoft.Research.CMT.Model.InviteReviewerView" Nullable="false" /></Action><Action Name="AddAsMetaReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.InviteReviewerView)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.TrackUserTuple" /><ReturnType Type="Microsoft.Research.CMT.Model.InviteReviewerView" Nullable="false" /></Action><Action Name="AddAsSeniorMetaReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.InviteReviewerView)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.TrackUserTuple" /><ReturnType Type="Microsoft.Research.CMT.Model.InviteReviewerView" Nullable="false" /></Action><Action Name="ExportExcel" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.BiddingModel)" /></Action><Action Name="ExportExcel" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /></Action><Action Name="ExportExcelWithAssignments" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.BiddingModel)" /></Action><Action Name="ExportExcelWithAssignments" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /></Action><Action Name="ExportXml" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.BiddingModel)" /></Action><Action Name="ExportXml" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /></Action><Action Name="GetImportTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.BiddingModel)" /></Action><Action Name="GetImportTemplate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /></Action><Action Name="ExportToTabDelimitedFile" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.BiddingModel)" /><ReturnType Type="Microsoft.Research.CMT.Model.BiddingModel" Nullable="false" /></Action><Action Name="ExportToTabDelimitedFile" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /><ReturnType Type="Microsoft.Research.CMT.Model.MetaBiddingModel" Nullable="false" /></Action><Action Name="ImportCustomFields" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.BiddingModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportBiddingCustomFieldModelRequest" /></Action><Action Name="SubmissionCountFilteredBidding" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.BiddingModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.GetReviewingFilteredRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="BidSummaryFilteredBidding" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.BiddingModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.GetReviewingFilteredRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.BidSummary" /></Action><Action Name="SubmissionCountFilteredMetaBidding" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.GetMetaReviewingFilteredRequest" /><ReturnType Type="Edm.Int32" Nullable="false" /></Action><Action Name="BidSummaryFilteredMetaBidding" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.GetMetaReviewingFilteredRequest" /><ReturnType Type="Microsoft.Research.CMT.Model.BidSummary" /></Action><Action Name="BulkChangeMetaBid" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.BulkChangeMetaBidRequest" /></Action><Action Name="BulkDiscussionEnableDisable" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /><Parameter Name="Filter" Type="Edm.String" /><Parameter Name="Enable" Type="Edm.Boolean" Nullable="false" /></Action><Action Name="EnableDisableAuthorFeedback" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaBiddingModel)" /><Parameter Name="SubmissionId" Type="Edm.Int32" Nullable="false" /><Parameter Name="Enable" Type="Edm.Boolean" Nullable="false" /></Action><Action Name="ExportTrackReviewers" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ReviewerStatModel)" /></Action><Action Name="BulkChangeQuota" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ReviewerStatModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.BulkChangeQuotaRequest" /></Action><Action Name="BulkChangeUserType" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ReviewerStatModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.BulkChangeUserTypeRequest" /></Action><Action Name="BulkChangeUserType" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaReviewerStatModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.BulkChangeUserTypeRequest" /></Action><Action Name="BulkChangeUserType" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SeniorMetaReviewerStatModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.BulkChangeUserTypeRequest" /></Action><Action Name="BulkChangeIsEmergency" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ReviewerStatModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.BulkChangeIsEmergencyRequest" /></Action><Action Name="BulkCopyReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ReviewerStatModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.BulkCopyTrackUserRequest" /></Action><Action Name="BulkRemoveReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.ReviewerStatModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.BulkRemoveTrackUserRequest" /></Action><Action Name="ExportTrackMetaReviewers" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaReviewerStatModel)" /></Action><Action Name="BulkCopyMetaReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaReviewerStatModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.BulkCopyTrackUserRequest" /></Action><Action Name="BulkRemoveMetaReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.MetaReviewerStatModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.BulkRemoveTrackUserRequest" /></Action><Action Name="ExportTrackSeniorMetaReviewers" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SeniorMetaReviewerStatModel)" /></Action><Action Name="AssignMetaReviewer" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.MetaReviewerGroupStatModel" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.UserAssignmentModificationRequest" Nullable="false" /></Action><Action Name="BulkChangeStatus" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.TrackStatus)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.BulkChangeStatusRequest" /></Action><Action Name="UnassignStatus" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.TrackStatus" /></Action><Action Name="AddCandidate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SuggestionModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.AddCandidateRequest" /><ReturnType Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.AddCandidateResponse" /></Action><Action Name="ImportSuggestions" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SuggestionModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportSuggestionModelRequest" /></Action><Action Name="ImportMetaSuggestions" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SuggestionModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.ImportMetaSuggestionModelRequest" /></Action><Action Name="SendSubmissionToTpms" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.TpmsSubmission" /></Action><Action Name="GetTpmsTracksInfo" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.TpmsSubmission)" /><ReturnType Type="Collection(Microsoft.Research.CMT.Model.TpmsTrackInfo)" /></Action><Action Name="SendSubmissionsToTpms" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.TpmsSubmission)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.SendSubmissionsToTpmsRequestModel" /></Action><Action Name="ClearProgress" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.TpmsSubmission)" /></Action><Action Name="ClearProgress" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.IThenticateTrackSubmissionStatusStatistics)" /></Action><Action Name="GetTpmsReviewersTrackInfo" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.TpmsMatchingRequest)" /><ReturnType Type="Collection(Microsoft.Research.CMT.Model.TpmsReviewerAndMetaReviewerTrackInfo)" /></Action><Action Name="RetrieveScores" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.TpmsMatchingRequest" /></Action><Action Name="DownloadReviewerScores" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.TpmsScore)" /></Action><Action Name="DownloadMetaReviewerScores" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.TpmsScore)" /></Action><Action Name="DownloadSeniorMetaReviewerScores" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.TpmsScore)" /></Action><Action Name="CheckConflicts" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SessionModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.SessionBulkRequest" /><ReturnType Type="Collection(Microsoft.Research.CMT.Model.ConflictingSessionsModel)" /></Action><Action Name="BulkUnassignPresentation" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SessionModel)" /><Parameter Name="Filter" Type="Edm.String" /></Action><Action Name="UpdateSubjectAreas" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SessionModel)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.SessionSubjectAreasRequest" /></Action><Action Name="ExportSessionPresentations" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.SessionModel)" /></Action><Action Name="GetSimilarityReport" IsBound="true"><Parameter Name="bindingParameter" Type="Microsoft.Research.CMT.Model.IThenticateResult" /><ReturnType Type="Edm.String" /></Action><Action Name="SendSingle" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.IThenticateTrackSubmissionStatusStatistics)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Model.iThenticate.IThenticateSendSubmissionRequest" /></Action><Function Name="GetCopySettingsSourceConferences" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.GeneralSettings)" /><ReturnType Type="Microsoft.Research.CMT.Model.GeneralSettings" /></Function><Action Name="ImportSettings" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Microsoft.Research.CMT.Model.GeneralSettings)" /><Parameter Name="Request" Type="Microsoft.Research.CMT.Web.Controllers.Api.V1.ImportSettingsInDto" Nullable="false" /></Action><EntityContainer Name="Conference"><EntitySet Name="Supplementary" EntityType="Microsoft.Research.CMT.Model.Supplementary" /><EntitySet Name="SubmissionFilesModel" EntityType="Microsoft.Research.CMT.Model.SubmissionFilesModel" /><EntitySet Name="InplaceRevision" EntityType="Microsoft.Research.CMT.Model.InplaceRevision" /><EntitySet Name="SubmissionMetaReviewerViews" EntityType="Microsoft.Research.CMT.Model.SubmissionMetaReviewerView" /><EntitySet Name="SubmissionReviewerViews" EntityType="Microsoft.Research.CMT.Model.SubmissionReviewerView" /><EntitySet Name="ConflictSelectionViews" EntityType="Microsoft.Research.CMT.Model.ConflictSelectionView" /><EntitySet Name="SubmissionAuthorViews" EntityType="Microsoft.Research.CMT.Model.SubmissionAuthorView" /><EntitySet Name="SubmissionStatusSummary" EntityType="Microsoft.Research.CMT.Model.SubmissionStatusSummary"><NavigationPropertyBinding Path="SubmissionSummaries" Target="SubmissionSummary" /></EntitySet><EntitySet Name="SubmissionSummary" EntityType="Microsoft.Research.CMT.Model.SubmissionSummary" /><EntitySet Name="QuestionTypes" EntityType="Microsoft.Research.CMT.Model.QuestionType" /><EntitySet Name="OptionsTypes" EntityType="Microsoft.Research.CMT.Model.OptionsType" /><EntitySet Name="SubmissionSettings" EntityType="Microsoft.Research.CMT.Model.SubmissionSettings" /><EntitySet Name="ConflictSettings" EntityType="Microsoft.Research.CMT.Model.ConflictSettings" /><EntitySet Name="CameraReadySubmissionSettings" EntityType="Microsoft.Research.CMT.Model.CameraReadySubmissionSettings" /><EntitySet Name="AuthorFeedbackSettings" EntityType="Microsoft.Research.CMT.Model.AuthorFeedbackSettings" /><EntitySet Name="ReviewSettings" EntityType="Microsoft.Research.CMT.Model.ReviewSettings" /><EntitySet Name="MetaReviewSettings" EntityType="Microsoft.Research.CMT.Model.MetaReviewSettings" /><EntitySet Name="SeniorMetaReviewSettings" EntityType="Microsoft.Research.CMT.Model.SeniorMetaReviewSettings" /><EntitySet Name="GeneralSettings" EntityType="Microsoft.Research.CMT.Model.GeneralSettings" /><EntitySet Name="ConferenceSessionSettings" EntityType="Microsoft.Research.CMT.Model.ConferenceSessionSettings" /><EntitySet Name="Files" EntityType="Microsoft.Research.CMT.Model.File" /><EntitySet Name="UserTypeOptions" EntityType="Microsoft.Research.CMT.Model.UserTypeOption" /><EntitySet Name="UserTypes" EntityType="Microsoft.Research.CMT.Model.UserType" /><EntitySet Name="SubmissionSimpleModels" EntityType="Microsoft.Research.CMT.Model.SubmissionSimpleCachedModel" /><EntitySet Name="SubmissionMobileModels" EntityType="Microsoft.Research.CMT.Model.SubmissionMobileModel" /><EntitySet Name="UserModels" EntityType="Microsoft.Research.CMT.Model.UserCachedModel" /><EntitySet Name="ChairModels" EntityType="Microsoft.Research.CMT.Model.UserCachedModel" /><EntitySet Name="Forms" EntityType="Microsoft.Research.CMT.Model.Form" /><EntitySet Name="ReviewVersionViews" EntityType="Microsoft.Research.CMT.Model.ReviewVersionView" /><EntitySet Name="UserInformationModels" EntityType="Microsoft.Research.CMT.Model.UserInformationModel" /><EntitySet Name="UserInformationViews" EntityType="Microsoft.Research.CMT.Model.UserInformationView" /><EntitySet Name="TrackReviewerViews" EntityType="Microsoft.Research.CMT.Model.TrackReviewerView" /><EntitySet Name="ReviewerSubmissionViews" EntityType="Microsoft.Research.CMT.Model.ReviewerSubmissionView" /><EntitySet Name="MetaReviewerSubmissionViews" EntityType="Microsoft.Research.CMT.Model.MetaReviewerSubmissionView" /><EntitySet Name="SeniorMetaReviewerSubmissionViews" EntityType="Microsoft.Research.CMT.Model.SeniorMetaReviewerSubmissionView" /><EntitySet Name="Tracks" EntityType="Microsoft.Research.CMT.Model.Track" /><EntitySet Name="UserDisputeConflicts" EntityType="Microsoft.Research.CMT.Model.UserDisputeConflictViewModel" /><EntitySet Name="ChairManageDisputedConflicts" EntityType="Microsoft.Research.CMT.Model.ChairManageDisputedConflictViewModel" /><EntitySet Name="ChairConflicts" EntityType="Microsoft.Research.CMT.Model.ChairConflictViewModel" /><EntitySet Name="ConflictReasons" EntityType="Microsoft.Research.CMT.Model.ConflictReason" /><EntitySet Name="Copyrights" EntityType="Microsoft.Research.CMT.Model.Copyright" /><EntitySet Name="UserSettingsModels" EntityType="Microsoft.Research.CMT.Model.UserSettingsModel" /><EntitySet Name="PaperStatuses" EntityType="Microsoft.Research.CMT.Model.PaperStatus" /><EntitySet Name="SuggestionViews" EntityType="Microsoft.Research.CMT.Model.SuggestionView" /><EntitySet Name="InviteStatusModels" EntityType="Microsoft.Research.CMT.Model.InviteStatusModel" /><EntitySet Name="ExternalReviewModels" EntityType="Microsoft.Research.CMT.Model.ExternalReviewModel" /><EntitySet Name="ReferenceModels" EntityType="Microsoft.Research.CMT.Model.ReferenceModel" /><EntitySet Name="SubmissionBulkSummaryViews" EntityType="Microsoft.Research.CMT.Model.SubmissionBulkSummaryView" /><EntitySet Name="Rooms" EntityType="Microsoft.Research.CMT.Model.RoomModel" /><EntitySet Name="ReviewRatings" EntityType="Microsoft.Research.CMT.Model.ReviewRating" /><EntitySet Name="ReviewSnapshotAuthorViews" EntityType="Microsoft.Research.CMT.Model.ReviewAuthorView" /><EntitySet Name="QuestionInvisibleByTags" EntityType="Microsoft.Research.CMT.Model.QuestionInvisibleByTag" /><EntitySet Name="IThenticateRetrieveResults" EntityType="Microsoft.Research.CMT.Model.IThenticateRetrieveResultSession" /><EntitySet Name="ReviewerNotes" EntityType="Microsoft.Research.CMT.Model.ReviewerNote" /><EntitySet Name="MetaReviewerNotes" EntityType="Microsoft.Research.CMT.Model.MetaReviewerNote" /><EntitySet Name="SeniorMetaReviewerNotes" EntityType="Microsoft.Research.CMT.Model.SeniorMetaReviewerNote" /><EntitySet Name="MetaReviews" EntityType="Microsoft.Research.CMT.Model.MetaReview" /><EntitySet Name="MetaReviewViews" EntityType="Microsoft.Research.CMT.Model.MetaReviewView" /><EntitySet Name="SubmissionStatuses" EntityType="Microsoft.Research.CMT.Model.SubmissionStatus" /><EntitySet Name="SeniorMetaReviewerRatingOptions" EntityType="Microsoft.Research.CMT.Model.SeniorMetaReviewerRatingOption" /><EntitySet Name="SharedMetaReviewerRecommendationOptions" EntityType="Microsoft.Research.CMT.Model.SharedMetaReviewerRecommendationOption" /><EntitySet Name="TpmsScores" EntityType="Microsoft.Research.CMT.Model.TpmsScore" /><EntitySet Name="CustomAffinityScores" EntityType="Microsoft.Research.CMT.Model.CustomAffinityScore" /><EntitySet Name="Roles" EntityType="Microsoft.Research.CMT.Model.Role" /><EntitySet Name="ManageInviteMetaReviewers" EntityType="Microsoft.Research.CMT.Model.InviteReviewerView" /><EntitySet Name="ManageInviteSeniorMetaReviewers" EntityType="Microsoft.Research.CMT.Model.InviteReviewerView" /><EntitySet Name="ManageInviteReviewerForSubmission" EntityType="Microsoft.Research.CMT.Model.InviteReviewerForSubmissionView" /><EntitySet Name="MetaSharedModels" EntityType="Microsoft.Research.CMT.Model.MetaBiddingModel" /><EntitySet Name="MetaReviewModels" EntityType="Microsoft.Research.CMT.Model.MetaBiddingModel" /><EntitySet Name="MetaReviewerGroupPotentialMetaReviewerViews" EntityType="Microsoft.Research.CMT.Model.MetaReviewerGroupPotentialMetaReviewerView" /><EntitySet Name="ConflictDomains" EntityType="Microsoft.Research.CMT.Model.ConflictDomains" /><EntitySet Name="ChairNoteViews" EntityType="Microsoft.Research.CMT.Model.ChairNoteView" /><EntitySet Name="ReviewModels" EntityType="Microsoft.Research.CMT.Model.BiddingModel" /><EntitySet Name="AuthorFeedbackComments" EntityType="Microsoft.Research.CMT.Model.AuthorFeedbackComment" /><EntitySet Name="SupportRequestViews" EntityType="Microsoft.Research.CMT.Model.SupportRequestView" /><EntitySet Name="ReviewViews" EntityType="Microsoft.Research.CMT.Model.ReviewView" /><EntitySet Name="ReviewerSubmissionComparisons" EntityType="Microsoft.Research.CMT.Model.SubmissionComparison" /><EntitySet Name="MetaReviewerSubmissionComparisons" EntityType="Microsoft.Research.CMT.Model.SubmissionComparison" /><EntitySet Name="AuditActivities" EntityType="Microsoft.Research.CMT.Model.AuditActivity" /><EntitySet Name="SubjectAreas" EntityType="Microsoft.Research.CMT.Model.SubjectArea" /><EntitySet Name="Submissions" EntityType="Microsoft.Research.CMT.Model.Submission"><NavigationPropertyBinding Path="ConflictSelections" Target="ConflictSelectionViews" /><NavigationPropertyBinding Path="MetaReviewerNotes" Target="MetaReviewerNoteViews" /><NavigationPropertyBinding Path="MetaReviewers" Target="SubmissionMetaReviewerViews" /><NavigationPropertyBinding Path="MetaReviews" Target="MetaReviewViews" /><NavigationPropertyBinding Path="ReviewerNotes" Target="ReviewerNoteViews" /><NavigationPropertyBinding Path="Reviewers" Target="SubmissionReviewerViews" /><NavigationPropertyBinding Path="Reviews" Target="ReviewViews" /><NavigationPropertyBinding Path="SeniorMetaReviewerNotes" Target="SeniorMetaReviewerNoteViews" /><NavigationPropertyBinding Path="SeniorMetaReviewers" Target="SubmissionReviewerViews" /></EntitySet><EntitySet Name="ReviewerNoteViews" EntityType="Microsoft.Research.CMT.Model.ReviewerNoteView" /><EntitySet Name="MetaReviewerNoteViews" EntityType="Microsoft.Research.CMT.Model.MetaReviewerNoteView" /><EntitySet Name="SeniorMetaReviewerNoteViews" EntityType="Microsoft.Research.CMT.Model.SeniorMetaReviewerNoteView" /><EntitySet Name="CameraReadySubmissions" EntityType="Microsoft.Research.CMT.Model.CameraReadySubmission" /><EntitySet Name="Presentations" EntityType="Microsoft.Research.CMT.Model.PresentationModel" /><EntitySet Name="IndividualConflictViews" EntityType="Microsoft.Research.CMT.Model.IndividualConflictView" /><EntitySet Name="DiscussionMessages" EntityType="Microsoft.Research.CMT.Model.Discussion.DiscussionMessage" /><EntitySet Name="AuthorFeedbacks" EntityType="Microsoft.Research.CMT.Model.AuthorFeedback" /><EntitySet Name="ChairNotes" EntityType="Microsoft.Research.CMT.Model.ChairNote" /><EntitySet Name="SubmissionViews" EntityType="Microsoft.Research.CMT.Model.SubmissionView"><NavigationPropertyBinding Path="MetaReviews" Target="MetaReviews" /><NavigationPropertyBinding Path="Reviews" Target="Reviews" /></EntitySet><EntitySet Name="CameraReadySubmissionViews" EntityType="Microsoft.Research.CMT.Model.CameraReadySubmissionView" /><EntitySet Name="Questions" EntityType="Microsoft.Research.CMT.Model.Question" /><EntitySet Name="TrackSummaries" EntityType="Microsoft.Research.CMT.Model.TrackSummary"><NavigationPropertyBinding Path="StatusSummaries" Target="SubmissionStatusSummary" /></EntitySet><EntitySet Name="TpmsSettings" EntityType="Microsoft.Research.CMT.Model.TpmsSettings" /><EntitySet Name="DeletedSubmissions" EntityType="Microsoft.Research.CMT.Model.DeletedSubmission" /><EntitySet Name="SubmissionModels" EntityType="Microsoft.Research.CMT.Model.SubmissionCachedModel" /><EntitySet Name="ReviewerModels" EntityType="Microsoft.Research.CMT.Model.Assignment.ReviewerModel" /><EntitySet Name="PaperModels" EntityType="Microsoft.Research.CMT.Model.Assignment.PaperModel" /><EntitySet Name="MetaPaperModels" EntityType="Microsoft.Research.CMT.Model.Assignment.PaperModel" /><EntitySet Name="MetaReviewerModels" EntityType="Microsoft.Research.CMT.Model.Assignment.ReviewerModel" /><EntitySet Name="PapersDetails" EntityType="Microsoft.Research.CMT.Model.Assignment.PapersDetail"><NavigationPropertyBinding Path="Assigned" Target="ReviewerModels" /><NavigationPropertyBinding Path="New" Target="ReviewerModels" /></EntitySet><EntitySet Name="ReviewersDetails" EntityType="Microsoft.Research.CMT.Model.Assignment.ReviewersDetail"><NavigationPropertyBinding Path="Assigned" Target="PaperModels" /><NavigationPropertyBinding Path="New" Target="PaperModels" /></EntitySet><EntitySet Name="MetaReviewersDetails" EntityType="Microsoft.Research.CMT.Model.Assignment.ReviewersDetail"><NavigationPropertyBinding Path="Assigned" Target="MetaPaperModels" /><NavigationPropertyBinding Path="New" Target="MetaPaperModels" /></EntitySet><EntitySet Name="MetaPapersDetails" EntityType="Microsoft.Research.CMT.Model.Assignment.PapersDetail"><NavigationPropertyBinding Path="Assigned" Target="MetaReviewerModels" /><NavigationPropertyBinding Path="New" Target="MetaReviewerModels" /></EntitySet><EntitySet Name="Users" EntityType="Microsoft.Research.CMT.Model.User" /><EntitySet Name="ReviewerViews" EntityType="Microsoft.Research.CMT.Model.ReviewerView" /><EntitySet Name="MetaReviewerViews" EntityType="Microsoft.Research.CMT.Model.MetaReviewerView" /><EntitySet Name="SeniorMetaReviewerBiddingViews" EntityType="Microsoft.Research.CMT.Model.SeniorMetaReviewerBiddingView" /><EntitySet Name="SeniorMetaReviewerBiddingModels" EntityType="Microsoft.Research.CMT.Model.SeniorMetaReviewerBiddingModel" /><EntitySet Name="AuthorFeedbackViews" EntityType="Microsoft.Research.CMT.Model.AuthorFeedbackView" /><EntitySet Name="AuthorFeedbackDrafts" EntityType="Microsoft.Research.CMT.Model.AuthorFeedbackDraft" /><EntitySet Name="ReviewDrafts" EntityType="Microsoft.Research.CMT.Model.ReviewDraft" /><EntitySet Name="MetaReviewDrafts" EntityType="Microsoft.Research.CMT.Model.MetaReviewDraft" /><EntitySet Name="Reviews" EntityType="Microsoft.Research.CMT.Model.Review" /><EntitySet Name="EmailMessages" EntityType="Microsoft.Research.CMT.Model.EmailMessageView" /><EntitySet Name="Emails" EntityType="Microsoft.Research.CMT.Model.Email" /><EntitySet Name="EmailTemplates" EntityType="Microsoft.Research.CMT.Model.EmailTemplate" /><EntitySet Name="ManageReviewerInvites" EntityType="Microsoft.Research.CMT.Model.ManageReviewerInviteView" /><EntitySet Name="ManageReviewerInvitesForSubmission" EntityType="Microsoft.Research.CMT.Model.ManageReviewerInviteForSubmissionView" /><EntitySet Name="ManageInviteReviewers" EntityType="Microsoft.Research.CMT.Model.InviteReviewerView" /><EntitySet Name="BiddingModels" EntityType="Microsoft.Research.CMT.Model.BiddingModel" /><EntitySet Name="BiddingReviewModels" EntityType="Microsoft.Research.CMT.Model.BiddingModel" /><EntitySet Name="MetaBiddingModels" EntityType="Microsoft.Research.CMT.Model.MetaBiddingModel" /><EntitySet Name="MetaBiddingReviewModels" EntityType="Microsoft.Research.CMT.Model.MetaBiddingModel" /><EntitySet Name="TrackReviewers" EntityType="Microsoft.Research.CMT.Model.ReviewerStatModel" /><EntitySet Name="TrackMetaReviewers" EntityType="Microsoft.Research.CMT.Model.MetaReviewerStatModel" /><EntitySet Name="TrackSeniorMetaReviewers" EntityType="Microsoft.Research.CMT.Model.SeniorMetaReviewerStatModel" /><EntitySet Name="TrackMetaReviewerGroups" EntityType="Microsoft.Research.CMT.Model.MetaReviewerGroupStatModel"><NavigationPropertyBinding Path="MetaReviewers" Target="MetaReviewerGroupPotentialMetaReviewerViews" /></EntitySet><EntitySet Name="TrackStatuses" EntityType="Microsoft.Research.CMT.Model.TrackStatus"><NavigationPropertyBinding Path="Statuses" Target="SubmissionStatuses" /></EntitySet><EntitySet Name="SuggestionModels" EntityType="Microsoft.Research.CMT.Model.SuggestionModel" /><EntitySet Name="ProceedingEditorModels" EntityType="Microsoft.Research.CMT.Model.ProceedingEditorSubmissionModel" /><EntitySet Name="TpmsSubmissions" EntityType="Microsoft.Research.CMT.Model.TpmsSubmission" /><EntitySet Name="TpmsMatchingRequests" EntityType="Microsoft.Research.CMT.Model.TpmsMatchingRequest" /><EntitySet Name="Sessions" EntityType="Microsoft.Research.CMT.Model.SessionModel"><NavigationPropertyBinding Path="Presentations" Target="Presentations" /></EntitySet><EntitySet Name="IThenticateSettings" EntityType="Microsoft.Research.CMT.Model.IThenticateSettings" /><EntitySet Name="IThenticateResults" EntityType="Microsoft.Research.CMT.Model.IThenticateResult" /><EntitySet Name="IThenticateSubmissions" EntityType="Microsoft.Research.CMT.Model.IThenticateTrackSubmissionStatusStatistics" /></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>