<edmx:Edmx xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx" Version="1.0">
    <edmx:DataServices xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"
        m:DataServiceVersion="3.0" m:MaxDataServiceVersion="3.0">
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP">
            <ComplexType Name="KeyValue">
                <Property Name="Key" Type="Edm.String" />
                <Property Name="Value" Type="Edm.String" />
                <Property Name="ValueType" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SimpleDataRow">
                <Property Name="Cells" Type="Collection(SP.KeyValue)" />
            </ComplexType>
            <ComplexType Name="SimpleDataTable">
                <Property Name="Rows" Type="Collection(SP.SimpleDataRow)" />
            </ComplexType>
            <ComplexType Name="MethodInformation">
                <Property Name="IsBeta" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Parameters" Type="Collection(SP.ParameterInformation)" />
                <Property Name="ReturnTypeFullName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ParameterInformation">
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ParameterTypeFullName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PropertyInformation">
                <Property Name="ExcludeFromDefaultRetrieval" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsBeta" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="PropertyTypeFullName" Type="Edm.String" />
                <Property Name="ReadOnly" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="Audience">
                <Property Name="Email" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="HomeSiteNavConfiguration">
                <Property Name="IsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LogoHash" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="HomeSiteReference">
                <Property Name="Audiences" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="SiteFlags" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="HomeSitesDetails">
                <Property Name="Audiences" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="IsInDraftMode" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsVivaBackendSite" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MatchingAudiences" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TargetedLicenseType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="VivaConnectionsDefaultStart" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PortalAndOrgNewsSiteReference">
                <Property Name="IsInDraftMode" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsVivaBackend" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="OrganizationNewsSiteReference"
                BaseType="SP.PortalAndOrgNewsSiteReference" />
            <ComplexType Name="SPHSiteReference" BaseType="SP.PortalAndOrgNewsSiteReference">
                <Property Name="LogoUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TargetedSiteDetails">
                <Property Name="Audiences" Type="Collection(SP.Audience)" />
                <Property Name="IsInDraftMode" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsVivaBackendSite" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TargetedLicenseType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="VivaConnectionsDefaultStart" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="VivaConnectionsLicense">
                <Property Name="IsTenantEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsUserEnabled" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="FileCreationInformation">
                <Property Name="Content" Type="Edm.Binary" />
                <Property Name="Overwrite" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="XorHash" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="KnowledgeHubSiteReference">
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AppSettingsInTeams">
                <Property Name="DesktopSettings" Type="SP.DesktopSettings" />
                <Property Name="MobileSettings" Type="SP.MobileSettings" />
            </ComplexType>
            <ComplexType Name="DesktopSettings">
                <Property Name="IsVivaHomeOptedOut" Type="Edm.Boolean" />
            </ComplexType>
            <ComplexType Name="MobileSettings">
                <Property Name="tabs" Type="Collection(SP.TabItem)" />
            </ComplexType>
            <ComplexType Name="TabItem">
                <Property Name="name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ConfigurationData">
                <Property Name="AppSettings" Type="SP.MobileSettings" />
                <Property Name="BridgeAbsolutePath" Type="SP.ResourcePath" />
                <Property Name="HomeSiteTitle" Type="Edm.String" />
                <Property Name="IsCustomizedThemeEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPersonalizationEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsVivaHomeFeedReplaceFlightEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="IsVivaHomeOptedOut" Type="Edm.Boolean" Nullable="false" />
                <Property Name="NavConfig" Type="SP.HomeSiteNavConfiguration" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Theme" Type="Edm.String" />
                <Property Name="VivaExperienceType" Type="Edm.Int32" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ResourcePath">
                <Property Name="DecodedUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="VivaHomeTitleRegion">
                <Property Name="ImageUrl" Type="Edm.String" />
                <Property Name="ListId" Type="Edm.Guid" />
                <Property Name="SiteId" Type="Edm.Guid" />
                <Property Name="TranslateX" Type="Edm.Double" />
                <Property Name="TranslateY" Type="Edm.Double" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="WebId" Type="Edm.Guid" />
            </ComplexType>
            <ComplexType Name="DashboardItemInfo">
                <Property Name="ItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="DashboardItem">
                <Property Name="WebAbsolutePath" Type="SP.ResourcePath" />
            </ComplexType>
            <ComplexType Name="PivotItem">
                <Property Name="Audiences" Type="Collection(Edm.String)" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="VivaConnectionsUrlConfiguration">
                <Property Name="ContentUrl" Type="Edm.String" />
                <Property Name="DashboardNotConfiguredWarning" Type="Edm.String" />
                <Property Name="GlobalNavNotConfiguredWarning" Type="Edm.String" />
                <Property Name="NotHomeSiteUrlWarning" Type="Edm.String" />
                <Property Name="SearchUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="UserIdInfo">
                <Property Name="NameId" Type="Edm.String" />
                <Property Name="NameIdIssuer" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="BrandCenterConfiguration">
                <Property Name="BrandColorsListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="BrandColorsListUrl" Type="SP.ResourcePath" />
                <Property Name="BrandFontLibraryId" Type="Edm.Guid" Nullable="false" />
                <Property Name="BrandFontLibraryUrl" Type="SP.ResourcePath" />
                <Property Name="IsBrandCenterSiteFeatureEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPublicCdnEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OrgAssets" Type="Microsoft.SharePoint.Administration.OrgAssets" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ApprovalsCreateRequestParameters">
                <Property Name="approvers" Type="Edm.String" />
                <Property Name="awaitAll" Type="Edm.Boolean" />
                <Property Name="details" Type="Edm.String" />
                <Property Name="itemId" Type="Edm.String" />
                <Property Name="itemUrlType" Type="Edm.Int32" Nullable="false" />
                <Property Name="listId" Type="Edm.String" />
                <Property Name="markDocAsFinal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="title" Type="Edm.String" />
                <Property Name="url" Type="Edm.String" />
                <Property Name="version" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FieldLookupValue">
                <Property Name="LookupId" Type="Edm.Int32" Nullable="false" />
                <Property Name="LookupValue" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SemanticSearchCrawlerEnqueueItem">
                <Property Name="AssociateSiteId" Type="Edm.Guid" />
                <Property Name="ItemId" Type="Edm.Int32" />
                <Property Name="ItemUniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ItemUrl" Type="Edm.String" />
                <Property Name="ListId" Type="Edm.Guid" />
                <Property Name="SecondsInDB" Type="Edm.Int32" Nullable="false" />
                <Property Name="SemanticSearchServiceEndPointJson" Type="Edm.String" />
                <Property Name="SourceAction" Type="Edm.Int32" />
                <Property Name="VroomId" Type="Edm.String" />
                <Property Name="WorkItemId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ContentTypeId">
                <Property Name="StringValue" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FieldUserValue" BaseType="SP.FieldLookupValue">
                <Property Name="Email" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AccessRequestResponse">
                <Property Name="requestedObjectId" Type="Edm.Guid" Nullable="false" />
                <Property Name="result" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CardElement">
                <Property Name="id" Type="Edm.String" />
                <Property Name="isVisible" Type="Edm.Boolean" Nullable="false" />
                <Property Name="separator" Type="Edm.Boolean" Nullable="false" />
                <Property Name="spacing" Type="Edm.String" />
                <Property Name="type" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AdaptiveCardAction" BaseType="SP.CardElement">
                <Property Name="isPrimary" Type="Edm.Boolean" Nullable="false" />
                <Property Name="title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ActionHttp" BaseType="SP.AdaptiveCardAction">
                <Property Name="body" Type="Edm.String" />
                <Property Name="headers"
                    Type="Collection(Microsoft.SharePoint.QuickActionMessageCard.Header)" />
                <Property Name="method" Type="Edm.String" />
                <Property Name="url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ActionOpenUrl" BaseType="SP.AdaptiveCardAction">
                <Property Name="url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ActionSet" BaseType="SP.CardElement">
                <Property Name="actions" Type="Collection(SP.AdaptiveCardAction)" />
                <Property Name="horizontalAlignment" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ActionShowCard" BaseType="SP.AdaptiveCardAction">
                <Property Name="card" Type="SP.AdaptiveCard" />
            </ComplexType>
            <ComplexType Name="AdaptiveCard">
                <Property Name="autoInvokeAction"
                    Type="Microsoft.SharePoint.QuickActionMessageCard.AutoInvokeAction" />
                <Property Name="autoInvokeOptions"
                    Type="Microsoft.SharePoint.QuickActionMessageCard.AutoInvokeOptions" />
                <Property Name="body" Type="Collection(SP.CardElement)" />
                <Property Name="correlationId" Type="Edm.String" />
                <Property Name="hideOriginalBody" Type="Edm.Boolean" Nullable="false" />
                <Property Name="originator" Type="Edm.String" />
                <Property Name="padding" Type="SP.Padding" />
                <Property Name="rtl" Type="Edm.Boolean" Nullable="false" />
                <Property Name="type" Type="Edm.String" />
                <Property Name="version" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="Padding">
                <Property Name="bottom" Type="Edm.String" />
                <Property Name="left" Type="Edm.String" />
                <Property Name="right" Type="Edm.String" />
                <Property Name="top" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ActionSubmit" BaseType="SP.AdaptiveCardAction">
                <Property Name="data" Type="Collection(SP.KeyValue)" />
            </ComplexType>
            <ComplexType Name="ActionToggleVisibility" BaseType="SP.AdaptiveCardAction">
                <Property Name="targetElements" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="Container" BaseType="SP.CardElement">
                <Property Name="backgroundImage" Type="Edm.String" />
                <Property Name="items" Type="Collection(SP.CardElement)" />
                <Property Name="padding" Type="SP.Padding" />
                <Property Name="selectAction" Type="SP.AdaptiveCardAction" />
                <Property Name="style" Type="Edm.String" />
                <Property Name="verticalContentAlignment" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AdaptiveCardColumn" BaseType="SP.Container">
                <Property Name="width" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AdaptiveCardImage" BaseType="SP.CardElement">
                <Property Name="altText" Type="Edm.String" />
                <Property Name="backgroundColor" Type="Edm.String" />
                <Property Name="height" Type="Edm.String" />
                <Property Name="horizontalAlignment" Type="Edm.String" />
                <Property Name="size" Type="Edm.String" />
                <Property Name="style" Type="Edm.String" />
                <Property Name="url" Type="Edm.String" />
                <Property Name="width" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AdditionalAccessStatusResponse">
                <Property Name="AdditionalAccessRequestStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="RoleValue" Type="Edm.Int32" Nullable="false" />
                <Property Name="StatusCode" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AgreementAttributeDTO">
                <Property Name="ReviewCompleteDate" Type="Edm.DateTime" />
                <Property Name="Reviewer" Type="SP.UserDTO" />
                <Property Name="ReviewId" Type="Edm.String" />
                <Property Name="ReviewStartDate" Type="Edm.DateTime" />
                <Property Name="State" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="UserDTO">
                <Property Name="Email" Type="Edm.String" />
                <Property Name="LoginName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AgreementAttributeRequestDTO">
                <Property Name="DocumentUri" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AgreementCountryResponse">
                <Property Name="CountryKey" Type="Edm.String" />
                <Property Name="DisplayName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AgreementDataPair">
                <Property Name="Count" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AgreementDocumentsInfo">
                <Property Name="Documents" Type="Collection(SP.AgreementDocument)" />
            </ComplexType>
            <ComplexType Name="AgreementDocument">
                <Property Name="DocumentType" Type="Edm.String" />
                <Property Name="DocumentUrl" Type="Edm.String" />
                <Property Name="IsActive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LinkedPDFs" Type="Collection(Edm.String)" />
                <Property Name="State" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AgreementESignStatusUpdatedPayload">
                <Property Name="AgreementId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ExternalReference" Type="Edm.Guid" />
                <Property Name="SignedDocId" Type="Edm.Guid" />
                <Property Name="Status" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AgreementImportData">
                <Property Name="ExtractionPending" Type="Edm.Int32" Nullable="false" />
                <Property Name="UserConfirmationPending" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AgreementLocationData">
                <Property Name="LibraryId" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AgreementLocation">
                <Property Name="CategoryLabel" Type="Edm.String" />
                <Property Name="FolderId" Type="Edm.Int32" Nullable="false" />
                <Property Name="LibraryId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AgreementMetaData">
                <Property Name="AgreementNumber" Type="Edm.String" />
                <Property Name="Category" Type="Edm.String" />
                <Property Name="Country" Type="Edm.String" />
                <Property Name="CreatedBy" Type="Edm.String" />
                <Property Name="CreatedTime" Type="Edm.String" />
                <Property Name="Documents" Type="Collection(SP.AgreementDocument)" />
                <Property Name="EndDate" Type="Edm.String" />
                <Property Name="FirstParty" Type="Edm.String" />
                <Property Name="Language" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Owner" Type="Edm.String" />
                <Property Name="SecondParty" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.String" />
                <Property Name="StartDate" Type="Edm.String" />
                <Property Name="State" Type="Edm.String" />
                <Property Name="TotalValue" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.String" />
                <Property Name="WebUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AgreementPermissionsData">
                <Property Name="CanAddAmendment" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanCreateAgreement" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanCreateTemplate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanImportAgreement" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanUploadSignedVersion" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsWorkspaceOwner" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AgreementReportBaseData">
                <Property Name="ByExpirationStatus" Type="Collection(SP.AgreementDataPair)" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="Expired" Type="Edm.Int32" Nullable="false" />
                <Property Name="InEffect" Type="Edm.Int32" Nullable="false" />
                <Property Name="InProgressByState" Type="Collection(SP.AgreementDataPair)" />
                <Property Name="NearExpiration" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AgreementReportFilter">
                <Property Name="Category" Type="Edm.String" />
                <Property Name="FirstParty" Type="Edm.String" />
                <Property Name="Language" Type="Edm.String" />
                <Property Name="Location" Type="Edm.String" />
                <Property Name="Owner" Type="Edm.String" />
                <Property Name="SecondParty" Type="Edm.String" />
                <Property Name="State" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AgreementSearchParameters">
                <Property Name="AgreementNumber" Type="Edm.String" />
                <Property Name="Category" Type="Edm.String" />
                <Property Name="Owner" Type="Edm.String" />
                <Property Name="RowLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="StartRow" Type="Edm.Int32" Nullable="false" />
                <Property Name="State" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AgreementsSolutionEnabledSitesResponse">
                <Property Name="Sites" Type="Collection(SP.SPAgreementsSite)" />
                <Property Name="SkipToken" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPAgreementsSite">
                <Property Name="CreatedDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="GroupId" Type="Edm.String" />
                <Property Name="LastModifiedDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ResourceVisualization" Type="SP.ResourceVisualization" />
                <Property Name="SharePointIds" Type="SP.SharePointIds" />
                <Property Name="Template" Type="SP.SiteTemplate" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="WebUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ResourceVisualization">
                <Property Name="Acronym" Type="Edm.String" />
                <Property Name="Color" Type="Edm.String" />
                <Property Name="PreviewImageUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SharePointIds">
                <Property Name="HubSiteId" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.String" />
                <Property Name="SiteUrl" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteTemplate">
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AgreementsSolutionFileContext">
                <Property Name="CategoryId" Type="Edm.String" />
                <Property Name="CategoryTermSetId" Type="Edm.String" />
                <Property Name="CheckOutType" Type="Edm.Int32" Nullable="false" />
                <Property Name="CurrentVersion" Type="Edm.String" />
                <Property Name="DoesUserHaveEditPermissionOnParent" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="EffectiveBasePermissions" Type="SP.EffectiveBasePermissions" />
                <Property Name="FieldLibrary" Type="SP.LibraryDetails" />
                <Property Name="FileProperties" Type="Collection(SP.KeyValue)" />
                <Property Name="FileRelativePath" Type="Edm.String" />
                <Property Name="FolderPathFullUrl" Type="Edm.String" />
                <Property Name="IsAgreementsSolutionFile" Type="Edm.Boolean" />
                <Property Name="LastPublishedVersion" Type="Edm.String" />
                <Property Name="ListId" Type="Edm.String" />
                <Property Name="ListItemId" Type="Edm.String" />
                <Property Name="ListItemProperties" Type="Collection(SP.KeyValue)" />
                <Property Name="ListItemUniqueId" Type="Edm.String" />
                <Property Name="ModernTemplateLibrary" Type="SP.LibraryDetails" />
                <Property Name="ParentLibrary" Type="SP.LibraryDetails" />
                <Property Name="SiteId" Type="Edm.String" />
                <Property Name="SnippetLibrary" Type="SP.LibraryDetails" />
                <Property Name="TargetLibrary" Type="SP.DestinationLibraryInfo" />
                <Property Name="WebId" Type="Edm.String" />
                <Property Name="WebServerRelativeUrl" Type="Edm.String" />
                <Property Name="WebUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="EffectiveBasePermissions">
                <Property Name="High" Type="Edm.String" />
                <Property Name="Low" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="LibraryDetails">
                <Property Name="BaseTemplateType" Type="Edm.Int32" />
                <Property Name="IsApprovalsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ListId" Type="Edm.String" />
                <Property Name="ListItemEntityTypeFullName" Type="Edm.String" />
                <Property Name="ListName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="DestinationLibraryInfo">
                <Property Name="LibraryId" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AgreementSummaryData" BaseType="SP.AgreementReportBaseData">
                <Property Name="ByCategory" Type="Collection(SP.AgreementDataPair)" />
                <Property Name="ByExpirationYear" Type="Collection(SP.AgreementDataPair)" />
                <Property Name="ByFirstParty" Type="Collection(SP.AgreementDataPair)" />
                <Property Name="ByRenewalYear" Type="Collection(SP.AgreementDataPair)" />
                <Property Name="BySecondParty" Type="Collection(SP.AgreementDataPair)" />
                <Property Name="Evergreen" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AgreementWorkFlowResponse">
                <Property Name="NextWorkFlow" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ApprovalsProperties">
                <Property Name="ApproversAwaitAll" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ApproversAwaitAllFixed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ApproversFixed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ApproverSourceType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ApproverSourceValue" Type="Edm.String" />
                <Property Name="NotificationsEnabled" Type="Edm.Boolean" />
                <Property Name="ProvisioningError" Type="Edm.String" />
                <Property Name="ProvisioningStatus" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="BaseRequestParams">
                <Property Name="Top" Type="Edm.Int32" />
            </ComplexType>
            <ComplexType Name="CAAEFieldElement">
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Version" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CAAESnippetElement">
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Version" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CAFieldValue">
                <Property Name="DataType" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CoAuthConfiguration">
                <Property Name="SourceSessionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="UpdateDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="UpdateReason" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ColumnSet" BaseType="SP.CardElement">
                <Property Name="columns" Type="Collection(SP.AdaptiveCardColumn)" />
                <Property Name="horizontalAlignment" Type="Edm.String" />
                <Property Name="padding" Type="SP.Padding" />
                <Property Name="selectAction" Type="SP.AdaptiveCardAction" />
            </ComplexType>
            <ComplexType Name="ColumnTypeInfo">
                <Property Name="PlaceholderId" Type="Edm.String" />
                <Property Name="TranslatedPlaceholderType" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ContentAssemblyFileInfo">
                <Property Name="FileUrl" Type="Edm.String" />
                <Property Name="ServerRedirectedEmbedUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ContentAssemblyFormAnswer">
                <Property Name="AdditionalData" Type="Edm.String" />
                <Property Name="Answer" Type="Edm.String" />
                <Property Name="ContentControlTagName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ContentAssemblyModernTemplateColumnsMappingInfo">
                <Property Name="DestinationListContentTypeId" Type="Edm.String" />
                <Property Name="DestinationSiteContentTypeId" Type="Edm.String" />
                <Property Name="Placeholders" Type="Collection(SP.PlaceholderV2)" />
            </ComplexType>
            <ComplexType Name="PlaceholderV2">
                <Property Name="AdditionalFieldsData" Type="Edm.String" />
                <Property Name="ColumnId" Type="Edm.String" />
                <Property Name="ColumnInternalName" Type="Edm.String" />
                <Property Name="DataType" Type="Edm.String" />
                <Property Name="FieldLibraryMappedId" Type="Edm.String" />
                <Property Name="FieldLibraryMappedVersion" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="IsColumnMappingActive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMandatory" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="QuestionTitle" Type="Edm.String" />
                <Property Name="Source" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ContentControlInfo">
                <Property Name="ContentControlTagName" Type="Edm.String" />
                <Property Name="EndIndex" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsSingleParargaph" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ParagraphIds" Type="Collection(Edm.String)" />
                <Property Name="StartIndex" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CountByDate">
                <Property Name="count" Type="Edm.Int32" Nullable="false" />
                <Property Name="date" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CreatableItemInfoCollection">
                <Property Name="Items" Type="Collection(SP.CreatableItemInfo)" />
            </ComplexType>
            <ComplexType Name="CreatableItemInfo">
                <Property Name="DocumentTemplate" Type="Edm.Int32" Nullable="false" />
                <Property Name="FileExtension" Type="Edm.String" />
                <Property Name="ItemType" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CreateAgreementFolderInfo">
                <Property Name="AgreementFolderServerRelativeUrl" Type="Edm.String" />
                <Property Name="AgreementNumber" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CreateHVCSItemApprovalRequestParameters"
                BaseType="SP.ApprovalsCreateRequestParameters">
                <Property Name="approvalConfig" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CreateReviewRequestDTO">
                <Property Name="DocumentUri" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CreateTemplateResponse">
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="UniqueID" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CurrencyInformationCollection">
                <Property Name="Items" Type="Collection(SP.CurrencyInformation)" />
            </ComplexType>
            <ComplexType Name="CurrencyInformation">
                <Property Name="DisplayString" Type="Edm.String" />
                <Property Name="LanguageCultureName" Type="Edm.String" />
                <Property Name="LCID" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CustomizedFormsPageCollection">
                <Property Name="Items" Type="Collection(SP.CustomizedFormsPage)" />
            </ComplexType>
            <ComplexType Name="CustomizedFormsPage">
                <Property Name="formType" Type="Edm.Int32" Nullable="false" />
                <Property Name="pageId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="webpartId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="DocumentGenerationInfo">
                <Property Name="ConditionalFieldsToBeDeleted" Type="Collection(Edm.String)" />
                <Property Name="ContentAssemblyFormAnswers"
                    Type="Collection(SP.ContentAssemblyFormAnswer)" />
                <Property Name="CopyFieldsFromExistingDocument" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DocumentLocation" Type="SP.DocumentLocation" />
                <Property Name="FileName" Type="Edm.String" />
                <Property Name="FolderUrl" Type="Edm.String" />
                <Property Name="Format" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsAssociatedWithDocForms" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsTempFile" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TempFileUrl" Type="Edm.String" />
                <Property Name="UpdateFolderPermissions" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="DocumentLocation">
                <Property Name="FolderId" Type="Edm.Int32" Nullable="false" />
                <Property Name="LibraryId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="EncryptionOption">
                <Property Name="AES256CBCKey" Type="Edm.Binary" />
            </ComplexType>
            <ComplexType Name="ExceptionDetails">
                <Property Name="ErrorCode" Type="Edm.String" />
                <Property Name="IsExpectedException" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Message" Type="Edm.String" />
                <Property Name="StackTrace" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FavoritedItemsParams" BaseType="SP.BaseRequestParams" />
            <ComplexType Name="FieldValuesWithUrl">
                <Property Name="FieldValues" Type="Collection(SP.CAFieldValue)" />
                <Property Name="ServerRedirectedEmbedUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FollowedSitesParams" BaseType="SP.BaseRequestParams" />
            <ComplexType Name="FontOption">
                <Property Name="fontFace" Type="Edm.String" />
                <Property Name="fontFamilyKey" Type="Edm.String" />
                <Property Name="fontVariantWeight" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GetNextAgreementWorkFlowRequest">
                <Property Name="CurrentState" Type="Edm.Int32" Nullable="false" />
                <Property Name="DocumentUri" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GetReviewConfigRequestDTO">
                <Property Name="DocumentUri" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GridInitInfoType">
                <Property Name="ControllerId" Type="Edm.String" />
                <Property Name="GridSerializer" Type="Edm.String" />
                <Property Name="JsInitObj" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="HTMLFieldSecuritySetting">
                <Property Name="allowedDomains" Type="Collection(Edm.String)" />
                <Property Name="allowEmbedding" Type="Edm.Int16" Nullable="false" />
            </ComplexType>
            <ComplexType Name="IngestionTaskKey">
                <Property Name="IngestionTableAccountKey" Type="Edm.String" />
                <Property Name="IngestionTableAccountName" Type="Edm.String" />
                <Property Name="JobId" Type="Edm.String" />
                <Property Name="TaskId" Type="Edm.String" />
                <Property Name="TenantName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="InputChoiceSet" BaseType="SP.CardElement">
                <Property Name="choices" Type="Collection(SP.InputChoice)" />
                <Property Name="isMultiSelect" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isRequired" Type="Edm.Boolean" Nullable="false" />
                <Property Name="style" Type="Edm.String" />
                <Property Name="value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="InputChoice" BaseType="SP.CardElement">
                <Property Name="isSelected" Type="Edm.Boolean" Nullable="false" />
                <Property Name="title" Type="Edm.String" />
                <Property Name="value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="InputText" BaseType="SP.CardElement">
                <Property Name="isMultiline" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isRequired" Type="Edm.Boolean" Nullable="false" />
                <Property Name="maxLength" Type="Edm.Int32" Nullable="false" />
                <Property Name="placeholder" Type="Edm.String" />
                <Property Name="style" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="InsertFieldResponse">
                <Property Name="FailedInsertions"
                    Type="Collection(Microsoft.SharePoint.Agreements.Models.FieldItemInsertionDetails)" />
                <Property Name="SuccessfulInsertions"
                    Type="Collection(Microsoft.SharePoint.Agreements.Models.FieldItemInsertionDetails)" />
            </ComplexType>
            <ComplexType Name="ItemOrderUpdateValue">
                <Property Name="HasException" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="UpdatedOrder" Type="Edm.Single" Nullable="false" />
            </ComplexType>
            <ComplexType Name="LockFileData">
                <Property Name="lockExpireTimeStamp" Type="Edm.DateTime" Nullable="false" />
                <Property Name="lockId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MainLinkDetails">
                <Property Name="Audience" Type="Edm.Int32" Nullable="false" />
                <Property Name="Role" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ManageChannelCapabilitiesRequest">
                <Property Name="ChannelCapabilities" Type="SP.SPTeamChannelCapabilities" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TeamsChannelType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPTeamChannelCapabilities">
                <Property Name="HasOwningTeamAccess" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsB2BCollabEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsB2BDirectConnectEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsNextGenerationChannel" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteMembershipIndicator" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MultiGeoCopyParameters">
                <Property Name="binaryPayload" Type="Edm.Binary" />
                <Property Name="jobId" Type="Edm.Guid" Nullable="false" />
                <Property Name="userId" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="NgspRequestParams">
                <Property Name="FavoritedItems" Type="SP.FavoritedItemsParams" />
                <Property Name="FollowedSites" Type="SP.FollowedSitesParams" />
                <Property Name="OwnedByMe" Type="SP.OwnedByMeParams" />
                <Property Name="RecentFiles" Type="SP.RecentFilesParams" />
                <Property Name="RecentSites" Type="SP.RecentSitesParams" />
                <Property Name="SuggestedSites" Type="SP.SuggestedSitesParams" />
            </ComplexType>
            <ComplexType Name="OwnedByMeParams" BaseType="SP.BaseRequestParams" />
            <ComplexType Name="RecentFilesParams" BaseType="SP.BaseRequestParams" />
            <ComplexType Name="RecentSitesParams" BaseType="SP.BaseRequestParams" />
            <ComplexType Name="SuggestedSitesParams" BaseType="SP.BaseRequestParams" />
            <ComplexType Name="Placeholder">
                <Property Name="DataType" Type="Edm.String" />
                <Property Name="EndPosition" Type="Edm.Int32" Nullable="false" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ParagraphId" Type="Edm.String" />
                <Property Name="QuestionTitle" Type="Edm.String" />
                <Property Name="Source" Type="Edm.String" />
                <Property Name="StartPosition" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PowerPlatformEnvironment">
                <Property Name="IsProvisioned" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PublishModernTemplatePayload">
                <Property Name="DisableSearchAndApprovals" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DocumentLocation" Type="SP.DocumentLocation" />
                <Property Name="IsAssociatedWithDocForms" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Placeholders" Type="Collection(SP.PlaceholderV2)" />
                <Property Name="ProcessConditionalFields" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Snippets" Type="Collection(SP.Snippet)" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="Snippet">
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Placeholders" Type="Collection(SP.PlaceholderV2)" />
                <Property Name="SnippetLibraryMappedId" Type="Edm.String" />
                <Property Name="SnippetLibraryMappedVersion" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PublishSnippetPayload">
                <Property Name="Placeholders" Type="Collection(SP.PlaceholderV2)" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PublishTemplateV2Payload">
                <Property Name="DestinationListContentTypeId" Type="Edm.String" />
                <Property Name="DestinationSiteContentTypeId" Type="Edm.String" />
                <Property Name="Placeholders" Type="Collection(SP.PlaceholderV2)" />
                <Property Name="Snippets" Type="Collection(SP.Snippet)" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RecipientLimitsInfo">
                <Property Name="AliasOnly" Type="Edm.Int32" Nullable="false" />
                <Property Name="EmailOnly" Type="Edm.Int32" Nullable="false" />
                <Property Name="MixedRecipients" Type="Edm.Int32" Nullable="false" />
                <Property Name="ObjectIdOnly" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="RelatedItem">
                <Property Name="IconUrl" Type="Edm.String" />
                <Property Name="ItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RequestedTranslation">
                <Property Name="LanguageCode" Type="Edm.String" />
                <Property Name="WebRelativePath" Type="SP.ResourcePath" />
            </ComplexType>
            <ComplexType Name="RestrictAccessControlUpdate">
                <Property Name="AllowSharingOutsideRAC" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPolicyEnabledAtSite" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPolicyEnabledAtTenant" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Justification" Type="Edm.String" />
                <Property Name="RestrictedAccessControlGroups" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="RestrictContentOrgWidePolicyUpdate">
                <Property Name="IsPolicyEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Justification" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ReviewConfigurationPayload">
                <Property Name="CategoryId" Type="Edm.String" />
                <Property Name="Reviewers" Type="Collection(Edm.String)" />
                <Property Name="ReviewType" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ReviewConfigurationResponse">
                <Property Name="Action" Type="Edm.String" />
                <Property Name="ContractCategory" Type="Edm.String" />
                <Property Name="ContractCategoryId" Type="Edm.String" />
                <Property Name="Reviewers" Type="Collection(SP.UserDTO)" />
                <Property Name="ReviewType" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ReviewDeletionConfigurationResponse">
                <Property Name="Action" Type="Edm.String" />
                <Property Name="ContractCategoryId" Type="Edm.String" />
                <Property Name="Message" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ReviewWorkFlowResponseDTO">
                <Property Name="Action" Type="Edm.String" />
                <Property Name="Comments" Type="Edm.String" />
                <Property Name="Status" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ScriptSafeDomainEntityData">
                <Property Name="DomainName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SharedWithUserCollection">
                <Property Name="Items" Type="Collection(SP.SharedWithUser)" />
            </ComplexType>
            <ComplexType Name="SharedWithUser">
                <Property Name="Email" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SharingLinkData">
                <Property Name="BlocksDownload" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Embeddable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Expiration" Type="Edm.String" />
                <Property Name="HasExternalGuestInvitees" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsAddressBarLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsAnonymous" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsCreateOnlyLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsFormsLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMainLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsManageListLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsOriginatedFromSharingFlow" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsReviewLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSharingLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsWritable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LinkKind" Type="Edm.Int32" Nullable="false" />
                <Property Name="LinkScope" Type="Edm.Int32" Nullable="false" />
                <Property Name="ObjectType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ObjectUniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RequiresPassword" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RestrictedShareMembership" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RestrictToExistingRelationships" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShareId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TrackLinkUsers" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SharingLinkInfo">
                <Property Name="AllowsAnonymousAccess" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ApplicationId" Type="Edm.String" />
                <Property Name="BlocksDownload" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Created" Type="Edm.String" />
                <Property Name="CreatedBy" Type="SP.Sharing.Principal" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Embeddable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Expiration" Type="Edm.String" />
                <Property Name="HasExternalGuestInvitees" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Invitations" Type="Collection(SP.Sharing.LinkInvitation)" />
                <Property Name="IsActive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsAddressBarLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsCreateOnlyLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsDefault" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsEditLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsEphemeral" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsFormsLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMainLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsManageListLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsReviewLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsUnhealthy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModified" Type="Edm.String" />
                <Property Name="LastModifiedBy" Type="SP.Sharing.Principal" />
                <Property Name="LimitUseToApplication" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LinkAclState" Type="Edm.Int32" Nullable="false" />
                <Property Name="LinkKind" Type="Edm.Int32" Nullable="false" />
                <Property Name="MainLinkDetails" Type="SP.MainLinkDetails" />
                <Property Name="MeetingId" Type="Edm.String" />
                <Property Name="MustAlwaysUseLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PasswordLastModified" Type="Edm.String" />
                <Property Name="PasswordLastModifiedBy" Type="SP.Sharing.Principal" />
                <Property Name="RedeemedUsers" Type="Collection(SP.Sharing.LinkInvitation)" />
                <Property Name="RequiresPassword" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RestrictedShareMembership" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RestrictToExistingRelationships" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Scope" Type="Edm.Int32" Nullable="false" />
                <Property Name="ShareId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ShareTokenString" Type="Edm.String" />
                <Property Name="SharingLinkStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="TrackLinkUsers" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SmartTemplateContentType">
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="PublishStatus" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPAgreementResults">
                <Property Name="Results" Type="Collection(SP.KeyValue)" />
            </ComplexType>
            <ComplexType Name="AlertCreationInformation">
                <Property Name="AlertFrequency" Type="Edm.Int32" Nullable="false" />
                <Property Name="AlertTemplateName" Type="Edm.String" />
                <Property Name="AlertTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="AlertType" Type="Edm.Int32" Nullable="false" />
                <Property Name="AlwaysNotify" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DeliveryChannels" Type="Edm.Int32" Nullable="false" />
                <Property Name="EventType" Type="Edm.Int32" Nullable="false" />
                <Property Name="EventTypeBitmask" Type="Edm.Int32" Nullable="false" />
                <Property Name="Filter" Type="Edm.String" />
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AppLicenseCollection">
                <Property Name="Items" Type="Collection(SP.AppLicense)" />
            </ComplexType>
            <ComplexType Name="AppLicense">
                <Property Name="RawXMLLicenseToken" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AppProperties">
                <Property Name="AppSettingsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="EulaUrl" Type="Edm.String" />
                <Property Name="IsAnonymous" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ManagedDeploymentEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ManagePermissionsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ManageSeatsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MonitoringEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Publisher" Type="Edm.String" />
                <Property Name="RemoveEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SideLoadEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SupportUrl" Type="Edm.String" />
                <Property Name="ViewInMarketPlaceEnabled" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AppSiteContext">
                <Property Name="SiteUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AppViewCreationInfo">
                <Property Name="AppId" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsPrivate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AsyncReadJobInfo">
                <Property Name="CurrentChangeToken" Type="Edm.String" />
                <Property Name="JobId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AsyncReadOptions">
                <Property Name="IncludeDirectDescendantsOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IncludeExtendedMetadata" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IncludePermission" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IncludeSecurity" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IncludeVersions" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StartChangeToken" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AttachmentCreationInformation">
                <Property Name="FileName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AutoLabellingWorkInformation">
                <Property Name="RoutingHint" Type="Edm.String" />
                <Property Name="ScaleUnitId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Watermark" Type="Edm.String" />
                <Property Name="WorkItemType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="BasePermissions">
                <Property Name="High" Type="Edm.Int64" Nullable="false" />
                <Property Name="Low" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ChangeLogItemQuery">
                <Property Name="ChangeToken" Type="Edm.String" />
                <Property Name="Contains" Type="Edm.String" />
                <Property Name="Query" Type="Edm.String" />
                <Property Name="QueryOptions" Type="Edm.String" />
                <Property Name="RowLimit" Type="Edm.String" />
                <Property Name="ViewFields" Type="Edm.String" />
                <Property Name="ViewName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ChangeQuery">
                <Property Name="Activity" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Add" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Alert" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AppConsentPrincipal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ChangeTokenEnd" Type="SP.ChangeToken" />
                <Property Name="ChangeTokenStart" Type="SP.ChangeToken" />
                <Property Name="ContentType" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DeleteObject" Type="Edm.Boolean" Nullable="false" />
                <Property Name="FetchLimit" Type="Edm.Int64" Nullable="false" />
                <Property Name="Field" Type="Edm.Boolean" Nullable="false" />
                <Property Name="File" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Folder" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Group" Type="Edm.Boolean" Nullable="false" />
                <Property Name="GroupMembershipAdd" Type="Edm.Boolean" Nullable="false" />
                <Property Name="GroupMembershipDelete" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IgnoreStartTokenNotFoundError" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Item" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LatestFirst" Type="Edm.Boolean" Nullable="false" />
                <Property Name="List" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Move" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Navigation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RecursiveAll" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Rename" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RequireSecurityTrim" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Restore" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RoleAssignmentAdd" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RoleAssignmentDelete" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RoleDefinitionAdd" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RoleDefinitionDelete" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RoleDefinitionUpdate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SecurityPolicy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Site" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SystemUpdate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Update" Type="Edm.Boolean" Nullable="false" />
                <Property Name="User" Type="Edm.Boolean" Nullable="false" />
                <Property Name="View" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Web" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ChangeToken">
                <Property Name="StringValue" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ChannelCapabilities">
                <Property Name="HasOwningTeamAccess" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsB2BCollabEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsB2BDirectConnectEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsNextGenerationChannel" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteMembershipIndicator" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ClassificationResult">
                <Property Name="ConfidenceScore" Type="Edm.Double" Nullable="false" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="ContentTypeName" Type="Edm.String" />
                <Property Name="Error" Type="Edm.String" />
                <Property Name="Metas" Type="Collection(SP.KeyValue)" />
                <Property Name="ModelId" Type="Edm.String" />
                <Property Name="ModelVersion" Type="Edm.String" />
                <Property Name="RetentionLabelFlags" Type="Edm.Int32" Nullable="false" />
                <Property Name="RetentionLabelName" Type="Edm.String" />
                <Property Name="RetryCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="SensitivityLabel" Type="Edm.String" />
                <Property Name="TableMetas" Type="Collection(SP.KeyValue)" />
            </ComplexType>
            <ComplexType Name="ListItemComplianceInfo">
                <Property Name="ComplianceTag" Type="Edm.String" />
                <Property Name="TagPolicyEventBased" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TagPolicyHold" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TagPolicyRecord" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ContentTypeCreationInformation">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Group" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ContentTypeEntityData">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Group" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ParentContentTypeId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ContextWebInformation">
                <Property Name="FormDigestTimeoutSeconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="FormDigestValue" Type="Edm.String" />
                <Property Name="LibraryVersion" Type="Edm.String" />
                <Property Name="SiteFullUrl" Type="Edm.String" />
                <Property Name="SupportedSchemaVersions" Type="Collection(Edm.String)" />
                <Property Name="WebFullUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CopyJobProgress">
                <Property Name="JobState" Type="Edm.Int32" Nullable="false" />
                <Property Name="Logs" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="CopyMigrationInfo">
                <Property Name="EncryptionKey" Type="Edm.Binary" />
                <Property Name="JobId" Type="Edm.Guid" Nullable="false" />
                <Property Name="JobQueueUri" Type="Edm.String" />
                <Property Name="SourceListItemUniqueIds" Type="Collection(Edm.Guid)"
                    Nullable="false" />
            </ComplexType>
            <ComplexType Name="CopyMigrationOptions">
                <Property Name="AllowSchemaMismatch" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowSmallerVersionLimitOnDestination" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="BypassSharedLock" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ClientEtags" Type="Collection(Edm.String)" />
                <Property Name="CustomizedItemName" Type="Collection(Edm.String)" />
                <Property Name="ExcludeChildren" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IgnoreVersionHistory" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IncludeItemPermissions" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMoveMode" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MergeEmailNotifications" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MoveAndShareFileInfo" Type="SP.SPMoveAndShareFileInfo" />
                <Property Name="MoveAndShareItems" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MoveButKeepSource" Type="Edm.Boolean" Nullable="false" />
                <Property Name="NameConflictBehavior" Type="Edm.Int32" Nullable="false" />
                <Property Name="SameWebCopyMoveOptimization" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPMoveAndShareFileInfo">
                <Property Name="ItemPermissionableUserIds" Type="Collection(Edm.Int32)"
                    Nullable="false" />
            </ComplexType>
            <ComplexType Name="CustomActionElementCollection">
                <Property Name="Items" Type="Collection(SP.CustomActionElement)" />
            </ComplexType>
            <ComplexType Name="CustomActionElement">
                <Property Name="ClientSideComponentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ClientSideComponentProperties" Type="Edm.String" />
                <Property Name="CommandUIExtension" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="EnabledScript" Type="Edm.String" />
                <Property Name="HostProperties" Type="Edm.String" />
                <Property Name="ImageUrl" Type="Edm.String" />
                <Property Name="Location" Type="Edm.String" />
                <Property Name="RegistrationId" Type="Edm.String" />
                <Property Name="RegistrationType" Type="Edm.Int32" Nullable="false" />
                <Property Name="RequireSiteAdministrator" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Rights" Type="SP.BasePermissions" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="UrlAction" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CustomerKeyInfo">
                <Property Name="AvailabilityKeyVault" Type="SP.CustomerKeyVaultInfo" />
                <Property Name="PrimaryKeyVault" Type="SP.CustomerKeyVaultInfo" />
                <Property Name="SecondaryKeyVault" Type="SP.CustomerKeyVaultInfo" />
            </ComplexType>
            <ComplexType Name="CustomerKeyVaultInfo">
                <Property Name="KeyName" Type="Edm.String" />
                <Property Name="KeyVersion" Type="Edm.Guid" Nullable="false" />
                <Property Name="ResourceGroupName" Type="Edm.String" />
                <Property Name="SubscriptionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Uri" Type="Edm.String" />
                <Property Name="VaultName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CustomerKeyStatusInfo">
                <Property Name="AvailabilityKeyVaultUri" Type="Edm.String" />
                <Property Name="PrimaryKeyVaultUri" Type="Edm.String" />
                <Property Name="RecoveryEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RegistrationProgress" Type="Edm.Double" Nullable="false" />
                <Property Name="SecondaryKeyVaultUri" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="DocumentLibraryInformation">
                <Property Name="AbsoluteUrl" Type="Edm.String" />
                <Property Name="DriveId" Type="Edm.String" />
                <Property Name="FromCrossFarm" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsDefaultDocumentLibrary" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ModifiedFriendlyDisplay" Type="Edm.String" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="EnqueueJobInformation">
                <Property Name="EnqueueJobStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="Message" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="EventReceiverDefinitionCreationInformation">
                <Property Name="ReceiverAssembly" Type="Edm.String" />
                <Property Name="ReceiverClass" Type="Edm.String" />
                <Property Name="ReceiverName" Type="Edm.String" />
                <Property Name="SequenceNumber" Type="Edm.Int32" Nullable="false" />
                <Property Name="Synchronization" Type="Edm.Int32" Nullable="false" />
                <Property Name="EventType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ReceiverUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ListDataValidationFailure">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Message" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Reason" Type="Edm.Int32" Nullable="false" />
                <Property Name="ValidationType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="FieldCalculatedErrorValue">
                <Property Name="ErrorMessage" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FieldCreationInformation">
                <Property Name="Choices" Type="Collection(Edm.String)" />
                <Property Name="IsCompactName" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LookupFieldName" Type="Edm.String" />
                <Property Name="LookupListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="LookupWebId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Required" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="FieldTypeKind" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="FieldGeolocationValue">
                <Property Name="Altitude" Type="Edm.Double" Nullable="false" />
                <Property Name="Latitude" Type="Edm.Double" Nullable="false" />
                <Property Name="Longitude" Type="Edm.Double" Nullable="false" />
                <Property Name="Measure" Type="Edm.Double" Nullable="false" />
            </ComplexType>
            <ComplexType Name="FieldRatingScaleQuestionAnswer">
                <Property Name="Answer" Type="Edm.Int32" Nullable="false" />
                <Property Name="Question" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FieldUrlValue">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FileCollectionAddParameters">
                <Property Name="AutoCheckoutOnInvalidData" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnsureUniqueFileName" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Overwrite" Type="Edm.Boolean" Nullable="false" />
                <Property Name="XorHash" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FileDeleteParameters">
                <Property Name="BypassCheckedOut" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BypassSharedLock" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ETagMatch" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FileVersionBatchDeleteParameters">
                <Property Name="BatchDeleteMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="DeleteOlderThanDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="FileTypeSelections" Type="SP.VersionPolicySelectionParameters" />
                <Property Name="MajorVersionLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="MajorWithMinorVersionsLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="SyncListPolicy" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="VersionPolicySelectionParameters">
                <Property Name="FileTypesSelected" Type="Collection(Edm.String)" />
                <Property Name="SelectAllFileTypes" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SelectDefault" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="FolderColoringInformation">
                <Property Name="ColorHex" Type="Edm.String" />
                <Property Name="ColorTag" Type="Edm.String" />
                <Property Name="Emoji" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FolderCollectionAddParameters">
                <Property Name="EnsureUniqueFileName" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Overwrite" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="FolderDeleteParameters">
                <Property Name="BypassCheckedOut" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BypassSharedLock" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DeleteIfEmpty" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ETagMatch" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FontPackageCreationParameters">
                <Property Name="IsHidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PackageJson" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GetListItemVersionsParameters">
                <Property Name="ListItemVersionCollectionPosition"
                    Type="SP.ListItemVersionCollectionPosition" />
                <Property Name="RowLimit" Type="Edm.Int64" Nullable="false" />
                <Property Name="SortDescending" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ListItemVersionCollectionPosition">
                <Property Name="PagingInfo" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GetListsParameters">
                <Property Name="ListCollectionPosition" Type="SP.ListCollectionPosition" />
                <Property Name="RowLimit" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ListCollectionPosition">
                <Property Name="PagingInfo" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GroupCreationInformation">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="AllowMembersEditMembership" Type="Edm.Boolean" />
                <Property Name="AllowRequestToJoinLeave" Type="Edm.Boolean" />
                <Property Name="AutoAcceptRequestToJoinLeave" Type="Edm.Boolean" />
                <Property Name="OnlyAllowMembersViewMembership" Type="Edm.Boolean" />
            </ComplexType>
            <ComplexType Name="Hashtag">
                <Property Name="Actor" Type="Edm.String" />
                <Property Name="Application" Type="Edm.String" />
                <Property Name="Label" Type="Edm.String" />
                <Property Name="Timestamp" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="HubSiteCreationInformation">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="EnablePermissionsSync" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnforcedECTs" Type="Edm.String" />
                <Property Name="EnforcedECTsVersion" Type="Edm.Int32" Nullable="false" />
                <Property Name="HideNameInNavigation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LogoUrl" Type="Edm.String" />
                <Property Name="ParentHubSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="PermissionsSyncTag" Type="Edm.Int32" Nullable="false" />
                <Property Name="RequiresJoinApproval" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteDesignId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
                <Property Name="Targets" Type="Edm.String" />
                <Property Name="TenantInstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPImageItem">
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPInvitationCreationResult">
                <Property Name="Email" Type="Edm.String" />
                <Property Name="Error" Type="Edm.String" />
                <Property Name="InvitationLink" Type="Edm.String" />
                <Property Name="Succeeded" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="LabelAccessControlData">
                <Property Name="ErrorDetails" Type="SP.ExceptionDetails" />
                <Property Name="HasAccessToLabel" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PrincipalName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="Language">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="LanguageTag" Type="Edm.String" />
                <Property Name="Lcid" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ListCreationInformation">
                <Property Name="CustomSchemaXml" Type="Edm.String" />
                <Property Name="DataSourceProperties" Type="Collection(SP.KeyValue)" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DocumentTemplateType" Type="Edm.Int32" Nullable="false" />
                <Property Name="QuickLaunchOption" Type="Edm.Int32" Nullable="false" />
                <Property Name="TemplateFeatureId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TemplateType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ListDataSource">
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
            </ComplexType>
            <ComplexType Name="ListDataValidationExceptionValue">
                <Property Name="FieldFailures" Type="Collection(SP.ListDataValidationFailure)" />
                <Property Name="ItemFailure" Type="SP.ListDataValidationFailure" />
            </ComplexType>
            <ComplexType Name="ListForm">
                <Property Name="HasSourceField" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="SchemaJSON" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ListItemCollectionPosition">
                <Property Name="PagingInfo" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ListItemCreationInformationUsingPath">
                <Property Name="FolderPath" Type="SP.ResourcePath" />
                <Property Name="LeafName" Type="SP.ResourcePath" />
                <Property Name="UnderlyingObjectType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ListItemCreationInformation">
                <Property Name="FolderUrl" Type="Edm.String" />
                <Property Name="LeafName" Type="Edm.String" />
                <Property Name="UnderlyingObjectType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ListItemDeleteParameters">
                <Property Name="BypassSharedLock" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ListItemFormUpdateValue">
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="FieldName" Type="Edm.String" />
                <Property Name="FieldValue" Type="Edm.String" />
                <Property Name="HasException" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ItemId" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ListItemUpdateParameters">
                <Property Name="BypassQuotaCheck" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BypassSharedLock" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ListItemUpdateResults">
                <Property Name="UpdatedData" Type="Edm.String" />
                <Property Name="UpdateResults" Type="Collection(SP.ListItemFormUpdateValue)" />
            </ComplexType>
            <ComplexType Name="SPListItemVersionChange">
                <Property Name="FieldTitle" Type="Edm.String" />
                <Property Name="NewValue" Type="Edm.String" />
                <Property Name="PreviousValue" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPListRule">
                <Property Name="ActionParams" Type="Edm.String" />
                <Property Name="ActionType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Condition" Type="Edm.String" />
                <Property Name="CreateDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ID" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsActive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModifiedBy" Type="SP.SPRuleUserInfo" />
                <Property Name="LastModifiedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Outcome" Type="Edm.String" />
                <Property Name="Owner" Type="Edm.String" />
                <Property Name="RuleTemplateId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TriggerType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPRuleUserInfo">
                <Property Name="Name" Type="Edm.String" />
                <Property Name="UserId" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MachineLearningSampleMeta">
                <Property Name="ExtractedText" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MediaServiceUpdateParameters">
                <Property Name="AgreementClauses" Type="Edm.String" />
                <Property Name="AgreementResults" Type="SP.SPAgreementResults" />
                <Property Name="AIPLabelExtractionStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="ChiSquareDistribution" Type="Edm.String" />
                <Property Name="ClassificationResult" Type="SP.ClassificationResult" />
                <Property Name="ContentVersion" Type="Edm.Int32" Nullable="false" />
                <Property Name="DigitalSignatureProvider" Type="Edm.String" />
                <Property Name="Entropy" Type="Edm.String" />
                <Property Name="ETag" Type="Edm.String" />
                <Property Name="FieldValues" Type="Collection(SP.KeyValue)" />
                <Property Name="GeneratedSnippetShortInstructions" Type="Edm.String" />
                <Property Name="HasDigitalSignature" Type="Edm.String" />
                <Property Name="IsLowPriorityRequest" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMediaServiceRequest" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MachineLearningSampleMeta" Type="SP.MachineLearningSampleMeta" />
                <Property Name="MediaLengthInSeconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="MediaServiceAutoKeyPoints" Type="Edm.String" />
                <Property Name="MediaServiceAutoTags" Type="Edm.String" />
                <Property Name="MediaServiceBillingMetadata" Type="Edm.String" />
                <Property Name="MediaServiceDateTaken" Type="Edm.String" />
                <Property Name="MediaServiceDocTags" Type="Edm.String" />
                <Property Name="MediaServiceEventHashCode" Type="Edm.String" />
                <Property Name="MediaServiceFastMetadata" Type="Edm.String" />
                <Property Name="MediaServiceGenerationTime" Type="Edm.String" />
                <Property Name="MediaServiceImageHeight" Type="Edm.Int32" />
                <Property Name="MediaServiceImageTags" Type="Edm.String" />
                <Property Name="MediaServiceImageWidth" Type="Edm.Int32" />
                <Property Name="MediaServiceKeyPoints" Type="Edm.String" />
                <Property Name="MediaServiceLocation" Type="Edm.String" />
                <Property Name="MediaServiceMetadata" Type="Edm.String" />
                <Property Name="MediaServiceObjectDetectorVersions" Type="Edm.String" />
                <Property Name="MediaServiceOCR" Type="Edm.String" />
                <Property Name="MediaServicePhotoCategory" Type="Edm.String" />
                <Property Name="MediaServiceProtectionKey" Type="Edm.String" />
                <Property Name="MediaServiceSearchProperties" Type="Edm.String" />
                <Property Name="MediaServiceSystemTags" Type="Edm.String" />
                <Property Name="MediaServiceTranscript" Type="Edm.String" />
                <Property Name="MonteCarloApproximation" Type="Edm.String" />
                <Property Name="SensitivityLabel" Type="Edm.String" />
                <Property Name="SensitivityLabelAssignmentMethod" Type="Edm.Int32" Nullable="false" />
                <Property Name="SkipSearchReindex" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TranslatedLang" Type="Edm.String" />
                <Property Name="VirusInfo" Type="Edm.String" />
                <Property Name="VirusStatus" Type="Edm.String" />
                <Property Name="XTenantLabelInfo" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MigrationJobProgress">
                <Property Name="Logs" Type="Collection(Edm.String)" />
                <Property Name="NextToken" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MoveCopyOptions">
                <Property Name="KeepBoth" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ResetAuthorAndCreatedOnCopy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RetainEditorAndModifiedOnMove" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShouldBypassSharedLocks" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ProvisionedMigrationContainersInfo">
                <Property Name="DataContainerUri" Type="Edm.String" />
                <Property Name="EncryptionKey" Type="Edm.Binary" />
                <Property Name="MetadataContainerUri" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ProvisionedMigrationQueueInfo">
                <Property Name="JobQueueUri" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ProvisionedTemporaryAzureContainerInfo">
                <Property Name="EncryptionKey" Type="Edm.Binary" />
                <Property Name="Uri" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CamlQuery">
                <Property Name="AllowIncrementalResults" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DatesInUtc" Type="Edm.Boolean" Nullable="false" />
                <Property Name="FolderServerRelativePath" Type="SP.ResourcePath" />
                <Property Name="FolderServerRelativeUrl" Type="Edm.String" />
                <Property Name="ListItemCollectionPosition" Type="SP.ListItemCollectionPosition" />
                <Property Name="ViewXml" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RecycleBinQueryInformation">
                <Property Name="IsAscending" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ItemState" Type="Edm.Int32" Nullable="false" />
                <Property Name="OrderBy" Type="Edm.Int32" Nullable="false" />
                <Property Name="PagingInfo" Type="Edm.String" />
                <Property Name="RowLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="ShowOnlyMyItems" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="RenderListContextMenuDataParameters">
                <Property Name="CascDelWarnMessage" Type="Edm.String" />
                <Property Name="CustomAction" Type="Edm.String" />
                <Property Name="Field" Type="Edm.String" />
                <Property Name="ID" Type="Edm.String" />
                <Property Name="InplaceFullListSearch" Type="Edm.String" />
                <Property Name="InplaceSearchQuery" Type="Edm.String" />
                <Property Name="IsCSR" Type="Edm.String" />
                <Property Name="IsXslView" Type="Edm.String" />
                <Property Name="ItemId" Type="Edm.String" />
                <Property Name="ListViewPageUrl" Type="Edm.String" />
                <Property Name="OverrideScope" Type="Edm.String" />
                <Property Name="RootFolder" Type="Edm.String" />
                <Property Name="View" Type="Edm.String" />
                <Property Name="ViewCount" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RenderListDataOverrideParameters">
                <Property Name="CascDelWarnMessage" Type="Edm.String" />
                <Property Name="CustomAction" Type="Edm.String" />
                <Property Name="DrillDown" Type="Edm.String" />
                <Property Name="Field" Type="Edm.String" />
                <Property Name="FieldInternalName" Type="Edm.String" />
                <Property Name="Filter" Type="Edm.String" />
                <Property Name="FilterData" Type="Edm.String" />
                <Property Name="FilterData1" Type="Edm.String" />
                <Property Name="FilterData10" Type="Edm.String" />
                <Property Name="FilterData2" Type="Edm.String" />
                <Property Name="FilterData3" Type="Edm.String" />
                <Property Name="FilterData4" Type="Edm.String" />
                <Property Name="FilterData5" Type="Edm.String" />
                <Property Name="FilterData6" Type="Edm.String" />
                <Property Name="FilterData7" Type="Edm.String" />
                <Property Name="FilterData8" Type="Edm.String" />
                <Property Name="FilterData9" Type="Edm.String" />
                <Property Name="FilterField" Type="Edm.String" />
                <Property Name="FilterField1" Type="Edm.String" />
                <Property Name="FilterField10" Type="Edm.String" />
                <Property Name="FilterField2" Type="Edm.String" />
                <Property Name="FilterField3" Type="Edm.String" />
                <Property Name="FilterField4" Type="Edm.String" />
                <Property Name="FilterField5" Type="Edm.String" />
                <Property Name="FilterField6" Type="Edm.String" />
                <Property Name="FilterField7" Type="Edm.String" />
                <Property Name="FilterField8" Type="Edm.String" />
                <Property Name="FilterField9" Type="Edm.String" />
                <Property Name="FilterFields" Type="Edm.String" />
                <Property Name="FilterFields1" Type="Edm.String" />
                <Property Name="FilterFields10" Type="Edm.String" />
                <Property Name="FilterFields2" Type="Edm.String" />
                <Property Name="FilterFields3" Type="Edm.String" />
                <Property Name="FilterFields4" Type="Edm.String" />
                <Property Name="FilterFields5" Type="Edm.String" />
                <Property Name="FilterFields6" Type="Edm.String" />
                <Property Name="FilterFields7" Type="Edm.String" />
                <Property Name="FilterFields8" Type="Edm.String" />
                <Property Name="FilterFields9" Type="Edm.String" />
                <Property Name="FilterLookupId" Type="Edm.String" />
                <Property Name="FilterLookupId1" Type="Edm.String" />
                <Property Name="FilterLookupId10" Type="Edm.String" />
                <Property Name="FilterLookupId2" Type="Edm.String" />
                <Property Name="FilterLookupId3" Type="Edm.String" />
                <Property Name="FilterLookupId4" Type="Edm.String" />
                <Property Name="FilterLookupId5" Type="Edm.String" />
                <Property Name="FilterLookupId6" Type="Edm.String" />
                <Property Name="FilterLookupId7" Type="Edm.String" />
                <Property Name="FilterLookupId8" Type="Edm.String" />
                <Property Name="FilterLookupId9" Type="Edm.String" />
                <Property Name="FilterOp" Type="Edm.String" />
                <Property Name="FilterOp1" Type="Edm.String" />
                <Property Name="FilterOp10" Type="Edm.String" />
                <Property Name="FilterOp2" Type="Edm.String" />
                <Property Name="FilterOp3" Type="Edm.String" />
                <Property Name="FilterOp4" Type="Edm.String" />
                <Property Name="FilterOp5" Type="Edm.String" />
                <Property Name="FilterOp6" Type="Edm.String" />
                <Property Name="FilterOp7" Type="Edm.String" />
                <Property Name="FilterOp8" Type="Edm.String" />
                <Property Name="FilterOp9" Type="Edm.String" />
                <Property Name="FilterValue" Type="Edm.String" />
                <Property Name="FilterValue1" Type="Edm.String" />
                <Property Name="FilterValue10" Type="Edm.String" />
                <Property Name="FilterValue2" Type="Edm.String" />
                <Property Name="FilterValue3" Type="Edm.String" />
                <Property Name="FilterValue4" Type="Edm.String" />
                <Property Name="FilterValue5" Type="Edm.String" />
                <Property Name="FilterValue6" Type="Edm.String" />
                <Property Name="FilterValue7" Type="Edm.String" />
                <Property Name="FilterValue8" Type="Edm.String" />
                <Property Name="FilterValue9" Type="Edm.String" />
                <Property Name="FilterValues" Type="Edm.String" />
                <Property Name="FilterValues1" Type="Edm.String" />
                <Property Name="FilterValues10" Type="Edm.String" />
                <Property Name="FilterValues2" Type="Edm.String" />
                <Property Name="FilterValues3" Type="Edm.String" />
                <Property Name="FilterValues4" Type="Edm.String" />
                <Property Name="FilterValues5" Type="Edm.String" />
                <Property Name="FilterValues6" Type="Edm.String" />
                <Property Name="FilterValues7" Type="Edm.String" />
                <Property Name="FilterValues8" Type="Edm.String" />
                <Property Name="FilterValues9" Type="Edm.String" />
                <Property Name="GroupString" Type="Edm.String" />
                <Property Name="HasOverrideSelectCommand" Type="Edm.String" />
                <Property Name="ID" Type="Edm.String" />
                <Property Name="InplaceFullListSearch" Type="Edm.String" />
                <Property Name="InplaceSearchQuery" Type="Edm.String" />
                <Property Name="IsCSR" Type="Edm.String" />
                <Property Name="IsGroupRender" Type="Edm.String" />
                <Property Name="IsXslView" Type="Edm.String" />
                <Property Name="ListViewPageUrl" Type="Edm.String" />
                <Property Name="OverrideRowLimit" Type="Edm.String" />
                <Property Name="OverrideScope" Type="Edm.String" />
                <Property Name="OverrideSelectCommand" Type="Edm.String" />
                <Property Name="PageFirstRow" Type="Edm.String" />
                <Property Name="PageLastRow" Type="Edm.String" />
                <Property Name="QueryParams" Type="Collection(SP.KeyValue)" />
                <Property Name="RootFolder" Type="Edm.String" />
                <Property Name="RootFolderUniqueId" Type="Edm.String" />
                <Property Name="SortDir" Type="Edm.String" />
                <Property Name="SortDir1" Type="Edm.String" />
                <Property Name="SortDir10" Type="Edm.String" />
                <Property Name="SortDir2" Type="Edm.String" />
                <Property Name="SortDir3" Type="Edm.String" />
                <Property Name="SortDir4" Type="Edm.String" />
                <Property Name="SortDir5" Type="Edm.String" />
                <Property Name="SortDir6" Type="Edm.String" />
                <Property Name="SortDir7" Type="Edm.String" />
                <Property Name="SortDir8" Type="Edm.String" />
                <Property Name="SortDir9" Type="Edm.String" />
                <Property Name="SortField" Type="Edm.String" />
                <Property Name="SortField1" Type="Edm.String" />
                <Property Name="SortField10" Type="Edm.String" />
                <Property Name="SortField2" Type="Edm.String" />
                <Property Name="SortField3" Type="Edm.String" />
                <Property Name="SortField4" Type="Edm.String" />
                <Property Name="SortField5" Type="Edm.String" />
                <Property Name="SortField6" Type="Edm.String" />
                <Property Name="SortField7" Type="Edm.String" />
                <Property Name="SortField8" Type="Edm.String" />
                <Property Name="SortField9" Type="Edm.String" />
                <Property Name="SortFields" Type="Edm.String" />
                <Property Name="SortFieldValues" Type="Edm.String" />
                <Property Name="View" Type="Edm.String" />
                <Property Name="ViewCount" Type="Edm.String" />
                <Property Name="ViewId" Type="Edm.String" />
                <Property Name="ViewPath" Type="Edm.String" />
                <Property Name="WebPartId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RenderListDataParameters">
                <Property Name="AddAllFields" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AddAllViewFields" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AddRegionalSettings" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AddRequiredFields" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowMultipleValueFilterForTaxonomyFields" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AudienceTarget" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DatesInUtc" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExpandGroups" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExpandUserField" Type="Edm.Boolean" Nullable="false" />
                <Property Name="FilterOutChannelFoldersInDefaultDocLib" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="FirstGroupOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="FolderServerRelativeUrl" Type="Edm.String" />
                <Property Name="ImageFieldsToTryRewriteToCdnUrls" Type="Edm.String" />
                <Property Name="MergeDefaultView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ModernListBoot" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OriginalDate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OverrideViewXml" Type="Edm.String" />
                <Property Name="Paging" Type="Edm.String" />
                <Property Name="RenderOptions" Type="Edm.Int32" Nullable="false" />
                <Property Name="RenderURLFieldInJSON" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReplaceGroup" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RequireFolderColoringFields" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowStubFile" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ViewXml" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RenderListFilterDataParameters">
                <Property Name="ExcludeFieldFilteringHtml" Type="Edm.Boolean" Nullable="false" />
                <Property Name="FieldInternalName" Type="Edm.String" />
                <Property Name="OverrideScope" Type="Edm.String" />
                <Property Name="ProcessQStringToCAML" Type="Edm.String" />
                <Property Name="ViewId" Type="Edm.String" />
                <Property Name="ViewXml" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPResourceEntry">
                <Property Name="LCID" Type="Edm.Int32" Nullable="false" />
                <Property Name="Value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RoleDefinitionCreationInformation">
                <Property Name="BasePermissions" Type="SP.BasePermissions" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Order" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPRuleAction">
                <Property Name="ActionParams" Type="Collection(SP.KeyValue)" />
                <Property Name="ActionType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SensitivityLabelInfo">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="MembersCanShare" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="UpgradeInfo">
                <Property Name="ErrorFile" Type="Edm.String" />
                <Property Name="Errors" Type="Edm.Int32" Nullable="false" />
                <Property Name="LastUpdated" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LogFile" Type="Edm.String" />
                <Property Name="RequestDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="RetryCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="StartTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="UpgradeType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Warnings" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SubwebQuery">
                <Property Name="ConfigurationFilter" Type="Edm.Int32" Nullable="false" />
                <Property Name="WebTemplateFilter" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TenantAppInformation">
                <Property Name="AppPrincipalId" Type="Edm.String" />
                <Property Name="AppWebFullUrl" Type="Edm.String" />
                <Property Name="CreationTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="IconAbsoluteUrl" Type="Edm.String" />
                <Property Name="IconFallbackAbsoluteUrl" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="LaunchUrl" Type="Edm.String" />
                <Property Name="PackageFingerprint" Type="Edm.Binary" />
                <Property Name="ProductId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RemoteAppUrl" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TimeZoneInformation">
                <Property Name="Bias" Type="Edm.Int32" Nullable="false" />
                <Property Name="DaylightBias" Type="Edm.Int32" Nullable="false" />
                <Property Name="StandardBias" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="UsageInfo">
                <Property Name="Bandwidth" Type="Edm.Int64" Nullable="false" />
                <Property Name="DiscussionStorage" Type="Edm.Int64" Nullable="false" />
                <Property Name="Hits" Type="Edm.Int64" Nullable="false" />
                <Property Name="Storage" Type="Edm.Int64" Nullable="false" />
                <Property Name="StoragePercentageUsed" Type="Edm.Double" Nullable="false" />
                <Property Name="Visits" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="UserCreationInformation">
                <Property Name="Email" Type="Edm.String" />
                <Property Name="LoginName" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ViewCreationInformation">
                <Property Name="AssociatedContentTypeId" Type="Edm.String" />
                <Property Name="baseViewId" Type="Edm.Int32" Nullable="false" />
                <Property Name="CalendarViewStyles" Type="Edm.String" />
                <Property Name="ColumnWidth" Type="Edm.String" />
                <Property Name="CustomFormatter" Type="Edm.String" />
                <Property Name="Paged" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PersonalView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Query" Type="Edm.String" />
                <Property Name="RowLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="SetAsDefaultView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="ViewData" Type="Edm.String" />
                <Property Name="ViewFields" Type="Collection(Edm.String)" />
                <Property Name="ViewTypeKind" Type="Edm.Int32" Nullable="false" />
                <Property Name="ViewType2" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="VisualizationAppInfo">
                <Property Name="DesignUri" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="RuntimeUri" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="VisualizationField">
                <Property Name="InternalName" Type="Edm.String" />
                <Property Name="Style" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="VisualizationStyleSet">
                <Property Name="AspectRatio" Type="Edm.String" />
                <Property Name="BackgroundColor" Type="Edm.String" />
                <Property Name="Fields" Type="Collection(SP.VisualizationField)" />
                <Property Name="MinHeight" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="Visualization">
                <Property Name="DefaultScreen" Type="SP.VisualizationStyleSet" />
                <Property Name="DetailView" Type="SP.VisualizationStyleSet" />
                <Property Name="MediumScreen" Type="SP.VisualizationStyleSet" />
                <Property Name="SmallScreen" Type="SP.VisualizationStyleSet" />
                <Property Name="VisualizationAppInfo" Type="SP.VisualizationAppInfo" />
                <Property Name="VisualizationType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="WebCreationInformation">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Language" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="UseSamePermissionsAsParentSite" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WebTemplate" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="WebInfoCreationInformation">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Language" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="UseUniquePermissions" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WebTemplate" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="WebRequestInfo">
                <Property Name="Body" Type="Edm.String" />
                <Property Name="Headers" Type="Collection(SP.KeyValue)" />
                <Property Name="Method" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="WebResponseInfo">
                <Property Name="Body" Type="Edm.String" />
                <Property Name="Headers" Type="Collection(SP.KeyValue)" />
                <Property Name="StatusCode" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="XmlSchemaFieldCreationInformation">
                <Property Name="Options" Type="Edm.Int32" Nullable="false" />
                <Property Name="SchemaXml" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SyntexCustomModelDeploymentModelInfo">
                <Property Name="Format" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="SourceAccount" Type="Edm.String" />
                <Property Name="Version" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SyntexCustomModelDeploymentProperties">
                <Property Name="Capabilities" Type="Collection(SP.KeyValue)" />
                <Property Name="Model" Type="SP.SyntexCustomModelDeploymentModelInfo" />
            </ComplexType>
            <ComplexType Name="SyntexCustomModelSetting">
                <Property Name="AnalyzerId" Type="Edm.String" />
                <Property Name="AzureResourceId" Type="Edm.String" />
                <Property Name="DeploymentName" Type="Edm.String" />
                <Property Name="DeploymentProperties"
                    Type="SP.SyntexCustomModelDeploymentProperties" />
                <Property Name="Endpoint" Type="Edm.String" />
                <Property Name="EndpointType" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsDisabled" Type="Edm.Boolean" />
                <Property Name="TaskType" Type="Edm.Int32" Nullable="false" />
                <Property Name="UniqueId" Type="Edm.String" />
                <Property Name="UniqueName" Type="Edm.String" />
                <Property Name="Updated" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SyntexCustomModelWrapper">
                <Property Name="Capability" Type="Edm.Int32" Nullable="false" />
                <Property Name="Enabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Setting" Type="SP.SyntexCustomModelSetting" />
            </ComplexType>
            <ComplexType Name="SystemSiteLockExpirationResult">
                <Property Name="Error" Type="Edm.Int32" Nullable="false" />
                <Property Name="Expiration" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TemplateMetaData">
                <Property Name="Placeholders" Type="Collection(SP.Placeholder)" />
                <Property Name="ServerRedirectedEmbedUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TemplatizationMetaData">
                <Property Name="FileInfo" Type="SP.ContentAssemblyFileInfo" />
                <Property Name="IsTemplateViewDefault" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PlaceholderColumnTypeInfo" Type="Collection(SP.ColumnTypeInfo)" />
                <Property Name="Placeholders" Type="Collection(SP.PlaceholderV2)" />
            </ComplexType>
            <ComplexType Name="TemporaryFolderFileInfo">
                <Property Name="DummyFileUrl" Type="Edm.String" />
                <Property Name="ServerRedirectedEmbedUrl" Type="Edm.String" />
                <Property Name="TemporaryFileUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TextBlock" BaseType="SP.CardElement">
                <Property Name="color" Type="Edm.String" />
                <Property Name="horizontalAlignment" Type="Edm.String" />
                <Property Name="size" Type="Edm.String" />
                <Property Name="text" Type="Edm.String" />
                <Property Name="weight" Type="Edm.String" />
                <Property Name="wrap" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TranslationNotificationRecipientCollection">
                <Property Name="LanguageCode" Type="Edm.String" />
                <Property Name="Recipients" Type="Collection(SP.TranslationNotificationRecipient)" />
            </ComplexType>
            <ComplexType Name="TranslationNotificationRecipient">
                <Property Name="LoginName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TranslationNotificationRecipientSetRequest">
                <Property Name="NotificationRecipients"
                    Type="Collection(SP.TranslationNotificationRecipientCollection)" />
            </ComplexType>
            <ComplexType Name="TranslationStatusCreationRequest">
                <Property Name="LanguageCodes" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="TranslationStatusSetRequest">
                <Property Name="RequestedTranslations" Type="Collection(SP.RequestedTranslation)" />
            </ComplexType>
            <ComplexType Name="TranslationStatus">
                <Property Name="Culture" Type="Edm.String" />
                <Property Name="FileStatus" Type="Edm.Byte" Nullable="false" />
                <Property Name="HasPublishedVersion" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Path" Type="SP.ResourcePath" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="UpdateAgreementESignConfigPayload">
                <Property Name="AgreementId" Type="Edm.String" />
                <Property Name="AgreementUrl" Type="Edm.String" />
                <Property Name="DocumentId" Type="Edm.String" />
                <Property Name="eSignStatus" Type="Edm.String" />
                <Property Name="MoveStateToInESign" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RequestorEmail" Type="Edm.String" />
                <Property Name="SignersEmail" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="UpdateAgreementMetaDataPayload">
                <Property Name="FileUrl" Type="Edm.String" />
                <Property Name="MarkAsTerminationLetter" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="UpdateAgreementStatePayload">
                <Property Name="AgreementUrl" Type="Edm.String" />
                <Property Name="CurrentState" Type="Edm.Int32" Nullable="false" />
                <Property Name="NextState" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="UpdateReviewRequestDTO">
                <Property Name="Action" Type="Edm.String" />
                <Property Name="Comments" Type="Edm.String" />
                <Property Name="DocumentUri" Type="Edm.String" />
                <Property Name="ReviewerEmailOrUPN" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="UpdateTemplateInfoV2">
                <Property Name="DeletedPlaceholderColumnIds" Type="Collection(Edm.String)" />
                <Property Name="NewName" Type="Edm.String" />
                <Property Name="Operation" Type="Edm.Int32" Nullable="false" />
                <Property Name="Placeholders" Type="Collection(SP.PlaceholderV2)" />
                <Property Name="SetTemplateViewAsDefaultView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="UpdateTemplateInfo">
                <Property Name="NewName" Type="Edm.String" />
                <Property Name="Operation" Type="Edm.Int32" Nullable="false" />
                <Property Name="Placeholders" Type="Collection(SP.Placeholder)" />
            </ComplexType>
            <ComplexType Name="UpdateUploadedAgreementMetadataPayload">
                <Property Name="AgreementNumber" Type="Edm.String" />
                <Property Name="AgreementUrl" Type="Edm.String" />
                <Property Name="Category" Type="Edm.String" />
                <Property Name="Country" Type="Edm.String" />
                <Property Name="IsDraft" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsExistingAgreement" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Language" Type="Edm.String" />
                <Property Name="State" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="UploadDocumentInfo">
                <Property Name="AgreementLibraryId" Type="Edm.String" />
                <Property Name="FileItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="FileName" Type="Edm.String" />
                <Property Name="FileServerRedirectedEmbedUrl" Type="Edm.String" />
                <Property Name="FileServerRelativeUrl" Type="Edm.String" />
                <Property Name="FileUniqueId" Type="Edm.String" />
                <Property Name="FolderItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="FolderServerRelativeUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteThemes">
                <Property Name="themeData" Type="Collection(SP.ThemeData)" />
            </ComplexType>
            <ComplexType Name="ThemeData">
                <Property Name="editable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="id" Type="Edm.Int32" Nullable="false" />
                <Property Name="isThemesV2" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isVisible" Type="Edm.Boolean" Nullable="false" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="source" Type="Edm.Int32" Nullable="false" />
                <Property Name="themeJson" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TenantThemes">
                <Property Name="hideDefaultThemes" Type="Edm.Boolean" Nullable="false" />
                <Property Name="themeData" Type="Collection(SP.ThemeData)" />
            </ComplexType>
            <ComplexType Name="MenuNode">
                <Property Name="AudienceIds" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="CurrentLCID" Type="Edm.Int32" Nullable="false" />
                <Property Name="CustomProperties" Type="Collection(SP.KeyValue)" />
                <Property Name="FriendlyUrlSegment" Type="Edm.String" />
                <Property Name="IsDeleted" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsHidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsTitleForExistingLanguage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Key" Type="Edm.String" />
                <Property Name="Nodes" Type="Collection(SP.MenuNode)" />
                <Property Name="NodeType" Type="Edm.Int32" Nullable="false" />
                <Property Name="OpenInNewWindow" Type="Edm.Boolean" />
                <Property Name="SimpleUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Translations" Type="Collection(SP.SPResourceEntry)" />
            </ComplexType>
            <ComplexType Name="MenuState">
                <Property Name="AudienceIds" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="FriendlyUrlPrefix" Type="Edm.String" />
                <Property Name="IsAudienceTargetEnabledForGlobalNav" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="Nodes" Type="Collection(SP.MenuNode)" />
                <Property Name="SimpleUrl" Type="Edm.String" />
                <Property Name="SPSitePrefix" Type="Edm.String" />
                <Property Name="SPWebPrefix" Type="Edm.String" />
                <Property Name="StartingNodeKey" Type="Edm.String" />
                <Property Name="StartingNodeTitle" Type="Edm.String" />
                <Property Name="Version" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="NavigationNodeCreationInformation">
                <Property Name="AsLastNode" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsExternal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ConfiguredUserInfo">
                <Property Name="Email" Type="Edm.String" />
                <Property Name="LoginName" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ProfilePicUrl" Type="Edm.String" />
                <Property Name="UserId" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="WorkflowConfigurationResponse">
                <Property Name="Approvers" Type="Collection(SP.ConfiguredUserInfo)" />
                <Property Name="CategoryID" Type="Edm.String" />
                <Property Name="CategoryName" Type="Edm.String" />
                <Property Name="ConfigurationID" Type="Edm.Int32" Nullable="false" />
                <Property Name="Country" Type="Edm.String" />
                <Property Name="ESignNeeded" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Language" Type="Edm.String" />
                <Property Name="Reviewers" Type="Collection(SP.ConfiguredUserInfo)" />
                <Property Name="Source" Type="Edm.String" />
                <Property Name="Type" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="DeviationAnalysisRule">
                <Property Name="Definition" Type="Edm.String" />
                <Property Name="FallbackClauses" Type="Collection(Edm.String)" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsAcceptable" Type="Edm.Boolean" />
                <Property Name="Notes" Type="Collection(Edm.String)" />
                <Property Name="RuleName" Type="Edm.String" />
                <Property Name="SendForApproval" Type="Edm.Boolean" />
                <Property Name="SnippetPath" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RulesDefinition">
                <Property Name="ActionForInvalidRules" Type="Edm.String" />
                <Property Name="CategoryID" Type="Edm.String" />
                <Property Name="CreatedByUser" Type="SP.ReviewerInfo" />
                <Property Name="CreatedDateTime" Type="Edm.String" />
                <Property Name="IsActive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsManual" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ModifiedByUser" Type="SP.ReviewerInfo" />
                <Property Name="ModifiedDateTime" Type="Edm.String" />
                <Property Name="Properties" Type="Collection(SP.RulesProperties)" />
                <Property Name="Risk" Type="Edm.Int32" Nullable="false" />
                <Property Name="RuleGroup" Type="Edm.String" />
                <Property Name="RuleId" Type="Edm.Int32" Nullable="false" />
                <Property Name="RuleStatement" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ReviewerInfo">
                <Property Name="Email" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ReviewerId" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="RulesProperties">
                <Property Name="RulesKey" Type="Edm.String" />
                <Property Name="RulesValue" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RulesDefinitionGroup">
                <Property Name="RuleDefinitionsList" Type="Collection(SP.RulesDefinition)" />
                <Property Name="RuleGroup" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RulesValidationEntryResponse">
                <Property Name="Action" Type="Edm.Int32" Nullable="false" />
                <Property Name="AISuggestionText" Type="Edm.String" />
                <Property Name="BusinessJustification" Type="Edm.String" />
                <Property Name="LastUpdatedDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Reviewer" Type="SP.ReviewerInfo" />
                <Property Name="Rule" Type="SP.RulesDefinition" />
            </ComplexType>
            <EntityType Name="ApiMetadata">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="Current"
                    Relationship="SP.SP_ApiMetadata_Current_SP_ApiMetadata_CurrentPartner"
                    ToRole="Current" FromRole="CurrentPartner" />
                <NavigationProperty Name="Types"
                    Relationship="SP.SP_ApiMetadata_Types_SP_TypeInformation_TypesPartner"
                    ToRole="Types" FromRole="TypesPartner" />
            </EntityType>
            <EntityType Name="TypeInformation">
                <Key>
                    <PropertyRef Name="BaseTypeFullName" />
                </Key>
                <Property Name="BaseTypeFullName" Type="Edm.String" Nullable="false" />
                <Property Name="FullName" Type="Edm.String" />
                <Property Name="IsValueObject" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Methods" Type="Collection(SP.MethodInformation)" />
                <Property Name="Properties" Type="Collection(SP.PropertyInformation)" />
            </EntityType>
            <EntityType Name="Site">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AllowCreateDeclarativeWorkflow" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowDesigner" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowedExternalDomains" Type="SP.HTMLFieldSecuritySetting" />
                <Property Name="AllowExternalEmbeddingWrapper" Type="Edm.Int32" Nullable="false" />
                <Property Name="AllowMasterPageEditing" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowRevertFromTemplate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowSaveDeclarativeWorkflowAsTemplate" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowSavePublishDeclarativeWorkflow" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowSelfServiceUpgrade" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowSelfServiceUpgradeEvaluation" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AuditLogTrimmingRetention" Type="Edm.Int32" Nullable="false" />
                <Property Name="CanSyncHubSitePermissions" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanUpgrade" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ChannelCapabilities" Type="SP.ChannelCapabilities" />
                <Property Name="ChannelGroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Classification" Type="Edm.String" />
                <Property Name="CommentsOnSitePagesDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CompatibilityLevel" Type="Edm.Int32" Nullable="false" />
                <Property Name="ComplianceAttribute" Type="Edm.String" />
                <Property Name="CurrentChangeToken" Type="SP.ChangeToken" />
                <Property Name="CustomizedFormsPages" Type="SP.CustomizedFormsPageCollection" />
                <Property Name="DisableAppViews" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableCompanyWideSharingLinks" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableFlows" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExternalSharingTipsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExternalUserExpirationInDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="GeoLocation" Type="Edm.String" />
                <Property Name="GroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="HubSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="SensitivityLabelId" Type="Edm.String" />
                <Property Name="SensitivityLabel" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsExternalWorkspace" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsHubSite" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRestrictContentOrgWideSearchPolicyEnforcedOnSite"
                    Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRestrictedAccessControlPolicyEnforcedOnSite" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="IsRestrictedContentDiscoveryforCopilotAndAgentsEnabled"
                    Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRubySite" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsScheduledForRemoval" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsUnlicensedOdb" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LockIssue" Type="Edm.String" />
                <Property Name="MaxItemsPerThrottledOperation" Type="Edm.Int32" Nullable="false" />
                <Property Name="MediaTranscriptionDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="NeedsB2BUpgrade" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ResourcePath" Type="SP.ResourcePath" />
                <Property Name="PrimaryUri" Type="Edm.String" />
                <Property Name="ReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RelatedGroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RequiredDesignerVersion" Type="Edm.String" />
                <Property Name="RestrictContentOrgWideSearchUpdate"
                    Type="SP.RestrictContentOrgWidePolicyUpdate" />
                <Property Name="RestrictedAccessControlGroupsDelegatedOnSite"
                    Type="SP.RestrictAccessControlUpdate" />
                <Property Name="RestrictedAccessControlGroupsEnforcedOnSite"
                    Type="Collection(Edm.String)" />
                <Property Name="SandboxedCodeActivationCapability" Type="Edm.Int32" Nullable="false" />
                <Property Name="ScheduledDateForRemoval" Type="Edm.String" />
                <Property Name="SearchBoxInNavBar" Type="Edm.Int32" Nullable="false" />
                <Property Name="SearchBoxPlaceholderText" Type="Edm.String" />
                <Property Name="SensitivityLabelInfo" Type="SP.SensitivityLabelInfo" />
                <Property Name="ServerRelativePath" Type="SP.ResourcePath" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="ShareByEmailEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShareByLinkEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowPeoplePickerSuggestionsForGuestUsers" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ShowUrlStructure" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SitePolicyEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SocialBarOnSitePagesDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StatusBarLink" Type="Edm.String" />
                <Property Name="StatusBarText" Type="Edm.String" />
                <Property Name="ThicketSupportDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TrimAuditLog" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UIVersionConfigurationEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UnifiedDomainUrl" Type="Edm.String" />
                <Property Name="UnlicensedOdbLicenseEnforcementWarningContext"
                    Type="Microsoft.SharePoint.Administration.OdbLicenseEnforcement.UnlicensedOdbLicenseEnforcementWarningContext" />
                <Property Name="UpgradeInfo" Type="SP.UpgradeInfo" />
                <Property Name="UpgradeReminderDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="UpgradeScheduled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UpgradeScheduledDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Upgrading" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="Usage" Type="SP.UsageInfo" />
                <Property Name="WriteLocked" Type="Edm.Boolean" Nullable="false" />
                <NavigationProperty Name="Audit"
                    Relationship="SP.SP_Site_Audit_SP_Audit_AuditPartner" ToRole="Audit"
                    FromRole="AuditPartner" />
                <NavigationProperty Name="CustomScriptSafeDomains"
                    Relationship="SP.SP_Site_CustomScriptSafeDomains_SP_ScriptSafeDomain_CustomScriptSafeDomainsPartner"
                    ToRole="CustomScriptSafeDomains" FromRole="CustomScriptSafeDomainsPartner" />
                <NavigationProperty Name="EventReceivers"
                    Relationship="SP.SP_Site_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner"
                    ToRole="EventReceivers" FromRole="EventReceiversPartner" />
                <NavigationProperty Name="Features"
                    Relationship="SP.SP_Site_Features_SP_Feature_FeaturesPartner" ToRole="Features"
                    FromRole="FeaturesPartner" />
                <NavigationProperty Name="HubSiteSynchronizableVisitorGroup"
                    Relationship="SP.SP_Site_HubSiteSynchronizableVisitorGroup_SP_Group_HubSiteSynchronizableVisitorGroupPartner"
                    ToRole="HubSiteSynchronizableVisitorGroup"
                    FromRole="HubSiteSynchronizableVisitorGroupPartner" />
                <NavigationProperty Name="Owner"
                    Relationship="SP.SP_Site_Owner_SP_User_OwnerPartner" ToRole="Owner"
                    FromRole="OwnerPartner" />
                <NavigationProperty Name="RecycleBin"
                    Relationship="SP.SP_Site_RecycleBin_SP_RecycleBinItem_RecycleBinPartner"
                    ToRole="RecycleBin" FromRole="RecycleBinPartner" />
                <NavigationProperty Name="RootWeb"
                    Relationship="SP.SP_Site_RootWeb_SP_Web_RootWebPartner" ToRole="RootWeb"
                    FromRole="RootWebPartner" />
                <NavigationProperty Name="SecondaryContact"
                    Relationship="SP.SP_Site_SecondaryContact_SP_User_SecondaryContactPartner"
                    ToRole="SecondaryContact" FromRole="SecondaryContactPartner" />
                <NavigationProperty Name="UserCustomActions"
                    Relationship="SP.SP_Site_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner"
                    ToRole="UserCustomActions" FromRole="UserCustomActionsPartner" />
                <NavigationProperty Name="VersionPolicyForNewLibrariesTemplate"
                    Relationship="SP.SP_Site_VersionPolicyForNewLibrariesTemplate_SP_SiteVersionPolicyManager_VersionPolicyForNewLibrariesTemplatePartner"
                    ToRole="VersionPolicyForNewLibrariesTemplate"
                    FromRole="VersionPolicyForNewLibrariesTemplatePartner" />
            </EntityType>
            <EntityType Name="Audit">
                <Key>
                    <PropertyRef Name="AuditFlags" />
                </Key>
                <Property Name="AuditFlags" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="ScriptSafeDomain">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="EventReceiverDefinition">
                <Key>
                    <PropertyRef Name="ReceiverId" />
                </Key>
                <Property Name="ReceiverAssembly" Type="Edm.String" />
                <Property Name="ReceiverClass" Type="Edm.String" />
                <Property Name="ReceiverId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ReceiverName" Type="Edm.String" />
                <Property Name="SequenceNumber" Type="Edm.Int32" Nullable="false" />
                <Property Name="Synchronization" Type="Edm.Int32" Nullable="false" />
                <Property Name="EventType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ReceiverUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="Feature">
                <Key>
                    <PropertyRef Name="DefinitionId" />
                </Key>
                <Property Name="DefinitionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="DisplayName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="Principal" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsHiddenInUI" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LoginName" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="PrincipalType" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="Group" BaseType="SP.Principal">
                <Property Name="AllowMembersEditMembership" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowRequestToJoinLeave" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AutoAcceptRequestToJoinLeave" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanCurrentUserEditMembership" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanCurrentUserManageGroup" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanCurrentUserViewMembership" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ContainsCurrentUser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="OnlyAllowMembersViewMembership" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OwnerTitle" Type="Edm.String" />
                <Property Name="RequestToJoinLeaveEmailSetting" Type="Edm.String" />
                <NavigationProperty Name="Owner"
                    Relationship="SP.SP_Group_Owner_SP_Principal_OwnerPartner" ToRole="Owner"
                    FromRole="OwnerPartner" />
                <NavigationProperty Name="Users"
                    Relationship="SP.SP_Group_Users_SP_User_UsersPartner" ToRole="Users"
                    FromRole="UsersPartner" />
            </EntityType>
            <EntityType Name="User" BaseType="SP.Principal">
                <Property Name="AadObjectId" Type="SP.UserIdInfo" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="EmailWithFallback" Type="Edm.String" />
                <Property Name="Expiration" Type="Edm.String" />
                <Property Name="HexCid" Type="Edm.String" />
                <Property Name="IsEmailAuthenticationGuestUser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsShareByEmailGuestUser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSiteAdmin" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UserId" Type="SP.UserIdInfo" />
                <Property Name="UserIdentityType" Type="Edm.Int32" Nullable="false" />
                <Property Name="UserPrincipalName" Type="Edm.String" />
                <NavigationProperty Name="Alerts"
                    Relationship="SP.SP_User_Alerts_SP_Alert_AlertsPartner" ToRole="Alerts"
                    FromRole="AlertsPartner" />
                <NavigationProperty Name="Groups"
                    Relationship="SP.SP_User_Groups_SP_Group_GroupsPartner" ToRole="Groups"
                    FromRole="GroupsPartner" />
            </EntityType>
            <EntityType Name="Alert">
                <Key>
                    <PropertyRef Name="AlertFrequency" />
                </Key>
                <Property Name="AlertFrequency" Type="Edm.Int32" Nullable="false" />
                <Property Name="AlertTemplateName" Type="Edm.String" />
                <Property Name="AlertTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="AlertType" Type="Edm.Int32" Nullable="false" />
                <Property Name="AlwaysNotify" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DeliveryChannels" Type="Edm.Int32" Nullable="false" />
                <Property Name="EventType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Filter" Type="Edm.String" />
                <Property Name="ID" Type="Edm.Guid" Nullable="false" />
                <Property Name="ItemID" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListID" Type="Edm.Guid" Nullable="false" />
                <Property Name="ListUrl" Type="Edm.String" />
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="UserId" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="AllProperties"
                    Relationship="SP.SP_Alert_AllProperties_SP_PropertyValues_AllPropertiesPartner"
                    ToRole="AllProperties" FromRole="AllPropertiesPartner" />
                <NavigationProperty Name="Item"
                    Relationship="SP.SP_Alert_Item_SP_ListItem_ItemPartner" ToRole="Item"
                    FromRole="ItemPartner" />
                <NavigationProperty Name="List" Relationship="SP.SP_Alert_List_SP_List_ListPartner"
                    ToRole="List" FromRole="ListPartner" />
                <NavigationProperty Name="User" Relationship="SP.SP_Alert_User_SP_User_UserPartner"
                    ToRole="User" FromRole="UserPartner" />
            </EntityType>
            <EntityType Name="PropertyValues" Abstract="true" OpenType="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SecurableObject" Abstract="true">
                <Key>
                    <PropertyRef Name="HasUniqueRoleAssignments" />
                </Key>
                <Property Name="HasUniqueRoleAssignments" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShieldAddRoleAssignmentPushdown" Type="Edm.Boolean" Nullable="false" />
                <NavigationProperty Name="FirstUniqueAncestorSecurableObject"
                    Relationship="SP.SP_SecurableObject_FirstUniqueAncestorSecurableObject_SP_SecurableObject_FirstUniqueAncestorSecurableObjectPartner"
                    ToRole="FirstUniqueAncestorSecurableObject"
                    FromRole="FirstUniqueAncestorSecurableObjectPartner" />
                <NavigationProperty Name="RoleAssignments"
                    Relationship="SP.SP_SecurableObject_RoleAssignments_SP_RoleAssignment_RoleAssignmentsPartner"
                    ToRole="RoleAssignments" FromRole="RoleAssignmentsPartner" />
            </EntityType>
            <EntityType Name="RoleAssignment">
                <Key>
                    <PropertyRef Name="PrincipalId" />
                </Key>
                <Property Name="PrincipalId" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Member"
                    Relationship="SP.SP_RoleAssignment_Member_SP_Principal_MemberPartner"
                    ToRole="Member" FromRole="MemberPartner" />
                <NavigationProperty Name="RoleDefinitionBindings"
                    Relationship="SP.SP_RoleAssignment_RoleDefinitionBindings_SP_RoleDefinition_RoleDefinitionBindingsPartner"
                    ToRole="RoleDefinitionBindings" FromRole="RoleDefinitionBindingsPartner" />
            </EntityType>
            <EntityType Name="RoleDefinition">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="BasePermissions" Type="SP.BasePermissions" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Hidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Order" Type="Edm.Int32" Nullable="false" />
                <Property Name="RoleTypeKind" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="ListItem" BaseType="SP.SecurableObject" OpenType="true">
                <Property Name="CommentsDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CommentsDisabledScope" Type="Edm.Int32" Nullable="false" />
                <Property Name="ComplianceInfo" Type="SP.ListItemComplianceInfo" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="EffectiveBasePermissions" Type="SP.BasePermissions" />
                <Property Name="EffectiveBasePermissionsForUI" Type="SP.BasePermissions" />
                <Property Name="FileSystemObjectType" Type="Edm.Int32" Nullable="false" />
                <Property Name="IconOverlay" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="ServerRedirectedEmbedUri" Type="Edm.String" />
                <Property Name="ServerRedirectedEmbedUrl" Type="Edm.String" />
                <Property Name="Client_Title" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <NavigationProperty Name="AttachmentFiles"
                    Relationship="SP.SP_ListItem_AttachmentFiles_SP_Attachment_AttachmentFilesPartner"
                    ToRole="AttachmentFiles" FromRole="AttachmentFilesPartner" />
                <NavigationProperty Name="ContentType"
                    Relationship="SP.SP_ListItem_ContentType_SP_ContentType_ContentTypePartner"
                    ToRole="ContentType" FromRole="ContentTypePartner" />
                <NavigationProperty Name="GetDlpPolicyTip"
                    Relationship="SP.SP_ListItem_GetDlpPolicyTip_SP_DlpPolicyTip_GetDlpPolicyTipPartner"
                    ToRole="GetDlpPolicyTip" FromRole="GetDlpPolicyTipPartner" />
                <NavigationProperty Name="FieldValuesAsHtml"
                    Relationship="SP.SP_ListItem_FieldValuesAsHtml_SP_FieldStringValues_FieldValuesAsHtmlPartner"
                    ToRole="FieldValuesAsHtml" FromRole="FieldValuesAsHtmlPartner" />
                <NavigationProperty Name="FieldValuesAsText"
                    Relationship="SP.SP_ListItem_FieldValuesAsText_SP_FieldStringValues_FieldValuesAsTextPartner"
                    ToRole="FieldValuesAsText" FromRole="FieldValuesAsTextPartner" />
                <NavigationProperty Name="FieldValuesForEdit"
                    Relationship="SP.SP_ListItem_FieldValuesForEdit_SP_FieldStringValues_FieldValuesForEditPartner"
                    ToRole="FieldValuesForEdit" FromRole="FieldValuesForEditPartner" />
                <NavigationProperty Name="File"
                    Relationship="SP.SP_ListItem_File_SP_File_FilePartner" ToRole="File"
                    FromRole="FilePartner" />
                <NavigationProperty Name="Folder"
                    Relationship="SP.SP_ListItem_Folder_SP_Folder_FolderPartner" ToRole="Folder"
                    FromRole="FolderPartner" />
                <NavigationProperty Name="LikedByInformation"
                    Relationship="Microsoft.SharePoint.Likes.SP_ListItem_LikedByInformation_Microsoft_SharePoint_Likes_likedByInformation_LikedByInformationPartner"
                    ToRole="LikedByInformation" FromRole="LikedByInformationPartner" />
                <NavigationProperty Name="ParentList"
                    Relationship="SP.SP_ListItem_ParentList_SP_List_ParentListPartner"
                    ToRole="ParentList" FromRole="ParentListPartner" />
                <NavigationProperty Name="Properties"
                    Relationship="SP.SP_ListItem_Properties_SP_PropertyValues_PropertiesPartner"
                    ToRole="Properties" FromRole="PropertiesPartner" />
                <NavigationProperty Name="Versions"
                    Relationship="SP.SP_ListItem_Versions_SP_ListItemVersion_VersionsPartner"
                    ToRole="Versions" FromRole="VersionsPartner" />
            </EntityType>
            <EntityType Name="Attachment">
                <Key>
                    <PropertyRef Name="FileName" />
                </Key>
                <Property Name="FileName" Type="Edm.String" Nullable="false" />
                <Property Name="FileNameAsPath" Type="SP.ResourcePath" />
                <Property Name="ServerRelativePath" Type="SP.ResourcePath" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="ContentType">
                <Key>
                    <PropertyRef Name="StringId" />
                </Key>
                <Property Name="ClientFormCustomFormatter" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DisplayFormClientSideComponentId" Type="Edm.String" />
                <Property Name="DisplayFormClientSideComponentProperties" Type="Edm.String" />
                <Property Name="DisplayFormTarget" Type="Edm.Int32" Nullable="false" />
                <Property Name="DisplayFormTemplateName" Type="Edm.String" />
                <Property Name="DisplayFormUrl" Type="Edm.String" />
                <Property Name="DocumentTemplate" Type="Edm.String" />
                <Property Name="DocumentTemplateUrl" Type="Edm.String" />
                <Property Name="EditFormClientSideComponentId" Type="Edm.String" />
                <Property Name="EditFormClientSideComponentProperties" Type="Edm.String" />
                <Property Name="EditFormTarget" Type="Edm.Int32" Nullable="false" />
                <Property Name="EditFormTemplateName" Type="Edm.String" />
                <Property Name="EditFormUrl" Type="Edm.String" />
                <Property Name="Group" Type="Edm.String" />
                <Property Name="Hidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Id" Type="SP.ContentTypeId" />
                <Property Name="JSLink" Type="Edm.String" />
                <Property Name="MobileDisplayFormUrl" Type="Edm.String" />
                <Property Name="MobileEditFormUrl" Type="Edm.String" />
                <Property Name="MobileNewFormUrl" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="NewFormClientSideComponentId" Type="Edm.String" />
                <Property Name="NewFormClientSideComponentProperties" Type="Edm.String" />
                <Property Name="NewFormTarget" Type="Edm.Int32" Nullable="false" />
                <Property Name="NewFormTemplateName" Type="Edm.String" />
                <Property Name="NewFormUrl" Type="Edm.String" />
                <Property Name="ReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SchemaXml" Type="Edm.String" />
                <Property Name="SchemaXmlWithResourceTokens" Type="Edm.String" />
                <Property Name="Scope" Type="Edm.String" />
                <Property Name="Sealed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StringId" Type="Edm.String" Nullable="false" />
                <NavigationProperty Name="DescriptionResource"
                    Relationship="SP.SP_ContentType_DescriptionResource_SP_UserResource_DescriptionResourcePartner"
                    ToRole="DescriptionResource" FromRole="DescriptionResourcePartner" />
                <NavigationProperty Name="FieldLinks"
                    Relationship="SP.SP_ContentType_FieldLinks_SP_FieldLink_FieldLinksPartner"
                    ToRole="FieldLinks" FromRole="FieldLinksPartner" />
                <NavigationProperty Name="Fields"
                    Relationship="SP.SP_ContentType_Fields_SP_Field_FieldsPartner" ToRole="Fields"
                    FromRole="FieldsPartner" />
                <NavigationProperty Name="NameResource"
                    Relationship="SP.SP_ContentType_NameResource_SP_UserResource_NameResourcePartner"
                    ToRole="NameResource" FromRole="NameResourcePartner" />
                <NavigationProperty Name="Parent"
                    Relationship="SP.SP_ContentType_Parent_SP_ContentType_ParentPartner"
                    ToRole="Parent" FromRole="ParentPartner" />
                <NavigationProperty Name="WorkflowAssociations"
                    Relationship="SP.Workflow.SP_ContentType_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner"
                    ToRole="WorkflowAssociations" FromRole="WorkflowAssociationsPartner" />
            </EntityType>
            <EntityType Name="UserResource">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="FieldLink">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="FieldInternalName" Type="Edm.String" />
                <Property Name="Hidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Required" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowInDisplayForm" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="Field">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AutofillInfo" Type="Edm.String" />
                <Property Name="AutoIndexed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanBeDeleted" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ClientSideComponentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ClientSideComponentProperties" Type="Edm.String" />
                <Property Name="ClientValidationFormula" Type="Edm.String" />
                <Property Name="ClientValidationMessage" Type="Edm.String" />
                <Property Name="CustomFormatter" Type="Edm.String" />
                <Property Name="DefaultFormula" Type="Edm.String" />
                <Property Name="DefaultValue" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Direction" Type="Edm.String" />
                <Property Name="EnforceUniqueValues" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EntityPropertyName" Type="Edm.String" />
                <Property Name="Filterable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="FromBaseType" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Group" Type="Edm.String" />
                <Property Name="Hidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Indexed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IndexStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="InternalName" Type="Edm.String" />
                <Property Name="IsModern" Type="Edm.Boolean" Nullable="false" />
                <Property Name="JSLink" Type="Edm.String" />
                <Property Name="NoCrawl" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PinnedToFiltersPane" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReadOnlyField" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Required" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SchemaXml" Type="Edm.String" />
                <Property Name="SchemaXmlWithResourceTokens" Type="Edm.String" />
                <Property Name="Scope" Type="Edm.String" />
                <Property Name="Sealed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowInFiltersPane" Type="Edm.Int32" Nullable="false" />
                <Property Name="Sortable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StaticName" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="FieldTypeKind" Type="Edm.Int32" Nullable="false" />
                <Property Name="TypeAsString" Type="Edm.String" />
                <Property Name="TypeDisplayName" Type="Edm.String" />
                <Property Name="TypeShortDescription" Type="Edm.String" />
                <Property Name="ValidationFormula" Type="Edm.String" />
                <Property Name="ValidationMessage" Type="Edm.String" />
                <NavigationProperty Name="DescriptionResource"
                    Relationship="SP.SP_Field_DescriptionResource_SP_UserResource_DescriptionResourcePartner"
                    ToRole="DescriptionResource" FromRole="DescriptionResourcePartner" />
                <NavigationProperty Name="TitleResource"
                    Relationship="SP.SP_Field_TitleResource_SP_UserResource_TitleResourcePartner"
                    ToRole="TitleResource" FromRole="TitleResourcePartner" />
            </EntityType>
            <EntityType Name="DlpPolicyTip">
                <Key>
                    <PropertyRef Name="AppliedActionsText" />
                </Key>
                <Property Name="AppliedActionsText" Type="Edm.String" Nullable="false" />
                <Property Name="ComplianceUrl" Type="Edm.String" />
                <Property Name="GeneralText" Type="Edm.String" />
                <Property Name="LastProcessedTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="MatchedConditionDescriptions" Type="Collection(Edm.String)" />
                <Property Name="OverrideOptions" Type="Edm.Int32" Nullable="false" />
                <Property Name="TwoLetterISOLanguageName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="FieldStringValues" OpenType="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="File">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="ActivityCapabilities"
                    Type="Microsoft.SharePoint.Activities.ActivityCapabilities" />
                <Property Name="Archived" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CheckInComment" Type="Edm.String" />
                <Property Name="CheckOutType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ComplianceInfo" Type="SP.ListItemComplianceInfo" />
                <Property Name="ContentTag" Type="Edm.String" />
                <Property Name="CustomizedPageStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ETag" Type="Edm.String" />
                <Property Name="Exists" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExistsAllowThrowForPolicyFailures" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ExistsWithException" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExpirationDate" Type="Edm.DateTime" />
                <Property Name="HasAlternateContentStreams" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IrmEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Length" Type="Edm.Int64" Nullable="false" />
                <Property Name="Level" Type="Edm.Byte" Nullable="false" />
                <Property Name="LinkingUri" Type="Edm.String" />
                <Property Name="LinkingUrl" Type="Edm.String" />
                <Property Name="MajorVersion" Type="Edm.Int32" Nullable="false" />
                <Property Name="MinorVersion" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="PageRenderType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ServerRedirectedUrl" Type="Edm.String" />
                <Property Name="ServerRelativePath" Type="SP.ResourcePath" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SuppressExpirationNotification" Type="Edm.Boolean" />
                <Property Name="TimeCreated" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TimeLastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="UIVersion" Type="Edm.Int32" Nullable="false" />
                <Property Name="UIVersionLabel" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="VroomDriveID" Type="Edm.String" />
                <Property Name="VroomItemID" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
                <NavigationProperty Name="Author"
                    Relationship="SP.SP_File_Author_SP_User_AuthorPartner" ToRole="Author"
                    FromRole="AuthorPartner" />
                <NavigationProperty Name="CheckedOutByUser"
                    Relationship="SP.SP_File_CheckedOutByUser_SP_User_CheckedOutByUserPartner"
                    ToRole="CheckedOutByUser" FromRole="CheckedOutByUserPartner" />
                <NavigationProperty Name="EffectiveInformationRightsManagementSettings"
                    Relationship="SP.SP_File_EffectiveInformationRightsManagementSettings_SP_EffectiveInformationRightsManagementSettings_EffectiveInformationRightsManagementSettingsPartner"
                    ToRole="EffectiveInformationRightsManagementSettings"
                    FromRole="EffectiveInformationRightsManagementSettingsPartner" />
                <NavigationProperty Name="InformationRightsManagementSettings"
                    Relationship="SP.SP_File_InformationRightsManagementSettings_SP_InformationRightsManagementFileSettings_InformationRightsManagementSettingsPartner"
                    ToRole="InformationRightsManagementSettings"
                    FromRole="InformationRightsManagementSettingsPartner" />
                <NavigationProperty Name="ListItemAllFields"
                    Relationship="SP.SP_File_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartner"
                    ToRole="ListItemAllFields" FromRole="ListItemAllFieldsPartner" />
                <NavigationProperty Name="LockedByUser"
                    Relationship="SP.SP_File_LockedByUser_SP_User_LockedByUserPartner"
                    ToRole="LockedByUser" FromRole="LockedByUserPartner" />
                <NavigationProperty Name="ModifiedBy"
                    Relationship="SP.SP_File_ModifiedBy_SP_User_ModifiedByPartner"
                    ToRole="ModifiedBy" FromRole="ModifiedByPartner" />
                <NavigationProperty Name="Properties"
                    Relationship="SP.SP_File_Properties_SP_PropertyValues_PropertiesPartner"
                    ToRole="Properties" FromRole="PropertiesPartner" />
                <NavigationProperty Name="VersionEvents"
                    Relationship="SP.SP_File_VersionEvents_SP_FileVersionEvent_VersionEventsPartner"
                    ToRole="VersionEvents" FromRole="VersionEventsPartner" />
                <NavigationProperty Name="VersionExpirationReport"
                    Relationship="SP.SP_File_VersionExpirationReport_SP_FileVersion_VersionExpirationReportPartner"
                    ToRole="VersionExpirationReport" FromRole="VersionExpirationReportPartner" />
                <NavigationProperty Name="Versions"
                    Relationship="SP.SP_File_Versions_SP_FileVersion_VersionsPartner"
                    ToRole="Versions" FromRole="VersionsPartner" />
                <NavigationProperty Name="Web" Relationship="SP.SP_File_Web_SP_Web_WebPartner"
                    ToRole="Web" FromRole="WebPartner" />
            </EntityType>
            <EntityType Name="EffectiveInformationRightsManagementSettings">
                <Key>
                    <PropertyRef Name="AllowPrint" />
                </Key>
                <Property Name="AllowPrint" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowScript" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowWriteCopy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableDocumentBrowserView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DocumentAccessExpireDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="DocumentLibraryProtectionExpireDate" Type="Edm.DateTime"
                    Nullable="false" />
                <Property Name="EnableDocumentAccessExpire" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableDocumentBrowserPublishingView" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="EnableGroupProtection" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableLicenseCacheExpire" Type="Edm.Boolean" Nullable="false" />
                <Property Name="GroupName" Type="Edm.String" />
                <Property Name="IrmEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LicenseCacheExpireDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="PolicyDescription" Type="Edm.String" />
                <Property Name="PolicyTitle" Type="Edm.String" />
                <Property Name="SettingSource" Type="Edm.Int32" Nullable="false" />
                <Property Name="TemplateId" Type="Edm.String" />
            </EntityType>
            <EntityType Name="InformationRightsManagementFileSettings">
                <Key>
                    <PropertyRef Name="AllowPrint" />
                </Key>
                <Property Name="AllowPrint" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowScript" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowWriteCopy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableDocumentBrowserView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DocumentAccessExpireDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="EnableDocumentAccessExpire" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableDocumentBrowserPublishingView" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="EnableGroupProtection" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableLicenseCacheExpire" Type="Edm.Boolean" Nullable="false" />
                <Property Name="GroupName" Type="Edm.String" />
                <Property Name="IrmEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LicenseCacheExpireDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="PolicyDescription" Type="Edm.String" />
                <Property Name="PolicyTitle" Type="Edm.String" />
                <Property Name="TemplateId" Type="Edm.String" />
            </EntityType>
            <EntityType Name="FileVersionEvent">
                <Key>
                    <PropertyRef Name="Editor" />
                </Key>
                <Property Name="Editor" Type="Edm.String" Nullable="false" />
                <Property Name="EditorEmail" Type="Edm.String" />
                <Property Name="SharedByUser" Type="SP.SharedWithUser" />
                <Property Name="SharedWithUsers" Type="SP.SharedWithUserCollection" />
                <Property Name="Time" Type="Edm.DateTime" Nullable="false" />
                <Property Name="EventType" Type="Edm.Int16" Nullable="false" />
            </EntityType>
            <EntityType Name="FileVersion">
                <Key>
                    <PropertyRef Name="ID" />
                </Key>
                <Property Name="CheckInComment" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ExpirationDate" Type="Edm.String" />
                <Property Name="ID" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsCurrentVersion" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Length" Type="Edm.Int64" Nullable="false" />
                <Property Name="Size" Type="Edm.Int32" Nullable="false" />
                <Property Name="SnapshotDate" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="VersionLabel" Type="Edm.String" />
                <NavigationProperty Name="CreatedBy"
                    Relationship="SP.SP_FileVersion_CreatedBy_SP_User_CreatedByPartner"
                    ToRole="CreatedBy" FromRole="CreatedByPartner" />
            </EntityType>
            <EntityType Name="Web" BaseType="SP.SecurableObject">
                <Property Name="AccessRequestListUrl" Type="Edm.String" />
                <Property Name="AccessRequestSiteDescription" Type="Edm.String" />
                <Property Name="Acronym" Type="Edm.String" />
                <Property Name="AllowAutomaticASPXPageIndexing" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowCreateDeclarativeWorkflowForCurrentUser" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowDesignerForCurrentUser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowMasterPageEditingForCurrentUser" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowRevertFromTemplateForCurrentUser" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowRssFeeds" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowSaveDeclarativeWorkflowAsTemplateForCurrentUser"
                    Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowSavePublishDeclarativeWorkflowForCurrentUser"
                    Type="Edm.Boolean" Nullable="false" />
                <Property Name="AlternateCssUrl" Type="Edm.String" />
                <Property Name="AppInstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ClassicWelcomePage" Type="Edm.String" />
                <Property Name="CommentsOnSitePagesDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Configuration" Type="Edm.Int16" Nullable="false" />
                <Property Name="ContainsConfidentialInfo" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CurrentChangeToken" Type="SP.ChangeToken" />
                <Property Name="CustomMasterUrl" Type="Edm.String" />
                <Property Name="CustomSiteActionsDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DefaultNewPageTemplateId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DescriptionForExistingLanguage" Type="Edm.String" />
                <Property Name="DescriptionTranslations" Type="Collection(SP.SPResourceEntry)" />
                <Property Name="DesignerDownloadUrlForCurrentUser" Type="Edm.String" />
                <Property Name="DesignPackageId" Type="Edm.Guid" Nullable="false" />
                <Property Name="DisableAppViews" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableFlows" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableRecommendedItems" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DocumentLibraryCalloutOfficeWebAppPreviewersDisabled"
                    Type="Edm.Boolean" Nullable="false" />
                <Property Name="EffectiveBasePermissions" Type="SP.BasePermissions" />
                <Property Name="EnableMinimalDownload" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExcludeFromOfflineClient" Type="Edm.Boolean" Nullable="false" />
                <Property Name="FontOptionForSiteFooterNav" Type="SP.FontOption" />
                <Property Name="FontOptionForSiteFooterTitle" Type="SP.FontOption" />
                <Property Name="FontOptionForSiteNav" Type="SP.FontOption" />
                <Property Name="FontOptionForSiteTitle" Type="SP.FontOption" />
                <Property Name="FooterAlignment" Type="Edm.Int32" Nullable="false" />
                <Property Name="FooterBlur" Type="Edm.Int32" Nullable="false" />
                <Property Name="FooterColorIndexInDarkMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="FooterColorIndexInLightMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="FooterEmphasis" Type="Edm.Int32" Nullable="false" />
                <Property Name="FooterEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="FooterLayout" Type="Edm.Int32" Nullable="false" />
                <Property Name="FooterOverlayColor" Type="Edm.Int32" Nullable="false" />
                <Property Name="FooterOverlayGradientDirection" Type="Edm.Int32" Nullable="false" />
                <Property Name="FooterOverlayOpacity" Type="Edm.Int32" Nullable="false" />
                <Property Name="HasWebTemplateExtension" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HeaderColorIndexInDarkMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="HeaderColorIndexInLightMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="HeaderEmphasis" Type="Edm.Int32" Nullable="false" />
                <Property Name="HeaderLayout" Type="Edm.Int32" Nullable="false" />
                <Property Name="HeaderOverlayColor" Type="Edm.Int32" Nullable="false" />
                <Property Name="HeaderOverlayGradientDirection" Type="Edm.Int32" Nullable="false" />
                <Property Name="HeaderOverlayOpacity" Type="Edm.Int32" Nullable="false" />
                <Property Name="HideTitleInHeader" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HorizontalQuickLaunch" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsEduClass" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsEduClassProvisionChecked" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsEduClassProvisionPending" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsHomepageModernized" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMultilingual" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsProvisioningComplete" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRevertHomepageLinkHidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Language" Type="Edm.Int32" Nullable="false" />
                <Property Name="LastItemModifiedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LastItemUserModifiedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LogoAlignment" Type="Edm.Int32" Nullable="false" />
                <Property Name="MasterUrl" Type="Edm.String" />
                <Property Name="MegaMenuEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MembersCanShare" Type="Edm.Boolean" Nullable="false" />
                <Property Name="NavAudienceTargetingEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="NextStepsFirstRunEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="NoCrawl" Type="Edm.Boolean" Nullable="false" />
                <Property Name="NotificationsInOneDriveForBusinessEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="NotificationsInSharePointEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ObjectCacheEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OverwriteTranslationsOnChange" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ResourcePath" Type="SP.ResourcePath" />
                <Property Name="PreviewFeaturesEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PrimaryColor" Type="Edm.String" />
                <Property Name="QuickLaunchEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RecycleBinEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RelatedHubSiteIds" Type="Edm.String" />
                <Property Name="RequestAccessEmail" Type="Edm.String" />
                <Property Name="SaveSiteAsTemplateEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SearchBoxInNavBar" Type="Edm.Int32" Nullable="false" />
                <Property Name="SearchBoxPlaceholderText" Type="Edm.String" />
                <Property Name="SearchScope" Type="Edm.Int32" Nullable="false" />
                <Property Name="ServerRelativePath" Type="SP.ResourcePath" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="ShowUrlStructureForCurrentUser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteLogoDescription" Type="Edm.String" />
                <Property Name="SiteLogoUrl" Type="Edm.String" />
                <Property Name="SupportedUILanguageIds" Type="Collection(Edm.Int32)"
                    Nullable="false" />
                <Property Name="SyndicationEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TenantAdminMembersCanShare" Type="Edm.Int32" Nullable="false" />
                <Property Name="TenantTagPolicyEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ThemeApplicationActionHistory" Type="Edm.String" />
                <Property Name="ThemeData" Type="Edm.String" />
                <Property Name="ThemedCssFolderUrl" Type="Edm.String" />
                <Property Name="ThirdPartyMdmEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TitleForExistingLanguage" Type="Edm.String" />
                <Property Name="TitleTranslations" Type="Collection(SP.SPResourceEntry)" />
                <Property Name="TreeViewEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UIVersion" Type="Edm.Int32" Nullable="false" />
                <Property Name="UIVersionConfigurationEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="UseAccessRequestDefault" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WebTemplate" Type="Edm.String" />
                <Property Name="WebTemplateConfiguration" Type="Edm.String" />
                <Property Name="WebTemplatesGalleryFirstRunEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="WelcomePage" Type="Edm.String" />
                <NavigationProperty Name="AccessRequestsList"
                    Relationship="SP.SP_Web_AccessRequestsList_SP_List_AccessRequestsListPartner"
                    ToRole="AccessRequestsList" FromRole="AccessRequestsListPartner" />
                <NavigationProperty Name="Activities"
                    Relationship="Microsoft.SharePoint.Activities.SP_Web_Activities_Microsoft_SharePoint_Activities_SPActivityEntity_ActivitiesPartner"
                    ToRole="Activities" FromRole="ActivitiesPartner" />
                <NavigationProperty Name="ActivityLogger"
                    Relationship="Microsoft.SharePoint.Internal.SP_Web_ActivityLogger_Microsoft_SharePoint_Internal_ActivityLogger_ActivityLoggerPartner"
                    ToRole="ActivityLogger" FromRole="ActivityLoggerPartner" />
                <NavigationProperty Name="Alerts"
                    Relationship="SP.SP_Web_Alerts_SP_Alert_AlertsPartner" ToRole="Alerts"
                    FromRole="AlertsPartner" />
                <NavigationProperty Name="AllProperties"
                    Relationship="SP.SP_Web_AllProperties_SP_PropertyValues_AllPropertiesPartner"
                    ToRole="AllProperties" FromRole="AllPropertiesPartner" />
                <NavigationProperty Name="AppTiles"
                    Relationship="SP.SP_Web_AppTiles_SP_AppTile_AppTilesPartner" ToRole="AppTiles"
                    FromRole="AppTilesPartner" />
                <NavigationProperty Name="AssociatedMemberGroup"
                    Relationship="SP.SP_Web_AssociatedMemberGroup_SP_Group_AssociatedMemberGroupPartner"
                    ToRole="AssociatedMemberGroup" FromRole="AssociatedMemberGroupPartner" />
                <NavigationProperty Name="AssociatedOwnerGroup"
                    Relationship="SP.SP_Web_AssociatedOwnerGroup_SP_Group_AssociatedOwnerGroupPartner"
                    ToRole="AssociatedOwnerGroup" FromRole="AssociatedOwnerGroupPartner" />
                <NavigationProperty Name="AssociatedVisitorGroup"
                    Relationship="SP.SP_Web_AssociatedVisitorGroup_SP_Group_AssociatedVisitorGroupPartner"
                    ToRole="AssociatedVisitorGroup" FromRole="AssociatedVisitorGroupPartner" />
                <NavigationProperty Name="Author"
                    Relationship="SP.SP_Web_Author_SP_User_AuthorPartner" ToRole="Author"
                    FromRole="AuthorPartner" />
                <NavigationProperty Name="AvailableContentTypes"
                    Relationship="SP.SP_Web_AvailableContentTypes_SP_ContentType_AvailableContentTypesPartner"
                    ToRole="AvailableContentTypes" FromRole="AvailableContentTypesPartner" />
                <NavigationProperty Name="AvailableFields"
                    Relationship="SP.SP_Web_AvailableFields_SP_Field_AvailableFieldsPartner"
                    ToRole="AvailableFields" FromRole="AvailableFieldsPartner" />
                <NavigationProperty Name="CanModernizeHomepage"
                    Relationship="SP.SP_Web_CanModernizeHomepage_SP_ModernizeHomepageResult_CanModernizeHomepagePartner"
                    ToRole="CanModernizeHomepage" FromRole="CanModernizeHomepagePartner" />
                <NavigationProperty Name="CardDesigns"
                    Relationship="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SP_Web_CardDesigns_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CardDesigns_CardDesignsPartner"
                    ToRole="CardDesigns" FromRole="CardDesignsPartner" />
                <NavigationProperty Name="ClientWebParts"
                    Relationship="SP.SP_Web_ClientWebParts_SP_ClientWebPart_ClientWebPartsPartner"
                    ToRole="ClientWebParts" FromRole="ClientWebPartsPartner" />
                <NavigationProperty Name="ContentTypes"
                    Relationship="SP.SP_Web_ContentTypes_SP_ContentType_ContentTypesPartner"
                    ToRole="ContentTypes" FromRole="ContentTypesPartner" />
                <NavigationProperty Name="CurrentUser"
                    Relationship="SP.SP_Web_CurrentUser_SP_User_CurrentUserPartner"
                    ToRole="CurrentUser" FromRole="CurrentUserPartner" />
                <NavigationProperty Name="DataLeakagePreventionStatusInfo"
                    Relationship="SP.SP_Web_DataLeakagePreventionStatusInfo_SP_SPDataLeakagePreventionStatusInfo_DataLeakagePreventionStatusInfoPartner"
                    ToRole="DataLeakagePreventionStatusInfo"
                    FromRole="DataLeakagePreventionStatusInfoPartner" />
                <NavigationProperty Name="DescriptionResource"
                    Relationship="SP.SP_Web_DescriptionResource_SP_UserResource_DescriptionResourcePartner"
                    ToRole="DescriptionResource" FromRole="DescriptionResourcePartner" />
                <NavigationProperty Name="EventReceivers"
                    Relationship="SP.SP_Web_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner"
                    ToRole="EventReceivers" FromRole="EventReceiversPartner" />
                <NavigationProperty Name="Features"
                    Relationship="SP.SP_Web_Features_SP_Feature_FeaturesPartner" ToRole="Features"
                    FromRole="FeaturesPartner" />
                <NavigationProperty Name="Fields"
                    Relationship="SP.SP_Web_Fields_SP_Field_FieldsPartner" ToRole="Fields"
                    FromRole="FieldsPartner" />
                <NavigationProperty Name="Folders"
                    Relationship="SP.SP_Web_Folders_SP_Folder_FoldersPartner" ToRole="Folders"
                    FromRole="FoldersPartner" />
                <NavigationProperty Name="HostedApps"
                    Relationship="Microsoft.SharePoint.ClientSideComponent.SP_Web_HostedApps_Microsoft_SharePoint_ClientSideComponent_HostedAppsManager_HostedAppsPartner"
                    ToRole="HostedApps" FromRole="HostedAppsPartner" />
                <NavigationProperty Name="Lists" Relationship="SP.SP_Web_Lists_SP_List_ListsPartner"
                    ToRole="Lists" FromRole="ListsPartner" />
                <NavigationProperty Name="ListTemplates"
                    Relationship="SP.SP_Web_ListTemplates_SP_ListTemplate_ListTemplatesPartner"
                    ToRole="ListTemplates" FromRole="ListTemplatesPartner" />
                <NavigationProperty Name="MultilingualSettings"
                    Relationship="SP.SP_Web_MultilingualSettings_SP_MultilingualSettings_MultilingualSettingsPartner"
                    ToRole="MultilingualSettings" FromRole="MultilingualSettingsPartner" />
                <NavigationProperty Name="Navigation"
                    Relationship="SP.SP_Web_Navigation_SP_Navigation_NavigationPartner"
                    ToRole="Navigation" FromRole="NavigationPartner" />
                <NavigationProperty Name="OneDriveSharedItems"
                    Relationship="SP.Sharing.SP_Web_OneDriveSharedItems_SP_Sharing_SharedDocumentInfo_OneDriveSharedItemsPartner"
                    ToRole="OneDriveSharedItems" FromRole="OneDriveSharedItemsPartner" />
                <NavigationProperty Name="ParentWeb"
                    Relationship="SP.SP_Web_ParentWeb_SP_WebInformation_ParentWebPartner"
                    ToRole="ParentWeb" FromRole="ParentWebPartner" />
                <NavigationProperty Name="PushNotificationSubscribers"
                    Relationship="SP.SP_Web_PushNotificationSubscribers_SP_PushNotificationSubscriber_PushNotificationSubscribersPartner"
                    ToRole="PushNotificationSubscribers"
                    FromRole="PushNotificationSubscribersPartner" />
                <NavigationProperty Name="RecycleBin"
                    Relationship="SP.SP_Web_RecycleBin_SP_RecycleBinItem_RecycleBinPartner"
                    ToRole="RecycleBin" FromRole="RecycleBinPartner" />
                <NavigationProperty Name="RegionalSettings"
                    Relationship="SP.SP_Web_RegionalSettings_SP_RegionalSettings_RegionalSettingsPartner"
                    ToRole="RegionalSettings" FromRole="RegionalSettingsPartner" />
                <NavigationProperty Name="RoleDefinitions"
                    Relationship="SP.SP_Web_RoleDefinitions_SP_RoleDefinition_RoleDefinitionsPartner"
                    ToRole="RoleDefinitions" FromRole="RoleDefinitionsPartner" />
                <NavigationProperty Name="RootFolder"
                    Relationship="SP.SP_Web_RootFolder_SP_Folder_RootFolderPartner"
                    ToRole="RootFolder" FromRole="RootFolderPartner" />
                <NavigationProperty Name="SiteCollectionAppCatalog"
                    Relationship="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SP_Web_SiteCollectionAppCatalog_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_SiteCollectionCorporateCatalogAccessor_SiteCollectionAppCatalogPartner"
                    ToRole="SiteCollectionAppCatalog" FromRole="SiteCollectionAppCatalogPartner" />
                <NavigationProperty Name="SiteGroups"
                    Relationship="SP.SP_Web_SiteGroups_SP_Group_SiteGroupsPartner"
                    ToRole="SiteGroups" FromRole="SiteGroupsPartner" />
                <NavigationProperty Name="SiteUserInfoList"
                    Relationship="SP.SP_Web_SiteUserInfoList_SP_List_SiteUserInfoListPartner"
                    ToRole="SiteUserInfoList" FromRole="SiteUserInfoListPartner" />
                <NavigationProperty Name="SiteUsers"
                    Relationship="SP.SP_Web_SiteUsers_SP_User_SiteUsersPartner" ToRole="SiteUsers"
                    FromRole="SiteUsersPartner" />
                <NavigationProperty Name="TenantAppCatalog"
                    Relationship="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SP_Web_TenantAppCatalog_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_TenantAppCatalogPartner"
                    ToRole="TenantAppCatalog" FromRole="TenantAppCatalogPartner" />
                <NavigationProperty Name="ThemeInfo"
                    Relationship="SP.SP_Web_ThemeInfo_SP_ThemeInfo_ThemeInfoPartner"
                    ToRole="ThemeInfo" FromRole="ThemeInfoPartner" />
                <NavigationProperty Name="TitleResource"
                    Relationship="SP.SP_Web_TitleResource_SP_UserResource_TitleResourcePartner"
                    ToRole="TitleResource" FromRole="TitleResourcePartner" />
                <NavigationProperty Name="UserCustomActions"
                    Relationship="SP.SP_Web_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner"
                    ToRole="UserCustomActions" FromRole="UserCustomActionsPartner" />
                <NavigationProperty Name="Webs" Relationship="SP.SP_Web_Webs_SP_Web_WebsPartner"
                    ToRole="Webs" FromRole="WebsPartner" />
                <NavigationProperty Name="WebInfos"
                    Relationship="SP.SP_Web_WebInfos_SP_WebInformation_WebInfosPartner"
                    ToRole="WebInfos" FromRole="WebInfosPartner" />
                <NavigationProperty Name="WorkflowAssociations"
                    Relationship="SP.Workflow.SP_Web_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner"
                    ToRole="WorkflowAssociations" FromRole="WorkflowAssociationsPartner" />
                <NavigationProperty Name="WorkflowTemplates"
                    Relationship="SP.Workflow.SP_Web_WorkflowTemplates_SP_Workflow_WorkflowTemplate_WorkflowTemplatesPartner"
                    ToRole="WorkflowTemplates" FromRole="WorkflowTemplatesPartner" />
            </EntityType>
            <EntityType Name="List" BaseType="SP.SecurableObject">
                <Property Name="AdditionalUXProperties" Type="Edm.String" />
                <Property Name="AllowContentTypes" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowDeletion" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BaseTemplate" Type="Edm.Int32" Nullable="false" />
                <Property Name="BaseType" Type="Edm.Int32" Nullable="false" />
                <Property Name="BrowserFileHandling" Type="Edm.Int32" Nullable="false" />
                <Property Name="Color" Type="Edm.String" />
                <Property Name="ContentTypesEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CrawlNonDefaultViews" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CurrentChangeToken" Type="SP.ChangeToken" />
                <Property Name="CustomActionElements" Type="SP.CustomActionElementCollection" />
                <Property Name="DataSource" Type="SP.ListDataSource" />
                <Property Name="DefaultContentApprovalWorkflowId" Type="Edm.Guid" Nullable="false" />
                <Property Name="DefaultDisplayFormUrl" Type="Edm.String" />
                <Property Name="DefaultEditFormUrl" Type="Edm.String" />
                <Property Name="DefaultItemOpenInBrowser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DefaultItemOpenUseListSetting" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DefaultNewFormUrl" Type="Edm.String" />
                <Property Name="DefaultViewPath" Type="SP.ResourcePath" />
                <Property Name="DefaultViewUrl" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Direction" Type="Edm.String" />
                <Property Name="DisableCommenting" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableGridEditing" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DocumentTemplateUrl" Type="Edm.String" />
                <Property Name="DraftVersionVisibility" Type="Edm.Int32" Nullable="false" />
                <Property Name="EffectiveBasePermissions" Type="SP.BasePermissions" />
                <Property Name="EffectiveBasePermissionsForUI" Type="SP.BasePermissions" />
                <Property Name="EnableAssignToEmail" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableAttachments" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnabledQueryableColumnsDateTime" Type="Edm.DateTime" />
                <Property Name="EnableFolderCreation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableMinorVersions" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableModeration" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableRequestSignOff" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableVersioning" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EntityTypeName" Type="Edm.String" />
                <Property Name="ExcludeFromOfflineClient" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExcludeFromOfflineMode" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExemptFromBlockDownloadOfNonViewableFiles" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="FileSavePostProcessingEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ForceCheckout" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasContentAssemblyTemplates" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasCopyMoveRules" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasExternalDataSource" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasFolderColoringFields" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasListBoundContentAssemblyTemplates" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="Hidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HighPriorityMediaProcessing" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Icon" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ImagePath" Type="SP.ResourcePath" />
                <Property Name="ImageUrl" Type="Edm.String" />
                <Property Name="DefaultSensitivityLabelForLibrary" Type="Edm.String" />
                <Property Name="SensitivityLabelToEncryptOnDownloadForLibrary" Type="Edm.String" />
                <Property Name="IrmEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IrmExpire" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IrmReject" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsApplicationList" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsCatalog" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsContributorOwnerEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsDefaultDocumentLibrary" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsEnterpriseGalleryLibrary" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPredictionModelApplied" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPrivate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSiteAssetsLibrary" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSystemList" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ItemCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="LastItemDeletedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LastItemModifiedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LastItemUserModifiedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ListExperienceOptions" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListFormCustomized" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ListItemEntityTypeFullName" Type="Edm.String" />
                <Property Name="ListSchemaVersion" Type="Edm.Int32" Nullable="false" />
                <Property Name="MajorVersionLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="MajorWithMinorVersionsLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="MultipleDataList" Type="Edm.Boolean" Nullable="false" />
                <Property Name="NoCrawl" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OnQuickLaunch" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PageRenderType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ParentWebPath" Type="SP.ResourcePath" />
                <Property Name="ParentWebUrl" Type="Edm.String" />
                <Property Name="ParserDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReadSecurity" Type="Edm.Int32" Nullable="false" />
                <Property Name="SchemaXml" Type="Edm.String" />
                <Property Name="ServerTemplateCanCreateFolders" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowHiddenFieldsInModernForm" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowOneTabOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TemplateFeatureId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TemplateTypeId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="ValidationFormula" Type="Edm.String" />
                <Property Name="ValidationMessage" Type="Edm.String" />
                <Property Name="WriteSecurity" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Author"
                    Relationship="SP.SP_List_Author_SP_User_AuthorPartner" ToRole="Author"
                    FromRole="AuthorPartner" />
                <NavigationProperty Name="ContentTypes"
                    Relationship="SP.SP_List_ContentTypes_SP_ContentType_ContentTypesPartner"
                    ToRole="ContentTypes" FromRole="ContentTypesPartner" />
                <NavigationProperty Name="CreatablesInfo"
                    Relationship="SP.SP_List_CreatablesInfo_SP_CreatablesInfo_CreatablesInfoPartner"
                    ToRole="CreatablesInfo" FromRole="CreatablesInfoPartner" />
                <NavigationProperty Name="DefaultView"
                    Relationship="SP.SP_List_DefaultView_SP_View_DefaultViewPartner"
                    ToRole="DefaultView" FromRole="DefaultViewPartner" />
                <NavigationProperty Name="DescriptionResource"
                    Relationship="SP.SP_List_DescriptionResource_SP_UserResource_DescriptionResourcePartner"
                    ToRole="DescriptionResource" FromRole="DescriptionResourcePartner" />
                <NavigationProperty Name="EventReceivers"
                    Relationship="SP.SP_List_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner"
                    ToRole="EventReceivers" FromRole="EventReceiversPartner" />
                <NavigationProperty Name="Fields"
                    Relationship="SP.SP_List_Fields_SP_Field_FieldsPartner" ToRole="Fields"
                    FromRole="FieldsPartner" />
                <NavigationProperty Name="Forms"
                    Relationship="SP.SP_List_Forms_SP_Form_FormsPartner" ToRole="Forms"
                    FromRole="FormsPartner" />
                <NavigationProperty Name="InformationRightsManagementSettings"
                    Relationship="SP.SP_List_InformationRightsManagementSettings_SP_InformationRightsManagementSettings_InformationRightsManagementSettingsPartner"
                    ToRole="InformationRightsManagementSettings"
                    FromRole="InformationRightsManagementSettingsPartner" />
                <NavigationProperty Name="Items"
                    Relationship="SP.SP_List_Items_SP_ListItem_ItemsPartner" ToRole="Items"
                    FromRole="ItemsPartner" />
                <NavigationProperty Name="ParentWeb"
                    Relationship="SP.SP_List_ParentWeb_SP_Web_ParentWebPartner" ToRole="ParentWeb"
                    FromRole="ParentWebPartner" />
                <NavigationProperty Name="RootFolder"
                    Relationship="SP.SP_List_RootFolder_SP_Folder_RootFolderPartner"
                    ToRole="RootFolder" FromRole="RootFolderPartner" />
                <NavigationProperty Name="Subscriptions"
                    Relationship="Microsoft.SharePoint.Webhooks.SP_List_Subscriptions_Microsoft_SharePoint_Webhooks_Subscription_SubscriptionsPartner"
                    ToRole="Subscriptions" FromRole="SubscriptionsPartner" />
                <NavigationProperty Name="TitleResource"
                    Relationship="SP.SP_List_TitleResource_SP_UserResource_TitleResourcePartner"
                    ToRole="TitleResource" FromRole="TitleResourcePartner" />
                <NavigationProperty Name="UserCustomActions"
                    Relationship="SP.SP_List_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner"
                    ToRole="UserCustomActions" FromRole="UserCustomActionsPartner" />
                <NavigationProperty Name="VersionPolicies"
                    Relationship="SP.SP_List_VersionPolicies_SP_VersionPolicyManager_VersionPoliciesPartner"
                    ToRole="VersionPolicies" FromRole="VersionPoliciesPartner" />
                <NavigationProperty Name="Views"
                    Relationship="SP.SP_List_Views_SP_View_ViewsPartner" ToRole="Views"
                    FromRole="ViewsPartner" />
                <NavigationProperty Name="WorkflowAssociations"
                    Relationship="SP.Workflow.SP_List_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner"
                    ToRole="WorkflowAssociations" FromRole="WorkflowAssociationsPartner" />
            </EntityType>
            <EntityType Name="CreatablesInfo">
                <Key>
                    <PropertyRef Name="CanCreateFolders" />
                </Key>
                <Property Name="CanCreateFolders" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanCreateItems" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanUploadFiles" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CreatablesCollection" Type="SP.CreatableItemInfoCollection" />
            </EntityType>
            <EntityType Name="View">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Aggregations" Type="Edm.String" />
                <Property Name="AggregationsStatus" Type="Edm.String" />
                <Property Name="AssociatedContentTypeId" Type="Edm.String" />
                <Property Name="BaseViewId" Type="Edm.String" />
                <Property Name="CalendarViewStyles" Type="Edm.String" />
                <Property Name="ColumnWidth" Type="Edm.String" />
                <Property Name="ContentTypeId" Type="SP.ContentTypeId" />
                <Property Name="CustomFormatter" Type="Edm.String" />
                <Property Name="DefaultView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DefaultViewForContentType" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EditorModified" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Formats" Type="Edm.String" />
                <Property Name="GridInitInfo" Type="SP.GridInitInfoType" />
                <Property Name="GridLayout" Type="Edm.String" />
                <Property Name="Hidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HtmlSchemaXml" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ImageUrl" Type="Edm.String" />
                <Property Name="IncludeRootFolder" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ViewJoins" Type="Edm.String" />
                <Property Name="JSLink" Type="Edm.String" />
                <Property Name="ListViewXml" Type="Edm.String" />
                <Property Name="Method" Type="Edm.String" />
                <Property Name="MobileDefaultView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MobileView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ModerationType" Type="Edm.String" />
                <Property Name="NewDocumentTemplates" Type="Edm.String" />
                <Property Name="OrderedView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Paged" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PageRenderType" Type="Edm.Int32" Nullable="false" />
                <Property Name="PersonalView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ViewProjectedFields" Type="Edm.String" />
                <Property Name="ViewQuery" Type="Edm.String" />
                <Property Name="ReadOnlyView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RequiresClientIntegration" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RowLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="Scope" Type="Edm.Int32" Nullable="false" />
                <Property Name="ServerRelativePath" Type="SP.ResourcePath" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="StyleId" Type="Edm.String" />
                <Property Name="TabularView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Threaded" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Toolbar" Type="Edm.String" />
                <Property Name="ToolbarTemplateName" Type="Edm.String" />
                <Property Name="ViewType" Type="Edm.String" />
                <Property Name="ViewData" Type="Edm.String" />
                <Property Name="ViewType2" Type="Edm.String" />
                <Property Name="VisualizationInfo" Type="SP.Visualization" />
                <NavigationProperty Name="ViewFields"
                    Relationship="SP.SP_View_ViewFields_SP_ViewFieldCollection_ViewFieldsPartner"
                    ToRole="ViewFields" FromRole="ViewFieldsPartner" />
            </EntityType>
            <EntityType Name="ViewFieldCollection">
                <Key>
                    <PropertyRef Name="SchemaXml" />
                </Key>
                <Property Name="SchemaXml" Type="Edm.String" Nullable="false" />
                <Property Name="Items" Type="Collection(Edm.String)" />
            </EntityType>
            <EntityType Name="Form">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ResourcePath" Type="SP.ResourcePath" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="FormType" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="InformationRightsManagementSettings">
                <Key>
                    <PropertyRef Name="AllowPrint" />
                </Key>
                <Property Name="AllowPrint" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowScript" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowWriteCopy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableDocumentBrowserView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DocumentAccessExpireDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="DocumentLibraryProtectionExpireDate" Type="Edm.DateTime"
                    Nullable="false" />
                <Property Name="EnableDocumentAccessExpire" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableDocumentBrowserPublishingView" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="EnableGroupProtection" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableLicenseCacheExpire" Type="Edm.Boolean" Nullable="false" />
                <Property Name="GroupName" Type="Edm.String" />
                <Property Name="LicenseCacheExpireDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="PolicyDescription" Type="Edm.String" />
                <Property Name="PolicyTitle" Type="Edm.String" />
                <Property Name="TemplateId" Type="Edm.String" />
            </EntityType>
            <EntityType Name="Folder">
                <Key>
                    <PropertyRef Name="ServerRelativeUrl" />
                </Key>
                <Property Name="ContentTypeOrder" Type="Collection(SP.ContentTypeId)" />
                <Property Name="Exists" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExistsAllowThrowForPolicyFailures" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ExistsWithException" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsWOPIEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ItemCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ProgID" Type="Edm.String" />
                <Property Name="ServerRelativePath" Type="SP.ResourcePath" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" Nullable="false" />
                <Property Name="TimeCreated" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TimeLastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="UniqueContentTypeOrder" Type="Collection(SP.ContentTypeId)" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WelcomePage" Type="Edm.String" />
                <NavigationProperty Name="Files"
                    Relationship="SP.SP_Folder_Files_SP_File_FilesPartner" ToRole="Files"
                    FromRole="FilesPartner" />
                <NavigationProperty Name="ListItemAllFields"
                    Relationship="SP.SP_Folder_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartner"
                    ToRole="ListItemAllFields" FromRole="ListItemAllFieldsPartner" />
                <NavigationProperty Name="ParentFolder"
                    Relationship="SP.SP_Folder_ParentFolder_SP_Folder_ParentFolderPartner"
                    ToRole="ParentFolder" FromRole="ParentFolderPartner" />
                <NavigationProperty Name="Properties"
                    Relationship="SP.SP_Folder_Properties_SP_PropertyValues_PropertiesPartner"
                    ToRole="Properties" FromRole="PropertiesPartner" />
                <NavigationProperty Name="StorageMetrics"
                    Relationship="SP.SP_Folder_StorageMetrics_SP_StorageMetrics_StorageMetricsPartner"
                    ToRole="StorageMetrics" FromRole="StorageMetricsPartner" />
                <NavigationProperty Name="Folders"
                    Relationship="SP.SP_Folder_Folders_SP_Folder_FoldersPartner" ToRole="Folders"
                    FromRole="FoldersPartner" />
            </EntityType>
            <EntityType Name="StorageMetrics">
                <Key>
                    <PropertyRef Name="AdditionalFileStreamSize" />
                </Key>
                <Property Name="AdditionalFileStreamSize" Type="Edm.Int64" Nullable="false" />
                <Property Name="LastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TotalFileCount" Type="Edm.Int64" Nullable="false" />
                <Property Name="TotalFileStreamSize" Type="Edm.Int64" Nullable="false" />
                <Property Name="TotalSize" Type="Edm.Int64" Nullable="false" />
                <Property Name="VersionCount" Type="Edm.Int64" Nullable="false" />
                <Property Name="VersionSize" Type="Edm.Int64" Nullable="false" />
            </EntityType>
            <EntityType Name="UserCustomAction">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="ClientSideComponentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ClientSideComponentProperties" Type="Edm.String" />
                <Property Name="CommandUIExtension" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Group" Type="Edm.String" />
                <Property Name="HostProperties" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ImageUrl" Type="Edm.String" />
                <Property Name="Location" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="RegistrationId" Type="Edm.String" />
                <Property Name="RegistrationType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Rights" Type="SP.BasePermissions" />
                <Property Name="Scope" Type="Edm.Int32" Nullable="false" />
                <Property Name="ScriptBlock" Type="Edm.String" />
                <Property Name="ScriptSrc" Type="Edm.String" />
                <Property Name="Sequence" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="VersionOfUserCustomAction" Type="Edm.String" />
                <NavigationProperty Name="DescriptionResource"
                    Relationship="SP.SP_UserCustomAction_DescriptionResource_SP_UserResource_DescriptionResourcePartner"
                    ToRole="DescriptionResource" FromRole="DescriptionResourcePartner" />
                <NavigationProperty Name="TitleResource"
                    Relationship="SP.SP_UserCustomAction_TitleResource_SP_UserResource_TitleResourcePartner"
                    ToRole="TitleResource" FromRole="TitleResourcePartner" />
            </EntityType>
            <EntityType Name="VersionPolicyManager" Abstract="true">
                <Key>
                    <PropertyRef Name="DefaultExpireAfterDays" />
                </Key>
                <Property Name="DefaultExpireAfterDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultTrimMode" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="AppTile" Abstract="true">
                <Key>
                    <PropertyRef Name="AppId" />
                </Key>
                <Property Name="AppId" Type="Edm.Guid" Nullable="false" />
                <Property Name="AppPrincipalId" Type="Edm.String" />
                <Property Name="AppSource" Type="Edm.Int32" Nullable="false" />
                <Property Name="AppStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="AppType" Type="Edm.Int32" Nullable="false" />
                <Property Name="AssetId" Type="Edm.String" />
                <Property Name="BaseTemplate" Type="Edm.Int32" Nullable="false" />
                <Property Name="ChildCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="ContentMarket" Type="Edm.String" />
                <Property Name="CustomSettingsUrl" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="IsCorporateCatalogSite" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModified" Type="Edm.String" />
                <Property Name="LastModifiedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ProductId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Target" Type="Edm.String" />
                <Property Name="Thumbnail" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Version" Type="Edm.String" />
                <Property Name="VersionCount" Type="Edm.Int64" Nullable="false" />
                <Property Name="VersionSize" Type="Edm.Int64" Nullable="false" />
            </EntityType>
            <EntityType Name="ModernizeHomepageResult">
                <Key>
                    <PropertyRef Name="CanModernizeHomepage" />
                </Key>
                <Property Name="CanModernizeHomepage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Reason" Type="Edm.String" />
            </EntityType>
            <EntityType Name="ClientWebPart">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SPDataLeakagePreventionStatusInfo">
                <Key>
                    <PropertyRef Name="ContainsConfidentialInfo" />
                </Key>
                <Property Name="ContainsConfidentialInfo" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ContainsConfidentialInfoLearnMoreUrl" Type="Edm.String" />
                <Property Name="ExternalSharingTipsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExternalSharingTipsLearnMoreUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="ListTemplate">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="AllowsFolderCreation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BaseType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="FeatureId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Hidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ImageUrl" Type="Edm.String" />
                <Property Name="InternalName" Type="Edm.String" />
                <Property Name="IsCustomTemplate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="OnQuickLaunch" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ListTemplateTypeKind" Type="Edm.Int32" Nullable="false" />
                <Property Name="Unique" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="MultilingualSettings">
                <Key>
                    <PropertyRef Name="FollowLangPreference" />
                </Key>
                <Property Name="FollowLangPreference" Type="Edm.Boolean" Nullable="false" />
                <NavigationProperty Name="Recipients"
                    Relationship="SP.SP_MultilingualSettings_Recipients_SP_TranslationNotificationRecipientUsers_RecipientsPartner"
                    ToRole="Recipients" FromRole="RecipientsPartner" />
            </EntityType>
            <EntityType Name="TranslationNotificationRecipientUsers">
                <Key>
                    <PropertyRef Name="LanguageCode" />
                </Key>
                <Property Name="LanguageCode" Type="Edm.String" Nullable="false" />
                <NavigationProperty Name="Recipients"
                    Relationship="SP.SP_TranslationNotificationRecipientUsers_Recipients_SP_User_RecipientsPartner"
                    ToRole="Recipients" FromRole="RecipientsPartner" />
            </EntityType>
            <EntityType Name="Navigation">
                <Key>
                    <PropertyRef Name="UseShared" />
                </Key>
                <Property Name="UseShared" Type="Edm.Boolean" Nullable="false" />
                <NavigationProperty Name="QuickLaunch"
                    Relationship="SP.SP_Navigation_QuickLaunch_SP_NavigationNode_QuickLaunchPartner"
                    ToRole="QuickLaunch" FromRole="QuickLaunchPartner" />
                <NavigationProperty Name="TopNavigationBar"
                    Relationship="SP.SP_Navigation_TopNavigationBar_SP_NavigationNode_TopNavigationBarPartner"
                    ToRole="TopNavigationBar" FromRole="TopNavigationBarPartner" />
            </EntityType>
            <EntityType Name="NavigationNode">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AudienceIds" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="CurrentLCID" Type="Edm.Int32" Nullable="false" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsDocLib" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsExternal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsVisible" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ListTemplateType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <NavigationProperty Name="Children"
                    Relationship="SP.SP_NavigationNode_Children_SP_NavigationNode_ChildrenPartner"
                    ToRole="Children" FromRole="ChildrenPartner" />
                <NavigationProperty Name="TitleResource"
                    Relationship="SP.SP_NavigationNode_TitleResource_SP_UserResource_TitleResourcePartner"
                    ToRole="TitleResource" FromRole="TitleResourcePartner" />
            </EntityType>
            <EntityType Name="WebInformation">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Configuration" Type="Edm.Int16" Nullable="false" />
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Language" Type="Edm.Int32" Nullable="false" />
                <Property Name="LastItemModifiedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LastItemUserModifiedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="WebTemplate" Type="Edm.String" />
                <Property Name="WebTemplateId" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="PushNotificationSubscriber">
                <Key>
                    <PropertyRef Name="CustomArgs" />
                </Key>
                <Property Name="CustomArgs" Type="Edm.String" Nullable="false" />
                <Property Name="DeviceAppInstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="LastModifiedTimeStamp" Type="Edm.DateTime" Nullable="false" />
                <Property Name="RegistrationTimeStamp" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ServiceToken" Type="Edm.String" />
                <Property Name="SubscriberType" Type="Edm.String" />
                <NavigationProperty Name="User"
                    Relationship="SP.SP_PushNotificationSubscriber_User_SP_User_UserPartner"
                    ToRole="User" FromRole="UserPartner" />
            </EntityType>
            <EntityType Name="RecycleBinItem">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AuthorEmail" Type="Edm.String" />
                <Property Name="AuthorName" Type="Edm.String" />
                <Property Name="DeletedByEmail" Type="Edm.String" />
                <Property Name="DeletedByName" Type="Edm.String" />
                <Property Name="DeletedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DeletedDateLocalFormatted" Type="Edm.String" />
                <Property Name="DirName" Type="Edm.String" />
                <Property Name="DirNamePath" Type="SP.ResourcePath" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ItemState" Type="Edm.Int32" Nullable="false" />
                <Property Name="ItemType" Type="Edm.Int32" Nullable="false" />
                <Property Name="LeafName" Type="Edm.String" />
                <Property Name="LeafNamePath" Type="SP.ResourcePath" />
                <Property Name="RecycleBinListId" Type="Edm.Guid" />
                <Property Name="Size" Type="Edm.Int64" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.SP_RecycleBinItem_Author_SP_User_AuthorPartner" ToRole="Author"
                    FromRole="AuthorPartner" />
                <NavigationProperty Name="DeletedBy"
                    Relationship="SP.SP_RecycleBinItem_DeletedBy_SP_User_DeletedByPartner"
                    ToRole="DeletedBy" FromRole="DeletedByPartner" />
            </EntityType>
            <EntityType Name="RegionalSettings">
                <Key>
                    <PropertyRef Name="AdjustHijriDays" />
                </Key>
                <Property Name="AdjustHijriDays" Type="Edm.Int16" Nullable="false" />
                <Property Name="AlternateCalendarType" Type="Edm.Int16" Nullable="false" />
                <Property Name="AM" Type="Edm.String" />
                <Property Name="CalendarType" Type="Edm.Int16" Nullable="false" />
                <Property Name="Collation" Type="Edm.Int16" Nullable="false" />
                <Property Name="CollationLCID" Type="Edm.Int32" Nullable="false" />
                <Property Name="DateFormat" Type="Edm.Int32" Nullable="false" />
                <Property Name="DateSeparator" Type="Edm.String" />
                <Property Name="DecimalSeparator" Type="Edm.String" />
                <Property Name="DigitGrouping" Type="Edm.String" />
                <Property Name="FirstDayOfWeek" Type="Edm.Int32" Nullable="false" />
                <Property Name="FirstWeekOfYear" Type="Edm.Int16" Nullable="false" />
                <Property Name="IsEastAsia" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRightToLeft" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsUIRightToLeft" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ListSeparator" Type="Edm.String" />
                <Property Name="LocaleId" Type="Edm.Int32" Nullable="false" />
                <Property Name="NegativeSign" Type="Edm.String" />
                <Property Name="NegNumberMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="PM" Type="Edm.String" />
                <Property Name="PositiveSign" Type="Edm.String" />
                <Property Name="ShowWeeks" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ThousandSeparator" Type="Edm.String" />
                <Property Name="Time24" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TimeMarkerPosition" Type="Edm.Int32" Nullable="false" />
                <Property Name="TimeSeparator" Type="Edm.String" />
                <Property Name="WorkDayEndHour" Type="Edm.Int16" Nullable="false" />
                <Property Name="WorkDays" Type="Edm.Int16" Nullable="false" />
                <Property Name="WorkDayStartHour" Type="Edm.Int16" Nullable="false" />
                <NavigationProperty Name="InstalledLanguages"
                    Relationship="SP.SP_RegionalSettings_InstalledLanguages_SP_LanguageCollection_InstalledLanguagesPartner"
                    ToRole="InstalledLanguages" FromRole="InstalledLanguagesPartner" />
                <NavigationProperty Name="TimeZone"
                    Relationship="SP.SP_RegionalSettings_TimeZone_SP_TimeZone_TimeZonePartner"
                    ToRole="TimeZone" FromRole="TimeZonePartner" />
                <NavigationProperty Name="TimeZones"
                    Relationship="SP.SP_RegionalSettings_TimeZones_SP_TimeZone_TimeZonesPartner"
                    ToRole="TimeZones" FromRole="TimeZonesPartner" />
            </EntityType>
            <EntityType Name="LanguageCollection">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="Items" Type="Collection(SP.Language)" />
            </EntityType>
            <EntityType Name="TimeZone">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="Information" Type="SP.TimeZoneInformation" />
            </EntityType>
            <EntityType Name="ThemeInfo">
                <Key>
                    <PropertyRef Name="AccessibleDescription" />
                </Key>
                <Property Name="AccessibleDescription" Type="Edm.String" Nullable="false" />
                <Property Name="ThemeBackgroundImageUri" Type="Edm.String" />
            </EntityType>
            <EntityType Name="ListItemVersion" OpenType="true">
                <Key>
                    <PropertyRef Name="VersionId" />
                </Key>
                <Property Name="Changes" Type="Collection(SP.SPListItemVersionChange)" />
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="IsCurrentVersion" Type="Edm.Boolean" Nullable="false" />
                <Property Name="VersionId" Type="Edm.Int32" Nullable="false" />
                <Property Name="VersionLabel" Type="Edm.String" />
                <NavigationProperty Name="CreatedBy"
                    Relationship="SP.SP_ListItemVersion_CreatedBy_SP_User_CreatedByPartner"
                    ToRole="CreatedBy" FromRole="CreatedByPartner" />
                <NavigationProperty Name="Fields"
                    Relationship="SP.SP_ListItemVersion_Fields_SP_Field_FieldsPartner"
                    ToRole="Fields" FromRole="FieldsPartner" />
                <NavigationProperty Name="FileVersion"
                    Relationship="SP.SP_ListItemVersion_FileVersion_SP_FileVersion_FileVersionPartner"
                    ToRole="FileVersion" FromRole="FileVersionPartner" />
            </EntityType>
            <EntityType Name="SiteVersionPolicyManager" Abstract="true">
                <Key>
                    <PropertyRef Name="MajorVersionLimit" />
                </Key>
                <Property Name="MajorVersionLimit" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="VersionPolicies"
                    Relationship="SP.SP_SiteVersionPolicyManager_VersionPolicies_SP_VersionPolicyManager_VersionPoliciesPartner"
                    ToRole="VersionPolicies" FromRole="VersionPoliciesPartner" />
            </EntityType>
            <EntityType Name="TranslationStatusCollection">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="UntranslatedLanguages" Type="Collection(Edm.String)" />
                <Property Name="Items" Type="Collection(SP.TranslationStatus)" />
            </EntityType>
            <EntityType Name="SPAppLicenseManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SolutionExporter">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="UserSolution">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPHSite">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="OrganizationNews">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="PinnedItems" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="Nucleus" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="NewsNotificationList" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="FavoriteLists" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="FavoriteListsSubstrate" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="KnowledgeSite" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="KnowledgeHub">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="AppConfiguration">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="AppSettingsInTeams" Type="SP.AppSettingsInTeams" />
                <Property Name="DashboardItems" Type="Collection(SP.DashboardItem)" />
                <Property Name="PivotItems" Type="Collection(SP.PivotItem)" />
            </EntityType>
            <EntityType Name="EmployeeEngagement">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="AppConfiguration"
                    Relationship="SP.SP_EmployeeEngagement_AppConfiguration_SP_AppConfiguration_AppConfigurationPartner"
                    ToRole="AppConfiguration" FromRole="AppConfigurationPartner" />
                <NavigationProperty Name="VivaConnectionsPage"
                    Relationship="Microsoft.SharePoint.EmployeeEngagement.SP_EmployeeEngagement_VivaConnectionsPage_Microsoft_SharePoint_EmployeeEngagement_VivaConnectionsPage_VivaConnectionsPagePartner"
                    ToRole="VivaConnectionsPage" FromRole="VivaConnectionsPagePartner" />
                <NavigationProperty Name="VivaResources"
                    Relationship="Microsoft.SharePoint.EmployeeEngagement.SP_EmployeeEngagement_VivaResources_Microsoft_SharePoint_EmployeeEngagement_VivaResources_VivaResourcesPartner"
                    ToRole="VivaResources" FromRole="VivaResourcesPartner" />
            </EntityType>
            <EntityType Name="EmployeeExperienceController">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="DynamicContentUpdateService">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="CopilotFileCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="Automations" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="BrandCenter">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="AppCatalog" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="AppInstanceErrorDetails">
                <Key>
                    <PropertyRef Name="CorrelationId" />
                </Key>
                <Property Name="CorrelationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ErrorDetail" Type="Edm.String" />
                <Property Name="ErrorType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorTypeName" Type="Edm.String" />
                <Property Name="ExceptionMessage" Type="Edm.String" />
                <Property Name="Source" Type="Edm.Int32" Nullable="false" />
                <Property Name="SourceName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="AppInstance">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AppPrincipalId" Type="Edm.String" />
                <Property Name="AppWebFullUrl" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ImageFallbackUrl" Type="Edm.String" />
                <Property Name="ImageUrl" Type="Edm.String" />
                <Property Name="InError" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StartPage" Type="Edm.String" />
                <Property Name="PackageFingerprint" Type="Edm.Binary" />
                <Property Name="ProductId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RemoteAppUrl" Type="Edm.String" />
                <Property Name="SettingsPageUrl" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="App">
                <Key>
                    <PropertyRef Name="AssetId" />
                </Key>
                <Property Name="AssetId" Type="Edm.String" Nullable="false" />
                <Property Name="ContentMarket" Type="Edm.String" />
                <Property Name="VersionString" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SemanticSearchEnqueueProxy" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="AlternateUrl">
                <Key>
                    <PropertyRef Name="Uri" />
                </Key>
                <Property Name="Uri" Type="Edm.String" Nullable="false" />
                <Property Name="UrlZone" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="ApprovalRequest">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Actions" Type="Edm.String" />
                <Property Name="AllowCancel" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowRespond" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowResubmit" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Approvers" Type="Edm.String" />
                <Property Name="AwaitAll" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CurrentStepNumber" Type="Edm.Int32" Nullable="false" />
                <Property Name="Details" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" Nullable="false" />
                <Property Name="PartnerMetadata" Type="Edm.String" />
                <Property Name="Priority" Type="Edm.Int32" Nullable="false" />
                <Property Name="RequestType" Type="Edm.String" />
                <Property Name="Responses" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </EntityType>
            <EntityType Name="Broker" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="eSignInternal" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="eSign" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="eSignSelectedWriteBackInternal" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="FavoriteItemCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ListHomeItem2">
                <Key>
                    <PropertyRef Name="color" />
                </Key>
                <Property Name="color" Type="Edm.String" Nullable="false" />
                <Property Name="createdByName" Type="Edm.String" />
                <Property Name="createdByUpn" Type="Edm.String" />
                <Property Name="createdDate" Type="Edm.String" />
                <Property Name="icon" Type="Edm.String" />
                <Property Name="lastModifiedDate" Type="Edm.String" />
                <Property Name="lastViewDate" Type="Edm.String" />
                <Property Name="lastviewDateTime" Type="Edm.String" />
                <Property Name="listId" Type="Edm.String" />
                <Property Name="listTitle" Type="Edm.String" />
                <Property Name="listUrl" Type="Edm.String" />
                <Property Name="listViewCounts" Type="Collection(SP.CountByDate)" />
                <Property Name="shouldRemove" Type="Edm.Boolean" Nullable="false" />
                <Property Name="siteColor" Type="Edm.String" />
                <Property Name="siteId" Type="Edm.String" />
                <Property Name="siteTitle" Type="Edm.String" />
                <Property Name="siteUrl" Type="Edm.String" />
                <Property Name="TemplateTypeId" Type="Edm.String" />
                <Property Name="webId" Type="Edm.String" />
                <Property Name="webTemplateConfiguration" Type="Edm.String" />
            </EntityType>
            <EntityType Name="ListHomeItemCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="NewsCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="NgspDataCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ObjectSharingSettings">
                <Key>
                    <PropertyRef Name="AccessRequestMode" />
                </Key>
                <Property Name="AccessRequestMode" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BlockPeoplePickerAndSharing" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanCurrentUserManageOrganizationReadonlyLink" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="CanCurrentUserManageOrganizationReadWriteLink" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="CanCurrentUserManageReadonlyLink" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="CanCurrentUserManageReadWriteLink" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="CanCurrentUserRetrieveOrganizationReadonlyLink" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="CanCurrentUserRetrieveOrganizationReadWriteLink" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="CanCurrentUserRetrieveReadonlyLink" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="CanCurrentUserRetrieveReadWriteLink" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="CanCurrentUserShareExternally" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanCurrentUserShareInternally" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanCurrentUserShareToExistingGuests" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="CanSendEmail" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanSendLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanShareFolder" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DefaultShareLinkPermission" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultShareLinkType" Type="Edm.Int32" Nullable="false" />
                <Property Name="EnforceIBSegmentFiltering" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnforceSPOSearch" Type="Edm.Boolean" Nullable="false" />
                <Property Name="GroupsList" Type="Collection(SP.KeyValue)" />
                <Property Name="HasEditRole" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasReadRole" Type="Edm.Boolean" Nullable="false" />
                <Property Name="InheritingWebLink" Type="Edm.String" />
                <Property Name="IsGuestUser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPictureLibrary" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsUserSiteAdmin" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ItemId" Type="Edm.String" />
                <Property Name="ItemName" Type="Edm.String" />
                <Property Name="ItemUrl" Type="Edm.String" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="PermissionsOnlyMode" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RequiredAnonymousLinkExpirationInDays" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="Roles" Type="Collection(SP.KeyValue)" />
                <Property Name="ShareByEmailEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowExternalSharingWarning" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SimplifiedRoles" Type="Collection(SP.KeyValue)" />
                <Property Name="SiteIBMode" Type="Edm.String" />
                <Property Name="SiteIBSegmentIDs" Type="Collection(Edm.String)" />
                <Property Name="SupportsAclPropagation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WebUrl" Type="Edm.String" />
                <NavigationProperty Name="ObjectSharingInformation"
                    Relationship="SP.SP_ObjectSharingSettings_ObjectSharingInformation_SP_ObjectSharingInformation_ObjectSharingInformationPartner"
                    ToRole="ObjectSharingInformation" FromRole="ObjectSharingInformationPartner" />
                <NavigationProperty Name="SharePointSettings"
                    Relationship="SP.SP_ObjectSharingSettings_SharePointSettings_SP_SharePointSharingSettings_SharePointSettingsPartner"
                    ToRole="SharePointSettings" FromRole="SharePointSettingsPartner" />
                <NavigationProperty Name="SharingPermissions"
                    Relationship="SP.SP_ObjectSharingSettings_SharingPermissions_SP_SharingPermissionInformation_SharingPermissionsPartner"
                    ToRole="SharingPermissions" FromRole="SharingPermissionsPartner" />
            </EntityType>
            <EntityType Name="ObjectSharingInformation">
                <Key>
                    <PropertyRef Name="AnonymousEditLink" />
                </Key>
                <Property Name="AnonymousEditLink" Type="Edm.String" Nullable="false" />
                <Property Name="AnonymousViewLink" Type="Edm.String" />
                <Property Name="CanBeShared" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanBeUnshared" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanManagePermissions" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasPendingAccessRequests" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasPermissionLevels" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsFolder" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSharedWithCurrentUser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSharedWithGuest" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSharedWithMany" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSharedWithSecurityGroup" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PendingAccessRequestsLink" Type="Edm.String" />
                <Property Name="SharingLinks" Type="Collection(SP.SharingLinkInfo)" />
                <Property Name="TotalFileCount" Type="Edm.Int64" Nullable="false" />
                <NavigationProperty Name="SharedWithUsersCollection"
                    Relationship="SP.SP_ObjectSharingInformation_SharedWithUsersCollection_SP_ObjectSharingInformationUser_SharedWithUsersCollectionPartner"
                    ToRole="SharedWithUsersCollection" FromRole="SharedWithUsersCollectionPartner" />
            </EntityType>
            <EntityType Name="ObjectSharingInformationUser">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="CustomRoleNames" Type="Edm.String" />
                <Property Name="Department" Type="Edm.String" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="HasEditPermission" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasReviewPermission" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasViewPermission" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsDomainGroup" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsExternalUser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMemberOfGroup" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSiteAdmin" Type="Edm.Boolean" Nullable="false" />
                <Property Name="JobTitle" Type="Edm.String" />
                <Property Name="LoginName" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Picture" Type="Edm.String" />
                <Property Name="SipAddress" Type="Edm.String" />
                <NavigationProperty Name="Principal"
                    Relationship="SP.SP_ObjectSharingInformationUser_Principal_SP_Principal_PrincipalPartner"
                    ToRole="Principal" FromRole="PrincipalPartner" />
                <NavigationProperty Name="User"
                    Relationship="SP.SP_ObjectSharingInformationUser_User_SP_User_UserPartner"
                    ToRole="User" FromRole="UserPartner" />
            </EntityType>
            <EntityType Name="SharePointSharingSettings">
                <Key>
                    <PropertyRef Name="AddToGroupModeName" />
                </Key>
                <Property Name="AddToGroupModeName" Type="Edm.String" Nullable="false" />
                <Property Name="GroupNameLines" Type="Collection(Edm.String)" />
                <Property Name="GroupRoleDefinitionNamesLines" Type="Collection(Edm.String)" />
                <Property Name="IsMobileView" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PanelGivePermissionsVisible" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PanelShowHideMoreOptionsVisible" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PanelSimplifiedRoleSelectorVisible" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="RequiredScriptFileLinks" Type="Collection(Edm.String)" />
                <Property Name="RoleDefinitionNameLines" Type="Collection(Edm.String)" />
                <Property Name="SelectedGroup" Type="Edm.String" />
                <Property Name="SharedWithEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SharingCssLink" Type="Edm.String" />
                <Property Name="TabbedDialogEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TabToShow" Type="Edm.Int32" Nullable="false" />
                <Property Name="txtEmailSubjectText" Type="Edm.String" />
                <Property Name="UserDisplayUrl" Type="Edm.String" />
                <NavigationProperty Name="PickerProperties"
                    Relationship="SP.SP_SharePointSharingSettings_PickerProperties_SP_PickerSettings_PickerPropertiesPartner"
                    ToRole="PickerProperties" FromRole="PickerPropertiesPartner" />
            </EntityType>
            <EntityType Name="PickerSettings">
                <Key>
                    <PropertyRef Name="AllowEmailAddresses" />
                </Key>
                <Property Name="AllowEmailAddresses" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowOnlyEmailAddresses" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PrincipalAccountType" Type="Edm.String" />
                <Property Name="PrincipalSource" Type="Edm.Int32" Nullable="false" />
                <Property Name="QuerySettings"
                    Type="SP.UI.ApplicationPages.PeoplePickerQuerySettings" />
                <Property Name="UseSubstrateSearch" Type="Edm.Boolean" Nullable="false" />
                <Property Name="VisibleSuggestions" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="SharingPermissionInformation">
                <Key>
                    <PropertyRef Name="IsDefaultPermission" />
                </Key>
                <Property Name="IsDefaultPermission" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PermissionDescription" Type="Edm.String" />
                <Property Name="PermissionId" Type="Edm.String" />
                <Property Name="PermissionKind" Type="Edm.Int32" Nullable="false" />
                <Property Name="PermissionName" Type="Edm.String" />
                <Property Name="PermissionRoleType" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="OneDriveItemCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="PeopleCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="PersonalListsProxy" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="QuickAccessItemCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="RecentFileCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="RecentListCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="RecentListProxy" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="RecentList">
                <Key>
                    <PropertyRef Name="color" />
                </Key>
                <Property Name="color" Type="Edm.String" Nullable="false" />
                <Property Name="createdByName" Type="Edm.String" />
                <Property Name="createdByUpn" Type="Edm.String" />
                <Property Name="createdDate" Type="Edm.String" />
                <Property Name="icon" Type="Edm.String" />
                <Property Name="lastModifiedDate" Type="Edm.String" />
                <Property Name="lastViewDate" Type="Edm.Int32" Nullable="false" />
                <Property Name="lastviewDateTime" Type="Edm.String" />
                <Property Name="listId" Type="Edm.String" />
                <Property Name="listTitle" Type="Edm.String" />
                <Property Name="listUrl" Type="Edm.String" />
                <Property Name="listViewCounts" Type="Collection(SP.CountByDate)" />
                <Property Name="shouldRemove" Type="Edm.Boolean" Nullable="false" />
                <Property Name="siteColor" Type="Edm.String" />
                <Property Name="siteId" Type="Edm.String" />
                <Property Name="siteTitle" Type="Edm.String" />
                <Property Name="siteUrl" Type="Edm.String" />
                <Property Name="templateTypeId" Type="Edm.String" />
                <Property Name="webId" Type="Edm.String" />
                <Property Name="webTemplateConfiguration" Type="Edm.String" />
            </EntityType>
            <EntityType Name="RecommendationCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="RelatedItemManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SearchResultItemCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SemanticSearchItemCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SensitivityLabelCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ServerSettings" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SharedWithMeItemCollection" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SharingResult">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="IconUrl" Type="Edm.String" />
                <Property Name="InvitedUsers" Type="Collection(SP.SPInvitationCreationResult)" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="PermissionsPageRelativeUrl" Type="Edm.String" />
                <Property Name="StatusCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="UniquelyPermissionedUsers"
                    Type="Collection(SP.Sharing.UserSharingResult)" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="UsersAddedToGroup" Type="Collection(SP.Sharing.UserSharingResult)" />
                <NavigationProperty Name="GroupsSharedWith"
                    Relationship="SP.SP_SharingResult_GroupsSharedWith_SP_Group_GroupsSharedWithPartner"
                    ToRole="GroupsSharedWith" FromRole="GroupsSharedWithPartner" />
                <NavigationProperty Name="GroupUsersAddedTo"
                    Relationship="SP.SP_SharingResult_GroupUsersAddedTo_SP_Group_GroupUsersAddedToPartner"
                    ToRole="GroupUsersAddedTo" FromRole="GroupUsersAddedToPartner" />
                <NavigationProperty Name="UsersWithAccessRequests"
                    Relationship="SP.SP_SharingResult_UsersWithAccessRequests_SP_User_UsersWithAccessRequestsPartner"
                    ToRole="UsersWithAccessRequests" FromRole="UsersWithAccessRequestsPartner" />
            </EntityType>
            <EntityType Name="SmartCache" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="AccessRequests" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="AppContextSite">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="Site"
                    Relationship="SP.SP_AppContextSite_Site_SP_Site_SitePartner" ToRole="Site"
                    FromRole="SitePartner" />
                <NavigationProperty Name="Web"
                    Relationship="SP.SP_AppContextSite_Web_SP_Web_WebPartner" ToRole="Web"
                    FromRole="WebPartner" />
            </EntityType>
            <EntityType Name="AppSiteContextUtility" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="AppTileProperties" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="Change">
                <Key>
                    <PropertyRef Name="ChangeType" />
                </Key>
                <Property Name="ChangeToken" Type="SP.ChangeToken" />
                <Property Name="ChangeType" Type="Edm.Int32" Nullable="false" />
                <Property Name="RelativeTime" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Time" Type="Edm.DateTime" Nullable="false" />
            </EntityType>
            <EntityType Name="ChangeAlert" BaseType="SP.Change">
                <Property Name="AlertId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="ChangeAppConsentPrincipal" BaseType="SP.Change">
                <Property Name="AppConsentPrincipalId" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="ChangeContentType" BaseType="SP.Change">
                <Property Name="ContentTypeId" Type="SP.ContentTypeId" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="ChangeField" BaseType="SP.Change">
                <Property Name="FieldId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="ChangeFile" BaseType="SP.Change">
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="ChangeFolder" BaseType="SP.Change">
                <Property Name="IsRecycleBinOperation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="ChangeGroup" BaseType="SP.Change">
                <Property Name="GroupId" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="ChangeItem" BaseType="SP.Change">
                <Property Name="ActivityType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ContentTypeId" Type="SP.ContentTypeId" />
                <Property Name="Editor" Type="Edm.String" />
                <Property Name="EditorEmailHint" Type="Edm.String" />
                <Property Name="EditorLoginName" Type="Edm.String" />
                <Property Name="FileSystemObjectType" Type="Edm.Int32" Nullable="false" />
                <Property Name="FileType" Type="Edm.String" />
                <Property Name="Hashtag" Type="Edm.String" />
                <Property Name="Hidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsRecycleBinOperation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ListTemplate" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListTitle" Type="Edm.String" />
                <Property Name="MoveWasForRecycle" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MoveWasForRestore" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="SharedByUser" Type="SP.SharedWithUser" />
                <Property Name="SharedWithUsers" Type="SP.SharedWithUserCollection" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="ChangeList" BaseType="SP.Change">
                <Property Name="BaseTemplate" Type="Edm.Int32" Nullable="false" />
                <Property Name="Editor" Type="Edm.String" />
                <Property Name="Hidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsRecycleBinOperation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RootFolderUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
                <NavigationProperty Name="Creator"
                    Relationship="SP.SP_ChangeList_Creator_SP_User_CreatorPartner" ToRole="Creator"
                    FromRole="CreatorPartner" />
            </EntityType>
            <EntityType Name="ChangeSite" BaseType="SP.Change" />
            <EntityType Name="ChangeUser" BaseType="SP.Change">
                <Property Name="Activate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UserId" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="ChangeView" BaseType="SP.Change">
                <Property Name="ViewId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="ChangeWeb" BaseType="SP.Change">
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="CheckedOutFile">
                <Key>
                    <PropertyRef Name="CheckedOutById" />
                </Key>
                <Property Name="CheckedOutById" Type="Edm.Int32" Nullable="false" />
                <Property Name="ServerRelativePath" Type="SP.ResourcePath" />
                <NavigationProperty Name="CheckedOutBy"
                    Relationship="SP.SP_CheckedOutFile_CheckedOutBy_SP_User_CheckedOutByPartner"
                    ToRole="CheckedOutBy" FromRole="CheckedOutByPartner" />
            </EntityType>
            <EntityType Name="CompatibilityRange">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ConnectorResult">
                <Key>
                    <PropertyRef Name="ContextData" />
                </Key>
                <Property Name="ContextData" Type="Edm.String" Nullable="false" />
                <Property Name="Value" Type="Edm.String" />
            </EntityType>
            <EntityType Name="APIHubConnector">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ContentSolution">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="Templates"
                    Relationship="Microsoft.SharePoint.ContentSolution.API.SP_ContentSolution_Templates_Microsoft_SharePoint_ContentSolution_API_TemplateAPI_TemplatesPartner"
                    ToRole="Templates" FromRole="TemplatesPartner" />
            </EntityType>
            <EntityType Name="RequestContext">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="Current"
                    Relationship="SP.SP_RequestContext_Current_SP_RequestContext_CurrentPartner"
                    ToRole="Current" FromRole="CurrentPartner" />
                <NavigationProperty Name="List"
                    Relationship="SP.SP_RequestContext_List_SP_List_ListPartner" ToRole="List"
                    FromRole="ListPartner" />
                <NavigationProperty Name="Site"
                    Relationship="SP.SP_RequestContext_Site_SP_Site_SitePartner" ToRole="Site"
                    FromRole="SitePartner" />
                <NavigationProperty Name="Web"
                    Relationship="SP.SP_RequestContext_Web_SP_Web_WebPartner" ToRole="Web"
                    FromRole="WebPartner" />
            </EntityType>
            <EntityType Name="CopySourceInfo">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="CurrencyList">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="DigitalLegacy" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="FieldCalculated" BaseType="SP.Field">
                <Property Name="CurrencyLocaleId" Type="Edm.Int32" Nullable="false" />
                <Property Name="DateFormat" Type="Edm.Int32" Nullable="false" />
                <Property Name="DisplayFormat" Type="Edm.Int32" Nullable="false" />
                <Property Name="Formula" Type="Edm.String" />
                <Property Name="OutputType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ShowAsPercentage" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="FieldMultiChoice" BaseType="SP.Field">
                <Property Name="FillInChoice" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Mappings" Type="Edm.String" />
                <Property Name="Choices" Type="Collection(Edm.String)" />
                <Property Name="UnlimitedLengthInDocumentLibrary" Type="Edm.Boolean"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="FieldChoice" BaseType="SP.FieldMultiChoice">
                <Property Name="EditFormat" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="FieldComputed" BaseType="SP.Field">
                <Property Name="EnableLookup" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="FieldNumber" BaseType="SP.Field">
                <Property Name="CommaSeparator" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CustomUnitName" Type="Edm.String" />
                <Property Name="CustomUnitOnRight" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisplayFormat" Type="Edm.Int32" Nullable="false" />
                <Property Name="MaximumValue" Type="Edm.Double" Nullable="false" />
                <Property Name="MinimumValue" Type="Edm.Double" Nullable="false" />
                <Property Name="ShowAsPercentage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Unit" Type="Edm.String" />
            </EntityType>
            <EntityType Name="FieldCurrency" BaseType="SP.FieldNumber">
                <Property Name="CurrencyLocaleId" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="FieldDateTime" BaseType="SP.Field">
                <Property Name="DateTimeCalendarType" Type="Edm.Int32" Nullable="false" />
                <Property Name="DateFormat" Type="Edm.String" />
                <Property Name="DisplayFormat" Type="Edm.Int32" Nullable="false" />
                <Property Name="FriendlyDisplayFormat" Type="Edm.Int32" Nullable="false" />
                <Property Name="TimeFormat" Type="Edm.String" />
            </EntityType>
            <EntityType Name="FieldGeolocation" BaseType="SP.Field" />
            <EntityType Name="FieldGuid" BaseType="SP.Field" />
            <EntityType Name="FieldMultiLineText" BaseType="SP.Field">
                <Property Name="AllowHyperlink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AppendOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsLongHyperlink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="NumberOfLines" Type="Edm.Int32" Nullable="false" />
                <Property Name="RestrictedMode" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RichText" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UnlimitedLengthInDocumentLibrary" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="WikiLinking" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="FieldLocation" BaseType="SP.FieldMultiLineText" />
            <EntityType Name="FieldLookup" BaseType="SP.Field">
                <Property Name="AllowMultipleValues" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DependentLookupInternalNames" Type="Collection(Edm.String)" />
                <Property Name="IsDependentLookup" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRelationship" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LookupField" Type="Edm.String" />
                <Property Name="LookupList" Type="Edm.String" />
                <Property Name="LookupWebId" Type="Edm.Guid" Nullable="false" />
                <Property Name="PrimaryFieldId" Type="Edm.String" />
                <Property Name="RelationshipDeleteBehavior" Type="Edm.Int32" Nullable="false" />
                <Property Name="UnlimitedLengthInDocumentLibrary" Type="Edm.Boolean"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="FieldRatingScale" BaseType="SP.FieldMultiChoice">
                <Property Name="GridEndNumber" Type="Edm.Int32" Nullable="false" />
                <Property Name="GridNAOptionText" Type="Edm.String" />
                <Property Name="GridStartNumber" Type="Edm.Int32" Nullable="false" />
                <Property Name="GridTextRangeAverage" Type="Edm.String" />
                <Property Name="GridTextRangeHigh" Type="Edm.String" />
                <Property Name="GridTextRangeLow" Type="Edm.String" />
                <Property Name="RangeCount" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="FieldText" BaseType="SP.Field">
                <Property Name="MaxLength" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="FieldThumbnail">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="FieldUrl" BaseType="SP.Field">
                <Property Name="DisplayFormat" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="FieldUser" BaseType="SP.FieldLookup">
                <Property Name="AllowDisplay" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Presence" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SelectionGroup" Type="Edm.Int32" Nullable="false" />
                <Property Name="SelectionMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="UserDisplayOptions" Type="Edm.String" />
            </EntityType>
            <EntityType Name="FileUrlVirusStatusUpdate">
                <Key>
                    <PropertyRef Name="fileUrl" />
                </Key>
                <Property Name="fileUrl" Type="Edm.String" Nullable="false" />
                <Property Name="virusMessage" Type="Edm.String" />
                <Property Name="virusStatus" Type="Edm.Byte" Nullable="false" />
            </EntityType>
            <EntityType Name="FlowSynchronizationResult">
                <Key>
                    <PropertyRef Name="SynchronizationData" />
                </Key>
                <Property Name="SynchronizationData" Type="Edm.String" Nullable="false" />
                <Property Name="SynchronizationStatus" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="FolderColoring">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="FontPackage">
                <Key>
                    <PropertyRef Name="ID" />
                </Key>
                <Property Name="ID" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsHidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsValid" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PackageJson" Type="Edm.String" />
                <Property Name="Store" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </EntityType>
            <EntityType Name="HubSite">
                <Key>
                    <PropertyRef Name="Description" />
                </Key>
                <Property Name="Description" Type="Edm.String" Nullable="false" />
                <Property Name="EnablePermissionsSync" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnforcedECTs" Type="Edm.String" />
                <Property Name="EnforcedECTsVersion" Type="Edm.Int32" Nullable="false" />
                <Property Name="HideNameInNavigation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ID" Type="Edm.Guid" Nullable="false" />
                <Property Name="LogoUrl" Type="Edm.String" />
                <Property Name="ParentHubSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="PermissionsSyncTag" Type="Edm.Int32" Nullable="false" />
                <Property Name="RequiresJoinApproval" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteDesignId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
                <Property Name="Targets" Type="Edm.String" />
                <Property Name="TenantInstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </EntityType>
            <EntityType Name="Approvals" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ListBloomFilter">
                <Key>
                    <PropertyRef Name="BloomFilterSize" />
                </Key>
                <Property Name="BloomFilterSize" Type="Edm.Int32" Nullable="false" />
                <Property Name="FalsePositiveRate" Type="Edm.Double" Nullable="false" />
                <Property Name="HashedValueSet" Type="Collection(Edm.String)" />
                <Property Name="IndexMap" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="ItemProcessedCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="K" Type="Edm.Int32" Nullable="false" />
                <Property Name="LastListItemIdProcessed" Type="Edm.Int32" Nullable="false" />
                <Property Name="MaxItemCount" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="SPMigrationJobStatus">
                <Key>
                    <PropertyRef Name="JobId" />
                </Key>
                <Property Name="JobId" Type="Edm.Guid" Nullable="false" />
                <Property Name="JobState" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="MountedFolderInfo">
                <Key>
                    <PropertyRef Name="FolderUrl" />
                </Key>
                <Property Name="FolderUrl" Type="Edm.String" Nullable="false" />
                <Property Name="HasEditPermission" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListTemplateType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListViewUrl" Type="Edm.String" />
                <Property Name="WebUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="MountPoint" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="MountPointInfo">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="RedirectUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="MoveCopyUtil" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="OutOfBoxFontPackageSettings">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPPlaylist" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPPlaylist_Subscriber">
                <Key>
                    <PropertyRef Name="isUserSubscribed" />
                </Key>
                <Property Name="isUserSubscribed" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="RelatedField">
                <Key>
                    <PropertyRef Name="FieldId" />
                </Key>
                <Property Name="FieldId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RelationshipDeleteBehavior" Type="Edm.Int32" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
                <NavigationProperty Name="LookupList"
                    Relationship="SP.SP_RelatedField_LookupList_SP_List_LookupListPartner"
                    ToRole="LookupList" FromRole="LookupListPartner" />
            </EntityType>
            <EntityType Name="RemoteWeb">
                <Key>
                    <PropertyRef Name="CanSendEmail" />
                </Key>
                <Property Name="CanSendEmail" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShareByEmailEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShareByLinkEnabled" Type="Edm.Boolean" Nullable="false" />
                <NavigationProperty Name="Web" Relationship="SP.SP_RemoteWeb_Web_SP_Web_WebPartner"
                    ToRole="Web" FromRole="WebPartner" />
            </EntityType>
            <EntityType Name="RequestUserContext">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="Current"
                    Relationship="SP.SP_RequestUserContext_Current_SP_RequestUserContext_CurrentPartner"
                    ToRole="Current" FromRole="CurrentPartner" />
                <NavigationProperty Name="User"
                    Relationship="SP.SP_RequestUserContext_User_SP_User_UserPartner" ToRole="User"
                    FromRole="UserPartner" />
            </EntityType>
            <EntityType Name="SharingUtility" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="OpenWebParameters">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SiteUrl">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="TeamChannelManager" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="TenantAppInstance">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="UserExperienceState">
                <Key>
                    <PropertyRef Name="Flags" />
                </Key>
                <Property Name="Flags" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="UserFirstRun" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="Experiences" Type="Collection(Edm.Int32)" Nullable="false" />
            </EntityType>
            <EntityType Name="UserPhotos" Abstract="true">
                <Key>
                    <PropertyRef Name="Settings" />
                </Key>
                <Property Name="Settings" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="VisualizationAppSynchronizationResult">
                <Key>
                    <PropertyRef Name="SynchronizationData" />
                </Key>
                <Property Name="SynchronizationData" Type="Edm.String" Nullable="false" />
                <Property Name="SynchronizationStatus" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="AppMappedViews"
                    Relationship="SP.SP_VisualizationAppSynchronizationResult_AppMappedViews_SP_View_AppMappedViewsPartner"
                    ToRole="AppMappedViews" FromRole="AppMappedViewsPartner" />
            </EntityType>
            <EntityType Name="WebProxy" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="WebTemplate">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DisplayCategory" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="ImageUrl" Type="Edm.String" />
                <Property Name="IsHidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRootWebOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSubWebOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Lcid" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </EntityType>
            <EntityType Name="TeamChannel">
                <Key>
                    <PropertyRef Name="folderId" />
                </Key>
                <Property Name="folderId" Type="Edm.Guid" Nullable="false" />
                <Property Name="groupId" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="TeamSiteData">
                <Key>
                    <PropertyRef Name="ErrorTag" />
                </Key>
                <Property Name="ErrorTag" Type="Edm.Int64" Nullable="false" />
                <Property Name="HeaderColorIndexInDarkMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="HeaderColorIndexInLightMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="HeaderEmphasis" Type="Edm.Int32" Nullable="false" />
                <Property Name="HubSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
                <Property Name="TenantInstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ThemeToken" Type="Edm.String" />
            </EntityType>
            <EntityType Name="TenantAppUtility" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="TenantDataLossPreventionQuarantineSettings">
                <Key>
                    <PropertyRef Name="QuarantineLocation" />
                </Key>
                <Property Name="QuarantineLocation" Type="Edm.String" Nullable="false" />
                <Property Name="TombstoneText" Type="Edm.String" />
            </EntityType>
            <EntityType Name="TenantSettings">
                <Key>
                    <PropertyRef Name="CorporateCatalogUrl" />
                </Key>
                <Property Name="CorporateCatalogUrl" Type="Edm.String" Nullable="false" />
                <NavigationProperty Name="Current"
                    Relationship="SP.SP_TenantSettings_Current_SP_TenantSettings_CurrentPartner"
                    ToRole="Current" FromRole="CurrentPartner" />
            </EntityType>
            <EntityType Name="AppPrincipal">
                <Key>
                    <PropertyRef Name="DisplayName" />
                </Key>
                <Property Name="DisplayName" Type="Edm.String" Nullable="false" />
                <Property Name="EndpointAuthorities" Type="Collection(Edm.String)" />
                <Property Name="NameIdentifier" Type="Edm.String" />
                <Property Name="RedirectAddresses" Type="Collection(Edm.String)" />
            </EntityType>
            <EntityType Name="AppPrincipalIdentityProvider">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="External"
                    Relationship="SP.SP_AppPrincipalIdentityProvider_External_SP_AppPrincipalIdentityProvider_ExternalPartner"
                    ToRole="External" FromRole="ExternalPartner" />
            </EntityType>
            <EntityType Name="AppPrincipalManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="AppPrincipalCredential">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="AppPrincipalName">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <Association Name="SP_ApiMetadata_Current_SP_ApiMetadata_CurrentPartner">
                <End Type="SP.ApiMetadata" Role="Current" Multiplicity="0..1" />
                <End Type="SP.ApiMetadata" Role="CurrentPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ApiMetadata_Types_SP_TypeInformation_TypesPartner">
                <End Type="SP.TypeInformation" Role="Types" Multiplicity="*" />
                <End Type="SP.ApiMetadata" Role="TypesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_UserProfiles_UserProfile_PersonalSite_SP_Site_PersonalSitePartner">
                <End Type="SP.Site" Role="PersonalSite" Multiplicity="0..1" />
                <End Type="SP.UserProfiles.UserProfile" Role="PersonalSitePartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Site_Audit_SP_Audit_AuditPartner">
                <End Type="SP.Audit" Role="Audit" Multiplicity="0..1" />
                <End Type="SP.Site" Role="AuditPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Site_CustomScriptSafeDomains_SP_ScriptSafeDomain_CustomScriptSafeDomainsPartner">
                <End Type="SP.ScriptSafeDomain" Role="CustomScriptSafeDomains" Multiplicity="*" />
                <End Type="SP.Site" Role="CustomScriptSafeDomainsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Site_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner">
                <End Type="SP.EventReceiverDefinition" Role="EventReceivers" Multiplicity="*" />
                <End Type="SP.Site" Role="EventReceiversPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Site_Features_SP_Feature_FeaturesPartner">
                <End Type="SP.Feature" Role="Features" Multiplicity="*" />
                <End Type="SP.Site" Role="FeaturesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Site_HubSiteSynchronizableVisitorGroup_SP_Group_HubSiteSynchronizableVisitorGroupPartner">
                <End Type="SP.Group" Role="HubSiteSynchronizableVisitorGroup" Multiplicity="0..1" />
                <End Type="SP.Site" Role="HubSiteSynchronizableVisitorGroupPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Site_Owner_SP_User_OwnerPartner">
                <End Type="SP.User" Role="Owner" Multiplicity="0..1" />
                <End Type="SP.Site" Role="OwnerPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Site_RecycleBin_SP_RecycleBinItem_RecycleBinPartner">
                <End Type="SP.RecycleBinItem" Role="RecycleBin" Multiplicity="*" />
                <End Type="SP.Site" Role="RecycleBinPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Site_RootWeb_SP_Web_RootWebPartner">
                <End Type="SP.Web" Role="RootWeb" Multiplicity="0..1" />
                <End Type="SP.Site" Role="RootWebPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Site_SecondaryContact_SP_User_SecondaryContactPartner">
                <End Type="SP.User" Role="SecondaryContact" Multiplicity="0..1" />
                <End Type="SP.Site" Role="SecondaryContactPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Site_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner">
                <End Type="SP.UserCustomAction" Role="UserCustomActions" Multiplicity="*" />
                <End Type="SP.Site" Role="UserCustomActionsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Site_VersionPolicyForNewLibrariesTemplate_SP_SiteVersionPolicyManager_VersionPolicyForNewLibrariesTemplatePartner">
                <End Type="SP.SiteVersionPolicyManager" Role="VersionPolicyForNewLibrariesTemplate"
                    Multiplicity="0..1" />
                <End Type="SP.Site" Role="VersionPolicyForNewLibrariesTemplatePartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Group_Owner_SP_Principal_OwnerPartner">
                <End Type="SP.Principal" Role="Owner" Multiplicity="0..1" />
                <End Type="SP.Group" Role="OwnerPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Group_Users_SP_User_UsersPartner">
                <End Type="SP.User" Role="Users" Multiplicity="*" />
                <End Type="SP.Group" Role="UsersPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_User_Alerts_SP_Alert_AlertsPartner">
                <End Type="SP.Alert" Role="Alerts" Multiplicity="*" />
                <End Type="SP.User" Role="AlertsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_User_Groups_SP_Group_GroupsPartner">
                <End Type="SP.Group" Role="Groups" Multiplicity="*" />
                <End Type="SP.User" Role="GroupsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Alert_AllProperties_SP_PropertyValues_AllPropertiesPartner">
                <End Type="SP.PropertyValues" Role="AllProperties" Multiplicity="0..1" />
                <End Type="SP.Alert" Role="AllPropertiesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Alert_Item_SP_ListItem_ItemPartner">
                <End Type="SP.ListItem" Role="Item" Multiplicity="0..1" />
                <End Type="SP.Alert" Role="ItemPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Alert_List_SP_List_ListPartner">
                <End Type="SP.List" Role="List" Multiplicity="0..1" />
                <End Type="SP.Alert" Role="ListPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Alert_User_SP_User_UserPartner">
                <End Type="SP.User" Role="User" Multiplicity="0..1" />
                <End Type="SP.Alert" Role="UserPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_SecurableObject_FirstUniqueAncestorSecurableObject_SP_SecurableObject_FirstUniqueAncestorSecurableObjectPartner">
                <End Type="SP.SecurableObject" Role="FirstUniqueAncestorSecurableObject"
                    Multiplicity="0..1" />
                <End Type="SP.SecurableObject" Role="FirstUniqueAncestorSecurableObjectPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_SecurableObject_RoleAssignments_SP_RoleAssignment_RoleAssignmentsPartner">
                <End Type="SP.RoleAssignment" Role="RoleAssignments" Multiplicity="*" />
                <End Type="SP.SecurableObject" Role="RoleAssignmentsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_RoleAssignment_Member_SP_Principal_MemberPartner">
                <End Type="SP.Principal" Role="Member" Multiplicity="0..1" />
                <End Type="SP.RoleAssignment" Role="MemberPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_RoleAssignment_RoleDefinitionBindings_SP_RoleDefinition_RoleDefinitionBindingsPartner">
                <End Type="SP.RoleDefinition" Role="RoleDefinitionBindings" Multiplicity="*" />
                <End Type="SP.RoleAssignment" Role="RoleDefinitionBindingsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ListItem_AttachmentFiles_SP_Attachment_AttachmentFilesPartner">
                <End Type="SP.Attachment" Role="AttachmentFiles" Multiplicity="*" />
                <End Type="SP.ListItem" Role="AttachmentFilesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ListItem_ContentType_SP_ContentType_ContentTypePartner">
                <End Type="SP.ContentType" Role="ContentType" Multiplicity="0..1" />
                <End Type="SP.ListItem" Role="ContentTypePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ListItem_GetDlpPolicyTip_SP_DlpPolicyTip_GetDlpPolicyTipPartner">
                <End Type="SP.DlpPolicyTip" Role="GetDlpPolicyTip" Multiplicity="0..1" />
                <End Type="SP.ListItem" Role="GetDlpPolicyTipPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_ListItem_FieldValuesAsHtml_SP_FieldStringValues_FieldValuesAsHtmlPartner">
                <End Type="SP.FieldStringValues" Role="FieldValuesAsHtml" Multiplicity="0..1" />
                <End Type="SP.ListItem" Role="FieldValuesAsHtmlPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_ListItem_FieldValuesAsText_SP_FieldStringValues_FieldValuesAsTextPartner">
                <End Type="SP.FieldStringValues" Role="FieldValuesAsText" Multiplicity="0..1" />
                <End Type="SP.ListItem" Role="FieldValuesAsTextPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_ListItem_FieldValuesForEdit_SP_FieldStringValues_FieldValuesForEditPartner">
                <End Type="SP.FieldStringValues" Role="FieldValuesForEdit" Multiplicity="0..1" />
                <End Type="SP.ListItem" Role="FieldValuesForEditPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ListItem_File_SP_File_FilePartner">
                <End Type="SP.File" Role="File" Multiplicity="0..1" />
                <End Type="SP.ListItem" Role="FilePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ListItem_Folder_SP_Folder_FolderPartner">
                <End Type="SP.Folder" Role="Folder" Multiplicity="0..1" />
                <End Type="SP.ListItem" Role="FolderPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ListItem_ParentList_SP_List_ParentListPartner">
                <End Type="SP.List" Role="ParentList" Multiplicity="0..1" />
                <End Type="SP.ListItem" Role="ParentListPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ListItem_Properties_SP_PropertyValues_PropertiesPartner">
                <End Type="SP.PropertyValues" Role="Properties" Multiplicity="0..1" />
                <End Type="SP.ListItem" Role="PropertiesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ListItem_Versions_SP_ListItemVersion_VersionsPartner">
                <End Type="SP.ListItemVersion" Role="Versions" Multiplicity="*" />
                <End Type="SP.ListItem" Role="VersionsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_ContentType_DescriptionResource_SP_UserResource_DescriptionResourcePartner">
                <End Type="SP.UserResource" Role="DescriptionResource" Multiplicity="0..1" />
                <End Type="SP.ContentType" Role="DescriptionResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ContentType_FieldLinks_SP_FieldLink_FieldLinksPartner">
                <End Type="SP.FieldLink" Role="FieldLinks" Multiplicity="*" />
                <End Type="SP.ContentType" Role="FieldLinksPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ContentType_Fields_SP_Field_FieldsPartner">
                <End Type="SP.Field" Role="Fields" Multiplicity="*" />
                <End Type="SP.ContentType" Role="FieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ContentType_NameResource_SP_UserResource_NameResourcePartner">
                <End Type="SP.UserResource" Role="NameResource" Multiplicity="0..1" />
                <End Type="SP.ContentType" Role="NameResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ContentType_Parent_SP_ContentType_ParentPartner">
                <End Type="SP.ContentType" Role="Parent" Multiplicity="0..1" />
                <End Type="SP.ContentType" Role="ParentPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Field_DescriptionResource_SP_UserResource_DescriptionResourcePartner">
                <End Type="SP.UserResource" Role="DescriptionResource" Multiplicity="0..1" />
                <End Type="SP.Field" Role="DescriptionResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Field_TitleResource_SP_UserResource_TitleResourcePartner">
                <End Type="SP.UserResource" Role="TitleResource" Multiplicity="0..1" />
                <End Type="SP.Field" Role="TitleResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_File_Author_SP_User_AuthorPartner">
                <End Type="SP.User" Role="Author" Multiplicity="0..1" />
                <End Type="SP.File" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_File_CheckedOutByUser_SP_User_CheckedOutByUserPartner">
                <End Type="SP.User" Role="CheckedOutByUser" Multiplicity="0..1" />
                <End Type="SP.File" Role="CheckedOutByUserPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_File_EffectiveInformationRightsManagementSettings_SP_EffectiveInformationRightsManagementSettings_EffectiveInformationRightsManagementSettingsPartner">
                <End Type="SP.EffectiveInformationRightsManagementSettings"
                    Role="EffectiveInformationRightsManagementSettings" Multiplicity="0..1" />
                <End Type="SP.File" Role="EffectiveInformationRightsManagementSettingsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_File_InformationRightsManagementSettings_SP_InformationRightsManagementFileSettings_InformationRightsManagementSettingsPartner">
                <End Type="SP.InformationRightsManagementFileSettings"
                    Role="InformationRightsManagementSettings" Multiplicity="0..1" />
                <End Type="SP.File" Role="InformationRightsManagementSettingsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_File_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartner">
                <End Type="SP.ListItem" Role="ListItemAllFields" Multiplicity="0..1" />
                <End Type="SP.File" Role="ListItemAllFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_File_LockedByUser_SP_User_LockedByUserPartner">
                <End Type="SP.User" Role="LockedByUser" Multiplicity="0..1" />
                <End Type="SP.File" Role="LockedByUserPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_File_ModifiedBy_SP_User_ModifiedByPartner">
                <End Type="SP.User" Role="ModifiedBy" Multiplicity="0..1" />
                <End Type="SP.File" Role="ModifiedByPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_File_Properties_SP_PropertyValues_PropertiesPartner">
                <End Type="SP.PropertyValues" Role="Properties" Multiplicity="0..1" />
                <End Type="SP.File" Role="PropertiesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_File_VersionEvents_SP_FileVersionEvent_VersionEventsPartner">
                <End Type="SP.FileVersionEvent" Role="VersionEvents" Multiplicity="*" />
                <End Type="SP.File" Role="VersionEventsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_File_VersionExpirationReport_SP_FileVersion_VersionExpirationReportPartner">
                <End Type="SP.FileVersion" Role="VersionExpirationReport" Multiplicity="*" />
                <End Type="SP.File" Role="VersionExpirationReportPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_File_Versions_SP_FileVersion_VersionsPartner">
                <End Type="SP.FileVersion" Role="Versions" Multiplicity="*" />
                <End Type="SP.File" Role="VersionsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_File_Web_SP_Web_WebPartner">
                <End Type="SP.Web" Role="Web" Multiplicity="0..1" />
                <End Type="SP.File" Role="WebPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_FileVersion_CreatedBy_SP_User_CreatedByPartner">
                <End Type="SP.User" Role="CreatedBy" Multiplicity="0..1" />
                <End Type="SP.FileVersion" Role="CreatedByPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_AccessRequestsList_SP_List_AccessRequestsListPartner">
                <End Type="SP.List" Role="AccessRequestsList" Multiplicity="0..1" />
                <End Type="SP.Web" Role="AccessRequestsListPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_Alerts_SP_Alert_AlertsPartner">
                <End Type="SP.Alert" Role="Alerts" Multiplicity="*" />
                <End Type="SP.Web" Role="AlertsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_AllProperties_SP_PropertyValues_AllPropertiesPartner">
                <End Type="SP.PropertyValues" Role="AllProperties" Multiplicity="0..1" />
                <End Type="SP.Web" Role="AllPropertiesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_AppTiles_SP_AppTile_AppTilesPartner">
                <End Type="SP.AppTile" Role="AppTiles" Multiplicity="*" />
                <End Type="SP.Web" Role="AppTilesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_AssociatedMemberGroup_SP_Group_AssociatedMemberGroupPartner">
                <End Type="SP.Group" Role="AssociatedMemberGroup" Multiplicity="0..1" />
                <End Type="SP.Web" Role="AssociatedMemberGroupPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_AssociatedOwnerGroup_SP_Group_AssociatedOwnerGroupPartner">
                <End Type="SP.Group" Role="AssociatedOwnerGroup" Multiplicity="0..1" />
                <End Type="SP.Web" Role="AssociatedOwnerGroupPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_AssociatedVisitorGroup_SP_Group_AssociatedVisitorGroupPartner">
                <End Type="SP.Group" Role="AssociatedVisitorGroup" Multiplicity="0..1" />
                <End Type="SP.Web" Role="AssociatedVisitorGroupPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_Author_SP_User_AuthorPartner">
                <End Type="SP.User" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Web" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Web_AvailableContentTypes_SP_ContentType_AvailableContentTypesPartner">
                <End Type="SP.ContentType" Role="AvailableContentTypes" Multiplicity="*" />
                <End Type="SP.Web" Role="AvailableContentTypesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_AvailableFields_SP_Field_AvailableFieldsPartner">
                <End Type="SP.Field" Role="AvailableFields" Multiplicity="*" />
                <End Type="SP.Web" Role="AvailableFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Web_CanModernizeHomepage_SP_ModernizeHomepageResult_CanModernizeHomepagePartner">
                <End Type="SP.ModernizeHomepageResult" Role="CanModernizeHomepage"
                    Multiplicity="0..1" />
                <End Type="SP.Web" Role="CanModernizeHomepagePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_ClientWebParts_SP_ClientWebPart_ClientWebPartsPartner">
                <End Type="SP.ClientWebPart" Role="ClientWebParts" Multiplicity="*" />
                <End Type="SP.Web" Role="ClientWebPartsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_ContentTypes_SP_ContentType_ContentTypesPartner">
                <End Type="SP.ContentType" Role="ContentTypes" Multiplicity="*" />
                <End Type="SP.Web" Role="ContentTypesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_CurrentUser_SP_User_CurrentUserPartner">
                <End Type="SP.User" Role="CurrentUser" Multiplicity="0..1" />
                <End Type="SP.Web" Role="CurrentUserPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Web_DataLeakagePreventionStatusInfo_SP_SPDataLeakagePreventionStatusInfo_DataLeakagePreventionStatusInfoPartner">
                <End Type="SP.SPDataLeakagePreventionStatusInfo"
                    Role="DataLeakagePreventionStatusInfo" Multiplicity="0..1" />
                <End Type="SP.Web" Role="DataLeakagePreventionStatusInfoPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Web_DescriptionResource_SP_UserResource_DescriptionResourcePartner">
                <End Type="SP.UserResource" Role="DescriptionResource" Multiplicity="0..1" />
                <End Type="SP.Web" Role="DescriptionResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Web_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner">
                <End Type="SP.EventReceiverDefinition" Role="EventReceivers" Multiplicity="*" />
                <End Type="SP.Web" Role="EventReceiversPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_Features_SP_Feature_FeaturesPartner">
                <End Type="SP.Feature" Role="Features" Multiplicity="*" />
                <End Type="SP.Web" Role="FeaturesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_Fields_SP_Field_FieldsPartner">
                <End Type="SP.Field" Role="Fields" Multiplicity="*" />
                <End Type="SP.Web" Role="FieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_Folders_SP_Folder_FoldersPartner">
                <End Type="SP.Folder" Role="Folders" Multiplicity="*" />
                <End Type="SP.Web" Role="FoldersPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_Lists_SP_List_ListsPartner">
                <End Type="SP.List" Role="Lists" Multiplicity="*" />
                <End Type="SP.Web" Role="ListsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_ListTemplates_SP_ListTemplate_ListTemplatesPartner">
                <End Type="SP.ListTemplate" Role="ListTemplates" Multiplicity="*" />
                <End Type="SP.Web" Role="ListTemplatesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Web_MultilingualSettings_SP_MultilingualSettings_MultilingualSettingsPartner">
                <End Type="SP.MultilingualSettings" Role="MultilingualSettings" Multiplicity="0..1" />
                <End Type="SP.Web" Role="MultilingualSettingsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_Navigation_SP_Navigation_NavigationPartner">
                <End Type="SP.Navigation" Role="Navigation" Multiplicity="0..1" />
                <End Type="SP.Web" Role="NavigationPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_ParentWeb_SP_WebInformation_ParentWebPartner">
                <End Type="SP.WebInformation" Role="ParentWeb" Multiplicity="0..1" />
                <End Type="SP.Web" Role="ParentWebPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Web_PushNotificationSubscribers_SP_PushNotificationSubscriber_PushNotificationSubscribersPartner">
                <End Type="SP.PushNotificationSubscriber" Role="PushNotificationSubscribers"
                    Multiplicity="*" />
                <End Type="SP.Web" Role="PushNotificationSubscribersPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_RecycleBin_SP_RecycleBinItem_RecycleBinPartner">
                <End Type="SP.RecycleBinItem" Role="RecycleBin" Multiplicity="*" />
                <End Type="SP.Web" Role="RecycleBinPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_RegionalSettings_SP_RegionalSettings_RegionalSettingsPartner">
                <End Type="SP.RegionalSettings" Role="RegionalSettings" Multiplicity="0..1" />
                <End Type="SP.Web" Role="RegionalSettingsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_RoleDefinitions_SP_RoleDefinition_RoleDefinitionsPartner">
                <End Type="SP.RoleDefinition" Role="RoleDefinitions" Multiplicity="*" />
                <End Type="SP.Web" Role="RoleDefinitionsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_RootFolder_SP_Folder_RootFolderPartner">
                <End Type="SP.Folder" Role="RootFolder" Multiplicity="0..1" />
                <End Type="SP.Web" Role="RootFolderPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_SiteGroups_SP_Group_SiteGroupsPartner">
                <End Type="SP.Group" Role="SiteGroups" Multiplicity="*" />
                <End Type="SP.Web" Role="SiteGroupsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_SiteUserInfoList_SP_List_SiteUserInfoListPartner">
                <End Type="SP.List" Role="SiteUserInfoList" Multiplicity="0..1" />
                <End Type="SP.Web" Role="SiteUserInfoListPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_SiteUsers_SP_User_SiteUsersPartner">
                <End Type="SP.User" Role="SiteUsers" Multiplicity="*" />
                <End Type="SP.Web" Role="SiteUsersPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_ThemeInfo_SP_ThemeInfo_ThemeInfoPartner">
                <End Type="SP.ThemeInfo" Role="ThemeInfo" Multiplicity="0..1" />
                <End Type="SP.Web" Role="ThemeInfoPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_TitleResource_SP_UserResource_TitleResourcePartner">
                <End Type="SP.UserResource" Role="TitleResource" Multiplicity="0..1" />
                <End Type="SP.Web" Role="TitleResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Web_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner">
                <End Type="SP.UserCustomAction" Role="UserCustomActions" Multiplicity="*" />
                <End Type="SP.Web" Role="UserCustomActionsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_Webs_SP_Web_WebsPartner">
                <End Type="SP.Web" Role="Webs" Multiplicity="*" />
                <End Type="SP.Web" Role="WebsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Web_WebInfos_SP_WebInformation_WebInfosPartner">
                <End Type="SP.WebInformation" Role="WebInfos" Multiplicity="*" />
                <End Type="SP.Web" Role="WebInfosPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_List_Author_SP_User_AuthorPartner">
                <End Type="SP.User" Role="Author" Multiplicity="0..1" />
                <End Type="SP.List" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_List_ContentTypes_SP_ContentType_ContentTypesPartner">
                <End Type="SP.ContentType" Role="ContentTypes" Multiplicity="*" />
                <End Type="SP.List" Role="ContentTypesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_List_CreatablesInfo_SP_CreatablesInfo_CreatablesInfoPartner">
                <End Type="SP.CreatablesInfo" Role="CreatablesInfo" Multiplicity="0..1" />
                <End Type="SP.List" Role="CreatablesInfoPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_List_DefaultView_SP_View_DefaultViewPartner">
                <End Type="SP.View" Role="DefaultView" Multiplicity="0..1" />
                <End Type="SP.List" Role="DefaultViewPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_List_DescriptionResource_SP_UserResource_DescriptionResourcePartner">
                <End Type="SP.UserResource" Role="DescriptionResource" Multiplicity="0..1" />
                <End Type="SP.List" Role="DescriptionResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_List_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner">
                <End Type="SP.EventReceiverDefinition" Role="EventReceivers" Multiplicity="*" />
                <End Type="SP.List" Role="EventReceiversPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_List_Fields_SP_Field_FieldsPartner">
                <End Type="SP.Field" Role="Fields" Multiplicity="*" />
                <End Type="SP.List" Role="FieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_List_Forms_SP_Form_FormsPartner">
                <End Type="SP.Form" Role="Forms" Multiplicity="*" />
                <End Type="SP.List" Role="FormsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_List_InformationRightsManagementSettings_SP_InformationRightsManagementSettings_InformationRightsManagementSettingsPartner">
                <End Type="SP.InformationRightsManagementSettings"
                    Role="InformationRightsManagementSettings" Multiplicity="0..1" />
                <End Type="SP.List" Role="InformationRightsManagementSettingsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_List_Items_SP_ListItem_ItemsPartner">
                <End Type="SP.ListItem" Role="Items" Multiplicity="*" />
                <End Type="SP.List" Role="ItemsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_List_ParentWeb_SP_Web_ParentWebPartner">
                <End Type="SP.Web" Role="ParentWeb" Multiplicity="0..1" />
                <End Type="SP.List" Role="ParentWebPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_List_RootFolder_SP_Folder_RootFolderPartner">
                <End Type="SP.Folder" Role="RootFolder" Multiplicity="0..1" />
                <End Type="SP.List" Role="RootFolderPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_List_TitleResource_SP_UserResource_TitleResourcePartner">
                <End Type="SP.UserResource" Role="TitleResource" Multiplicity="0..1" />
                <End Type="SP.List" Role="TitleResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_List_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner">
                <End Type="SP.UserCustomAction" Role="UserCustomActions" Multiplicity="*" />
                <End Type="SP.List" Role="UserCustomActionsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_List_VersionPolicies_SP_VersionPolicyManager_VersionPoliciesPartner">
                <End Type="SP.VersionPolicyManager" Role="VersionPolicies" Multiplicity="0..1" />
                <End Type="SP.List" Role="VersionPoliciesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_List_Views_SP_View_ViewsPartner">
                <End Type="SP.View" Role="Views" Multiplicity="*" />
                <End Type="SP.List" Role="ViewsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_View_ViewFields_SP_ViewFieldCollection_ViewFieldsPartner">
                <End Type="SP.ViewFieldCollection" Role="ViewFields" Multiplicity="0..1" />
                <End Type="SP.View" Role="ViewFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Folder_Files_SP_File_FilesPartner">
                <End Type="SP.File" Role="Files" Multiplicity="*" />
                <End Type="SP.Folder" Role="FilesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Folder_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartner">
                <End Type="SP.ListItem" Role="ListItemAllFields" Multiplicity="0..1" />
                <End Type="SP.Folder" Role="ListItemAllFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Folder_ParentFolder_SP_Folder_ParentFolderPartner">
                <End Type="SP.Folder" Role="ParentFolder" Multiplicity="0..1" />
                <End Type="SP.Folder" Role="ParentFolderPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Folder_Properties_SP_PropertyValues_PropertiesPartner">
                <End Type="SP.PropertyValues" Role="Properties" Multiplicity="0..1" />
                <End Type="SP.Folder" Role="PropertiesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Folder_StorageMetrics_SP_StorageMetrics_StorageMetricsPartner">
                <End Type="SP.StorageMetrics" Role="StorageMetrics" Multiplicity="0..1" />
                <End Type="SP.Folder" Role="StorageMetricsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Folder_Folders_SP_Folder_FoldersPartner">
                <End Type="SP.Folder" Role="Folders" Multiplicity="*" />
                <End Type="SP.Folder" Role="FoldersPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_UserCustomAction_DescriptionResource_SP_UserResource_DescriptionResourcePartner">
                <End Type="SP.UserResource" Role="DescriptionResource" Multiplicity="0..1" />
                <End Type="SP.UserCustomAction" Role="DescriptionResourcePartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_UserCustomAction_TitleResource_SP_UserResource_TitleResourcePartner">
                <End Type="SP.UserResource" Role="TitleResource" Multiplicity="0..1" />
                <End Type="SP.UserCustomAction" Role="TitleResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_MultilingualSettings_Recipients_SP_TranslationNotificationRecipientUsers_RecipientsPartner">
                <End Type="SP.TranslationNotificationRecipientUsers" Role="Recipients"
                    Multiplicity="*" />
                <End Type="SP.MultilingualSettings" Role="RecipientsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_TranslationNotificationRecipientUsers_Recipients_SP_User_RecipientsPartner">
                <End Type="SP.User" Role="Recipients" Multiplicity="*" />
                <End Type="SP.TranslationNotificationRecipientUsers" Role="RecipientsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Navigation_QuickLaunch_SP_NavigationNode_QuickLaunchPartner">
                <End Type="SP.NavigationNode" Role="QuickLaunch" Multiplicity="*" />
                <End Type="SP.Navigation" Role="QuickLaunchPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Navigation_TopNavigationBar_SP_NavigationNode_TopNavigationBarPartner">
                <End Type="SP.NavigationNode" Role="TopNavigationBar" Multiplicity="*" />
                <End Type="SP.Navigation" Role="TopNavigationBarPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_NavigationNode_Children_SP_NavigationNode_ChildrenPartner">
                <End Type="SP.NavigationNode" Role="Children" Multiplicity="*" />
                <End Type="SP.NavigationNode" Role="ChildrenPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_NavigationNode_TitleResource_SP_UserResource_TitleResourcePartner">
                <End Type="SP.UserResource" Role="TitleResource" Multiplicity="0..1" />
                <End Type="SP.NavigationNode" Role="TitleResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_PushNotificationSubscriber_User_SP_User_UserPartner">
                <End Type="SP.User" Role="User" Multiplicity="0..1" />
                <End Type="SP.PushNotificationSubscriber" Role="UserPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_RecycleBinItem_Author_SP_User_AuthorPartner">
                <End Type="SP.User" Role="Author" Multiplicity="0..1" />
                <End Type="SP.RecycleBinItem" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_RecycleBinItem_DeletedBy_SP_User_DeletedByPartner">
                <End Type="SP.User" Role="DeletedBy" Multiplicity="0..1" />
                <End Type="SP.RecycleBinItem" Role="DeletedByPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_RegionalSettings_InstalledLanguages_SP_LanguageCollection_InstalledLanguagesPartner">
                <End Type="SP.LanguageCollection" Role="InstalledLanguages" Multiplicity="0..1" />
                <End Type="SP.RegionalSettings" Role="InstalledLanguagesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_RegionalSettings_TimeZone_SP_TimeZone_TimeZonePartner">
                <End Type="SP.TimeZone" Role="TimeZone" Multiplicity="0..1" />
                <End Type="SP.RegionalSettings" Role="TimeZonePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_RegionalSettings_TimeZones_SP_TimeZone_TimeZonesPartner">
                <End Type="SP.TimeZone" Role="TimeZones" Multiplicity="*" />
                <End Type="SP.RegionalSettings" Role="TimeZonesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ListItemVersion_CreatedBy_SP_User_CreatedByPartner">
                <End Type="SP.User" Role="CreatedBy" Multiplicity="0..1" />
                <End Type="SP.ListItemVersion" Role="CreatedByPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ListItemVersion_Fields_SP_Field_FieldsPartner">
                <End Type="SP.Field" Role="Fields" Multiplicity="*" />
                <End Type="SP.ListItemVersion" Role="FieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ListItemVersion_FileVersion_SP_FileVersion_FileVersionPartner">
                <End Type="SP.FileVersion" Role="FileVersion" Multiplicity="0..1" />
                <End Type="SP.ListItemVersion" Role="FileVersionPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_SiteVersionPolicyManager_VersionPolicies_SP_VersionPolicyManager_VersionPoliciesPartner">
                <End Type="SP.VersionPolicyManager" Role="VersionPolicies" Multiplicity="0..1" />
                <End Type="SP.SiteVersionPolicyManager" Role="VersionPoliciesPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftAssignment_Owner_SP_User_OwnerPartner">
                <End Type="SP.User" Role="Owner" Multiplicity="0..1" />
                <End Type="PS.DraftAssignment" Role="OwnerPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_EnterpriseResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner">
                <End Type="SP.User" Role="DefaultAssignmentOwner" Multiplicity="0..1" />
                <End Type="PS.EnterpriseResource" Role="DefaultAssignmentOwnerPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_EnterpriseResource_TimesheetManager_SP_User_TimesheetManagerPartner">
                <End Type="SP.User" Role="TimesheetManager" Multiplicity="0..1" />
                <End Type="PS.EnterpriseResource" Role="TimesheetManagerPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_EnterpriseResource_User_SP_User_UserPartner">
                <End Type="SP.User" Role="User" Multiplicity="0..1" />
                <End Type="PS.EnterpriseResource" Role="UserPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_StatusAssignmentHistoryLine_Author_SP_User_AuthorPartner">
                <End Type="SP.User" Role="Author" Multiplicity="0..1" />
                <End Type="PS.StatusAssignmentHistoryLine" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Project_CheckedOutBy_SP_User_CheckedOutByPartner">
                <End Type="SP.User" Role="CheckedOutBy" Multiplicity="0..1" />
                <End Type="PS.Project" Role="CheckedOutByPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Engagement_ModifiedBy_SP_User_ModifiedByPartner">
                <End Type="SP.User" Role="ModifiedBy" Multiplicity="0..1" />
                <End Type="PS.Engagement" Role="ModifiedByPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Engagement_ReviewedBy_SP_User_ReviewedByPartner">
                <End Type="SP.User" Role="ReviewedBy" Multiplicity="0..1" />
                <End Type="PS.Engagement" Role="ReviewedByPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Engagement_SubmittedBy_SP_User_SubmittedByPartner">
                <End Type="SP.User" Role="SubmittedBy" Multiplicity="0..1" />
                <End Type="PS.Engagement" Role="SubmittedByPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_EngagementComment_Author_SP_User_AuthorPartner">
                <End Type="SP.User" Role="Author" Multiplicity="0..1" />
                <End Type="PS.EngagementComment" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_ProjectDetailPage_Item_SP_ListItem_ItemPartner">
                <End Type="SP.ListItem" Role="Item" Multiplicity="0..1" />
                <End Type="PS.ProjectDetailPage" Role="ItemPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedProject_Owner_SP_User_OwnerPartner">
                <End Type="SP.User" Role="Owner" Multiplicity="0..1" />
                <End Type="PS.PublishedProject" Role="OwnerPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedAssignment_Owner_SP_User_OwnerPartner">
                <End Type="SP.User" Role="Owner" Multiplicity="0..1" />
                <End Type="PS.PublishedAssignment" Role="OwnerPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_PublishedProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner">
                <End Type="SP.User" Role="DefaultAssignmentOwner" Multiplicity="0..1" />
                <End Type="PS.PublishedProjectResource" Role="DefaultAssignmentOwnerPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedTask_StatusManager_SP_User_StatusManagerPartner">
                <End Type="SP.User" Role="StatusManager" Multiplicity="0..1" />
                <End Type="PS.PublishedTask" Role="StatusManagerPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftProject_Owner_SP_User_OwnerPartner">
                <End Type="SP.User" Role="Owner" Multiplicity="0..1" />
                <End Type="PS.DraftProject" Role="OwnerPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_DraftProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner">
                <End Type="SP.User" Role="DefaultAssignmentOwner" Multiplicity="0..1" />
                <End Type="PS.DraftProjectResource" Role="DefaultAssignmentOwnerPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftTask_StatusManager_SP_User_StatusManagerPartner">
                <End Type="SP.User" Role="StatusManager" Multiplicity="0..1" />
                <End Type="PS.DraftTask" Role="StatusManagerPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_ProjectWorkflowInstance_WorkflowInstanceOwner_SP_User_WorkflowInstanceOwnerPartner">
                <End Type="SP.User" Role="WorkflowInstanceOwner" Multiplicity="0..1" />
                <End Type="PS.ProjectWorkflowInstance" Role="WorkflowInstanceOwnerPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="PS_QueueJob_Submitter_SP_User_SubmitterPartner">
                <End Type="SP.User" Role="Submitter" Multiplicity="0..1" />
                <End Type="PS.QueueJob" Role="SubmitterPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_StatusTask_StatusManager_SP_User_StatusManagerPartner">
                <End Type="SP.User" Role="StatusManager" Multiplicity="0..1" />
                <End Type="PS.StatusTask" Role="StatusManagerPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_TimeSheet_Creator_SP_User_CreatorPartner">
                <End Type="SP.User" Role="Creator" Multiplicity="0..1" />
                <End Type="PS.TimeSheet" Role="CreatorPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_TimeSheet_Manager_SP_User_ManagerPartner">
                <End Type="SP.User" Role="Manager" Multiplicity="0..1" />
                <End Type="PS.TimeSheet" Role="ManagerPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_SitePage_Translations_SP_TranslationStatusCollection_TranslationsPartner">
                <End Type="SP.TranslationStatusCollection" Role="Translations" Multiplicity="0..1" />
                <End Type="SP.Publishing.SitePage" Role="TranslationsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Publishing_VideoItem_Author_SP_User_AuthorPartner">
                <End Type="SP.User" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Publishing.VideoItem" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Publishing_VideoItem_Owner_SP_User_OwnerPartner">
                <End Type="SP.User" Role="Owner" Multiplicity="0..1" />
                <End Type="SP.Publishing.VideoItem" Role="OwnerPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Publishing_VideoItem_PeopleInMedia_SP_User_PeopleInMediaPartner">
                <End Type="SP.User" Role="PeopleInMedia" Multiplicity="*" />
                <End Type="SP.Publishing.VideoItem" Role="PeopleInMediaPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Publishing_PointPublishingPost_images_SP_File_imagesPartner">
                <End Type="SP.File" Role="images" Multiplicity="*" />
                <End Type="SP.Publishing.PointPublishingPost" Role="imagesPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_PointPublishingPostServiceManager_bannerimages_SP_File_bannerimagesPartner">
                <End Type="SP.File" Role="bannerimages" Multiplicity="*" />
                <End Type="SP.Publishing.PointPublishingPostServiceManager"
                    Role="bannerimagesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Publishing_VideoPermissionGroup_Users_SP_User_UsersPartner">
                <End Type="SP.User" Role="Users" Multiplicity="*" />
                <End Type="SP.Publishing.VideoPermissionGroup" Role="UsersPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_SharePoint_Administration_SPWebApplication_Sites_SP_Site_SitesPartner">
                <End Type="SP.Site" Role="Sites" Multiplicity="*" />
                <End Type="Microsoft.SharePoint.Administration.SPWebApplication" Role="SitesPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_WebParts_WebPart_Properties_SP_PropertyValues_PropertiesPartner">
                <End Type="SP.PropertyValues" Role="Properties" Multiplicity="0..1" />
                <End Type="SP.WebParts.WebPart" Role="PropertiesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_EmployeeEngagement_AppConfiguration_SP_AppConfiguration_AppConfigurationPartner">
                <End Type="SP.AppConfiguration" Role="AppConfiguration" Multiplicity="0..1" />
                <End Type="SP.EmployeeEngagement" Role="AppConfigurationPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_ObjectSharingSettings_ObjectSharingInformation_SP_ObjectSharingInformation_ObjectSharingInformationPartner">
                <End Type="SP.ObjectSharingInformation" Role="ObjectSharingInformation"
                    Multiplicity="0..1" />
                <End Type="SP.ObjectSharingSettings" Role="ObjectSharingInformationPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_ObjectSharingSettings_SharePointSettings_SP_SharePointSharingSettings_SharePointSettingsPartner">
                <End Type="SP.SharePointSharingSettings" Role="SharePointSettings"
                    Multiplicity="0..1" />
                <End Type="SP.ObjectSharingSettings" Role="SharePointSettingsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_ObjectSharingSettings_SharingPermissions_SP_SharingPermissionInformation_SharingPermissionsPartner">
                <End Type="SP.SharingPermissionInformation" Role="SharingPermissions"
                    Multiplicity="*" />
                <End Type="SP.ObjectSharingSettings" Role="SharingPermissionsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_ObjectSharingInformation_SharedWithUsersCollection_SP_ObjectSharingInformationUser_SharedWithUsersCollectionPartner">
                <End Type="SP.ObjectSharingInformationUser" Role="SharedWithUsersCollection"
                    Multiplicity="*" />
                <End Type="SP.ObjectSharingInformation" Role="SharedWithUsersCollectionPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_ObjectSharingInformationUser_Principal_SP_Principal_PrincipalPartner">
                <End Type="SP.Principal" Role="Principal" Multiplicity="0..1" />
                <End Type="SP.ObjectSharingInformationUser" Role="PrincipalPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ObjectSharingInformationUser_User_SP_User_UserPartner">
                <End Type="SP.User" Role="User" Multiplicity="0..1" />
                <End Type="SP.ObjectSharingInformationUser" Role="UserPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_SharePointSharingSettings_PickerProperties_SP_PickerSettings_PickerPropertiesPartner">
                <End Type="SP.PickerSettings" Role="PickerProperties" Multiplicity="0..1" />
                <End Type="SP.SharePointSharingSettings" Role="PickerPropertiesPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_SharingResult_GroupsSharedWith_SP_Group_GroupsSharedWithPartner">
                <End Type="SP.Group" Role="GroupsSharedWith" Multiplicity="*" />
                <End Type="SP.SharingResult" Role="GroupsSharedWithPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_SharingResult_GroupUsersAddedTo_SP_Group_GroupUsersAddedToPartner">
                <End Type="SP.Group" Role="GroupUsersAddedTo" Multiplicity="0..1" />
                <End Type="SP.SharingResult" Role="GroupUsersAddedToPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_SharingResult_UsersWithAccessRequests_SP_User_UsersWithAccessRequestsPartner">
                <End Type="SP.User" Role="UsersWithAccessRequests" Multiplicity="*" />
                <End Type="SP.SharingResult" Role="UsersWithAccessRequestsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_AppContextSite_Site_SP_Site_SitePartner">
                <End Type="SP.Site" Role="Site" Multiplicity="0..1" />
                <End Type="SP.AppContextSite" Role="SitePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_AppContextSite_Web_SP_Web_WebPartner">
                <End Type="SP.Web" Role="Web" Multiplicity="0..1" />
                <End Type="SP.AppContextSite" Role="WebPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_ChangeList_Creator_SP_User_CreatorPartner">
                <End Type="SP.User" Role="Creator" Multiplicity="0..1" />
                <End Type="SP.ChangeList" Role="CreatorPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_CheckedOutFile_CheckedOutBy_SP_User_CheckedOutByPartner">
                <End Type="SP.User" Role="CheckedOutBy" Multiplicity="0..1" />
                <End Type="SP.CheckedOutFile" Role="CheckedOutByPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_RequestContext_Current_SP_RequestContext_CurrentPartner">
                <End Type="SP.RequestContext" Role="Current" Multiplicity="0..1" />
                <End Type="SP.RequestContext" Role="CurrentPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_RequestContext_List_SP_List_ListPartner">
                <End Type="SP.List" Role="List" Multiplicity="0..1" />
                <End Type="SP.RequestContext" Role="ListPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_RequestContext_Site_SP_Site_SitePartner">
                <End Type="SP.Site" Role="Site" Multiplicity="0..1" />
                <End Type="SP.RequestContext" Role="SitePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_RequestContext_Web_SP_Web_WebPartner">
                <End Type="SP.Web" Role="Web" Multiplicity="0..1" />
                <End Type="SP.RequestContext" Role="WebPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_RelatedField_LookupList_SP_List_LookupListPartner">
                <End Type="SP.List" Role="LookupList" Multiplicity="0..1" />
                <End Type="SP.RelatedField" Role="LookupListPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_RemoteWeb_Web_SP_Web_WebPartner">
                <End Type="SP.Web" Role="Web" Multiplicity="0..1" />
                <End Type="SP.RemoteWeb" Role="WebPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_RequestUserContext_Current_SP_RequestUserContext_CurrentPartner">
                <End Type="SP.RequestUserContext" Role="Current" Multiplicity="0..1" />
                <End Type="SP.RequestUserContext" Role="CurrentPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_RequestUserContext_User_SP_User_UserPartner">
                <End Type="SP.User" Role="User" Multiplicity="0..1" />
                <End Type="SP.RequestUserContext" Role="UserPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_VisualizationAppSynchronizationResult_AppMappedViews_SP_View_AppMappedViewsPartner">
                <End Type="SP.View" Role="AppMappedViews" Multiplicity="*" />
                <End Type="SP.VisualizationAppSynchronizationResult" Role="AppMappedViewsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_TenantSettings_Current_SP_TenantSettings_CurrentPartner">
                <End Type="SP.TenantSettings" Role="Current" Multiplicity="0..1" />
                <End Type="SP.TenantSettings" Role="CurrentPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Sharing_SharingInformation_pickerSettings_SP_PickerSettings_pickerSettingsPartner">
                <End Type="SP.PickerSettings" Role="pickerSettings" Multiplicity="0..1" />
                <End Type="SP.Sharing.SharingInformation" Role="pickerSettingsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_TenantAdministration_SPOMalwareFile_File_SP_File_FilePartner">
                <End Type="SP.File" Role="File" Multiplicity="0..1" />
                <End Type="Microsoft.Online.SharePoint.TenantAdministration.SPOMalwareFile"
                    Role="FilePartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_TenantAdministration_Tenant_TenantDataLossPreventionQuarantineSettings_SP_TenantDataLossPreventionQuarantineSettings_TenantDataLossPreventionQuarantineSettingsPartner">
                <End Type="SP.TenantDataLossPreventionQuarantineSettings"
                    Role="TenantDataLossPreventionQuarantineSettings" Multiplicity="0..1" />
                <End Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"
                    Role="TenantDataLossPreventionQuarantineSettingsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_AppPrincipalIdentityProvider_External_SP_AppPrincipalIdentityProvider_ExternalPartner">
                <End Type="SP.AppPrincipalIdentityProvider" Role="External" Multiplicity="0..1" />
                <End Type="SP.AppPrincipalIdentityProvider" Role="ExternalPartner"
                    Multiplicity="0..1" />
            </Association>
            <EntityContainer Name="ApiData">
                <EntitySet Name="AddNoLiveBlobsInOdcServiceStateApis"
                    EntityType="Microsoft.SharePoint.Convergence.AddNoLiveBlobsInOdcServiceStateApi" />
                <EntitySet Name="Announcements" EntityType="SP.Publishing.AnnouncementsController" />
                <EntitySet Name="Apps" EntityType="Microsoft.AppServices.AppCollection" />
                <EntitySet Name="BrandCenters" EntityType="SP.BrandCenter" />
                <EntitySet Name="ComponentContextInfos"
                    EntityType="Microsoft.SharePoint.Internal.ClientSideComponent.ComponentContextInfo" />
                <EntitySet Name="ConsumerPermissions"
                    EntityType="Microsoft.SharePoint.Convergence.ConsumerPermissions" />
                <EntitySet Name="ContentSolutions" EntityType="SP.ContentSolution" />
                <EntitySet Name="DynamicContentUpdates" EntityType="SP.DynamicContentUpdateService" />
                <EntitySet Name="EEs" EntityType="SP.EmployeeEngagement" />
                <EntitySet Name="EmployeeExperiences" EntityType="SP.EmployeeExperienceController" />
                <EntitySet Name="Files" EntityType="MS.FileServices.FileSystemItem" />
                <EntitySet Name="Foldercolorings" EntityType="SP.FolderColoring" />
                <EntitySet Name="Fontpackages" EntityType="SP.FontPackage" />
                <EntitySet Name="GroupServices"
                    EntityType="Microsoft.SharePoint.Portal.GroupService" />
                <EntitySet Name="Groupsitemanagers"
                    EntityType="Microsoft.SharePoint.Portal.GroupSiteManager" />
                <EntitySet Name="Hubsites" EntityType="SP.HubSite" />
                <EntitySet Name="HubSitesUtilitys"
                    EntityType="Microsoft.SharePoint.Portal.SPHubSitesUtility" />
                <EntitySet Name="KnowledgeHubs" EntityType="SP.KnowledgeHub" />
                <EntitySet Name="Lists" EntityType="SP.List" />
                <EntitySet Name="Machinelearnings"
                    EntityType="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                <EntitySet Name="Mes" EntityType="SP.RequestUserContext" />
                <EntitySet Name="Microservicemanagers"
                    EntityType="SP.MicroService.MicroServiceManager" />
                <EntitySet Name="MigrationCompleteStateApis"
                    EntityType="Microsoft.SharePoint.Convergence.MigrationCompleteStateApi" />
                <EntitySet Name="Models"
                    EntityType="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel" />
                <EntitySet Name="MultiGeoProxys"
                    EntityType="Microsoft.SharePoint.MultiGeo.SPMultiGeoProxy" />
                <EntitySet Name="OdcMetadataCleanedUpApis"
                    EntityType="Microsoft.SharePoint.Convergence.OdcMetadataCleanedUpApi" />
                <EntitySet Name="OrgNews" EntityType="SP.OrganizationNews" />
                <EntitySet Name="OrgNewsSites"
                    EntityType="Microsoft.SharePoint.OrgNewsSite.OrgNewsSiteApi" />
                <EntitySet Name="PageDiagnostics"
                    EntityType="SP.Publishing.PageDiagnosticsController" />
                <EntitySet Name="PortalLaunchWaves"
                    EntityType="SP.Publishing.PortalLaunch.PortalLaunchWavesManager" />
                <EntitySet Name="PortalNavigationCaches"
                    EntityType="SP.Publishing.Navigation.PortalNavigationCacheWrapper" />
                <EntitySet Name="Publications"
                    EntityType="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication" />
                <EntitySet Name="Sites" EntityType="SP.Site" />
                <EntitySet Name="SiteIconManagers"
                    EntityType="Microsoft.SharePoint.Portal.SiteIconManager" />
                <EntitySet Name="Sitelinkingmanagers"
                    EntityType="Microsoft.SharePoint.Portal.SiteLinkingManager" />
                <EntitySet Name="SiteManagers"
                    EntityType="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                <EntitySet Name="Sphomeservices"
                    EntityType="Microsoft.SharePoint.Portal.SharePointHomeServiceContextBuilder" />
                <EntitySet Name="SPHSites" EntityType="SP.SPHSite" />
                <EntitySet Name="SPOInternalUseOnly.FileVirusStatusUpdates"
                    EntityType="SP.FileUrlVirusStatusUpdate" />
                <EntitySet Name="SPOInternalUseOnly.TenantSharingRestrictions"
                    EntityType="Microsoft.SharePoint.Sharing.Internal.SharingRestrictions" />
                <EntitySet Name="Spsitemanagers"
                    EntityType="Microsoft.SharePoint.Portal.SPSiteManager" />
                <EntitySet Name="StructuralNavigationCaches"
                    EntityType="SP.Publishing.Navigation.StructuralNavigationCacheWrapper" />
                <EntitySet Name="Thememanagers" EntityType="SP.Utilities.ThemeManager" />
                <EntitySet Name="Vivasitemanagers"
                    EntityType="Microsoft.SharePoint.Portal.VivaSiteManager" />
                <EntitySet Name="Webs" EntityType="SP.Web" />
                <EntitySet Name="Workitems"
                    EntityType="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem" />
                <EntitySet Name="ConnectionSettingss"
                    EntityType="Microsoft.BusinessData.Infrastructure.SecureStore.ConnectionSettings" />
                <EntitySet Name="TargetApplications"
                    EntityType="Microsoft.Office.SecureStoreService.Server.TargetApplication" />
                <EntitySet Name="TargetApplicationFields"
                    EntityType="Microsoft.Office.SecureStoreService.Server.TargetApplicationField" />
                <EntitySet Name="CDSMetadatas"
                    EntityType="Microsoft.Office.Server.ContentCenter.CDSMetadata" />
                <EntitySet Name="DefaultContentCenterSiteInfos"
                    EntityType="Microsoft.Office.Server.ContentCenter.DefaultContentCenterSiteInfo" />
                <EntitySet Name="SPMachineLearningEnableds"
                    EntityType="Microsoft.Office.Server.ContentCenter.SPMachineLearningEnabled" />
                <EntitySet Name="SPMachineLearningModelEntityDatas"
                    EntityType="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData" />
                <EntitySet Name="SPMachineLearningPublicationsEntityDatas"
                    EntityType="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsEntityData" />
                <EntitySet Name="SPMachineLearningPublicationsResults"
                    EntityType="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsResult" />
                <EntitySet Name="SPMachineLearningSamples"
                    EntityType="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample" />
                <EntitySet Name="SPMachineLearningSampleEntityDatas"
                    EntityType="Microsoft.Office.Server.ContentCenter.SPMachineLearningSampleEntityData" />
                <EntitySet Name="SPMachineLearningWorkItemEntityDatas"
                    EntityType="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItemEntityData" />
                <EntitySet Name="SyntexContexts"
                    EntityType="Microsoft.Office.Server.ContentCenter.SyntexContext" />
                <EntitySet Name="SyntexModelsLandingInfos"
                    EntityType="Microsoft.Office.Server.ContentCenter.SyntexModelsLandingInfo" />
                <EntitySet Name="Reputations"
                    EntityType="Microsoft.Office.Server.ReputationModel.Reputation" />
                <EntitySet Name="SearchServices"
                    EntityType="Microsoft.Office.Server.Search.REST.SearchService" />
                <EntitySet Name="SearchSettings"
                    EntityType="Microsoft.Office.Server.Search.REST.SearchSetting" />
                <EntitySet Name="AppLaunchers"
                    EntityType="Microsoft.Online.SharePoint.AppLauncher.AppLauncher" />
                <EntitySet Name="AgentGroupEntitys"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Common.AgentGroupEntity" />
                <EntitySet Name="DeviceEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Common.DeviceEntityData" />
                <EntitySet Name="MigrationCredentialEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationCredentialEntityData" />
                <EntitySet Name="MigrationPerformanceEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationPerformanceEntityData" />
                <EntitySet Name="MigrationTaskEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationTaskEntityData" />
                <EntitySet Name="MigrationUrlParsers"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationUrlParser" />
                <EntitySet Name="PerfRecommendations"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Common.PerfRecommendation" />
                <EntitySet Name="ChannelResources"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Common.Teams.ChannelResource" />
                <EntitySet Name="TeamResources"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Common.Teams.TeamResource" />
                <EntitySet Name="UrlParseResults"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Common.UrlParseResult" />
                <EntitySet Name="MigrationCenterDeployStatuss"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterDeployStatus" />
                <EntitySet Name="MigrationCenterServicess"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterServices" />
                <EntitySet Name="MigrationCenterStorages"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage" />
                <EntitySet Name="MigrationCenterTeamss"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterTeams" />
                <EntitySet Name="MigrationPropertiess"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationProperties" />
                <EntitySet Name="MigrationSPFlights"
                    EntityType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationSPFlight" />
                <EntitySet Name="AllowedDataLocationEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocationEntityData" />
                <EntitySet Name="CompatibleDBs"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.CompatibleDB" />
                <EntitySet Name="ContentDbSchemaVersions"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.ContentDbSchemaVersion" />
                <EntitySet Name="GroupMoveJobEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJobEntityData" />
                <EntitySet Name="SiteMoveJobEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData" />
                <EntitySet Name="UserMoveJobEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJobEntityData" />
                <EntitySet Name="CrossGeoTenantBYOKs"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantBYOK" />
                <EntitySet Name="CrossGeoTenantCompatibilitys"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantCompatibility" />
                <EntitySet Name="CrossGeoTenantPropertyEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantPropertyEntityData" />
                <EntitySet Name="CrossGeoUserPlacementJobEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoUserPlacementJobEntityData" />
                <EntitySet Name="DBLevelWorkItems"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.DBLevelWorkItem" />
                <EntitySet Name="DBLevelWorkItemEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.DBLevelWorkItemEntityData" />
                <EntitySet Name="DBSchemaCompatibilityChecks"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.DBSchemaCompatibilityCheck" />
                <EntitySet Name="DeleteTargetSiteEntitys"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.DeleteTargetSiteEntity" />
                <EntitySet Name="DfDeprecationSiteEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationSiteEntityData" />
                <EntitySet Name="GeoAdministrators"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator" />
                <EntitySet Name="GeoExperiences"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoExperience" />
                <EntitySet Name="GeoLocationDatas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoLocationData" />
                <EntitySet Name="GeoMoveTenantCompatibilityChecks"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoMoveTenantCompatibilityCheck" />
                <EntitySet Name="GeoTenantInstanceInformationEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformationEntityData" />
                <EntitySet Name="GlobalAdminChecks"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.GlobalAdminCheck" />
                <EntitySet Name="HasMnALicenses"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.HasMnALicense" />
                <EntitySet Name="JobEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.JobEntityData" />
                <EntitySet Name="MnAGroupMoveValidationResults"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.MnAGroupMoveValidationResult" />
                <EntitySet Name="MoveJobs"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.MoveJob" />
                <EntitySet Name="MoveJobEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.MoveJobEntityData" />
                <EntitySet Name="MoveJobReports"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.MoveJobReport" />
                <EntitySet Name="MoveSiteROStateEntitys"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.MoveSiteROStateEntity" />
                <EntitySet Name="MultiGeoApiVersionss"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoApiVersions" />
                <EntitySet Name="MultiGeoServicesBetas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                <EntitySet Name="OrgRelationGroupManagedPaths"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.OrgRelationGroupManagedPath" />
                <EntitySet Name="OrgRelationNotifications"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.OrgRelationNotification" />
                <EntitySet Name="OrgRelationVerifications"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.OrgRelationVerification" />
                <EntitySet Name="ResolveUserUpnByUserObjectIds"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.ResolveUserUpnByUserObjectId" />
                <EntitySet Name="RestoreWorkflowCounts"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.RestoreWorkflowCount" />
                <EntitySet Name="SiteAtTargetEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.SiteAtTargetEntityData" />
                <EntitySet Name="StorageQuotas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota" />
                <EntitySet Name="StorageQuotaEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuotaEntityData" />
                <EntitySet Name="SupportedGeoLocationsForTenants"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.SupportedGeoLocationsForTenant" />
                <EntitySet Name="TaxonomyReplicationParameterss"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.TaxonomyReplicationParameters" />
                <EntitySet Name="TenantInformations"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.TenantInformation" />
                <EntitySet Name="UnifiedGroups"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup" />
                <EntitySet Name="UpdateGLSRegistrationEntitys"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.UpdateGLSRegistrationEntity" />
                <EntitySet Name="UserMnAODMoveValidationResults"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.UserMnAODMoveValidationResult" />
                <EntitySet Name="UserPersonalSiteIds"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.UserPersonalSiteId" />
                <EntitySet Name="UserPersonalSiteLocations"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.UserPersonalSiteLocation" />
                <EntitySet Name="XTenantMoveCompatibilityChecks"
                    EntityType="Microsoft.Online.SharePoint.MultiGeo.Service.XTenantMoveCompatibilityCheck" />
                <EntitySet Name="JobEntityDatas1"
                    EntityType="Microsoft.Online.SharePoint.Onboarding.RestService.JobEntityData" />
                <EntitySet Name="OnboardingServicesBetas"
                    EntityType="Microsoft.Online.SharePoint.Onboarding.RestService.OnboardingServicesBeta" />
                <EntitySet Name="PrioritySiteRenameJobEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.Onboarding.RestService.PrioritySiteRename.PrioritySiteRenameJobEntityData" />
                <EntitySet Name="SiteRenameJobEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJobEntityData" />
                <EntitySet Name="SiteRenameJobsForTenantRenames"
                    EntityType="Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJobsForTenantRename" />
                <EntitySet Name="TenantRenameJobEntityDatas"
                    EntityType="Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.TenantRenameJobEntityData" />
                <EntitySet Name="LogExports"
                    EntityType="Microsoft.Online.SharePoint.SPLogger.LogExport" />
                <EntitySet Name="LogFileInfos"
                    EntityType="Microsoft.Online.SharePoint.SPLogger.LogFileInfo" />
                <EntitySet Name="DDIAdapters"
                    EntityType="Microsoft.Online.SharePoint.TenantAdmin.MiddleTier.DDIAdapter" />
                <EntitySet Name="CatalogManagementCollections"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.CatalogManagementCollection" />
                <EntitySet Name="HubSitePropertiess"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.HubSiteProperties" />
                <EntitySet Name="SPO3rdPartyAADPermissionGrants"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant" />
                <EntitySet Name="SPOWebAppServicePrincipals"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal" />
                <EntitySet Name="SPOWebAppServicePrincipalPermissionGrants"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant" />
                <EntitySet Name="SPOWebAppServicePrincipalPermissionRequests"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest" />
                <EntitySet Name="SitePropertiess"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.SiteProperties" />
                <EntitySet Name="SPDataGovernanceClientExceptions"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceClientException" />
                <EntitySet Name="SPDataGovernanceRestApiClientBases"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceRestApiClientBase" />
                <EntitySet Name="SPOContentSecurityPolicyConfigurations"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyConfiguration" />
                <EntitySet Name="SPOGroups"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.SPOGroup" />
                <EntitySet Name="SPOMalwareFiles"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.SPOMalwareFile" />
                <EntitySet Name="SPOPortalLaunchValidators"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.SPOPortalLaunchValidator" />
                <EntitySet Name="SPOTenantCdnPolicys"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.SPOTenantCdnPolicy" />
                <EntitySet Name="SPOTenantWebTemplateCollections"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.SPOTenantWebTemplateCollection" />
                <EntitySet Name="SPOWebAppServicePrincipalPublics"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.SPOWebAppServicePrincipalPublic" />
                <EntitySet Name="SPSyntexManagementUtilitiess"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.SPSyntexManagementUtilities" />
                <EntitySet Name="SPSyntexOCRBackfillTriggers"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.SPSyntexOCRBackfillTrigger" />
                <EntitySet Name="Tenants"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                <EntitySet Name="TenantAdminEndpointss"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminEndpoints" />
                <EntitySet Name="TenantAdminSettingsServices"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService" />
                <EntitySet Name="ExternalUsers"
                    EntityType="Microsoft.Online.SharePoint.TenantManagement.ExternalUser" />
                <EntitySet Name="GetExternalUsersResultss"
                    EntityType="Microsoft.Online.SharePoint.TenantManagement.GetExternalUsersResults" />
                <EntitySet Name="GroupCreationParamss"
                    EntityType="Microsoft.Online.SharePoint.TenantManagement.GroupCreationParams" />
                <EntitySet Name="ImportProfilePropertiesJobInfos"
                    EntityType="Microsoft.Online.SharePoint.TenantManagement.ImportProfilePropertiesJobInfo" />
                <EntitySet Name="Office365Tenants"
                    EntityType="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                <EntitySet Name="RemoveExternalUsersResultss"
                    EntityType="Microsoft.Online.SharePoint.TenantManagement.RemoveExternalUsersResults" />
                <EntitySet Name="SPOUserSessionRevocationResults"
                    EntityType="Microsoft.Online.SharePoint.TenantManagement.SPOUserSessionRevocationResult" />
                <EntitySet Name="ThemePropertiess"
                    EntityType="Microsoft.Online.SharePoint.TenantManagement.ThemeProperties" />
                <EntitySet Name="ActivityExtensionss"
                    EntityType="Microsoft.SharePoint.Activities.ActivityExtensions" />
                <EntitySet Name="SPActivityEntitys"
                    EntityType="Microsoft.SharePoint.Activities.SPActivityEntity" />
                <EntitySet Name="MountServices"
                    EntityType="Microsoft.SharePoint.AddToOneDrive.MountService" />
                <EntitySet Name="PlacesEntitys"
                    EntityType="Microsoft.SharePoint.AddToOneDrive.PlacesEntity" />
                <EntitySet Name="placesInformations"
                    EntityType="Microsoft.SharePoint.AddToOneDrive.placesInformation" />
                <EntitySet Name="ArchiveFileSizeMetrics"
                    EntityType="Microsoft.SharePoint.Administration.Archiving.ArchiveFileSizeMetric" />
                <EntitySet Name="SPVivaLearningManagers"
                    EntityType="Microsoft.SharePoint.Administration.Claims.SPVivaLearningManager" />
                <EntitySet Name="FeatureDefinitions"
                    EntityType="Microsoft.SharePoint.Administration.FeatureDefinition" />
                <EntitySet Name="SiteMoveServices"
                    EntityType="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                <EntitySet Name="SPAnalyticsUsageServices"
                    EntityType="Microsoft.SharePoint.Administration.SPAnalyticsUsageService" />
                <EntitySet Name="SPAppStateQueryJobDefinitions"
                    EntityType="Microsoft.SharePoint.Administration.SPAppStateQueryJobDefinition" />
                <EntitySet Name="SPFarms" EntityType="Microsoft.SharePoint.Administration.SPFarm" />
                <EntitySet Name="SPTenantAppInstanceDatas"
                    EntityType="Microsoft.SharePoint.Administration.SPTenantAppInstanceData" />
                <EntitySet Name="SPWebApplications"
                    EntityType="Microsoft.SharePoint.Administration.SPWebApplication" />
                <EntitySet Name="SPWebServices"
                    EntityType="Microsoft.SharePoint.Administration.SPWebService" />
                <EntitySet Name="SPAppPrincipalInfos"
                    EntityType="Microsoft.SharePoint.AppManagement.SPAppPrincipalInfo" />
                <EntitySet Name="SPAuthEvents"
                    EntityType="Microsoft.SharePoint.AuthPolicy.Events.SPAuthEvent" />
                <EntitySet Name="SPTenantIBPolicyComplianceReportEntityDatas"
                    EntityType="Microsoft.SharePoint.AuthPolicy.SPTenantIBPolicyComplianceReportEntityData" />
                <EntitySet Name="DocumentCrawlLogs"
                    EntityType="Microsoft.SharePoint.Client.Search.Administration.DocumentCrawlLog" />
                <EntitySet Name="SiteContentProcessingInfoProviders"
                    EntityType="Microsoft.SharePoint.Client.Search.Administration.SiteContentProcessingInfoProvider" />
                <EntitySet Name="SiteProvisioningInfoProviders"
                    EntityType="Microsoft.SharePoint.Client.Search.Administration.SiteProvisioningInfoProvider" />
                <EntitySet Name="TenantCrawlVersionsInfoProviders"
                    EntityType="Microsoft.SharePoint.Client.Search.Administration.TenantCrawlVersionsInfoProvider" />
                <EntitySet Name="TenantRecycleBinInfoProviders"
                    EntityType="Microsoft.SharePoint.Client.Search.Administration.TenantRecycleBinInfoProvider" />
                <EntitySet Name="SignalStores"
                    EntityType="Microsoft.SharePoint.Client.Search.Analytics.SignalStore" />
                <EntitySet Name="QueryPersonalizationDatas"
                    EntityType="Microsoft.SharePoint.Client.Search.Query.QueryPersonalizationData" />
                <EntitySet Name="RankingLabelings"
                    EntityType="Microsoft.SharePoint.Client.Search.Query.RankingLabeling" />
                <EntitySet Name="ReorderingRuleCollections"
                    EntityType="Microsoft.SharePoint.Client.Search.Query.ReorderingRuleCollection" />
                <EntitySet Name="SortCollections"
                    EntityType="Microsoft.SharePoint.Client.Search.Query.SortCollection" />
                <EntitySet Name="StringCollections"
                    EntityType="Microsoft.SharePoint.Client.Search.Query.StringCollection" />
                <EntitySet Name="DependencyPropertyMetadatas"
                    EntityType="Microsoft.SharePoint.ClientSideComponent.DependencyPropertyMetadata" />
                <EntitySet Name="HostedApps"
                    EntityType="Microsoft.SharePoint.ClientSideComponent.HostedApp" />
                <EntitySet Name="HostedAppAddResponses"
                    EntityType="Microsoft.SharePoint.ClientSideComponent.HostedAppAddResponse" />
                <EntitySet Name="HostedAppsManagers"
                    EntityType="Microsoft.SharePoint.ClientSideComponent.HostedAppsManager" />
                <EntitySet Name="Spfx3rdPartyCustomPrincipalInfos"
                    EntityType="Microsoft.SharePoint.ClientSideComponent.Spfx3rdPartyCustomPrincipalInfo" />
                <EntitySet Name="StorageEntitys"
                    EntityType="Microsoft.SharePoint.ClientSideComponent.StorageEntity" />
                <EntitySet Name="comments" EntityType="Microsoft.SharePoint.Comments.comment" />
                <EntitySet Name="CommentsAPIs"
                    EntityType="Microsoft.SharePoint.Comments.CommentsAPI" />
                <EntitySet Name="TemplateAPIs"
                    EntityType="Microsoft.SharePoint.ContentSolution.API.TemplateAPI" />
                <EntitySet Name="CopilotListItemExtensionss"
                    EntityType="Microsoft.SharePoint.Copilot.CopilotListItemExtensions" />
                <EntitySet Name="VivaConnectionsPages"
                    EntityType="Microsoft.SharePoint.EmployeeEngagement.VivaConnectionsPage" />
                <EntitySet Name="VivaHomes"
                    EntityType="Microsoft.SharePoint.EmployeeEngagement.VivaHome" />
                <EntitySet Name="VivaResourceGetEndpoints"
                    EntityType="Microsoft.SharePoint.EmployeeEngagement.VivaResourceGetEndpoint" />
                <EntitySet Name="VivaResourcess"
                    EntityType="Microsoft.SharePoint.EmployeeEngagement.VivaResources" />
                <EntitySet Name="FileStatuss"
                    EntityType="Microsoft.SharePoint.FilePublish.Model.FileStatus" />
                <EntitySet Name="RemovedStatuss"
                    EntityType="Microsoft.SharePoint.FilePublish.Model.RemovedStatus" />
                <EntitySet Name="SPFlights"
                    EntityType="Microsoft.SharePoint.Flighting.Runtime.SPFlight" />
                <EntitySet Name="SPAllOrgSGManagers"
                    EntityType="Microsoft.SharePoint.IdentityModel.SPAllOrgSGManager" />
                <EntitySet Name="SPAllOrgSGMetadatas"
                    EntityType="Microsoft.SharePoint.IdentityModel.SPAllOrgSGMetadata" />
                <EntitySet Name="SPSyntexRubyAPIControllers"
                    EntityType="Microsoft.SharePoint.IdentityModel.SPSyntexRubyAPIController" />
                <EntitySet Name="SPTenantIBInsightsReportMetadatas"
                    EntityType="Microsoft.SharePoint.Insights.SPTenantIBInsightsReportMetadata" />
                <EntitySet Name="SPTenantIBInsightsReportManagers"
                    EntityType="Microsoft.SharePoint.Insights.SPTenantIBInsightsReportManager" />
                <EntitySet Name="ActivityLoggers"
                    EntityType="Microsoft.SharePoint.Internal.ActivityLogger" />
                <EntitySet Name="Tokens"
                    EntityType="Microsoft.SharePoint.Internal.ClientSideComponent.Token" />
                <EntitySet Name="TrackedItemServices"
                    EntityType="Microsoft.SharePoint.Internal.TrackedItemService" />
                <EntitySet Name="IRMigrations" EntityType="Microsoft.SharePoint.IR.IRMigration" />
                <EntitySet Name="SPLargeOperations"
                    EntityType="Microsoft.SharePoint.LargeOperation.SPLargeOperation" />
                <EntitySet Name="likedByInformations"
                    EntityType="Microsoft.SharePoint.Likes.likedByInformation" />
                <EntitySet Name="LikesAPIs" EntityType="Microsoft.SharePoint.Likes.LikesAPI" />
                <EntitySet Name="userEntitys" EntityType="Microsoft.SharePoint.Likes.userEntity" />
                <EntitySet Name="CardDesignss"
                    EntityType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesigns" />
                <EntitySet Name="CorporateCatalogAppMetadatas"
                    EntityType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata" />
                <EntitySet Name="SiteCollectionAppCatalogAllowedItems"
                    EntityType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem" />
                <EntitySet Name="SiteCollectionCorporateCatalogAccessors"
                    EntityType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionCorporateCatalogAccessor" />
                <EntitySet Name="SPCorporateCuratedGallerySettingsBases"
                    EntityType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPCorporateCuratedGallerySettingsBase" />
                <EntitySet Name="SPCorporateCuratedGallerySettingsFactorys"
                    EntityType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPCorporateCuratedGallerySettingsFactory" />
                <EntitySet Name="TeamsPackageDownloads"
                    EntityType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TeamsPackageDownload" />
                <EntitySet Name="TenantCorporateCatalogAccessors"
                    EntityType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                <EntitySet Name="SPMarketplaceSettingss"
                    EntityType="Microsoft.SharePoint.Marketplace.SPMarketplaceSettings" />
                <EntitySet Name="HomeSiteNavigationSettingss"
                    EntityType="Microsoft.SharePoint.Navigation.REST.HomeSiteNavigationSettings" />
                <EntitySet Name="NavigationServiceRests"
                    EntityType="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest" />
                <EntitySet Name="AppDetailss" EntityType="Microsoft.SharePoint.Packaging.AppDetails" />
                <EntitySet Name="AppIconInfos"
                    EntityType="Microsoft.SharePoint.Packaging.AppIconInfo" />
                <EntitySet Name="PhotosMigrations"
                    EntityType="Microsoft.SharePoint.Photos.PhotosMigration" />
                <EntitySet Name="CollaborationMailboxs"
                    EntityType="Microsoft.SharePoint.Portal.CollaborationMailbox" />
                <EntitySet Name="CommunityModerations"
                    EntityType="Microsoft.SharePoint.Portal.CommunityModeration" />
                <EntitySet Name="MySiteRecommendationss"
                    EntityType="Microsoft.SharePoint.Portal.MySiteRecommendations" />
                <EntitySet Name="RatingSettingss"
                    EntityType="Microsoft.SharePoint.Portal.RatingSettings" />
                <EntitySet Name="SharePointHomeServiceContexts"
                    EntityType="Microsoft.SharePoint.Portal.SharePointHomeServiceContext" />
                <EntitySet Name="SuiteNavDatas"
                    EntityType="Microsoft.SharePoint.Portal.SuiteNavData" />
                <EntitySet Name="DocumentsSharedWithGroups"
                    EntityType="Microsoft.SharePoint.Portal.UserProfiles.DocumentsSharedWithGroup" />
                <EntitySet Name="DocumentsSharedWithMes"
                    EntityType="Microsoft.SharePoint.Portal.UserProfiles.DocumentsSharedWithMe" />
                <EntitySet Name="DocumentsSharedWithPersons"
                    EntityType="Microsoft.SharePoint.Portal.UserProfiles.DocumentsSharedWithPerson" />
                <EntitySet Name="MySiteDismissStatusTexts"
                    EntityType="Microsoft.SharePoint.Portal.UserProfiles.MySiteDismissStatusText" />
                <EntitySet Name="MySiteDocumentMoveUtilitys"
                    EntityType="Microsoft.SharePoint.Portal.UserProfiles.MySiteDocumentMoveUtility" />
                <EntitySet Name="MySiteLinkss"
                    EntityType="Microsoft.SharePoint.Portal.UserProfiles.MySiteLinks" />
                <EntitySet Name="PromotedSitess"
                    EntityType="Microsoft.SharePoint.Portal.UserProfiles.PromotedSites" />
                <EntitySet Name="SharedWithMeDocuments"
                    EntityType="Microsoft.SharePoint.Portal.UserProfiles.SharedWithMeDocument" />
                <EntitySet Name="SharedWithMeItemss"
                    EntityType="Microsoft.SharePoint.Portal.UserProfiles.SharedWithMeItems" />
                <EntitySet Name="RecentDocuments"
                    EntityType="Microsoft.SharePoint.Portal.WebControls.RecentDocument" />
                <EntitySet Name="Campaigns"
                    EntityType="Microsoft.SharePoint.Publishing.Campaigns.Campaign" />
                <EntitySet Name="PageCopyResponses"
                    EntityType="Microsoft.SharePoint.Publishing.PageCopyWithAssets.PageCopyResponse" />
                <EntitySet Name="BaseCustomPropertys"
                    EntityType="Microsoft.SharePoint.Publishing.RestOnly.BaseCustomProperty" />
                <EntitySet Name="NonQuotaBackfillApis"
                    EntityType="Microsoft.SharePoint.QuotaManagement.Consumer.NonQuotaBackfillApi" />
                <EntitySet Name="NonQuotaMigrationApis"
                    EntityType="Microsoft.SharePoint.QuotaManagement.Consumer.NonQuotaMigrationApi" />
                <EntitySet Name="QuotaMigrationApis"
                    EntityType="Microsoft.SharePoint.QuotaManagement.Consumer.QuotaMigrationApi" />
                <EntitySet Name="SectionDesignIdeasApis"
                    EntityType="Microsoft.SharePoint.SectionDesignIdeas.SectionDesignIdeasApi" />
                <EntitySet Name="SmartCacheItems"
                    EntityType="Microsoft.SharePoint.SmartCache.SmartCacheItem" />
                <EntitySet Name="SPStartUtilitiesProxys"
                    EntityType="Microsoft.SharePoint.SPStart.SPStartUtilitiesProxy" />
                <EntitySet Name="TenantCdnApis"
                    EntityType="Microsoft.SharePoint.TenantCdn.TenantCdnApi" />
                <EntitySet Name="UserActionAPIs"
                    EntityType="Microsoft.SharePoint.UserActions.UserActionAPI" />
                <EntitySet Name="DesignPackageMenuContentss"
                    EntityType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.DesignPackageMenuContents" />
                <EntitySet Name="SiteDesignPrincipals"
                    EntityType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignPrincipal" />
                <EntitySet Name="SiteDesignRuns"
                    EntityType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignRun" />
                <EntitySet Name="SiteScriptUtilitys"
                    EntityType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptUtility" />
                <EntitySet Name="ModuleLinks"
                    EntityType="Microsoft.SharePoint.WebControls.ModuleLink" />
                <EntitySet Name="ResourceManifestInformations"
                    EntityType="Microsoft.SharePoint.WebControls.ResourceManifestInformation" />
                <EntitySet Name="Subscriptions"
                    EntityType="Microsoft.SharePoint.Webhooks.Subscription" />
                <EntitySet Name="WacApis" EntityType="Microsoft.SharePoint.Yammer.WacApi" />
                <EntitySet Name="Files1" EntityType="MS.FileServices.File" />
                <EntitySet Name="FileServices" EntityType="MS.FileServices.FileService" />
                <EntitySet Name="Folders" EntityType="MS.FileServices.Folder" />
                <EntitySet Name="MeFileServices" EntityType="MS.FileServices.MeFileService" />
                <EntitySet Name="Assignments" EntityType="PS.Assignment" />
                <EntitySet Name="BaseCalendarExceptions" EntityType="PS.BaseCalendarException" />
                <EntitySet Name="Calendars" EntityType="PS.Calendar" />
                <EntitySet Name="CalendarExceptions" EntityType="PS.CalendarException" />
                <EntitySet Name="CustomFields" EntityType="PS.CustomField" />
                <EntitySet Name="DeletedPublishedAssignments"
                    EntityType="PS.DeletedPublishedAssignment" />
                <EntitySet Name="DraftAssignments" EntityType="PS.DraftAssignment" />
                <EntitySet Name="DraftProjects" EntityType="PS.DraftProject" />
                <EntitySet Name="DraftProjectResources" EntityType="PS.DraftProjectResource" />
                <EntitySet Name="DraftTasks" EntityType="PS.DraftTask" />
                <EntitySet Name="DraftTaskLinks" EntityType="PS.DraftTaskLink" />
                <EntitySet Name="Engagements" EntityType="PS.Engagement" />
                <EntitySet Name="EngagementComments" EntityType="PS.EngagementComment" />
                <EntitySet Name="EngagementTimephasedPeriods"
                    EntityType="PS.EngagementTimephasedPeriod" />
                <EntitySet Name="EnterpriseProjectTypes" EntityType="PS.EnterpriseProjectType" />
                <EntitySet Name="EnterpriseResources" EntityType="PS.EnterpriseResource" />
                <EntitySet Name="EnterpriseResourceCostRates"
                    EntityType="PS.EnterpriseResourceCostRate" />
                <EntitySet Name="EnterpriseResourceCostRateTables"
                    EntityType="PS.EnterpriseResourceCostRateTable" />
                <EntitySet Name="EntityLinks" EntityType="PS.EntityLink" />
                <EntitySet Name="EntityTypes" EntityType="PS.EntityType" />
                <EntitySet Name="EntityTypess" EntityType="PS.EntityTypes" />
                <EntitySet Name="Events" EntityType="PS.Event" />
                <EntitySet Name="EventHandlers" EntityType="PS.EventHandler" />
                <EntitySet Name="LookupCosts" EntityType="PS.LookupCost" />
                <EntitySet Name="LookupDates" EntityType="PS.LookupDate" />
                <EntitySet Name="LookupDurations" EntityType="PS.LookupDuration" />
                <EntitySet Name="LookupEntrys" EntityType="PS.LookupEntry" />
                <EntitySet Name="LookupNumbers" EntityType="PS.LookupNumber" />
                <EntitySet Name="LookupTables" EntityType="PS.LookupTable" />
                <EntitySet Name="LookupTabless" EntityType="PS.LookupTables" />
                <EntitySet Name="LookupTexts" EntityType="PS.LookupText" />
                <EntitySet Name="PageSizess" EntityType="PS.PageSizes" />
                <EntitySet Name="Phases" EntityType="PS.Phase" />
                <EntitySet Name="PlanAssignments" EntityType="PS.PlanAssignment" />
                <EntitySet Name="PlanAssignmentIntervals" EntityType="PS.PlanAssignmentInterval" />
                <EntitySet Name="Projects" EntityType="PS.Project" />
                <EntitySet Name="ProjectDetailPages" EntityType="PS.ProjectDetailPage" />
                <EntitySet Name="ProjectEngagements" EntityType="PS.ProjectEngagement" />
                <EntitySet Name="ProjectEngagementComments" EntityType="PS.ProjectEngagementComment" />
                <EntitySet Name="ProjectEngagementTimephasedPeriods"
                    EntityType="PS.ProjectEngagementTimephasedPeriod" />
                <EntitySet Name="ProjectResources" EntityType="PS.ProjectResource" />
                <EntitySet Name="ProjectServers" EntityType="PS.ProjectServer" />
                <EntitySet Name="ProjectServerDatas" EntityType="PS.ProjectServerData" />
                <EntitySet Name="ProjectSummaryTasks" EntityType="PS.ProjectSummaryTask" />
                <EntitySet Name="ProjectWorkflowInstances" EntityType="PS.ProjectWorkflowInstance" />
                <EntitySet Name="PublishedAssignments" EntityType="PS.PublishedAssignment" />
                <EntitySet Name="PublishedProjects" EntityType="PS.PublishedProject" />
                <EntitySet Name="PublishedProjectResources" EntityType="PS.PublishedProjectResource" />
                <EntitySet Name="PublishedTasks" EntityType="PS.PublishedTask" />
                <EntitySet Name="PublishedTaskLinks" EntityType="PS.PublishedTaskLink" />
                <EntitySet Name="QueueJobs" EntityType="PS.QueueJob" />
                <EntitySet Name="ResourceCalendarExceptions"
                    EntityType="PS.ResourceCalendarException" />
                <EntitySet Name="ResourceEngagements" EntityType="PS.ResourceEngagement" />
                <EntitySet Name="ResourceEngagementComments"
                    EntityType="PS.ResourceEngagementComment" />
                <EntitySet Name="ResourceEngagementTimephasedPeriods"
                    EntityType="PS.ResourceEngagementTimephasedPeriod" />
                <EntitySet Name="ResourcePlans" EntityType="PS.ResourcePlan" />
                <EntitySet Name="ServiceStatuss" EntityType="PS.ServiceStatus" />
                <EntitySet Name="Settingss" EntityType="PS.Settings" />
                <EntitySet Name="Stages" EntityType="PS.Stage" />
                <EntitySet Name="StageCustomFields" EntityType="PS.StageCustomField" />
                <EntitySet Name="StageDetailPages" EntityType="PS.StageDetailPage" />
                <EntitySet Name="StatusAssignments" EntityType="PS.StatusAssignment" />
                <EntitySet Name="StatusAssignmentHistoryLines"
                    EntityType="PS.StatusAssignmentHistoryLine" />
                <EntitySet Name="StatusTasks" EntityType="PS.StatusTask" />
                <EntitySet Name="Tasks" EntityType="PS.Task" />
                <EntitySet Name="TaskLinks" EntityType="PS.TaskLink" />
                <EntitySet Name="TaskPlanLinks" EntityType="PS.TaskPlanLink" />
                <EntitySet Name="TimePhases" EntityType="PS.TimePhase" />
                <EntitySet Name="TimeSheets" EntityType="PS.TimeSheet" />
                <EntitySet Name="TimeSheetLines" EntityType="PS.TimeSheetLine" />
                <EntitySet Name="TimeSheetPeriods" EntityType="PS.TimeSheetPeriod" />
                <EntitySet Name="TimeSheetWorks" EntityType="PS.TimeSheetWork" />
                <EntitySet Name="UserPermissions" EntityType="PS.UserPermission" />
                <EntitySet Name="WorkflowActivitiess" EntityType="PS.WorkflowActivities" />
                <EntitySet Name="WorkflowDesigners" EntityType="PS.WorkflowDesigner" />
                <EntitySet Name="WorkflowDesignerFields" EntityType="PS.WorkflowDesignerField" />
                <EntitySet Name="AccessRequestss" EntityType="SP.AccessRequests" />
                <EntitySet Name="Alerts" EntityType="SP.Alert" />
                <EntitySet Name="AlternateUrls" EntityType="SP.AlternateUrl" />
                <EntitySet Name="AnalyticsUsageEntrys" EntityType="SP.Analytics.AnalyticsUsageEntry" />
                <EntitySet Name="APIHubConnectors" EntityType="SP.APIHubConnector" />
                <EntitySet Name="ApiMetadatas" EntityType="SP.ApiMetadata" />
                <EntitySet Name="Apps1" EntityType="SP.App" />
                <EntitySet Name="AppCatalogs" EntityType="SP.AppCatalog" />
                <EntitySet Name="AppConfigurations" EntityType="SP.AppConfiguration" />
                <EntitySet Name="AppContextSites" EntityType="SP.AppContextSite" />
                <EntitySet Name="AppInstances" EntityType="SP.AppInstance" />
                <EntitySet Name="AppInstanceErrorDetailss" EntityType="SP.AppInstanceErrorDetails" />
                <EntitySet Name="ApprovalRequests" EntityType="SP.ApprovalRequest" />
                <EntitySet Name="Approvalss" EntityType="SP.Approvals" />
                <EntitySet Name="AppSiteContextUtilitys" EntityType="SP.AppSiteContextUtility" />
                <EntitySet Name="AppTiles" EntityType="SP.AppTile" />
                <EntitySet Name="AppTilePropertiess" EntityType="SP.AppTileProperties" />
                <EntitySet Name="Attachments" EntityType="SP.Attachment" />
                <EntitySet Name="Audits" EntityType="SP.Audit" />
                <EntitySet Name="Automationss" EntityType="SP.Automations" />
                <EntitySet Name="Brokers" EntityType="SP.Broker" />
                <EntitySet Name="AppBdcCatalogs" EntityType="SP.BusinessData.AppBdcCatalog" />
                <EntitySet Name="Entitys" EntityType="SP.BusinessData.Entity" />
                <EntitySet Name="EntityFields" EntityType="SP.BusinessData.EntityField" />
                <EntitySet Name="EntityIdentifiers" EntityType="SP.BusinessData.EntityIdentifier" />
                <EntitySet Name="EntityViews" EntityType="SP.BusinessData.EntityView" />
                <EntitySet Name="Filters" EntityType="SP.BusinessData.Filter" />
                <EntitySet Name="ExternalSubscriptionStores"
                    EntityType="SP.BusinessData.Infrastructure.ExternalSubscriptionStore" />
                <EntitySet Name="LobSystemInstances" EntityType="SP.BusinessData.LobSystemInstance" />
                <EntitySet Name="MethodExecutionResults"
                    EntityType="SP.BusinessData.MethodExecutionResult" />
                <EntitySet Name="EntityFieldValueDictionarys"
                    EntityType="SP.BusinessData.Runtime.EntityFieldValueDictionary" />
                <EntitySet Name="EntityIdentitys"
                    EntityType="SP.BusinessData.Runtime.EntityIdentity" />
                <EntitySet Name="EntityInstances"
                    EntityType="SP.BusinessData.Runtime.EntityInstance" />
                <EntitySet Name="NotificationCallbacks"
                    EntityType="SP.BusinessData.Runtime.NotificationCallback" />
                <EntitySet Name="Subscriptions1" EntityType="SP.BusinessData.Runtime.Subscription" />
                <EntitySet Name="TypeDescriptors" EntityType="SP.BusinessData.TypeDescriptor" />
                <EntitySet Name="Changes" EntityType="SP.Change" />
                <EntitySet Name="CheckedOutFiles" EntityType="SP.CheckedOutFile" />
                <EntitySet Name="ClientWebParts" EntityType="SP.ClientWebPart" />
                <EntitySet Name="CompatibilityRanges" EntityType="SP.CompatibilityRange" />
                <EntitySet Name="ComplianceDlpWorkItemSubmitters"
                    EntityType="SP.ComplianceFoundation.ComplianceDlpWorkItemSubmitter" />
                <EntitySet Name="ComplianceRetentionWorkItemSubmitters"
                    EntityType="SP.ComplianceFoundation.ComplianceRetentionWorkItemSubmitter" />
                <EntitySet Name="PreserveDocumentSubmitters"
                    EntityType="SP.ComplianceFoundation.PreserveDocumentSubmitter" />
                <EntitySet Name="PolicyEvaluationInfos"
                    EntityType="SP.CompliancePolicy.PolicyEvaluationInfo" />
                <EntitySet Name="SPPolicyStoreProxys"
                    EntityType="SP.CompliancePolicy.SPPolicyStoreProxy" />
                <EntitySet Name="SPSitePreservationUtilitys"
                    EntityType="SP.CompliancePolicy.SPSitePreservationUtility" />
                <EntitySet Name="ConnectorResults" EntityType="SP.ConnectorResult" />
                <EntitySet Name="ContentTypes" EntityType="SP.ContentType" />
                <EntitySet Name="CopilotFileCollections" EntityType="SP.CopilotFileCollection" />
                <EntitySet Name="CopySourceInfos" EntityType="SP.CopySourceInfo" />
                <EntitySet Name="CreatablesInfos" EntityType="SP.CreatablesInfo" />
                <EntitySet Name="CurrencyLists" EntityType="SP.CurrencyList" />
                <EntitySet Name="DigitalLegacys" EntityType="SP.DigitalLegacy" />
                <EntitySet Name="DirectorySessions" EntityType="SP.Directory.DirectorySession" />
                <EntitySet Name="Groups" EntityType="SP.Directory.Group" />
                <EntitySet Name="Links" EntityType="SP.Directory.Link" />
                <EntitySet Name="DirectoryNotifications"
                    EntityType="SP.Directory.Provider.DirectoryNotification" />
                <EntitySet Name="SharePointDirectoryProviders"
                    EntityType="SP.Directory.Provider.SharePointDirectoryProvider" />
                <EntitySet Name="Users" EntityType="SP.Directory.User" />
                <EntitySet Name="DlpPolicyTips" EntityType="SP.DlpPolicyTip" />
                <EntitySet Name="DocumentIds" EntityType="SP.DocumentManagement.DocumentId" />
                <EntitySet Name="EffectiveInformationRightsManagementSettingss"
                    EntityType="SP.EffectiveInformationRightsManagementSettings" />
                <EntitySet Name="eSigns" EntityType="SP.eSign" />
                <EntitySet Name="eSignInternals" EntityType="SP.eSignInternal" />
                <EntitySet Name="eSignSelectedWriteBackInternals"
                    EntityType="SP.eSignSelectedWriteBackInternal" />
                <EntitySet Name="EventReceiverDefinitions" EntityType="SP.EventReceiverDefinition" />
                <EntitySet Name="FavoriteItemCollections" EntityType="SP.FavoriteItemCollection" />
                <EntitySet Name="FavoriteListss" EntityType="SP.FavoriteLists" />
                <EntitySet Name="FavoriteListsSubstrates" EntityType="SP.FavoriteListsSubstrate" />
                <EntitySet Name="Features" EntityType="SP.Feature" />
                <EntitySet Name="Fields" EntityType="SP.Field" />
                <EntitySet Name="FieldLinks" EntityType="SP.FieldLink" />
                <EntitySet Name="FieldStringValuess" EntityType="SP.FieldStringValues" />
                <EntitySet Name="FieldThumbnails" EntityType="SP.FieldThumbnail" />
                <EntitySet Name="Files12" EntityType="SP.File" />
                <EntitySet Name="FileVersions" EntityType="SP.FileVersion" />
                <EntitySet Name="FileVersionEvents" EntityType="SP.FileVersionEvent" />
                <EntitySet Name="FlowSynchronizationResults"
                    EntityType="SP.FlowSynchronizationResult" />
                <EntitySet Name="Folders1" EntityType="SP.Folder" />
                <EntitySet Name="Forms" EntityType="SP.Form" />
                <EntitySet Name="Groups1" EntityType="SP.Group" />
                <EntitySet Name="InformationRightsManagementFileSettingss"
                    EntityType="SP.InformationRightsManagementFileSettings" />
                <EntitySet Name="InformationRightsManagementSettingss"
                    EntityType="SP.InformationRightsManagementSettings" />
                <EntitySet Name="AgreementsESignManagers"
                    EntityType="SP.Internal.AgreementsESignManager" />
                <EntitySet Name="ApprovalsManagers" EntityType="SP.Internal.ApprovalsManager" />
                <EntitySet Name="FlowPermissionss" EntityType="SP.Internal.FlowPermissions" />
                <EntitySet Name="FormsCustomizations" EntityType="SP.Internal.FormsCustomization" />
                <EntitySet Name="PowerPlatformEnvironmentss"
                    EntityType="SP.Internal.PowerPlatformEnvironments" />
                <EntitySet Name="KnowledgeSites" EntityType="SP.KnowledgeSite" />
                <EntitySet Name="LanguageCollections" EntityType="SP.LanguageCollection" />
                <EntitySet Name="ListBloomFilters" EntityType="SP.ListBloomFilter" />
                <EntitySet Name="ListHomeItem2s" EntityType="SP.ListHomeItem2" />
                <EntitySet Name="ListHomeItemCollections" EntityType="SP.ListHomeItemCollection" />
                <EntitySet Name="ListItems" EntityType="SP.ListItem" />
                <EntitySet Name="ListItemVersions" EntityType="SP.ListItemVersion" />
                <EntitySet Name="ListTemplates" EntityType="SP.ListTemplate" />
                <EntitySet Name="MetadataNavigationSettingss"
                    EntityType="SP.MetadataNavigation.MetadataNavigationSettings" />
                <EntitySet Name="MicrofeedAttachmentStores"
                    EntityType="SP.Microfeed.MicrofeedAttachmentStore" />
                <EntitySet Name="MicrofeedDatas" EntityType="SP.Microfeed.MicrofeedData" />
                <EntitySet Name="MicrofeedManagers" EntityType="SP.Microfeed.MicrofeedManager" />
                <EntitySet Name="MicrofeedPostDefinitionManagers"
                    EntityType="SP.Microfeed.MicrofeedPostDefinitionManager" />
                <EntitySet Name="MicrofeedPostOptionCollections"
                    EntityType="SP.Microfeed.MicrofeedPostOptionCollection" />
                <EntitySet Name="MicrofeedStores" EntityType="SP.Microfeed.MicrofeedStore" />
                <EntitySet Name="MicroServiceUtilitiess"
                    EntityType="SP.MicroService.MicroServiceUtilities" />
                <EntitySet Name="ModernizeHomepageResults" EntityType="SP.ModernizeHomepageResult" />
                <EntitySet Name="MountedFolderInfos" EntityType="SP.MountedFolderInfo" />
                <EntitySet Name="MountPoints" EntityType="SP.MountPoint" />
                <EntitySet Name="MountPointInfos" EntityType="SP.MountPointInfo" />
                <EntitySet Name="MoveCopyUtils" EntityType="SP.MoveCopyUtil" />
                <EntitySet Name="MultilingualSettingss" EntityType="SP.MultilingualSettings" />
                <EntitySet Name="Navigations" EntityType="SP.Navigation" />
                <EntitySet Name="NavigationNodes" EntityType="SP.NavigationNode" />
                <EntitySet Name="NewsCollections" EntityType="SP.NewsCollection" />
                <EntitySet Name="NewsNotificationLists" EntityType="SP.NewsNotificationList" />
                <EntitySet Name="NgspDataCollections" EntityType="SP.NgspDataCollection" />
                <EntitySet Name="Nucleuss" EntityType="SP.Nucleus" />
                <EntitySet Name="AccessTokenOptionalClaims"
                    EntityType="SP.OAuth.AccessTokenOptionalClaim" />
                <EntitySet Name="Authentications" EntityType="SP.OAuth.Authentication" />
                <EntitySet Name="NativeClients" EntityType="SP.OAuth.NativeClient" />
                <EntitySet Name="Tokens1" EntityType="SP.OAuth.Token" />
                <EntitySet Name="TokenResponses" EntityType="SP.OAuth.TokenResponse" />
                <EntitySet Name="ObjectSharingInformations" EntityType="SP.ObjectSharingInformation" />
                <EntitySet Name="ObjectSharingInformationUsers"
                    EntityType="SP.ObjectSharingInformationUser" />
                <EntitySet Name="ObjectSharingSettingss" EntityType="SP.ObjectSharingSettings" />
                <EntitySet Name="OneDriveItemCollections" EntityType="SP.OneDriveItemCollection" />
                <EntitySet Name="OpenWebParameterss" EntityType="SP.OpenWebParameters" />
                <EntitySet Name="OutOfBoxFontPackageSettingss"
                    EntityType="SP.OutOfBoxFontPackageSettings" />
                <EntitySet Name="ClickManagers" EntityType="SP.PageInstrumentation.ClickManager" />
                <EntitySet Name="PeopleCollections" EntityType="SP.PeopleCollection" />
                <EntitySet Name="PersonalListsProxys" EntityType="SP.PersonalListsProxy" />
                <EntitySet Name="PickerSettingss" EntityType="SP.PickerSettings" />
                <EntitySet Name="PinnedItemss" EntityType="SP.PinnedItems" />
                <EntitySet Name="Principals" EntityType="SP.Principal" />
                <EntitySet Name="PropertyValuess" EntityType="SP.PropertyValues" />
                <EntitySet Name="AllowanceCheckResults"
                    EntityType="SP.Publishing.AllowanceCheckResult" />
                <EntitySet Name="SitePageMetadatas" EntityType="SP.Publishing.SitePageMetadata" />
                <EntitySet Name="CanCreatePageResponses"
                    EntityType="SP.Publishing.CanCreatePageResponse" />
                <EntitySet Name="CommunicationSites" EntityType="SP.Publishing.CommunicationSite" />
                <EntitySet Name="EmbedDataV1s" EntityType="SP.Publishing.EmbedDataV1" />
                <EntitySet Name="EmbedServices" EntityType="SP.Publishing.EmbedService" />
                <EntitySet Name="HighlightsInfos" EntityType="SP.Publishing.HighlightsInfo" />
                <EntitySet Name="PageMoveResponses" EntityType="SP.Publishing.PageMoveResponse" />
                <EntitySet Name="PersonMagazines" EntityType="SP.Publishing.PersonMagazine" />
                <EntitySet Name="PointPublishingDocPropss"
                    EntityType="SP.Publishing.PointPublishingDocProps" />
                <EntitySet Name="PointPublishingMagazinePropss"
                    EntityType="SP.Publishing.PointPublishingMagazineProps" />
                <EntitySet Name="PointPublishingPosts"
                    EntityType="SP.Publishing.PointPublishingPost" />
                <EntitySet Name="PointPublishingPostServiceManagers"
                    EntityType="SP.Publishing.PointPublishingPostServiceManager" />
                <EntitySet Name="PointPublishingSiteManagers"
                    EntityType="SP.Publishing.PointPublishingSiteManager" />
                <EntitySet Name="PointPublishingSiteStatuss"
                    EntityType="SP.Publishing.PointPublishingSiteStatus" />
                <EntitySet Name="PointPublishingTenantManagers"
                    EntityType="SP.Publishing.PointPublishingTenantManager" />
                <EntitySet Name="PointPublishingUsers"
                    EntityType="SP.Publishing.PointPublishingUser" />
                <EntitySet Name="PrimaryCityTimes" EntityType="SP.Publishing.PrimaryCityTime" />
                <EntitySet Name="RichSharings" EntityType="SP.Publishing.RichSharing" />
                <EntitySet Name="Searchs" EntityType="SP.Publishing.Search" />
                <EntitySet Name="SharePointHomeServiceManagers"
                    EntityType="SP.Publishing.SharePointHomeServiceManager" />
                <EntitySet Name="SitePageServices" EntityType="SP.Publishing.SitePageService" />
                <EntitySet Name="SpotlightChannels" EntityType="SP.Publishing.SpotlightChannel" />
                <EntitySet Name="SpotlightVideos" EntityType="SP.Publishing.SpotlightVideo" />
                <EntitySet Name="SubtitleFiles" EntityType="SP.Publishing.SubtitleFile" />
                <EntitySet Name="UserInfos" EntityType="SP.Publishing.UserInfo" />
                <EntitySet Name="VideoChannels" EntityType="SP.Publishing.VideoChannel" />
                <EntitySet Name="VideoItems" EntityType="SP.Publishing.VideoItem" />
                <EntitySet Name="VideoPermissionGroups"
                    EntityType="SP.Publishing.VideoPermissionGroup" />
                <EntitySet Name="VideoPlaybackMetadatas"
                    EntityType="SP.Publishing.VideoPlaybackMetadata" />
                <EntitySet Name="VideoServiceDiscoverers"
                    EntityType="SP.Publishing.VideoServiceDiscoverer" />
                <EntitySet Name="VideoServiceManagers"
                    EntityType="SP.Publishing.VideoServiceManager" />
                <EntitySet Name="VideoThumbnails" EntityType="SP.Publishing.VideoThumbnail" />
                <EntitySet Name="PushNotificationSubscribers"
                    EntityType="SP.PushNotificationSubscriber" />
                <EntitySet Name="QuickAccessItemCollections"
                    EntityType="SP.QuickAccessItemCollection" />
                <EntitySet Name="RecentFileCollections" EntityType="SP.RecentFileCollection" />
                <EntitySet Name="RecentLists" EntityType="SP.RecentList" />
                <EntitySet Name="RecentListCollections" EntityType="SP.RecentListCollection" />
                <EntitySet Name="RecentListProxys" EntityType="SP.RecentListProxy" />
                <EntitySet Name="RecommendationCollections" EntityType="SP.RecommendationCollection" />
                <EntitySet Name="RecycleBinItems" EntityType="SP.RecycleBinItem" />
                <EntitySet Name="RegionalSettingss" EntityType="SP.RegionalSettings" />
                <EntitySet Name="RelatedFields" EntityType="SP.RelatedField" />
                <EntitySet Name="RelatedItemManagers" EntityType="SP.RelatedItemManager" />
                <EntitySet Name="RemoteWebs" EntityType="SP.RemoteWeb" />
                <EntitySet Name="RequestContexts" EntityType="SP.RequestContext" />
                <EntitySet Name="RoleAssignments" EntityType="SP.RoleAssignment" />
                <EntitySet Name="RoleDefinitions" EntityType="SP.RoleDefinition" />
                <EntitySet Name="ScriptSafeDomains" EntityType="SP.ScriptSafeDomain" />
                <EntitySet Name="SearchResultItemCollections"
                    EntityType="SP.SearchResultItemCollection" />
                <EntitySet Name="SecurableObjects" EntityType="SP.SecurableObject" />
                <EntitySet Name="SemanticSearchEnqueueProxys"
                    EntityType="SP.SemanticSearchEnqueueProxy" />
                <EntitySet Name="SemanticSearchItemCollections"
                    EntityType="SP.SemanticSearchItemCollection" />
                <EntitySet Name="SensitivityLabelCollections"
                    EntityType="SP.SensitivityLabelCollection" />
                <EntitySet Name="ServerSettingss" EntityType="SP.ServerSettings" />
                <EntitySet Name="SharedWithMeItemCollections"
                    EntityType="SP.SharedWithMeItemCollection" />
                <EntitySet Name="SharePointSharingSettingss"
                    EntityType="SP.SharePointSharingSettings" />
                <EntitySet Name="DocumentSharingManagers"
                    EntityType="SP.Sharing.DocumentSharingManager" />
                <EntitySet Name="PersonalWebs" EntityType="SP.Sharing.PersonalWeb" />
                <EntitySet Name="SecurableObjectExtensionss"
                    EntityType="SP.Sharing.SecurableObjectExtensions" />
                <EntitySet Name="SharedDocumentInfos" EntityType="SP.Sharing.SharedDocumentInfo" />
                <EntitySet Name="SharingInformations" EntityType="SP.Sharing.SharingInformation" />
                <EntitySet Name="SiteSharingReportHelpers"
                    EntityType="SP.Sharing.SiteSharingReportHelper" />
                <EntitySet Name="WebSharingManagers" EntityType="SP.Sharing.WebSharingManager" />
                <EntitySet Name="SharingPermissionInformations"
                    EntityType="SP.SharingPermissionInformation" />
                <EntitySet Name="SharingResults" EntityType="SP.SharingResult" />
                <EntitySet Name="SharingUtilitys" EntityType="SP.SharingUtility" />
                <EntitySet Name="SiteHealthSummarys" EntityType="SP.SiteHealth.SiteHealthSummary" />
                <EntitySet Name="SiteUrls" EntityType="SP.SiteUrl" />
                <EntitySet Name="SiteVersionPolicyManagers" EntityType="SP.SiteVersionPolicyManager" />
                <EntitySet Name="SmartCaches" EntityType="SP.SmartCache" />
                <EntitySet Name="SocialAnnouncementManagers"
                    EntityType="SP.Social.SocialAnnouncementManager" />
                <EntitySet Name="SocialFeedManagers" EntityType="SP.Social.SocialFeedManager" />
                <EntitySet Name="SocialFollowingManagers"
                    EntityType="SP.Social.SocialFollowingManager" />
                <EntitySet Name="SocialRestActors" EntityType="SP.Social.SocialRestActor" />
                <EntitySet Name="SocialRestFeeds" EntityType="SP.Social.SocialRestFeed" />
                <EntitySet Name="SocialRestFeedManagers"
                    EntityType="SP.Social.SocialRestFeedManager" />
                <EntitySet Name="SocialRestFollowingManagers"
                    EntityType="SP.Social.SocialRestFollowingManager" />
                <EntitySet Name="SocialRestThreads" EntityType="SP.Social.SocialRestThread" />
                <EntitySet Name="SolutionExporters" EntityType="SP.SolutionExporter" />
                <EntitySet Name="SPAppLicenseManagers" EntityType="SP.SPAppLicenseManager" />
                <EntitySet Name="SPDataLeakagePreventionStatusInfos"
                    EntityType="SP.SPDataLeakagePreventionStatusInfo" />
                <EntitySet Name="SPMigrationJobStatuss" EntityType="SP.SPMigrationJobStatus" />
                <EntitySet Name="SPPlaylists" EntityType="SP.SPPlaylist" />
                <EntitySet Name="SPPlaylist_Subscribers" EntityType="SP.SPPlaylist_Subscriber" />
                <EntitySet Name="StorageMetricss" EntityType="SP.StorageMetrics" />
                <EntitySet Name="TeamChannels" EntityType="SP.TeamChannel" />
                <EntitySet Name="TeamChannelManagers" EntityType="SP.TeamChannelManager" />
                <EntitySet Name="TeamSiteDatas" EntityType="SP.TeamSiteData" />
                <EntitySet Name="TenantAppInstances" EntityType="SP.TenantAppInstance" />
                <EntitySet Name="TenantAppUtilitys" EntityType="SP.TenantAppUtility" />
                <EntitySet Name="TenantDataLossPreventionQuarantineSettingss"
                    EntityType="SP.TenantDataLossPreventionQuarantineSettings" />
                <EntitySet Name="TenantSettingss" EntityType="SP.TenantSettings" />
                <EntitySet Name="ThemeInfos" EntityType="SP.ThemeInfo" />
                <EntitySet Name="TimeZones" EntityType="SP.TimeZone" />
                <EntitySet Name="SyncTranslators" EntityType="SP.Translation.SyncTranslator" />
                <EntitySet Name="TranslationJobs" EntityType="SP.Translation.TranslationJob" />
                <EntitySet Name="TranslationJobStatuss"
                    EntityType="SP.Translation.TranslationJobStatus" />
                <EntitySet Name="VariationsTranslationTimerJobs"
                    EntityType="SP.Translation.VariationsTranslationTimerJob" />
                <EntitySet Name="TranslationNotificationRecipientUserss"
                    EntityType="SP.TranslationNotificationRecipientUsers" />
                <EntitySet Name="TranslationStatusCollections"
                    EntityType="SP.TranslationStatusCollection" />
                <EntitySet Name="TypeInformations" EntityType="SP.TypeInformation" />
                <EntitySet Name="ClientPeoplePickerWebServiceInterfaces"
                    EntityType="SP.UI.ApplicationPages.ClientPeoplePickerWebServiceInterface" />
                <EntitySet Name="PickerEntityInformations"
                    EntityType="SP.UI.ApplicationPages.PickerEntityInformation" />
                <EntitySet Name="Users1" EntityType="SP.User" />
                <EntitySet Name="UserCustomActions" EntityType="SP.UserCustomAction" />
                <EntitySet Name="UserExperienceStates" EntityType="SP.UserExperienceState" />
                <EntitySet Name="UserFirstRuns" EntityType="SP.UserFirstRun" />
                <EntitySet Name="UserPhotoss" EntityType="SP.UserPhotos" />
                <EntitySet Name="CrossGeoSyncs" EntityType="SP.UserProfiles.CrossGeoSync" />
                <EntitySet Name="FollowedContents" EntityType="SP.UserProfiles.FollowedContent" />
                <EntitySet Name="FollowedItemDatas" EntityType="SP.UserProfiles.FollowedItemData" />
                <EntitySet Name="HashTagCollections" EntityType="SP.UserProfiles.HashTagCollection" />
                <EntitySet Name="PeopleManagers" EntityType="SP.UserProfiles.PeopleManager" />
                <EntitySet Name="PersonalCaches" EntityType="SP.UserProfiles.PersonalCache" />
                <EntitySet Name="PersonPropertiess" EntityType="SP.UserProfiles.PersonProperties" />
                <EntitySet Name="ProfileImageStores" EntityType="SP.UserProfiles.ProfileImageStore" />
                <EntitySet Name="ProfileLoaders" EntityType="SP.UserProfiles.ProfileLoader" />
                <EntitySet Name="UserProfiles" EntityType="SP.UserProfiles.UserProfile" />
                <EntitySet Name="UserProfilePropertiesForUsers"
                    EntityType="SP.UserProfiles.UserProfilePropertiesForUser" />
                <EntitySet Name="UserResources" EntityType="SP.UserResource" />
                <EntitySet Name="UserSolutions" EntityType="SP.UserSolution" />
                <EntitySet Name="FileHandlerWopiPropertiess"
                    EntityType="SP.Utilities.FileHandlerWopiProperties" />
                <EntitySet Name="MarketplaceUtilitiess"
                    EntityType="SP.Utilities.MarketplaceUtilities" />
                <EntitySet Name="NewsUtilitys" EntityType="SP.Utilities.NewsUtility" />
                <EntitySet Name="PolicyLicenseUtilitiess"
                    EntityType="SP.Utilities.PolicyLicenseUtilities" />
                <EntitySet Name="ShortcutLinks" EntityType="SP.Utilities.ShortcutLink" />
                <EntitySet Name="ShortcutTargetInfos" EntityType="SP.Utilities.ShortcutTargetInfo" />
                <EntitySet Name="SpotlightResults" EntityType="SP.Utilities.SpotlightResult" />
                <EntitySet Name="SPSocialSwitchs" EntityType="SP.Utilities.SPSocialSwitch" />
                <EntitySet Name="UploadStatuss" EntityType="SP.Utilities.UploadStatus" />
                <EntitySet Name="Utilitys" EntityType="SP.Utilities.Utility" />
                <EntitySet Name="WopiHostUtilitys" EntityType="SP.Utilities.WopiHostUtility" />
                <EntitySet Name="WopiPropertiess" EntityType="SP.Utilities.WopiProperties" />
                <EntitySet Name="VersionPolicyManagers" EntityType="SP.VersionPolicyManager" />
                <EntitySet Name="Views" EntityType="SP.View" />
                <EntitySet Name="ViewFieldCollections" EntityType="SP.ViewFieldCollection" />
                <EntitySet Name="VisualizationAppSynchronizationResults"
                    EntityType="SP.VisualizationAppSynchronizationResult" />
                <EntitySet Name="WebInformations" EntityType="SP.WebInformation" />
                <EntitySet Name="LimitedWebPartManagers"
                    EntityType="SP.WebParts.LimitedWebPartManager" />
                <EntitySet Name="WebParts" EntityType="SP.WebParts.WebPart" />
                <EntitySet Name="WebPartDefinitions" EntityType="SP.WebParts.WebPartDefinition" />
                <EntitySet Name="WebProxys" EntityType="SP.WebProxy" />
                <EntitySet Name="WebTemplates" EntityType="SP.WebTemplate" />
                <EntitySet Name="SPWorkflows" EntityType="SP.Workflow.SPWorkflow" />
                <EntitySet Name="SPWorkflowManagers" EntityType="SP.Workflow.SPWorkflowManager" />
                <EntitySet Name="WorkflowAssociations" EntityType="SP.Workflow.WorkflowAssociation" />
                <EntitySet Name="WorkflowTemplates" EntityType="SP.Workflow.WorkflowTemplate" />
                <EntitySet Name="InteropServices" EntityType="SP.WorkflowServices.InteropService" />
                <EntitySet Name="WorkflowDefinitions"
                    EntityType="SP.WorkflowServices.WorkflowDefinition" />
                <EntitySet Name="WorkflowDeploymentServices"
                    EntityType="SP.WorkflowServices.WorkflowDeploymentService" />
                <EntitySet Name="WorkflowInstances"
                    EntityType="SP.WorkflowServices.WorkflowInstance" />
                <EntitySet Name="WorkflowInstanceServices"
                    EntityType="SP.WorkflowServices.WorkflowInstanceService" />
                <EntitySet Name="WorkflowMessagingServices"
                    EntityType="SP.WorkflowServices.WorkflowMessagingService" />
                <EntitySet Name="WorkflowServicesManagers"
                    EntityType="SP.WorkflowServices.WorkflowServicesManager" />
                <EntitySet Name="WorkflowSubscriptions"
                    EntityType="SP.WorkflowServices.WorkflowSubscription" />
                <EntitySet Name="WorkflowSubscriptionServices"
                    EntityType="SP.WorkflowServices.WorkflowSubscriptionService" />
                <EntitySet Name="BaseSessions" EntityType="SP.WorkManagement.OM.BaseSession" />
                <EntitySet Name="BooleanCriterions"
                    EntityType="SP.WorkManagement.OM.BooleanCriterion" />
                <EntitySet Name="CalloutInfos" EntityType="SP.WorkManagement.OM.CalloutInfo" />
                <EntitySet Name="CreateRefreshJobResults"
                    EntityType="SP.WorkManagement.OM.CreateRefreshJobResult" />
                <EntitySet Name="CustomAttributeFilters"
                    EntityType="SP.WorkManagement.OM.CustomAttributeFilter" />
                <EntitySet Name="DashboardScriptExtensionInfos"
                    EntityType="SP.WorkManagement.OM.DashboardScriptExtensionInfo" />
                <EntitySet Name="DateRangeCriterions"
                    EntityType="SP.WorkManagement.OM.DateRangeCriterion" />
                <EntitySet Name="ExchangeUserSyncStates"
                    EntityType="SP.WorkManagement.OM.ExchangeUserSyncState" />
                <EntitySet Name="Locations" EntityType="SP.WorkManagement.OM.Location" />
                <EntitySet Name="LocationDisplaySettings"
                    EntityType="SP.WorkManagement.OM.LocationDisplaySetting" />
                <EntitySet Name="LocationFilters" EntityType="SP.WorkManagement.OM.LocationFilter" />
                <EntitySet Name="LocationUpdateResults"
                    EntityType="SP.WorkManagement.OM.LocationUpdateResult" />
                <EntitySet Name="NameCriterions" EntityType="SP.WorkManagement.OM.NameCriterion" />
                <EntitySet Name="NonTaskDataReadResults"
                    EntityType="SP.WorkManagement.OM.NonTaskDataReadResult" />
                <EntitySet Name="OrderInfos" EntityType="SP.WorkManagement.OM.OrderInfo" />
                <EntitySet Name="PersistedPropertiess"
                    EntityType="SP.WorkManagement.OM.PersistedProperties" />
                <EntitySet Name="ProviderErrorInfos"
                    EntityType="SP.WorkManagement.OM.ProviderErrorInfo" />
                <EntitySet Name="ProviderRefreshStatuss"
                    EntityType="SP.WorkManagement.OM.ProviderRefreshStatus" />
                <EntitySet Name="RefreshHealthInfos"
                    EntityType="SP.WorkManagement.OM.RefreshHealthInfo" />
                <EntitySet Name="RefreshHistorys" EntityType="SP.WorkManagement.OM.RefreshHistory" />
                <EntitySet Name="RefreshResults" EntityType="SP.WorkManagement.OM.RefreshResult" />
                <EntitySet Name="SortableSessionManagers"
                    EntityType="SP.WorkManagement.OM.SortableSessionManager" />
                <EntitySet Name="SortableTaskQuerys"
                    EntityType="SP.WorkManagement.OM.SortableTaskQuery" />
                <EntitySet Name="Tasks1" EntityType="SP.WorkManagement.OM.Task" />
                <EntitySet Name="TaskFilters" EntityType="SP.WorkManagement.OM.TaskFilter" />
                <EntitySet Name="TaskQuerys" EntityType="SP.WorkManagement.OM.TaskQuery" />
                <EntitySet Name="TaskQueryByLocationResults"
                    EntityType="SP.WorkManagement.OM.TaskQueryByLocationResult" />
                <EntitySet Name="TaskQueryResults" EntityType="SP.WorkManagement.OM.TaskQueryResult" />
                <EntitySet Name="TaskRefreshResults"
                    EntityType="SP.WorkManagement.OM.TaskRefreshResult" />
                <EntitySet Name="TaskWriteResults" EntityType="SP.WorkManagement.OM.TaskWriteResult" />
                <EntitySet Name="UserOrderedSessionManagers"
                    EntityType="SP.WorkManagement.OM.UserOrderedSessionManager" />
                <EntitySet Name="UserSettingss" EntityType="SP.WorkManagement.OM.UserSettings" />
                <EntitySet Name="UserSettingsManagers"
                    EntityType="SP.WorkManagement.OM.UserSettingsManager" />
                <EntitySet Name="ViewSelectionInfos"
                    EntityType="SP.WorkManagement.OM.ViewSelectionInfo" />
                <EntitySet Name="SPOIdentityHelpers" EntityType="SPO.Identity.SPOIdentityHelper" />
                <FunctionImport Name="AddNoLiveBlobsInOdcServiceStateApi"
                    ReturnType="Microsoft.SharePoint.Convergence.AddNoLiveBlobsInOdcServiceStateApi"
                    IsComposable="true" EntitySet="AddNoLiveBlobsInOdcServiceStateApis" />
                <FunctionImport Name="Announcements"
                    ReturnType="SP.Publishing.AnnouncementsController" IsComposable="true"
                    EntitySet="Announcements" />
                <FunctionImport Name="Apps" ReturnType="Microsoft.AppServices.AppCollection"
                    IsComposable="true" EntitySet="Apps" />
                <FunctionImport Name="BrandCenter" ReturnType="SP.BrandCenter" IsComposable="true"
                    EntitySet="BrandCenters" />
                <FunctionImport Name="ComponentContextInfo"
                    ReturnType="Microsoft.SharePoint.Internal.ClientSideComponent.ComponentContextInfo"
                    IsComposable="true" EntitySet="ComponentContextInfos" />
                <FunctionImport Name="ConsumerPermissions"
                    ReturnType="Microsoft.SharePoint.Convergence.ConsumerPermissions"
                    IsComposable="true" EntitySet="ConsumerPermissions" />
                <FunctionImport Name="contentSolution" ReturnType="SP.ContentSolution"
                    IsComposable="true" EntitySet="ContentSolutions" />
                <FunctionImport Name="contextinfo" ReturnType="SP.ContextWebInformation"
                    IsComposable="true" />
                <FunctionImport Name="DynamicContentUpdate"
                    ReturnType="SP.DynamicContentUpdateService" IsComposable="true"
                    EntitySet="DynamicContentUpdates" />
                <FunctionImport Name="EE" ReturnType="SP.EmployeeEngagement" IsComposable="true"
                    EntitySet="EEs" />
                <FunctionImport Name="EmployeeExperience"
                    ReturnType="SP.EmployeeExperienceController" IsComposable="true"
                    EntitySet="EmployeeExperiences" />
                <FunctionImport Name="files" ReturnType="Collection(MS.FileServices.FileSystemItem)"
                    IsComposable="true" EntitySet="Files" />
                <FunctionImport Name="foldercoloring" ReturnType="SP.FolderColoring"
                    IsComposable="true" EntitySet="Foldercolorings" />
                <FunctionImport Name="fontpackages" ReturnType="Collection(SP.FontPackage)"
                    IsComposable="true" EntitySet="Fontpackages" />
                <FunctionImport Name="GroupService"
                    ReturnType="Microsoft.SharePoint.Portal.GroupService" IsComposable="true"
                    EntitySet="GroupServices" />
                <FunctionImport Name="groupsitemanager"
                    ReturnType="Microsoft.SharePoint.Portal.GroupSiteManager" IsComposable="true"
                    EntitySet="Groupsitemanagers" />
                <FunctionImport Name="hubsites" ReturnType="Collection(SP.HubSite)"
                    IsComposable="true" EntitySet="Hubsites" />
                <FunctionImport Name="HubSitesUtility"
                    ReturnType="Microsoft.SharePoint.Portal.SPHubSitesUtility" IsComposable="true"
                    EntitySet="HubSitesUtilitys" />
                <FunctionImport Name="KnowledgeHub" ReturnType="SP.KnowledgeHub" IsComposable="true"
                    EntitySet="KnowledgeHubs" />
                <FunctionImport Name="lists" ReturnType="Collection(SP.List)" IsComposable="true"
                    EntitySet="Lists" />
                <FunctionImport Name="machinelearning"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub"
                    IsComposable="true" EntitySet="Machinelearnings" />
                <FunctionImport Name="me" ReturnType="SP.RequestUserContext" IsComposable="true"
                    EntitySet="Mes" />
                <FunctionImport Name="microservicemanager"
                    ReturnType="SP.MicroService.MicroServiceManager" IsComposable="true"
                    EntitySet="Microservicemanagers" />
                <FunctionImport Name="MigrationCompleteStateApi"
                    ReturnType="Microsoft.SharePoint.Convergence.MigrationCompleteStateApi"
                    IsComposable="true" EntitySet="MigrationCompleteStateApis" />
                <FunctionImport Name="models"
                    ReturnType="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel)"
                    IsComposable="true" EntitySet="Models" />
                <FunctionImport Name="MultiGeoProxy"
                    ReturnType="Microsoft.SharePoint.MultiGeo.SPMultiGeoProxy" IsComposable="true"
                    EntitySet="MultiGeoProxys" />
                <FunctionImport Name="OdcMetadataCleanedUpApi"
                    ReturnType="Microsoft.SharePoint.Convergence.OdcMetadataCleanedUpApi"
                    IsComposable="true" EntitySet="OdcMetadataCleanedUpApis" />
                <FunctionImport Name="OrgNews" ReturnType="SP.OrganizationNews" IsComposable="true"
                    EntitySet="OrgNews" />
                <FunctionImport Name="OrgNewsSite"
                    ReturnType="Microsoft.SharePoint.OrgNewsSite.OrgNewsSiteApi" IsComposable="true"
                    EntitySet="OrgNewsSites" />
                <FunctionImport Name="outofboxfontpackages" ReturnType="Collection(SP.FontPackage)"
                    IsComposable="true" EntitySet="Fontpackages" />
                <FunctionImport Name="PageDiagnostics"
                    ReturnType="SP.Publishing.PageDiagnosticsController" IsComposable="true"
                    EntitySet="PageDiagnostics" />
                <FunctionImport Name="PortalLaunchWaves"
                    ReturnType="SP.Publishing.PortalLaunch.PortalLaunchWavesManager"
                    IsComposable="true" EntitySet="PortalLaunchWaves" />
                <FunctionImport Name="PortalNavigationCache"
                    ReturnType="SP.Publishing.Navigation.PortalNavigationCacheWrapper"
                    IsComposable="true" EntitySet="PortalNavigationCaches" />
                <FunctionImport Name="publications"
                    ReturnType="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication)"
                    IsComposable="true" EntitySet="Publications" />
                <FunctionImport Name="site" ReturnType="SP.Site" IsComposable="true"
                    EntitySet="Sites" />
                <FunctionImport Name="sitefontpackages" ReturnType="Collection(SP.FontPackage)"
                    IsComposable="true" EntitySet="Fontpackages" />
                <FunctionImport Name="SiteIconManager"
                    ReturnType="Microsoft.SharePoint.Portal.SiteIconManager" IsComposable="true"
                    EntitySet="SiteIconManagers" />
                <FunctionImport Name="sitelinkingmanager"
                    ReturnType="Microsoft.SharePoint.Portal.SiteLinkingManager" IsComposable="true"
                    EntitySet="Sitelinkingmanagers" />
                <FunctionImport Name="SiteManager"
                    ReturnType="Microsoft.SharePoint.SiteManager.SiteManagerService"
                    IsComposable="true" EntitySet="SiteManagers" />
                <FunctionImport Name="sphomeservice"
                    ReturnType="Microsoft.SharePoint.Portal.SharePointHomeServiceContextBuilder"
                    IsComposable="true" EntitySet="Sphomeservices" />
                <FunctionImport Name="SPHSite" ReturnType="SP.SPHSite" IsComposable="true"
                    EntitySet="SPHSites" />
                <FunctionImport Name="SPOInternalUseOnly.FileVirusStatusUpdate"
                    ReturnType="SP.FileUrlVirusStatusUpdate" IsComposable="true"
                    EntitySet="SPOInternalUseOnly.FileVirusStatusUpdates" />
                <FunctionImport Name="SPOInternalUseOnly.TenantSharingRestrictions"
                    ReturnType="Microsoft.SharePoint.Sharing.Internal.SharingRestrictions"
                    IsComposable="true" EntitySet="SPOInternalUseOnly.TenantSharingRestrictions" />
                <FunctionImport Name="spsitemanager"
                    ReturnType="Microsoft.SharePoint.Portal.SPSiteManager" IsComposable="true"
                    EntitySet="Spsitemanagers" />
                <FunctionImport Name="StructuralNavigationCache"
                    ReturnType="SP.Publishing.Navigation.StructuralNavigationCacheWrapper"
                    IsComposable="true" EntitySet="StructuralNavigationCaches" />
                <FunctionImport Name="thememanager" ReturnType="SP.Utilities.ThemeManager"
                    IsComposable="true" EntitySet="Thememanagers" />
                <FunctionImport Name="vivasitemanager"
                    ReturnType="Microsoft.SharePoint.Portal.VivaSiteManager" IsComposable="true"
                    EntitySet="Vivasitemanagers" />
                <FunctionImport Name="web" ReturnType="SP.Web" IsComposable="true" EntitySet="Webs" />
                <FunctionImport Name="workitems"
                    ReturnType="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem)"
                    IsComposable="true" EntitySet="Workitems" />
                <FunctionImport Name="SP_ApiMetadata_Current" ReturnType="SP.ApiMetadata"
                    IsComposable="true" EntitySet="ApiMetadatas" />
                <FunctionImport Name="AddAttributeToTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="attribute" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="BeginCacheRefresh"
                    ReturnType="SP.WorkManagement.OM.CreateRefreshJobResult" IsBindable="true"
                    EntitySet="CreateRefreshJobResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                </FunctionImport>
                <FunctionImport Name="BeginExchangeSync" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                </FunctionImport>
                <FunctionImport Name="CreatePersonalTaskAndPromoteToProviderTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                    <Parameter Name="taskName" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="localizedStartDate" Type="Edm.String" />
                    <Parameter Name="localizedDueDate" Type="Edm.String" />
                    <Parameter Name="completed" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="pinned" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="locationKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                    <Parameter Name="taskName" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="localizedStartDate" Type="Edm.String" />
                    <Parameter Name="localizedDueDate" Type="Edm.String" />
                    <Parameter Name="completed" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="pinned" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="locationKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="editUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetCalloutInfo" ReturnType="SP.WorkManagement.OM.CalloutInfo"
                    IsBindable="true" EntitySet="CalloutInfos">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshHealthInfo"
                    ReturnType="SP.WorkManagement.OM.RefreshHealthInfo" IsComposable="true"
                    IsBindable="true" EntitySet="RefreshHealthInfos">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshHistory"
                    ReturnType="SP.WorkManagement.OM.RefreshHistory" IsComposable="true"
                    IsBindable="true" EntitySet="RefreshHistorys">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                    <Parameter Name="since" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshStatus"
                    ReturnType="SP.WorkManagement.OM.RefreshResult" IsBindable="true"
                    EntitySet="RefreshResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                    <Parameter Name="refreshId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="IsExchangeJobPending" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                </FunctionImport>
                <FunctionImport Name="PinTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="PromotePersonalTaskToProviderTaskInLocation"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="locationId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ReadAllNonTaskData"
                    ReturnType="SP.WorkManagement.OM.NonTaskDataReadResult" IsBindable="true"
                    EntitySet="NonTaskDataReadResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                </FunctionImport>
                <FunctionImport Name="RefreshSingleTask"
                    ReturnType="SP.WorkManagement.OM.TaskRefreshResult" IsBindable="true"
                    EntitySet="TaskRefreshResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveAttributeFromTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="attribute" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemovePinOnTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateTaskWithLocalizedValue"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.BaseSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="field" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="value" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_WorkManagement_OM_BooleanCriterion"
                    ReturnType="SP.WorkManagement.OM.BooleanCriterion" IsComposable="true"
                    EntitySet="BooleanCriterions" />
                <FunctionImport Name="SP_WorkManagement_OM_CustomAttributeFilter"
                    ReturnType="SP.WorkManagement.OM.CustomAttributeFilter" IsComposable="true"
                    EntitySet="CustomAttributeFilters" />
                <FunctionImport Name="SP_WorkManagement_OM_DateRangeCriterion"
                    ReturnType="SP.WorkManagement.OM.DateRangeCriterion" IsComposable="true"
                    EntitySet="DateRangeCriterions" />
                <FunctionImport Name="SP_WorkManagement_OM_LocationFilter"
                    ReturnType="SP.WorkManagement.OM.LocationFilter" IsComposable="true"
                    EntitySet="LocationFilters" />
                <FunctionImport Name="SP_WorkManagement_OM_LocationGroupClientCollection"
                    ReturnType="Collection(SP.WorkManagement.OM.Task)" IsComposable="true"
                    EntitySet="Tasks1" />
                <FunctionImport Name="AddAttributeToTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="attribute" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="BeginCacheRefresh"
                    ReturnType="SP.WorkManagement.OM.CreateRefreshJobResult" IsBindable="true"
                    EntitySet="CreateRefreshJobResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                </FunctionImport>
                <FunctionImport Name="BeginExchangeSync" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                </FunctionImport>
                <FunctionImport Name="CreatePersonalTaskAndPromoteToProviderTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                    <Parameter Name="taskName" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="localizedStartDate" Type="Edm.String" />
                    <Parameter Name="localizedDueDate" Type="Edm.String" />
                    <Parameter Name="completed" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="pinned" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="locationKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                    <Parameter Name="taskName" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="localizedStartDate" Type="Edm.String" />
                    <Parameter Name="localizedDueDate" Type="Edm.String" />
                    <Parameter Name="completed" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="pinned" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="locationKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="editUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetCalloutInfo" ReturnType="SP.WorkManagement.OM.CalloutInfo"
                    IsBindable="true" EntitySet="CalloutInfos">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshHealthInfo"
                    ReturnType="SP.WorkManagement.OM.RefreshHealthInfo" IsComposable="true"
                    IsBindable="true" EntitySet="RefreshHealthInfos">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshHistory"
                    ReturnType="SP.WorkManagement.OM.RefreshHistory" IsComposable="true"
                    IsBindable="true" EntitySet="RefreshHistorys">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                    <Parameter Name="since" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshStatus"
                    ReturnType="SP.WorkManagement.OM.RefreshResult" IsBindable="true"
                    EntitySet="RefreshResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                    <Parameter Name="refreshId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="IsExchangeJobPending" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                </FunctionImport>
                <FunctionImport Name="PinTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="PromotePersonalTaskToProviderTaskInLocation"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="locationId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ReadAllNonTaskData"
                    ReturnType="SP.WorkManagement.OM.NonTaskDataReadResult" IsBindable="true"
                    EntitySet="NonTaskDataReadResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                </FunctionImport>
                <FunctionImport Name="RefreshSingleTask"
                    ReturnType="SP.WorkManagement.OM.TaskRefreshResult" IsBindable="true"
                    EntitySet="TaskRefreshResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveAttributeFromTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="attribute" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemovePinOnTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateTaskWithLocalizedValue"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="field" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="value" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="MovePersonalTaskToLocation" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedSortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="newLocationKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddAttributeToTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="attribute" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="BeginCacheRefresh"
                    ReturnType="SP.WorkManagement.OM.CreateRefreshJobResult" IsBindable="true"
                    EntitySet="CreateRefreshJobResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                </FunctionImport>
                <FunctionImport Name="BeginExchangeSync" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                </FunctionImport>
                <FunctionImport Name="CreatePersonalTaskAndPromoteToProviderTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="taskName" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="localizedStartDate" Type="Edm.String" />
                    <Parameter Name="localizedDueDate" Type="Edm.String" />
                    <Parameter Name="completed" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="pinned" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="locationKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="taskName" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="localizedStartDate" Type="Edm.String" />
                    <Parameter Name="localizedDueDate" Type="Edm.String" />
                    <Parameter Name="completed" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="pinned" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="locationKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="editUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetCalloutInfo" ReturnType="SP.WorkManagement.OM.CalloutInfo"
                    IsBindable="true" EntitySet="CalloutInfos">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshHealthInfo"
                    ReturnType="SP.WorkManagement.OM.RefreshHealthInfo" IsComposable="true"
                    IsBindable="true" EntitySet="RefreshHealthInfos">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshHistory"
                    ReturnType="SP.WorkManagement.OM.RefreshHistory" IsComposable="true"
                    IsBindable="true" EntitySet="RefreshHistorys">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="since" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshStatus"
                    ReturnType="SP.WorkManagement.OM.RefreshResult" IsBindable="true"
                    EntitySet="RefreshResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="refreshId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="IsExchangeJobPending" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                </FunctionImport>
                <FunctionImport Name="PinTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="PromotePersonalTaskToProviderTaskInLocation"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="locationId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ReadAllNonTaskData"
                    ReturnType="SP.WorkManagement.OM.NonTaskDataReadResult" IsBindable="true"
                    EntitySet="NonTaskDataReadResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                </FunctionImport>
                <FunctionImport Name="RefreshSingleTask"
                    ReturnType="SP.WorkManagement.OM.TaskRefreshResult" IsBindable="true"
                    EntitySet="TaskRefreshResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveAttributeFromTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="attribute" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemovePinOnTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateTaskWithLocalizedValue"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="field" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="value" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="MovePersonalTaskToLocation" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="newLocationKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ReorderTask" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.WorkManagement.OM.LocationOrientedUserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="newAfterTaskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_WorkManagement_OM_Location"
                    ReturnType="SP.WorkManagement.OM.Location" IsComposable="true"
                    EntitySet="Locations" />
                <FunctionImport Name="SP_WorkManagement_OM_NameCriterion"
                    ReturnType="SP.WorkManagement.OM.NameCriterion" IsComposable="true"
                    EntitySet="NameCriterions" />
                <FunctionImport Name="SP_WorkManagement_OM_OrderInfo"
                    ReturnType="SP.WorkManagement.OM.OrderInfo" IsComposable="true"
                    EntitySet="OrderInfos" />
                <FunctionImport Name="SP_WorkManagement_OM_PersistedProperties"
                    ReturnType="SP.WorkManagement.OM.PersistedProperties" IsComposable="true"
                    EntitySet="PersistedPropertiess" />
                <FunctionImport Name="SP_WorkManagement_OM_SortableSessionManager"
                    ReturnType="SP.WorkManagement.OM.SortableSessionManager" IsComposable="true"
                    EntitySet="SortableSessionManagers" />
                <FunctionImport Name="CreateLocationOrientedSession"
                    ReturnType="SP.WorkManagement.OM.LocationOrientedSortableSession"
                    IsBindable="true" EntitySet="BaseSessions">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSessionManager" />
                </FunctionImport>
                <FunctionImport Name="CreateSession"
                    ReturnType="SP.WorkManagement.OM.SortableSession" IsBindable="true"
                    EntitySet="BaseSessions">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSessionManager" />
                </FunctionImport>
                <FunctionImport Name="AddAttributeToTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="attribute" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="BeginCacheRefresh"
                    ReturnType="SP.WorkManagement.OM.CreateRefreshJobResult" IsBindable="true"
                    EntitySet="CreateRefreshJobResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                </FunctionImport>
                <FunctionImport Name="BeginExchangeSync" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                </FunctionImport>
                <FunctionImport Name="CreatePersonalTaskAndPromoteToProviderTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                    <Parameter Name="taskName" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="localizedStartDate" Type="Edm.String" />
                    <Parameter Name="localizedDueDate" Type="Edm.String" />
                    <Parameter Name="completed" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="pinned" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="locationKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                    <Parameter Name="taskName" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="localizedStartDate" Type="Edm.String" />
                    <Parameter Name="localizedDueDate" Type="Edm.String" />
                    <Parameter Name="completed" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="pinned" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="locationKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="editUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetCalloutInfo" ReturnType="SP.WorkManagement.OM.CalloutInfo"
                    IsBindable="true" EntitySet="CalloutInfos">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshHealthInfo"
                    ReturnType="SP.WorkManagement.OM.RefreshHealthInfo" IsComposable="true"
                    IsBindable="true" EntitySet="RefreshHealthInfos">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshHistory"
                    ReturnType="SP.WorkManagement.OM.RefreshHistory" IsComposable="true"
                    IsBindable="true" EntitySet="RefreshHistorys">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                    <Parameter Name="since" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshStatus"
                    ReturnType="SP.WorkManagement.OM.RefreshResult" IsBindable="true"
                    EntitySet="RefreshResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                    <Parameter Name="refreshId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="IsExchangeJobPending" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                </FunctionImport>
                <FunctionImport Name="PinTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="PromotePersonalTaskToProviderTaskInLocation"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="locationId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ReadAllNonTaskData"
                    ReturnType="SP.WorkManagement.OM.NonTaskDataReadResult" IsBindable="true"
                    EntitySet="NonTaskDataReadResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                </FunctionImport>
                <FunctionImport Name="RefreshSingleTask"
                    ReturnType="SP.WorkManagement.OM.TaskRefreshResult" IsBindable="true"
                    EntitySet="TaskRefreshResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveAttributeFromTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="attribute" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemovePinOnTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateTaskWithLocalizedValue"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.SortableSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="field" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="value" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_WorkManagement_OM_SortableTaskQuery"
                    ReturnType="SP.WorkManagement.OM.SortableTaskQuery" IsComposable="true"
                    EntitySet="SortableTaskQuerys" />
                <FunctionImport Name="SP_WorkManagement_OM_TaskClientCollection"
                    ReturnType="Collection(SP.WorkManagement.OM.Task)" IsComposable="true"
                    EntitySet="Tasks1" />
                <FunctionImport Name="SP_WorkManagement_OM_TaskFilter"
                    ReturnType="SP.WorkManagement.OM.TaskFilter" IsComposable="true"
                    EntitySet="TaskFilters" />
                <FunctionImport Name="SP_WorkManagement_OM_TaskQuery"
                    ReturnType="SP.WorkManagement.OM.TaskQuery" IsComposable="true"
                    EntitySet="TaskQuerys" />
                <FunctionImport Name="SP_WorkManagement_OM_Task"
                    ReturnType="SP.WorkManagement.OM.Task" IsComposable="true" EntitySet="Tasks1" />
                <FunctionImport Name="SP_WorkManagement_OM_UserOrderedSessionManager"
                    ReturnType="SP.WorkManagement.OM.UserOrderedSessionManager" IsComposable="true"
                    EntitySet="UserOrderedSessionManagers" />
                <FunctionImport Name="CreateLocationOrientedSession"
                    ReturnType="SP.WorkManagement.OM.LocationOrientedUserOrderedSession"
                    IsBindable="true" EntitySet="BaseSessions">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSessionManager" />
                </FunctionImport>
                <FunctionImport Name="CreateSession"
                    ReturnType="SP.WorkManagement.OM.UserOrderedSession" IsBindable="true"
                    EntitySet="BaseSessions">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSessionManager" />
                </FunctionImport>
                <FunctionImport Name="AddAttributeToTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="attribute" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="BeginCacheRefresh"
                    ReturnType="SP.WorkManagement.OM.CreateRefreshJobResult" IsBindable="true"
                    EntitySet="CreateRefreshJobResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                </FunctionImport>
                <FunctionImport Name="BeginExchangeSync" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                </FunctionImport>
                <FunctionImport Name="CreatePersonalTaskAndPromoteToProviderTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                    <Parameter Name="taskName" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="localizedStartDate" Type="Edm.String" />
                    <Parameter Name="localizedDueDate" Type="Edm.String" />
                    <Parameter Name="completed" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="pinned" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="locationKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                    <Parameter Name="taskName" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="localizedStartDate" Type="Edm.String" />
                    <Parameter Name="localizedDueDate" Type="Edm.String" />
                    <Parameter Name="completed" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="pinned" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="locationKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="editUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetCalloutInfo" ReturnType="SP.WorkManagement.OM.CalloutInfo"
                    IsBindable="true" EntitySet="CalloutInfos">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshHealthInfo"
                    ReturnType="SP.WorkManagement.OM.RefreshHealthInfo" IsComposable="true"
                    IsBindable="true" EntitySet="RefreshHealthInfos">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshHistory"
                    ReturnType="SP.WorkManagement.OM.RefreshHistory" IsComposable="true"
                    IsBindable="true" EntitySet="RefreshHistorys">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                    <Parameter Name="since" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRefreshStatus"
                    ReturnType="SP.WorkManagement.OM.RefreshResult" IsBindable="true"
                    EntitySet="RefreshResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                    <Parameter Name="refreshId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="IsExchangeJobPending" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                </FunctionImport>
                <FunctionImport Name="PinTask" ReturnType="SP.WorkManagement.OM.TaskWriteResult"
                    IsBindable="true" EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="PromotePersonalTaskToProviderTaskInLocation"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="locationId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ReadAllNonTaskData"
                    ReturnType="SP.WorkManagement.OM.NonTaskDataReadResult" IsBindable="true"
                    EntitySet="NonTaskDataReadResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                </FunctionImport>
                <FunctionImport Name="RefreshSingleTask"
                    ReturnType="SP.WorkManagement.OM.TaskRefreshResult" IsBindable="true"
                    EntitySet="TaskRefreshResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveAttributeFromTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="attribute" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemovePinOnTask"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateTaskWithLocalizedValue"
                    ReturnType="SP.WorkManagement.OM.TaskWriteResult" IsBindable="true"
                    EntitySet="TaskWriteResults">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="field" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="value" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ReorderTask" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserOrderedSession" />
                    <Parameter Name="taskKey" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="newAfterTaskKey" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_WorkManagement_OM_UserSettingsManager"
                    ReturnType="SP.WorkManagement.OM.UserSettingsManager" IsComposable="true"
                    EntitySet="UserSettingsManagers" />
                <FunctionImport Name="GetAllLocations"
                    ReturnType="Collection(SP.WorkManagement.OM.Location)" IsBindable="true"
                    EntitySet="Locations">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager" />
                </FunctionImport>
                <FunctionImport Name="GetExchangeSyncInfo"
                    ReturnType="SP.WorkManagement.OM.ExchangeUserSyncState" IsBindable="true"
                    EntitySet="ExchangeUserSyncStates">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager" />
                </FunctionImport>
                <FunctionImport Name="GetImportantLocations"
                    ReturnType="Collection(SP.WorkManagement.OM.Location)" IsBindable="true"
                    EntitySet="Locations">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager" />
                </FunctionImport>
                <FunctionImport Name="GetLocations"
                    ReturnType="Collection(SP.WorkManagement.OM.Location)" IsBindable="true"
                    EntitySet="Locations">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager" />
                    <Parameter Name="locationsId" Type="Collection(Edm.Int32)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetPersistedProperties"
                    ReturnType="SP.WorkManagement.OM.PersistedProperties" IsBindable="true"
                    EntitySet="PersistedPropertiess">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager" />
                </FunctionImport>
                <FunctionImport Name="GetUserSettings"
                    ReturnType="SP.WorkManagement.OM.UserSettings" IsBindable="true"
                    EntitySet="UserSettingss">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager" />
                </FunctionImport>
                <FunctionImport Name="IsExchangeJobPending" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager" />
                </FunctionImport>
                <FunctionImport Name="OptIntoExchangeSync" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager" />
                </FunctionImport>
                <FunctionImport Name="OptOutOfExchangeSync" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkManagement.OM.UserSettingsManager" />
                </FunctionImport>
                <FunctionImport Name="SP_WorkManagement_OM_UserSettings"
                    ReturnType="SP.WorkManagement.OM.UserSettings" IsComposable="true"
                    EntitySet="UserSettingss" />
                <FunctionImport Name="SP_WorkManagement_OM_ViewSelectionInfo"
                    ReturnType="SP.WorkManagement.OM.ViewSelectionInfo" IsComposable="true"
                    EntitySet="ViewSelectionInfos" />
                <FunctionImport Name="Microsoft_AppServices_AppCollection"
                    ReturnType="Microsoft.AppServices.AppCollection" IsComposable="true"
                    EntitySet="Apps" />
                <FunctionImport Name="GetAppsFromStore" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.AppServices.AppCollection" />
                    <Parameter Name="addInType" Type="Edm.String" />
                    <Parameter Name="queryString" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByType" ReturnType="Edm.String" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.AppServices.AppCollection" />
                    <Parameter Name="type" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_DirectorySession"
                    ReturnType="SP.Directory.DirectorySession" IsComposable="true"
                    EntitySet="DirectorySessions" />
                <FunctionImport Name="GetSharePointDataForUser" ReturnType="SP.Directory.User"
                    IsComposable="true" IsBindable="true" EntitySet="Users">
                    <Parameter Name="this" Type="SP.Directory.DirectorySession" />
                    <Parameter Name="userId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Group" ReturnType="SP.Directory.Group" IsComposable="true"
                    IsBindable="true" EntitySet="Groups">
                    <Parameter Name="this" Type="SP.Directory.DirectorySession" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="alias" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="JoinGroup" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.Directory.DirectorySession" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Me" ReturnType="SP.Directory.User" IsComposable="true"
                    IsBindable="true" EntitySet="Users">
                    <Parameter Name="this" Type="SP.Directory.DirectorySession" />
                </FunctionImport>
                <FunctionImport Name="User" ReturnType="SP.Directory.User" IsComposable="true"
                    IsBindable="true" EntitySet="Users">
                    <Parameter Name="this" Type="SP.Directory.DirectorySession" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="principalName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ValidateGroupName"
                    ReturnType="SP.Directory.GroupNameValidationResult" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Directory.DirectorySession" />
                    <Parameter Name="displayName" Type="Edm.String" />
                    <Parameter Name="alias" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Add" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Directory.Group)" />
                    <Parameter Name="objectId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Remove" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Directory.Group)" />
                    <Parameter Name="objectId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Delete" IsBindable="true">
                    <Parameter Name="this" Type="SP.Directory.Group" />
                </FunctionImport>
                <FunctionImport Name="Add" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Directory.User)" />
                    <Parameter Name="objectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="principalName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Remove" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Directory.User)" />
                    <Parameter Name="objectId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetUserLinks" ReturnType="Collection(SP.Directory.Link)"
                    IsComposable="true" IsBindable="true" EntitySet="Links">
                    <Parameter Name="this" Type="SP.Directory.User" />
                    <Parameter Name="linkName" Type="Edm.String" />
                    <Parameter Name="groupType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_AddMember" ReturnType="Edm.Boolean">
                    <Parameter Name="principalName" Type="Edm.String" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="isOwner" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_CheckAliasAndSiteAvailability"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="alias" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_CheckSiteAvailability"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <EntitySet Name="GroupAndUserStatuss" EntityType="SP.Directory.GroupAndUserStatus" />
                <FunctionImport Name="SP_Directory_SPHelper_GetGroupAndUserStatus"
                    ReturnType="SP.Directory.GroupAndUserStatus" EntitySet="GroupAndUserStatuss">
                    <Parameter Name="principalName" Type="Edm.String" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_GetMembers"
                    ReturnType="Collection(SP.Directory.User)" IsComposable="true" EntitySet="Users">
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <EntitySet Name="MembershipResults" EntityType="SP.Directory.MembershipResult" />
                <FunctionImport Name="SP_Directory_SPHelper_GetMembership"
                    ReturnType="SP.Directory.MembershipResult" IsComposable="true"
                    EntitySet="MembershipResults">
                    <Parameter Name="userId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_GetMembershipInBatch"
                    ReturnType="SP.Directory.MembershipResult" EntitySet="MembershipResults">
                    <Parameter Name="userId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="batchStart" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="batchSize" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_GetMembershipStatus"
                    ReturnType="Edm.Int32">
                    <Parameter Name="principalName" Type="Edm.String" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_GetMembersInBatch"
                    ReturnType="Collection(SP.Directory.User)" IsComposable="true" EntitySet="Users">
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="batchStart" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="batchSize" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <EntitySet Name="MembersInfos" EntityType="SP.Directory.MembersInfo" />
                <FunctionImport Name="SP_Directory_SPHelper_GetMembersInfo"
                    ReturnType="SP.Directory.MembersInfo" EntitySet="MembersInfos">
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <EntitySet Name="MyGroupsResults" EntityType="SP.Directory.MyGroupsResult" />
                <FunctionImport Name="SP_Directory_SPHelper_GetMyGroups"
                    ReturnType="SP.Directory.MyGroupsResult" EntitySet="MyGroupsResults">
                    <Parameter Name="logOnName" Type="Edm.String" />
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="len" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_GetOwners"
                    ReturnType="Collection(SP.Directory.User)" IsComposable="true" EntitySet="Users">
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_GetOwnersInBatch"
                    ReturnType="Collection(SP.Directory.User)" EntitySet="Users">
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="batchStart" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="batchSize" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_GetUser" ReturnType="SP.Directory.User"
                    EntitySet="Users">
                    <Parameter Name="principalName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_IsMemberOf" ReturnType="Edm.Boolean">
                    <Parameter Name="principalName" Type="Edm.String" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_ProvisionSite" ReturnType="Edm.String">
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="siteUrlSuffix" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_RemoveExternalMembers">
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_RemoveMember" ReturnType="Edm.Boolean">
                    <Parameter Name="principalName" Type="Edm.String" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="removeOwnerOnly" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_SPHelper_SyncGroup">
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub"
                    IsComposable="true" EntitySet="Machinelearnings" />
                <FunctionImport Name="CheckAIBuilderAccess"
                    ReturnType="SP.FlowSynchronizationResult" IsComposable="true" IsBindable="true"
                    EntitySet="FlowSynchronizationResults">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="environmentName" Type="Edm.String" />
                    <Parameter Name="isTestEnvironment" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="userId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetAutofillColumnSettings" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="docLibId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAutofillCustomModelDefaultParameters"
                    ReturnType="Edm.String" IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="customModelId" Type="Edm.String" />
                    <Parameter Name="keepTokenCountLimit" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAutofillCustomModels"
                    ReturnType="Collection(SP.SyntexCustomModelWrapper)" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                </FunctionImport>
                <FunctionImport Name="GetAutofillCustomModelSettings"
                    ReturnType="Collection(SP.SyntexCustomModelSetting)" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                </FunctionImport>
                <FunctionImport Name="GetByContentTypeId"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SyntexModelsLandingInfo"
                    IsComposable="true" IsBindable="true" EntitySet="SyntexModelsLandingInfos">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="contentTypeId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetCDSMetadata"
                    ReturnType="Microsoft.Office.Server.ContentCenter.CDSMetadata"
                    IsComposable="true" IsBindable="true" EntitySet="CDSMetadatas">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="environmentName" Type="Edm.String" />
                    <Parameter Name="isTestEnvironment" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetColumnLLMInfo" ReturnType="SP.Utilities.LLMColumnInfo"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="docLibId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="columnId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetLibraryLLMInfo"
                    ReturnType="Collection(SP.Utilities.AutofillColumnInfo)" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="docLibId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetMachineLearningFlags" ReturnType="Edm.Int32"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="docLibId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetModelIdForContentType" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="contentTypeName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetModels"
                    ReturnType="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel)"
                    IsComposable="true" IsBindable="true" EntitySet="Models">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="modelTypes" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="publicationTypes" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="includeManagementNotAllowedModels" Type="Edm.Boolean"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRetentionLabel"
                    ReturnType="SP.CompliancePolicy.ComplianceTag" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="retentionLabelId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRetentionLabels"
                    ReturnType="Collection(SP.CompliancePolicy.ComplianceTag)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                </FunctionImport>
                <FunctionImport Name="GetSyntexPoweredColumnPrompts" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="docLibId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="InvokeDataverseQuery"
                    ReturnType="SP.FlowSynchronizationResult" IsBindable="true"
                    EntitySet="FlowSynchronizationResults">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                </FunctionImport>
                <FunctionImport Name="SetAutofillColumnSettings" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="docLibId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="autofillColumnSettings" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetColumnLLMInfo" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="docLibId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="columnId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="autofillPrompt" Type="Edm.String" />
                    <Parameter Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="customModelId" Type="Edm.String" />
                    <Parameter Name="customParametersJson" Type="Edm.String" />
                    <Parameter Name="analyzeImageWithVision" Type="Edm.Boolean" />
                    <Parameter Name="analyzeImageDetailLevel" Type="Edm.String" />
                    <Parameter Name="autofillColumnType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetMachineLearningFlags" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="docLibId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="machineLearningFlags" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetSyntexPoweredColumnPrompts" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="docLibId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="syntexPoweredColumnPrompts" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="VerifyModelUrls" IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="urls" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="VerifyModelUrlsAndGrantPAC" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub" />
                    <Parameter Name="urls" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningModelEntityData"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData"
                    IsComposable="true" EntitySet="SPMachineLearningModelEntityDatas" />
                <FunctionImport Name="AddModelDependency" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel" />
                    <Parameter Name="modelId" Type="Edm.String" />
                    <Parameter Name="updateExisting" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Copy"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel"
                    IsBindable="true" EntitySet="Models">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel" />
                    <Parameter Name="copyTo" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Delete" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel" />
                </FunctionImport>
                <FunctionImport Name="ImportMeta"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel"
                    IsBindable="true" EntitySet="Models">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel" />
                </FunctionImport>
                <FunctionImport Name="InvokeConnectorQuery" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel" />
                </FunctionImport>
                <FunctionImport Name="RemoveModelDependency" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel" />
                    <Parameter Name="modelId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Rename"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel"
                    IsBindable="true" EntitySet="Models">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel" />
                    <Parameter Name="renameTo" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RenameExtractor"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel"
                    IsBindable="true" EntitySet="Models">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel" />
                    <Parameter Name="fromExtractorName" Type="Edm.String" />
                    <Parameter Name="toExtractorName" Type="Edm.String" />
                    <Parameter Name="toColumnType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetAsModelAuthor" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel" />
                </FunctionImport>
                <FunctionImport Name="UpdateModelSettings" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel" />
                    <Parameter Name="ModelSettings" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateModelTypeSpecificSettings" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel" />
                    <Parameter Name="Settings" Type="Collection(SP.KeyValue)" />
                </FunctionImport>
                <FunctionImport Name="GetByTitle"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel"
                    IsComposable="true" IsBindable="true" EntitySet="Models">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel)" />
                    <Parameter Name="title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByUniqueId"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel"
                    IsComposable="true" IsBindable="true" EntitySet="Models">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel)" />
                    <Parameter Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetExtractorNames" ReturnType="Collection(Edm.String)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel)" />
                    <Parameter Name="packageName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Import"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel"
                    IsBindable="true" EntitySet="Models">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel)" />
                    <Parameter Name="packageName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetupPrimedLibrary" ReturnType="SP.List" IsBindable="true"
                    EntitySet="Lists">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel)" />
                    <Parameter Name="primedLibraryName" Type="Edm.String" />
                    <Parameter Name="packageName" Type="Edm.String" />
                    <Parameter Name="isTileViewEnabled" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="serverRelativeLibraryPath" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UnbindModelFromContentType" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel)" />
                    <Parameter Name="contentTypeId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningPublicationsEntityData"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsEntityData"
                    IsComposable="true" EntitySet="SPMachineLearningPublicationsEntityDatas" />
                <FunctionImport Name="Delete" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication" />
                </FunctionImport>
                <FunctionImport Name="BatchDelete"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsResult"
                    IsBindable="true" EntitySet="SPMachineLearningPublicationsResults">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication)" />
                    <Parameter Name="publications"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData)" />
                </FunctionImport>
                <FunctionImport Name="BatchRemove"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsResult"
                    IsBindable="true" EntitySet="SPMachineLearningPublicationsResults">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication)" />
                    <Parameter Name="modelSiteUrl" Type="Edm.String" />
                    <Parameter Name="modelWebServerRelativeUrl" Type="Edm.String" />
                    <Parameter Name="publications"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData)" />
                </FunctionImport>
                <FunctionImport Name="BatchUnpromote"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsResult"
                    IsBindable="true" EntitySet="SPMachineLearningPublicationsResults">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication)" />
                    <Parameter Name="promotions"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData)" />
                </FunctionImport>
                <FunctionImport Name="CheckTenantPublishPermissions" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication)" />
                </FunctionImport>
                <FunctionImport Name="GetByModelUniqueId"
                    ReturnType="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication)"
                    IsComposable="true" IsBindable="true" EntitySet="Publications">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication)" />
                    <Parameter Name="modelUniqueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByModelUniqueIdAndPublicationType"
                    ReturnType="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication)"
                    IsComposable="true" IsBindable="true" EntitySet="Publications">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication)" />
                    <Parameter Name="modelUniqueId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="publicationType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByUniqueId"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication"
                    IsComposable="true" IsBindable="true" EntitySet="Publications">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication)" />
                    <Parameter Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningSampleEntityData"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningSampleEntityData"
                    IsComposable="true" EntitySet="SPMachineLearningSampleEntityDatas" />
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample" />
                </FunctionImport>
                <FunctionImport Name="GetByModelId"
                    ReturnType="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningSample)"
                    IsComposable="true" IsBindable="true" EntitySet="SPMachineLearningSamples">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningSample)" />
                    <Parameter Name="modelID" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByTitle"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample"
                    IsComposable="true" IsBindable="true" EntitySet="SPMachineLearningSamples">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningSample)" />
                    <Parameter Name="title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByUniqueId"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample"
                    IsComposable="true" IsBindable="true" EntitySet="SPMachineLearningSamples">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningSample)" />
                    <Parameter Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByUniqueIdWithTokenization"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample"
                    IsComposable="true" IsBindable="true" EntitySet="SPMachineLearningSamples">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningSample)" />
                    <Parameter Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetTemplateByModelId" ReturnType="Collection(Edm.String)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningSample)" />
                    <Parameter Name="modelID" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningWorkItemEntityData"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItemEntityData"
                    IsComposable="true" EntitySet="SPMachineLearningWorkItemEntityDatas" />
                <FunctionImport Name="GetByIdentifier"
                    ReturnType="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem"
                    IsComposable="true" IsBindable="true" EntitySet="Workitems">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem)" />
                    <Parameter Name="identifier" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_ActivateHoldFeatureOnSite">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_ActivateHoldFeatureOnSiteV2">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_AddRetentionWorkItemOnSite"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_AddRetentionWorkItemOnSiteV2"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="workItemPriority" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_AddRetentionWorkItemOnSiteV3"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_AddRetentionWorkItemOnSiteV4"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="restorePayload" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_CompliancePolicy_SPPolicyStoreProxy_ApplyDlpActions">
                    <Parameter Name="itemUrl" Type="Edm.String" />
                    <Parameter Name="actionsPayload" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_CompliancePolicy_SPPolicyStoreProxy_ApplyLabelOnBulkItems"
                    ReturnType="Collection(Edm.Int32)">
                    <Parameter Name="itemIds" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="listUrl" Type="Edm.String" />
                    <Parameter Name="complianceTagValue" Type="Edm.String" />
                    <Parameter Name="blockDelete" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="blockEdit" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_ApplyLabelOnBulkItemsAppOnly"
                    ReturnType="Collection(Edm.Int32)">
                    <Parameter Name="itemIds" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="listUrl" Type="Edm.String" />
                    <Parameter Name="complianceTagValue" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="BulkUpdateDynamicScopeBindings" IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="scopesToAdd" Type="Collection(Edm.String)" />
                    <Parameter Name="scopesToRemove" Type="Collection(Edm.String)" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_CheckSiteIsDeletableById"
                    ReturnType="Edm.Boolean" IsSideEffecting="false">
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ExtendReviewItemsRetention" ReturnType="Collection(Edm.Int32)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="itemIds" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="extensionDate" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_CompliancePolicy_SPPolicyStoreProxy_FindAlternativeScope"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="tenantId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="scope" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_CompliancePolicy_SPPolicyStoreProxy_FindPolicyScopeById"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="tenantId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="scopeId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_CompliancePolicy_SPPolicyStoreProxy_FindPolicyScopeByIdV2"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="tenantId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="scopeId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetAdvancedRecordVersioningDisabled"
                    ReturnType="Edm.Boolean" IsSideEffecting="false" />
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetAllowFilesWithKeepLabelToBeDeletedODB"
                    ReturnType="Edm.Boolean" IsSideEffecting="false" />
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetAllowFilesWithKeepLabelToBeDeletedSPO"
                    ReturnType="Edm.Boolean" IsSideEffecting="false" />
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetAvailableTagsForSite"
                    ReturnType="Collection(SP.CompliancePolicy.ComplianceTag)"
                    IsSideEffecting="false">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetAvailableTagsForSiteLabel"
                    ReturnType="Collection(SP.CompliancePolicy.ComplianceTag)"
                    IsSideEffecting="false" />
                <FunctionImport Name="GetDynamicScopeBindingBySiteId"
                    ReturnType="Collection(Edm.String)" IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetExpandFileVersionsInPHLEnabled"
                    ReturnType="Edm.Boolean" IsSideEffecting="false" />
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetHoldGracePeriodInDays"
                    ReturnType="Edm.Int32" IsSideEffecting="false" />
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetHoldGracePeriodInDaysV2"
                    ReturnType="Edm.Int32" IsSideEffecting="false" />
                <FunctionImport Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetListComplianceTag"
                    ReturnType="SP.CompliancePolicy.ComplianceTag" IsSideEffecting="false">
                    <Parameter Name="listUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetMetadataEditBlockingEnabled"
                    ReturnType="Edm.Boolean" IsSideEffecting="false" />
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetPolicyEvaluationInfo"
                    ReturnType="SP.CompliancePolicy.PolicyEvaluationInfo" IsComposable="true"
                    EntitySet="PolicyEvaluationInfos">
                    <Parameter Name="itemUrl" Type="Edm.String" />
                    <Parameter Name="policyScenario" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="infos" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSiteAdaptivePolicies" ReturnType="Collection(Edm.String)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSiteAdaptivePoliciesV2" ReturnType="Collection(Edm.String)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetSiteCompliancePolicyProperty"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetSiteCompliancePolicyPropertyV2"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetSiteSubscriptionProperty"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="tenantId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetSiteSubscriptionPropertyV2"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="tenantId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetSubstrateAzureConnection"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetTenantAndSiteHoldsApplicableForSite"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_GetTenantAndSiteHoldsApplicableForSiteV2"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_CompliancePolicy_SPPolicyStoreProxy_IsSiteDeletable"
                    ReturnType="Edm.Boolean" IsSideEffecting="false">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_CompliancePolicy_SPPolicyStoreProxy_LockRecordItem"
                    ReturnType="Edm.Int32">
                    <Parameter Name="listUrl" Type="Edm.String" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="refreshLabeledTime" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="MarkReviewItemsForDeletion" ReturnType="Collection(Edm.Int32)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="itemIds" Type="Collection(Edm.Int32)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="OpenBinaryStreamForOriginalItem" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_CompliancePolicy_SPPolicyStoreProxy_OverridePolicyTip"
                    ReturnType="Edm.Int32">
                    <Parameter Name="itemUrl" Type="Edm.String" />
                    <Parameter Name="userAction" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="justification" Type="Edm.String" />
                    <Parameter Name="rules" Type="Collection(Edm.String)" />
                    <Parameter Name="classificationResults"
                        Type="Collection(SP.CompliancePolicy.DlpClassificationResult)" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_RegisterSiteHoldEventReceiver">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_RegisterSiteHoldEventReceiverV2">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_RegisterSiteItemDeleteEventReceiver">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_RegisterSiteItemDeleteEventReceiverV2">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_RegisterSiteSubscriptionEventReceiver">
                    <Parameter Name="tenantId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_RegisterSiteSubscriptionEventReceiverV2">
                    <Parameter Name="tenantId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_RegisterSiteSubscriptionItemDeleteEventReceiver">
                    <Parameter Name="tenantId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_RegisterSiteSubscriptionItemDeleteEventReceiverV2">
                    <Parameter Name="tenantId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveContainerRetentionPolicy" IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveContainerSettings" IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="externalId" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="RetagReviewItems" ReturnType="Collection(Edm.Int32)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="itemIds" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="newTag" Type="Edm.String" />
                    <Parameter Name="newTagIsRecord" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="newTagBlockDelete" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="newTagIsEventBased" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RetagReviewItemsWithMetas" ReturnType="Collection(Edm.Int32)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="itemIds" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="newTagName" Type="Edm.String" />
                    <Parameter Name="newTagMetas" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="RetagUnifiedReviewItemsWithMetas"
                    ReturnType="Collection(Edm.String)" IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="itemIds" Type="Collection(Edm.String)" />
                    <Parameter Name="originalTagName" Type="Edm.String" />
                    <Parameter Name="newTagName" Type="Edm.String" />
                    <Parameter Name="newTagMetas" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_SetAdvancedRecordVersioningDisabled">
                    <Parameter Name="disabled" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_SetAllowFilesWithKeepLabelToBeDeletedODB">
                    <Parameter Name="allowDeletion" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_SetAllowFilesWithKeepLabelToBeDeletedSPO">
                    <Parameter Name="allowDeletion" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_SetComplianceTagOnBulkItems"
                    ReturnType="Collection(Edm.Int32)">
                    <Parameter Name="itemIds" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="listUrl" Type="Edm.String" />
                    <Parameter Name="complianceTagValue" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetContainerRetentionPolicy" IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="defaultContainerLabel" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_SetHoldGracePeriodInDays">
                    <Parameter Name="gracePeriodInDays" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_CompliancePolicy_SPPolicyStoreProxy_SetListComplianceTag">
                    <Parameter Name="listUrl" Type="Edm.String" />
                    <Parameter Name="complianceTagValue" Type="Edm.String" />
                    <Parameter Name="blockDelete" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="blockEdit" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="syncToItems" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_SetListComplianceTagWithMetaInfo">
                    <Parameter Name="listUrl" Type="Edm.String" />
                    <Parameter Name="complianceTagValue" Type="Edm.String" />
                    <Parameter Name="blockDelete" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="blockEdit" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="complianceTagWrittenTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="userEmailAddress" Type="Edm.String" />
                    <Parameter Name="syncToItems" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_SetMetadataEditBlockingEnabled">
                    <Parameter Name="enabled" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_SetSiteCompliancePolicyProperty">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                    <Parameter Name="propertyValue" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_SetSiteCompliancePolicyPropertyV2">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                    <Parameter Name="propertyValue" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_SetSiteSubscriptionProperty">
                    <Parameter Name="tenantId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                    <Parameter Name="propertyValue" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_SetSiteSubscriptionPropertyV2">
                    <Parameter Name="tenantId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                    <Parameter Name="propertyValue" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_CompliancePolicy_SPPolicyStoreProxy_UnlockRecordItem"
                    ReturnType="Edm.Int32">
                    <Parameter Name="listUrl" Type="Edm.String" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_UnRegisterHoldEventReceiver">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_CompliancePolicy_SPPolicyStoreProxy_UnRegisterHoldEventReceiverV2">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateContainerSetting" IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="externalId" Type="Edm.String" />
                    <Parameter Name="settingType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="setting" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateSiteAdaptivePolicies" IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="policiesToAdd" Type="Collection(Edm.String)" />
                    <Parameter Name="policiesToRemove" Type="Collection(Edm.String)" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateSiteAdaptivePoliciesV2" IsBindable="true">
                    <Parameter Name="this" Type="SP.CompliancePolicy.SPPolicyStoreProxy" />
                    <Parameter Name="policiesToAdd" Type="Collection(Edm.String)" />
                    <Parameter Name="policiesToRemove" Type="Collection(Edm.String)" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_CompliancePolicy_SPSitePreservationUtility_PlaceOnHold">
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="holdId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="durationInDays" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="holdPeriodSource" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_ComplianceFoundation_ComplianceDlpWorkItemSubmitter_AddUnifiedDlpWorkItem"
                    ReturnType="Edm.Boolean" />
                <FunctionImport
                    Name="SP_ComplianceFoundation_ComplianceDlpWorkItemSubmitter_AddUnifiedDlpWorkItemV2"
                    ReturnType="Collection(Edm.Boolean)">
                    <Parameter Name="sitesList" Type="Collection(Edm.Guid)" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_ComplianceFoundation_ComplianceRetentionWorkItemSubmitter_AddHighPriorityRetentionWorkItem"
                    ReturnType="Edm.Boolean" />
                <FunctionImport
                    Name="SP_ComplianceFoundation_ComplianceRetentionWorkItemSubmitter_AddUnifiedRetentionWorkItem"
                    ReturnType="Edm.Boolean" />
                <FunctionImport
                    Name="SP_ComplianceFoundation_ComplianceRetentionWorkItemSubmitter_AddUnifiedRetentionWorkItemV2"
                    ReturnType="Collection(Edm.Boolean)">
                    <Parameter Name="sitesList" Type="Collection(Edm.Guid)" Nullable="false" />
                    <Parameter Name="workItemPriority" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_ComplianceFoundation_PreserveDocumentSubmitter_PreserveCloudAttachmentIntoPHL"
                    ReturnType="SP.ComplianceFoundation.Models.PreservedCloudAttachment">
                    <Parameter Name="webId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="documentUniqueId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="versionLabel" Type="Edm.String" />
                    <Parameter Name="tagInfo"
                        Type="SP.ComplianceFoundation.Models.ComplianceTagInfo" />
                </FunctionImport>
                <FunctionImport Name="SP_DocumentManagement_DocumentId"
                    ReturnType="SP.DocumentManagement.DocumentId" IsComposable="true"
                    EntitySet="DocumentIds" />
                <FunctionImport Name="ResetDocIdByServerRelativePath" IsBindable="true">
                    <Parameter Name="this" Type="SP.DocumentManagement.DocumentId" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ResetDocIdsInLibrary" IsBindable="true">
                    <Parameter Name="this" Type="SP.DocumentManagement.DocumentId" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="contentTypeId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetDocIdSitePrefix" IsBindable="true">
                    <Parameter Name="this" Type="SP.DocumentManagement.DocumentId" />
                    <Parameter Name="prefix" Type="Edm.String" />
                    <Parameter Name="scheduleAssignment" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="overwriteExistingIds" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_MetadataNavigation_MetadataNavigationSettings_GetConfiguredSettings"
                    ReturnType="SP.MetadataNavigation.ConfiguredMetadataNavigationItemCollection">
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CopyTo" IsBindable="true">
                    <Parameter Name="this" Type="MS.FileServices.File" />
                    <Parameter Name="target" Type="Edm.String" />
                    <Parameter Name="overwrite" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="MS.FileServices.File" />
                </FunctionImport>
                <FunctionImport Name="Download" ReturnType="Edm.Stream" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="MS.FileServices.File" />
                </FunctionImport>
                <FunctionImport Name="MoveTo" IsBindable="true">
                    <Parameter Name="this" Type="MS.FileServices.File" />
                    <Parameter Name="target" Type="Edm.String" />
                    <Parameter Name="overwrite" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Upload" IsBindable="true">
                    <Parameter Name="this" Type="MS.FileServices.File" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="MS.FileServices.File" IsBindable="true"
                    EntitySet="Files1">
                    <Parameter Name="this" Type="Collection(MS.FileServices.FileSystemItem)" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="overwrite" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="content" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="MS.FileServices.FileSystemItem"
                    IsComposable="true" IsBindable="true" EntitySet="Files">
                    <Parameter Name="this" Type="Collection(MS.FileServices.FileSystemItem)" />
                    <Parameter Name="id" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="MS.FileServices.Folder" />
                </FunctionImport>
                <FunctionImport Name="MoveTo" IsBindable="true">
                    <Parameter Name="this" Type="MS.FileServices.Folder" />
                    <Parameter Name="target" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SPO_Identity_SPOIdentityHelper_DoesSessionSupportIssuingWebDavCookies"
                    ReturnType="Edm.Boolean" IsSideEffecting="false" />
                <FunctionImport Name="GetByLocation"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation"
                    IsComposable="true" IsBindable="true" EntitySet="AllowedDataLocationEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation)" />
                    <Parameter Name="location" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByMoveId"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob"
                    IsComposable="true" IsBindable="true" EntitySet="GroupMoveJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob)" />
                    <Parameter Name="moveId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmGroupMoveJob"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob"
                    IsComposable="true" EntitySet="GroupMoveJobEntityDatas" />
                <FunctionImport Name="GetByMoveId"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob"
                    IsComposable="true" IsBindable="true" EntitySet="SiteMoveJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob)" />
                    <Parameter Name="moveId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmSiteMoveJobEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJobEntityData"
                    IsComposable="true" EntitySet="SiteMoveJobEntityDatas" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmSiteMoveJob"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob"
                    IsComposable="true" EntitySet="SiteMoveJobEntityDatas" />
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob" />
                </FunctionImport>
                <FunctionImport Name="GetByMoveId"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob"
                    IsComposable="true" IsBindable="true" EntitySet="UserMoveJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob)" />
                    <Parameter Name="moveId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmUserMoveJobEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJobEntityData"
                    IsComposable="true" EntitySet="UserMoveJobEntityDatas" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmUserMoveJob"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob"
                    IsComposable="true" EntitySet="UserMoveJobEntityDatas" />
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob" />
                </FunctionImport>
                <FunctionImport Name="GetByPropertyNameAndGeoLocation"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty"
                    IsComposable="true" IsBindable="true"
                    EntitySet="CrossGeoTenantPropertyEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty)" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                    <Parameter Name="geo" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetChanges"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty)"
                    IsComposable="true" IsBindable="true"
                    EntitySet="CrossGeoTenantPropertyEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty)" />
                    <Parameter Name="startTimeInUtc" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoTenantPropertyEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantPropertyEntityData"
                    IsComposable="true" EntitySet="CrossGeoTenantPropertyEntityDatas" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoTenantProperty"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty"
                    IsComposable="true" EntitySet="CrossGeoTenantPropertyEntityDatas" />
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoUserPlacementJobEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoUserPlacementJobEntityData"
                    IsComposable="true" EntitySet="CrossGeoUserPlacementJobEntityDatas" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoUserPlacementJob"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoUserPlacementJob"
                    IsComposable="true" EntitySet="CrossGeoUserPlacementJobEntityDatas" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_DBLevelWorkItemEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.DBLevelWorkItemEntityData"
                    IsComposable="true" EntitySet="DBLevelWorkItemEntityDatas" />
                <FunctionImport Name="Microsoft_Online_SharePoint_MultiGeo_Service_DBLevelWorkItem"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.DBLevelWorkItem"
                    IsComposable="true" EntitySet="DBLevelWorkItems" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_DeleteTargetSiteEntity"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.DeleteTargetSiteEntity"
                    IsComposable="true" EntitySet="DeleteTargetSiteEntitys" />
                <FunctionImport Name="GetBySiteUrl"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob"
                    IsComposable="true" IsBindable="true" EntitySet="DfDeprecationSiteEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob)" />
                    <Parameter Name="sourceSiteUrl" Type="Edm.String" />
                    <Parameter Name="targetSiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Online_SharePoint_MultiGeo_Service_DfDeprecationJob"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob"
                    IsComposable="true" EntitySet="DfDeprecationSiteEntityDatas" />
                <FunctionImport Name="Delete" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_DfDeprecationSiteEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationSiteEntityData"
                    IsComposable="true" EntitySet="DfDeprecationSiteEntityDatas" />
                <FunctionImport Name="Create"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator"
                    IsBindable="true" EntitySet="GeoAdministrators">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator)" />
                    <Parameter Name="parameters"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministratorEntityData" />
                </FunctionImport>
                <FunctionImport Name="GetByLoginName"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator"
                    IsComposable="true" IsBindable="true" EntitySet="GeoAdministrators">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator)" />
                    <Parameter Name="loginName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByLoginNameAndType"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator"
                    IsComposable="true" IsBindable="true" EntitySet="GeoAdministrators">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator)" />
                    <Parameter Name="loginName" Type="Edm.String" />
                    <Parameter Name="memberType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByObjectId"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator"
                    IsComposable="true" IsBindable="true" EntitySet="GeoAdministrators">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator)" />
                    <Parameter Name="objectId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Online_SharePoint_MultiGeo_Service_GeoAdministrator"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator"
                    IsComposable="true" EntitySet="GeoAdministrators" />
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator" />
                </FunctionImport>
                <FunctionImport Name="UpgradeAllInstancesToSPOMode" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.GeoExperience" />
                </FunctionImport>
                <FunctionImport Name="UpgradeToSPOMode" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.GeoExperience" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Online_SharePoint_MultiGeo_Service_GeoLocationData"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoLocationData"
                    IsComposable="true" EntitySet="GeoLocationDatas" />
                <FunctionImport Name="GetByGeoLocation"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation"
                    IsComposable="true" IsBindable="true"
                    EntitySet="GeoTenantInstanceInformationEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation)" />
                    <Parameter Name="geoLocation" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_GeoTenantInstanceInformationEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformationEntityData"
                    IsComposable="true" EntitySet="GeoTenantInstanceInformationEntityDatas" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_GeoTenantInstanceInformation"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation"
                    IsComposable="true" EntitySet="GeoTenantInstanceInformationEntityDatas" />
                <FunctionImport Name="GetByGroupName"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob"
                    IsComposable="true" IsBindable="true" EntitySet="GroupMoveJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob)" />
                    <Parameter Name="groupname" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetMoveReport"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob)"
                    IsComposable="true" IsBindable="true" EntitySet="GroupMoveJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob)" />
                    <Parameter Name="moveState" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="moveDirection" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="limit" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="startTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="endTime" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_GroupMoveJobEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJobEntityData"
                    IsComposable="true" EntitySet="GroupMoveJobEntityDatas" />
                <FunctionImport Name="Microsoft_Online_SharePoint_MultiGeo_Service_GroupMoveJob"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob"
                    IsComposable="true" EntitySet="GroupMoveJobEntityDatas" />
                <FunctionImport Name="Cancel" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob" />
                </FunctionImport>
                <FunctionImport Name="GetMoveReport"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.MoveJobReport"
                    IsBindable="true" EntitySet="MoveJobReports">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MoveJobReport" />
                    <Parameter Name="jobType" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="moveState" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="moveDirection" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="limit" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="startTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="endTime" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetBySiteId"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.MoveSiteROState"
                    IsComposable="true" IsBindable="true" EntitySet="MoveSiteROStateEntitys">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.MoveSiteROState)" />
                    <Parameter Name="siteId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateSiteROState" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MoveSiteROState" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoApiVersions"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoApiVersions"
                    IsComposable="true" EntitySet="MultiGeoApiVersionss" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    IsComposable="true" EntitySet="MultiGeoServicesBetas" />
                <FunctionImport Name="CompatibleDB"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.CompatibleDB"
                    IsComposable="true" IsBindable="true" EntitySet="CompatibleDBs">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                    <Parameter Name="dbSchemaVersion" Type="Edm.String" />
                    <Parameter Name="siteSubscriptionId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DBSchemaCompatibilityCheck"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.DBSchemaCompatibilityCheck"
                    IsComposable="true" IsBindable="true" EntitySet="DBSchemaCompatibilityChecks">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                </FunctionImport>
                <FunctionImport Name="GeoMoveCompatibilityChecks"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.GeoMoveTenantCompatibilityCheck)"
                    IsComposable="true" IsBindable="true"
                    EntitySet="GeoMoveTenantCompatibilityChecks">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                </FunctionImport>
                <FunctionImport Name="HasMnALicense"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.HasMnALicense"
                    IsComposable="true" IsBindable="true" EntitySet="HasMnALicenses">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                    <Parameter Name="mnALicenseType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="MnAGroupMoveValidationResult"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.MnAGroupMoveValidationResult"
                    IsComposable="true" IsBindable="true" EntitySet="MnAGroupMoveValidationResults">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                    <Parameter Name="encodedQuery" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="OrgRelationGroupManagedPath"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.OrgRelationGroupManagedPath"
                    IsComposable="true" IsBindable="true" EntitySet="OrgRelationGroupManagedPaths">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                    <Parameter Name="encodedNotificationQuery" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="OrgRelationNotification"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.OrgRelationNotification"
                    IsComposable="true" IsBindable="true" EntitySet="OrgRelationNotifications">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                    <Parameter Name="encodedNotificationQuery" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="OrgRelationVerification"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.OrgRelationVerification"
                    IsComposable="true" IsBindable="true" EntitySet="OrgRelationVerifications">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                    <Parameter Name="encodedVerificationQuery" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ResolveUserUpnByUserObjectId"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.ResolveUserUpnByUserObjectId"
                    IsComposable="true" IsBindable="true" EntitySet="ResolveUserUpnByUserObjectIds">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                    <Parameter Name="userObjectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RestoreWorkflowCount"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.RestoreWorkflowCount"
                    IsComposable="true" IsBindable="true" EntitySet="RestoreWorkflowCounts">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                    <Parameter Name="isCrossTenant" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UserMnAODMoveValidationResult"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.UserMnAODMoveValidationResult"
                    IsComposable="true" IsBindable="true" EntitySet="UserMnAODMoveValidationResults">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                    <Parameter Name="encodedQuery" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UserPersonalSiteId"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.UserPersonalSiteId"
                    IsComposable="true" IsBindable="true" EntitySet="UserPersonalSiteIds">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                    <Parameter Name="userPrincipalName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UserPersonalSiteLocation"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.UserPersonalSiteLocation"
                    IsComposable="true" IsBindable="true" EntitySet="UserPersonalSiteLocations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                    <Parameter Name="userPrincipalName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="XTenantMoveCompatibilityCheck"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.XTenantMoveCompatibilityCheck"
                    IsComposable="true" IsBindable="true" EntitySet="XTenantMoveCompatibilityChecks">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta" />
                    <Parameter Name="targetTenantHostUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Online_SharePoint_MultiGeo_Service_SBSiteMoveJob"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.SBSiteMoveJob"
                    IsComposable="true" EntitySet="SiteMoveJobEntityDatas" />
                <FunctionImport Name="Cancel" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.SBSiteMoveJob" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.SBSiteMoveJob" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.SBSiteMoveJob" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_SiteAtTargetEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.SiteAtTargetEntityData"
                    IsComposable="true" EntitySet="SiteAtTargetEntityDatas" />
                <FunctionImport Name="GetByUrl"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob"
                    IsComposable="true" IsBindable="true" EntitySet="SiteMoveJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob)" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetMoveJobByUrl"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob"
                    IsComposable="true" IsBindable="true" EntitySet="SiteMoveJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob)" />
                    <Parameter Name="SourceSiteUrl" Type="Edm.String" />
                    <Parameter Name="SubscriptionId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="SourceDataLocation" Type="Edm.String" />
                    <Parameter Name="EnableSiteToMoveDatastore" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetMoveReport"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob)"
                    IsComposable="true" IsBindable="true" EntitySet="SiteMoveJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob)" />
                    <Parameter Name="moveState" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="moveDirection" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="limit" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="startTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="endTime" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_SiteMoveJobEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData"
                    IsComposable="true" EntitySet="SiteMoveJobEntityDatas" />
                <FunctionImport Name="Microsoft_Online_SharePoint_MultiGeo_Service_SiteMoveJob"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob"
                    IsComposable="true" EntitySet="SiteMoveJobEntityDatas" />
                <FunctionImport Name="Cancel" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_AllowedDataLocation"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation"
                    IsComposable="true" EntitySet="AllowedDataLocationEntityDatas" />
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation" />
                </FunctionImport>
                <FunctionImport Name="GetByLocation"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota"
                    IsComposable="true" IsBindable="true" EntitySet="StorageQuotas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota)" />
                    <Parameter Name="geoLocation" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Online_SharePoint_MultiGeo_Service_StorageQuota"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota"
                    IsComposable="true" EntitySet="StorageQuotas" />
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.TaxonomyReplicationParameters" />
                </FunctionImport>
                <FunctionImport Name="GetByAlias"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup"
                    IsComposable="true" IsBindable="true" EntitySet="UnifiedGroups">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup)" />
                    <Parameter Name="alias" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Online_SharePoint_MultiGeo_Service_UnifiedGroup"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup"
                    IsComposable="true" EntitySet="UnifiedGroups" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_UpdateGLSRegistrationEntity"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.UpdateGLSRegistrationEntity"
                    IsComposable="true" EntitySet="UpdateGLSRegistrationEntitys" />
                <FunctionImport Name="GetByDirection"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob)"
                    IsComposable="true" IsBindable="true" EntitySet="UserMoveJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob)" />
                    <Parameter Name="direction" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByMoveId"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob"
                    IsComposable="true" IsBindable="true" EntitySet="UserMoveJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob)" />
                    <Parameter Name="odbMoveId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByUpn"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob"
                    IsComposable="true" IsBindable="true" EntitySet="UserMoveJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob)" />
                    <Parameter Name="upn" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByValidPdl"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob)"
                    IsComposable="true" IsBindable="true" EntitySet="UserMoveJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob)" />
                    <Parameter Name="validPdl" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetMoveReport"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob)"
                    IsComposable="true" IsBindable="true" EntitySet="UserMoveJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob)" />
                    <Parameter Name="moveState" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="moveDirection" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="limit" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="startTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="endTime" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_UserMoveJobEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJobEntityData"
                    IsComposable="true" EntitySet="UserMoveJobEntityDatas" />
                <FunctionImport Name="Microsoft_Online_SharePoint_MultiGeo_Service_UserMoveJob"
                    ReturnType="Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob"
                    IsComposable="true" EntitySet="UserMoveJobEntityDatas" />
                <FunctionImport Name="Cancel" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_Onboarding_RestService_OnboardingServicesBeta"
                    ReturnType="Microsoft.Online.SharePoint.Onboarding.RestService.OnboardingServicesBeta"
                    IsComposable="true" EntitySet="OnboardingServicesBetas" />
                <FunctionImport Name="Cancel" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.TenantRenameJob)" />
                </FunctionImport>
                <FunctionImport Name="Get"
                    ReturnType="Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.TenantRenameJob"
                    IsComposable="true" IsBindable="true" EntitySet="TenantRenameJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.TenantRenameJob)" />
                </FunctionImport>
                <FunctionImport Name="GetV2"
                    ReturnType="Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.TenantRenameJob"
                    IsComposable="true" IsBindable="true" EntitySet="TenantRenameJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.TenantRenameJob)" />
                </FunctionImport>
                <FunctionImport Name="GetWarningMessages" ReturnType="Collection(Edm.String)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.TenantRenameJob)" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_Onboarding_RestService_TenantRename_TenantRenameJob"
                    ReturnType="Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.TenantRenameJob"
                    IsComposable="true" EntitySet="TenantRenameJobEntityDatas" />
                <FunctionImport Name="GetBySiteUrl"
                    ReturnType="Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob"
                    IsComposable="true" IsBindable="true" EntitySet="SiteRenameJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob)" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetJobsByParentId"
                    ReturnType="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob)"
                    IsComposable="true" IsBindable="true" EntitySet="SiteRenameJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob)" />
                    <Parameter Name="parentId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetJobsByParentIdAndState"
                    ReturnType="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob)"
                    IsComposable="true" IsBindable="true" EntitySet="SiteRenameJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob)" />
                    <Parameter Name="parentId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="state" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetJobsBySiteUrl"
                    ReturnType="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob)"
                    IsComposable="true" IsBindable="true" EntitySet="SiteRenameJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob)" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetJobsCountByParentIdAndState"
                    ReturnType="Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJobsForTenantRename"
                    IsComposable="true" IsBindable="true" EntitySet="SiteRenameJobsForTenantRenames">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob)" />
                    <Parameter Name="parentId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="state" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSiteRenameReport"
                    ReturnType="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob)"
                    IsComposable="true" IsBindable="true" EntitySet="SiteRenameJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob)" />
                    <Parameter Name="state" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_Onboarding_RestService_Service_SiteRenameJob"
                    ReturnType="Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob"
                    IsComposable="true" EntitySet="SiteRenameJobEntityDatas" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_Onboarding_RestService_Service_SiteRenameJobsForTenantRename"
                    ReturnType="Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJobsForTenantRename"
                    IsComposable="true" EntitySet="SiteRenameJobsForTenantRenames" />
                <FunctionImport Name="Cancel"
                    ReturnType="Microsoft.Online.SharePoint.Onboarding.RestService.PrioritySiteRename.PrioritySiteRenameJob"
                    IsBindable="true" EntitySet="PrioritySiteRenameJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.PrioritySiteRename.PrioritySiteRenameJob)" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Get"
                    ReturnType="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.PrioritySiteRename.PrioritySiteRenameJob)"
                    IsComposable="true" IsBindable="true"
                    EntitySet="PrioritySiteRenameJobEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.Onboarding.RestService.PrioritySiteRename.PrioritySiteRenameJob)" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_Onboarding_RestService_PrioritySiteRename_PrioritySiteRenameJob"
                    ReturnType="Microsoft.Online.SharePoint.Onboarding.RestService.PrioritySiteRename.PrioritySiteRenameJob"
                    IsComposable="true" EntitySet="PrioritySiteRenameJobEntityDatas" />
                <FunctionImport Name="Sort" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.WorkflowServices.WorkflowDefinition)" />
                </FunctionImport>
                <FunctionImport Name="SP_WorkflowServices_WorkflowDefinition"
                    ReturnType="SP.WorkflowServices.WorkflowDefinition" IsComposable="true"
                    EntitySet="WorkflowDefinitions" />
                <FunctionImport Name="SetProperty" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowDefinition" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteCollateral" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService" />
                    <Parameter Name="workflowDefinitionId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="leafFileName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteDefinition" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService" />
                    <Parameter Name="definitionId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeprecateDefinition" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService" />
                    <Parameter Name="definitionId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnumerateDefinitions"
                    ReturnType="Collection(SP.WorkflowServices.WorkflowDefinition)"
                    IsBindable="true" EntitySet="WorkflowDefinitions">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService" />
                    <Parameter Name="publishedOnly" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnumerateIntegratedApps"
                    ReturnType="Collection(SP.AppInstance)" IsBindable="true"
                    EntitySet="AppInstances">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService" />
                </FunctionImport>
                <FunctionImport Name="GetActivitySignatures" ReturnType="Collection(SP.KeyValue)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService" />
                    <Parameter Name="lastChanged" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetCollateralUri" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService" />
                    <Parameter Name="workflowDefinitionId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="leafFileName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetDefinition"
                    ReturnType="SP.WorkflowServices.WorkflowDefinition" IsBindable="true"
                    EntitySet="WorkflowDefinitions">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService" />
                    <Parameter Name="definitionId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="IsIntegratedApp" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService" />
                </FunctionImport>
                <FunctionImport Name="PackageDefinition" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService" />
                    <Parameter Name="definitionId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="packageDefaultFilename" Type="Edm.String" />
                    <Parameter Name="packageTitle" Type="Edm.String" />
                    <Parameter Name="packageDescription" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="PublishDefinition" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService" />
                    <Parameter Name="definitionId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SaveCollateral" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService" />
                    <Parameter Name="workflowDefinitionId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="leafFileName" Type="Edm.String" />
                    <Parameter Name="fileContent" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="ValidateActivity" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowDeploymentService" />
                    <Parameter Name="activityXaml" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_WorkflowServices_WorkflowInstanceService_Current"
                    ReturnType="SP.WorkflowServices.WorkflowInstanceService" IsComposable="true"
                    EntitySet="WorkflowInstanceServices" />
                <FunctionImport Name="EnumerateInstancesForListItem"
                    ReturnType="Collection(SP.WorkflowServices.WorkflowInstance)" IsBindable="true"
                    EntitySet="WorkflowInstances">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnumerateInstancesForListItemWithOffset"
                    ReturnType="Collection(SP.WorkflowServices.WorkflowInstance)" IsBindable="true"
                    EntitySet="WorkflowInstances">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnumerateInstancesForSite"
                    ReturnType="Collection(SP.WorkflowServices.WorkflowInstance)" IsBindable="true"
                    EntitySet="WorkflowInstances">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService" />
                </FunctionImport>
                <FunctionImport Name="EnumerateInstancesForSiteWithOffset"
                    ReturnType="Collection(SP.WorkflowServices.WorkflowInstance)" IsBindable="true"
                    EntitySet="WorkflowInstances">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService" />
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetInstance" ReturnType="SP.WorkflowServices.WorkflowInstance"
                    IsBindable="true" EntitySet="WorkflowInstances">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService" />
                    <Parameter Name="instanceId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="StartWorkflowOnListItemBySubscriptionId" ReturnType="Edm.Guid"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowInstanceService" />
                    <Parameter Name="subscriptionId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="payload" Type="Collection(SP.KeyValue)" />
                </FunctionImport>
                <FunctionImport Name="SP_WorkflowServices_InteropService_Current"
                    ReturnType="SP.WorkflowServices.InteropService" IsComposable="true"
                    EntitySet="InteropServices" />
                <FunctionImport Name="CancelWorkflow" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.InteropService" />
                    <Parameter Name="instanceId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DisableEvents" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.InteropService" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="itemGuid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnableEvents" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.InteropService" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="itemGuid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="StartWorkflow" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.InteropService" />
                    <Parameter Name="associationName" Type="Edm.String" />
                    <Parameter Name="correlationId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="itemGuid" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="workflowParameters" Type="Collection(SP.KeyValue)" />
                </FunctionImport>
                <FunctionImport Name="SP_WorkflowServices_WorkflowServicesManager_Current"
                    ReturnType="SP.WorkflowServices.WorkflowServicesManager" IsComposable="true"
                    EntitySet="WorkflowServicesManagers" />
                <FunctionImport Name="GetWorkflowDeploymentService"
                    ReturnType="SP.WorkflowServices.WorkflowDeploymentService" IsBindable="true"
                    EntitySet="WorkflowDeploymentServices">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowServicesManager" />
                </FunctionImport>
                <FunctionImport Name="GetWorkflowInstanceService"
                    ReturnType="SP.WorkflowServices.WorkflowInstanceService" IsBindable="true"
                    EntitySet="WorkflowInstanceServices">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowServicesManager" />
                </FunctionImport>
                <FunctionImport Name="GetWorkflowInteropService"
                    ReturnType="SP.WorkflowServices.InteropService" IsBindable="true"
                    EntitySet="InteropServices">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowServicesManager" />
                </FunctionImport>
                <FunctionImport Name="GetWorkflowSubscriptionService"
                    ReturnType="SP.WorkflowServices.WorkflowSubscriptionService" IsBindable="true"
                    EntitySet="WorkflowSubscriptionServices">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowServicesManager" />
                </FunctionImport>
                <FunctionImport Name="IsIntegratedApp" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowServicesManager" />
                </FunctionImport>
                <FunctionImport Name="Sort" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(SP.WorkflowServices.WorkflowSubscription)" />
                </FunctionImport>
                <FunctionImport Name="SP_WorkflowServices_WorkflowSubscription"
                    ReturnType="SP.WorkflowServices.WorkflowSubscription" IsComposable="true"
                    EntitySet="WorkflowSubscriptions" />
                <FunctionImport Name="GetExternalVariable" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscription" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetExternalVariable" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscription" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetProperty" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscription" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_WorkflowServices_WorkflowSubscriptionService_Current"
                    ReturnType="SP.WorkflowServices.WorkflowSubscriptionService" IsComposable="true"
                    EntitySet="WorkflowSubscriptionServices" />
                <FunctionImport Name="DeleteSubscription" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService" />
                    <Parameter Name="subscriptionId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnumerateSubscriptions"
                    ReturnType="Collection(SP.WorkflowServices.WorkflowSubscription)"
                    IsBindable="true" EntitySet="WorkflowSubscriptions">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService" />
                </FunctionImport>
                <FunctionImport Name="EnumerateSubscriptionsByDefinition"
                    ReturnType="Collection(SP.WorkflowServices.WorkflowSubscription)"
                    IsBindable="true" EntitySet="WorkflowSubscriptions">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService" />
                    <Parameter Name="definitionId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnumerateSubscriptionsByEventSource"
                    ReturnType="Collection(SP.WorkflowServices.WorkflowSubscription)"
                    IsBindable="true" EntitySet="WorkflowSubscriptions">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService" />
                    <Parameter Name="eventSourceId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnumerateSubscriptionsByList"
                    ReturnType="Collection(SP.WorkflowServices.WorkflowSubscription)"
                    IsBindable="true" EntitySet="WorkflowSubscriptions">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnumerateSubscriptionsByListAndParentContentType"
                    ReturnType="Collection(SP.WorkflowServices.WorkflowSubscription)"
                    IsBindable="true" EntitySet="WorkflowSubscriptions">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="parentContentTypeId" Type="SP.ContentTypeId" />
                    <Parameter Name="includeNoContentTypeSpecified" Type="Edm.Boolean"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnumerateSubscriptionsByListWithContentType"
                    ReturnType="Collection(SP.WorkflowServices.WorkflowSubscription)"
                    IsBindable="true" EntitySet="WorkflowSubscriptions">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="includeContentTypeSpecified" Type="Edm.Boolean"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSubscription"
                    ReturnType="SP.WorkflowServices.WorkflowSubscription" IsBindable="true"
                    EntitySet="WorkflowSubscriptions">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService" />
                    <Parameter Name="subscriptionId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RegisterInterestInHostWebList" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="eventName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RegisterInterestInList" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="eventName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UnregisterInterestInHostWebList" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="eventName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UnregisterInterestInList" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowSubscriptionService" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="eventName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_Provider_DirectoryNotification"
                    ReturnType="SP.Directory.Provider.DirectoryNotification" IsComposable="true"
                    EntitySet="DirectoryNotifications" />
                <FunctionImport Name="NotifyChanges" IsBindable="true">
                    <Parameter Name="this" Type="SP.Directory.Provider.DirectoryNotification" />
                    <Parameter Name="directoryObjectChanges"
                        Type="SP.Directory.Provider.DirectoryObjectChanges" />
                </FunctionImport>
                <FunctionImport Name="SP_Directory_Provider_SharePointDirectoryProvider"
                    ReturnType="SP.Directory.Provider.SharePointDirectoryProvider"
                    IsComposable="true" EntitySet="SharePointDirectoryProviders" />
                <FunctionImport Name="CreateDirectoryObject"
                    ReturnType="SP.Directory.Provider.DirectoryObjectData" IsBindable="true">
                    <Parameter Name="this" Type="SP.Directory.Provider.SharePointDirectoryProvider" />
                    <Parameter Name="data" Type="SP.Directory.Provider.DirectoryObjectData" />
                </FunctionImport>
                <FunctionImport Name="DeleteDirectoryObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.Directory.Provider.SharePointDirectoryProvider" />
                    <Parameter Name="data" Type="SP.Directory.Provider.DirectoryObjectData" />
                </FunctionImport>
                <FunctionImport Name="GetOrCreateUnifiedGroupTenantInstanceId" ReturnType="Edm.Guid"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Directory.Provider.SharePointDirectoryProvider" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="tenantInstanceId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetOrCreateUnifiedGroupWithPreferredDataLocation"
                    ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.Directory.Provider.SharePointDirectoryProvider" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="preferredDataLocation" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="NotifyDataChanges" IsBindable="true">
                    <Parameter Name="this" Type="SP.Directory.Provider.SharePointDirectoryProvider" />
                    <Parameter Name="data" Type="SP.Directory.Provider.DirectoryObjectData" />
                </FunctionImport>
                <FunctionImport Name="ReadDirectoryObject"
                    ReturnType="SP.Directory.Provider.DirectoryObjectData" IsBindable="true">
                    <Parameter Name="this" Type="SP.Directory.Provider.SharePointDirectoryProvider" />
                    <Parameter Name="data" Type="SP.Directory.Provider.DirectoryObjectData" />
                </FunctionImport>
                <FunctionImport Name="ReadDirectoryObjectBatch"
                    ReturnType="Collection(SP.Directory.Provider.DirectoryObjectData)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Directory.Provider.SharePointDirectoryProvider" />
                    <Parameter Name="ids" Type="Collection(Edm.Guid)" Nullable="false" />
                    <Parameter Name="objectType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateCache" IsBindable="true">
                    <Parameter Name="this" Type="SP.Directory.Provider.SharePointDirectoryProvider" />
                    <Parameter Name="data" Type="SP.Directory.Provider.DirectoryObjectData" />
                </FunctionImport>
                <FunctionImport Name="UpdateDirectoryObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.Directory.Provider.SharePointDirectoryProvider" />
                    <Parameter Name="data" Type="SP.Directory.Provider.DirectoryObjectData" />
                </FunctionImport>
                <FunctionImport Name="SP_UserProfiles_CrossGeoSync_ReadFullChangesBatch"
                    ReturnType="SP.UserProfiles.CrossGeoSyncUserDataBatch">
                    <Parameter Name="targetInstanceId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="lastRecordId" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="batchSize" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_UserProfiles_CrossGeoSync_ReadIncrementalChangesBatch"
                    ReturnType="SP.UserProfiles.CrossGeoSyncUserDataBatch">
                    <Parameter Name="targetInstanceId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="lastEventId" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="batchSize" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_UserProfiles_FollowedContent"
                    ReturnType="SP.UserProfiles.FollowedContent" IsComposable="true"
                    EntitySet="FollowedContents" />
                <FunctionImport Name="FindAndUpdateFollowedGroup"
                    ReturnType="SP.UserProfiles.FollowedItem" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.FollowedContent" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="FindAndUpdateFollowedItem"
                    ReturnType="SP.UserProfiles.FollowedItem" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.FollowedContent" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="FollowItem" ReturnType="SP.UserProfiles.FollowResult"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.FollowedContent" />
                    <Parameter Name="item" Type="SP.UserProfiles.FollowedItem" />
                </FunctionImport>
                <FunctionImport Name="GetFollowedStatus" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.FollowedContent" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetGroups"
                    ReturnType="Collection(SP.UserProfiles.FollowedItem)" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.FollowedContent" />
                    <Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetItem" ReturnType="SP.UserProfiles.FollowedItem"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.FollowedContent" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetItems"
                    ReturnType="Collection(SP.UserProfiles.FollowedItem)" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.FollowedContent" />
                    <Parameter Name="options" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="subtype" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="HasGroupMembershipChangedAndSyncChanges"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.FollowedContent" />
                </FunctionImport>
                <FunctionImport Name="IsFollowed" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.FollowedContent" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RefreshFollowedItem" ReturnType="SP.UserProfiles.FollowedItem"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.FollowedContent" />
                    <Parameter Name="item" Type="SP.UserProfiles.FollowedItem" />
                </FunctionImport>
                <FunctionImport Name="SetItemPinState" ReturnType="SP.UserProfiles.FollowResult"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.FollowedContent" />
                    <Parameter Name="uri" Type="Edm.String" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="pinState" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="StopFollowing" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.FollowedContent" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateFollowedGroupForUser" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.FollowedContent" />
                    <Parameter Name="contextUri" Type="Edm.String" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="loginName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_UserProfiles_FollowedItemData"
                    ReturnType="SP.UserProfiles.FollowedItemData" IsComposable="true"
                    EntitySet="FollowedItemDatas">
                    <Parameter Name="props" Type="Collection(SP.KeyValue)" />
                </FunctionImport>
                <FunctionImport Name="SP_UserProfiles_PeopleManager"
                    ReturnType="SP.UserProfiles.PeopleManager" IsComposable="true"
                    EntitySet="PeopleManagers" />
                <FunctionImport Name="AmIFollowedBy" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AmIFollowing" ReturnType="Edm.Boolean" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Follow" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="FollowTag" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="value" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetDefaultDocumentLibrary" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                    <Parameter Name="createSiteIfNotExists" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="siteCreationPriority" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetFollowedTags" ReturnType="Collection(Edm.String)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="cTagsToFetch" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetFollowersFor"
                    ReturnType="Collection(SP.UserProfiles.PersonProperties)" IsComposable="true"
                    IsBindable="true" EntitySet="PersonPropertiess">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetMyFollowers"
                    ReturnType="Collection(SP.UserProfiles.PersonProperties)" IsComposable="true"
                    IsBindable="true" EntitySet="PersonPropertiess">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                </FunctionImport>
                <FunctionImport Name="GetMyProperties" ReturnType="SP.UserProfiles.PersonProperties"
                    IsComposable="true" IsBindable="true" EntitySet="PersonPropertiess">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                </FunctionImport>
                <FunctionImport Name="GetMySuggestions"
                    ReturnType="Collection(SP.UserProfiles.PersonProperties)" IsComposable="true"
                    IsBindable="true" EntitySet="PersonPropertiess">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                </FunctionImport>
                <FunctionImport Name="GetPeopleFollowedBy"
                    ReturnType="Collection(SP.UserProfiles.PersonProperties)" IsComposable="true"
                    IsBindable="true" EntitySet="PersonPropertiess">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetPeopleFollowedByMe"
                    ReturnType="Collection(SP.UserProfiles.PersonProperties)" IsComposable="true"
                    IsBindable="true" EntitySet="PersonPropertiess">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                </FunctionImport>
                <FunctionImport Name="GetPropertiesFor"
                    ReturnType="SP.UserProfiles.PersonProperties" IsComposable="true"
                    IsBindable="true" EntitySet="PersonPropertiess">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSPUserInformation" ReturnType="Collection(SP.KeyValue)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_UserProfiles_PeopleManager_GetTrendingTags"
                    ReturnType="SP.UserProfiles.HashTagCollection" IsComposable="true"
                    EntitySet="HashTagCollections" />
                <FunctionImport Name="GetUserOneDriveQuotaMax" ReturnType="Edm.Int64"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetUserProfileProperties" ReturnType="Collection(SP.KeyValue)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetUserProfilePropertyFor" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="HardDeleteUserProfile" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                    <Parameter Name="userId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="HideSuggestion" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_UserProfiles_PeopleManager_IsFollowing"
                    ReturnType="Edm.Boolean" IsSideEffecting="false">
                    <Parameter Name="possibleFollowerAccountName" Type="Edm.String" />
                    <Parameter Name="possibleFolloweeAccountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveSPUserInformation" ReturnType="Collection(SP.KeyValue)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="redactName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ResetUserOneDriveQuotaToDefault" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetMultiValuedProfileProperty" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                    <Parameter Name="propertyValues" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="SetMyProfilePicture" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="picture" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SetSingleValueProfileProperty" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                    <Parameter Name="propertyValue" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetUserOneDriveQuota" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                    <Parameter Name="newQuota" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="newQuotaWarning" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="StopFollowing" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="StopFollowingTag" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PeopleManager" />
                    <Parameter Name="value" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_UserProfiles_PersonalCache"
                    ReturnType="SP.UserProfiles.PersonalCache" IsComposable="true"
                    EntitySet="PersonalCaches" />
                <FunctionImport Name="DeleteCacheItemsAsync" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PersonalCache" />
                    <Parameter Name="cacheItems"
                        Type="Collection(SP.UserProfiles.PersonalCacheItem)" />
                </FunctionImport>
                <FunctionImport Name="DeleteCacheItemsAsync2" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PersonalCache" />
                    <Parameter Name="cacheItems"
                        Type="Collection(SP.UserProfiles.PersonalCacheItem)" />
                    <Parameter Name="mySiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Dispose" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PersonalCache" />
                </FunctionImport>
                <FunctionImport Name="ReadCache"
                    ReturnType="Collection(SP.UserProfiles.PersonalCacheItem)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PersonalCache" />
                    <Parameter Name="folderPath" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ReadCache2"
                    ReturnType="Collection(SP.UserProfiles.PersonalCacheItem)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PersonalCache" />
                    <Parameter Name="folderPath" Type="Edm.String" />
                    <Parameter Name="mySiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ReadCacheOrCreate"
                    ReturnType="Collection(SP.UserProfiles.PersonalCacheItem)" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PersonalCache" />
                    <Parameter Name="folderPath" Type="SP.ResourcePath" />
                    <Parameter Name="requiredCacheKeys" Type="Collection(Edm.String)" />
                    <Parameter Name="createIfMissing" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ReadCacheOrCreate2"
                    ReturnType="Collection(SP.UserProfiles.PersonalCacheItem)" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PersonalCache" />
                    <Parameter Name="folderPath" Type="SP.ResourcePath" />
                    <Parameter Name="requiredCacheKeys" Type="Collection(Edm.String)" />
                    <Parameter Name="createIfMissing" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="mySiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ReadCacheOrCreateOrderById"
                    ReturnType="Collection(SP.UserProfiles.PersonalCacheItem)" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PersonalCache" />
                    <Parameter Name="folderPath" Type="SP.ResourcePath" />
                    <Parameter Name="requiredCacheKeys" Type="Collection(Edm.String)" />
                    <Parameter Name="createIfMissing" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ReadCacheOrCreateOrderById2"
                    ReturnType="Collection(SP.UserProfiles.PersonalCacheItem)" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PersonalCache" />
                    <Parameter Name="folderPath" Type="SP.ResourcePath" />
                    <Parameter Name="requiredCacheKeys" Type="Collection(Edm.String)" />
                    <Parameter Name="createIfMissing" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="mySiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="WriteCache" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PersonalCache" />
                    <Parameter Name="cacheItems"
                        Type="Collection(SP.UserProfiles.PersonalCacheItem)" />
                </FunctionImport>
                <FunctionImport Name="WriteCache2" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.PersonalCache" />
                    <Parameter Name="cacheItems"
                        Type="Collection(SP.UserProfiles.PersonalCacheItem)" />
                    <Parameter Name="mySiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_UserProfiles_ProfileImageStore"
                    ReturnType="SP.UserProfiles.ProfileImageStore" IsComposable="true"
                    EntitySet="ProfileImageStores" />
                <FunctionImport Name="SaveUploadedFile" ReturnType="Collection(Edm.String)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.ProfileImageStore" />
                    <Parameter Name="profileType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="fileNamePrefix" Type="Edm.String" />
                    <Parameter Name="isFeedAttachment" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="clientFilePath" Type="Edm.String" />
                    <Parameter Name="fileSize" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="fileStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="CreatePersonalSiteEnqueueBulk"
                    ReturnType="Collection(Edm.String)" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.ProfileLoader" />
                    <Parameter Name="emailIDs" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="SP_UserProfiles_ProfileLoader_GetOwnerUserProfile"
                    ReturnType="SP.UserProfiles.UserProfile" EntitySet="UserProfiles" />
                <FunctionImport Name="SP_UserProfiles_ProfileLoader_GetProfileLoader"
                    ReturnType="SP.UserProfiles.ProfileLoader" EntitySet="ProfileLoaders" />
                <FunctionImport Name="GetUserProfile" ReturnType="SP.UserProfiles.UserProfile"
                    IsBindable="true" EntitySet="UserProfiles">
                    <Parameter Name="this" Type="SP.UserProfiles.ProfileLoader" />
                </FunctionImport>
                <FunctionImport Name="SP_UserProfiles_UserProfilePropertiesForUser"
                    ReturnType="SP.UserProfiles.UserProfilePropertiesForUser" IsComposable="true"
                    EntitySet="UserProfilePropertiesForUsers">
                    <Parameter Name="accountName" Type="Edm.String" />
                    <Parameter Name="propertyNames" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="GetPropertyNames" ReturnType="Collection(Edm.String)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.UserProfilePropertiesForUser" />
                </FunctionImport>
                <FunctionImport Name="CreatePersonalSite" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.UserProfile" />
                    <Parameter Name="lcid" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreatePersonalSiteEnque" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.UserProfile" />
                    <Parameter Name="isInteractive" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreatePersonalSiteFromWorkItem" ReturnType="Edm.Int32"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.UserProfile" />
                    <Parameter Name="workItemType" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_UserProfiles_UserProfile_CreatePersonalSiteSyncFromWorkItem"
                    ReturnType="Edm.Int32">
                    <Parameter Name="workItemType" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetMySiteFirstRunExperience" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.UserProfile" />
                    <Parameter Name="value" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ShareAllSocialData" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserProfiles.UserProfile" />
                    <Parameter Name="shareAll" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Social_SocialAnnouncementManager_GetCurrentAnnouncements"
                    ReturnType="Collection(SP.WebParts.TileData)" IsSideEffecting="false">
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Social_SocialFeedManager"
                    ReturnType="SP.Social.SocialFeedManager" IsComposable="true"
                    EntitySet="SocialFeedManagers" />
                <FunctionImport Name="CreateFileAttachment" ReturnType="SP.Social.SocialAttachment"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="fileData" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="CreateImageAttachment" ReturnType="SP.Social.SocialAttachment"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="imageData" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="CreatePost" ReturnType="SP.Social.SocialThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="targetId" Type="Edm.String" />
                    <Parameter Name="creationData" Type="SP.Social.SocialPostCreationData" />
                </FunctionImport>
                <FunctionImport Name="DeletePost" ReturnType="SP.Social.SocialThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="postId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetAllLikers" ReturnType="Collection(SP.Social.SocialActor)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="postId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFeed" ReturnType="SP.Social.SocialFeed" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="type" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="options" Type="SP.Social.SocialFeedOptions" />
                </FunctionImport>
                <FunctionImport Name="GetFeedFor" ReturnType="SP.Social.SocialFeed"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="actorId" Type="Edm.String" />
                    <Parameter Name="options" Type="SP.Social.SocialFeedOptions" />
                </FunctionImport>
                <FunctionImport Name="GetFullThread" ReturnType="SP.Social.SocialThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="threadId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetMentions" ReturnType="SP.Social.SocialFeed"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="clearUnreadMentions" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="options" Type="SP.Social.SocialFeedOptions" />
                </FunctionImport>
                <FunctionImport Name="GetPreview" ReturnType="SP.Social.SocialAttachment"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="itemUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetPreviewImage" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="key" Type="Edm.String" />
                    <Parameter Name="iv" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetUnreadMentionCount" ReturnType="Edm.Int32"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                </FunctionImport>
                <FunctionImport Name="LikePost" ReturnType="SP.Social.SocialThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="postId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="LockThread" ReturnType="SP.Social.SocialThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="threadId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SuppressThreadNotifications" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="threadId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UnlikePost" ReturnType="SP.Social.SocialThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="postId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UnlockThread" ReturnType="SP.Social.SocialThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFeedManager" />
                    <Parameter Name="threadId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Social_SocialFollowingManager"
                    ReturnType="SP.Social.SocialFollowingManager" IsComposable="true"
                    EntitySet="SocialFollowingManagers" />
                <FunctionImport Name="Follow" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFollowingManager" />
                    <Parameter Name="actor" Type="SP.Social.SocialActorInfo" />
                </FunctionImport>
                <FunctionImport Name="GetFollowed" ReturnType="Collection(SP.Social.SocialActor)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFollowingManager" />
                    <Parameter Name="types" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetFollowedCount" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFollowingManager" />
                    <Parameter Name="types" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetFollowers" ReturnType="Collection(SP.Social.SocialActor)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFollowingManager" />
                </FunctionImport>
                <FunctionImport Name="GetSuggestions" ReturnType="Collection(SP.Social.SocialActor)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFollowingManager" />
                </FunctionImport>
                <FunctionImport Name="IsFollowed" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFollowingManager" />
                    <Parameter Name="actor" Type="SP.Social.SocialActorInfo" />
                </FunctionImport>
                <FunctionImport Name="MergeFollowedSites" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFollowingManager" />
                    <Parameter Name="followedSites" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="StopFollowing" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialFollowingManager" />
                    <Parameter Name="actor" Type="SP.Social.SocialActorInfo" />
                </FunctionImport>
                <FunctionImport Name="SP_Social_SocialRestActor"
                    ReturnType="SP.Social.SocialRestActor" IsComposable="true"
                    EntitySet="SocialRestActors" />
                <FunctionImport Name="Feed" ReturnType="SP.Social.SocialRestFeed"
                    IsComposable="true" IsBindable="true" EntitySet="SocialRestFeeds">
                    <Parameter Name="this" Type="SP.Social.SocialRestActor" />
                    <Parameter Name="MaxThreadCount" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="NewerThan" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="OlderThan" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="SortOrder" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Likes" ReturnType="SP.Social.SocialRestFeed"
                    IsComposable="true" IsBindable="true" EntitySet="SocialRestFeeds">
                    <Parameter Name="this" Type="SP.Social.SocialRestActor" />
                    <Parameter Name="MaxThreadCount" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="NewerThan" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="OlderThan" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="SortOrder" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="MentionFeed" ReturnType="SP.Social.SocialRestFeed"
                    IsComposable="true" IsBindable="true" EntitySet="SocialRestFeeds">
                    <Parameter Name="this" Type="SP.Social.SocialRestActor" />
                    <Parameter Name="MaxThreadCount" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="NewerThan" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="OlderThan" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="SortOrder" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="News" ReturnType="SP.Social.SocialRestFeed"
                    IsComposable="true" IsBindable="true" EntitySet="SocialRestFeeds">
                    <Parameter Name="this" Type="SP.Social.SocialRestActor" />
                    <Parameter Name="MaxThreadCount" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="NewerThan" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="OlderThan" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="SortOrder" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="OrganizationFeed" ReturnType="SP.Social.SocialRestFeed"
                    IsComposable="true" IsBindable="true" EntitySet="SocialRestFeeds">
                    <Parameter Name="this" Type="SP.Social.SocialRestActor" />
                    <Parameter Name="MaxThreadCount" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="NewerThan" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="OlderThan" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="SortOrder" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="TimelineFeed" ReturnType="SP.Social.SocialRestFeed"
                    IsComposable="true" IsBindable="true" EntitySet="SocialRestFeeds">
                    <Parameter Name="this" Type="SP.Social.SocialRestActor" />
                    <Parameter Name="MaxThreadCount" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="NewerThan" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="OlderThan" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="SortOrder" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UnreadMentionCount" ReturnType="Edm.Int32"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialRestActor" />
                </FunctionImport>
                <FunctionImport Name="SP_Social_SocialRestFeedManager"
                    ReturnType="SP.Social.SocialRestFeedManager" IsComposable="true"
                    EntitySet="SocialRestFeedManagers" />
                <FunctionImport Name="Actor" ReturnType="SP.Social.SocialRestActor"
                    IsComposable="true" IsBindable="true" EntitySet="SocialRestActors">
                    <Parameter Name="this" Type="SP.Social.SocialRestFeedManager" />
                    <Parameter Name="item" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="My" ReturnType="SP.Social.SocialRestActor" IsComposable="true"
                    IsBindable="true" EntitySet="SocialRestActors">
                    <Parameter Name="this" Type="SP.Social.SocialRestFeedManager" />
                </FunctionImport>
                <FunctionImport Name="Post" ReturnType="SP.Social.SocialRestThread"
                    IsBindable="true" EntitySet="SocialRestThreads">
                    <Parameter Name="this" Type="SP.Social.SocialRestFeedManager" />
                    <Parameter Name="ID" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Social_SocialRestFeed"
                    ReturnType="SP.Social.SocialRestFeed" IsComposable="true"
                    EntitySet="SocialRestFeeds" />
                <FunctionImport Name="ClearUnReadMentionCount" ReturnType="SP.Social.SocialRestFeed"
                    IsBindable="true" EntitySet="SocialRestFeeds">
                    <Parameter Name="this" Type="SP.Social.SocialRestFeed" />
                    <Parameter Name="MaxThreadCount" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="NewerThan" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="OlderThan" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="SortOrder" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Post" ReturnType="SP.Social.SocialRestThread"
                    IsBindable="true" EntitySet="SocialRestThreads">
                    <Parameter Name="this" Type="SP.Social.SocialRestFeed" />
                    <Parameter Name="restCreationData" Type="SP.Social.SocialRestPostCreationData" />
                </FunctionImport>
                <FunctionImport Name="SP_Social_SocialRestFollowingManager"
                    ReturnType="SP.Social.SocialRestFollowingManager" IsComposable="true"
                    EntitySet="SocialRestFollowingManagers" />
                <FunctionImport Name="Follow" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialRestFollowingManager" />
                    <Parameter Name="AccountName" Type="Edm.String" />
                    <Parameter Name="ActorType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="ContentUri" Type="Edm.String" />
                    <Parameter Name="Id" Type="Edm.String" />
                    <Parameter Name="TagGuid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Followed" ReturnType="Collection(SP.Social.SocialActor)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialRestFollowingManager" />
                    <Parameter Name="types" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="count" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="FollowedCount" ReturnType="Edm.Int32" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialRestFollowingManager" />
                    <Parameter Name="types" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Followers" ReturnType="Collection(SP.Social.SocialActor)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialRestFollowingManager" />
                </FunctionImport>
                <FunctionImport Name="IsFollowed" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialRestFollowingManager" />
                    <Parameter Name="AccountName" Type="Edm.String" />
                    <Parameter Name="ActorType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="ContentUri" Type="Edm.String" />
                    <Parameter Name="Id" Type="Edm.String" />
                    <Parameter Name="TagGuid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="MergeFollowedSites" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialRestFollowingManager" />
                    <Parameter Name="followedSites" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="My" ReturnType="SP.Social.SocialRestFollowingManager"
                    IsComposable="true" IsBindable="true" EntitySet="SocialRestFollowingManagers">
                    <Parameter Name="this" Type="SP.Social.SocialRestFollowingManager" />
                </FunctionImport>
                <FunctionImport Name="StopFollowing" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialRestFollowingManager" />
                    <Parameter Name="AccountName" Type="Edm.String" />
                    <Parameter Name="ActorType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="ContentUri" Type="Edm.String" />
                    <Parameter Name="Id" Type="Edm.String" />
                    <Parameter Name="TagGuid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Suggestions" ReturnType="Collection(SP.Social.SocialActor)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialRestFollowingManager" />
                </FunctionImport>
                <FunctionImport Name="SP_Social_SocialRestThread"
                    ReturnType="SP.Social.SocialRestThread" IsComposable="true"
                    EntitySet="SocialRestThreads" />
                <FunctionImport Name="Delete" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialRestThread" />
                    <Parameter Name="ID" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Like" ReturnType="SP.Social.SocialRestThread"
                    IsBindable="true" EntitySet="SocialRestThreads">
                    <Parameter Name="this" Type="SP.Social.SocialRestThread" />
                    <Parameter Name="ID" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Likers" ReturnType="Collection(SP.Social.SocialActor)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Social.SocialRestThread" />
                    <Parameter Name="ID" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Lock" ReturnType="SP.Social.SocialRestThread"
                    IsBindable="true" EntitySet="SocialRestThreads">
                    <Parameter Name="this" Type="SP.Social.SocialRestThread" />
                    <Parameter Name="ID" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Reply" ReturnType="SP.Social.SocialRestThread"
                    IsBindable="true" EntitySet="SocialRestThreads">
                    <Parameter Name="this" Type="SP.Social.SocialRestThread" />
                    <Parameter Name="restCreationData" Type="SP.Social.SocialRestPostCreationData" />
                </FunctionImport>
                <FunctionImport Name="UnLike" ReturnType="SP.Social.SocialRestThread"
                    IsBindable="true" EntitySet="SocialRestThreads">
                    <Parameter Name="this" Type="SP.Social.SocialRestThread" />
                    <Parameter Name="ID" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UnLock" ReturnType="SP.Social.SocialRestThread"
                    IsBindable="true" EntitySet="SocialRestThreads">
                    <Parameter Name="this" Type="SP.Social.SocialRestThread" />
                    <Parameter Name="ID" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Office_Server_ReputationModel_Reputation_SetLike"
                    ReturnType="Edm.Int32">
                    <Parameter Name="listID" Type="Edm.String" />
                    <Parameter Name="itemID" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="like" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Office_Server_ReputationModel_Reputation_SetRating"
                    ReturnType="Edm.Double">
                    <Parameter Name="listID" Type="Edm.String" />
                    <Parameter Name="itemID" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="rating" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Microfeed_MicrofeedPostDefinitionManager"
                    ReturnType="SP.Microfeed.MicrofeedPostDefinitionManager" IsComposable="true"
                    EntitySet="MicrofeedPostDefinitionManagers" />
                <FunctionImport Name="DeleteMicrofeedPostDefinition" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedPostDefinitionManager" />
                    <Parameter Name="postDefinition" Type="SP.Microfeed.MicrofeedPostDefinition" />
                </FunctionImport>
                <FunctionImport Name="GetMicrofeedPostDefinition"
                    ReturnType="SP.Microfeed.MicrofeedPostDefinition" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedPostDefinitionManager" />
                    <Parameter Name="definitionName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetMicrofeedPostDefinitions"
                    ReturnType="Collection(SP.Microfeed.MicrofeedPostDefinition)" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedPostDefinitionManager" />
                </FunctionImport>
                <FunctionImport Name="NewMicrofeedPostDefinition"
                    ReturnType="SP.Microfeed.MicrofeedPostDefinition" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedPostDefinitionManager" />
                    <Parameter Name="definitionName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateMicrofeedPostDefinition"
                    ReturnType="SP.Microfeed.MicrofeedPostDefinition" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedPostDefinitionManager" />
                    <Parameter Name="postDefinition" Type="SP.Microfeed.MicrofeedPostDefinition" />
                </FunctionImport>
                <FunctionImport Name="SP_Microfeed_MicrofeedAttachmentStore"
                    ReturnType="SP.Microfeed.MicrofeedAttachmentStore" IsComposable="true"
                    EntitySet="MicrofeedAttachmentStores" />
                <FunctionImport Name="DeletePreProcessedAttachment" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedAttachmentStore" />
                    <Parameter Name="attachmentUri" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetImage" ReturnType="Edm.Stream" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedAttachmentStore" />
                    <Parameter Name="imageUrl" Type="Edm.String" />
                    <Parameter Name="key" Type="Edm.String" />
                    <Parameter Name="iv" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="PreProcessAttachment" ReturnType="SP.Microfeed.MicrofeedLink"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedAttachmentStore" />
                    <Parameter Name="link" Type="SP.Microfeed.MicrofeedLink" />
                </FunctionImport>
                <FunctionImport Name="PutFile" ReturnType="Collection(Edm.String)" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedAttachmentStore" />
                    <Parameter Name="originalFileName" Type="Edm.String" />
                    <Parameter Name="fileData" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="PutImage" ReturnType="Collection(Edm.String)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedAttachmentStore" />
                    <Parameter Name="imageData" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="DeleteAll" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Microfeed.MicrofeedData)" />
                </FunctionImport>
                <FunctionImport Name="AddAttachment" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedData" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="bytes" Type="Edm.Binary" />
                </FunctionImport>
                <FunctionImport Name="SystemUpdate" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedData" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedData" />
                </FunctionImport>
                <FunctionImport Name="SP_Microfeed_MicrofeedManager"
                    ReturnType="SP.Microfeed.MicrofeedManager" IsComposable="true"
                    EntitySet="MicrofeedManagers" />
                <FunctionImport Name="AddUserToPostPeopleList" ReturnType="Edm.Int32"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="postIdentifier" Type="Edm.String" />
                    <Parameter Name="UserLoginName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ClearUnreadMentionsCount" ReturnType="Edm.Int32"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                </FunctionImport>
                <FunctionImport Name="DeleteById" ReturnType="SP.Microfeed.MicrofeedThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="postIdentifier" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteUserFromPostPeopleList" ReturnType="Edm.Int32"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="postIdentifier" Type="Edm.String" />
                    <Parameter Name="UserLoginName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetMyCategoricalFeed"
                    ReturnType="SP.Microfeed.MicrofeedThreadCollection" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="feedOptions" Type="SP.Microfeed.MicrofeedRetrievalOptions" />
                </FunctionImport>
                <FunctionImport Name="GetMyConsolidatedFeed"
                    ReturnType="SP.Microfeed.MicrofeedThreadCollection" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="feedOptions" Type="SP.Microfeed.MicrofeedRetrievalOptions" />
                </FunctionImport>
                <FunctionImport Name="GetMyPublishedFeed"
                    ReturnType="SP.Microfeed.MicrofeedThreadCollection" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="feedOptions" Type="SP.Microfeed.MicrofeedRetrievalOptions" />
                    <Parameter Name="typeOfPubFeed" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="ShowPublicView" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetPublishedFeed"
                    ReturnType="SP.Microfeed.MicrofeedThreadCollection" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="feedOwner" Type="Edm.String" />
                    <Parameter Name="feedOptions" Type="SP.Microfeed.MicrofeedRetrievalOptions" />
                    <Parameter Name="typeOfPubFeed" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetThread" ReturnType="SP.Microfeed.MicrofeedThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="postIdentifier" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetUnreadMentionsCount" ReturnType="Edm.Int32"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                </FunctionImport>
                <FunctionImport Name="Like" ReturnType="SP.Microfeed.MicrofeedThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="postIdentifier" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="LockThreadById" ReturnType="SP.Microfeed.MicrofeedThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="threadIdentifier" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Post" ReturnType="SP.Microfeed.MicrofeedThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="postOptions" Type="SP.Microfeed.MicrofeedPostOptions" />
                </FunctionImport>
                <FunctionImport Name="PostReply" ReturnType="SP.Microfeed.MicrofeedThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="postIdentifier" Type="Edm.String" />
                    <Parameter Name="postReplyOptions" Type="SP.Microfeed.MicrofeedPostOptions" />
                </FunctionImport>
                <FunctionImport Name="RepopulateLMT" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="timeStamp" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="secureHash" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UnLike" ReturnType="SP.Microfeed.MicrofeedThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="postIdentifier" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UnLockThreadById" ReturnType="SP.Microfeed.MicrofeedThread"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="threadIdentifier" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UnsubscribeFromEMail" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedManager" />
                    <Parameter Name="postIdentifier" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Microfeed_MicrofeedPostOptionCollection"
                    ReturnType="SP.Microfeed.MicrofeedPostOptionCollection" IsComposable="true"
                    EntitySet="MicrofeedPostOptionCollections" />
                <FunctionImport Name="SP_Microfeed_MicrofeedStore"
                    ReturnType="SP.Microfeed.MicrofeedStore" IsComposable="true"
                    EntitySet="MicrofeedStores" />
                <FunctionImport Name="AddData" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedStore" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="data" Type="Edm.Binary" />
                </FunctionImport>
                <FunctionImport Name="AddDataAsStream" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedStore" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="data" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="ExecutePendingOperations" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedStore" />
                </FunctionImport>
                <FunctionImport Name="GetItem" ReturnType="SP.Microfeed.MicrofeedData"
                    IsBindable="true" EntitySet="MicrofeedDatas">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedStore" />
                    <Parameter Name="storeIdentifier" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSocialProperties" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedStore" />
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="IncrementUnreadAtMentionCount" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedStore" />
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="NewItem" ReturnType="SP.Microfeed.MicrofeedData"
                    IsBindable="true" EntitySet="MicrofeedDatas">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedStore" />
                    <Parameter Name="storeIdentifier" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Query" ReturnType="Collection(SP.Microfeed.MicrofeedData)"
                    IsBindable="true" EntitySet="MicrofeedDatas">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedStore" />
                    <Parameter Name="storeIdentifier" Type="Edm.String" />
                    <Parameter Name="query" Type="SP.Microfeed.MicrofeedDataQuery" />
                </FunctionImport>
                <FunctionImport Name="SetPostLikeStatus" IsBindable="true">
                    <Parameter Name="this" Type="SP.Microfeed.MicrofeedStore" />
                    <Parameter Name="accountName" Type="Edm.String" />
                    <Parameter Name="postId" Type="Edm.String" />
                    <Parameter Name="like" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.BaseCalendarException" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.Calendar" IsBindable="true"
                    EntitySet="Calendars">
                    <Parameter Name="this" Type="Collection(PS.Calendar)" />
                    <Parameter Name="parameters" Type="PS.CalendarCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.Calendar" IsComposable="true"
                    IsBindable="true" EntitySet="Calendars">
                    <Parameter Name="this" Type="Collection(PS.Calendar)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.Calendar" IsComposable="true"
                    IsBindable="true" EntitySet="Calendars">
                    <Parameter Name="this" Type="Collection(PS.Calendar)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="Collection(PS.Calendar)" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.CalendarException" IsBindable="true"
                    EntitySet="CalendarExceptions">
                    <Parameter Name="this" Type="Collection(PS.CalendarException)" />
                    <Parameter Name="parameters" Type="PS.CalendarExceptionCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.CalendarException" IsComposable="true"
                    IsBindable="true" EntitySet="CalendarExceptions">
                    <Parameter Name="this" Type="Collection(PS.CalendarException)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.CalendarException" />
                </FunctionImport>
                <FunctionImport Name="CopyTo" ReturnType="PS.Calendar" IsBindable="true"
                    EntitySet="Calendars">
                    <Parameter Name="this" Type="PS.Calendar" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.Calendar" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.CustomField" IsBindable="true"
                    EntitySet="CustomFields">
                    <Parameter Name="this" Type="Collection(PS.CustomField)" />
                    <Parameter Name="parameters" Type="PS.CustomFieldCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByAppAlternateId" ReturnType="PS.CustomField"
                    IsComposable="true" IsBindable="true" EntitySet="CustomFields">
                    <Parameter Name="this" Type="Collection(PS.CustomField)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.CustomField" IsComposable="true"
                    IsBindable="true" EntitySet="CustomFields">
                    <Parameter Name="this" Type="Collection(PS.CustomField)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.CustomField" IsComposable="true"
                    IsBindable="true" EntitySet="CustomFields">
                    <Parameter Name="this" Type="Collection(PS.CustomField)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="Collection(PS.CustomField)" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.CustomField" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.DraftAssignment" IsBindable="true"
                    EntitySet="DraftAssignments">
                    <Parameter Name="this" Type="Collection(PS.DraftAssignment)" />
                    <Parameter Name="parameters" Type="PS.AssignmentCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.DraftAssignment" IsComposable="true"
                    IsBindable="true" EntitySet="DraftAssignments">
                    <Parameter Name="this" Type="Collection(PS.DraftAssignment)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.DraftAssignment" IsComposable="true"
                    IsBindable="true" EntitySet="DraftAssignments">
                    <Parameter Name="this" Type="Collection(PS.DraftAssignment)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.DraftProjectResource" IsBindable="true"
                    EntitySet="DraftProjectResources">
                    <Parameter Name="this" Type="Collection(PS.DraftProjectResource)" />
                    <Parameter Name="parameters" Type="PS.ProjectResourceCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="AddEnterpriseResourceById" ReturnType="PS.QueueJob"
                    IsBindable="true" EntitySet="QueueJobs">
                    <Parameter Name="this" Type="Collection(PS.DraftProjectResource)" />
                    <Parameter Name="resourceId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.DraftProjectResource"
                    IsComposable="true" IsBindable="true" EntitySet="DraftProjectResources">
                    <Parameter Name="this" Type="Collection(PS.DraftProjectResource)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.DraftProjectResource"
                    IsComposable="true" IsBindable="true" EntitySet="DraftProjectResources">
                    <Parameter Name="this" Type="Collection(PS.DraftProjectResource)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.DraftTask" IsBindable="true"
                    EntitySet="DraftTasks">
                    <Parameter Name="this" Type="Collection(PS.DraftTask)" />
                    <Parameter Name="parameters" Type="PS.TaskCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.DraftTask" IsComposable="true"
                    IsBindable="true" EntitySet="DraftTasks">
                    <Parameter Name="this" Type="Collection(PS.DraftTask)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.DraftTask" IsComposable="true"
                    IsBindable="true" EntitySet="DraftTasks">
                    <Parameter Name="this" Type="Collection(PS.DraftTask)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.DraftTaskLink" IsBindable="true"
                    EntitySet="DraftTaskLinks">
                    <Parameter Name="this" Type="Collection(PS.DraftTaskLink)" />
                    <Parameter Name="parameters" Type="PS.TaskLinkCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.DraftTaskLink" IsComposable="true"
                    IsBindable="true" EntitySet="DraftTaskLinks">
                    <Parameter Name="this" Type="Collection(PS.DraftTaskLink)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.DraftTaskLink" IsComposable="true"
                    IsBindable="true" EntitySet="DraftTaskLinks">
                    <Parameter Name="this" Type="Collection(PS.DraftTaskLink)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.EngagementComment" IsBindable="true"
                    EntitySet="EngagementComments">
                    <Parameter Name="this" Type="Collection(PS.EngagementComment)" />
                    <Parameter Name="comment" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.EnterpriseProjectType" IsBindable="true"
                    EntitySet="EnterpriseProjectTypes">
                    <Parameter Name="this" Type="Collection(PS.EnterpriseProjectType)" />
                    <Parameter Name="parameters" Type="PS.EnterpriseProjectTypeCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.EnterpriseProjectType"
                    IsComposable="true" IsBindable="true" EntitySet="EnterpriseProjectTypes">
                    <Parameter Name="this" Type="Collection(PS.EnterpriseProjectType)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.EnterpriseProjectType"
                    IsComposable="true" IsBindable="true" EntitySet="EnterpriseProjectTypes">
                    <Parameter Name="this" Type="Collection(PS.EnterpriseProjectType)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="Collection(PS.EnterpriseProjectType)" />
                </FunctionImport>
                <FunctionImport Name="AddDepartment" IsBindable="true">
                    <Parameter Name="this" Type="PS.EnterpriseProjectType" />
                    <Parameter Name="departmentValueGuid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.EnterpriseProjectType" />
                </FunctionImport>
                <FunctionImport Name="RemoveDepartment" IsBindable="true">
                    <Parameter Name="this" Type="PS.EnterpriseProjectType" />
                    <Parameter Name="departmentValueGuid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateCreatePDP" IsBindable="true">
                    <Parameter Name="this" Type="PS.EnterpriseProjectType" />
                    <Parameter Name="pdp" Type="PS.ProjectDetailPageCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.EnterpriseResource" IsBindable="true"
                    EntitySet="EnterpriseResources">
                    <Parameter Name="this" Type="Collection(PS.EnterpriseResource)" />
                    <Parameter Name="parameters" Type="PS.EnterpriseResourceCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.EnterpriseResource"
                    IsComposable="true" IsBindable="true" EntitySet="EnterpriseResources">
                    <Parameter Name="this" Type="Collection(PS.EnterpriseResource)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.EnterpriseResource"
                    IsComposable="true" IsBindable="true" EntitySet="EnterpriseResources">
                    <Parameter Name="this" Type="Collection(PS.EnterpriseResource)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="Collection(PS.EnterpriseResource)" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.EnterpriseResourceCostRate"
                    IsBindable="true" EntitySet="EnterpriseResourceCostRates">
                    <Parameter Name="this" Type="Collection(PS.EnterpriseResourceCostRate)" />
                    <Parameter Name="parameters" Type="PS.CostRateCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByDateUrl" ReturnType="PS.EnterpriseResourceCostRate"
                    IsComposable="true" IsBindable="true" EntitySet="EnterpriseResourceCostRates">
                    <Parameter Name="this" Type="Collection(PS.EnterpriseResourceCostRate)" />
                    <Parameter Name="effectiveDate" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RestfulDelete" IsBindable="true">
                    <Parameter Name="this" Type="PS.EnterpriseResourceCostRate" />
                </FunctionImport>
                <FunctionImport Name="RESTfulUpdate" IsBindable="true">
                    <Parameter Name="this" Type="PS.EnterpriseResourceCostRate" />
                </FunctionImport>
                <FunctionImport Name="PS_EnterpriseResource_Self" ReturnType="PS.EnterpriseResource"
                    IsComposable="true" EntitySet="EnterpriseResources" />
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.EnterpriseResource" />
                </FunctionImport>
                <FunctionImport Name="ForceCheckIn" IsBindable="true">
                    <Parameter Name="this" Type="PS.EnterpriseResource" />
                </FunctionImport>
                <FunctionImport Name="UpdateClaimsAccount" IsBindable="true">
                    <Parameter Name="this" Type="PS.EnterpriseResource" />
                    <Parameter Name="newClaimsAccount" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.EntityLink" IsBindable="true"
                    EntitySet="EntityLinks">
                    <Parameter Name="this" Type="Collection(PS.EntityLink)" />
                    <Parameter Name="parameters" Type="PS.EntityLinkCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.EntityLink" IsBindable="true"
                    EntitySet="EntityLinks">
                    <Parameter Name="this" Type="Collection(PS.EntityLink)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="Collection(PS.EntityLink)" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.EntityLink" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.Event" IsComposable="true"
                    IsBindable="true" EntitySet="Events">
                    <Parameter Name="this" Type="Collection(PS.Event)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByInt" ReturnType="PS.Event" IsComposable="true"
                    IsBindable="true" EntitySet="Events">
                    <Parameter Name="this" Type="Collection(PS.Event)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.EventHandler" IsBindable="true"
                    EntitySet="EventHandlers">
                    <Parameter Name="this" Type="Collection(PS.EventHandler)" />
                    <Parameter Name="parameters" Type="PS.EventHandlerCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.EventHandler" IsComposable="true"
                    IsBindable="true" EntitySet="EventHandlers">
                    <Parameter Name="this" Type="Collection(PS.EventHandler)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.EventHandler" IsComposable="true"
                    IsBindable="true" EntitySet="EventHandlers">
                    <Parameter Name="this" Type="Collection(PS.EventHandler)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="Collection(PS.EventHandler)" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.EventHandler" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.LookupCost" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.LookupDate" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.LookupDuration" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.LookupEntry" IsBindable="true"
                    EntitySet="LookupEntrys">
                    <Parameter Name="this" Type="Collection(PS.LookupEntry)" />
                    <Parameter Name="parameters" Type="PS.LookupEntryCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByAppAlternateId" ReturnType="PS.LookupEntry"
                    IsComposable="true" IsBindable="true" EntitySet="LookupEntrys">
                    <Parameter Name="this" Type="Collection(PS.LookupEntry)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.LookupEntry" IsComposable="true"
                    IsBindable="true" EntitySet="LookupEntrys">
                    <Parameter Name="this" Type="Collection(PS.LookupEntry)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.LookupEntry" IsComposable="true"
                    IsBindable="true" EntitySet="LookupEntrys">
                    <Parameter Name="this" Type="Collection(PS.LookupEntry)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.LookupEntry" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.LookupNumber" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.LookupTable" IsBindable="true"
                    EntitySet="LookupTables">
                    <Parameter Name="this" Type="Collection(PS.LookupTable)" />
                    <Parameter Name="parameters" Type="PS.LookupTableCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByAppAlternateId" ReturnType="PS.LookupTable"
                    IsComposable="true" IsBindable="true" EntitySet="LookupTables">
                    <Parameter Name="this" Type="Collection(PS.LookupTable)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.LookupTable" IsComposable="true"
                    IsBindable="true" EntitySet="LookupTables">
                    <Parameter Name="this" Type="Collection(PS.LookupTable)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.LookupTable" IsComposable="true"
                    IsBindable="true" EntitySet="LookupTables">
                    <Parameter Name="this" Type="Collection(PS.LookupTable)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="Collection(PS.LookupTable)" />
                </FunctionImport>
                <FunctionImport Name="AddMask" IsBindable="true">
                    <Parameter Name="this" Type="PS.LookupTable" />
                    <Parameter Name="mask" Type="PS.LookupMask" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.LookupTable" />
                </FunctionImport>
                <FunctionImport Name="UpdateMask" IsBindable="true">
                    <Parameter Name="this" Type="PS.LookupTable" />
                    <Parameter Name="mask" Type="PS.LookupMask" />
                    <Parameter Name="level" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.LookupText" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.Phase" IsBindable="true"
                    EntitySet="Phases">
                    <Parameter Name="this" Type="Collection(PS.Phase)" />
                    <Parameter Name="parameters" Type="PS.PhaseCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.Phase" IsComposable="true"
                    IsBindable="true" EntitySet="Phases">
                    <Parameter Name="this" Type="Collection(PS.Phase)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.Phase" IsComposable="true"
                    IsBindable="true" EntitySet="Phases">
                    <Parameter Name="this" Type="Collection(PS.Phase)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="Collection(PS.Phase)" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.Phase" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.PlanAssignment" IsBindable="true"
                    EntitySet="PlanAssignments">
                    <Parameter Name="this" Type="Collection(PS.PlanAssignment)" />
                    <Parameter Name="parameters" Type="PS.PlanAssignmentCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.PlanAssignment" IsComposable="true"
                    IsBindable="true" EntitySet="PlanAssignments">
                    <Parameter Name="this" Type="Collection(PS.PlanAssignment)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.PlanAssignment" IsComposable="true"
                    IsBindable="true" EntitySet="PlanAssignments">
                    <Parameter Name="this" Type="Collection(PS.PlanAssignment)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.PlanAssignmentInterval"
                    IsComposable="true" IsBindable="true" EntitySet="PlanAssignmentIntervals">
                    <Parameter Name="this" Type="Collection(PS.PlanAssignmentInterval)" />
                    <Parameter Name="id" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByStart" ReturnType="PS.PlanAssignmentInterval"
                    IsComposable="true" IsBindable="true" EntitySet="PlanAssignmentIntervals">
                    <Parameter Name="this" Type="Collection(PS.PlanAssignmentInterval)" />
                    <Parameter Name="start" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.PlanAssignment" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.PublishedProject" IsBindable="true"
                    EntitySet="PublishedProjects">
                    <Parameter Name="this" Type="Collection(PS.PublishedProject)" />
                    <Parameter Name="parameters" Type="PS.ProjectCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.PublishedProject"
                    IsComposable="true" IsBindable="true" EntitySet="PublishedProjects">
                    <Parameter Name="this" Type="Collection(PS.PublishedProject)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.PublishedProject" IsComposable="true"
                    IsBindable="true" EntitySet="PublishedProjects">
                    <Parameter Name="this" Type="Collection(PS.PublishedProject)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" ReturnType="PS.QueueJob" IsBindable="true"
                    EntitySet="QueueJobs">
                    <Parameter Name="this" Type="Collection(PS.PublishedProject)" />
                </FunctionImport>
                <FunctionImport Name="Validate" IsBindable="true">
                    <Parameter Name="this" Type="Collection(PS.PublishedProject)" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.ProjectDetailPage"
                    IsComposable="true" IsBindable="true" EntitySet="ProjectDetailPages">
                    <Parameter Name="this" Type="Collection(PS.ProjectDetailPage)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.ProjectDetailPage" IsComposable="true"
                    IsBindable="true" EntitySet="ProjectDetailPages">
                    <Parameter Name="this" Type="Collection(PS.ProjectDetailPage)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.ProjectEngagement" IsBindable="true"
                    EntitySet="ProjectEngagements">
                    <Parameter Name="this" Type="Collection(PS.ProjectEngagement)" />
                    <Parameter Name="parameters" Type="PS.ProjectEngagementCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.ProjectEngagement"
                    IsComposable="true" IsBindable="true" EntitySet="ProjectEngagements">
                    <Parameter Name="this" Type="Collection(PS.ProjectEngagement)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.ProjectEngagement" IsComposable="true"
                    IsBindable="true" EntitySet="ProjectEngagements">
                    <Parameter Name="this" Type="Collection(PS.ProjectEngagement)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="Collection(PS.ProjectEngagement)" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.ProjectEngagement" />
                </FunctionImport>
                <FunctionImport Name="GetTimephasedByUrl"
                    ReturnType="Collection(PS.ProjectEngagementTimephasedPeriod)"
                    IsComposable="true" IsBindable="true"
                    EntitySet="ProjectEngagementTimephasedPeriods">
                    <Parameter Name="this" Type="PS.ProjectEngagement" />
                    <Parameter Name="start" Type="Edm.String" />
                    <Parameter Name="end" Type="Edm.String" />
                    <Parameter Name="scale" Type="Edm.String" />
                    <Parameter Name="contourType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByStartUrl"
                    ReturnType="PS.ProjectEngagementTimephasedPeriod" IsComposable="true"
                    IsBindable="true" EntitySet="ProjectEngagementTimephasedPeriods">
                    <Parameter Name="this" Type="Collection(PS.ProjectEngagementTimephasedPeriod)" />
                    <Parameter Name="start" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="PS_ProjectServerData" ReturnType="PS.ProjectServerData"
                    IsComposable="true" EntitySet="ProjectServerDatas" />
                <FunctionImport Name="GetResourcePlanByUrl" ReturnType="PS.ResourcePlan"
                    IsComposable="true" IsBindable="true" EntitySet="ResourcePlans">
                    <Parameter Name="this" Type="PS.Project" />
                    <Parameter Name="start" Type="Edm.String" />
                    <Parameter Name="end" Type="Edm.String" />
                    <Parameter Name="scale" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="LeaveProjectStage" IsBindable="true">
                    <Parameter Name="this" Type="PS.Project" />
                </FunctionImport>
                <FunctionImport Name="ReadyToLeaveProjectStage" ReturnType="Edm.Int32"
                    IsBindable="true">
                    <Parameter Name="this" Type="PS.Project" />
                </FunctionImport>
                <FunctionImport Name="UpdateIdeaListItemStatus" IsBindable="true">
                    <Parameter Name="this" Type="PS.Project" />
                    <Parameter Name="status" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.ProjectWorkflowInstance"
                    IsComposable="true" IsBindable="true" EntitySet="ProjectWorkflowInstances">
                    <Parameter Name="this" Type="Collection(PS.ProjectWorkflowInstance)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RestartWorkflow"
                    ReturnType="SP.WorkflowServices.WorkflowInstance" IsBindable="true"
                    EntitySet="WorkflowInstances">
                    <Parameter Name="this" Type="PS.ProjectWorkflowInstance" />
                </FunctionImport>
                <FunctionImport Name="RestartWorkflowSkipToStage"
                    ReturnType="SP.WorkflowServices.WorkflowInstance" IsBindable="true"
                    EntitySet="WorkflowInstances">
                    <Parameter Name="this" Type="PS.ProjectWorkflowInstance" />
                    <Parameter Name="stageId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="PS_ProjectServer" ReturnType="PS.ProjectServer"
                    IsComposable="true" EntitySet="ProjectServers" />
                <FunctionImport Name="GetDeletedPublishedAssignments"
                    ReturnType="Collection(PS.DeletedPublishedAssignment)" IsBindable="true"
                    EntitySet="DeletedPublishedAssignments">
                    <Parameter Name="this" Type="PS.ProjectServer" />
                    <Parameter Name="deletedDate" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="StopDelegation" IsBindable="true">
                    <Parameter Name="this" Type="PS.ProjectServer" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.PublishedAssignment"
                    IsComposable="true" IsBindable="true" EntitySet="PublishedAssignments">
                    <Parameter Name="this" Type="Collection(PS.PublishedAssignment)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.PublishedAssignment"
                    IsComposable="true" IsBindable="true" EntitySet="PublishedAssignments">
                    <Parameter Name="this" Type="Collection(PS.PublishedAssignment)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.PublishedProjectResource"
                    IsComposable="true" IsBindable="true" EntitySet="PublishedProjectResources">
                    <Parameter Name="this" Type="Collection(PS.PublishedProjectResource)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.PublishedProjectResource"
                    IsComposable="true" IsBindable="true" EntitySet="PublishedProjectResources">
                    <Parameter Name="this" Type="Collection(PS.PublishedProjectResource)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetResourcePlanByUrl" ReturnType="PS.ResourcePlan"
                    IsComposable="true" IsBindable="true" EntitySet="ResourcePlans">
                    <Parameter Name="this" Type="PS.PublishedProject" />
                    <Parameter Name="start" Type="Edm.String" />
                    <Parameter Name="end" Type="Edm.String" />
                    <Parameter Name="scale" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="LeaveProjectStage" IsBindable="true">
                    <Parameter Name="this" Type="PS.PublishedProject" />
                </FunctionImport>
                <FunctionImport Name="ReadyToLeaveProjectStage" ReturnType="Edm.Int32"
                    IsBindable="true">
                    <Parameter Name="this" Type="PS.PublishedProject" />
                </FunctionImport>
                <FunctionImport Name="UpdateIdeaListItemStatus" IsBindable="true">
                    <Parameter Name="this" Type="PS.PublishedProject" />
                    <Parameter Name="status" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CheckOut" ReturnType="PS.DraftProject" IsBindable="true"
                    EntitySet="DraftProjects">
                    <Parameter Name="this" Type="PS.PublishedProject" />
                </FunctionImport>
                <FunctionImport Name="CreateProjectSite" IsBindable="true">
                    <Parameter Name="this" Type="PS.PublishedProject" />
                    <Parameter Name="siteName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" ReturnType="PS.QueueJob" IsBindable="true"
                    EntitySet="QueueJobs">
                    <Parameter Name="this" Type="PS.PublishedProject" />
                </FunctionImport>
                <FunctionImport Name="SubmitToWorkflow" IsBindable="true">
                    <Parameter Name="this" Type="PS.PublishedProject" />
                </FunctionImport>
                <FunctionImport Name="UnlinkProjectSite" IsBindable="true">
                    <Parameter Name="this" Type="PS.PublishedProject" />
                </FunctionImport>
                <FunctionImport Name="UpdateVisibilityCustomFields" ReturnType="PS.QueueJob"
                    IsBindable="true" EntitySet="QueueJobs">
                    <Parameter Name="this" Type="PS.PublishedProject" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.PublishedTask" IsComposable="true"
                    IsBindable="true" EntitySet="PublishedTasks">
                    <Parameter Name="this" Type="Collection(PS.PublishedTask)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.PublishedTask" IsComposable="true"
                    IsBindable="true" EntitySet="PublishedTasks">
                    <Parameter Name="this" Type="Collection(PS.PublishedTask)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.PublishedTaskLink"
                    IsComposable="true" IsBindable="true" EntitySet="PublishedTaskLinks">
                    <Parameter Name="this" Type="Collection(PS.PublishedTaskLink)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.PublishedTaskLink" IsComposable="true"
                    IsBindable="true" EntitySet="PublishedTaskLinks">
                    <Parameter Name="this" Type="Collection(PS.PublishedTaskLink)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddTaskPlanLink" ReturnType="PS.TaskPlanLink"
                    IsBindable="true" EntitySet="TaskPlanLinks">
                    <Parameter Name="this" Type="PS.PublishedTask" />
                    <Parameter Name="parameters" Type="PS.TaskPlanLinksCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="DeleteTaskPlanLink" IsBindable="true">
                    <Parameter Name="this" Type="PS.PublishedTask" />
                </FunctionImport>
                <FunctionImport Name="getAll" ReturnType="Collection(PS.QueueJob)"
                    IsComposable="true" IsBindable="true" EntitySet="QueueJobs">
                    <Parameter Name="this" Type="Collection(PS.QueueJob)" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.QueueJob" IsComposable="true"
                    IsBindable="true" EntitySet="QueueJobs">
                    <Parameter Name="this" Type="Collection(PS.QueueJob)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.QueueJob" IsComposable="true"
                    IsBindable="true" EntitySet="QueueJobs">
                    <Parameter Name="this" Type="Collection(PS.QueueJob)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Cancel" IsBindable="true">
                    <Parameter Name="this" Type="PS.QueueJob" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.ResourceCalendarException" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.ResourceEngagement"
                    IsComposable="true" IsBindable="true" EntitySet="ResourceEngagements">
                    <Parameter Name="this" Type="Collection(PS.ResourceEngagement)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.ResourceEngagement"
                    IsComposable="true" IsBindable="true" EntitySet="ResourceEngagements">
                    <Parameter Name="this" Type="Collection(PS.ResourceEngagement)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="Collection(PS.ResourceEngagement)" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.ResourceEngagement" />
                </FunctionImport>
                <FunctionImport Name="GetTimephasedByUrl"
                    ReturnType="Collection(PS.ResourceEngagementTimephasedPeriod)"
                    IsComposable="true" IsBindable="true"
                    EntitySet="ResourceEngagementTimephasedPeriods">
                    <Parameter Name="this" Type="PS.ResourceEngagement" />
                    <Parameter Name="start" Type="Edm.String" />
                    <Parameter Name="end" Type="Edm.String" />
                    <Parameter Name="scale" Type="Edm.String" />
                    <Parameter Name="contourType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByStartUrl"
                    ReturnType="PS.ResourceEngagementTimephasedPeriod" IsComposable="true"
                    IsBindable="true" EntitySet="ResourceEngagementTimephasedPeriods">
                    <Parameter Name="this" Type="Collection(PS.ResourceEngagementTimephasedPeriod)" />
                    <Parameter Name="start" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" ReturnType="PS.QueueJob" IsBindable="true"
                    EntitySet="QueueJobs">
                    <Parameter Name="this" Type="PS.ResourcePlan" />
                </FunctionImport>
                <FunctionImport Name="ForceCheckIn" ReturnType="PS.QueueJob" IsBindable="true"
                    EntitySet="QueueJobs">
                    <Parameter Name="this" Type="PS.ResourcePlan" />
                </FunctionImport>
                <FunctionImport Name="Publish" ReturnType="PS.QueueJob" IsBindable="true"
                    EntitySet="QueueJobs">
                    <Parameter Name="this" Type="PS.ResourcePlan" />
                </FunctionImport>
                <FunctionImport Name="Update" ReturnType="PS.QueueJob" IsBindable="true"
                    EntitySet="QueueJobs">
                    <Parameter Name="this" Type="PS.ResourcePlan" />
                </FunctionImport>
                <FunctionImport Name="StopDelegation" IsBindable="true">
                    <Parameter Name="this" Type="PS.ServiceStatus" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.Stage" IsBindable="true"
                    EntitySet="Stages">
                    <Parameter Name="this" Type="Collection(PS.Stage)" />
                    <Parameter Name="parameters" Type="PS.StageCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.Stage" IsComposable="true"
                    IsBindable="true" EntitySet="Stages">
                    <Parameter Name="this" Type="Collection(PS.Stage)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.Stage" IsComposable="true"
                    IsBindable="true" EntitySet="Stages">
                    <Parameter Name="this" Type="Collection(PS.Stage)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="Collection(PS.Stage)" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.StageCustomField" IsBindable="true"
                    EntitySet="StageCustomFields">
                    <Parameter Name="this" Type="Collection(PS.StageCustomField)" />
                    <Parameter Name="creationInfo" Type="PS.StageCustomFieldCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.StageCustomField"
                    IsComposable="true" IsBindable="true" EntitySet="StageCustomFields">
                    <Parameter Name="this" Type="Collection(PS.StageCustomField)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.StageCustomField" IsComposable="true"
                    IsBindable="true" EntitySet="StageCustomFields">
                    <Parameter Name="this" Type="Collection(PS.StageCustomField)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.StageCustomField" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.StageDetailPage" IsBindable="true"
                    EntitySet="StageDetailPages">
                    <Parameter Name="this" Type="Collection(PS.StageDetailPage)" />
                    <Parameter Name="parameters" Type="PS.StageDetailPageCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.StageDetailPage" IsComposable="true"
                    IsBindable="true" EntitySet="StageDetailPages">
                    <Parameter Name="this" Type="Collection(PS.StageDetailPage)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.StageDetailPage" IsComposable="true"
                    IsBindable="true" EntitySet="StageDetailPages">
                    <Parameter Name="this" Type="Collection(PS.StageDetailPage)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.StageDetailPage" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.Stage" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.StatusAssignment" IsBindable="true"
                    EntitySet="StatusAssignments">
                    <Parameter Name="this" Type="Collection(PS.StatusAssignment)" />
                    <Parameter Name="parameters" Type="PS.StatusAssignmentCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.StatusAssignment"
                    IsComposable="true" IsBindable="true" EntitySet="StatusAssignments">
                    <Parameter Name="this" Type="Collection(PS.StatusAssignment)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.StatusAssignment" IsComposable="true"
                    IsBindable="true" EntitySet="StatusAssignments">
                    <Parameter Name="this" Type="Collection(PS.StatusAssignment)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetTimePhaseByUrl" ReturnType="PS.TimePhase"
                    IsComposable="true" IsBindable="true" EntitySet="TimePhases">
                    <Parameter Name="this" Type="Collection(PS.StatusAssignment)" />
                    <Parameter Name="start" Type="Edm.String" />
                    <Parameter Name="end" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SubmitAllStatusUpdates" IsBindable="true">
                    <Parameter Name="this" Type="Collection(PS.StatusAssignment)" />
                    <Parameter Name="comment" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="Collection(PS.StatusAssignment)" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.StatusAssignmentHistoryLine"
                    IsComposable="true" IsBindable="true" EntitySet="StatusAssignmentHistoryLines">
                    <Parameter Name="this" Type="Collection(PS.StatusAssignmentHistoryLine)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.StatusAssignment" />
                </FunctionImport>
                <FunctionImport Name="SubmitStatusUpdates" IsBindable="true">
                    <Parameter Name="this" Type="PS.StatusAssignment" />
                    <Parameter Name="comment" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.TaskPlanLink" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.TimeSheetLine" IsBindable="true"
                    EntitySet="TimeSheetLines">
                    <Parameter Name="this" Type="Collection(PS.TimeSheetLine)" />
                    <Parameter Name="parameters" Type="PS.TimeSheetLineCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.TimeSheetLine" IsComposable="true"
                    IsBindable="true" EntitySet="TimeSheetLines">
                    <Parameter Name="this" Type="Collection(PS.TimeSheetLine)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.TimeSheetLine" IsComposable="true"
                    IsBindable="true" EntitySet="TimeSheetLines">
                    <Parameter Name="this" Type="Collection(PS.TimeSheetLine)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.TimeSheetLine" />
                </FunctionImport>
                <FunctionImport Name="Submit" IsBindable="true">
                    <Parameter Name="this" Type="PS.TimeSheetLine" />
                    <Parameter Name="comment" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByGuid" ReturnType="PS.TimeSheetPeriod" IsComposable="true"
                    IsBindable="true" EntitySet="TimeSheetPeriods">
                    <Parameter Name="this" Type="Collection(PS.TimeSheetPeriod)" />
                    <Parameter Name="uid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.TimeSheetPeriod" IsComposable="true"
                    IsBindable="true" EntitySet="TimeSheetPeriods">
                    <Parameter Name="this" Type="Collection(PS.TimeSheetPeriod)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateTimeSheet" ReturnType="PS.TimeSheet" IsBindable="true"
                    EntitySet="TimeSheets">
                    <Parameter Name="this" Type="PS.TimeSheetPeriod" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.TimeSheet" />
                </FunctionImport>
                <FunctionImport Name="Recall" IsBindable="true">
                    <Parameter Name="this" Type="PS.TimeSheet" />
                </FunctionImport>
                <FunctionImport Name="Submit" IsBindable="true">
                    <Parameter Name="this" Type="PS.TimeSheet" />
                    <Parameter Name="comment" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="PS.TimeSheet" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="PS.TimeSheetWork" IsBindable="true"
                    EntitySet="TimeSheetWorks">
                    <Parameter Name="this" Type="Collection(PS.TimeSheetWork)" />
                    <Parameter Name="parameters" Type="PS.TimeSheetWorkCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.TimeSheetWork" IsComposable="true"
                    IsBindable="true" EntitySet="TimeSheetWorks">
                    <Parameter Name="this" Type="Collection(PS.TimeSheetWork)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByStartDate" ReturnType="PS.TimeSheetWork"
                    IsComposable="true" IsBindable="true" EntitySet="TimeSheetWorks">
                    <Parameter Name="this" Type="Collection(PS.TimeSheetWork)" />
                    <Parameter Name="start" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="PS.TimeSheetWork" />
                </FunctionImport>
                <FunctionImport Name="CheckInWithJobId" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="jobId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="force" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateProjectFromListItem" ReturnType="Edm.Guid"
                    IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="webId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="eptId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnterProjectStage" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="stageId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="LeaveProjectStage" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="PublishSummaryWithJobId" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="jobId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="PublishWithJobId" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="jobId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ReadBooleanProperty" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ReadCurrencyProperty" ReturnType="Edm.Double"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ReadDateTimeProperty" ReturnType="Edm.DateTime"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ReadGuidProperty" ReturnType="Edm.Guid"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ReadIntegerProperty" ReturnType="Edm.Int32"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ReadNumberProperty" ReturnType="Edm.Double"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ReadProjectProperty" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ReadTextProperty" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ReadyToLeaveProjectStage" ReturnType="Edm.Int32"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateBooleanProperty" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateCurrencyProperty" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.Double" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateDateTimeProperty" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateGuidProperty" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateIdeaListItemStatus" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="status" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateIntegerProperty" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateNumberProperty" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.Double" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateProjectStageStatus" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="stageId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="statusInformation" Type="Edm.String" />
                    <Parameter Name="stageStatusValue" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="append" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateTextProperty" IsBindable="true">
                    <Parameter Name="this" Type="PS.WorkflowActivities" />
                    <Parameter Name="projectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="propertyId" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="PS.WorkflowDesignerField"
                    IsComposable="true" IsBindable="true" EntitySet="WorkflowDesignerFields">
                    <Parameter Name="this" Type="Collection(PS.WorkflowDesignerField)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="PS_LookupTables_InvalidNameCharacters"
                    ReturnType="Collection(Edm.String)" IsSideEffecting="false" />
                <FunctionImport Name="SP_Publishing_AnnouncementsController"
                    ReturnType="SP.Publishing.AnnouncementsController" IsComposable="true"
                    EntitySet="Announcements" />
                <FunctionImport Name="Active"
                    ReturnType="Collection(SP.Publishing.AnnouncementsData)" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.AnnouncementsController" />
                </FunctionImport>
                <FunctionImport Name="FlwPropertyFilteringMapping" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.AnnouncementsController" />
                    <Parameter Name="flwPropertyFilteringMapping" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_CampaignPublicationCollection"
                    ReturnType="Collection(SP.Publishing.CampaignPublication)" IsComposable="true"
                    EntitySet="SitePageMetadatas" />
                <FunctionImport Name="Amplify"
                    ReturnType="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyAnywhereResults"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="request" Type="SP.Publishing.AmplifyRequestParams" />
                </FunctionImport>
                <FunctionImport Name="AmplifyHistory"
                    ReturnType="SP.Publishing.AmplifyPublishingHistory" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="BoostNews" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="SitePageBoost" Type="SP.Publishing.BoostFieldsData" />
                </FunctionImport>
                <FunctionImport Name="CheckOut" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="CheckoutPage" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="Copy" ReturnType="SP.Publishing.SitePage" IsBindable="true"
                    EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="CopyTo"
                    ReturnType="Microsoft.SharePoint.Publishing.PageCopyWithAssets.PageCopyResponse"
                    IsBindable="true" EntitySet="PageCopyResponses">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="copyToParams" Type="SP.Publishing.CopyToParams" />
                </FunctionImport>
                <FunctionImport Name="CopyWithConfiguration" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="sitePageFlags" Type="Edm.String" />
                    <Parameter Name="isNews" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="creationMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateNewsCopy" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="Delete" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="DemoteFromNews" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="DiscardCoAuth" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="lockId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DiscardPage" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="ExtendSessionCoAuth"
                    ReturnType="SP.Publishing.SitePageCoAuthState" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="authoringMetadata"
                        Type="SP.Publishing.SitePageAuthoringMetadata" />
                    <Parameter Name="connectivityUpdateReason" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetDependencyMetadata"
                    ReturnType="Collection(SP.Publishing.SitePageDependencyMetadata)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="GetHighlightsInfo" ReturnType="SP.Publishing.HighlightsInfo"
                    IsComposable="true" IsBindable="true" EntitySet="HighlightsInfos">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="GetLatestVersionsInDescendingOrder"
                    ReturnType="Collection(SP.Publishing.SitePageVersionInfoCollection)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="numVersions" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetVersion" ReturnType="SP.Publishing.SitePage"
                    IsComposable="true" IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="versionId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Move" ReturnType="SP.Publishing.PageMoveResponse"
                    IsBindable="true" EntitySet="PageMoveResponses">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="pageMoveParams" Type="SP.Publishing.PageMoveParams" />
                </FunctionImport>
                <FunctionImport Name="PromoteToNews" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="Publish" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="PublishCoAuth" ReturnType="SP.Publishing.SitePageCoAuthState"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="RestoreByLabel" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="versionlabel" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SaveDraft" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="sitePage" Type="SP.Publishing.SitePageFieldsData" />
                </FunctionImport>
                <FunctionImport Name="SavePage" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsDraft" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplate" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplate2" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="creationMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplateOnMySite"
                    ReturnType="SP.Publishing.SitePage" IsBindable="true"
                    EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="SavePageCoAuth" ReturnType="SP.Publishing.SitePageCoAuthState"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SaveStreams" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                    <Parameter Name="sharedLockId" Type="Edm.String" />
                    <Parameter Name="scenario" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SchedulePublish" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="sitePage" Type="SP.Publishing.SitePageFieldsData" />
                </FunctionImport>
                <FunctionImport Name="SendTestEmail"
                    ReturnType="SP.Publishing.SendTestEmailResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="transpileContent" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SendTestEmailStream"
                    ReturnType="SP.Publishing.SendTestEmailResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SendTestTeamsMessage"
                    ReturnType="SP.Publishing.SendTestTeamsMessageResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="audienceId" Type="Edm.String" />
                    <Parameter Name="transpileContent" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SharePagePreviewByEmail" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="message" Type="Edm.String" />
                    <Parameter Name="recipientEmails" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="StartCoAuth" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="paramsStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="StartExclusiveAuthoring" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="TryProcessSourcePageAfterPageMovePublish"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="TryProcessSourcePageBeforePageMovePublish"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="AmplifyCancelSchedule"
                    ReturnType="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResults"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="AmplifyPublish"
                    ReturnType="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResults"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="AmplifySchedule"
                    ReturnType="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResults"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="publishStartDate" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AmplifySendTestEmailMessage"
                    ReturnType="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResults"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="AmplifySendTestTeamsMessage"
                    ReturnType="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResults"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="audienceId" Type="Edm.String" />
                    <Parameter Name="channelName" Type="Edm.String" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="teamName" Type="Edm.String" />
                    <Parameter Name="transpileContent" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AmplifyValidate"
                    ReturnType="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResults"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="ApproveApprovalRequest"
                    ReturnType="SP.Publishing.ApprovalRequestResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="comment" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CancelApprovalRequest"
                    ReturnType="SP.Publishing.ApprovalRequestResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="CancelSchedulePublication"
                    ReturnType="SP.Publishing.SchedulePublicationResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="CanPerformAmplifyCancelSchedule"
                    ReturnType="SP.Publishing.AllowanceCheckResult" IsBindable="true"
                    EntitySet="AllowanceCheckResults">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="CanPerformAmplifyPublish"
                    ReturnType="SP.Publishing.AllowanceCheckResult" IsBindable="true"
                    EntitySet="AllowanceCheckResults">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="CanPerformAmplifySchedule"
                    ReturnType="SP.Publishing.AllowanceCheckResult" IsBindable="true"
                    EntitySet="AllowanceCheckResults">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="CreateApprovalRequest"
                    ReturnType="SP.Publishing.ApprovalRequestResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="creationInfo" Type="SP.Publishing.ApprovalRequestCreationInfo" />
                </FunctionImport>
                <FunctionImport Name="DeletePublication" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="GetPrePublishValidationStatus"
                    ReturnType="SP.Publishing.PrePublishValidationsResponse" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="GetPublishingStatus"
                    ReturnType="SP.Publishing.PublishingStatusResponse" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="LoadMailDraft"
                    ReturnType="SP.Publishing.CampaignPublicationMailDraftData" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="requestParam"
                        Type="SP.Publishing.CampaignPublicationLoadMailDraftParam" />
                </FunctionImport>
                <FunctionImport Name="PublishAsBot" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="tenantId" Type="Edm.String" />
                    <Parameter Name="channelIds" Type="Collection(Edm.String)" />
                    <Parameter Name="content" Type="Edm.String" />
                    <Parameter Name="title" Type="Edm.String" />
                    <Parameter Name="headline" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="PublishPublication"
                    ReturnType="SP.Publishing.PublishPublicationResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="RejectApprovalRequest"
                    ReturnType="SP.Publishing.ApprovalRequestResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="comment" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RepairMissingSharePointDestinationWebIds" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="repairItems"
                        Type="Collection(SP.Publishing.MissingSharePointDestinationWebIdRepairItem)" />
                </FunctionImport>
                <FunctionImport Name="ResetEndpoint" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="requestParam"
                        Type="SP.Publishing.CampaignPublicationResetEndpointParam" />
                </FunctionImport>
                <FunctionImport Name="SaveMailDraft"
                    ReturnType="SP.Publishing.CampaignPublicationMailDraftData" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="requestParam"
                        Type="SP.Publishing.CampaignPublicationSaveMailDraftParam" />
                </FunctionImport>
                <FunctionImport Name="SchedulePublication"
                    ReturnType="SP.Publishing.SchedulePublicationResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="publishStartDate" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SPSiteValidator" ReturnType="Collection(Edm.Int32)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <EntitySet Name="ApprovalRequestSyncResponses"
                    EntityType="SP.Publishing.ApprovalRequestSyncResponse" />
                <FunctionImport Name="SyncApprovalRequest"
                    ReturnType="SP.Publishing.ApprovalRequestSyncResponse" IsBindable="true"
                    EntitySet="ApprovalRequestSyncResponses">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                </FunctionImport>
                <FunctionImport Name="UpdateSharePointPublishingStatus" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CampaignPublication" />
                    <Parameter Name="destinationSiteId" Type="Edm.String" />
                    <Parameter Name="destinationUrl" Type="Edm.String" />
                    <Parameter Name="sharePointPublishingStatus" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="sharePointPublishingErrorCode" Type="Edm.Int32"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_CommunicationSite"
                    ReturnType="SP.Publishing.CommunicationSite" IsComposable="true"
                    EntitySet="CommunicationSites" />
                <FunctionImport Name="Create"
                    ReturnType="SP.Publishing.CommunicationSiteCreationResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CommunicationSite" />
                    <Parameter Name="request" Type="SP.Publishing.CommunicationSiteCreationRequest" />
                </FunctionImport>
                <FunctionImport Name="Enable" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CommunicationSite" />
                    <Parameter Name="designPackageId" Type="Edm.Guid" />
                </FunctionImport>
                <FunctionImport Name="Status"
                    ReturnType="SP.Publishing.CommunicationSiteCreationResponse"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.CommunicationSite" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_EmbedService"
                    ReturnType="SP.Publishing.EmbedService" IsComposable="true"
                    EntitySet="EmbedServices" />
                <FunctionImport Name="EmbedData" ReturnType="SP.Publishing.EmbedDataV1"
                    IsComposable="true" IsBindable="true" EntitySet="EmbedDataV1s">
                    <Parameter Name="this" Type="SP.Publishing.EmbedService" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="version" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_FeedVideoPageCollection"
                    ReturnType="Collection(SP.Publishing.FeedVideoPage)" IsComposable="true"
                    EntitySet="SitePageMetadatas" />
                <FunctionImport Name="IsContentTypeAvailable" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.FeedVideoPage)" />
                </FunctionImport>
                <FunctionImport Name="Amplify"
                    ReturnType="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyAnywhereResults"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="request" Type="SP.Publishing.AmplifyRequestParams" />
                </FunctionImport>
                <FunctionImport Name="AmplifyHistory"
                    ReturnType="SP.Publishing.AmplifyPublishingHistory" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="BoostNews" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="SitePageBoost" Type="SP.Publishing.BoostFieldsData" />
                </FunctionImport>
                <FunctionImport Name="CheckOut" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="CheckoutPage" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="Copy" ReturnType="SP.Publishing.SitePage" IsBindable="true"
                    EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="CopyTo"
                    ReturnType="Microsoft.SharePoint.Publishing.PageCopyWithAssets.PageCopyResponse"
                    IsBindable="true" EntitySet="PageCopyResponses">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="copyToParams" Type="SP.Publishing.CopyToParams" />
                </FunctionImport>
                <FunctionImport Name="CopyWithConfiguration" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="sitePageFlags" Type="Edm.String" />
                    <Parameter Name="isNews" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="creationMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateNewsCopy" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="DemoteFromNews" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="DiscardCoAuth" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="lockId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DiscardPage" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="ExtendSessionCoAuth"
                    ReturnType="SP.Publishing.SitePageCoAuthState" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="authoringMetadata"
                        Type="SP.Publishing.SitePageAuthoringMetadata" />
                    <Parameter Name="connectivityUpdateReason" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetDependencyMetadata"
                    ReturnType="Collection(SP.Publishing.SitePageDependencyMetadata)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="GetHighlightsInfo" ReturnType="SP.Publishing.HighlightsInfo"
                    IsComposable="true" IsBindable="true" EntitySet="HighlightsInfos">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="GetLatestVersionsInDescendingOrder"
                    ReturnType="Collection(SP.Publishing.SitePageVersionInfoCollection)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="numVersions" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetVersion" ReturnType="SP.Publishing.SitePage"
                    IsComposable="true" IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="versionId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Move" ReturnType="SP.Publishing.PageMoveResponse"
                    IsBindable="true" EntitySet="PageMoveResponses">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="pageMoveParams" Type="SP.Publishing.PageMoveParams" />
                </FunctionImport>
                <FunctionImport Name="PromoteToNews" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="Publish" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="PublishCoAuth" ReturnType="SP.Publishing.SitePageCoAuthState"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="RestoreByLabel" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="versionlabel" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SaveDraft" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="sitePage" Type="SP.Publishing.SitePageFieldsData" />
                </FunctionImport>
                <FunctionImport Name="SavePage" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsDraft" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplate" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplate2" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="creationMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplateOnMySite"
                    ReturnType="SP.Publishing.SitePage" IsBindable="true"
                    EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="SavePageCoAuth" ReturnType="SP.Publishing.SitePageCoAuthState"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SaveStreams" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                    <Parameter Name="sharedLockId" Type="Edm.String" />
                    <Parameter Name="scenario" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SchedulePublish" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="sitePage" Type="SP.Publishing.SitePageFieldsData" />
                </FunctionImport>
                <FunctionImport Name="SendTestEmail"
                    ReturnType="SP.Publishing.SendTestEmailResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="transpileContent" Type="Edm.String" />
                    <Parameter Name="subject" Type="Edm.String" />
                    <Parameter Name="sensitivityLabelId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SendTestEmailStream"
                    ReturnType="SP.Publishing.SendTestEmailResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SendTestTeamsMessage"
                    ReturnType="SP.Publishing.SendTestTeamsMessageResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="audienceId" Type="Edm.String" />
                    <Parameter Name="transpileContent" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SharePagePreviewByEmail" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="message" Type="Edm.String" />
                    <Parameter Name="recipientEmails" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="StartCoAuth" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                    <Parameter Name="paramsStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="StartExclusiveAuthoring" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="TryProcessSourcePageAfterPageMovePublish"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="TryProcessSourcePageBeforePageMovePublish"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.FeedVideoPage" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PageDiagnosticsController"
                    ReturnType="SP.Publishing.PageDiagnosticsController" IsComposable="true"
                    EntitySet="PageDiagnostics" />
                <FunctionImport Name="ByPage"
                    ReturnType="Microsoft.SharePoint.Publishing.Diagnostics.PageDiagnostics"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.PageDiagnosticsController" />
                    <Parameter Name="pageRelativeFilePath" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Save" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.PageDiagnosticsController" />
                    <Parameter Name="pageDiagnosticsResult" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PersonMagazine_GetDirects"
                    ReturnType="Collection(SP.Publishing.ProfileCoreProperties)"
                    IsSideEffecting="false">
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PersonMagazine_GetManagers"
                    ReturnType="Collection(SP.Publishing.ProfileCoreProperties)"
                    IsSideEffecting="false">
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_Publishing_PersonMagazine_GetPersonMagazineUserProfileDataForUser"
                    ReturnType="SP.Publishing.PersonMagazineUserProfileData" IsSideEffecting="false">
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_Publishing_PersonMagazine_GetPersonMagazineUserProfileDirectsDataForUser"
                    ReturnType="SP.Publishing.PersonMagazineUserProfileDirectsData"
                    IsSideEffecting="false">
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PersonMagazine_GetPrimary"
                    ReturnType="SP.Publishing.ProfileFullProperties" IsSideEffecting="false">
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PersonMagazine_GetPrimaryCore"
                    ReturnType="SP.Publishing.ProfileCoreProperties" IsSideEffecting="false">
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PersonMagazine_GetProfileCustomProperties"
                    ReturnType="Collection(Microsoft.SharePoint.Publishing.RestOnly.BaseCustomProperty)"
                    IsComposable="true" EntitySet="BaseCustomPropertys">
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PersonMagazine_GetProfileDataForUser"
                    ReturnType="SP.Publishing.ProfileData" IsSideEffecting="false">
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PersonMagazine_GetProfileDirectsDataForUser"
                    ReturnType="SP.Publishing.ProfileDirectsData" IsSideEffecting="false">
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PersonMagazine_GetTaxonomicPropertiesForPrimary"
                    ReturnType="SP.Publishing.TaxonomicProperties" IsSideEffecting="false">
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PersonMagazine_GetTaxonomySuggestionDetails"
                    ReturnType="SP.Publishing.TaxonomyMetadata" IsSideEffecting="false">
                    <Parameter Name="propertyName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PersonMagazine_GetViewEditPoliciesForPrimary"
                    ReturnType="SP.Publishing.ProfileViewEditPolicies" IsSideEffecting="false">
                    <Parameter Name="accountName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Publishing.PointPublishingPost"
                    IsComposable="true" IsBindable="true" EntitySet="PointPublishingPosts">
                    <Parameter Name="this" Type="Collection(SP.Publishing.PointPublishingPost)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="publishedOnly" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByName" ReturnType="SP.Publishing.PointPublishingPost"
                    IsComposable="true" IsBindable="true" EntitySet="PointPublishingPosts">
                    <Parameter Name="this" Type="Collection(SP.Publishing.PointPublishingPost)" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="publishedOnly" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddImageFromUrl" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.PointPublishingPost" />
                    <Parameter Name="fromImageUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.PointPublishingPost" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PointPublishingPostServiceManager"
                    ReturnType="SP.Publishing.PointPublishingPostServiceManager" IsComposable="true"
                    EntitySet="PointPublishingPostServiceManagers" />
                <FunctionImport Name="AddBannerImageFromUrl" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.PointPublishingPostServiceManager" />
                    <Parameter Name="fromImageUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteMagazine" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.PointPublishingPostServiceManager" />
                </FunctionImport>
                <FunctionImport Name="GetDocProps"
                    ReturnType="Collection(SP.Publishing.PointPublishingDocProps)"
                    IsComposable="true" IsBindable="true" EntitySet="PointPublishingDocPropss">
                    <Parameter Name="this" Type="SP.Publishing.PointPublishingPostServiceManager" />
                    <Parameter Name="docUrls" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="GetPostsQuery"
                    ReturnType="Collection(SP.Publishing.PointPublishingPost)" IsComposable="true"
                    IsBindable="true" EntitySet="PointPublishingPosts">
                    <Parameter Name="this" Type="SP.Publishing.PointPublishingPostServiceManager" />
                    <Parameter Name="top" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="itemIdBoundary" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="directionAscending" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="publishedOnly" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="draftsOnly" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetTopAuthors"
                    ReturnType="Collection(SP.Publishing.PointPublishingUser)" IsComposable="true"
                    IsBindable="true" EntitySet="PointPublishingUsers">
                    <Parameter Name="this" Type="SP.Publishing.PointPublishingPostServiceManager" />
                    <Parameter Name="count" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="QueryGroupNames"
                    ReturnType="Collection(SP.Publishing.PointPublishingUser)" IsComposable="true"
                    IsBindable="true" EntitySet="PointPublishingUsers">
                    <Parameter Name="this" Type="SP.Publishing.PointPublishingPostServiceManager" />
                    <Parameter Name="query" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetMagazineProperties"
                    ReturnType="SP.Publishing.PointPublishingMagazineProps" IsBindable="true"
                    EntitySet="PointPublishingMagazinePropss">
                    <Parameter Name="this" Type="SP.Publishing.PointPublishingPostServiceManager" />
                    <Parameter Name="title" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="bannerImageUrl" Type="Edm.String" />
                    <Parameter Name="bannerColor" Type="Edm.String" />
                    <Parameter Name="bannerPattern" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PointPublishingSiteManager"
                    ReturnType="SP.Publishing.PointPublishingSiteManager" IsComposable="true"
                    EntitySet="PointPublishingSiteManagers" />
                <FunctionImport Name="Create" ReturnType="SP.Publishing.PointPublishingSiteStatus"
                    IsBindable="true" EntitySet="PointPublishingSiteStatuss">
                    <Parameter Name="this" Type="SP.Publishing.PointPublishingSiteManager" />
                    <Parameter Name="siteInfo" Type="SP.Publishing.PublishSiteInformation" />
                </FunctionImport>
                <FunctionImport Name="GetSiteStatus"
                    ReturnType="SP.Publishing.PointPublishingSiteStatus" IsComposable="true"
                    IsBindable="true" EntitySet="PointPublishingSiteStatuss">
                    <Parameter Name="this" Type="SP.Publishing.PointPublishingSiteManager" />
                    <Parameter Name="siteInfo" Type="SP.Publishing.PublishSiteInformation" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PointPublishingTenantManager"
                    ReturnType="SP.Publishing.PointPublishingTenantManager" IsComposable="true"
                    EntitySet="PointPublishingTenantManagers" />
                <FunctionImport Name="IsBlogEnabled" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.PointPublishingTenantManager" />
                </FunctionImport>
                <FunctionImport Name="AddOrUpdateUser"
                    ReturnType="SP.Publishing.PointPublishingUser" IsBindable="true"
                    EntitySet="PointPublishingUsers">
                    <Parameter Name="this" Type="Collection(SP.Publishing.PointPublishingUser)" />
                    <Parameter Name="loginName" Type="Edm.String" />
                    <Parameter Name="isOwner" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Publishing.PointPublishingUser"
                    IsComposable="true" IsBindable="true" EntitySet="PointPublishingUsers">
                    <Parameter Name="this" Type="Collection(SP.Publishing.PointPublishingUser)" />
                    <Parameter Name="userId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteUserFromContainerGroup" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.PointPublishingUser" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_RepostPageCollection"
                    ReturnType="Collection(SP.Publishing.RepostPage)" IsComposable="true"
                    EntitySet="SitePageMetadatas" />
                <FunctionImport Name="IsContentTypeAvailable" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.RepostPage)" />
                </FunctionImport>
                <FunctionImport Name="Amplify"
                    ReturnType="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyAnywhereResults"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="request" Type="SP.Publishing.AmplifyRequestParams" />
                </FunctionImport>
                <FunctionImport Name="AmplifyHistory"
                    ReturnType="SP.Publishing.AmplifyPublishingHistory" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="BoostNews" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="SitePageBoost" Type="SP.Publishing.BoostFieldsData" />
                </FunctionImport>
                <FunctionImport Name="CheckOut" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="CheckoutPage" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="Copy" ReturnType="SP.Publishing.SitePage" IsBindable="true"
                    EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="CopyTo"
                    ReturnType="Microsoft.SharePoint.Publishing.PageCopyWithAssets.PageCopyResponse"
                    IsBindable="true" EntitySet="PageCopyResponses">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="copyToParams" Type="SP.Publishing.CopyToParams" />
                </FunctionImport>
                <FunctionImport Name="CopyWithConfiguration" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="sitePageFlags" Type="Edm.String" />
                    <Parameter Name="isNews" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="creationMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateNewsCopy" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="DemoteFromNews" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="DiscardCoAuth" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="lockId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DiscardPage" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="ExtendSessionCoAuth"
                    ReturnType="SP.Publishing.SitePageCoAuthState" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="authoringMetadata"
                        Type="SP.Publishing.SitePageAuthoringMetadata" />
                    <Parameter Name="connectivityUpdateReason" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetDependencyMetadata"
                    ReturnType="Collection(SP.Publishing.SitePageDependencyMetadata)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="GetHighlightsInfo" ReturnType="SP.Publishing.HighlightsInfo"
                    IsComposable="true" IsBindable="true" EntitySet="HighlightsInfos">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="GetLatestVersionsInDescendingOrder"
                    ReturnType="Collection(SP.Publishing.SitePageVersionInfoCollection)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="numVersions" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetVersion" ReturnType="SP.Publishing.SitePage"
                    IsComposable="true" IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="versionId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Move" ReturnType="SP.Publishing.PageMoveResponse"
                    IsBindable="true" EntitySet="PageMoveResponses">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="pageMoveParams" Type="SP.Publishing.PageMoveParams" />
                </FunctionImport>
                <FunctionImport Name="PromoteToNews" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="Publish" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="PublishCoAuth" ReturnType="SP.Publishing.SitePageCoAuthState"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="RestoreByLabel" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="versionlabel" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SaveDraft" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="sitePage" Type="SP.Publishing.SitePageFieldsData" />
                </FunctionImport>
                <FunctionImport Name="SavePage" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsDraft" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplate" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplate2" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="creationMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplateOnMySite"
                    ReturnType="SP.Publishing.SitePage" IsBindable="true"
                    EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="SavePageCoAuth" ReturnType="SP.Publishing.SitePageCoAuthState"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SaveStreams" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                    <Parameter Name="sharedLockId" Type="Edm.String" />
                    <Parameter Name="scenario" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SchedulePublish" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="sitePage" Type="SP.Publishing.SitePageFieldsData" />
                </FunctionImport>
                <FunctionImport Name="SendTestEmail"
                    ReturnType="SP.Publishing.SendTestEmailResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="transpileContent" Type="Edm.String" />
                    <Parameter Name="subject" Type="Edm.String" />
                    <Parameter Name="sensitivityLabelId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SendTestEmailStream"
                    ReturnType="SP.Publishing.SendTestEmailResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SendTestTeamsMessage"
                    ReturnType="SP.Publishing.SendTestTeamsMessageResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="audienceId" Type="Edm.String" />
                    <Parameter Name="transpileContent" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SharePagePreviewByEmail" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="message" Type="Edm.String" />
                    <Parameter Name="recipientEmails" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="StartCoAuth" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                    <Parameter Name="paramsStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="StartExclusiveAuthoring" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="TryProcessSourcePageAfterPageMovePublish"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="TryProcessSourcePageBeforePageMovePublish"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RepostPage" />
                </FunctionImport>
                <FunctionImport Name="CustomThumbnail" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                </FunctionImport>
                <FunctionImport Name="GetFile" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                </FunctionImport>
                <FunctionImport Name="GetPlaybackMetadata"
                    ReturnType="SP.Publishing.VideoPlaybackMetadata" IsComposable="true"
                    IsBindable="true" EntitySet="VideoPlaybackMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                    <Parameter Name="sdnConfiguration" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetPlaybackUrl" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                    <Parameter Name="videoFormat" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetStreamingKeyAccessToken" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                </FunctionImport>
                <FunctionImport Name="GetVideoDetailedViewCount"
                    ReturnType="SP.Publishing.ItemViewsAnalyticsData" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                </FunctionImport>
                <FunctionImport Name="GetVideoEmbedCode" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                    <Parameter Name="width" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="height" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="autoplay" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="showInfo" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="makeResponsive" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetVideoViewProgressCount"
                    ReturnType="Collection(SP.Publishing.ViewProgressAnalyticsData)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                </FunctionImport>
                <FunctionImport Name="IncrementVideoViewProgressCount" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                    <Parameter Name="percentageViewed" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="IncrementViewCount" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                    <Parameter Name="viewOrigin" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetPeopleInMedia" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                    <Parameter Name="loginNames" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="SetVideoOwner" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Subtitles" ReturnType="Collection(SP.Publishing.SubtitleFile)"
                    IsComposable="true" IsBindable="true" EntitySet="SubtitleFiles">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                </FunctionImport>
                <FunctionImport Name="Thumbnails"
                    ReturnType="Collection(SP.Publishing.VideoThumbnail)" IsComposable="true"
                    IsBindable="true" EntitySet="VideoThumbnails">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                    <Parameter Name="preferredWidth" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ThumbnailStream" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                    <Parameter Name="preferredWidth" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                </FunctionImport>
                <FunctionImport Name="UploadCustomThumbnail" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoItem" />
                    <Parameter Name="fileExtension" Type="Edm.String" />
                    <Parameter Name="customVideoThumbnail" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_RichSharing"
                    ReturnType="SP.Publishing.RichSharing" IsComposable="true"
                    EntitySet="RichSharings" />
                <FunctionImport Name="SharePageByEmail" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RichSharing" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="message" Type="Edm.String" />
                    <Parameter Name="recipientEmails" Type="Collection(Edm.String)" />
                    <Parameter Name="pageContent" Type="Edm.String" />
                    <Parameter Name="subject" Type="Edm.String" />
                    <Parameter Name="ccEmails" Type="Collection(Edm.String)" />
                    <Parameter Name="bccEmails" Type="Collection(Edm.String)" />
                    <Parameter Name="pageItemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="scenarioTag" Type="Edm.String" />
                    <Parameter Name="emailSize" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SharePageByEmailStream" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RichSharing" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="ShareSiteByEmail" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.RichSharing" />
                    <Parameter Name="CustomDescription" Type="Edm.String" />
                    <Parameter Name="CustomTitle" Type="Edm.String" />
                    <Parameter Name="Message" Type="Edm.String" />
                    <Parameter Name="Url" Type="Edm.String" />
                    <Parameter Name="recipientEmails" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_SharePointHomeServiceManager"
                    ReturnType="SP.Publishing.SharePointHomeServiceManager" IsComposable="true"
                    EntitySet="SharePointHomeServiceManagers" />
                <FunctionImport Name="GetAcronymsAndColors"
                    ReturnType="Collection(SP.Publishing.AcronymInformation)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SharePointHomeServiceManager" />
                    <Parameter Name="labels" Type="Collection(SP.Publishing.TextValueWithLanguage)" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_SitePage3DCollection"
                    ReturnType="Collection(SP.Publishing.SitePage3D)" IsComposable="true"
                    EntitySet="SitePageMetadatas" />
                <FunctionImport Name="Activate" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage3D)" />
                </FunctionImport>
                <FunctionImport Name="Amplify"
                    ReturnType="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyAnywhereResults"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="request" Type="SP.Publishing.AmplifyRequestParams" />
                </FunctionImport>
                <FunctionImport Name="AmplifyHistory"
                    ReturnType="SP.Publishing.AmplifyPublishingHistory" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="BoostNews" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="SitePageBoost" Type="SP.Publishing.BoostFieldsData" />
                </FunctionImport>
                <FunctionImport Name="CheckOut" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="CheckoutPage" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="Copy" ReturnType="SP.Publishing.SitePage" IsBindable="true"
                    EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="CopyTo"
                    ReturnType="Microsoft.SharePoint.Publishing.PageCopyWithAssets.PageCopyResponse"
                    IsBindable="true" EntitySet="PageCopyResponses">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="copyToParams" Type="SP.Publishing.CopyToParams" />
                </FunctionImport>
                <FunctionImport Name="CopyWithConfiguration" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="sitePageFlags" Type="Edm.String" />
                    <Parameter Name="isNews" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="creationMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateNewsCopy" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="DemoteFromNews" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="DiscardCoAuth" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="lockId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DiscardPage" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="ExtendSessionCoAuth"
                    ReturnType="SP.Publishing.SitePageCoAuthState" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="authoringMetadata"
                        Type="SP.Publishing.SitePageAuthoringMetadata" />
                    <Parameter Name="connectivityUpdateReason" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetDependencyMetadata"
                    ReturnType="Collection(SP.Publishing.SitePageDependencyMetadata)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="GetHighlightsInfo" ReturnType="SP.Publishing.HighlightsInfo"
                    IsComposable="true" IsBindable="true" EntitySet="HighlightsInfos">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="GetLatestVersionsInDescendingOrder"
                    ReturnType="Collection(SP.Publishing.SitePageVersionInfoCollection)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="numVersions" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetVersion" ReturnType="SP.Publishing.SitePage"
                    IsComposable="true" IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="versionId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Move" ReturnType="SP.Publishing.PageMoveResponse"
                    IsBindable="true" EntitySet="PageMoveResponses">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="pageMoveParams" Type="SP.Publishing.PageMoveParams" />
                </FunctionImport>
                <FunctionImport Name="PromoteToNews" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="Publish" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="PublishCoAuth" ReturnType="SP.Publishing.SitePageCoAuthState"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="RestoreByLabel" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="versionlabel" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SaveDraft" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="sitePage" Type="SP.Publishing.SitePageFieldsData" />
                </FunctionImport>
                <FunctionImport Name="SavePage" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsDraft" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplate" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplate2" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="creationMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplateOnMySite"
                    ReturnType="SP.Publishing.SitePage" IsBindable="true"
                    EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="SavePageCoAuth" ReturnType="SP.Publishing.SitePageCoAuthState"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SaveStreams" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                    <Parameter Name="sharedLockId" Type="Edm.String" />
                    <Parameter Name="scenario" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SchedulePublish" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="sitePage" Type="SP.Publishing.SitePageFieldsData" />
                </FunctionImport>
                <FunctionImport Name="SendTestEmail"
                    ReturnType="SP.Publishing.SendTestEmailResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="transpileContent" Type="Edm.String" />
                    <Parameter Name="subject" Type="Edm.String" />
                    <Parameter Name="sensitivityLabelId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SendTestEmailStream"
                    ReturnType="SP.Publishing.SendTestEmailResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SendTestTeamsMessage"
                    ReturnType="SP.Publishing.SendTestTeamsMessageResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="audienceId" Type="Edm.String" />
                    <Parameter Name="transpileContent" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SharePagePreviewByEmail" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="message" Type="Edm.String" />
                    <Parameter Name="recipientEmails" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="StartCoAuth" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                    <Parameter Name="paramsStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="StartExclusiveAuthoring" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="TryProcessSourcePageAfterPageMovePublish"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="TryProcessSourcePageBeforePageMovePublish"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage3D" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_SitePageCollection"
                    ReturnType="Collection(SP.Publishing.SitePage)" IsComposable="true"
                    EntitySet="SitePageMetadatas" />
                <FunctionImport Name="CopyToStatus"
                    ReturnType="Microsoft.SharePoint.Publishing.PageCopyWithAssets.PageCopyResponse"
                    IsComposable="true" IsBindable="true" EntitySet="PageCopyResponses">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="workItemId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateAppPage" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="webPartDataAsJson" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="EnsureTitleResource" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                </FunctionImport>
                <FunctionImport Name="Feed" ReturnType="Collection(SP.Publishing.SitePageMetadata)"
                    IsComposable="true" IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="promotedState" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="published" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="metadataFilter" Type="Edm.String" />
                    <Parameter Name="languageOverride" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="FeedTargeted"
                    ReturnType="Collection(SP.Publishing.SitePageMetadata)" IsComposable="true"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="promotedState" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="published" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="metadataFilter" Type="Edm.String" />
                    <Parameter Name="languageOverride" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Publishing.SitePage"
                    IsComposable="true" IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByUniqueId" ReturnType="SP.Publishing.SitePage"
                    IsComposable="true" IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByUrl" ReturnType="SP.Publishing.SitePage"
                    IsComposable="true" IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetPageColumnState" ReturnType="Edm.Int32"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetTranslations" ReturnType="SP.TranslationStatusCollection"
                    IsComposable="true" IsBindable="true" EntitySet="TranslationStatusCollections">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="sourceItemId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="IsSitePage" ReturnType="Edm.Boolean" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="PageMoveStatus" ReturnType="SP.Publishing.PageMoveResponse"
                    IsComposable="true" IsBindable="true" EntitySet="PageMoveResponses">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="workItemId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetMultilingual" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="enabled" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetScheduling" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="enabled" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Templates"
                    ReturnType="Collection(SP.Publishing.SitePageMetadata)" IsComposable="true"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                </FunctionImport>
                <FunctionImport Name="UpdateAppPage" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="pageId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="webPartDataAsJson" Type="Edm.String" />
                    <Parameter Name="title" Type="Edm.String" />
                    <Parameter Name="includeInNavigation" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateFullPageApp" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePage)" />
                    <Parameter Name="serverRelativeUrl" Type="Edm.String" />
                    <Parameter Name="webPartDataAsJson" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_SitePageMetadataCollection"
                    ReturnType="Collection(SP.Publishing.SitePageMetadata)" IsComposable="true"
                    EntitySet="SitePageMetadatas" />
                <FunctionImport Name="GetById" ReturnType="SP.Publishing.SitePageMetadata"
                    IsComposable="true" IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SitePageMetadata)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Amplify"
                    ReturnType="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyAnywhereResults"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="request" Type="SP.Publishing.AmplifyRequestParams" />
                </FunctionImport>
                <FunctionImport Name="AmplifyHistory"
                    ReturnType="SP.Publishing.AmplifyPublishingHistory" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="BoostNews" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="SitePageBoost" Type="SP.Publishing.BoostFieldsData" />
                </FunctionImport>
                <FunctionImport Name="CheckOut" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="CheckoutPage" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="Copy" ReturnType="SP.Publishing.SitePage" IsBindable="true"
                    EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="CopyTo"
                    ReturnType="Microsoft.SharePoint.Publishing.PageCopyWithAssets.PageCopyResponse"
                    IsBindable="true" EntitySet="PageCopyResponses">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="copyToParams" Type="SP.Publishing.CopyToParams" />
                </FunctionImport>
                <FunctionImport Name="CopyWithConfiguration" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="sitePageFlags" Type="Edm.String" />
                    <Parameter Name="isNews" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="creationMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateNewsCopy" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="DemoteFromNews" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="DiscardCoAuth" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="lockId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DiscardPage" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="ExtendSessionCoAuth"
                    ReturnType="SP.Publishing.SitePageCoAuthState" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="authoringMetadata"
                        Type="SP.Publishing.SitePageAuthoringMetadata" />
                    <Parameter Name="connectivityUpdateReason" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetDependencyMetadata"
                    ReturnType="Collection(SP.Publishing.SitePageDependencyMetadata)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="GetHighlightsInfo" ReturnType="SP.Publishing.HighlightsInfo"
                    IsComposable="true" IsBindable="true" EntitySet="HighlightsInfos">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="GetLatestVersionsInDescendingOrder"
                    ReturnType="Collection(SP.Publishing.SitePageVersionInfoCollection)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="numVersions" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetVersion" ReturnType="SP.Publishing.SitePage"
                    IsComposable="true" IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="versionId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Move" ReturnType="SP.Publishing.PageMoveResponse"
                    IsBindable="true" EntitySet="PageMoveResponses">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="pageMoveParams" Type="SP.Publishing.PageMoveParams" />
                </FunctionImport>
                <FunctionImport Name="PromoteToNews" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="Publish" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="PublishCoAuth" ReturnType="SP.Publishing.SitePageCoAuthState"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="RestoreByLabel" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="versionlabel" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SaveDraft" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="sitePage" Type="SP.Publishing.SitePageFieldsData" />
                </FunctionImport>
                <FunctionImport Name="SavePage" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsDraft" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplate" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplate2" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="creationMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplateOnMySite"
                    ReturnType="SP.Publishing.SitePage" IsBindable="true"
                    EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="SavePageCoAuth" ReturnType="SP.Publishing.SitePageCoAuthState"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SaveStreams" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                    <Parameter Name="sharedLockId" Type="Edm.String" />
                    <Parameter Name="scenario" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SchedulePublish" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="sitePage" Type="SP.Publishing.SitePageFieldsData" />
                </FunctionImport>
                <FunctionImport Name="SendTestEmail"
                    ReturnType="SP.Publishing.SendTestEmailResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="transpileContent" Type="Edm.String" />
                    <Parameter Name="subject" Type="Edm.String" />
                    <Parameter Name="sensitivityLabelId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SendTestEmailStream"
                    ReturnType="SP.Publishing.SendTestEmailResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SendTestTeamsMessage"
                    ReturnType="SP.Publishing.SendTestTeamsMessageResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="audienceId" Type="Edm.String" />
                    <Parameter Name="transpileContent" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SharePagePreviewByEmail" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="message" Type="Edm.String" />
                    <Parameter Name="recipientEmails" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="StartCoAuth" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                    <Parameter Name="paramsStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="StartExclusiveAuthoring" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="TryProcessSourcePageAfterPageMovePublish"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="TryProcessSourcePageBeforePageMovePublish"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePage" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_SitePageService"
                    ReturnType="SP.Publishing.SitePageService" IsComposable="true"
                    EntitySet="SitePageServices" />
                <FunctionImport Name="AddImage" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this" Type="SP.Publishing.SitePageService" />
                    <Parameter Name="pageName" Type="Edm.String" />
                    <Parameter Name="imageFileName" Type="Edm.String" />
                    <Parameter Name="pageId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="gettyId" Type="Edm.String" />
                    <Parameter Name="imageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="AddImageFromExternalUrl" ReturnType="SP.File"
                    IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.Publishing.SitePageService" />
                    <Parameter Name="pageName" Type="Edm.String" />
                    <Parameter Name="imageFileName" Type="Edm.String" />
                    <Parameter Name="externalUrl" Type="Edm.String" />
                    <Parameter Name="subFolderName" Type="Edm.String" />
                    <Parameter Name="pageId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CanCreatePage" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePageService" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_SitePageService_CanCreatePageForMultipleSites"
                    ReturnType="Collection(SP.Publishing.CanCreatePageResponse)" IsComposable="true"
                    EntitySet="CanCreatePageResponses">
                    <Parameter Name="siteUrls" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_SitePageService_CanCreatePageProxy"
                    ReturnType="SP.Publishing.CanCreatePageResponse" IsComposable="true"
                    EntitySet="CanCreatePageResponses">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CanCreatePromotedPage" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePageService" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_SitePageService_ComputeFileName"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="EnableAmplifyFromAnywhere" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePageService" />
                </FunctionImport>
                <FunctionImport Name="EnableAnnouncements" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePageService" />
                </FunctionImport>
                <FunctionImport Name="EnableCategories" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePageService" />
                </FunctionImport>
                <FunctionImport Name="EnableLightweightCampaign" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePageService" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_SitePageService_FilePickerTabOptions"
                    ReturnType="SP.Publishing.FilePickerOptions" IsSideEffecting="false" />
                <FunctionImport
                    Name="SP_Publishing_SitePageService_GetAvailableFullPageApplications"
                    ReturnType="Collection(Microsoft.SharePoint.ClientSideComponent.SPClientSideComponentQueryResult)"
                    IsSideEffecting="false">
                    <Parameter Name="includeErrors" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="project" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_SitePageService_GetCurrentUserMemberships"
                    ReturnType="Collection(Edm.Guid)" IsSideEffecting="false">
                    <Parameter Name="scenario" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetOrCreateAssetFolder" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePageService" />
                    <Parameter Name="pageName" Type="Edm.String" />
                    <Parameter Name="createFolderIfNeeded" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="subFolderName" Type="Edm.String" />
                    <Parameter Name="pageId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_Publishing_SitePageService_IsFilePickerExternalImageSearchEnabled"
                    ReturnType="Edm.Boolean" IsSideEffecting="false" />
                <FunctionImport Name="SP_Publishing_SitePageService_OrgAssets"
                    ReturnType="Microsoft.SharePoint.Administration.OrgAssets"
                    IsSideEffecting="false" />
                <FunctionImport Name="PagesInLib" ReturnType="Collection(SP.Publishing.SitePage)"
                    IsComposable="true" IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePageService" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="PagesInLibByName"
                    ReturnType="Collection(SP.Publishing.SitePage)" IsComposable="true"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.SitePageService" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ReportGettyImages" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePageService" />
                    <Parameter Name="images" Type="Collection(SP.Publishing.GettyImage)" />
                    <Parameter Name="isTimerJob" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SitePageService" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Publishing.SpotlightChannel"
                    IsComposable="true" IsBindable="true" EntitySet="SpotlightChannels">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SpotlightChannel)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SpotlightChannel" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SpotlightChannel" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Publishing.SpotlightVideo"
                    IsComposable="true" IsBindable="true" EntitySet="SpotlightVideos">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SpotlightVideo)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SpotlightVideo" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.SpotlightVideo" />
                </FunctionImport>
                <FunctionImport Name="Add" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SubtitleFile)" />
                    <Parameter Name="language" Type="Edm.String" />
                    <Parameter Name="extension" Type="Edm.String" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="GetSubtitleFile" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SubtitleFile)" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Remove" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.SubtitleFile)" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_TopicPageCollection"
                    ReturnType="Collection(SP.Publishing.TopicSitePage)" IsComposable="true"
                    EntitySet="SitePageMetadatas" />
                <FunctionImport Name="GetByEntityId" ReturnType="SP.Publishing.TopicSitePage"
                    IsComposable="true" IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="Collection(SP.Publishing.TopicSitePage)" />
                    <Parameter Name="entityId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByEntityIdAndCulture"
                    ReturnType="SP.Publishing.TopicSitePage" IsComposable="true" IsBindable="true"
                    EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="Collection(SP.Publishing.TopicSitePage)" />
                    <Parameter Name="id" Type="Edm.String" />
                    <Parameter Name="culture" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetPagesByEntityId"
                    ReturnType="Collection(SP.Publishing.TopicSitePage)" IsComposable="true"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="Collection(SP.Publishing.TopicSitePage)" />
                    <Parameter Name="entityId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="IsContentTypeAvailable" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Publishing.TopicSitePage)" />
                </FunctionImport>
                <FunctionImport Name="Amplify"
                    ReturnType="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyAnywhereResults"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="request" Type="SP.Publishing.AmplifyRequestParams" />
                </FunctionImport>
                <FunctionImport Name="AmplifyHistory"
                    ReturnType="SP.Publishing.AmplifyPublishingHistory" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="BoostNews" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="SitePageBoost" Type="SP.Publishing.BoostFieldsData" />
                </FunctionImport>
                <FunctionImport Name="CheckOut" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="CheckoutPage" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="Copy" ReturnType="SP.Publishing.SitePage" IsBindable="true"
                    EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="CopyTo"
                    ReturnType="Microsoft.SharePoint.Publishing.PageCopyWithAssets.PageCopyResponse"
                    IsBindable="true" EntitySet="PageCopyResponses">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="copyToParams" Type="SP.Publishing.CopyToParams" />
                </FunctionImport>
                <FunctionImport Name="CopyWithConfiguration" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="sitePageFlags" Type="Edm.String" />
                    <Parameter Name="isNews" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="creationMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateNewsCopy" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="DemoteFromNews" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="DiscardCoAuth" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="lockId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DiscardPage" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="ExtendSessionCoAuth"
                    ReturnType="SP.Publishing.SitePageCoAuthState" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="authoringMetadata"
                        Type="SP.Publishing.SitePageAuthoringMetadata" />
                    <Parameter Name="connectivityUpdateReason" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetDependencyMetadata"
                    ReturnType="Collection(SP.Publishing.SitePageDependencyMetadata)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="GetHighlightsInfo" ReturnType="SP.Publishing.HighlightsInfo"
                    IsComposable="true" IsBindable="true" EntitySet="HighlightsInfos">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="GetLatestVersionsInDescendingOrder"
                    ReturnType="Collection(SP.Publishing.SitePageVersionInfoCollection)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="numVersions" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetVersion" ReturnType="SP.Publishing.SitePage"
                    IsComposable="true" IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="versionId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Move" ReturnType="SP.Publishing.PageMoveResponse"
                    IsBindable="true" EntitySet="PageMoveResponses">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="pageMoveParams" Type="SP.Publishing.PageMoveParams" />
                </FunctionImport>
                <FunctionImport Name="PromoteToNews" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="Publish" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="PublishCoAuth" ReturnType="SP.Publishing.SitePageCoAuthState"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="RestoreByLabel" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="versionlabel" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SaveDraft" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="sitePage" Type="SP.Publishing.SitePageFieldsData" />
                </FunctionImport>
                <FunctionImport Name="SavePage" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsDraft" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplate" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplate2" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="creationMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SavePageAsTemplateOnMySite"
                    ReturnType="SP.Publishing.SitePage" IsBindable="true"
                    EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="SavePageCoAuth" ReturnType="SP.Publishing.SitePageCoAuthState"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="pageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SaveStreams" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                    <Parameter Name="sharedLockId" Type="Edm.String" />
                    <Parameter Name="scenario" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SchedulePublish" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="sitePage" Type="SP.Publishing.SitePageFieldsData" />
                </FunctionImport>
                <FunctionImport Name="SendTestEmail"
                    ReturnType="SP.Publishing.SendTestEmailResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="transpileContent" Type="Edm.String" />
                    <Parameter Name="subject" Type="Edm.String" />
                    <Parameter Name="sensitivityLabelId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SendTestEmailStream"
                    ReturnType="SP.Publishing.SendTestEmailResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SendTestTeamsMessage"
                    ReturnType="SP.Publishing.SendTestTeamsMessageResponse" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="audienceId" Type="Edm.String" />
                    <Parameter Name="transpileContent" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SharePagePreviewByEmail" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="message" Type="Edm.String" />
                    <Parameter Name="recipientEmails" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="StartCoAuth" ReturnType="SP.Publishing.SitePage"
                    IsBindable="true" EntitySet="SitePageMetadatas">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                    <Parameter Name="paramsStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="StartExclusiveAuthoring" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="TryProcessSourcePageAfterPageMovePublish"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="TryProcessSourcePageBeforePageMovePublish"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.TopicSitePage" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Publishing.VideoChannel"
                    IsComposable="true" IsBindable="true" EntitySet="VideoChannels">
                    <Parameter Name="this" Type="Collection(SP.Publishing.VideoChannel)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAllVideos" ReturnType="Collection(SP.Publishing.VideoItem)"
                    IsComposable="true" IsBindable="true" EntitySet="VideoItems">
                    <Parameter Name="this" Type="SP.Publishing.VideoChannel" />
                    <Parameter Name="skip" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="limit" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetChannelPageUrl" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoChannel" />
                    <Parameter Name="viewMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetMyVideos" ReturnType="Collection(SP.Publishing.VideoItem)"
                    IsComposable="true" IsBindable="true" EntitySet="VideoItems">
                    <Parameter Name="this" Type="SP.Publishing.VideoChannel" />
                    <Parameter Name="skip" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="limit" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetPermissionGroup"
                    ReturnType="SP.Publishing.VideoPermissionGroup" IsComposable="true"
                    IsBindable="true" EntitySet="VideoPermissionGroups">
                    <Parameter Name="this" Type="SP.Publishing.VideoChannel" />
                    <Parameter Name="permission" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetVideoCount" ReturnType="Edm.Int32" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoChannel" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoChannel" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Publishing.VideoItem"
                    IsComposable="true" IsBindable="true" EntitySet="VideoItems">
                    <Parameter Name="this" Type="Collection(SP.Publishing.VideoItem)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="HasCurrentUser" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Publishing.VideoPermissionGroup" />
                </FunctionImport>
                <FunctionImport Name="Newest" ReturnType="Collection(SP.Publishing.VideoItem)"
                    IsComposable="true" IsBindable="true" EntitySet="VideoItems">
                    <Parameter Name="this" Type="SP.Publishing.Search" />
                    <Parameter Name="startItemIndex" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="itemLimit" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Popular" ReturnType="Collection(SP.Publishing.VideoItem)"
                    IsComposable="true" IsBindable="true" EntitySet="VideoItems">
                    <Parameter Name="this" Type="SP.Publishing.Search" />
                    <Parameter Name="startItemIndex" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="itemLimit" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Query" ReturnType="Collection(SP.Publishing.VideoItem)"
                    IsComposable="true" IsBindable="true" EntitySet="VideoItems">
                    <Parameter Name="this" Type="SP.Publishing.Search" />
                    <Parameter Name="queryText" Type="Edm.String" />
                    <Parameter Name="startItemIndex" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="itemLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="culture" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="QueryChannels"
                    ReturnType="Collection(SP.Publishing.VideoChannel)" IsComposable="true"
                    IsBindable="true" EntitySet="VideoChannels">
                    <Parameter Name="this" Type="SP.Publishing.Search" />
                    <Parameter Name="queryText" Type="Edm.String" />
                    <Parameter Name="startItemIndex" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="itemLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="culture" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Related" ReturnType="Collection(SP.Publishing.VideoItem)"
                    IsComposable="true" IsBindable="true" EntitySet="VideoItems">
                    <Parameter Name="this" Type="SP.Publishing.Search" />
                    <Parameter Name="videoId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="startItemIndex" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="itemLimit" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_VideoServiceDiscoverer"
                    ReturnType="SP.Publishing.VideoServiceDiscoverer" IsComposable="true"
                    EntitySet="VideoServiceDiscoverers" />
                <FunctionImport Name="SP_Publishing_VideoServiceManager"
                    ReturnType="SP.Publishing.VideoServiceManager" IsComposable="true"
                    EntitySet="VideoServiceManagers" />
                <FunctionImport Name="GetChannels"
                    ReturnType="Collection(SP.Publishing.VideoChannel)" IsComposable="true"
                    IsBindable="true" EntitySet="VideoChannels">
                    <Parameter Name="this" Type="SP.Publishing.VideoServiceManager" />
                    <Parameter Name="startIndex" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="limit" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetPermissionGroup"
                    ReturnType="SP.Publishing.VideoPermissionGroup" IsComposable="true"
                    IsBindable="true" EntitySet="VideoPermissionGroups">
                    <Parameter Name="this" Type="SP.Publishing.VideoServiceManager" />
                    <Parameter Name="permission" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByIndex" ReturnType="SP.Publishing.VideoThumbnail"
                    IsComposable="true" IsBindable="true" EntitySet="VideoThumbnails">
                    <Parameter Name="this" Type="Collection(SP.Publishing.VideoThumbnail)" />
                    <Parameter Name="choice" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_PortalLaunch_PortalLaunchWavesManager"
                    ReturnType="SP.Publishing.PortalLaunch.PortalLaunchWavesManager"
                    IsComposable="true" EntitySet="PortalLaunchWaves">
                    <Parameter Name="siteSubscriptionId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="useTenantStoreCache" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Get"
                    ReturnType="SP.Publishing.PortalLaunch.PortalLaunchWaveSetup"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.Publishing.PortalLaunch.PortalLaunchWavesManager" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetAll"
                    ReturnType="Collection(SP.Publishing.PortalLaunch.PortalLaunchWaveSetup)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.Publishing.PortalLaunch.PortalLaunchWavesManager" />
                </FunctionImport>
                <FunctionImport Name="Remove" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.Publishing.PortalLaunch.PortalLaunchWavesManager" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SaveWaveSetup"
                    ReturnType="SP.Publishing.PortalLaunch.PortalLaunchWaveSetup" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.Publishing.PortalLaunch.PortalLaunchWavesManager" />
                    <Parameter Name="portalLaunchSetup"
                        Type="SP.Publishing.PortalLaunch.PortalLaunchWaveSetup" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Publishing_PageCopyWithAssets_PageCopyResponse"
                    ReturnType="Microsoft.SharePoint.Publishing.PageCopyWithAssets.PageCopyResponse"
                    IsComposable="true" EntitySet="PageCopyResponses" />
                <FunctionImport Name="SP_Publishing_Navigation_PortalNavigationCacheWrapper"
                    ReturnType="SP.Publishing.Navigation.PortalNavigationCacheWrapper"
                    IsComposable="true" EntitySet="PortalNavigationCaches" />
                <FunctionImport Name="Disable" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.Publishing.Navigation.PortalNavigationCacheWrapper" />
                </FunctionImport>
                <FunctionImport Name="Enable" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.Publishing.Navigation.PortalNavigationCacheWrapper" />
                </FunctionImport>
                <FunctionImport Name="Refresh" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.Publishing.Navigation.PortalNavigationCacheWrapper" />
                </FunctionImport>
                <FunctionImport Name="SP_Publishing_Navigation_StructuralNavigationCacheWrapper"
                    ReturnType="SP.Publishing.Navigation.StructuralNavigationCacheWrapper"
                    IsComposable="true" EntitySet="StructuralNavigationCaches" />
                <FunctionImport Name="SetSiteState" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.Publishing.Navigation.StructuralNavigationCacheWrapper" />
                    <Parameter Name="state"
                        Type="SP.Publishing.Navigation.StructuralNavigationCacheState" />
                </FunctionImport>
                <FunctionImport Name="SetWebState" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.Publishing.Navigation.StructuralNavigationCacheWrapper" />
                    <Parameter Name="state"
                        Type="SP.Publishing.Navigation.StructuralNavigationCacheState" />
                </FunctionImport>
                <FunctionImport Name="SiteState"
                    ReturnType="SP.Publishing.Navigation.StructuralNavigationCacheState"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.Publishing.Navigation.StructuralNavigationCacheWrapper" />
                </FunctionImport>
                <FunctionImport Name="WebState"
                    ReturnType="SP.Publishing.Navigation.StructuralNavigationCacheState"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.Publishing.Navigation.StructuralNavigationCacheWrapper" />
                </FunctionImport>
                <FunctionImport Name="Create"
                    ReturnType="Microsoft.SharePoint.Publishing.Campaigns.Campaign"
                    IsBindable="true" EntitySet="Campaigns">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Publishing.Campaigns.Campaign)" />
                    <Parameter Name="metadata"
                        Type="Microsoft.SharePoint.Publishing.Campaigns.Models.CampaignMetadata" />
                </FunctionImport>
                <FunctionImport Name="GetAll"
                    ReturnType="Collection(Microsoft.SharePoint.Publishing.Campaigns.Campaign)"
                    IsComposable="true" IsBindable="true" EntitySet="Campaigns">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Publishing.Campaigns.Campaign)" />
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="limit" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAssociationsByCampaignId"
                    ReturnType="Collection(Microsoft.SharePoint.Publishing.Campaigns.Models.CampaignAssociation)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Publishing.Campaigns.Campaign)" />
                    <Parameter Name="campaignId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByAssociatedPublicationId"
                    ReturnType="Collection(Microsoft.SharePoint.Publishing.Campaigns.Campaign)"
                    IsComposable="true" IsBindable="true" EntitySet="Campaigns">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Publishing.Campaigns.Campaign)" />
                    <Parameter Name="publicationId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById"
                    ReturnType="Microsoft.SharePoint.Publishing.Campaigns.Campaign"
                    IsComposable="true" IsBindable="true" EntitySet="Campaigns">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Publishing.Campaigns.Campaign)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Migrate" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Publishing.Campaigns.Campaign)" />
                </FunctionImport>
                <FunctionImport Name="Associate" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Publishing.Campaigns.Campaign" />
                    <Parameter Name="publicationId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Delete" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Publishing.Campaigns.Campaign" />
                </FunctionImport>
                <FunctionImport Name="Publications"
                    ReturnType="Collection(Microsoft.SharePoint.Publishing.Campaigns.Models.PublicationMetadata)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Publishing.Campaigns.Campaign" />
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="limit" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Publishing.Campaigns.Campaign" />
                    <Parameter Name="metadata"
                        Type="Microsoft.SharePoint.Publishing.Campaigns.Models.CampaignMetadata" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Office_Server_Search_REST_SearchService"
                    ReturnType="Microsoft.Office.Server.Search.REST.SearchService"
                    IsComposable="true" EntitySet="SearchServices" />
                <FunctionImport Name="autocompletions"
                    ReturnType="Microsoft.SharePoint.Client.Search.Query.QueryAutoCompletionResults"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchService" />
                    <Parameter Name="querytext" Type="Edm.String" />
                    <Parameter Name="sources" Type="Edm.String" />
                    <Parameter Name="numberOfCompletions" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="cursorPosition" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="export" ReturnType="Edm.String" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchService" />
                    <Parameter Name="userName" Type="Edm.String" />
                    <Parameter Name="startTime" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="exportmanualsuggestions"
                    ReturnType="Microsoft.SharePoint.Client.Search.Query.TenantCustomQuerySuggestions"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchService" />
                </FunctionImport>
                <FunctionImport Name="exportpopulartenantqueries"
                    ReturnType="Collection(Microsoft.SharePoint.Client.Search.Query.PopularTenantQuery)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchService" />
                    <Parameter Name="count" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="postquery"
                    ReturnType="Microsoft.Office.Server.Search.REST.SearchResult"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchService" />
                    <Parameter Name="request"
                        Type="Microsoft.Office.Server.Search.REST.SearchRequest" />
                </FunctionImport>
                <FunctionImport Name="query"
                    ReturnType="Microsoft.Office.Server.Search.REST.SearchResult"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchService" />
                    <Parameter Name="querytext" Type="Edm.String" />
                    <Parameter Name="queryTemplate" Type="Edm.String" />
                    <Parameter Name="enableInterleaving" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="sourceId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="rankingModelId" Type="Edm.String" />
                    <Parameter Name="startRow" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="rowsPerPage" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="selectProperties" Type="Edm.String" />
                    <Parameter Name="culture" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="refinementFilters" Type="Edm.String" />
                    <Parameter Name="refiners" Type="Edm.String" />
                    <Parameter Name="hiddenConstraints" Type="Edm.String" />
                    <Parameter Name="sortList" Type="Edm.String" />
                    <Parameter Name="enableStemming" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="trimDuplicates" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="timeout" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="enableNicknames" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="enablePhonetic" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="enableFQL" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="hitHighlightedProperties" Type="Edm.String" />
                    <Parameter Name="propertiesToGenerateAcronyms" Type="Edm.String" />
                    <Parameter Name="bypassResultTypes" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="processBestBets" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="clientType" Type="Edm.String" />
                    <Parameter Name="personalizationData" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="resultsUrl" Type="Edm.String" />
                    <Parameter Name="queryTag" Type="Edm.String" />
                    <Parameter Name="trimDuplicatesIncludeId" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="totalRowsExactMinimum" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="impressionId" Type="Edm.String" />
                    <Parameter Name="properties" Type="Edm.String" />
                    <Parameter Name="enableQueryRules" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="summaryLength" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="maxSnippetLength" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="desiredSnippetLength" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="uiLanguage" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="blockDedupeMode" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="generateBlockRankLog" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="enableSorting" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="collapseSpecification" Type="Edm.String" />
                    <Parameter Name="processPersonalFavorites" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="enableOrderingHitHighlightedProperty" Type="Edm.Boolean"
                        Nullable="false" />
                    <Parameter Name="hitHighlightedMultivaluePropertyLimit" Type="Edm.Int32"
                        Nullable="false" />
                    <Parameter Name="queryTemplatePropertiesUrl" Type="Edm.String" />
                    <Parameter Name="timeZoneId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="useOLSQuery" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="OLSQuerySession" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RecordPageClick" IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchService" />
                    <Parameter Name="pageInfo" Type="Edm.String" />
                    <Parameter Name="clickType" Type="Edm.String" />
                    <Parameter Name="blockType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="clickedResultId" Type="Edm.String" />
                    <Parameter Name="subResultIndex" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="immediacySourceId" Type="Edm.String" />
                    <Parameter Name="immediacyQueryString" Type="Edm.String" />
                    <Parameter Name="immediacyTitle" Type="Edm.String" />
                    <Parameter Name="immediacyUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="resultspageaddress" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchService" />
                </FunctionImport>
                <FunctionImport Name="searchcenterurl" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchService" />
                </FunctionImport>
                <FunctionImport Name="suggest"
                    ReturnType="Microsoft.SharePoint.Client.Search.Query.QuerySuggestionResults"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchService" />
                    <Parameter Name="querytext" Type="Edm.String" />
                    <Parameter Name="iNumberOfQuerySuggestions" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="iNumberOfResultSuggestions" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="iNumberOfPopularResultSuggestions" Type="Edm.Int32"
                        Nullable="false" />
                    <Parameter Name="fPreQuerySuggestions" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="fHitHighlighting" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="fCapitalizeFirstLetters" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="culture" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="enableStemming" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="showPeopleNameSuggestions" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="enableQueryRules" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="fPrefixMatchAllTerms" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="sourceId" Type="Edm.String" />
                    <Parameter Name="clientType" Type="Edm.String" />
                    <Parameter Name="useOLSQuery" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="OLSQuerySession" Type="Edm.String" />
                    <Parameter Name="zeroTermSuggestions" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Office_Server_Search_REST_SearchSetting"
                    ReturnType="Microsoft.Office.Server.Search.REST.SearchSetting"
                    IsComposable="true" EntitySet="SearchSettings" />
                <FunctionImport Name="ExportSearchReports"
                    ReturnType="Microsoft.Office.Server.Search.REST.ReportBase"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchSetting" />
                    <Parameter Name="TenantId" Type="Edm.String" />
                    <Parameter Name="ReportType" Type="Edm.String" />
                    <Parameter Name="Interval" Type="Edm.String" />
                    <Parameter Name="StartDate" Type="Edm.String" />
                    <Parameter Name="EndDate" Type="Edm.String" />
                    <Parameter Name="SiteCollectionId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="getpromotedresultqueryrules"
                    ReturnType="Microsoft.Office.Server.Search.REST.PromotedResultsOperationsResult"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchSetting" />
                    <Parameter Name="siteCollectionLevel" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="numberOfRules" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="getqueryconfiguration"
                    ReturnType="Microsoft.Office.Server.Search.REST.QueryConfiguration"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchSetting" />
                    <Parameter Name="callLocalSearchFarmsOnly" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="skipGroupObjectIdLookup" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="throwOnRemoteApiCheck" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="getxssearchpolicy"
                    ReturnType="Microsoft.Office.Server.Search.REST.XSSearchPolicy"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchSetting" />
                </FunctionImport>
                <FunctionImport Name="pingadminendpoint" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchSetting" />
                </FunctionImport>
                <FunctionImport Name="scspartialupdateendpointinfo"
                    ReturnType="Microsoft.Office.Server.Search.REST.ScsEndpoint"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchSetting" />
                </FunctionImport>
                <FunctionImport Name="setxssearchpolicy"
                    ReturnType="Microsoft.Office.Server.Search.REST.XSSearchPolicy"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Office.Server.Search.REST.SearchSetting" />
                    <Parameter Name="policy" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Client_Search_Query_StringCollection"
                    ReturnType="Microsoft.SharePoint.Client.Search.Query.StringCollection"
                    IsComposable="true" EntitySet="StringCollections" />
                <FunctionImport Name="Add" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Query.StringCollection" />
                    <Parameter Name="property" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Clear" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Query.StringCollection" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Client_Search_Query_QueryPersonalizationData"
                    ReturnType="Microsoft.SharePoint.Client.Search.Query.QueryPersonalizationData"
                    IsComposable="true" EntitySet="QueryPersonalizationDatas">
                    <Parameter Name="guidUserIdString" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Client_Search_Query_RankingLabeling"
                    ReturnType="Microsoft.SharePoint.Client.Search.Query.RankingLabeling"
                    IsComposable="true" EntitySet="RankingLabelings" />
                <FunctionImport Name="AddJudgment" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Query.RankingLabeling" />
                    <Parameter Name="userQuery" Type="Edm.String" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="labelId" Type="Edm.Int16" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetJudgementsForQuery" ReturnType="Collection(SP.KeyValue)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Query.RankingLabeling" />
                    <Parameter Name="query" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="NormalizeResultUrl" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Query.RankingLabeling" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Add" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Query.ReorderingRuleCollection" />
                    <Parameter Name="matchType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="matchValue" Type="Edm.String" />
                    <Parameter Name="boost" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Clear" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Query.ReorderingRuleCollection" />
                </FunctionImport>
                <FunctionImport Name="Add" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Query.SortCollection" />
                    <Parameter Name="strProperty" Type="Edm.String" />
                    <Parameter Name="direction" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Clear" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Query.SortCollection" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Client_Search_Administration_DocumentCrawlLog_Create"
                    ReturnType="Microsoft.SharePoint.Client.Search.Administration.DocumentCrawlLog"
                    EntitySet="DocumentCrawlLogs" />
                <FunctionImport Name="GetCrawledUrls" ReturnType="SP.SimpleDataTable"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.DocumentCrawlLog" />
                    <Parameter Name="getCountOnly" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="maxRows" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="queryString" Type="Edm.String" />
                    <Parameter Name="isLike" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="contentSourceID" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="errorLevel" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="errorID" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="startDateTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="endDateTime" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetUnsuccesfulCrawledUrls" ReturnType="SP.SimpleDataTable"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.DocumentCrawlLog" />
                    <Parameter Name="displayUrl" Type="Edm.String" />
                    <Parameter Name="startDateTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="endDateTime" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetUnsuccesfulCrawledUrlsForEdiscovery"
                    ReturnType="SP.SimpleDataTable" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.DocumentCrawlLog" />
                    <Parameter Name="displayUrl" Type="Edm.String" />
                    <Parameter Name="startDateTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="endDateTime" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Client_Search_Administration_SiteContentProcessingInfoProvider_Create"
                    ReturnType="Microsoft.SharePoint.Client.Search.Administration.SiteContentProcessingInfoProvider"
                    EntitySet="SiteContentProcessingInfoProviders" />
                <FunctionImport Name="GetAzureContainerToken" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.SiteContentProcessingInfoProvider" />
                </FunctionImport>
                <FunctionImport Name="NotifyContentProcessingStatus" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.SiteContentProcessingInfoProvider" />
                    <Parameter Name="webId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="properties" Type="Collection(SP.KeyValue)" />
                </FunctionImport>
                <FunctionImport Name="ReportContentProcessingStatus" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.SiteContentProcessingInfoProvider" />
                    <Parameter Name="webId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="azureContainerTokenUri" Type="Edm.String" />
                    <Parameter Name="encryptionKey" Type="Edm.Binary" />
                    <Parameter Name="priority" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="errorCode" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="errorDescription" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Client_Search_Administration_SiteProvisioningInfoProvider"
                    ReturnType="Microsoft.SharePoint.Client.Search.Administration.SiteProvisioningInfoProvider"
                    IsComposable="true" EntitySet="SiteProvisioningInfoProviders" />
                <FunctionImport Name="CheckSiteIngestionStatus" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.SiteProvisioningInfoProvider" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DisableCrawlVersions" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.TenantCrawlVersionsInfoProvider" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DisableCrawlVersionsForTenant" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.TenantCrawlVersionsInfoProvider" />
                </FunctionImport>
                <FunctionImport Name="EnableCrawlVersions" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.TenantCrawlVersionsInfoProvider" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnableCrawlVersionsForTenant" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.TenantCrawlVersionsInfoProvider" />
                </FunctionImport>
                <FunctionImport Name="GetSiteCrawlVersionStatus"
                    ReturnType="Collection(SP.KeyValue)" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.TenantCrawlVersionsInfoProvider" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="IsCrawlVersionsEnabled" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.TenantCrawlVersionsInfoProvider" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="IsCrawlVersionsEnabledForTenant" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.TenantCrawlVersionsInfoProvider" />
                </FunctionImport>
                <FunctionImport Name="DisableRecycleBinDiscoverabilityForTenant"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.TenantRecycleBinInfoProvider" />
                </FunctionImport>
                <FunctionImport Name="EnableRecycleBinDiscoverabilityForTenant"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.TenantRecycleBinInfoProvider" />
                </FunctionImport>
                <FunctionImport Name="IsRecycleBinDiscoverabilityEnabledForTenant"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Administration.TenantRecycleBinInfoProvider" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Client_Search_Analytics_SignalStore"
                    ReturnType="Microsoft.SharePoint.Client.Search.Analytics.SignalStore"
                    IsComposable="true" EntitySet="SignalStores" />
                <FunctionImport Name="signals" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Client.Search.Analytics.SignalStore" />
                    <Parameter Name="signals"
                        Type="Collection(Microsoft.SharePoint.Client.Search.Analytics.AnalyticsSignal)" />
                </FunctionImport>
                <FunctionImport Name="PublishEvent" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.WorkflowServices.WorkflowMessagingService" />
                    <Parameter Name="eventSourceId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="eventName" Type="Edm.String" />
                    <Parameter Name="payload" Type="Collection(SP.KeyValue)" />
                </FunctionImport>
                <EntitySet Name="AppPrincipals" EntityType="SP.AppPrincipal" />
                <EntitySet Name="AppPrincipalIdentityProviders"
                    EntityType="SP.AppPrincipalIdentityProvider" />
                <EntitySet Name="AppPrincipalManagers" EntityType="SP.AppPrincipalManager" />
                <FunctionImport Name="CheckLicense" ReturnType="SP.AppLicenseCollection"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.SPAppLicenseManager" />
                    <Parameter Name="productId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="SP.UserSolution" IsBindable="true"
                    EntitySet="UserSolutions">
                    <Parameter Name="this" Type="Collection(SP.UserSolution)" />
                    <Parameter Name="solutionGalleryItemId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="BreakRoleInheritance" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="copyRoleAssignments" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="clearSubscopes" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ResetRoleInheritance" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                </FunctionImport>
                <FunctionImport Name="AddThumbnailFieldData" ReturnType="SP.SPImageItem"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="imageStream" Type="Edm.Stream" />
                    <Parameter Name="imageName" Type="Edm.String" />
                    <Parameter Name="fieldInternalName" Type="Edm.String" />
                    <Parameter Name="lockId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Archive" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                </FunctionImport>
                <FunctionImport Name="DeleteWithParameters" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="parameters" Type="SP.ListItemDeleteParameters" />
                </FunctionImport>
                <FunctionImport Name="DoEntitiesHaveAccessToLabel"
                    ReturnType="Collection(SP.LabelAccessControlData)" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="peoplePickerInput" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="FolderArchiveProgress" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                </FunctionImport>
                <FunctionImport Name="FolderUnarchiveProgress" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                </FunctionImport>
                <FunctionImport Name="GetChanges" ReturnType="Collection(SP.Change)"
                    IsBindable="true" EntitySet="Changes">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="query" Type="SP.ChangeQuery" />
                </FunctionImport>
                <FunctionImport Name="GetComments"
                    ReturnType="Collection(Microsoft.SharePoint.Comments.comment)"
                    IsComposable="true" IsBindable="true" EntitySet="comments">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                </FunctionImport>
                <FunctionImport Name="GetUserEffectivePermissions" ReturnType="SP.BasePermissions"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="userName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetVersionById" ReturnType="SP.ListItemVersion"
                    IsComposable="true" IsBindable="true" EntitySet="ListItemVersions">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="versionId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetVersions" ReturnType="Collection(SP.ListItemVersion)"
                    IsComposable="true" IsBindable="true" EntitySet="ListItemVersions">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="getVersionsParams" Type="SP.GetListItemVersionsParameters" />
                </FunctionImport>
                <FunctionImport Name="GetWOPIFrameUrl" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="action" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="MediaServiceUpdate" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="parameters" Type="SP.MediaServiceUpdateParameters" />
                </FunctionImport>
                <FunctionImport Name="MediaServiceUpdateV2" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="parameters" Type="SP.MediaServiceUpdateParameters" />
                    <Parameter Name="eventFiringEnabled" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="OverridePolicyTip" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="userAction" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="justification" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ParseAndSetFieldValue" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="fieldName" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Recycle" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                </FunctionImport>
                <FunctionImport Name="RecycleWithParameters" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="parameters" Type="SP.ListItemDeleteParameters" />
                </FunctionImport>
                <FunctionImport Name="RenderListItemDataAsStream" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="options" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetCommentsDisabled" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetComplianceTag" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="complianceTag" Type="Edm.String" />
                    <Parameter Name="isTagPolicyHold" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="isTagPolicyRecord" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="isEventBasedTag" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="isTagSuperLock" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="isUnlockedAsDefault" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetComplianceTagWithExplicitMetasUpdate" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="complianceTag" Type="Edm.String" />
                    <Parameter Name="complianceFlags" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="complianceTagWrittenTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="userEmailAddress" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetComplianceTagWithHold" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="complianceTag" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetComplianceTagWithMetaInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="complianceTag" Type="Edm.String" />
                    <Parameter Name="blockDelete" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="blockEdit" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="complianceTagWrittenTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="userEmailAddress" Type="Edm.String" />
                    <Parameter Name="isTagSuperLock" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="isRecordUnlockedAsDefault" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetComplianceTagWithNoHold" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="complianceTag" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetComplianceTagWithRecord" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="complianceTag" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SystemUpdate" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                </FunctionImport>
                <FunctionImport Name="Unarchive" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                </FunctionImport>
                <FunctionImport Name="UpdateEx" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="parameters" Type="SP.ListItemUpdateParameters" />
                </FunctionImport>
                <FunctionImport Name="UpdateOverwriteVersion" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                </FunctionImport>
                <FunctionImport Name="ValidateUpdateFetchListItem"
                    ReturnType="SP.ListItemUpdateResults" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="formValues" Type="Collection(SP.ListItemFormUpdateValue)" />
                    <Parameter Name="bNewDocumentUpdate" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="checkInComment" Type="Edm.String" />
                    <Parameter Name="datesInUTC" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="numberInInvariantCulture" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="View" Type="Edm.String" />
                    <Parameter Name="RootFolder" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ValidateUpdateFetchListItemInFolder"
                    ReturnType="SP.ListItemUpdateResults" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="formValues" Type="Collection(SP.ListItemFormUpdateValue)" />
                    <Parameter Name="bNewDocumentUpdate" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="checkInComment" Type="Edm.String" />
                    <Parameter Name="datesInUTC" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="numberInInvariantCulture" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="rootFolder" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ValidateUpdateListItem"
                    ReturnType="Collection(SP.ListItemFormUpdateValue)" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.SPWorkflowTask" />
                    <Parameter Name="formValues" Type="Collection(SP.ListItemFormUpdateValue)" />
                    <Parameter Name="bNewDocumentUpdate" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="checkInComment" Type="Edm.String" />
                    <Parameter Name="datesInUTC" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="numberInInvariantCulture" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="sharedLockId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_AppManagement_SPAppPrincipalInfo_GetClientIdFromAppPrincipalEncodedClaim"
                    ReturnType="Edm.String">
                    <Parameter Name="encodedAppPrincipalClaim" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="PerformFastRevokeWithClientIds" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SPAppStateQueryJobDefinition" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Administration_SPFarm_Local"
                    ReturnType="Microsoft.SharePoint.Administration.SPFarm" IsComposable="true"
                    EntitySet="SPFarms" />
                <FunctionImport Name="GetFeatureDefinition"
                    ReturnType="Microsoft.SharePoint.Administration.FeatureDefinition"
                    IsBindable="true" EntitySet="FeatureDefinitions">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Administration.FeatureDefinition)" />
                    <Parameter Name="featureDisplayName" Type="Edm.String" />
                    <Parameter Name="compatibilityLevel" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Administration_SPWebApplication_Lookup"
                    ReturnType="Microsoft.SharePoint.Administration.SPWebApplication"
                    EntitySet="SPWebApplications">
                    <Parameter Name="requestUri" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Administration_SPWebService_ContentService"
                    ReturnType="Microsoft.SharePoint.Administration.SPWebService"
                    IsComposable="true" EntitySet="SPWebServices" />
                <FunctionImport
                    Name="Microsoft_Office_SecureStoreService_Server_TargetApplicationField"
                    ReturnType="Microsoft.Office.SecureStoreService.Server.TargetApplicationField"
                    IsComposable="true" EntitySet="TargetApplicationFields">
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="masked" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="credentialType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Office_SecureStoreService_Server_TargetApplication"
                    ReturnType="Microsoft.Office.SecureStoreService.Server.TargetApplication"
                    IsComposable="true" EntitySet="TargetApplications">
                    <Parameter Name="applicationId" Type="Edm.String" />
                    <Parameter Name="friendlyName" Type="Edm.String" />
                    <Parameter Name="contactEmail" Type="Edm.String" />
                    <Parameter Name="ticketTimeoutInMinutes" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="type" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="credentialManagementUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_BusinessData_Infrastructure_SecureStore_ConnectionSettings"
                    ReturnType="Microsoft.BusinessData.Infrastructure.SecureStore.ConnectionSettings"
                    IsComposable="true" EntitySet="ConnectionSettingss">
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="descr" Type="Edm.String" />
                    <Parameter Name="connectionSettingsType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="target" Type="Edm.String" />
                    <Parameter Name="authenticationMode" Type="Edm.String" />
                    <Parameter Name="ssoApplicationId" Type="Edm.String" />
                    <Parameter Name="ssoProviderImplId" Type="Edm.String" />
                    <Parameter Name="proxyTarget" Type="Edm.String" />
                    <Parameter Name="proxySSOApplicationId" Type="Edm.String" />
                    <Parameter Name="parentName" Type="Edm.String" />
                    <Parameter Name="customSettings" Type="Collection(SP.KeyValue)" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Administration_SiteMove_Service_SiteMoveService"
                    ReturnType="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService"
                    IsComposable="true" EntitySet="SiteMoveServices">
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="siteSubscriptionId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="sourceDatabaseId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="targetDatabaseId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="clientIdentifier" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AcquireSystemSiteLock"
                    ReturnType="SP.SystemSiteLockExpirationResult" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="lockRequestor" Type="Edm.String" />
                    <Parameter Name="lockType" Type="Edm.Byte" Nullable="false" />
                    <Parameter Name="leaseDurationInMinutes" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AreAnyTablesTooLarge" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="threshold" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CheckSPSiteContentDatabase" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ClearSiteRelocationMarker" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="CommitSessionToken" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="ExtendSystemSiteLockExpiration"
                    ReturnType="SP.SystemSiteLockExpirationResult" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="leaseDurationInMinute" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetCPSChangeToken" ReturnType="Edm.Int64" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetCPSSiteDeleteReason" ReturnType="Edm.Int16"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetDatabaseProperties" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetDataChunk" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="tableName" Type="Edm.String" />
                    <Parameter Name="schemaName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetDataChunks" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetDataChunksIterator" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetDataReader" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="sqlCommandText" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetDBActivities" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetEventCacheDataChunk" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="lastCopiedId" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="searchChangeToken" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetEventCacheExColumns" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetEventCacheExDataChunk" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="lastCopiedId" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetEventCacheIds" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="lastCopiedId" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetFarmProperties" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetMarker" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetScalarValue" ReturnType="Edm.Int64" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="sqlCommandText" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetServiceVersion" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetSiteMoveState" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetSiteProperties" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetSiteRelocationCompatibleSchemaVersion"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetSPDeletedSiteRelocationStatus" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="checkLockTime" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetTenantWorkflows" ReturnType="Collection(Edm.String)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetValidationChunks" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="GetWorkItem" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="IsDbReadOnly" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="IsSystemSiteLocked" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="lockRequestor" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="LockSite" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="PauseCrawling" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="originalCPSDeleteReason" Type="Edm.Int16" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ProcessStorageMetricsChanges" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="PulseHeartbeat" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="ReleaseSystemSiteLock" ReturnType="Edm.Int32"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="lockRequestor" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveSiteMapEntry" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="RemoveSiteMapEntry_ClearCache" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="sitePath" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ResumeCrawling" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="originalCPSDeleteReason" Type="Edm.Int16" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetSiteMoveState" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="state" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SourceCleanupAfterMove" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="isDeleted" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="StartLockableSession" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="StartSnapshotIsolation" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="StopSessionToken" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="UnlockSiteOnFailure" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                    <Parameter Name="originalLockFlags" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateAbsBlobDates" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Yammer_WacApi_AddUserToSiteCollection"
                    ReturnType="SP.User" EntitySet="Users1">
                    <Parameter Name="spsiteUrl" Type="Edm.String" />
                    <Parameter Name="userLogonName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Yammer_WacApi_ConfigureSiteForShadowTenant"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="spsiteUrl" Type="Edm.String" />
                    <Parameter Name="isPublic" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Yammer_WacApi_GetWacToken"
                    ReturnType="Microsoft.SharePoint.Yammer.WacToken" IsSideEffecting="false">
                    <Parameter Name="fileUrl" Type="Edm.String" />
                    <Parameter Name="wopiAction" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_CollaborationMailbox_GetCollabMailboxViewInfo"
                    ReturnType="Microsoft.SharePoint.Portal.CollaborationMailboxResponse"
                    IsSideEffecting="false" />
                <FunctionImport Name="Microsoft_SharePoint_Portal_GroupService"
                    ReturnType="Microsoft.SharePoint.Portal.GroupService" IsComposable="true"
                    EntitySet="GroupServices" />
                <FunctionImport Name="GetGroupImage" ReturnType="Edm.Stream" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupService" />
                    <Parameter Name="id" Type="Edm.String" />
                    <Parameter Name="hash" Type="Edm.String" />
                    <Parameter Name="color" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetGroupImage" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupService" />
                    <Parameter Name="imageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SyncGroupProperties" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupService" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Portal_GroupSiteManager"
                    ReturnType="Microsoft.SharePoint.Portal.GroupSiteManager" IsComposable="true"
                    EntitySet="Groupsitemanagers" />
                <FunctionImport Name="CacheCurrentUserJoinedTeamsResult" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="joinedTeams" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CanUserCreateGroup" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                </FunctionImport>
                <FunctionImport Name="ClearCurrentUserTeamsCache" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                </FunctionImport>
                <FunctionImport Name="Create" ReturnType="Microsoft.SharePoint.Portal.GroupSiteInfo"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateGroup"
                    ReturnType="Microsoft.SharePoint.Portal.GroupSiteInfo" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="displayName" Type="Edm.String" />
                    <Parameter Name="alias" Type="Edm.String" />
                    <Parameter Name="isPublic" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="ownerPrincipalNames" Type="Collection(Edm.String)" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="creationOptions" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="CreateGroupEx"
                    ReturnType="Microsoft.SharePoint.Portal.GroupSiteInfo" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="displayName" Type="Edm.String" />
                    <Parameter Name="alias" Type="Edm.String" />
                    <Parameter Name="isPublic" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="optionalParams"
                        Type="Microsoft.SharePoint.Portal.GroupCreationParams" />
                </FunctionImport>
                <FunctionImport Name="CreateGroupForSite"
                    ReturnType="Microsoft.SharePoint.Portal.GroupSiteInfo" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="displayName" Type="Edm.String" />
                    <Parameter Name="alias" Type="Edm.String" />
                    <Parameter Name="isPublic" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="optionalParams"
                        Type="Microsoft.SharePoint.Portal.GroupCreationParams" />
                </FunctionImport>
                <FunctionImport Name="CreateTeamsForGroup" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="groupId" Type="Edm.String" />
                    <Parameter Name="teamTemplate" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateTeamsNavLink" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="teamsLinkUrl" Type="Edm.String" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Delete" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="EnsureTeamForGroup" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="teamTemplate" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="EnsureTeamForGroupEx"
                    ReturnType="Microsoft.SharePoint.Portal.EnsureTeamForGroupExResponse"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="teamTemplate" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetAllOrgLabels"
                    ReturnType="Microsoft.SharePoint.Portal.OrgLabelsContextList"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="pageNumber" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetCurrentUserJoinedTeams" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="getLogoData" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="forceCacheUpdate" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetCurrentUserSharedChannelMemberGroups"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                </FunctionImport>
                <FunctionImport Name="GetCurrentUserTeamConnectedMemberGroups"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                </FunctionImport>
                <FunctionImport Name="GetGroupCreationContext"
                    ReturnType="Microsoft.SharePoint.Portal.GroupCreationContext"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                </FunctionImport>
                <FunctionImport Name="GetGroupSiteConversionData"
                    ReturnType="Microsoft.SharePoint.Portal.GroupSiteConversionInfo"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                </FunctionImport>
                <FunctionImport Name="GetParentGroupForChannel"
                    ReturnType="Collection(Microsoft.SharePoint.Portal.ParentGroup)"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSharedChannelSharePointUrl" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="tenantId" Type="Edm.String" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSiteStatus"
                    ReturnType="Microsoft.SharePoint.Portal.GroupSiteInfo" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetTeamChannelFilesUrl" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="teamId" Type="Edm.String" />
                    <Parameter Name="channelId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetTeamChannels" ReturnType="Edm.Stream" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="teamId" Type="Edm.String" />
                    <Parameter Name="useStagingEndpoint" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetTeamChannelsDirect" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="teamId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetTeamChannelsEx"
                    ReturnType="Microsoft.SharePoint.Portal.ChannelInfoCollection" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="teamId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetTeamChannelsWithSiteUrl"
                    ReturnType="Microsoft.SharePoint.Portal.ChannelInfoCollection" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetUserSharedChannelMemberGroups" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="userName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetUserTeamConnectedMemberGroups" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="userName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetValidSiteUrlFromAlias" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="alias" Type="Edm.String" />
                    <Parameter Name="managedPath" Type="Edm.String" />
                    <Parameter Name="isTeamSite" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="HideTeamifyPrompt" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="IsTeamifyPromptHidden" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Notebook" ReturnType="Edm.String" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="PinToTeam"
                    ReturnType="Microsoft.SharePoint.Portal.PinToTeamResponse" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="requestParams"
                        Type="Microsoft.SharePoint.Portal.PinToTeamParams" />
                </FunctionImport>
                <FunctionImport Name="RecentAndJoinedTeams"
                    ReturnType="Microsoft.SharePoint.Portal.RecentAndJoinedTeamsResponse"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.GroupSiteManager" />
                    <Parameter Name="includeRecent" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="includeTeams" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="includePinned" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="existingJoinedTeamsData" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_CommunityModeration_ApproveReportedItems">
                    <Parameter Name="listID" Type="Edm.String" />
                    <Parameter Name="itemIDs" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Portal_CommunityModeration_ReportAbuse"
                    ReturnType="Edm.Int32">
                    <Parameter Name="listID" Type="Edm.String" />
                    <Parameter Name="itemID" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="comment" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Portal_RatingSettings_GetListRating"
                    ReturnType="Edm.Int32" IsSideEffecting="false">
                    <Parameter Name="listID" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Portal_RatingSettings_SetListRating">
                    <Parameter Name="listID" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="ratingType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Portal_SuiteNavData_GetSuiteNavData"
                    ReturnType="Edm.String" IsSideEffecting="false" />
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_SharePointHomeServiceContextBuilder"
                    ReturnType="Microsoft.SharePoint.Portal.SharePointHomeServiceContextBuilder"
                    IsComposable="true" EntitySet="Sphomeservices" />
                <FunctionImport Name="Context"
                    ReturnType="Microsoft.SharePoint.Portal.SharePointHomeServiceContext"
                    IsComposable="true" IsBindable="true" EntitySet="SharePointHomeServiceContexts">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Portal.SharePointHomeServiceContextBuilder" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Portal_SharePointHomeServiceContext"
                    ReturnType="Microsoft.SharePoint.Portal.SharePointHomeServiceContext"
                    IsComposable="true" EntitySet="SharePointHomeServiceContexts" />
                <FunctionImport Name="Microsoft_SharePoint_Portal_SPHubSitesUtility"
                    ReturnType="Microsoft.SharePoint.Portal.SPHubSitesUtility" IsComposable="true"
                    EntitySet="HubSitesUtilitys" />
                <FunctionImport Name="GetHubSites" ReturnType="Collection(SP.HubSite)"
                    IsBindable="true" EntitySet="Hubsites">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPHubSitesUtility" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Portal_SPSiteManager"
                    ReturnType="Microsoft.SharePoint.Portal.SPSiteManager" IsComposable="true"
                    EntitySet="Spsitemanagers" />
                <FunctionImport Name="ArchiveTeamChannelSite" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="archive" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ArchiveTeamConnectedSite" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="SiteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="IsArchive" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="ModernGroupMemberMove"
                        Type="Microsoft.SharePoint.Portal.GroupMoveOperation" />
                    <Parameter Name="AllTenantUserMove"
                        Type="Microsoft.SharePoint.Portal.GroupMoveOperation" />
                </FunctionImport>
                <FunctionImport Name="AreSegmentsCompatible" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="segments" Type="Collection(Edm.Guid)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CanCreateHubJoinedSite" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="hubSiteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Create"
                    ReturnType="Microsoft.SharePoint.Portal.SPSiteCreationResponse"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="request"
                        Type="Microsoft.SharePoint.Portal.SPSiteCreationRequest" />
                </FunctionImport>
                <FunctionImport Name="Delete" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetCompatibleSegments"
                    ReturnType="Collection(Microsoft.SharePoint.Portal.IBSegmentInfo)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="segments" Type="Collection(Edm.Guid)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetIBSegmentLabels"
                    ReturnType="Collection(Microsoft.SharePoint.Portal.IBSegmentInfo)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="IBSegments" Type="Collection(Edm.Guid)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetProperty" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetTeamChannelSiteOwner"
                    ReturnType="Microsoft.SharePoint.Portal.GetTeamChannelSiteOwnerResponse"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="LandingSiteUrlFromName"
                    ReturnType="Microsoft.SharePoint.Portal.VivaSiteRequestInfo"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="siteName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RestoreTeamsChannelSite" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="relatedGroupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetIBSegments" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="IBSegments" Type="Collection(Edm.Guid)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetTeamChannelSiteOwner" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="logonName" Type="Edm.String" />
                    <Parameter Name="secondaryLogonName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SiteUrl" ReturnType="Edm.String" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Status"
                    ReturnType="Microsoft.SharePoint.Portal.SPSiteCreationResponse"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateWorkflow2013Endpoint" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="workflowServiceAddress" Type="Edm.String" />
                    <Parameter Name="workflowHostname" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="VivaBackendSiteUrlFromName"
                    ReturnType="Microsoft.SharePoint.Portal.VivaSiteRequestInfo"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SPSiteManager" />
                    <Parameter Name="siteName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Portal_SiteIconManager"
                    ReturnType="Microsoft.SharePoint.Portal.SiteIconManager" IsComposable="true"
                    EntitySet="SiteIconManagers" />
                <FunctionImport Name="GetSiteLogo" ReturnType="Edm.Stream" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SiteIconManager" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="target" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="type" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="hash" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetSiteLogo" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SiteIconManager" />
                    <Parameter Name="relativeLogoUrl" Type="Edm.String" />
                    <Parameter Name="type" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="aspect" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="focalx" Type="Edm.Double" Nullable="false" />
                    <Parameter Name="focaly" Type="Edm.Double" Nullable="false" />
                    <Parameter Name="isFocalPatch" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Portal_SiteLinkingManager"
                    ReturnType="Microsoft.SharePoint.Portal.SiteLinkingManager" IsComposable="true"
                    EntitySet="Sitelinkingmanagers" />
                <FunctionImport Name="GetSiteLinks"
                    ReturnType="Microsoft.SharePoint.Portal.LinkedSitesListContract"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SiteLinkingManager" />
                </FunctionImport>
                <FunctionImport Name="LinkGroup" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SiteLinkingManager" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UnlinkGroup" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.SiteLinkingManager" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Portal_VivaSiteManager"
                    ReturnType="Microsoft.SharePoint.Portal.VivaSiteManager" IsComposable="true"
                    EntitySet="Vivasitemanagers" />
                <FunctionImport Name="EnsureVivaSite"
                    ReturnType="Microsoft.SharePoint.Portal.SPSiteCreationResponse"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Portal.VivaSiteManager" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_MySiteRecommendations_FetchCacheBlob"
                    ReturnType="Microsoft.SharePoint.Portal.Project.MyRecsCacheBlob">
                    <Parameter Name="category" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="personalSiteUri" Type="Edm.String" />
                    <Parameter Name="forceRefresh" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_MySiteRecommendations_FetchCacheBlobV2"
                    ReturnType="Microsoft.SharePoint.Portal.Project.MyRecsCacheBlob">
                    <Parameter Name="category" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="personalSiteUri" Type="Edm.String" />
                    <Parameter Name="forceRefresh" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_MySiteRecommendations_FetchCachedBlobForRecentSites"
                    ReturnType="Microsoft.SharePoint.Portal.Project.MyRecsCacheBlob">
                    <Parameter Name="category" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="personalSiteUri" Type="Edm.String" />
                    <Parameter Name="forceRefresh" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Portal_MySiteRecommendations_FollowItem"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="uri" Type="Edm.String" />
                    <Parameter Name="personalSiteUri" Type="Edm.String" />
                    <Parameter Name="category" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_MySiteRecommendations_StopFollowingItem"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="uri" Type="Edm.String" />
                    <Parameter Name="personalSiteUri" Type="Edm.String" />
                    <Parameter Name="category" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_MySiteLinks_GetMySiteLinks"
                    ReturnType="Microsoft.SharePoint.Portal.UserProfiles.MySiteLinks"
                    IsComposable="true" EntitySet="MySiteLinkss" />
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_MySiteDismissStatusText_DismissStatusText" />
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_DocumentsSharedWithMe_GetFoldersSharedWithMeListDataScript"
                    ReturnType="Edm.String">
                    <Parameter Name="webPartQualifier" Type="Edm.String" />
                    <Parameter Name="sortFieldName" Type="Edm.String" />
                    <Parameter Name="isAscendingSort" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="renderEmptyList" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_DocumentsSharedWithMe_GetListData"
                    ReturnType="Edm.String">
                    <Parameter Name="sortFieldName" Type="Edm.String" />
                    <Parameter Name="isAscendingSort" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_DocumentsSharedWithMe_GetListDataScript"
                    ReturnType="Edm.String">
                    <Parameter Name="webPartQualifier" Type="Edm.String" />
                    <Parameter Name="sortFieldName" Type="Edm.String" />
                    <Parameter Name="isAscendingSort" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="includeCacheData" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="includeRSIData" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="searchOffset" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_SharedWithMeItems_SharedWithMe"
                    ReturnType="Collection(Microsoft.SharePoint.Portal.UserProfiles.SharedWithMeDocument)"
                    IsComposable="true" EntitySet="SharedWithMeDocuments" />
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_DocumentsSharedWithGroup_GetListDataScript"
                    ReturnType="Edm.String">
                    <Parameter Name="webPartQualifier" Type="Edm.String" />
                    <Parameter Name="sortFieldName" Type="Edm.String" />
                    <Parameter Name="isAscendingSort" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="includeCacheData" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="includeRSIData" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_DocumentsSharedWithGroup_GetListHighlightsData"
                    ReturnType="Edm.String">
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_DocumentsSharedWithGroup_GetListHighlightsDataScript"
                    ReturnType="Edm.String">
                    <Parameter Name="webPartQualifier" Type="Edm.String" />
                    <Parameter Name="sortFieldName" Type="Edm.String" />
                    <Parameter Name="isAscendingSort" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_DocumentsSharedWithGroup_GetSharedWithGroupDocs"
                    ReturnType="Collection(Microsoft.SharePoint.Portal.UserProfiles.SharedWithMeDocument)"
                    IsComposable="true" EntitySet="SharedWithMeDocuments">
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="sortFieldName" Type="Edm.String" />
                    <Parameter Name="isAscendingSort" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="isAppOnlyRequest" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_DocumentsSharedWithPerson_GetListData"
                    ReturnType="Edm.String">
                    <Parameter Name="sortFieldName" Type="Edm.String" />
                    <Parameter Name="isAscendingSort" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="person" Type="Edm.String" />
                    <Parameter Name="documentLibrary" Type="Edm.String" />
                    <Parameter Name="onlyDocuments" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_DocumentsSharedWithPerson_GetListDataScript"
                    ReturnType="Edm.String">
                    <Parameter Name="webPartQualifier" Type="Edm.String" />
                    <Parameter Name="sortFieldName" Type="Edm.String" />
                    <Parameter Name="isAscendingSort" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="offset" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="person" Type="Edm.String" />
                    <Parameter Name="documentLibrary" Type="Edm.String" />
                    <Parameter Name="onlyDocuments" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_PromotedSites_AddSiteLink"
                    IsSideEffecting="false">
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="title" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="imageUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_PromotedSites_DeleteSiteLink"
                    IsSideEffecting="false">
                    <Parameter Name="itemID" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_PromotedSites_GetPromotedLinksAsTiles"
                    ReturnType="Collection(SP.WebParts.TileData)" IsSideEffecting="false" />
                <FunctionImport
                    Name="Microsoft_SharePoint_Portal_UserProfiles_PromotedSites_UpdateSiteLink"
                    IsSideEffecting="false">
                    <Parameter Name="itemID" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="title" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="imageUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateCollectionInstance" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.Runtime.EntityInstance" />
                    <Parameter Name="fieldDotNotation" Type="Edm.String" />
                    <Parameter Name="size" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateInstance" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.Runtime.EntityInstance" />
                    <Parameter Name="fieldInstanceDotNotation" Type="Edm.String" />
                    <Parameter Name="fieldDotNotation" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.Runtime.EntityInstance" />
                </FunctionImport>
                <FunctionImport Name="FromXml" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.Runtime.EntityInstance" />
                    <Parameter Name="xml" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetIdentity"
                    ReturnType="SP.BusinessData.Runtime.EntityIdentity" IsBindable="true"
                    EntitySet="EntityIdentitys">
                    <Parameter Name="this" Type="SP.BusinessData.Runtime.EntityInstance" />
                </FunctionImport>
                <FunctionImport Name="ToXml" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.Runtime.EntityInstance" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.Runtime.EntityInstance" />
                </FunctionImport>
                <FunctionImport Name="CreateCollectionInstance" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.Runtime.EntityFieldValueDictionary" />
                    <Parameter Name="fieldDotNotation" Type="Edm.String" />
                    <Parameter Name="size" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateInstance" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.Runtime.EntityFieldValueDictionary" />
                    <Parameter Name="fieldInstanceDotNotation" Type="Edm.String" />
                    <Parameter Name="fieldDotNotation" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="FromXml" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.Runtime.EntityFieldValueDictionary" />
                    <Parameter Name="xml" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetCollectionSize" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.Runtime.EntityFieldValueDictionary" />
                    <Parameter Name="fieldDotNotation" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ToXml" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.Runtime.EntityFieldValueDictionary" />
                </FunctionImport>
                <FunctionImport Name="GetAssociationView" ReturnType="SP.BusinessData.EntityView"
                    IsBindable="true" EntitySet="EntityViews">
                    <Parameter Name="this" Type="SP.BusinessData.Entity" />
                    <Parameter Name="associationName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetCreatorView" ReturnType="SP.BusinessData.EntityView"
                    IsBindable="true" EntitySet="EntityViews">
                    <Parameter Name="this" Type="SP.BusinessData.Entity" />
                    <Parameter Name="methodInstanceName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetDefaultSpecificFinderView"
                    ReturnType="SP.BusinessData.EntityView" IsBindable="true"
                    EntitySet="EntityViews">
                    <Parameter Name="this" Type="SP.BusinessData.Entity" />
                </FunctionImport>
                <FunctionImport Name="GetFilters" ReturnType="Collection(SP.BusinessData.Filter)"
                    IsBindable="true" EntitySet="Filters">
                    <Parameter Name="this" Type="SP.BusinessData.Entity" />
                    <Parameter Name="methodInstanceName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFinderView" ReturnType="SP.BusinessData.EntityView"
                    IsBindable="true" EntitySet="EntityViews">
                    <Parameter Name="this" Type="SP.BusinessData.Entity" />
                    <Parameter Name="methodInstanceName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetIdentifierCount" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.Entity" />
                </FunctionImport>
                <FunctionImport Name="GetIdentifiers"
                    ReturnType="Collection(SP.BusinessData.EntityIdentifier)" IsBindable="true"
                    EntitySet="EntityIdentifiers">
                    <Parameter Name="this" Type="SP.BusinessData.Entity" />
                </FunctionImport>
                <FunctionImport Name="GetSpecificFinderView" ReturnType="SP.BusinessData.EntityView"
                    IsBindable="true" EntitySet="EntityViews">
                    <Parameter Name="this" Type="SP.BusinessData.Entity" />
                    <Parameter Name="specificFinderName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetUpdaterView" ReturnType="SP.BusinessData.EntityView"
                    IsBindable="true" EntitySet="EntityViews">
                    <Parameter Name="this" Type="SP.BusinessData.Entity" />
                    <Parameter Name="updaterName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ContainsLocalizedDisplayName" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.EntityIdentifier" />
                </FunctionImport>
                <FunctionImport Name="GetDefaultDisplayName" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.EntityIdentifier" />
                </FunctionImport>
                <FunctionImport Name="GetLocalizedDisplayName" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.EntityIdentifier" />
                </FunctionImport>
                <FunctionImport Name="ContainsLocalizedDisplayName" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.TypeDescriptor" />
                </FunctionImport>
                <FunctionImport Name="GetChildTypeDescriptors"
                    ReturnType="Collection(SP.BusinessData.TypeDescriptor)" IsBindable="true"
                    EntitySet="TypeDescriptors">
                    <Parameter Name="this" Type="SP.BusinessData.TypeDescriptor" />
                </FunctionImport>
                <FunctionImport Name="GetDefaultDisplayName" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.TypeDescriptor" />
                </FunctionImport>
                <FunctionImport Name="GetLocalizedDisplayName" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.TypeDescriptor" />
                </FunctionImport>
                <FunctionImport Name="GetParentTypeDescriptor"
                    ReturnType="SP.BusinessData.TypeDescriptor" IsBindable="true"
                    EntitySet="TypeDescriptors">
                    <Parameter Name="this" Type="SP.BusinessData.TypeDescriptor" />
                </FunctionImport>
                <FunctionImport Name="IsLeaf" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.TypeDescriptor" />
                </FunctionImport>
                <FunctionImport Name="IsRoot" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.TypeDescriptor" />
                </FunctionImport>
                <FunctionImport Name="GetDefaultValues"
                    ReturnType="SP.BusinessData.Runtime.EntityFieldValueDictionary"
                    IsBindable="true" EntitySet="EntityFieldValueDictionarys">
                    <Parameter Name="this" Type="SP.BusinessData.EntityView" />
                </FunctionImport>
                <FunctionImport Name="GetType" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.EntityView" />
                    <Parameter Name="fieldDotNotation" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetTypeDescriptor" ReturnType="SP.BusinessData.TypeDescriptor"
                    IsBindable="true" EntitySet="TypeDescriptors">
                    <Parameter Name="this" Type="SP.BusinessData.EntityView" />
                    <Parameter Name="fieldDotNotation" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetXmlSchema" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.EntityView" />
                </FunctionImport>
                <FunctionImport Name="SP_BusinessData_Runtime_NotificationCallback"
                    ReturnType="SP.BusinessData.Runtime.NotificationCallback" IsComposable="true"
                    EntitySet="NotificationCallbacks">
                    <Parameter Name="notificationEndpoint" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_BusinessData_Runtime_Subscription"
                    ReturnType="SP.BusinessData.Runtime.Subscription" IsComposable="true"
                    EntitySet="Subscriptions1">
                    <Parameter Name="id" Type="Collection(SP.KeyValue)" />
                    <Parameter Name="hash" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="Microsoft.SharePoint.Webhooks.Subscription"
                    IsBindable="true" EntitySet="Subscriptions">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Webhooks.Subscription)" />
                    <Parameter Name="parameters"
                        Type="Microsoft.SharePoint.Webhooks.SubscriptionInformation" />
                </FunctionImport>
                <FunctionImport Name="GetById"
                    ReturnType="Microsoft.SharePoint.Webhooks.Subscription" IsComposable="true"
                    IsBindable="true" EntitySet="Subscriptions">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Webhooks.Subscription)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Remove" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Webhooks.Subscription)" />
                    <Parameter Name="subscriptionId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Delete" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Webhooks.Subscription" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Webhooks.Subscription" />
                    <Parameter Name="parameters"
                        Type="Microsoft.SharePoint.Webhooks.SubscriptionInformation" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_AddSiteDesignTask"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignTask">
                    <Parameter Name="webUrl" Type="Edm.String" />
                    <Parameter Name="siteDesignId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_AddSiteDesignTaskToCurrentWeb"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignTask">
                    <Parameter Name="siteDesignId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ApplyImplicitSiteDesign"
                    ReturnType="Edm.Boolean" />
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ApplyListDesign"
                    ReturnType="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionResult)">
                    <Parameter Name="listDesignId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="store" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="runtimeParameters" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ApplySiteDesign"
                    ReturnType="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionResult)">
                    <Parameter Name="webUrl" Type="Edm.String" />
                    <Parameter Name="siteDesignId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="store" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_CreateListDesign"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignMetadata">
                    <Parameter Name="info"
                        Type="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignCreationInfo" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_CreateSiteDesign"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignMetadata">
                    <Parameter Name="info"
                        Type="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignCreationInfo" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_CreateSiteScript"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptMetadata">
                    <Parameter Name="Content" Type="Edm.String" />
                    <Parameter Name="Description" Type="Edm.String" />
                    <Parameter Name="Title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_CreateSiteScriptPackage"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptMetadata">
                    <Parameter Name="Content" Type="Edm.String" />
                    <Parameter Name="Description" Type="Edm.String" />
                    <Parameter Name="Title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_DeleteSiteDesign">
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_DeleteSiteScript">
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ExecuteAdminTemplateScript"
                    ReturnType="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionResult)">
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ExecuteSiteScriptAction"
                    ReturnType="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionResult)">
                    <Parameter Name="actionDefinition" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ExecuteTemplateScript"
                    ReturnType="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionResult)">
                    <Parameter Name="script" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ExecuteTemplateScriptWithParameters"
                    ReturnType="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionResult)">
                    <Parameter Name="script" Type="Edm.String" />
                    <Parameter Name="parameters" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetDefaultSiteDesignForWebTemplate"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignMetadata">
                    <Parameter Name="webTemplate" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetDesignPackageMenuContents"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.DesignPackageMenuContents"
                    EntitySet="DesignPackageMenuContentss" />
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetHiddenBuiltInDesignPackages"
                    ReturnType="Edm.Int64" />
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetListDesign"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignMetadata">
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="store" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetListDesigns"
                    ReturnType="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignMetadata)">
                    <Parameter Name="store" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetOutOfBoxSiteTemplateSettings"
                    ReturnType="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.OutOfBoxSiteTemplateSettings)" />
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignMetadata"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignMetadata">
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="store" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignRights"
                    ReturnType="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignPrincipal)"
                    EntitySet="SiteDesignPrincipals">
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignRun"
                    ReturnType="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignRun)"
                    EntitySet="SiteDesignRuns">
                    <Parameter Name="webUrl" Type="Edm.String" />
                    <Parameter Name="siteDesignId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignRunStatus"
                    ReturnType="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus)">
                    <Parameter Name="webUrl" Type="Edm.String" />
                    <Parameter Name="runId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignRunStatusAndSchema"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SPSiteScriptStatusAndSchema">
                    <Parameter Name="runId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesigns"
                    ReturnType="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignMetadata)">
                    <Parameter Name="includeUntargeted" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="store" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignStages"
                    ReturnType="Edm.String">
                    <Parameter Name="siteDesignId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignTask"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignTask">
                    <Parameter Name="taskId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignTasks"
                    ReturnType="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignTask)">
                    <Parameter Name="webUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteScriptFromList"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="listUrl" Type="Edm.String" />
                    <Parameter Name="options" Type="Collection(SP.KeyValue)" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteScriptFromWeb"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptSerializationResult"
                    IsSideEffecting="false">
                    <Parameter Name="webUrl" Type="Edm.String" />
                    <Parameter Name="info"
                        Type="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptSerializationInfo" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteScriptMetadata"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptMetadata">
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="store" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteScriptPackageFile"
                    ReturnType="Edm.Stream">
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteScripts"
                    ReturnType="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptMetadata)">
                    <Parameter Name="store" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GrantSiteDesignRights">
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="principalNames" Type="Collection(Edm.String)" />
                    <Parameter Name="grantedRights" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_RemoteCreateSiteScript"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptMetadata">
                    <Parameter Name="info"
                        Type="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptCreationInfo" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_RemoveListDesign">
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_RemoveSiteDesignTask">
                    <Parameter Name="taskId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_RevokeSiteDesignRights">
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="principalNames" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_SetBuiltInDesignPackageVisibility">
                    <Parameter Name="designPackageType" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="isVisible" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_SetOutOfBoxSiteTemplateSettings"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.OutOfBoxSiteTemplateSettings">
                    <Parameter Name="updateInfo"
                        Type="Microsoft.SharePoint.Utilities.WebTemplateExtensions.OutOfBoxSiteTemplateSettings" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_SetSiteScriptStageOutcome">
                    <Parameter Name="webUrl" Type="Edm.String" />
                    <Parameter Name="stageId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="outcome" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_UpdateSiteDesign"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignMetadata">
                    <Parameter Name="updateInfo"
                        Type="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignMetadata" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_UpdateSiteScript"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptMetadata">
                    <Parameter Name="updateInfo"
                        Type="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptMetadata" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_UpdateSiteScriptContent"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptMetadata">
                    <Parameter Name="Content" Type="Edm.String" />
                    <Parameter Name="Description" Type="Edm.String" />
                    <Parameter Name="Title" Type="Edm.String" />
                    <Parameter Name="Id" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="Version" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_UpdateSiteScriptPackage"
                    ReturnType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptMetadata">
                    <Parameter Name="Content" Type="Edm.String" />
                    <Parameter Name="Description" Type="Edm.String" />
                    <Parameter Name="Id" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="IsSiteScriptPackage" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="Title" Type="Edm.String" />
                    <Parameter Name="Version" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ValidatePendingWebTemplateExtension"
                    ReturnType="Edm.Boolean" />
                <FunctionImport Name="Microsoft_SharePoint_TenantCdn_TenantCdnApi"
                    ReturnType="Microsoft.SharePoint.TenantCdn.TenantCdnApi" IsComposable="true"
                    EntitySet="TenantCdnApis" />
                <FunctionImport Name="GetCdnUrls"
                    ReturnType="Collection(Microsoft.SharePoint.TenantCdn.TenantCdnUrl)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.TenantCdn.TenantCdnApi" />
                    <Parameter Name="items" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="IsFolderUrlsInTenantCdn" ReturnType="Collection(Edm.Boolean)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.TenantCdn.TenantCdnApi" />
                    <Parameter Name="urls" Type="Collection(Edm.String)" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_SPStart_SPStartUtilitiesProxy_GetSerializedSPStartContext"
                    ReturnType="Edm.String">
                    <Parameter Name="mySiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_SiteManager_SiteManagerService"
                    ReturnType="Microsoft.SharePoint.SiteManager.SiteManagerService"
                    IsComposable="true" EntitySet="SiteManagers" />
                <FunctionImport Name="AddSuggestionItems" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                    <Parameter Name="suggestionItems"
                        Type="Collection(Microsoft.SharePoint.SiteManager.SuggestionItem)" />
                </FunctionImport>
                <FunctionImport Name="DeleteSuggestionItemsByIdentifiers" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                    <Parameter Name="cardType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="identifiers" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="EnsureMissingLinksListFeature" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                </FunctionImport>
                <FunctionImport Name="EnsureRedirectUrlListFeature" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                </FunctionImport>
                <FunctionImport Name="EnsureRetirePageFeature" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                </FunctionImport>
                <FunctionImport Name="EnsureSuggestionListFeature" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                </FunctionImport>
                <FunctionImport Name="GetDismissedContentGapSuggestions"
                    ReturnType="Collection(Microsoft.SharePoint.SiteManager.SuggestionItem)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                </FunctionImport>
                <FunctionImport Name="LogMissingLink" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                    <Parameter Name="referrerUrl" Type="Edm.String" />
                    <Parameter Name="destinationUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="PerformBAAA"
                    ReturnType="Microsoft.SharePoint.SiteManager.BAAAResponse" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                    <Parameter Name="baaaRequest"
                        Type="Microsoft.SharePoint.SiteManager.BAAARequest" />
                </FunctionImport>
                <FunctionImport Name="RetirablePages"
                    ReturnType="Microsoft.SharePoint.SiteManager.RetirablePagesQueryResult"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                    <Parameter Name="top" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="skipToken" Type="Edm.String" />
                    <Parameter Name="isDebug" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="snoozedPaths" Type="Edm.String" />
                    <Parameter Name="isDocument" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="dataSources"
                        Type="Collection(Microsoft.SharePoint.SiteManager.DocumentsDataSource)" />
                </FunctionImport>
                <FunctionImport Name="RetiredPagesView" IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                </FunctionImport>
                <FunctionImport Name="SetSiteManagerSignals" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                    <Parameter Name="signals"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerSignals" />
                </FunctionImport>
                <FunctionImport Name="SiteManagerSignals"
                    ReturnType="Microsoft.SharePoint.SiteManager.SiteManagerSignals"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                </FunctionImport>
                <FunctionImport Name="TopFiles"
                    ReturnType="Microsoft.SharePoint.SiteManager.TopSiteFilesResult"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                    <Parameter Name="maxCount" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="TopMissingLinks"
                    ReturnType="Microsoft.SharePoint.SiteManager.MissingLinksResult"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SiteManager.SiteManagerService" />
                    <Parameter Name="maxCount" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="snoozedLinks" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_SectionDesignIdeas_SectionDesignIdeasApi"
                    ReturnType="Microsoft.SharePoint.SectionDesignIdeas.SectionDesignIdeasApi"
                    IsComposable="true" EntitySet="SectionDesignIdeasApis" />
                <FunctionImport Name="GetSectionDesignIdeas"
                    ReturnType="Collection(Microsoft.SharePoint.SectionDesignIdeas.WebPartModel)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SectionDesignIdeas.SectionDesignIdeasApi" />
                    <Parameter Name="title" Type="Edm.String" />
                    <Parameter Name="subTitle" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Ping" ReturnType="Edm.String" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.SectionDesignIdeas.SectionDesignIdeasApi" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_QuotaManagement_Consumer_NonQuotaBackfillApi"
                    ReturnType="Microsoft.SharePoint.QuotaManagement.Consumer.NonQuotaBackfillApi"
                    IsComposable="true" EntitySet="NonQuotaBackfillApis" />
                <FunctionImport Name="BackfillNonQuota" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.QuotaManagement.Consumer.NonQuotaBackfillApi" />
                    <Parameter Name="backfillUserfacts" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_QuotaManagement_Consumer_NonQuotaMigrationApi"
                    ReturnType="Microsoft.SharePoint.QuotaManagement.Consumer.NonQuotaMigrationApi"
                    IsComposable="true" EntitySet="NonQuotaMigrationApis" />
                <FunctionImport Name="MigrateNonQuota" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.QuotaManagement.Consumer.NonQuotaMigrationApi" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_QuotaManagement_Consumer_QuotaMigrationApi"
                    ReturnType="Microsoft.SharePoint.QuotaManagement.Consumer.QuotaMigrationApi"
                    IsComposable="true" EntitySet="QuotaMigrationApis" />
                <FunctionImport Name="MigrateQuota" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.QuotaManagement.Consumer.QuotaMigrationApi" />
                    <Parameter Name="IsMaxQuotaCall" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_SPHSite" ReturnType="SP.SPHSite" IsComposable="true"
                    EntitySet="SPHSites" />
                <FunctionImport Name="AddHomeSite" ReturnType="SP.TargetedSiteDetails"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.SPHSite" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="order" Type="Edm.Int32" />
                    <Parameter Name="audiences" Type="Collection(Edm.Guid)" Nullable="false" />
                    <Parameter Name="vivaConnectionsDefaultStart" Type="Edm.Boolean" />
                    <Parameter Name="isInDraftMode" Type="Edm.Boolean" />
                </FunctionImport>
                <FunctionImport Name="SP_SPHSite_AddOrgNewsSite" ReturnType="Edm.Guid">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SPHSite_AddSPHomeNavNode" ReturnType="Edm.Boolean">
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_SPHSite_AssertSiteInSubscription">
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="contextSubscriptionId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Details" ReturnType="SP.SPHSiteReference"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.SPHSite" />
                    <Parameter Name="includeVivaSites" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_SPHSite_GetSiteReferenceXgeo"
                    ReturnType="SP.PortalAndOrgNewsSiteReference">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SPHSite_GetSiteTitleXgeo" ReturnType="Edm.String">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SPHSite_GetSPHSiteXGeo" ReturnType="SP.SPHSiteReference" />
                <FunctionImport Name="SP_SPHSite_GetTargetedSitesDetailsCurrentUserCanEditXGeo"
                    ReturnType="Collection(SP.TargetedSiteDetails)">
                    <Parameter Name="siteIds" Type="Collection(Edm.Guid)" Nullable="false" />
                    <Parameter Name="stopRedirect" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_SPHSite_GetXgeoHomeSiteDetail"
                    ReturnType="SP.HomeSitesDetails">
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SPHSite_IsCommSite" ReturnType="Edm.Boolean">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SPHSite_IsModernSiteWithHorizontalNav"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SPHSite_IsValidHomeSite" ReturnType="Edm.Boolean">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SPHSite_RemoveDashboardFeature">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetSPHSite" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.SPHSite" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="vivaConnectionsDefaultStart" Type="Edm.Boolean" />
                    <Parameter Name="isInDraftMode" Type="Edm.Boolean" />
                </FunctionImport>
                <FunctionImport Name="SP_SPHSite_ValidateHomeSiteCandidate"
                    ReturnType="SP.HomeSiteReference">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_OrganizationNews" ReturnType="SP.OrganizationNews"
                    IsComposable="true" EntitySet="OrgNews" />
                <FunctionImport Name="SP_OrganizationNews_GetSiteReference"
                    ReturnType="SP.OrganizationNewsSiteReference">
                    <Parameter Name="orgNewsSiteUrl" Type="Edm.String" />
                    <Parameter Name="validate" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SitesReference"
                    ReturnType="Collection(SP.OrganizationNewsSiteReference)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.OrganizationNews" />
                </FunctionImport>
                <FunctionImport Name="SP_PinnedItems_AddItem"
                    ReturnType="Microsoft.SharePoint.ListHome.FavoriteListHomeItem">
                    <Parameter Name="pinnedItem"
                        Type="Microsoft.SharePoint.ListHome.FavoriteListHomeItem" />
                </FunctionImport>
                <FunctionImport Name="SP_PinnedItems_GetItemsBy"
                    ReturnType="Collection(Microsoft.SharePoint.ListHome.FavoriteListHomeItem)"
                    IsSideEffecting="false">
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="listId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_PinnedItems_RemoveItem"
                    ReturnType="Microsoft.SharePoint.ListHome.FavoriteListHomeItem">
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="listId" Type="Edm.String" />
                    <Parameter Name="webId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_PinnedItems_ReorderList">
                    <Parameter Name="itemToReorder"
                        Type="Microsoft.SharePoint.ListHome.FavoriteListHomeItem" />
                    <Parameter Name="itemBefore"
                        Type="Microsoft.SharePoint.ListHome.FavoriteListHomeItem" />
                    <Parameter Name="itemAfter"
                        Type="Microsoft.SharePoint.ListHome.FavoriteListHomeItem" />
                </FunctionImport>
                <FunctionImport Name="SP_PinnedItems_UpdateItem"
                    ReturnType="Microsoft.SharePoint.ListHome.FavoriteListHomeItem">
                    <Parameter Name="pinnedItem"
                        Type="Microsoft.SharePoint.ListHome.FavoriteListHomeItem" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Photos_PhotosMigration"
                    ReturnType="Microsoft.SharePoint.Photos.PhotosMigration" IsComposable="true"
                    EntitySet="PhotosMigrations" />
                <FunctionImport Name="MigratePhotosData" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Photos.PhotosMigration" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_OrgNewsSite_OrgNewsSiteApi"
                    ReturnType="Microsoft.SharePoint.OrgNewsSite.OrgNewsSiteApi" IsComposable="true"
                    EntitySet="OrgNewsSites" />
                <FunctionImport Name="Details"
                    ReturnType="Microsoft.SharePoint.OrgNewsSite.OrgNewsSiteInfo"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.OrgNewsSite.OrgNewsSiteApi" />
                </FunctionImport>
                <FunctionImport Name="SP_Nucleus_CreateEndpointList" />
                <FunctionImport Name="SP_NewsNotificationList_Update" ReturnType="Edm.Int32">
                    <Parameter Name="Payload"
                        Type="Microsoft.SharePoint.News.NewsNotificationUpdatePayload" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Navigation_REST_HomeSiteNavigationSettings"
                    ReturnType="Microsoft.SharePoint.Navigation.REST.HomeSiteNavigationSettings"
                    IsComposable="true" EntitySet="HomeSiteNavigationSettingss" />
                <FunctionImport Name="EnableGlobalNavigation" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Navigation.REST.HomeSiteNavigationSettings" />
                    <Parameter Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Navigation_REST_NavigationServiceRest"
                    ReturnType="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest"
                    IsComposable="true" EntitySet="NavigationServiceRests" />
                <FunctionImport Name="CurrentResourcesNav" ReturnType="SP.MenuState"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest" />
                    <Parameter Name="source" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="includeVivaResources" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetPublishingNavigationProviderType" ReturnType="Edm.Int32"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest" />
                    <Parameter Name="mapProviderName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GlobalNav" ReturnType="SP.MenuState" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest" />
                    <Parameter Name="source" Type="Edm.String" />
                    <Parameter Name="includeVivaResources" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GlobalNavEnabled" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest" />
                </FunctionImport>
                <FunctionImport Name="HomeSiteNavigation" ReturnType="SP.MenuState"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest" />
                    <Parameter Name="source" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="MenuNodeKey" ReturnType="Edm.String" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest" />
                    <Parameter Name="currentUrl" Type="Edm.String" />
                    <Parameter Name="mapProviderName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="MenuState" ReturnType="SP.MenuState" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest" />
                    <Parameter Name="menuNodeKey" Type="Edm.String" />
                    <Parameter Name="mapProviderName" Type="Edm.String" />
                    <Parameter Name="depth" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="customProperties" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SaveMenuState" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest" />
                    <Parameter Name="menuState" Type="SP.MenuState" />
                    <Parameter Name="mapProviderName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetGlobalNavEnabled" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest" />
                    <Parameter Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_MultiGeo_SPMultiGeoProxy"
                    ReturnType="Microsoft.SharePoint.MultiGeo.SPMultiGeoProxy" IsComposable="true"
                    EntitySet="MultiGeoProxys" />
                <FunctionImport Name="RemoteThumbnail" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.MultiGeo.SPMultiGeoProxy" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_MicroService_MicroServiceManager"
                    ReturnType="SP.MicroService.MicroServiceManager" IsComposable="true"
                    EntitySet="Microservicemanagers" />
                <FunctionImport Name="AddMicroserviceWorkItem" ReturnType="Edm.Guid"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.MicroService.MicroServiceManager" />
                    <Parameter Name="payLoad" Type="Edm.Binary" />
                    <Parameter Name="minutes" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="properties"
                        Type="SP.MicroService.MicroServiceWorkItemProperties" />
                </FunctionImport>
                <FunctionImport Name="DeleteMicroserviceWorkItem" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.MicroService.MicroServiceManager" />
                    <Parameter Name="workItemId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteMicroserviceWorkItemByContentDbId"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.MicroService.MicroServiceManager" />
                    <Parameter Name="contentDatabaseId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="workItemId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetServiceInternalUrls" ReturnType="Collection(Edm.String)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.MicroService.MicroServiceManager" />
                    <Parameter Name="service" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetServiceUrls" ReturnType="Collection(Edm.String)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.MicroService.MicroServiceManager" />
                    <Parameter Name="service" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata"
                    IsComposable="true" IsBindable="true" EntitySet="CorporateCatalogAppMetadatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata)" />
                    <Parameter Name="id" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Deploy" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata" />
                    <Parameter Name="skipFeatureDeployment" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="isUpdatingApp" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Install" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata" />
                </FunctionImport>
                <FunctionImport Name="Remove" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata" />
                </FunctionImport>
                <FunctionImport Name="Retract" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata" />
                </FunctionImport>
                <FunctionImport Name="Uninstall" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata" />
                </FunctionImport>
                <FunctionImport Name="Upgrade" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata" />
                </FunctionImport>
                <FunctionImport Name="Add"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesign"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesigns" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="serializedProperties" Type="Edm.String" />
                    <Parameter Name="showInToolbox" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesign"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesigns" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="serializedProperties" Type="Edm.String" />
                    <Parameter Name="showInToolbox" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Add"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem"
                    IsBindable="true" EntitySet="SiteCollectionAppCatalogAllowedItems">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem)" />
                    <Parameter Name="absolutePath" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem"
                    IsBindable="true" EntitySet="SiteCollectionAppCatalogAllowedItems">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem)" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Remove" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem)" />
                    <Parameter Name="absolutePath" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveById" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem)" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionCorporateCatalogAccessor" />
                    <Parameter Name="Content" Type="Edm.Binary" />
                    <Parameter Name="Overwrite" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="Url" Type="Edm.String" />
                    <Parameter Name="XorHash" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DownloadTeams" ReturnType="Edm.Stream" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TeamsPackageDownload" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                    <Parameter Name="Content" Type="Edm.Binary" />
                    <Parameter Name="Overwrite" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="Url" Type="Edm.String" />
                    <Parameter Name="XorHash" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddAndDeployStoreAppById"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPAppAddAndDeployResponseInfomation"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                    <Parameter Name="CallerId" Type="Edm.String" />
                    <Parameter Name="CMU" Type="Edm.String" />
                    <Parameter Name="isUpdatingApp" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="Overwrite" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="SkipFeatureDeployment" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="StoreAssetId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddStoreApp" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                    <Parameter Name="Content" Type="Edm.Binary" />
                    <Parameter Name="Overwrite" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="Url" Type="Edm.String" />
                    <Parameter Name="XorHash" Type="Edm.String" />
                    <Parameter Name="IconUrl" Type="Edm.String" />
                    <Parameter Name="Publisher" Type="Edm.String" />
                    <Parameter Name="ShortDescription" Type="Edm.String" />
                    <Parameter Name="StoreAssetId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AppRequests"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPStoreAppResponseInformation"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                    <Parameter Name="AppRequestInfo"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPStoreAppRequestInformation" />
                </FunctionImport>
                <FunctionImport Name="DownloadTeamsSolution"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TeamsPackageDownload"
                    IsComposable="true" IsBindable="true" EntitySet="TeamsPackageDownloads">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DownloadTeamsSolutionByUniqueId"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TeamsPackageDownload"
                    IsComposable="true" IsBindable="true" EntitySet="TeamsPackageDownloads">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAppById"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata"
                    IsComposable="true" IsBindable="true" EntitySet="CorporateCatalogAppMetadatas">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                    <Parameter Name="itemUniqueId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="IsAppUpgradeAvailable"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.AppUpgradeAvailability"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SendAppRequestStatusNotificationEmail" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                    <Parameter Name="RequestGuid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SolutionContainsTeamsComponent" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SyncSolutionToTeams" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SyncSolutionToTeamsByUniqueId" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateMyRequestStatus" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                    <Parameter Name="RequestId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="Status" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Upload" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor" />
                    <Parameter Name="Content" Type="Edm.Binary" />
                    <Parameter Name="Overwrite" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="Url" Type="Edm.String" />
                    <Parameter Name="XorHash" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_FavoriteLists_AddList"
                    ReturnType="Microsoft.SharePoint.ListHome.FavoriteListHomeItem">
                    <Parameter Name="favoriteList"
                        Type="Microsoft.SharePoint.ListHome.FavoriteListHomeItem" />
                </FunctionImport>
                <FunctionImport Name="SP_FavoriteLists_GetListsBy"
                    ReturnType="Collection(Microsoft.SharePoint.ListHome.FavoriteListHomeItem)"
                    IsSideEffecting="false">
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="listId" Type="Edm.String" />
                    <Parameter Name="page" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_FavoriteLists_RemoveList"
                    ReturnType="Microsoft.SharePoint.ListHome.FavoriteListHomeItem">
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="listId" Type="Edm.String" />
                    <Parameter Name="webId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_FavoriteLists_ReorderList">
                    <Parameter Name="listToReorder"
                        Type="Microsoft.SharePoint.ListHome.FavoriteListHomeItem" />
                    <Parameter Name="listBefore"
                        Type="Microsoft.SharePoint.ListHome.FavoriteListHomeItem" />
                    <Parameter Name="listAfter"
                        Type="Microsoft.SharePoint.ListHome.FavoriteListHomeItem" />
                </FunctionImport>
                <FunctionImport Name="SP_FavoriteLists_UpdateList"
                    ReturnType="Microsoft.SharePoint.ListHome.FavoriteListHomeItem">
                    <Parameter Name="favoriteList"
                        Type="Microsoft.SharePoint.ListHome.FavoriteListHomeItem" />
                </FunctionImport>
                <FunctionImport Name="SP_FavoriteListsSubstrate_AddList" ReturnType="Edm.String">
                    <Parameter Name="list" Type="Microsoft.SharePoint.ListHome.FavoriteListHomeItem" />
                    <Parameter Name="contentSource" Type="Edm.String" />
                    <Parameter Name="query" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_FavoriteListsSubstrate_GetListsBy" ReturnType="Edm.String"
                    IsSideEffecting="false">
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="listId" Type="Edm.String" />
                    <Parameter Name="page" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_FavoriteListsSubstrate_RemoveList">
                    <Parameter Name="siteId" Type="Edm.String" />
                    <Parameter Name="listId" Type="Edm.String" />
                    <Parameter Name="webId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_FavoriteListsSubstrate_UpdateList">
                    <Parameter Name="list" Type="Microsoft.SharePoint.ListHome.FavoriteListHomeItem" />
                </FunctionImport>
                <FunctionImport Name="SP_KnowledgeSite_publish"
                    ReturnType="Microsoft.SharePoint.KnowledgeSite.Models.DocumentPublishResponse"
                    IsSideEffecting="false">
                    <Parameter Name="documentPublishRequest"
                        Type="Microsoft.SharePoint.KnowledgeSite.Models.DocumentPublishRequest" />
                </FunctionImport>
                <FunctionImport Name="SP_KnowledgeSite_unpublish"
                    ReturnType="Microsoft.SharePoint.KnowledgeSite.Models.DocumentUnpublishResponse"
                    IsSideEffecting="false">
                    <Parameter Name="documentUnpublishRequest"
                        Type="Microsoft.SharePoint.KnowledgeSite.Models.DocumentUnpublishRequest" />
                </FunctionImport>
                <FunctionImport Name="SP_KnowledgeHub" ReturnType="SP.KnowledgeHub"
                    IsComposable="true" EntitySet="KnowledgeHubs" />
                <FunctionImport Name="AddOrUpdateSiteReference" IsBindable="true">
                    <Parameter Name="this" Type="SP.KnowledgeHub" />
                    <Parameter Name="knowledgeHubSiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SiteReference" ReturnType="SP.KnowledgeHubSiteReference"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.KnowledgeHub" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_IR_IRMigration"
                    ReturnType="Microsoft.SharePoint.IR.IRMigration" IsComposable="true"
                    EntitySet="IRMigrations" />
                <FunctionImport Name="DeleteAndRecreateIRList" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.IR.IRMigration" />
                </FunctionImport>
                <FunctionImport Name="FeedbackDirect" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Internal.ActivityLogger" />
                    <Parameter Name="Operation" Type="Edm.String" />
                    <Parameter Name="ListId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="ListItemUniqueId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="AffectedResourceUrl" Type="Edm.String" />
                    <Parameter Name="ItemType" Type="Edm.String" />
                    <Parameter Name="json" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="FeedbackIndirect" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Internal.ActivityLogger" />
                    <Parameter Name="Operation" Type="Edm.String" />
                    <Parameter Name="ListId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="ListItemUniqueId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="AffectedResourceUrl" Type="Edm.String" />
                    <Parameter Name="ItemType" Type="Edm.String" />
                    <Parameter Name="json" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="LogActivity" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Internal.ActivityLogger" />
                    <Parameter Name="Operation" Type="Edm.String" />
                    <Parameter Name="ListId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="ListItemUniqueId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="AffectedResourceUrl" Type="Edm.String" />
                    <Parameter Name="ItemType" Type="Edm.String" />
                    <Parameter Name="ExtraProperties"
                        Type="Microsoft.SharePoint.Internal.LogActivityExtraProperties" />
                    <Parameter Name="AuditCreationTime" Type="Edm.String" />
                    <Parameter Name="IsOffline" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="UserIdList" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="LogActivityBulk" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Internal.ActivityLogger" />
                    <Parameter Name="Operation" Type="Edm.String" />
                    <Parameter Name="SiteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="WebId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="ListId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="MailboxType" Type="Edm.String" />
                    <Parameter Name="Requests"
                        Type="Collection(Microsoft.SharePoint.Internal.LogActivityRequest)" />
                </FunctionImport>
                <FunctionImport Name="SP_Internal_FlowPermissions_GetFlowPermissionLevelOnList"
                    ReturnType="SP.ConnectorResult" IsComposable="true" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Internal_FormsCustomization_ActivateApp"
                    ReturnType="SP.ConnectorResult" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="appRenderInfo" Type="SP.Internal.AppRenderInfo" />
                    <Parameter Name="additionalData" Type="Edm.String" />
                    <Parameter Name="formsCacheInfo" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Internal_FormsCustomization_CanCustomizeForms"
                    ReturnType="SP.ConnectorResult" IsComposable="true" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Internal_FormsCustomization_ClearApp"
                    ReturnType="SP.ConnectorResult" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Internal_FormsCustomization_DeactivateApp">
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Internal_FormsCustomization_GetPowerAppsFormDesignUrl"
                    ReturnType="SP.ConnectorResult" IsComposable="true" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="visualizationTarget" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Internal_FormsCustomization_SetApp"
                    ReturnType="SP.ConnectorResult" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="appId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Internal_TrackedItemService_GetTrackedItemUpdatesForUser"
                    ReturnType="Edm.String">
                    <Parameter Name="request"
                        Type="Microsoft.SharePoint.Internal.TrackedItemUpdatesRequest" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Internal_ClientSideComponent_ComponentContextInfo"
                    ReturnType="Microsoft.SharePoint.Internal.ClientSideComponent.ComponentContextInfo"
                    IsComposable="true" EntitySet="ComponentContextInfos" />
                <FunctionImport
                    Name="Microsoft_SharePoint_Internal_ClientSideComponent_Token_AcquireOBOToken"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="clientId" Type="Edm.String" />
                    <Parameter Name="resource" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Insights_SPTenantIBInsightsReportManager"
                    ReturnType="Microsoft.SharePoint.Insights.SPTenantIBInsightsReportManager"
                    IsComposable="true" EntitySet="SPTenantIBInsightsReportManagers" />
                <FunctionImport Name="CreateReport"
                    ReturnType="Microsoft.SharePoint.Insights.SPTenantIBInsightsReportMetadata"
                    IsBindable="true" EntitySet="SPTenantIBInsightsReportMetadatas">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Insights.SPTenantIBInsightsReportManager" />
                </FunctionImport>
                <FunctionImport Name="GetAllReportsMetadata"
                    ReturnType="Collection(Microsoft.SharePoint.Insights.SPTenantIBInsightsReportMetadata)"
                    IsComposable="true" IsBindable="true"
                    EntitySet="SPTenantIBInsightsReportMetadatas">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Insights.SPTenantIBInsightsReportManager" />
                </FunctionImport>
                <FunctionImport Name="GetReport"
                    ReturnType="Microsoft.SharePoint.Insights.SPTenantIBInsightsReport"
                    IsComposable="true" IsBindable="true"
                    EntitySet="SPTenantIBInsightsReportMetadatas">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Insights.SPTenantIBInsightsReportManager" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="siteType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetReportData" ReturnType="Collection(Edm.String)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Insights.SPTenantIBInsightsReportManager" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="siteType" Type="Edm.String" />
                    <Parameter Name="section" Type="Edm.String" />
                    <Parameter Name="isFullDetails" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_IdentityModel_SPAllOrgSGManager"
                    ReturnType="Microsoft.SharePoint.IdentityModel.SPAllOrgSGManager"
                    IsComposable="true" EntitySet="SPAllOrgSGManagers" />
                <FunctionImport Name="CreateAllOrgSecurityGroup"
                    ReturnType="Microsoft.SharePoint.IdentityModel.SPAllOrgSGMetadata"
                    IsBindable="true" EntitySet="SPAllOrgSGMetadatas">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.IdentityModel.SPAllOrgSGManager" />
                </FunctionImport>
                <FunctionImport Name="SP_AppConfiguration" ReturnType="SP.AppConfiguration"
                    IsComposable="true" EntitySet="AppConfigurations" />
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.AppConfiguration" />
                </FunctionImport>
                <FunctionImport Name="SP_EmployeeEngagement" ReturnType="SP.EmployeeEngagement"
                    IsComposable="true" EntitySet="EEs" />
                <FunctionImport Name="Configuration" ReturnType="SP.ConfigurationData"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeEngagement" />
                </FunctionImport>
                <FunctionImport Name="ConfiguredVivaConnectionsURL" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeEngagement" />
                </FunctionImport>
                <FunctionImport Name="DashboardContent" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeEngagement" />
                    <Parameter Name="overrideLanguageCode" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DashboardOOBContent" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeEngagement" />
                    <Parameter Name="oobContentChoice" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="FullDashboardContent"
                    ReturnType="Microsoft.SharePoint.EmployeeEngagement.DashboardConfiguration"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeEngagement" />
                    <Parameter Name="canvasAsJson" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="includePersonalizationData" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetDashboardPersonalization" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeEngagement" />
                </FunctionImport>
                <FunctionImport Name="GetDataForHome" ReturnType="Collection(Edm.String)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeEngagement" />
                </FunctionImport>
                <FunctionImport Name="GetTargetedSitesAsEditor"
                    ReturnType="Collection(SP.TargetedSiteDetails)" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeEngagement" />
                </FunctionImport>
                <FunctionImport Name="LikeNewsPost" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeEngagement" />
                    <Parameter Name="pageUrl" Type="Edm.String" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="listItemUniqueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetDashboardPersonalization" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeEngagement" />
                    <Parameter Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UnlikeNewsPost" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeEngagement" />
                    <Parameter Name="pageUrl" Type="Edm.String" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="listItemUniqueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="VivaConnections"
                    ReturnType="SP.VivaConnectionsUrlConfiguration" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeEngagement" />
                    <Parameter Name="adminConfiguredUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="VivaHome"
                    ReturnType="Microsoft.SharePoint.EmployeeEngagement.VivaHome" IsBindable="true"
                    EntitySet="VivaHomes">
                    <Parameter Name="this" Type="SP.EmployeeEngagement" />
                </FunctionImport>
                <FunctionImport Name="VivaHomeConfiguration" ReturnType="Collection(SP.KeyValue)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeEngagement" />
                    <Parameter Name="shouldByPassCache" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddLink" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.EmployeeEngagement.VivaResources" />
                    <Parameter Name="newLink"
                        Type="Microsoft.SharePoint.EmployeeEngagement.VivaResourceLink" />
                </FunctionImport>
                <FunctionImport Name="GetLinks"
                    ReturnType="Microsoft.SharePoint.EmployeeEngagement.VivaResourceGetEndpoint"
                    IsComposable="true" IsBindable="true" EntitySet="VivaResourceGetEndpoints">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.EmployeeEngagement.VivaResources" />
                </FunctionImport>
                <FunctionImport Name="RemoveLink" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.EmployeeEngagement.VivaResources" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ReorderLink" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.EmployeeEngagement.VivaResources" />
                    <Parameter Name="linkId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="prevLinkId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateLink" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.EmployeeEngagement.VivaResources" />
                    <Parameter Name="updatedLink"
                        Type="Microsoft.SharePoint.EmployeeEngagement.VivaResourceLink" />
                </FunctionImport>
                <FunctionImport Name="UpdateLinks" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.EmployeeEngagement.VivaResources" />
                    <Parameter Name="links"
                        Type="Collection(Microsoft.SharePoint.EmployeeEngagement.VivaResourceLink)" />
                </FunctionImport>
                <FunctionImport Name="GetData"
                    ReturnType="Microsoft.SharePoint.EmployeeEngagement.ConnectionsConfigurationAndData"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.EmployeeEngagement.VivaConnectionsPage" />
                </FunctionImport>
                <FunctionImport Name="SetSpotlightConfiguration"
                    ReturnType="Microsoft.SharePoint.EmployeeEngagement.ConnectionsConfigurationAndData"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.EmployeeEngagement.VivaConnectionsPage" />
                    <Parameter Name="configuration"
                        Type="Microsoft.SharePoint.EmployeeEngagement.SpotlightConfiguration" />
                </FunctionImport>
                <FunctionImport Name="AddImage" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this" Type="Microsoft.SharePoint.EmployeeEngagement.VivaHome" />
                    <Parameter Name="fileName" Type="Edm.String" />
                    <Parameter Name="imageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="AddImageFromExternalUrl" ReturnType="SP.File"
                    IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="Microsoft.SharePoint.EmployeeEngagement.VivaHome" />
                    <Parameter Name="fileName" Type="Edm.String" />
                    <Parameter Name="externalUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="TitleRegion" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.EmployeeEngagement.VivaHome" />
                    <Parameter Name="vivaHomeTitleRegion" Type="SP.VivaHomeTitleRegion" />
                </FunctionImport>
                <FunctionImport Name="UpdateGoToVCButtonFlag" ReturnType="SP.TargetedSiteDetails"
                    IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.EmployeeEngagement.VivaHome" />
                    <Parameter Name="isGoBackToConnectionsButtonDisabled" Type="Edm.Boolean"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_EmployeeEngagement_VivaResourceGetEndpoint"
                    ReturnType="Microsoft.SharePoint.EmployeeEngagement.VivaResourceGetEndpoint"
                    IsComposable="true" EntitySet="VivaResourceGetEndpoints">
                    <Parameter Name="links"
                        Type="Collection(Microsoft.SharePoint.EmployeeEngagement.VivaResourceLink)" />
                </FunctionImport>
                <FunctionImport Name="SP_EmployeeExperienceController"
                    ReturnType="SP.EmployeeExperienceController" IsComposable="true"
                    EntitySet="EmployeeExperiences" />
                <FunctionImport Name="Dashboard"
                    ReturnType="Collection(Microsoft.SharePoint.EmployeeEngagement.Experience.DashboardContent)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeExperienceController" />
                    <Parameter Name="formFactor" Type="Edm.String" />
                    <Parameter Name="dashboardId" Type="Edm.String" />
                    <Parameter Name="mySiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetAnnouncementsState"
                    ReturnType="Collection(Microsoft.SharePoint.EmployeeEngagement.Experience.AnnouncementState)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeExperienceController" />
                    <Parameter Name="mySiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SaveDashboard" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeExperienceController" />
                    <Parameter Name="employeeExperienceDashboardData"
                        Type="Microsoft.SharePoint.EmployeeEngagement.Experience.DashboardContent" />
                    <Parameter Name="userCards" Type="Edm.String" />
                    <Parameter Name="mySiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetAnnouncementState" IsBindable="true">
                    <Parameter Name="this" Type="SP.EmployeeExperienceController" />
                    <Parameter Name="announcementStates"
                        Type="Collection(Microsoft.SharePoint.EmployeeEngagement.Experience.AnnouncementState)" />
                    <Parameter Name="mySiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_DynamicContentUpdateService"
                    ReturnType="SP.DynamicContentUpdateService" IsComposable="true"
                    EntitySet="DynamicContentUpdates" />
                <FunctionImport Name="AddFAQUserSubmittedQuestions" IsBindable="true">
                    <Parameter Name="this" Type="SP.DynamicContentUpdateService" />
                    <Parameter Name="data"
                        Type="Microsoft.SharePoint.DynamicContent.AddRawQuestionsPayload" />
                </FunctionImport>
                <FunctionImport Name="AddOrUpdateFAQContentUpdateSuggestion" IsBindable="true">
                    <Parameter Name="this" Type="SP.DynamicContentUpdateService" />
                    <Parameter Name="suggestion"
                        Type="Microsoft.SharePoint.DynamicContent.SuggestionItemParameters" />
                </FunctionImport>
                <FunctionImport Name="DeleteFAQAggregatedQuestion" IsBindable="true">
                    <Parameter Name="this" Type="SP.DynamicContentUpdateService" />
                    <Parameter Name="data"
                        Type="Microsoft.SharePoint.DynamicContent.DeleteAggregatedQuestionsPayload" />
                </FunctionImport>
                <FunctionImport Name="DeleteFAQContentUpdateSuggestion" IsBindable="true">
                    <Parameter Name="this" Type="SP.DynamicContentUpdateService" />
                    <Parameter Name="suggestion"
                        Type="Microsoft.SharePoint.DynamicContent.SuggestionItemParameters" />
                </FunctionImport>
                <FunctionImport Name="EnsureDynamicContentUpdateListFeature" IsBindable="true">
                    <Parameter Name="this" Type="SP.DynamicContentUpdateService" />
                </FunctionImport>
                <FunctionImport Name="EnsureFAQAggregatedQuestionsListItem"
                    ReturnType="Microsoft.SharePoint.DynamicContent.EnsureListItemResult"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.DynamicContentUpdateService" />
                    <Parameter Name="data"
                        Type="Microsoft.SharePoint.DynamicContent.FAQRequestPayload" />
                </FunctionImport>
                <FunctionImport Name="FAQAggregatedQuestions"
                    ReturnType="Microsoft.SharePoint.DynamicContent.AggregatedQuestionsResult"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.DynamicContentUpdateService" />
                    <Parameter Name="pageListItemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="webPartInstanceId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="FAQContentUpdateSuggestions"
                    ReturnType="Collection(Microsoft.SharePoint.DynamicContent.FaqSuggestionItem)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.DynamicContentUpdateService" />
                    <Parameter Name="maxItemCount" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="snoozedIdentifiers" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="FAQUserSubmittedQuestions"
                    ReturnType="Microsoft.SharePoint.DynamicContent.RawQuestionsResult"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.DynamicContentUpdateService" />
                    <Parameter Name="pageListItemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="webPartInstanceId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateFAQAggregatedQuestions" IsBindable="true">
                    <Parameter Name="this" Type="SP.DynamicContentUpdateService" />
                    <Parameter Name="aggregatedData"
                        Type="Microsoft.SharePoint.DynamicContent.AggregatedQuestionsPayload" />
                </FunctionImport>
                <FunctionImport Name="SP_CopilotFileCollection_GetWorkingSetFiles"
                    ReturnType="Microsoft.SharePoint.Copilot.CopilotFileCollectionQueryResult"
                    IsSideEffecting="false">
                    <Parameter Name="top" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="orderBy" Type="Edm.String" />
                    <Parameter Name="skipToken" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_Convergence_AddNoLiveBlobsInOdcServiceStateApi"
                    ReturnType="Microsoft.SharePoint.Convergence.AddNoLiveBlobsInOdcServiceStateApi"
                    IsComposable="true" EntitySet="AddNoLiveBlobsInOdcServiceStateApis" />
                <FunctionImport Name="AddState" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Convergence.AddNoLiveBlobsInOdcServiceStateApi" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Convergence_ConsumerPermissions"
                    ReturnType="Microsoft.SharePoint.Convergence.ConsumerPermissions"
                    IsComposable="true" EntitySet="ConsumerPermissions" />
                <FunctionImport Name="GrantConsumerSitePermissions" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Convergence.ConsumerPermissions" />
                </FunctionImport>
                <FunctionImport Name="RevokeConsumerSitePermissions" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Convergence.ConsumerPermissions" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Convergence_MigrationCompleteStateApi"
                    ReturnType="Microsoft.SharePoint.Convergence.MigrationCompleteStateApi"
                    IsComposable="true" EntitySet="MigrationCompleteStateApis" />
                <FunctionImport Name="AddState" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Convergence.MigrationCompleteStateApi" />
                </FunctionImport>
                <FunctionImport Name="IsDoclibContributorOwnerEnabled" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Convergence.MigrationCompleteStateApi" />
                </FunctionImport>
                <FunctionImport Name="IsSuspended" ReturnType="Edm.Boolean" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Convergence.MigrationCompleteStateApi" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Convergence_OdcMetadataCleanedUpApi"
                    ReturnType="Microsoft.SharePoint.Convergence.OdcMetadataCleanedUpApi"
                    IsComposable="true" EntitySet="OdcMetadataCleanedUpApis" />
                <FunctionImport Name="AddState" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Convergence.OdcMetadataCleanedUpApi" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_ContentSolution_API_TemplateAPI"
                    ReturnType="Microsoft.SharePoint.ContentSolution.API.TemplateAPI"
                    IsComposable="true" EntitySet="TemplateAPIs" />
                <FunctionImport Name="addFields"
                    ReturnType="Collection(Microsoft.SharePoint.ContentSolution.Models.Entities.DocumentField)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.ContentSolution.API.TemplateAPI" />
                    <Parameter Name="request"
                        Type="Microsoft.SharePoint.ContentSolution.Models.Requests.AddTemplateFieldsRequest" />
                </FunctionImport>
                <FunctionImport Name="createTemplate"
                    ReturnType="Microsoft.SharePoint.ContentSolution.Models.Entities.Template"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.ContentSolution.API.TemplateAPI" />
                    <Parameter Name="request"
                        Type="Microsoft.SharePoint.ContentSolution.Models.Requests.CreateTemplateRequest" />
                </FunctionImport>
                <FunctionImport Name="CreateTemplateUsingStream"
                    ReturnType="Microsoft.SharePoint.ContentSolution.Models.Entities.Template"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.ContentSolution.API.TemplateAPI" />
                    <Parameter Name="DocumentFolderId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="DocumentLibraryId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="DocumentSiteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="DocumentWebId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="FormId" Type="Edm.String" />
                    <Parameter Name="TemplateName" Type="Edm.String" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="getContentControlStandardContent"
                    ReturnType="Collection(Microsoft.SharePoint.ContentSolution.Models.Responses.ContentControlStdContent)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.ContentSolution.API.TemplateAPI" />
                    <Parameter Name="templateId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="fetchConditionalsOnly" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="getFields"
                    ReturnType="Collection(Microsoft.SharePoint.ContentSolution.Models.Entities.DocumentField)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.ContentSolution.API.TemplateAPI" />
                    <Parameter Name="templateId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="versionType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="updateField"
                    ReturnType="Microsoft.SharePoint.ContentSolution.Models.Entities.DocumentField"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.ContentSolution.API.TemplateAPI" />
                    <Parameter Name="request"
                        Type="Microsoft.SharePoint.ContentSolution.Models.Requests.UpdateTemplateFieldRequest" />
                </FunctionImport>
                <FunctionImport Name="Like" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Comments.comment" />
                </FunctionImport>
                <FunctionImport Name="Unlike" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.Comments.comment" />
                </FunctionImport>
                <FunctionImport Name="DeleteAll" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="Collection(Microsoft.SharePoint.Comments.comment)" />
                </FunctionImport>
                <FunctionImport Name="Delete" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.ClientSideComponent.HostedApp" />
                </FunctionImport>
                <FunctionImport Name="UpdateWebPartData" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.SharePoint.ClientSideComponent.HostedApp" />
                    <Parameter Name="webPartDataAsJson" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.ClientSideComponent.HostedAppsManager" />
                    <Parameter Name="webPartDataAsJson" Type="Edm.String" />
                    <Parameter Name="hostType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddEx"
                    ReturnType="Microsoft.SharePoint.ClientSideComponent.HostedAppAddResponse"
                    IsBindable="true" EntitySet="HostedAppAddResponses">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.ClientSideComponent.HostedAppsManager" />
                    <Parameter Name="webPartDataAsJson" Type="Edm.String" />
                    <Parameter Name="hostType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById"
                    ReturnType="Microsoft.SharePoint.ClientSideComponent.HostedApp"
                    IsComposable="true" IsBindable="true" EntitySet="HostedApps">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.ClientSideComponent.HostedAppsManager" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="IndexStore" IsBindable="true">
                    <Parameter Name="this"
                        Type="SP.BusinessData.Infrastructure.ExternalSubscriptionStore" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_AddFlowOwner" ReturnType="Edm.Stream">
                    <Parameter Name="flowId" Type="Edm.String" />
                    <Parameter Name="principalObjectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_AuthorizeConnection" ReturnType="Edm.Stream">
                    <Parameter Name="connectorName" Type="Edm.String" />
                    <Parameter Name="connectionId" Type="Edm.String" />
                    <Parameter Name="consentPayload" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_CreateOrUpdateConnection"
                    ReturnType="Edm.Stream">
                    <Parameter Name="connectorName" Type="Edm.String" />
                    <Parameter Name="connectionId" Type="Edm.String" />
                    <Parameter Name="connectionPayload" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_DeleteConnection" ReturnType="Edm.Stream">
                    <Parameter Name="connectorName" Type="Edm.String" />
                    <Parameter Name="connectionId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_DeleteFlow" ReturnType="Edm.Stream">
                    <Parameter Name="flowId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_GetConnection" ReturnType="Edm.Stream"
                    IsSideEffecting="false">
                    <Parameter Name="apiName" Type="Edm.String" />
                    <Parameter Name="connectionId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_GetConnections" ReturnType="Edm.Stream"
                    IsSideEffecting="false" />
                <FunctionImport Name="SP_Automations_GetFlow" ReturnType="Edm.Stream"
                    IsSideEffecting="false">
                    <Parameter Name="flowId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_GetFlowOwners" ReturnType="Edm.Stream"
                    IsSideEffecting="false">
                    <Parameter Name="flowId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_GetFlowTriggers" ReturnType="Edm.Stream"
                    IsSideEffecting="false">
                    <Parameter Name="flowId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_GetManualTriggerCallbackUrl"
                    ReturnType="Edm.Stream" IsSideEffecting="false">
                    <Parameter Name="flowId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_GetTemplate" ReturnType="Edm.Stream"
                    IsSideEffecting="false">
                    <Parameter Name="templateId" Type="Edm.String" />
                    <Parameter Name="expand" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_ListDynamicEnumValues" ReturnType="Edm.Stream">
                    <Parameter Name="apiName" Type="Edm.String" />
                    <Parameter Name="connectionName" Type="Edm.String" />
                    <Parameter Name="requestPayload" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_ListDynamicSchemaProperties"
                    ReturnType="Edm.Stream">
                    <Parameter Name="apiName" Type="Edm.String" />
                    <Parameter Name="connectionName" Type="Edm.String" />
                    <Parameter Name="requestPayload" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_ListFlows" ReturnType="Edm.Stream"
                    IsSideEffecting="false">
                    <Parameter Name="limit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="nextLink" Type="Edm.String" />
                    <Parameter Name="keyword" Type="Edm.String" />
                    <Parameter Name="state" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_ListTemplates" ReturnType="Edm.Stream"
                    IsSideEffecting="false">
                    <Parameter Name="properties" Type="Collection(SP.KeyValue)" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_RemoveFlowOwner" ReturnType="Edm.Stream">
                    <Parameter Name="flowId" Type="Edm.String" />
                    <Parameter Name="principalObjectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_RunRecurrenceFlow" ReturnType="Edm.Stream">
                    <Parameter Name="flowId" Type="Edm.String" />
                    <Parameter Name="triggerName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_SaveNewFlow" ReturnType="Edm.Stream">
                    <Parameter Name="flowDefinitionPayload" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_StartFlow" ReturnType="Edm.Stream">
                    <Parameter Name="flowId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_StopFlow" ReturnType="Edm.Stream">
                    <Parameter Name="flowId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_TestConnection" ReturnType="Edm.Stream">
                    <Parameter Name="connectorName" Type="Edm.String" />
                    <Parameter Name="connectionId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Automations_UpdateFlow" ReturnType="Edm.Stream">
                    <Parameter Name="flowId" Type="Edm.String" />
                    <Parameter Name="flowPatchPayload" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_BrandCenter" ReturnType="SP.BrandCenter"
                    IsComposable="true" EntitySet="BrandCenters" />
                <FunctionImport Name="AddSiteTheme" ReturnType="SP.ThemeData" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="themeData" Type="SP.ThemeData" />
                </FunctionImport>
                <FunctionImport Name="AddTenantTheme" ReturnType="SP.ThemeData" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="themeData" Type="SP.ThemeData" />
                </FunctionImport>
                <FunctionImport Name="Configuration" ReturnType="SP.BrandCenterConfiguration"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                </FunctionImport>
                <FunctionImport Name="CurrentBrandingConfiguration"
                    ReturnType="SP.BrandCenterConfiguration" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                </FunctionImport>
                <FunctionImport Name="DeleteSiteTheme" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="themeId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteTenantTheme" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="themeId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnsureBrandColorsListFeature"
                    ReturnType="Microsoft.SharePoint.Administration.OrgAssets" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                </FunctionImport>
                <FunctionImport Name="EnsureBrandFontsLibraryFeature"
                    ReturnType="Microsoft.SharePoint.Administration.OrgAssets" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                </FunctionImport>
                <FunctionImport Name="GetFontStream" ReturnType="Edm.Stream" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="fontFileUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSiteThemeById" ReturnType="SP.ThemeData"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSiteThemes" ReturnType="SP.SiteThemes"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                </FunctionImport>
                <FunctionImport Name="GetTenantThemeById" ReturnType="SP.ThemeData"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetTenantThemeByName" ReturnType="SP.ThemeData"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetTenantThemeByNameXgeoUtil" ReturnType="SP.ThemeData"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetTenantThemes" ReturnType="SP.TenantThemes"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                </FunctionImport>
                <FunctionImport Name="GetTenantThemesXgeoUtil" ReturnType="SP.TenantThemes"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                </FunctionImport>
                <FunctionImport Name="OrgAssets"
                    ReturnType="Microsoft.SharePoint.Administration.OrgAssets"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                </FunctionImport>
                <FunctionImport Name="OrgAssetsWithCacheFlag"
                    ReturnType="Microsoft.SharePoint.Administration.OrgAssets"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="shouldUseCache" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetWebTheme" ReturnType="Edm.String" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="webUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateSiteTheme" ReturnType="SP.ThemeData" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="themeData" Type="SP.ThemeData" />
                </FunctionImport>
                <FunctionImport Name="UpdateTenantTheme" ReturnType="SP.ThemeData" IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="themeData" Type="SP.ThemeData" />
                </FunctionImport>
                <FunctionImport Name="ValidateSiteThemeName" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ValidateTenantThemeName" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BrandCenter" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_AuthPolicy_SPTenantIBPolicyComplianceReportCollection"
                    ReturnType="Collection(Microsoft.SharePoint.AuthPolicy.SPTenantIBPolicyComplianceReport)"
                    IsComposable="true" EntitySet="SPTenantIBPolicyComplianceReportEntityDatas" />
                <FunctionImport Name="GetAllReportStates"
                    ReturnType="Collection(Microsoft.SharePoint.AuthPolicy.SPTenantIBPolicyComplianceReport)"
                    IsComposable="true" IsBindable="true"
                    EntitySet="SPTenantIBPolicyComplianceReportEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.AuthPolicy.SPTenantIBPolicyComplianceReport)" />
                </FunctionImport>
                <FunctionImport Name="GetReportById"
                    ReturnType="Microsoft.SharePoint.AuthPolicy.SPTenantIBPolicyComplianceReport"
                    IsComposable="true" IsBindable="true"
                    EntitySet="SPTenantIBPolicyComplianceReportEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.AuthPolicy.SPTenantIBPolicyComplianceReport)" />
                    <Parameter Name="ReportId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="ShowIncompatibleSegmentsPairsAndInvalidSegmentsFilesContents"
                        Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveFinalizedReport" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.AuthPolicy.SPTenantIBPolicyComplianceReport)" />
                    <Parameter Name="ReportId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_AuthPolicy_SPTenantIBPolicyComplianceReportEntityData"
                    ReturnType="Microsoft.SharePoint.AuthPolicy.SPTenantIBPolicyComplianceReportEntityData"
                    IsComposable="true" EntitySet="SPTenantIBPolicyComplianceReportEntityDatas" />
                <FunctionImport
                    Name="Microsoft_SharePoint_AuthPolicy_SPTenantIBPolicyComplianceReport"
                    ReturnType="Microsoft.SharePoint.AuthPolicy.SPTenantIBPolicyComplianceReport"
                    IsComposable="true" EntitySet="SPTenantIBPolicyComplianceReportEntityDatas" />
                <FunctionImport Name="Microsoft_SharePoint_AuthPolicy_Events_SPAuthEvents"
                    ReturnType="Collection(Microsoft.SharePoint.AuthPolicy.Events.SPAuthEvent)"
                    IsComposable="true" EntitySet="SPAuthEvents" />
                <FunctionImport Name="RoleAssignmentMSGraphNotify"
                    ReturnType="Microsoft.SharePoint.AuthPolicy.Events.SPAuthEvent"
                    IsBindable="true" EntitySet="SPAuthEvents">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.SharePoint.AuthPolicy.Events.SPAuthEvent)" />
                    <Parameter Name="tenant" Type="Edm.String" />
                    <Parameter Name="action" Type="Edm.String" />
                    <Parameter Name="type" Type="Edm.String" />
                    <Parameter Name="resourcePayload"
                        Type="Microsoft.SharePoint.AuthPolicy.Events.RoleAssignmentResourcePayload" />
                    <Parameter Name="id" Type="Edm.String" />
                    <Parameter Name="containerId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_AuthPolicy_Events_SPAuthEvent"
                    ReturnType="Microsoft.SharePoint.AuthPolicy.Events.SPAuthEvent"
                    IsComposable="true" EntitySet="SPAuthEvents" />
                <FunctionImport Name="SP_Analytics_AnalyticsUsageEntry_LogAnalyticsAppEvent">
                    <Parameter Name="appEventTypeId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="itemId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Analytics_AnalyticsUsageEntry_LogAnalyticsAppEvent2">
                    <Parameter Name="appEventTypeId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="itemId" Type="Edm.String" />
                    <Parameter Name="rollupScopeId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="userId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Analytics_AnalyticsUsageEntry_LogAnalyticsEvent">
                    <Parameter Name="eventTypeId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="itemId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Analytics_AnalyticsUsageEntry_LogAnalyticsEvent2">
                    <Parameter Name="eventTypeId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="itemId" Type="Edm.String" />
                    <Parameter Name="rollupScopeId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="userId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_SharePoint_Administration_SPAnalyticsUsageService"
                    ReturnType="Microsoft.SharePoint.Administration.SPAnalyticsUsageService"
                    IsComposable="true" EntitySet="SPAnalyticsUsageServices" />
                <FunctionImport Name="logevent" IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.SPAnalyticsUsageService" />
                    <Parameter Name="usageEntry"
                        Type="Microsoft.SharePoint.Administration.UsageEntry" />
                </FunctionImport>
                <FunctionImport Name="GetConnectionId" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog" />
                    <Parameter Name="lobSystemName" Type="Edm.String" />
                    <Parameter Name="lobSystemInstanceName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetEntity" ReturnType="SP.BusinessData.Entity"
                    IsBindable="true" EntitySet="Entitys">
                    <Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog" />
                    <Parameter Name="namespace" Type="Edm.String" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetLobSystemInstanceProperty" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog" />
                    <Parameter Name="lobSystemName" Type="Edm.String" />
                    <Parameter Name="lobSystemInstanceName" Type="Edm.String" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetLobSystemProperty" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog" />
                    <Parameter Name="lobSystemName" Type="Edm.String" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetPermissibleConnections" ReturnType="Collection(Edm.String)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog" />
                </FunctionImport>
                <FunctionImport Name="SetConnectionId" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog" />
                    <Parameter Name="lobSystemName" Type="Edm.String" />
                    <Parameter Name="lobSystemInstanceName" Type="Edm.String" />
                    <Parameter Name="connectionId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetLobSystemInstanceProperty" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog" />
                    <Parameter Name="lobSystemName" Type="Edm.String" />
                    <Parameter Name="lobSystemInstanceName" Type="Edm.String" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                    <Parameter Name="propertyValue" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetLobSystemProperty" IsBindable="true">
                    <Parameter Name="this" Type="SP.BusinessData.AppBdcCatalog" />
                    <Parameter Name="lobSystemName" Type="Edm.String" />
                    <Parameter Name="propertyName" Type="Edm.String" />
                    <Parameter Name="propertyValue" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_AppCatalog_IsAppSideloadingEnabled"
                    ReturnType="Edm.Boolean" />
                <FunctionImport Name="CancelAllJobs" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.AppInstance" />
                </FunctionImport>
                <FunctionImport Name="GetAppDatabaseConnectionString" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.AppInstance" />
                </FunctionImport>
                <FunctionImport Name="GetErrorDetails"
                    ReturnType="Collection(SP.AppInstanceErrorDetails)" IsBindable="true"
                    EntitySet="AppInstanceErrorDetailss">
                    <Parameter Name="this" Type="SP.AppInstance" />
                </FunctionImport>
                <FunctionImport Name="GetPreviousAppVersion" ReturnType="SP.App" IsBindable="true"
                    EntitySet="Apps1">
                    <Parameter Name="this" Type="SP.AppInstance" />
                </FunctionImport>
                <FunctionImport Name="Install" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.AppInstance" />
                </FunctionImport>
                <FunctionImport Name="Recycle" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.AppInstance" />
                </FunctionImport>
                <FunctionImport Name="Restore" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.AppInstance" />
                </FunctionImport>
                <FunctionImport Name="SP_AppInstance_RetrieveAppDatabaseConnectionString"
                    ReturnType="Edm.String" />
                <FunctionImport Name="RetryAllJobs" IsBindable="true">
                    <Parameter Name="this" Type="SP.AppInstance" />
                </FunctionImport>
                <FunctionImport Name="Uninstall" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.AppInstance" />
                </FunctionImport>
                <FunctionImport Name="Upgrade" IsBindable="true">
                    <Parameter Name="this" Type="SP.AppInstance" />
                    <Parameter Name="appPackageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SP_SemanticSearchEnqueueProxy_EnqueueItem">
                    <Parameter Name="item" Type="SP.SemanticSearchCrawlerEnqueueItem" />
                </FunctionImport>
                <FunctionImport Name="SP_SemanticSearchEnqueueProxy_EnqueueItems"
                    ReturnType="Collection(SP.SemanticSearchCrawlerEnqueueItem)">
                    <Parameter Name="items" Type="Collection(SP.SemanticSearchCrawlerEnqueueItem)" />
                </FunctionImport>
                <FunctionImport Name="SP_SemanticSearchEnqueueProxy_SemanticSearchProperties"
                    ReturnType="Edm.Stream" IsSideEffecting="false" />
                <FunctionImport
                    Name="Microsoft_SharePoint_Administration_Claims_SPVivaLearningManager"
                    ReturnType="Microsoft.SharePoint.Administration.Claims.SPVivaLearningManager"
                    IsComposable="true" EntitySet="SPVivaLearningManagers" />
                <FunctionImport Name="RegisterListEventReceiver" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Administration.Claims.SPVivaLearningManager" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_AddToOneDrive_MountService_GetRemoteItemInfo"
                    ReturnType="Edm.String">
                    <Parameter Name="request"
                        Type="Microsoft.SharePoint.AddToOneDrive.GetRemoteItemInfoRequest" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_AddToOneDrive_MountService_GetSourceItemMetadataForODCMountPoint"
                    ReturnType="Edm.String">
                    <Parameter Name="request"
                        Type="Microsoft.SharePoint.AddToOneDrive.GetSourceItemMetadataForODCMountPointRequest" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_SharePoint_AddToOneDrive_MountService_NotifyChangeToMountPoints">
                    <Parameter Name="request"
                        Type="Microsoft.SharePoint.AddToOneDrive.NotifyChangeToMountPointsRequest" />
                </FunctionImport>
                <FunctionImport Name="BreakRoleInheritance" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="copyRoleAssignments" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="clearSubscopes" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ResetRoleInheritance" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="AddItem" ReturnType="SP.ListItem" IsBindable="true"
                    EntitySet="ListItems">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="parameters" Type="SP.ListItemCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="AddItemUsingPath" ReturnType="SP.ListItem" IsBindable="true"
                    EntitySet="ListItems">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="parameters" Type="SP.ListItemCreationInformationUsingPath" />
                </FunctionImport>
                <FunctionImport Name="AddValidateUpdateItem"
                    ReturnType="Collection(SP.ListItemFormUpdateValue)" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="listItemCreateInfo" Type="SP.ListItemCreationInformation" />
                    <Parameter Name="formValues" Type="Collection(SP.ListItemFormUpdateValue)" />
                    <Parameter Name="bNewDocumentUpdate" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="checkInComment" Type="Edm.String" />
                    <Parameter Name="datesInUTC" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="numberInInvariantCulture" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddValidateUpdateItemUsingPath"
                    ReturnType="Collection(SP.ListItemFormUpdateValue)" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="listItemCreateInfo"
                        Type="SP.ListItemCreationInformationUsingPath" />
                    <Parameter Name="formValues" Type="Collection(SP.ListItemFormUpdateValue)" />
                    <Parameter Name="bNewDocumentUpdate" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="checkInComment" Type="Edm.String" />
                    <Parameter Name="datesInUTC" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="numberInInvariantCulture" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="BulkValidateUpdateListItems"
                    ReturnType="Collection(SP.ListItemFormUpdateValue)" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="itemIds" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="formValues" Type="Collection(SP.ListItemFormUpdateValue)" />
                    <Parameter Name="bNewDocumentUpdate" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="checkInComment" Type="Edm.String" />
                    <Parameter Name="folderPath" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CAAECreateTempFolder" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="CAAERenameFileInTemporaryFolder" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Path" Type="Edm.String" />
                    <Parameter Name="UpdatedName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CancelDeleteFileVersions" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="ClearBusinessAppMigrationInteractiveData" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="CopyTemplateAndGetMetadata"
                    ReturnType="SP.TemplatizationMetaData" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Id" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateDocumentAndGetEditLink" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="fileName" Type="Edm.String" />
                    <Parameter Name="folderPath" Type="Edm.String" />
                    <Parameter Name="documentTemplateType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="templateUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateDocumentFromCAAETemplate"
                    ReturnType="SP.ContentAssemblyFileInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="ContentTypeName" Type="Edm.String" />
                    <Parameter Name="documentGenerationInfo" Type="SP.DocumentGenerationInfo" />
                </FunctionImport>
                <FunctionImport Name="CreateDocumentFromCAAETemplateV2"
                    ReturnType="SP.ContentAssemblyFileInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Id" Type="Edm.String" />
                    <Parameter Name="documentGenerationInfo" Type="SP.DocumentGenerationInfo" />
                </FunctionImport>
                <FunctionImport Name="CreateDocumentFromContentAssemblyTemplate"
                    ReturnType="SP.ContentAssemblyFileInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="TemplateUrl" Type="Edm.String" />
                    <Parameter Name="documentGenerationInfo" Type="SP.DocumentGenerationInfo" />
                </FunctionImport>
                <FunctionImport Name="CreateDocumentWithDefaultName" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="folderPath" Type="Edm.String" />
                    <Parameter Name="extension" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateHVCSItemApprovalRequest" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="createItemRequestPayload"
                        Type="SP.CreateHVCSItemApprovalRequestParameters" />
                </FunctionImport>
                <FunctionImport Name="CreateListForm" ReturnType="SP.ListForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="parameters" Type="SP.ListForm" />
                </FunctionImport>
                <FunctionImport Name="CreateMappedView" ReturnType="SP.View" IsBindable="true"
                    EntitySet="Views">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="appViewCreationInfo" Type="SP.AppViewCreationInfo" />
                    <Parameter Name="visualizationTarget" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateRuleEx" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="condition" Type="Edm.String" />
                    <Parameter Name="title" Type="Edm.String" />
                    <Parameter Name="triggerType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="action" Type="SP.SPRuleAction" />
                    <Parameter Name="ruleTemplateId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateSmartTemplateContentTypeAndAddToList"
                    ReturnType="SP.ContentType" IsBindable="true" EntitySet="ContentTypes">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Name" Type="Edm.String" />
                    <Parameter Name="Description" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateSmartTemplateContentTypeAndAddToListV2"
                    ReturnType="SP.ContentType" IsBindable="true" EntitySet="ContentTypes">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Name" Type="Edm.String" />
                    <Parameter Name="Description" Type="Edm.String" />
                    <Parameter Name="TemplatePath" Type="Edm.String" />
                    <Parameter Name="Status" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="DeleteRule" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="ruleId" Type="Edm.String" />
                    <Parameter Name="triggerType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnableQueryableColumns" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="EnqueueAsyncActionTaskById" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="parameters" Type="Collection(SP.KeyValue)" />
                </FunctionImport>
                <FunctionImport Name="EnsureSignoffStatusField" ReturnType="SP.Field"
                    IsBindable="true" EntitySet="Fields">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="GetAllRules" ReturnType="Collection(SP.SPListRule)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="includeQuicksteps" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="includeAutomaticRules" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAsyncActionConfig" ReturnType="Collection(SP.KeyValue)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAsyncActionTaskIds" ReturnType="Collection(Edm.Guid)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="GetBloomFilter" ReturnType="SP.ListBloomFilter"
                    IsBindable="true" EntitySet="ListBloomFilters">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="startItemId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetBloomFilterWithCustomFields"
                    ReturnType="SP.ListBloomFilter" IsBindable="true" EntitySet="ListBloomFilters">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="listItemStartingID" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="internalFieldNames" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="GetBusinessAppMigrationInteractiveData"
                    ReturnType="Edm.String" IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="GetBusinessAppOperationStatus" ReturnType="Edm.Int32"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="GetCAAETemplateMetadata" ReturnType="SP.TemplateMetaData"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Name" Type="Edm.String" />
                    <Parameter Name="Published" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetCAAETemplateMetadataV2"
                    ReturnType="Collection(SP.PlaceholderV2)" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Id" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetChanges" ReturnType="Collection(SP.Change)"
                    IsBindable="true" EntitySet="Changes">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="query" Type="SP.ChangeQuery" />
                </FunctionImport>
                <FunctionImport Name="GetCheckedOutFiles" ReturnType="Collection(SP.CheckedOutFile)"
                    IsComposable="true" IsBindable="true" EntitySet="CheckedOutFiles">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="GetContentAssemblyDocumentFieldValues"
                    ReturnType="SP.FieldValuesWithUrl" IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="DocumentUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetContentAssemblyTemplateFields"
                    ReturnType="Collection(SP.PlaceholderV2)" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="TemplateUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetItemById" ReturnType="SP.ListItem" IsComposable="true"
                    IsBindable="true" EntitySet="ListItems">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetItemByStringId" ReturnType="SP.ListItem"
                    IsComposable="true" IsBindable="true" EntitySet="ListItems">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="sId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetItemByUniqueId" ReturnType="SP.ListItem"
                    IsComposable="true" IsBindable="true" EntitySet="ListItems">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetItems" ReturnType="Collection(SP.ListItem)"
                    IsBindable="true" EntitySet="ListItems">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="query" Type="SP.CamlQuery" />
                </FunctionImport>
                <FunctionImport Name="SP_List_GetListDataAsStream" ReturnType="Edm.Stream"
                    IsSideEffecting="false">
                    <Parameter Name="listFullUrl" Type="Edm.String" />
                    <Parameter Name="parameters" Type="SP.RenderListDataParameters" />
                    <Parameter Name="CascDelWarnMessage" Type="Edm.String" />
                    <Parameter Name="CustomAction" Type="Edm.String" />
                    <Parameter Name="DrillDown" Type="Edm.String" />
                    <Parameter Name="Field" Type="Edm.String" />
                    <Parameter Name="FieldInternalName" Type="Edm.String" />
                    <Parameter Name="Filter" Type="Edm.String" />
                    <Parameter Name="FilterData" Type="Edm.String" />
                    <Parameter Name="FilterData1" Type="Edm.String" />
                    <Parameter Name="FilterData10" Type="Edm.String" />
                    <Parameter Name="FilterData2" Type="Edm.String" />
                    <Parameter Name="FilterData3" Type="Edm.String" />
                    <Parameter Name="FilterData4" Type="Edm.String" />
                    <Parameter Name="FilterData5" Type="Edm.String" />
                    <Parameter Name="FilterData6" Type="Edm.String" />
                    <Parameter Name="FilterData7" Type="Edm.String" />
                    <Parameter Name="FilterData8" Type="Edm.String" />
                    <Parameter Name="FilterData9" Type="Edm.String" />
                    <Parameter Name="FilterField" Type="Edm.String" />
                    <Parameter Name="FilterField1" Type="Edm.String" />
                    <Parameter Name="FilterField10" Type="Edm.String" />
                    <Parameter Name="FilterField2" Type="Edm.String" />
                    <Parameter Name="FilterField3" Type="Edm.String" />
                    <Parameter Name="FilterField4" Type="Edm.String" />
                    <Parameter Name="FilterField5" Type="Edm.String" />
                    <Parameter Name="FilterField6" Type="Edm.String" />
                    <Parameter Name="FilterField7" Type="Edm.String" />
                    <Parameter Name="FilterField8" Type="Edm.String" />
                    <Parameter Name="FilterField9" Type="Edm.String" />
                    <Parameter Name="FilterFields" Type="Edm.String" />
                    <Parameter Name="FilterFields1" Type="Edm.String" />
                    <Parameter Name="FilterFields10" Type="Edm.String" />
                    <Parameter Name="FilterFields2" Type="Edm.String" />
                    <Parameter Name="FilterFields3" Type="Edm.String" />
                    <Parameter Name="FilterFields4" Type="Edm.String" />
                    <Parameter Name="FilterFields5" Type="Edm.String" />
                    <Parameter Name="FilterFields6" Type="Edm.String" />
                    <Parameter Name="FilterFields7" Type="Edm.String" />
                    <Parameter Name="FilterFields8" Type="Edm.String" />
                    <Parameter Name="FilterFields9" Type="Edm.String" />
                    <Parameter Name="FilterLookupId" Type="Edm.String" />
                    <Parameter Name="FilterLookupId1" Type="Edm.String" />
                    <Parameter Name="FilterLookupId10" Type="Edm.String" />
                    <Parameter Name="FilterLookupId2" Type="Edm.String" />
                    <Parameter Name="FilterLookupId3" Type="Edm.String" />
                    <Parameter Name="FilterLookupId4" Type="Edm.String" />
                    <Parameter Name="FilterLookupId5" Type="Edm.String" />
                    <Parameter Name="FilterLookupId6" Type="Edm.String" />
                    <Parameter Name="FilterLookupId7" Type="Edm.String" />
                    <Parameter Name="FilterLookupId8" Type="Edm.String" />
                    <Parameter Name="FilterLookupId9" Type="Edm.String" />
                    <Parameter Name="FilterOp" Type="Edm.String" />
                    <Parameter Name="FilterOp1" Type="Edm.String" />
                    <Parameter Name="FilterOp10" Type="Edm.String" />
                    <Parameter Name="FilterOp2" Type="Edm.String" />
                    <Parameter Name="FilterOp3" Type="Edm.String" />
                    <Parameter Name="FilterOp4" Type="Edm.String" />
                    <Parameter Name="FilterOp5" Type="Edm.String" />
                    <Parameter Name="FilterOp6" Type="Edm.String" />
                    <Parameter Name="FilterOp7" Type="Edm.String" />
                    <Parameter Name="FilterOp8" Type="Edm.String" />
                    <Parameter Name="FilterOp9" Type="Edm.String" />
                    <Parameter Name="FilterValue" Type="Edm.String" />
                    <Parameter Name="FilterValue1" Type="Edm.String" />
                    <Parameter Name="FilterValue10" Type="Edm.String" />
                    <Parameter Name="FilterValue2" Type="Edm.String" />
                    <Parameter Name="FilterValue3" Type="Edm.String" />
                    <Parameter Name="FilterValue4" Type="Edm.String" />
                    <Parameter Name="FilterValue5" Type="Edm.String" />
                    <Parameter Name="FilterValue6" Type="Edm.String" />
                    <Parameter Name="FilterValue7" Type="Edm.String" />
                    <Parameter Name="FilterValue8" Type="Edm.String" />
                    <Parameter Name="FilterValue9" Type="Edm.String" />
                    <Parameter Name="FilterValues" Type="Edm.String" />
                    <Parameter Name="FilterValues1" Type="Edm.String" />
                    <Parameter Name="FilterValues10" Type="Edm.String" />
                    <Parameter Name="FilterValues2" Type="Edm.String" />
                    <Parameter Name="FilterValues3" Type="Edm.String" />
                    <Parameter Name="FilterValues4" Type="Edm.String" />
                    <Parameter Name="FilterValues5" Type="Edm.String" />
                    <Parameter Name="FilterValues6" Type="Edm.String" />
                    <Parameter Name="FilterValues7" Type="Edm.String" />
                    <Parameter Name="FilterValues8" Type="Edm.String" />
                    <Parameter Name="FilterValues9" Type="Edm.String" />
                    <Parameter Name="GroupString" Type="Edm.String" />
                    <Parameter Name="HasOverrideSelectCommand" Type="Edm.String" />
                    <Parameter Name="ID" Type="Edm.String" />
                    <Parameter Name="InplaceFullListSearch" Type="Edm.String" />
                    <Parameter Name="InplaceSearchQuery" Type="Edm.String" />
                    <Parameter Name="IsCSR" Type="Edm.String" />
                    <Parameter Name="IsGroupRender" Type="Edm.String" />
                    <Parameter Name="IsXslView" Type="Edm.String" />
                    <Parameter Name="ListViewPageUrl" Type="Edm.String" />
                    <Parameter Name="OverrideRowLimit" Type="Edm.String" />
                    <Parameter Name="OverrideScope" Type="Edm.String" />
                    <Parameter Name="OverrideSelectCommand" Type="Edm.String" />
                    <Parameter Name="PageFirstRow" Type="Edm.String" />
                    <Parameter Name="PageLastRow" Type="Edm.String" />
                    <Parameter Name="QueryParams" Type="Collection(SP.KeyValue)" />
                    <Parameter Name="RootFolder" Type="Edm.String" />
                    <Parameter Name="RootFolderUniqueId" Type="Edm.String" />
                    <Parameter Name="SortDir" Type="Edm.String" />
                    <Parameter Name="SortDir1" Type="Edm.String" />
                    <Parameter Name="SortDir10" Type="Edm.String" />
                    <Parameter Name="SortDir2" Type="Edm.String" />
                    <Parameter Name="SortDir3" Type="Edm.String" />
                    <Parameter Name="SortDir4" Type="Edm.String" />
                    <Parameter Name="SortDir5" Type="Edm.String" />
                    <Parameter Name="SortDir6" Type="Edm.String" />
                    <Parameter Name="SortDir7" Type="Edm.String" />
                    <Parameter Name="SortDir8" Type="Edm.String" />
                    <Parameter Name="SortDir9" Type="Edm.String" />
                    <Parameter Name="SortField" Type="Edm.String" />
                    <Parameter Name="SortField1" Type="Edm.String" />
                    <Parameter Name="SortField10" Type="Edm.String" />
                    <Parameter Name="SortField2" Type="Edm.String" />
                    <Parameter Name="SortField3" Type="Edm.String" />
                    <Parameter Name="SortField4" Type="Edm.String" />
                    <Parameter Name="SortField5" Type="Edm.String" />
                    <Parameter Name="SortField6" Type="Edm.String" />
                    <Parameter Name="SortField7" Type="Edm.String" />
                    <Parameter Name="SortField8" Type="Edm.String" />
                    <Parameter Name="SortField9" Type="Edm.String" />
                    <Parameter Name="SortFields" Type="Edm.String" />
                    <Parameter Name="SortFieldValues" Type="Edm.String" />
                    <Parameter Name="View" Type="Edm.String" />
                    <Parameter Name="ViewCount" Type="Edm.String" />
                    <Parameter Name="ViewId" Type="Edm.String" />
                    <Parameter Name="ViewPath" Type="Edm.String" />
                    <Parameter Name="WebPartId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetListForms" ReturnType="Collection(SP.ListForm)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="bSanitize" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetListItemChangesSinceToken" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="query" Type="SP.ChangeLogItemQuery" />
                </FunctionImport>
                <FunctionImport Name="GetLookupFieldChoices" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="targetFieldName" Type="Edm.String" />
                    <Parameter Name="pagingInfo" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetMappedApp"
                    ReturnType="SP.VisualizationAppSynchronizationResult" IsBindable="true"
                    EntitySet="VisualizationAppSynchronizationResults">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="appId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="visualizationAppTarget" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetMappedApps"
                    ReturnType="SP.VisualizationAppSynchronizationResult" IsBindable="true"
                    EntitySet="VisualizationAppSynchronizationResults">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="visualizationAppTarget" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_List_GetOneDriveListDataAsStream" ReturnType="Edm.Stream"
                    IsSideEffecting="false">
                    <Parameter Name="parameters" Type="SP.RenderListDataParameters" />
                    <Parameter Name="CascDelWarnMessage" Type="Edm.String" />
                    <Parameter Name="CustomAction" Type="Edm.String" />
                    <Parameter Name="DrillDown" Type="Edm.String" />
                    <Parameter Name="Field" Type="Edm.String" />
                    <Parameter Name="FieldInternalName" Type="Edm.String" />
                    <Parameter Name="Filter" Type="Edm.String" />
                    <Parameter Name="FilterData" Type="Edm.String" />
                    <Parameter Name="FilterData1" Type="Edm.String" />
                    <Parameter Name="FilterData10" Type="Edm.String" />
                    <Parameter Name="FilterData2" Type="Edm.String" />
                    <Parameter Name="FilterData3" Type="Edm.String" />
                    <Parameter Name="FilterData4" Type="Edm.String" />
                    <Parameter Name="FilterData5" Type="Edm.String" />
                    <Parameter Name="FilterData6" Type="Edm.String" />
                    <Parameter Name="FilterData7" Type="Edm.String" />
                    <Parameter Name="FilterData8" Type="Edm.String" />
                    <Parameter Name="FilterData9" Type="Edm.String" />
                    <Parameter Name="FilterField" Type="Edm.String" />
                    <Parameter Name="FilterField1" Type="Edm.String" />
                    <Parameter Name="FilterField10" Type="Edm.String" />
                    <Parameter Name="FilterField2" Type="Edm.String" />
                    <Parameter Name="FilterField3" Type="Edm.String" />
                    <Parameter Name="FilterField4" Type="Edm.String" />
                    <Parameter Name="FilterField5" Type="Edm.String" />
                    <Parameter Name="FilterField6" Type="Edm.String" />
                    <Parameter Name="FilterField7" Type="Edm.String" />
                    <Parameter Name="FilterField8" Type="Edm.String" />
                    <Parameter Name="FilterField9" Type="Edm.String" />
                    <Parameter Name="FilterFields" Type="Edm.String" />
                    <Parameter Name="FilterFields1" Type="Edm.String" />
                    <Parameter Name="FilterFields10" Type="Edm.String" />
                    <Parameter Name="FilterFields2" Type="Edm.String" />
                    <Parameter Name="FilterFields3" Type="Edm.String" />
                    <Parameter Name="FilterFields4" Type="Edm.String" />
                    <Parameter Name="FilterFields5" Type="Edm.String" />
                    <Parameter Name="FilterFields6" Type="Edm.String" />
                    <Parameter Name="FilterFields7" Type="Edm.String" />
                    <Parameter Name="FilterFields8" Type="Edm.String" />
                    <Parameter Name="FilterFields9" Type="Edm.String" />
                    <Parameter Name="FilterLookupId" Type="Edm.String" />
                    <Parameter Name="FilterLookupId1" Type="Edm.String" />
                    <Parameter Name="FilterLookupId10" Type="Edm.String" />
                    <Parameter Name="FilterLookupId2" Type="Edm.String" />
                    <Parameter Name="FilterLookupId3" Type="Edm.String" />
                    <Parameter Name="FilterLookupId4" Type="Edm.String" />
                    <Parameter Name="FilterLookupId5" Type="Edm.String" />
                    <Parameter Name="FilterLookupId6" Type="Edm.String" />
                    <Parameter Name="FilterLookupId7" Type="Edm.String" />
                    <Parameter Name="FilterLookupId8" Type="Edm.String" />
                    <Parameter Name="FilterLookupId9" Type="Edm.String" />
                    <Parameter Name="FilterOp" Type="Edm.String" />
                    <Parameter Name="FilterOp1" Type="Edm.String" />
                    <Parameter Name="FilterOp10" Type="Edm.String" />
                    <Parameter Name="FilterOp2" Type="Edm.String" />
                    <Parameter Name="FilterOp3" Type="Edm.String" />
                    <Parameter Name="FilterOp4" Type="Edm.String" />
                    <Parameter Name="FilterOp5" Type="Edm.String" />
                    <Parameter Name="FilterOp6" Type="Edm.String" />
                    <Parameter Name="FilterOp7" Type="Edm.String" />
                    <Parameter Name="FilterOp8" Type="Edm.String" />
                    <Parameter Name="FilterOp9" Type="Edm.String" />
                    <Parameter Name="FilterValue" Type="Edm.String" />
                    <Parameter Name="FilterValue1" Type="Edm.String" />
                    <Parameter Name="FilterValue10" Type="Edm.String" />
                    <Parameter Name="FilterValue2" Type="Edm.String" />
                    <Parameter Name="FilterValue3" Type="Edm.String" />
                    <Parameter Name="FilterValue4" Type="Edm.String" />
                    <Parameter Name="FilterValue5" Type="Edm.String" />
                    <Parameter Name="FilterValue6" Type="Edm.String" />
                    <Parameter Name="FilterValue7" Type="Edm.String" />
                    <Parameter Name="FilterValue8" Type="Edm.String" />
                    <Parameter Name="FilterValue9" Type="Edm.String" />
                    <Parameter Name="FilterValues" Type="Edm.String" />
                    <Parameter Name="FilterValues1" Type="Edm.String" />
                    <Parameter Name="FilterValues10" Type="Edm.String" />
                    <Parameter Name="FilterValues2" Type="Edm.String" />
                    <Parameter Name="FilterValues3" Type="Edm.String" />
                    <Parameter Name="FilterValues4" Type="Edm.String" />
                    <Parameter Name="FilterValues5" Type="Edm.String" />
                    <Parameter Name="FilterValues6" Type="Edm.String" />
                    <Parameter Name="FilterValues7" Type="Edm.String" />
                    <Parameter Name="FilterValues8" Type="Edm.String" />
                    <Parameter Name="FilterValues9" Type="Edm.String" />
                    <Parameter Name="GroupString" Type="Edm.String" />
                    <Parameter Name="HasOverrideSelectCommand" Type="Edm.String" />
                    <Parameter Name="ID" Type="Edm.String" />
                    <Parameter Name="InplaceFullListSearch" Type="Edm.String" />
                    <Parameter Name="InplaceSearchQuery" Type="Edm.String" />
                    <Parameter Name="IsCSR" Type="Edm.String" />
                    <Parameter Name="IsGroupRender" Type="Edm.String" />
                    <Parameter Name="IsXslView" Type="Edm.String" />
                    <Parameter Name="ListViewPageUrl" Type="Edm.String" />
                    <Parameter Name="OverrideRowLimit" Type="Edm.String" />
                    <Parameter Name="OverrideScope" Type="Edm.String" />
                    <Parameter Name="OverrideSelectCommand" Type="Edm.String" />
                    <Parameter Name="PageFirstRow" Type="Edm.String" />
                    <Parameter Name="PageLastRow" Type="Edm.String" />
                    <Parameter Name="QueryParams" Type="Collection(SP.KeyValue)" />
                    <Parameter Name="RootFolder" Type="Edm.String" />
                    <Parameter Name="RootFolderUniqueId" Type="Edm.String" />
                    <Parameter Name="SortDir" Type="Edm.String" />
                    <Parameter Name="SortDir1" Type="Edm.String" />
                    <Parameter Name="SortDir10" Type="Edm.String" />
                    <Parameter Name="SortDir2" Type="Edm.String" />
                    <Parameter Name="SortDir3" Type="Edm.String" />
                    <Parameter Name="SortDir4" Type="Edm.String" />
                    <Parameter Name="SortDir5" Type="Edm.String" />
                    <Parameter Name="SortDir6" Type="Edm.String" />
                    <Parameter Name="SortDir7" Type="Edm.String" />
                    <Parameter Name="SortDir8" Type="Edm.String" />
                    <Parameter Name="SortDir9" Type="Edm.String" />
                    <Parameter Name="SortField" Type="Edm.String" />
                    <Parameter Name="SortField1" Type="Edm.String" />
                    <Parameter Name="SortField10" Type="Edm.String" />
                    <Parameter Name="SortField2" Type="Edm.String" />
                    <Parameter Name="SortField3" Type="Edm.String" />
                    <Parameter Name="SortField4" Type="Edm.String" />
                    <Parameter Name="SortField5" Type="Edm.String" />
                    <Parameter Name="SortField6" Type="Edm.String" />
                    <Parameter Name="SortField7" Type="Edm.String" />
                    <Parameter Name="SortField8" Type="Edm.String" />
                    <Parameter Name="SortField9" Type="Edm.String" />
                    <Parameter Name="SortFields" Type="Edm.String" />
                    <Parameter Name="SortFieldValues" Type="Edm.String" />
                    <Parameter Name="View" Type="Edm.String" />
                    <Parameter Name="ViewCount" Type="Edm.String" />
                    <Parameter Name="ViewId" Type="Edm.String" />
                    <Parameter Name="ViewPath" Type="Edm.String" />
                    <Parameter Name="WebPartId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetProgressForDeleteFileVersions" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="GetProgressForFileVersionExpirationReport"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="reportFileUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetRelatedFields" ReturnType="Collection(SP.RelatedField)"
                    IsComposable="true" IsBindable="true" EntitySet="RelatedFields">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="GetSpecialFolderUrl" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="type" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="bForceCreate" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="existingFolderGuid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetUserEffectivePermissions" ReturnType="SP.BasePermissions"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="userName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetView" ReturnType="SP.View" IsComposable="true"
                    IsBindable="true" EntitySet="Views">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="viewGuid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="IsSyntexAIFeaturesFlightEnabled" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="LockSmartTemplate" ReturnType="SP.LockFileData"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Id" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="MapFieldsToColumnsForModernTemlate"
                    ReturnType="SP.ContentAssemblyModernTemplateColumnsMappingInfo"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="payload" Type="SP.PublishModernTemplatePayload" />
                </FunctionImport>
                <FunctionImport Name="MapFieldsToColumnsForModernTemplate"
                    ReturnType="SP.ContentAssemblyModernTemplateColumnsMappingInfo"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="templatePayload" Type="SP.PublishModernTemplatePayload" />
                </FunctionImport>
                <FunctionImport Name="ParseDocumentTemplate" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="PublishMappedView" ReturnType="SP.View" IsBindable="true"
                    EntitySet="Views">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="appId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="visualizationTarget" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="PublishSnippet" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="publishSnippetPayload" Type="SP.PublishSnippetPayload" />
                </FunctionImport>
                <FunctionImport Name="PublishTemplateV2" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="payload" Type="SP.PublishTemplateV2Payload" />
                </FunctionImport>
                <FunctionImport Name="Recycle" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="RefreshLockSmartTemplate" ReturnType="SP.LockFileData"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Id" Type="Edm.String" />
                    <Parameter Name="LockId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RenderExtendedListFormData" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="formId" Type="Edm.String" />
                    <Parameter Name="mode" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="options" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="cutoffVersion" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RenderListContextMenuData" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="CascDelWarnMessage" Type="Edm.String" />
                    <Parameter Name="CustomAction" Type="Edm.String" />
                    <Parameter Name="Field" Type="Edm.String" />
                    <Parameter Name="ID" Type="Edm.String" />
                    <Parameter Name="InplaceFullListSearch" Type="Edm.String" />
                    <Parameter Name="InplaceSearchQuery" Type="Edm.String" />
                    <Parameter Name="IsCSR" Type="Edm.String" />
                    <Parameter Name="IsXslView" Type="Edm.String" />
                    <Parameter Name="ItemId" Type="Edm.String" />
                    <Parameter Name="ListViewPageUrl" Type="Edm.String" />
                    <Parameter Name="OverrideScope" Type="Edm.String" />
                    <Parameter Name="RootFolder" Type="Edm.String" />
                    <Parameter Name="View" Type="Edm.String" />
                    <Parameter Name="ViewCount" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RenderListData" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="viewXml" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RenderListDataAsStream" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="parameters" Type="SP.RenderListDataParameters" />
                    <Parameter Name="CascDelWarnMessage" Type="Edm.String" />
                    <Parameter Name="CustomAction" Type="Edm.String" />
                    <Parameter Name="DrillDown" Type="Edm.String" />
                    <Parameter Name="Field" Type="Edm.String" />
                    <Parameter Name="FieldInternalName" Type="Edm.String" />
                    <Parameter Name="Filter" Type="Edm.String" />
                    <Parameter Name="FilterData" Type="Edm.String" />
                    <Parameter Name="FilterData1" Type="Edm.String" />
                    <Parameter Name="FilterData10" Type="Edm.String" />
                    <Parameter Name="FilterData2" Type="Edm.String" />
                    <Parameter Name="FilterData3" Type="Edm.String" />
                    <Parameter Name="FilterData4" Type="Edm.String" />
                    <Parameter Name="FilterData5" Type="Edm.String" />
                    <Parameter Name="FilterData6" Type="Edm.String" />
                    <Parameter Name="FilterData7" Type="Edm.String" />
                    <Parameter Name="FilterData8" Type="Edm.String" />
                    <Parameter Name="FilterData9" Type="Edm.String" />
                    <Parameter Name="FilterField" Type="Edm.String" />
                    <Parameter Name="FilterField1" Type="Edm.String" />
                    <Parameter Name="FilterField10" Type="Edm.String" />
                    <Parameter Name="FilterField2" Type="Edm.String" />
                    <Parameter Name="FilterField3" Type="Edm.String" />
                    <Parameter Name="FilterField4" Type="Edm.String" />
                    <Parameter Name="FilterField5" Type="Edm.String" />
                    <Parameter Name="FilterField6" Type="Edm.String" />
                    <Parameter Name="FilterField7" Type="Edm.String" />
                    <Parameter Name="FilterField8" Type="Edm.String" />
                    <Parameter Name="FilterField9" Type="Edm.String" />
                    <Parameter Name="FilterFields" Type="Edm.String" />
                    <Parameter Name="FilterFields1" Type="Edm.String" />
                    <Parameter Name="FilterFields10" Type="Edm.String" />
                    <Parameter Name="FilterFields2" Type="Edm.String" />
                    <Parameter Name="FilterFields3" Type="Edm.String" />
                    <Parameter Name="FilterFields4" Type="Edm.String" />
                    <Parameter Name="FilterFields5" Type="Edm.String" />
                    <Parameter Name="FilterFields6" Type="Edm.String" />
                    <Parameter Name="FilterFields7" Type="Edm.String" />
                    <Parameter Name="FilterFields8" Type="Edm.String" />
                    <Parameter Name="FilterFields9" Type="Edm.String" />
                    <Parameter Name="FilterLookupId" Type="Edm.String" />
                    <Parameter Name="FilterLookupId1" Type="Edm.String" />
                    <Parameter Name="FilterLookupId10" Type="Edm.String" />
                    <Parameter Name="FilterLookupId2" Type="Edm.String" />
                    <Parameter Name="FilterLookupId3" Type="Edm.String" />
                    <Parameter Name="FilterLookupId4" Type="Edm.String" />
                    <Parameter Name="FilterLookupId5" Type="Edm.String" />
                    <Parameter Name="FilterLookupId6" Type="Edm.String" />
                    <Parameter Name="FilterLookupId7" Type="Edm.String" />
                    <Parameter Name="FilterLookupId8" Type="Edm.String" />
                    <Parameter Name="FilterLookupId9" Type="Edm.String" />
                    <Parameter Name="FilterOp" Type="Edm.String" />
                    <Parameter Name="FilterOp1" Type="Edm.String" />
                    <Parameter Name="FilterOp10" Type="Edm.String" />
                    <Parameter Name="FilterOp2" Type="Edm.String" />
                    <Parameter Name="FilterOp3" Type="Edm.String" />
                    <Parameter Name="FilterOp4" Type="Edm.String" />
                    <Parameter Name="FilterOp5" Type="Edm.String" />
                    <Parameter Name="FilterOp6" Type="Edm.String" />
                    <Parameter Name="FilterOp7" Type="Edm.String" />
                    <Parameter Name="FilterOp8" Type="Edm.String" />
                    <Parameter Name="FilterOp9" Type="Edm.String" />
                    <Parameter Name="FilterValue" Type="Edm.String" />
                    <Parameter Name="FilterValue1" Type="Edm.String" />
                    <Parameter Name="FilterValue10" Type="Edm.String" />
                    <Parameter Name="FilterValue2" Type="Edm.String" />
                    <Parameter Name="FilterValue3" Type="Edm.String" />
                    <Parameter Name="FilterValue4" Type="Edm.String" />
                    <Parameter Name="FilterValue5" Type="Edm.String" />
                    <Parameter Name="FilterValue6" Type="Edm.String" />
                    <Parameter Name="FilterValue7" Type="Edm.String" />
                    <Parameter Name="FilterValue8" Type="Edm.String" />
                    <Parameter Name="FilterValue9" Type="Edm.String" />
                    <Parameter Name="FilterValues" Type="Edm.String" />
                    <Parameter Name="FilterValues1" Type="Edm.String" />
                    <Parameter Name="FilterValues10" Type="Edm.String" />
                    <Parameter Name="FilterValues2" Type="Edm.String" />
                    <Parameter Name="FilterValues3" Type="Edm.String" />
                    <Parameter Name="FilterValues4" Type="Edm.String" />
                    <Parameter Name="FilterValues5" Type="Edm.String" />
                    <Parameter Name="FilterValues6" Type="Edm.String" />
                    <Parameter Name="FilterValues7" Type="Edm.String" />
                    <Parameter Name="FilterValues8" Type="Edm.String" />
                    <Parameter Name="FilterValues9" Type="Edm.String" />
                    <Parameter Name="GroupString" Type="Edm.String" />
                    <Parameter Name="HasOverrideSelectCommand" Type="Edm.String" />
                    <Parameter Name="ID" Type="Edm.String" />
                    <Parameter Name="InplaceFullListSearch" Type="Edm.String" />
                    <Parameter Name="InplaceSearchQuery" Type="Edm.String" />
                    <Parameter Name="IsCSR" Type="Edm.String" />
                    <Parameter Name="IsGroupRender" Type="Edm.String" />
                    <Parameter Name="IsXslView" Type="Edm.String" />
                    <Parameter Name="ListViewPageUrl" Type="Edm.String" />
                    <Parameter Name="OverrideRowLimit" Type="Edm.String" />
                    <Parameter Name="OverrideScope" Type="Edm.String" />
                    <Parameter Name="OverrideSelectCommand" Type="Edm.String" />
                    <Parameter Name="PageFirstRow" Type="Edm.String" />
                    <Parameter Name="PageLastRow" Type="Edm.String" />
                    <Parameter Name="QueryParams" Type="Collection(SP.KeyValue)" />
                    <Parameter Name="RootFolder" Type="Edm.String" />
                    <Parameter Name="RootFolderUniqueId" Type="Edm.String" />
                    <Parameter Name="SortDir" Type="Edm.String" />
                    <Parameter Name="SortDir1" Type="Edm.String" />
                    <Parameter Name="SortDir10" Type="Edm.String" />
                    <Parameter Name="SortDir2" Type="Edm.String" />
                    <Parameter Name="SortDir3" Type="Edm.String" />
                    <Parameter Name="SortDir4" Type="Edm.String" />
                    <Parameter Name="SortDir5" Type="Edm.String" />
                    <Parameter Name="SortDir6" Type="Edm.String" />
                    <Parameter Name="SortDir7" Type="Edm.String" />
                    <Parameter Name="SortDir8" Type="Edm.String" />
                    <Parameter Name="SortDir9" Type="Edm.String" />
                    <Parameter Name="SortField" Type="Edm.String" />
                    <Parameter Name="SortField1" Type="Edm.String" />
                    <Parameter Name="SortField10" Type="Edm.String" />
                    <Parameter Name="SortField2" Type="Edm.String" />
                    <Parameter Name="SortField3" Type="Edm.String" />
                    <Parameter Name="SortField4" Type="Edm.String" />
                    <Parameter Name="SortField5" Type="Edm.String" />
                    <Parameter Name="SortField6" Type="Edm.String" />
                    <Parameter Name="SortField7" Type="Edm.String" />
                    <Parameter Name="SortField8" Type="Edm.String" />
                    <Parameter Name="SortField9" Type="Edm.String" />
                    <Parameter Name="SortFields" Type="Edm.String" />
                    <Parameter Name="SortFieldValues" Type="Edm.String" />
                    <Parameter Name="View" Type="Edm.String" />
                    <Parameter Name="ViewCount" Type="Edm.String" />
                    <Parameter Name="ViewId" Type="Edm.String" />
                    <Parameter Name="ViewPath" Type="Edm.String" />
                    <Parameter Name="WebPartId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RenderListFilterData" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="ExcludeFieldFilteringHtml" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="FieldInternalName" Type="Edm.String" />
                    <Parameter Name="OverrideScope" Type="Edm.String" />
                    <Parameter Name="ProcessQStringToCAML" Type="Edm.String" />
                    <Parameter Name="ViewId" Type="Edm.String" />
                    <Parameter Name="ViewXml" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RenderListFormData" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="formId" Type="Edm.String" />
                    <Parameter Name="mode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ReserveListItemId" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="SaveAsNewView" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="oldName" Type="Edm.String" />
                    <Parameter Name="newName" Type="Edm.String" />
                    <Parameter Name="privateView" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="uri" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SaveAsTemplate" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="strFileName" Type="Edm.String" />
                    <Parameter Name="strName" Type="Edm.String" />
                    <Parameter Name="strDescription" Type="Edm.String" />
                    <Parameter Name="bSaveData" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SearchLookupFieldChoices" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="targetFieldName" Type="Edm.String" />
                    <Parameter Name="beginsWithSearchString" Type="Edm.String" />
                    <Parameter Name="pagingInfo" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetColumnMapping" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="columnMapping" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetContentAssemblyTemplateReadOnly" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Id" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetExemptFromBlockDownloadOfNonViewableFiles"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetItemsOrder"
                    ReturnType="Collection(SP.ItemOrderUpdateValue)" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="itemIds" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="lowerOrderItemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="higherOrderItemId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetListCustomOrderFlag" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetQuickstepOrdering" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="quickstepIds" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="StartDeleteFileVersions" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="deleteOlderThanDays" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="StartDeleteFileVersionsByMode" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="batchDeleteParameters"
                        Type="SP.FileVersionBatchDeleteParameters" />
                </FunctionImport>
                <FunctionImport Name="StartFileVersionExpirationReport" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="reportFileUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="StartRecycle" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="SyncFlowCallbackUrl" ReturnType="SP.FlowSynchronizationResult"
                    IsBindable="true" EntitySet="FlowSynchronizationResults">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="flowId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SyncFlowInstance" ReturnType="SP.FlowSynchronizationResult"
                    IsBindable="true" EntitySet="FlowSynchronizationResults">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="flowID" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SyncFlowInstances" ReturnType="SP.FlowSynchronizationResult"
                    IsBindable="true" EntitySet="FlowSynchronizationResults">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="retrieveGroupFlows" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SyncFlowTemplates" ReturnType="SP.FlowSynchronizationResult"
                    IsBindable="true" EntitySet="FlowSynchronizationResults">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="category" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UnlockSmartTemplate" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Id" Type="Edm.String" />
                    <Parameter Name="LockId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UnpublishMappedView" ReturnType="SP.View" IsBindable="true"
                    EntitySet="Views">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="appId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="visualizationTarget" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UnsetContentAssemblyTemplateReadOnly" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Id" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                </FunctionImport>
                <FunctionImport Name="UpdateCAAETemplate" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Name" Type="Edm.String" />
                    <Parameter Name="updateTemplateInfo" Type="SP.UpdateTemplateInfo" />
                </FunctionImport>
                <FunctionImport Name="UpdateCAAETemplateV2" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="Id" Type="Edm.String" />
                    <Parameter Name="updateTemplateInfo" Type="SP.UpdateTemplateInfoV2" />
                </FunctionImport>
                <FunctionImport Name="UpdateContentAssemblyDocument"
                    ReturnType="SP.ContentAssemblyFileInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="TemplateUrl" Type="Edm.String" />
                    <Parameter Name="contentAssemblyFormAnswers"
                        Type="Collection(SP.ContentAssemblyFormAnswer)" />
                </FunctionImport>
                <FunctionImport Name="UpdateFormProcessingModelRetentionLabel" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="retentionLabel" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateFormProcessingModelSettings" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="retentionLabel" Type="Edm.String" />
                    <Parameter Name="linkedList" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateListForm" ReturnType="SP.ListForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="parameters" Type="SP.ListForm" />
                </FunctionImport>
                <FunctionImport Name="UpdateRuleEx" IsBindable="true">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="ruleId" Type="Edm.String" />
                    <Parameter Name="condition" Type="Edm.String" />
                    <Parameter Name="title" Type="Edm.String" />
                    <Parameter Name="status" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="action" Type="SP.SPRuleAction" />
                    <Parameter Name="triggerType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ValidateAppName"
                    ReturnType="SP.VisualizationAppSynchronizationResult" IsBindable="true"
                    EntitySet="VisualizationAppSynchronizationResults">
                    <Parameter Name="this" Type="SP.List" />
                    <Parameter Name="appDisplayName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="SP.List" IsBindable="true" EntitySet="Lists">
                    <Parameter Name="this" Type="Collection(SP.List)" />
                    <Parameter Name="parameters" Type="SP.ListCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="EnsureClientRenderedSitePagesLibrary" ReturnType="SP.List"
                    IsBindable="true" EntitySet="Lists">
                    <Parameter Name="this" Type="Collection(SP.List)" />
                </FunctionImport>
                <FunctionImport Name="EnsureEventsList" ReturnType="SP.List" IsBindable="true"
                    EntitySet="Lists">
                    <Parameter Name="this" Type="Collection(SP.List)" />
                </FunctionImport>
                <FunctionImport Name="EnsureSiteAssetsLibrary" ReturnType="SP.List"
                    IsBindable="true" EntitySet="Lists">
                    <Parameter Name="this" Type="Collection(SP.List)" />
                </FunctionImport>
                <FunctionImport Name="EnsureSitePagesLibrary" ReturnType="SP.List" IsBindable="true"
                    EntitySet="Lists">
                    <Parameter Name="this" Type="Collection(SP.List)" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.List" IsComposable="true"
                    IsBindable="true" EntitySet="Lists">
                    <Parameter Name="this" Type="Collection(SP.List)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByTitle" ReturnType="SP.List" IsComposable="true"
                    IsBindable="true" EntitySet="Lists">
                    <Parameter Name="this" Type="Collection(SP.List)" />
                    <Parameter Name="title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.ListItem" IsComposable="true"
                    IsBindable="true" EntitySet="ListItems">
                    <Parameter Name="this" Type="Collection(SP.ListItem)" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="BreakRoleInheritance" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="copyRoleAssignments" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="clearSubscopes" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ResetRoleInheritance" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                </FunctionImport>
                <FunctionImport Name="AddThumbnailFieldData" ReturnType="SP.SPImageItem"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="imageStream" Type="Edm.Stream" />
                    <Parameter Name="imageName" Type="Edm.String" />
                    <Parameter Name="fieldInternalName" Type="Edm.String" />
                    <Parameter Name="lockId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Archive" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                </FunctionImport>
                <FunctionImport Name="DeleteWithParameters" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="parameters" Type="SP.ListItemDeleteParameters" />
                </FunctionImport>
                <FunctionImport Name="DoEntitiesHaveAccessToLabel"
                    ReturnType="Collection(SP.LabelAccessControlData)" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="peoplePickerInput" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="FolderArchiveProgress" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                </FunctionImport>
                <FunctionImport Name="FolderUnarchiveProgress" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                </FunctionImport>
                <FunctionImport Name="GetChanges" ReturnType="Collection(SP.Change)"
                    IsBindable="true" EntitySet="Changes">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="query" Type="SP.ChangeQuery" />
                </FunctionImport>
                <FunctionImport Name="GetComments"
                    ReturnType="Collection(Microsoft.SharePoint.Comments.comment)"
                    IsComposable="true" IsBindable="true" EntitySet="comments">
                    <Parameter Name="this" Type="SP.ListItem" />
                </FunctionImport>
                <FunctionImport Name="GetUserEffectivePermissions" ReturnType="SP.BasePermissions"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="userName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetVersionById" ReturnType="SP.ListItemVersion"
                    IsComposable="true" IsBindable="true" EntitySet="ListItemVersions">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="versionId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetVersions" ReturnType="Collection(SP.ListItemVersion)"
                    IsComposable="true" IsBindable="true" EntitySet="ListItemVersions">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="getVersionsParams" Type="SP.GetListItemVersionsParameters" />
                </FunctionImport>
                <FunctionImport Name="GetWOPIFrameUrl" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="action" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="MediaServiceUpdate" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="parameters" Type="SP.MediaServiceUpdateParameters" />
                </FunctionImport>
                <FunctionImport Name="MediaServiceUpdateV2" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="parameters" Type="SP.MediaServiceUpdateParameters" />
                    <Parameter Name="eventFiringEnabled" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="OverridePolicyTip" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="userAction" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="justification" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ParseAndSetFieldValue" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="fieldName" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Recycle" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                </FunctionImport>
                <FunctionImport Name="RecycleWithParameters" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="parameters" Type="SP.ListItemDeleteParameters" />
                </FunctionImport>
                <FunctionImport Name="RenderListItemDataAsStream" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="options" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetCommentsDisabled" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetComplianceTag" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="complianceTag" Type="Edm.String" />
                    <Parameter Name="isTagPolicyHold" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="isTagPolicyRecord" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="isEventBasedTag" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="isTagSuperLock" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="isUnlockedAsDefault" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetComplianceTagWithExplicitMetasUpdate" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="complianceTag" Type="Edm.String" />
                    <Parameter Name="complianceFlags" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="complianceTagWrittenTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="userEmailAddress" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetComplianceTagWithHold" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="complianceTag" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetComplianceTagWithMetaInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="complianceTag" Type="Edm.String" />
                    <Parameter Name="blockDelete" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="blockEdit" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="complianceTagWrittenTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="userEmailAddress" Type="Edm.String" />
                    <Parameter Name="isTagSuperLock" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="isRecordUnlockedAsDefault" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetComplianceTagWithNoHold" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="complianceTag" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetComplianceTagWithRecord" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="complianceTag" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SystemUpdate" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                </FunctionImport>
                <FunctionImport Name="Unarchive" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                </FunctionImport>
                <FunctionImport Name="UpdateEx" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="parameters" Type="SP.ListItemUpdateParameters" />
                </FunctionImport>
                <FunctionImport Name="UpdateOverwriteVersion" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                </FunctionImport>
                <FunctionImport Name="ValidateUpdateFetchListItem"
                    ReturnType="SP.ListItemUpdateResults" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="formValues" Type="Collection(SP.ListItemFormUpdateValue)" />
                    <Parameter Name="bNewDocumentUpdate" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="checkInComment" Type="Edm.String" />
                    <Parameter Name="datesInUTC" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="numberInInvariantCulture" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="View" Type="Edm.String" />
                    <Parameter Name="RootFolder" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ValidateUpdateFetchListItemInFolder"
                    ReturnType="SP.ListItemUpdateResults" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="formValues" Type="Collection(SP.ListItemFormUpdateValue)" />
                    <Parameter Name="bNewDocumentUpdate" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="checkInComment" Type="Edm.String" />
                    <Parameter Name="datesInUTC" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="numberInInvariantCulture" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="rootFolder" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ValidateUpdateListItem"
                    ReturnType="Collection(SP.ListItemFormUpdateValue)" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItem" />
                    <Parameter Name="formValues" Type="Collection(SP.ListItemFormUpdateValue)" />
                    <Parameter Name="bNewDocumentUpdate" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="checkInComment" Type="Edm.String" />
                    <Parameter Name="datesInUTC" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="numberInInvariantCulture" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="sharedLockId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="BreakRoleInheritance" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="copyRoleAssignments" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="clearSubscopes" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ResetRoleInheritance" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="AddCrossFarmMessage" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="messagePayloadBase64" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddinPermissions"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPAddinPermissionResponse"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="addins"
                        Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPAddinPermissionRequest)" />
                </FunctionImport>
                <FunctionImport Name="AddPlaceholderUser" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="listId" Type="Edm.String" />
                    <Parameter Name="placeholderText" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddSupportedUILanguage" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="lcid" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ApplyTheme" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="colorPaletteUrl" Type="Edm.String" />
                    <Parameter Name="fontSchemeUrl" Type="Edm.String" />
                    <Parameter Name="backgroundImageUrl" Type="Edm.String" />
                    <Parameter Name="shareGenerated" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ApplyWebTemplate" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="webTemplate" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AvailableAddins"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPAvailableAddinsResponse"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="serverRelativeUrls" Type="Collection(Edm.String)" />
                    <Parameter Name="urls" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="ConsentToPowerPlatform"
                    ReturnType="SP.FlowSynchronizationResult" IsBindable="true"
                    EntitySet="FlowSynchronizationResults">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_CreateAnonymousLink" ReturnType="Edm.String">
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="isEditLink" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_CreateAnonymousLinkWithExpiration"
                    ReturnType="Edm.String">
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="isEditLink" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="expirationString" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateDefaultAssociatedGroups" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="userLogin" Type="Edm.String" />
                    <Parameter Name="userLogin2" Type="Edm.String" />
                    <Parameter Name="groupNameSeed" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateGroupBasedEnvironment"
                    ReturnType="SP.FlowSynchronizationResult" IsBindable="true"
                    EntitySet="FlowSynchronizationResults">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_CreateOrganizationSharingLink" ReturnType="Edm.String">
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="isEditLink" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateSitePage" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="pageMetaData" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DefaultDocumentLibrary" ReturnType="SP.List"
                    IsComposable="true" IsBindable="true" EntitySet="Lists">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_DefaultDocumentLibraryUrl"
                    ReturnType="SP.DocumentLibraryInformation" IsSideEffecting="false">
                    <Parameter Name="webUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_DeleteAllAnonymousLinksForObject">
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_DeleteAnonymousLinkForObject">
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="isEditLink" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="removeAssociatedSharingLinkGroup" Type="Edm.Boolean"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_DestroyOrganizationSharingLink">
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="isEditLink" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="removeAssociatedSharingLinkGroup" Type="Edm.Boolean"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DoesPushNotificationSubscriberExist" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="deviceAppInstanceId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DoesUserHavePermissions" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="permissionMask" Type="SP.BasePermissions" />
                </FunctionImport>
                <FunctionImport Name="EnsureEduClassSetup" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="byPassForAutomation" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnsureSolutioningEnvironment"
                    ReturnType="SP.FlowSynchronizationResult" IsBindable="true"
                    EntitySet="FlowSynchronizationResults">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="ensureCdsInstance" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnsureTenantAppCatalog" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="callerId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="EnsureUser" ReturnType="SP.User" IsBindable="true"
                    EntitySet="Users1">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="logonName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="EnsureUserByObjectId" ReturnType="SP.User" IsBindable="true"
                    EntitySet="Users1">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="objectId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="tenantId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="principalType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ExecuteRemoteLOB" ReturnType="Edm.Stream" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="inputStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_ForwardObjectLink" ReturnType="SP.SharingResult"
                    EntitySet="SharingResults">
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="peoplePickerInput" Type="Edm.String" />
                    <Parameter Name="emailSubject" Type="Edm.String" />
                    <Parameter Name="emailBody" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetACSServicePrincipals"
                    ReturnType="Collection(Microsoft.SharePoint.Authentication.SPACSServicePrincipalInfo)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="appIds" Type="Collection(Edm.Guid)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAdaptiveCardExtensions"
                    ReturnType="Collection(Microsoft.SharePoint.ClientSideComponent.SPClientSideComponentQueryResult)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="includeErrors" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="project" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAddinPrincipalsHavingPermissionsInSites"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPGetAddinPrincipalsResponse"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="serverRelativeUrls" Type="Collection(Edm.String)" />
                    <Parameter Name="urls" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="GetAddinUninstallJobDetail"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPUninstallAddinJobDetail"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="jobId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="serverRelativeUrl" Type="Edm.String" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetAllClientSideComponents" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="languages" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="GetAppBdcCatalog" ReturnType="SP.BusinessData.AppBdcCatalog"
                    IsBindable="true" EntitySet="AppBdcCatalogs">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="GetAppBdcCatalogForAppInstance"
                    ReturnType="SP.BusinessData.AppBdcCatalog" IsBindable="true"
                    EntitySet="AppBdcCatalogs">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="appInstanceId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAppInstanceById" ReturnType="SP.AppInstance"
                    IsComposable="true" IsBindable="true" EntitySet="AppInstances">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="appInstanceId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAppInstancesByProductId"
                    ReturnType="Collection(SP.AppInstance)" IsComposable="true" IsBindable="true"
                    EntitySet="AppInstances">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="productId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAvailableWebTemplates"
                    ReturnType="Collection(SP.WebTemplate)" IsComposable="true" IsBindable="true"
                    EntitySet="WebTemplates">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="lcid" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="doIncludeCrossLanguage" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetCatalog" ReturnType="SP.List" IsComposable="true"
                    IsBindable="true" EntitySet="Lists">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="typeCatalog" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetChanges" ReturnType="Collection(SP.Change)"
                    IsBindable="true" EntitySet="Changes">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="query" Type="SP.ChangeQuery" />
                </FunctionImport>
                <FunctionImport Name="GetClientSideComponents"
                    ReturnType="Collection(Microsoft.SharePoint.ClientSideComponent.SPClientSideComponentQueryResult)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="components"
                        Type="Collection(Microsoft.SharePoint.ClientSideComponent.SPClientSideComponentIdentifier)" />
                    <Parameter Name="project" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetClientSideComponentsByComponentType"
                    ReturnType="Collection(Microsoft.SharePoint.ClientSideComponent.SPClientSideComponentQueryResult)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="componentTypesString" Type="Edm.String" />
                    <Parameter Name="supportedHostTypeValue" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="includeErrors" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="project" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="includeManifestActivatedTime" Type="Edm.Boolean"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetClientSideComponentsById"
                    ReturnType="Collection(Microsoft.SharePoint.ClientSideComponent.SPClientSideComponentQueryResult)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="componentIds" Type="Collection(Edm.Guid)" Nullable="false" />
                    <Parameter Name="project" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetClientSideWebParts"
                    ReturnType="Collection(Microsoft.SharePoint.ClientSideComponent.SPClientSideComponentQueryResult)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="includeErrors" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="project" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_GetContextWebInformation"
                    ReturnType="SP.ContextWebInformation" />
                <FunctionImport Name="SP_Web_GetContextWebThemeData" ReturnType="Edm.String"
                    IsSideEffecting="false" />
                <FunctionImport Name="GetCustomListTemplates"
                    ReturnType="Collection(SP.ListTemplate)" IsComposable="true" IsBindable="true"
                    EntitySet="ListTemplates">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_GetDocumentAndMediaLibraries"
                    ReturnType="Collection(SP.DocumentLibraryInformation)" IsSideEffecting="false">
                    <Parameter Name="webFullUrl" Type="Edm.String" />
                    <Parameter Name="includePageLibraries" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_GetDocumentLibraries"
                    ReturnType="Collection(SP.DocumentLibraryInformation)" IsSideEffecting="false">
                    <Parameter Name="webFullUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetEntity" ReturnType="SP.BusinessData.Entity"
                    IsBindable="true" EntitySet="Entitys">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="namespace" Type="Edm.String" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileByGuestUrl" ReturnType="SP.File" IsComposable="true"
                    IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="guestUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileByGuestUrlEnsureAccess" ReturnType="SP.File"
                    IsComposable="true" IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="guestUrl" Type="Edm.String" />
                    <Parameter Name="ensureAccess" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetFileByGuestUrlExtended" ReturnType="SP.File"
                    IsComposable="true" IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="guestUrl" Type="Edm.String" />
                    <Parameter Name="requestSettings" Type="SP.Sharing.SharingLinkAccessRequest" />
                </FunctionImport>
                <FunctionImport Name="GetFileById" ReturnType="SP.File" IsComposable="true"
                    IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetFileByLinkingUrl" ReturnType="SP.File" IsComposable="true"
                    IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="linkingUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileByServerRelativePath" ReturnType="SP.File"
                    IsComposable="true" IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileByServerRelativeUrl" ReturnType="SP.File"
                    IsComposable="true" IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="serverRelativeUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileByStreamFrameUrl" ReturnType="SP.File"
                    IsComposable="true" IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="streamFrameUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileByUrl" ReturnType="SP.File" IsComposable="true"
                    IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="fileUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileByWOPIFrameUrl" ReturnType="SP.File"
                    IsComposable="true" IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="wopiFrameUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFolderByGuestUrl" ReturnType="SP.Folder"
                    IsComposable="true" IsBindable="true" EntitySet="Folders1">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="guestUrl" Type="Edm.String" />
                    <Parameter Name="ensureAccess" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetFolderByGuestUrlExtended" ReturnType="SP.Folder"
                    IsComposable="true" IsBindable="true" EntitySet="Folders1">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="guestUrl" Type="Edm.String" />
                    <Parameter Name="requestSettings" Type="SP.Sharing.SharingLinkAccessRequest" />
                </FunctionImport>
                <FunctionImport Name="GetFolderById" ReturnType="SP.Folder" IsComposable="true"
                    IsBindable="true" EntitySet="Folders1">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetFolderByServerRelativePath" ReturnType="SP.Folder"
                    IsComposable="true" IsBindable="true" EntitySet="Folders1">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFolderByServerRelativeUrl" ReturnType="SP.Folder"
                    IsComposable="true" IsBindable="true" EntitySet="Folders1">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="serverRelativeUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetGroupBasedEnvironment"
                    ReturnType="SP.FlowSynchronizationResult" IsComposable="true" IsBindable="true"
                    EntitySet="FlowSynchronizationResults">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="GetList" ReturnType="SP.List" IsComposable="true"
                    IsBindable="true" EntitySet="Lists">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="strUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetListByTitle" ReturnType="SP.List" IsComposable="true"
                    IsBindable="true" EntitySet="Lists">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetListItem" ReturnType="SP.ListItem" IsComposable="true"
                    IsBindable="true" EntitySet="ListItems">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="strUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetListItemByResourceId" ReturnType="SP.ListItem"
                    IsComposable="true" IsBindable="true" EntitySet="ListItems">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="resourceId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetListItemUsingPath" ReturnType="SP.ListItem"
                    IsComposable="true" IsBindable="true" EntitySet="ListItems">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetListOperation"
                    ReturnType="Microsoft.SharePoint.LargeOperation.SPLargeOperation"
                    IsBindable="true" EntitySet="SPLargeOperations">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="operationId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetLists" ReturnType="Collection(SP.List)" IsComposable="true"
                    IsBindable="true" EntitySet="Lists">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="getListsParams" Type="SP.GetListsParameters" />
                </FunctionImport>
                <FunctionImport Name="GetListUsingPath" ReturnType="SP.List" IsComposable="true"
                    IsBindable="true" EntitySet="Lists">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetNewsList" ReturnType="SP.List" IsBindable="true"
                    EntitySet="Lists">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="allowCreate" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_GetObjectSharingSettings"
                    ReturnType="SP.ObjectSharingSettings" EntitySet="ObjectSharingSettingss">
                    <Parameter Name="objectUrl" Type="Edm.String" />
                    <Parameter Name="groupId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="useSimplifiedRoles" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetPushNotificationSubscriber"
                    ReturnType="SP.PushNotificationSubscriber" IsComposable="true" IsBindable="true"
                    EntitySet="PushNotificationSubscribers">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="deviceAppInstanceId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetPushNotificationSubscribersByArgs"
                    ReturnType="Collection(SP.PushNotificationSubscriber)" IsComposable="true"
                    IsBindable="true" EntitySet="PushNotificationSubscribers">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="customArgs" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetPushNotificationSubscribersByUser"
                    ReturnType="Collection(SP.PushNotificationSubscriber)" IsComposable="true"
                    IsBindable="true" EntitySet="PushNotificationSubscribers">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="userName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetRecycleBinItems" ReturnType="Collection(SP.RecycleBinItem)"
                    IsComposable="true" IsBindable="true" EntitySet="RecycleBinItems">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="pagingInfo" Type="Edm.String" />
                    <Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="isAscending" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="orderBy" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="itemState" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRecycleBinItemsByQueryInfo"
                    ReturnType="Collection(SP.RecycleBinItem)" IsComposable="true" IsBindable="true"
                    EntitySet="RecycleBinItems">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="IsAscending" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="ItemState" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="OrderBy" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="PagingInfo" Type="Edm.String" />
                    <Parameter Name="RowLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="ShowOnlyMyItems" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRegionalDateTimeSchema" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="GetSharingLinkData" ReturnType="SP.SharingLinkData"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="linkUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_GetSharingLinkKind" ReturnType="Edm.Int32"
                    IsSideEffecting="false">
                    <Parameter Name="fileUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSitePageCopyToStatus" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="workItemId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSitePageMoveStatus" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="workItemId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSiteUserIncludingDeletedByPuid" ReturnType="SP.User"
                    IsComposable="true" IsBindable="true" EntitySet="Users1">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="puid" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSPAppContextAsStream" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="GetStorageEntity"
                    ReturnType="Microsoft.SharePoint.ClientSideComponent.StorageEntity"
                    IsComposable="true" IsBindable="true" EntitySet="StorageEntitys">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="key" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSubwebsFilteredForCurrentUser"
                    ReturnType="Collection(SP.WebInformation)" IsComposable="true" IsBindable="true"
                    EntitySet="WebInformations">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="nWebTemplateFilter" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="nConfigurationFilter" Type="Edm.Int16" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetUserById" ReturnType="SP.User" IsComposable="true"
                    IsBindable="true" EntitySet="Users1">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="userId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetUserEffectivePermissions" ReturnType="SP.BasePermissions"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="userName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetViewFromPath" ReturnType="SP.View" IsComposable="true"
                    IsBindable="true" EntitySet="Views">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetViewFromUrl" ReturnType="SP.View" IsComposable="true"
                    IsBindable="true" EntitySet="Views">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="listUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_GetWebUrlFromPageUrl" ReturnType="Edm.String"
                    IsSideEffecting="false">
                    <Parameter Name="pageFullUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="HubSiteData" ReturnType="Edm.String" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="forceRefresh" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="HubSiteDataAsStream" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="forceRefresh" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="IncrementSiteClientTag" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="ListPowerPlatformUserDetails"
                    ReturnType="SP.FlowSynchronizationResult" IsBindable="true"
                    EntitySet="FlowSynchronizationResults">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="LoadAndInstallApp" ReturnType="SP.AppInstance"
                    IsBindable="true" EntitySet="AppInstances">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="appPackageStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="LoadAndInstallAppInSpecifiedLocale"
                    ReturnType="SP.AppInstance" IsBindable="true" EntitySet="AppInstances">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="appPackageStream" Type="Edm.Stream" />
                    <Parameter Name="installationLocaleLCID" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="LoadApp" ReturnType="SP.AppInstance" IsBindable="true"
                    EntitySet="AppInstances">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="appPackageStream" Type="Edm.Stream" />
                    <Parameter Name="installationLocaleLCID" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="MapToIcon" ReturnType="Edm.String" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="fileName" Type="Edm.String" />
                    <Parameter Name="progId" Type="Edm.String" />
                    <Parameter Name="size" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="MarkReplyUrisUpdated" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="PageContextCore" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="PageContextInfo" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="includeODBSettings" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="emitNavigationInfo" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ParseDateTime" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="value" Type="Edm.String" />
                    <Parameter Name="displayFormat" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="calendarType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ProcessExternalNotification" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="Recycle" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="RegisterPushNotificationSubscriber"
                    ReturnType="SP.PushNotificationSubscriber" IsBindable="true"
                    EntitySet="PushNotificationSubscribers">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="deviceAppInstanceId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="serviceToken" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveStorageEntity" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="key" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveSupportedUILanguage" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="lcid" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetAccessRequestSiteDescriptionAndUpdate" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="description" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetChromeOptions" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="headerLayout" Type="Edm.Int32" />
                    <Parameter Name="headerEmphasis" Type="Edm.Int32" />
                    <Parameter Name="megaMenuEnabled" Type="Edm.Boolean" />
                    <Parameter Name="footerEnabled" Type="Edm.Boolean" />
                    <Parameter Name="footerLayout" Type="Edm.Int32" />
                    <Parameter Name="footerEmphasis" Type="Edm.Int32" />
                    <Parameter Name="hideTitleInHeader" Type="Edm.Boolean" />
                    <Parameter Name="logoAlignment" Type="Edm.Int32" />
                    <Parameter Name="horizontalQuickLaunch" Type="Edm.Boolean" />
                    <Parameter Name="headerColorIndexInLightMode" Type="Edm.Int32" />
                    <Parameter Name="headerColorIndexInDarkMode" Type="Edm.Int32" />
                    <Parameter Name="footerColorIndexInLightMode" Type="Edm.Int32" />
                    <Parameter Name="footerColorIndexInDarkMode" Type="Edm.Int32" />
                    <Parameter Name="footerAlignment" Type="Edm.Int32" />
                    <Parameter Name="footerBlur" Type="Edm.Int32" />
                    <Parameter Name="headerOverlayColor" Type="Edm.Int32" />
                    <Parameter Name="headerOverlayGradientDirection" Type="Edm.Int32" />
                    <Parameter Name="headerOverlayOpacity" Type="Edm.Int32" />
                    <Parameter Name="footerOverlayColor" Type="Edm.Int32" />
                    <Parameter Name="footerOverlayGradientDirection" Type="Edm.Int32" />
                    <Parameter Name="footerOverlayOpacity" Type="Edm.Int32" />
                    <Parameter Name="fontOptionForSiteTitle" Type="SP.FontOption" />
                    <Parameter Name="fontOptionForSiteNav" Type="SP.FontOption" />
                    <Parameter Name="fontOptionForSiteFooterTitle" Type="SP.FontOption" />
                    <Parameter Name="fontOptionForSiteFooterNav" Type="SP.FontOption" />
                </FunctionImport>
                <FunctionImport Name="SetDefaultNewPageTemplateId" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="defaultNewPageTemplateId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetGlobalNavSettings" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="title" Type="Edm.String" />
                    <Parameter Name="source" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetStorageEntity" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="key" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.String" />
                    <Parameter Name="description" Type="Edm.String" />
                    <Parameter Name="comments" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetThemeApplicationActionHistory" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="themeApplicationActionHistory" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetUseAccessRequestDefaultAndUpdate" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="useAccessRequestDefault" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_ShareObject" ReturnType="SP.SharingResult"
                    EntitySet="SharingResults">
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="peoplePickerInput" Type="Edm.String" />
                    <Parameter Name="roleValue" Type="Edm.String" />
                    <Parameter Name="groupId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="propagateAcl" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="sendEmail" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="includeAnonymousLinkInEmail" Type="Edm.Boolean"
                        Nullable="false" />
                    <Parameter Name="emailSubject" Type="Edm.String" />
                    <Parameter Name="emailBody" Type="Edm.String" />
                    <Parameter Name="useSimplifiedRoles" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SyncFlowInstances" ReturnType="SP.FlowSynchronizationResult"
                    IsBindable="true" EntitySet="FlowSynchronizationResults">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="targetWebUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SyncFlowTemplates" ReturnType="SP.FlowSynchronizationResult"
                    IsBindable="true" EntitySet="FlowSynchronizationResults">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="category" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SyncHubSiteTheme" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="SyncTeamsComponent"
                    ReturnType="Microsoft.SharePoint.ClientSideComponent.SPClientSideComponentQueryResult"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="teamsComponent"
                        Type="Microsoft.SharePoint.ClientSideComponent.SPTeamsAppComponent" />
                </FunctionImport>
                <FunctionImport Name="UninstallAddins"
                    ReturnType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPUninstallAddinResponse"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="uninstallAddins"
                        Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPUninstallAddinRequest)" />
                </FunctionImport>
                <FunctionImport Name="UnregisterPushNotificationSubscriber" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="deviceAppInstanceId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UnsetIsEduClassProvisionPending" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="SP_Web_UnshareObject" ReturnType="SP.SharingResult"
                    EntitySet="SharingResults">
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                </FunctionImport>
                <FunctionImport Name="UpgradePrefabAppInstance" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="prefabItemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="hasCustomUpgradeConfiguration" Type="Edm.Boolean"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UploadImage" ReturnType="SP.SPImageItem" IsBindable="true">
                    <Parameter Name="this" Type="SP.Web" />
                    <Parameter Name="listTitle" Type="Edm.String" />
                    <Parameter Name="imageName" Type="Edm.String" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                    <Parameter Name="listId" Type="Edm.String" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="fieldId" Type="Edm.String" />
                    <Parameter Name="overwrite" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_Internal_AgreementsESignManager_AgreementESignStatusUpdated">
                    <Parameter Name="payload" Type="SP.AgreementESignStatusUpdatedPayload" />
                </FunctionImport>
                <FunctionImport Name="SP_Internal_ApprovalsManager_OnRequestUpdated" />
                <FunctionImport Name="SP_Broker_AcquireOBOToken" ReturnType="Edm.String"
                    IsSideEffecting="false">
                    <Parameter Name="resource" Type="Edm.String" />
                    <Parameter Name="incomingToken" Type="Edm.String" />
                    <Parameter Name="tenantId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Internal_PowerPlatformEnvironments_GetEnvironmentId"
                    ReturnType="SP.PowerPlatformEnvironment">
                    <Parameter Name="context" Type="Edm.String" />
                    <Parameter Name="forReadOnly" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignInternal_AddAuditTrailEntry" ReturnType="Edm.String">
                    <Parameter Name="addAuditTrailEntry"
                        Type="Microsoft.SharePoint.ESign.Models.Requests.AddAuditTrailEntryModel" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignInternal_BillAgreement">
                    <Parameter Name="documentId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignInternal_CancelAgreement">
                    <Parameter Name="cancelAgreement"
                        Type="Microsoft.SharePoint.ESign.Models.Requests.CancelAgreementModel" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignInternal_CleanupAgreement">
                    <Parameter Name="documentId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignInternal_CompleteAgreement" ReturnType="Edm.DateTime">
                    <Parameter Name="completeAgreement"
                        Type="Microsoft.SharePoint.ESign.Models.Requests.CompleteAgreementModel" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignInternal_CompleteAgreementV3" ReturnType="Edm.String">
                    <Parameter Name="completeAgreement"
                        Type="Microsoft.SharePoint.ESign.Models.Requests.CompleteAgreementModel" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignInternal_CompleteAgreementV4" ReturnType="Edm.String">
                    <Parameter Name="completeAgreement"
                        Type="Microsoft.SharePoint.ESign.Models.Requests.CompleteAgreementModelV4" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignInternal_DeclineAgreement">
                    <Parameter Name="declineAgreement"
                        Type="Microsoft.SharePoint.ESign.Models.Requests.DeclineAgreementModel" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignInternal_GetEsignSettings" ReturnType="Edm.String" />
                <FunctionImport Name="SP_eSignInternal_InitializeAgreement" ReturnType="Edm.String">
                    <Parameter Name="initializeAgreement"
                        Type="Microsoft.SharePoint.ESign.Models.Requests.InitializeAgreementModel" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignInternal_SignAgreement">
                    <Parameter Name="signAgreement"
                        Type="Microsoft.SharePoint.ESign.Models.Requests.SignAgreementModel" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignInternal_StartAgreement" ReturnType="Edm.String">
                    <Parameter Name="startAgreement"
                        Type="Microsoft.SharePoint.ESign.Models.Requests.CreateAgreementModel" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignInternal_StartAgreementV2" ReturnType="Edm.String">
                    <Parameter Name="startAgreement"
                        Type="Microsoft.SharePoint.ESign.Models.Requests.CreateAgreementModelV2" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignInternal_UpdateAuditTrailEntry">
                    <Parameter Name="updateAuditTrailEntry"
                        Type="Microsoft.SharePoint.ESign.Models.Requests.UpdateAuditTrailEntryModel" />
                </FunctionImport>
                <FunctionImport Name="SP_eSign_GetAuditTrail" ReturnType="Edm.String">
                    <Parameter Name="documentId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_eSign_GetSigningFields" ReturnType="Edm.String">
                    <Parameter Name="documentId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_eSign_StartAgreement" ReturnType="Edm.String">
                    <Parameter Name="startAgreement"
                        Type="Microsoft.SharePoint.ESign.Models.Requests.CreateAgreementModel" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignSelectedWriteBackInternal_InitializeWriteBackFile"
                    ReturnType="Edm.String">
                    <Parameter Name="writeBackModel"
                        Type="Microsoft.SharePoint.ESign.Models.Requests.InitializeWriteBackModel" />
                </FunctionImport>
                <FunctionImport Name="SP_eSignSelectedWriteBackInternal_UpdateWriteBackFile"
                    ReturnType="Edm.String">
                    <Parameter Name="updateWriteBackModel"
                        Type="Microsoft.SharePoint.ESign.Models.Requests.UpdateWriteBackFileModel" />
                </FunctionImport>
                <FunctionImport Name="SP_FavoriteItemCollection_GetFavoriteItems"
                    ReturnType="Edm.String" IsSideEffecting="false" />
                <FunctionImport Name="SP_ListHomeItemCollection_GetListHomeItems"
                    ReturnType="Edm.Stream" IsSideEffecting="false">
                    <Parameter Name="sortBy" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_ListHomeItemCollection_GetListHomeItemsWithPageContextInfo"
                    ReturnType="Edm.Stream" IsSideEffecting="false">
                    <Parameter Name="sortBy" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_ListHomeItemCollection_GetListHomePersonalLists"
                    ReturnType="Collection(SP.ListHomeItem2)" IsComposable="true"
                    EntitySet="ListHomeItem2s">
                    <Parameter Name="sortBy" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="templateTypeId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_ListHomeItemCollection_GetRecommendLists"
                    ReturnType="Edm.String" IsSideEffecting="false" />
                <FunctionImport Name="SP_ListHomeItemCollection_RemoveRecentLists">
                    <Parameter Name="recentListsJson" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_ListHomeItemCollection_RemoveRecommendLists">
                    <Parameter Name="recommendListsJson" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_MultilingualSettings" ReturnType="SP.MultilingualSettings"
                    IsComposable="true" EntitySet="MultilingualSettingss" />
                <FunctionImport Name="SetFollowLangPreference" IsBindable="true">
                    <Parameter Name="this" Type="SP.MultilingualSettings" />
                    <Parameter Name="request" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetNotificationRecipients" IsBindable="true">
                    <Parameter Name="this" Type="SP.MultilingualSettings" />
                    <Parameter Name="request" Type="SP.TranslationNotificationRecipientSetRequest" />
                </FunctionImport>
                <FunctionImport Name="SP_NewsCollection_HubNews"
                    ReturnType="Microsoft.SharePoint.News.DataModel.ItemsList"
                    IsSideEffecting="false">
                    <Parameter Name="departmentId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="start" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="count" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="filterByAudience" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="languageOverride" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_NewsCollection_MultiHubNews"
                    ReturnType="Microsoft.SharePoint.News.DataModel.ItemsList">
                    <Parameter Name="multiHubJson" Type="Edm.String" />
                    <Parameter Name="start" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="count" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="filterByAudience" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="languageOverride" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_NewsCollection_MultiSiteNews"
                    ReturnType="Microsoft.SharePoint.News.DataModel.ItemsList">
                    <Parameter Name="multiSiteJson" Type="Edm.String" />
                    <Parameter Name="start" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="count" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="filterByAudience" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="languageOverride" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_NgspDataCollection_GetNgspData" ReturnType="Edm.String"
                    IsSideEffecting="false">
                    <Parameter Name="request" Type="SP.NgspRequestParams" />
                </FunctionImport>
                <FunctionImport Name="SP_OneDriveItemCollection_GetSmartCacheData"
                    ReturnType="Collection(Edm.String)" IsSideEffecting="false">
                    <Parameter Name="names" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="SP_PeopleCollection_GetCollaborators" ReturnType="Edm.String"
                    IsSideEffecting="false">
                    <Parameter Name="top" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_PeopleCollection_GetCollaboratorsAsStream"
                    ReturnType="Edm.Stream" IsSideEffecting="false">
                    <Parameter Name="top" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_PersonalListsProxy_GetPersonalListsProxy"
                    ReturnType="Edm.Stream" IsSideEffecting="false">
                    <Parameter Name="sortBy" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="templateTypeId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_QuickAccessItemCollection_GetQuickAccessItems"
                    ReturnType="Edm.String" IsSideEffecting="false" />
                <FunctionImport Name="SP_QuickAccessItemCollection_GetSubstrateQuickAccessItems"
                    ReturnType="Edm.String" IsSideEffecting="false" />
                <FunctionImport Name="SP_RecentFileCollection_DeltaSync" ReturnType="Edm.String"
                    IsSideEffecting="false">
                    <Parameter Name="top" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="startDateTime" Type="Edm.String" />
                    <Parameter Name="skipToken" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_RecentFileCollection_GetRecentFiles"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="top" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_RecentFileCollection_GetRecommendations"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="top" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_RecentListCollection_GetRecentLists"
                    ReturnType="Collection(SP.RecentList)" IsComposable="true"
                    EntitySet="RecentLists">
                    <Parameter Name="sortBy" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="templateTypeId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_RecentListCollection_GetRecentListsWithPageContextInfo"
                    ReturnType="Edm.Stream" IsSideEffecting="false">
                    <Parameter Name="sortBy" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="templateTypeId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_RecentListCollection_UpdateRecentLists">
                    <Parameter Name="recentListsJson" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_RecentListCollection_UpdateRecentListsRemote">
                    <Parameter Name="recentListsJson" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_RecentListProxy_GetRecentListsProxy"
                    ReturnType="Edm.Stream" IsSideEffecting="false">
                    <Parameter Name="sortBy" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="templateTypeId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_RecommendationCollection_Dismissed" ReturnType="Edm.String">
                    <Parameter Name="recommendationId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_RecommendationCollection_Events" ReturnType="Edm.String">
                    <Parameter Name="eventDetails" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_RecommendationCollection_GetRecommendationsAsStream"
                    ReturnType="Edm.Stream">
                    <Parameter Name="top" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_RelatedItemManager_AddSingleLink">
                    <Parameter Name="SourceListName" Type="Edm.String" />
                    <Parameter Name="SourceItemID" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="SourceWebUrl" Type="Edm.String" />
                    <Parameter Name="TargetListName" Type="Edm.String" />
                    <Parameter Name="TargetItemID" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="TargetWebUrl" Type="Edm.String" />
                    <Parameter Name="TryAddReverseLink" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_RelatedItemManager_AddSingleLinkFromUrl">
                    <Parameter Name="SourceItemUrl" Type="Edm.String" />
                    <Parameter Name="TargetListName" Type="Edm.String" />
                    <Parameter Name="TargetItemID" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="TryAddReverseLink" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_RelatedItemManager_AddSingleLinkToUrl">
                    <Parameter Name="SourceListName" Type="Edm.String" />
                    <Parameter Name="SourceItemID" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="TargetItemUrl" Type="Edm.String" />
                    <Parameter Name="TryAddReverseLink" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_RelatedItemManager_DeleteSingleLink">
                    <Parameter Name="SourceListName" Type="Edm.String" />
                    <Parameter Name="SourceItemID" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="SourceWebUrl" Type="Edm.String" />
                    <Parameter Name="TargetListName" Type="Edm.String" />
                    <Parameter Name="TargetItemID" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="TargetWebUrl" Type="Edm.String" />
                    <Parameter Name="TryDeleteReverseLink" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_RelatedItemManager_GetPageOneRelatedItems"
                    ReturnType="Collection(SP.RelatedItem)" IsSideEffecting="false">
                    <Parameter Name="SourceListName" Type="Edm.String" />
                    <Parameter Name="SourceItemID" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_RelatedItemManager_GetRelatedItems"
                    ReturnType="Collection(SP.RelatedItem)" IsSideEffecting="false">
                    <Parameter Name="SourceListName" Type="Edm.String" />
                    <Parameter Name="SourceItemID" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.ScriptSafeDomain" />
                </FunctionImport>
                <FunctionImport Name="SP_SearchResultItemCollection_Events" ReturnType="Edm.String">
                    <Parameter Name="eventDetails" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SearchResultItemCollection_GetSearchResultsAsStream"
                    ReturnType="Edm.Stream">
                    <Parameter Name="textDecorations" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="scenario" Type="Edm.String" />
                    <Parameter Name="entitytypes" Type="Edm.String" />
                    <Parameter Name="payload" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SearchResultItemCollection_GetSearchSuggestionsAsStream"
                    ReturnType="Edm.Stream" IsSideEffecting="false">
                    <Parameter Name="query" Type="Edm.String" />
                    <Parameter Name="entitytypes" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SemanticSearchItemCollection_GetSearchResults"
                    ReturnType="Edm.Stream">
                    <Parameter Name="payload" Type="Edm.String" />
                    <Parameter Name="option" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SensitivityLabelCollection_GetSensitivityLabelsAsStream"
                    ReturnType="Edm.Stream" IsSideEffecting="false">
                    <Parameter Name="expand" Type="Edm.String" />
                    <Parameter Name="filter" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_ServerSettings_GetBlockedFileExtensions"
                    ReturnType="Collection(Edm.String)" IsSideEffecting="false" />
                <FunctionImport Name="SP_ServerSettings_GetGlobalInstalledLanguages"
                    ReturnType="Collection(SP.Language)" IsSideEffecting="false">
                    <Parameter Name="compatibilityLevel" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_ServerSettings_IsSharePointOnline" ReturnType="Edm.Boolean" />
                <FunctionImport Name="SP_SharedWithMeItemCollection_GetCalendarEvents"
                    ReturnType="Edm.String" IsSideEffecting="false" />
                <FunctionImport Name="SP_SharedWithMeItemCollection_GetSharedWithMeExternalItems"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="top" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_SharedWithMeItemCollection_GetSharedWithMeItems"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="top" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="skiptoken" Type="Edm.String" />
                    <Parameter Name="includeSharingHistory" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_SharedWithMeItemCollection_RemoveFromSharedWithMe"
                    ReturnType="Edm.String">
                    <Parameter Name="spoIds" Type="Edm.String" />
                    <Parameter Name="itemIds" Type="Collection(Edm.String)" />
                    <Parameter Name="workingSetIds" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="SP_SharedWithMeItemCollection_RestoreToSharedWithMe"
                    ReturnType="Edm.String">
                    <Parameter Name="spoIds" Type="Edm.String" />
                    <Parameter Name="itemIds" Type="Collection(Edm.String)" />
                    <Parameter Name="workingSetIds" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="SP_SmartCache_Update">
                    <Parameter Name="smartCacheJson" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_AccessRequests_ChangeRequestStatus">
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="newStatus" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="convStr" Type="Edm.String" />
                    <Parameter Name="permType" Type="Edm.String" />
                    <Parameter Name="permissionLevel" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_AccessRequests_ChangeRequestStatusBulk">
                    <Parameter Name="requestIds" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="newStatus" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Alert)" />
                    <Parameter Name="alertCreationInformation" Type="SP.AlertCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="Contains" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Alert)" />
                    <Parameter Name="idAlert" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteAlert" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Alert)" />
                    <Parameter Name="idAlert" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteAlertAtIndex" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Alert)" />
                    <Parameter Name="index" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Alert" IsComposable="true"
                    IsBindable="true" EntitySet="Alerts">
                    <Parameter Name="this" Type="Collection(SP.Alert)" />
                    <Parameter Name="idAlert" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateAlert" IsBindable="true">
                    <Parameter Name="this" Type="SP.Alert" />
                </FunctionImport>
                <FunctionImport Name="SP_AppContextSite" ReturnType="SP.AppContextSite"
                    IsComposable="true" EntitySet="AppContextSites">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <EntitySet Name="AppPrincipalCredentials" EntityType="SP.AppPrincipalCredential" />
                <FunctionImport Name="SP_AppPrincipalCredential_CreateFromKeyGroup"
                    ReturnType="SP.AppPrincipalCredential" EntitySet="AppPrincipalCredentials">
                    <Parameter Name="keyGroupIdentifier" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_AppPrincipalCredential_CreateFromSymmetricKey"
                    ReturnType="SP.AppPrincipalCredential" EntitySet="AppPrincipalCredentials">
                    <Parameter Name="symmetricKey" Type="Edm.String" />
                    <Parameter Name="notBefore" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="notAfter" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_AppPrincipalIdentityProvider_External"
                    ReturnType="SP.AppPrincipalIdentityProvider" IsComposable="true"
                    EntitySet="AppPrincipalIdentityProviders" />
                <EntitySet Name="AppPrincipalNames" EntityType="SP.AppPrincipalName" />
                <FunctionImport Name="SP_AppPrincipalName_CreateFromAppPrincipalIdentifier"
                    ReturnType="SP.AppPrincipalName" EntitySet="AppPrincipalNames">
                    <Parameter Name="appPrincipalIdentifier" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_AppPrincipalName_CreateFromNameIdentifier"
                    ReturnType="SP.AppPrincipalName" EntitySet="AppPrincipalNames">
                    <Parameter Name="nameIdentifier" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_AppSiteContextUtility_GetAppSiteContextCollection"
                    ReturnType="Collection(SP.AppSiteContext)" IsSideEffecting="false" />
                <FunctionImport Name="SP_AppTileProperties_GetAppProperties"
                    ReturnType="SP.AppProperties">
                    <Parameter Name="appId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="appType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="productId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="appSource" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="assetId" Type="Edm.String" />
                    <Parameter Name="contentMarket" Type="Edm.String" />
                    <Parameter Name="isTenantApp" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.Attachment" />
                </FunctionImport>
                <FunctionImport Name="RecycleObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.Attachment" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="SP.Attachment" IsBindable="true"
                    EntitySet="Attachments">
                    <Parameter Name="this" Type="Collection(SP.Attachment)" />
                    <Parameter Name="FileName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddUsingPath" ReturnType="SP.Attachment" IsBindable="true"
                    EntitySet="Attachments">
                    <Parameter Name="this" Type="Collection(SP.Attachment)" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="GetByFileName" ReturnType="SP.Attachment" IsComposable="true"
                    IsBindable="true" EntitySet="Attachments">
                    <Parameter Name="this" Type="Collection(SP.Attachment)" />
                    <Parameter Name="fileName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByFileNameAsPath" ReturnType="SP.Attachment"
                    IsComposable="true" IsBindable="true" EntitySet="Attachments">
                    <Parameter Name="this" Type="Collection(SP.Attachment)" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Audit" />
                </FunctionImport>
                <FunctionImport Name="GetByPath" ReturnType="SP.CheckedOutFile" IsBindable="true"
                    EntitySet="CheckedOutFiles">
                    <Parameter Name="this" Type="Collection(SP.CheckedOutFile)" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="TakeOverCheckOut" IsBindable="true">
                    <Parameter Name="this" Type="SP.CheckedOutFile" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.ClientWebPart" IsComposable="true"
                    IsBindable="true" EntitySet="ClientWebParts">
                    <Parameter Name="this" Type="Collection(SP.ClientWebPart)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Render" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.ClientWebPart" />
                    <Parameter Name="properties" Type="Collection(SP.KeyValue)" />
                </FunctionImport>
                <FunctionImport Name="SP_APIHubConnector_CreateListItem"
                    ReturnType="SP.ConnectorResult" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="itemData" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_APIHubConnector_DeleteListItem"
                    ReturnType="SP.ConnectorResult" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="itemId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_APIHubConnector_GetDeletedListItems"
                    ReturnType="SP.ConnectorResult" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="folderPath" Type="SP.ResourcePath" />
                    <Parameter Name="referrer" Type="Edm.String" />
                    <Parameter Name="callback" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_APIHubConnector_GetEntities"
                    ReturnType="SP.ConnectorResult" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="entityType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_APIHubConnector_GetEntityValues"
                    ReturnType="SP.ConnectorResult" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="fieldId" Type="Edm.String" />
                    <Parameter Name="queryOptions" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_APIHubConnector_GetListItem"
                    ReturnType="SP.ConnectorResult" IsComposable="true" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="itemId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_APIHubConnector_GetListItems"
                    ReturnType="SP.ConnectorResult" IsComposable="true" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="queryOptions" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_APIHubConnector_GetNewListItems"
                    ReturnType="SP.ConnectorResult" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="folderPath" Type="SP.ResourcePath" />
                    <Parameter Name="referrer" Type="Edm.String" />
                    <Parameter Name="callback" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_APIHubConnector_GetTableMetadata"
                    ReturnType="SP.ConnectorResult" IsComposable="true" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_APIHubConnector_GetTables" ReturnType="SP.ConnectorResult"
                    IsComposable="true" EntitySet="ConnectorResults" />
                <FunctionImport Name="SP_APIHubConnector_GetUpdatedListItems"
                    ReturnType="SP.ConnectorResult" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="folderPath" Type="SP.ResourcePath" />
                    <Parameter Name="referrer" Type="Edm.String" />
                    <Parameter Name="callback" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_APIHubConnector_InvokeQuery" ReturnType="Edm.Stream"
                    IsSideEffecting="false" />
                <FunctionImport Name="SP_APIHubConnector_ResolveEntityValue"
                    ReturnType="SP.ConnectorResult" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="fieldId" Type="Edm.String" />
                    <Parameter Name="queryOptions" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_APIHubConnector_SetApprovalStatus"
                    ReturnType="SP.ConnectorResult" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="itemId" Type="Edm.String" />
                    <Parameter Name="action" Type="Edm.String" />
                    <Parameter Name="comments" Type="Edm.String" />
                    <Parameter Name="etag" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_APIHubConnector_UpdateListItem"
                    ReturnType="SP.ConnectorResult" EntitySet="ConnectorResults">
                    <Parameter Name="listName" Type="Edm.String" />
                    <Parameter Name="itemId" Type="Edm.String" />
                    <Parameter Name="itemData" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_ContentSolution" ReturnType="SP.ContentSolution"
                    IsComposable="true" EntitySet="ContentSolutions" />
                <FunctionImport Name="AddAvailableContentType" ReturnType="SP.ContentType"
                    IsBindable="true" EntitySet="ContentTypes">
                    <Parameter Name="this" Type="Collection(SP.ContentType)" />
                    <Parameter Name="contentTypeId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Create" ReturnType="SP.ContentType" IsBindable="true"
                    EntitySet="ContentTypes">
                    <Parameter Name="this" Type="Collection(SP.ContentType)" />
                    <Parameter Name="parameters" Type="SP.ContentTypeEntityData" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.ContentType" IsComposable="true"
                    IsBindable="true" EntitySet="ContentTypes">
                    <Parameter Name="this" Type="Collection(SP.ContentType)" />
                    <Parameter Name="contentTypeId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.ContentType" />
                </FunctionImport>
                <FunctionImport Name="ReorderFields" IsBindable="true">
                    <Parameter Name="this" Type="SP.ContentType" />
                    <Parameter Name="fieldNames" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.ContentType" />
                    <Parameter Name="updateChildren" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_RequestContext_Current" ReturnType="SP.RequestContext"
                    IsComposable="true" EntitySet="RequestContexts" />
                <FunctionImport Name="GetRemoteContext" ReturnType="SP.RequestContext"
                    IsBindable="true" EntitySet="RequestContexts">
                    <Parameter Name="this" Type="SP.RequestContext" />
                </FunctionImport>
                <FunctionImport Name="SP_CurrencyList_GetList"
                    ReturnType="SP.CurrencyInformationCollection" />
                <FunctionImport Name="SP_DigitalLegacy_AcceptNomination" ReturnType="Edm.Stream">
                    <Parameter Name="benefactorHexCid" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_DigitalLegacy_BeneficiaryRedeemAccessRequest"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="benefactorHexCid" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_DigitalLegacy_CheckConvergeStatus" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" />
                <FunctionImport Name="SP_DigitalLegacy_GetAccessCode" ReturnType="Edm.Stream">
                    <Parameter Name="beneficiaryHexCid" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_DigitalLegacy_GetConvergeStatus" ReturnType="Edm.Boolean"
                    IsSideEffecting="false">
                    <Parameter Name="emailAddress" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_DigitalLegacy_GetSettingsAsStream" ReturnType="Edm.Stream"
                    IsSideEffecting="false" />
                <FunctionImport Name="SP_DigitalLegacy_NominateBeneficiary" ReturnType="Edm.Stream">
                    <Parameter Name="beneficiaryEmail" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_DigitalLegacy_RedeemAccessRequest" ReturnType="Edm.Boolean">
                    <Parameter Name="beneficiaryHexCid" Type="Edm.String" />
                    <Parameter Name="benefactorHexCid" Type="Edm.String" />
                    <Parameter Name="accessCode" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_DigitalLegacy_RejectAccessRequest" ReturnType="Edm.Stream">
                    <Parameter Name="beneficiaryHexCid" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_DigitalLegacy_RejectNomination" ReturnType="Edm.Stream">
                    <Parameter Name="benefactorHexCid" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_DigitalLegacy_RemoveBenefactor" ReturnType="Edm.Stream">
                    <Parameter Name="benefactorHexCid" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_DigitalLegacy_RemoveBeneficiary" ReturnType="Edm.Stream">
                    <Parameter Name="beneficiaryHexCid" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_DigitalLegacy_RequestAccess" ReturnType="Edm.Stream">
                    <Parameter Name="benefactorHexCid" Type="Edm.String" />
                    <Parameter Name="accessCodeString" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_DigitalLegacy_SetBenefactorOnNomination"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="benefactorName" Type="Edm.String" />
                    <Parameter Name="benefactorEmail" Type="Edm.String" />
                    <Parameter Name="benefactorCid" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_DigitalLegacy_UpdateBeneficiaryOnAccessRequest"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="beneficiaryHexCid" Type="Edm.String" />
                    <Parameter Name="accessCode" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_DigitalLegacy_UpdateDigitalLegacySetting"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="objectType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="userHexCid" Type="Edm.String" />
                    <Parameter Name="nextState" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="SP.EventReceiverDefinition" IsBindable="true"
                    EntitySet="EventReceiverDefinitions">
                    <Parameter Name="this" Type="Collection(SP.EventReceiverDefinition)" />
                    <Parameter Name="eventReceiverCreationInformation"
                        Type="SP.EventReceiverDefinitionCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.EventReceiverDefinition"
                    IsComposable="true" IsBindable="true" EntitySet="EventReceiverDefinitions">
                    <Parameter Name="this" Type="Collection(SP.EventReceiverDefinition)" />
                    <Parameter Name="eventReceiverId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.EventReceiverDefinition" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.EventReceiverDefinition" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="SP.Feature" IsBindable="true"
                    EntitySet="Features">
                    <Parameter Name="this" Type="Collection(SP.Feature)" />
                    <Parameter Name="featureId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="force" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="featdefScope" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Feature" IsComposable="true"
                    IsBindable="true" EntitySet="Features">
                    <Parameter Name="this" Type="Collection(SP.Feature)" />
                    <Parameter Name="featureId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Remove" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Feature)" />
                    <Parameter Name="featureId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="force" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldCalculated" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldCalculated" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldCalculated" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldCalculated" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldCalculated" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldCalculated" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldCalculated" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldChoice" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldChoice" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldChoice" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldChoice" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldChoice" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldChoice" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldChoice" />
                </FunctionImport>
                <FunctionImport Name="AddDependentLookupField" ReturnType="SP.Field"
                    IsBindable="true" EntitySet="Fields">
                    <Parameter Name="this" Type="Collection(SP.Field)" />
                    <Parameter Name="displayName" Type="Edm.String" />
                    <Parameter Name="primaryLookupFieldId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="showField" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddField" ReturnType="SP.Field" IsBindable="true"
                    EntitySet="Fields">
                    <Parameter Name="this" Type="Collection(SP.Field)" />
                    <Parameter Name="parameters" Type="SP.FieldCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="CreateFieldAsXml" ReturnType="SP.Field" IsBindable="true"
                    EntitySet="Fields">
                    <Parameter Name="this" Type="Collection(SP.Field)" />
                    <Parameter Name="parameters" Type="SP.XmlSchemaFieldCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Field" IsComposable="true"
                    IsBindable="true" EntitySet="Fields">
                    <Parameter Name="this" Type="Collection(SP.Field)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByInternalNameOrTitle" ReturnType="SP.Field"
                    IsComposable="true" IsBindable="true" EntitySet="Fields">
                    <Parameter Name="this" Type="Collection(SP.Field)" />
                    <Parameter Name="strName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByTitle" ReturnType="SP.Field" IsComposable="true"
                    IsBindable="true" EntitySet="Fields">
                    <Parameter Name="this" Type="Collection(SP.Field)" />
                    <Parameter Name="title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldComputed" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldComputed" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldComputed" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldComputed" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldComputed" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldComputed" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldComputed" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldCurrency" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldCurrency" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldCurrency" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldCurrency" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldCurrency" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldCurrency" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldCurrency" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldDateTime" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldDateTime" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldDateTime" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldDateTime" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldDateTime" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldDateTime" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldDateTime" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldGeolocation" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldGeolocation" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldGeolocation" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldGeolocation" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldGeolocation" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldGeolocation" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldGeolocation" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldGuid" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldGuid" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldGuid" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldGuid" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldGuid" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldGuid" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldGuid" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.FieldLink" IsComposable="true"
                    IsBindable="true" EntitySet="FieldLinks">
                    <Parameter Name="this" Type="Collection(SP.FieldLink)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Reorder" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.FieldLink)" />
                    <Parameter Name="internalNames" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLink" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLocation" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLocation" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLocation" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLocation" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLocation" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLocation" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLocation" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLookup" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLookup" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLookup" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLookup" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLookup" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLookup" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldLookup" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldMultiChoice" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldMultiChoice" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldMultiChoice" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldMultiChoice" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldMultiChoice" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldMultiChoice" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldMultiChoice" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldMultiLineText" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldMultiLineText" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldMultiLineText" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldMultiLineText" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldMultiLineText" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldMultiLineText" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldMultiLineText" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldNumber" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldNumber" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldNumber" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldNumber" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldNumber" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldNumber" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldNumber" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldRatingScale" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldRatingScale" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldRatingScale" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldRatingScale" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldRatingScale" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldRatingScale" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldRatingScale" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.Field" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.Field" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.Field" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.Field" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.Field" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.Field" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Field" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldText" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldText" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldText" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldText" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldText" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldText" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldText" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldUrl" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldUrl" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldUrl" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldUrl" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldUrl" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldUrl" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldUrl" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldUser" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldUser" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldUser" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldUser" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldUser" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldUser" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FieldUser" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this" Type="Collection(SP.File)" />
                    <Parameter Name="Content" Type="Edm.Binary" />
                    <Parameter Name="Overwrite" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="Url" Type="Edm.String" />
                    <Parameter Name="XorHash" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddStub" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this" Type="Collection(SP.File)" />
                    <Parameter Name="urlOfFile" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddStubUsingPath" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this" Type="Collection(SP.File)" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="AutoCheckoutOnInvalidData" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="EnsureUniqueFileName" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="Overwrite" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="XorHash" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddTemplateFile" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this" Type="Collection(SP.File)" />
                    <Parameter Name="urlOfFile" Type="Edm.String" />
                    <Parameter Name="templateFileType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddUsingPath" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this" Type="Collection(SP.File)" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="AutoCheckoutOnInvalidData" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="EnsureUniqueFileName" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="Overwrite" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="XorHash" Type="Edm.String" />
                    <Parameter Name="contentStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="EnsurePublishedFile"
                    ReturnType="Microsoft.SharePoint.FilePublish.Model.FileStatus" IsBindable="true"
                    EntitySet="FileStatuss">
                    <Parameter Name="this" Type="Collection(SP.File)" />
                    <Parameter Name="baseFilePath" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="GetBaseFile"
                    ReturnType="Microsoft.SharePoint.FilePublish.Model.FileStatus"
                    IsComposable="true" IsBindable="true" EntitySet="FileStatuss">
                    <Parameter Name="this" Type="Collection(SP.File)" />
                    <Parameter Name="publishedFilePath" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="GetByPathOrAddStub" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this" Type="Collection(SP.File)" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByUrl" ReturnType="SP.File" IsComposable="true"
                    IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="Collection(SP.File)" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByUrlOrAddStub" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this" Type="Collection(SP.File)" />
                    <Parameter Name="urlOfFile" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetPublishedFile"
                    ReturnType="Microsoft.SharePoint.FilePublish.Model.FileStatus"
                    IsComposable="true" IsBindable="true" EntitySet="FileStatuss">
                    <Parameter Name="this" Type="Collection(SP.File)" />
                    <Parameter Name="baseFilePath" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="StopPublish"
                    ReturnType="Microsoft.SharePoint.FilePublish.Model.RemovedStatus"
                    IsBindable="true" EntitySet="RemovedStatuss">
                    <Parameter Name="this" Type="Collection(SP.File)" />
                    <Parameter Name="baseFilePath" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="AddClientActivities"
                    ReturnType="Collection(Microsoft.SharePoint.Activities.ActivityClientResponse)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="activitiesStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="AddFileScannerWorkItem" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="dispatchType" Type="Edm.String" />
                    <Parameter Name="jobType" Type="Edm.String" />
                    <Parameter Name="jobSubType" Type="Edm.String" />
                    <Parameter Name="additionalJobAttributes" Type="Collection(SP.KeyValue)" />
                </FunctionImport>
                <FunctionImport Name="Approve" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="comment" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CancelUpload" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="uploadId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ChangeContentStorageSchema" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="desiredSchema" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CheckAccessAndPostViewAuditEvent" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                </FunctionImport>
                <FunctionImport Name="CheckIn" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="comment" Type="Edm.String" />
                    <Parameter Name="checkInType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CheckOut" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                </FunctionImport>
                <FunctionImport Name="ContinueUpload" ReturnType="Edm.Int64" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="uploadId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="fileOffset" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="CopyTo" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="strNewUrl" Type="Edm.String" />
                    <Parameter Name="bOverWrite" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CopyToUsingPath" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="bOverWrite" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                </FunctionImport>
                <FunctionImport Name="DeleteWithParameters" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="parameters" Type="SP.FileDeleteParameters" />
                </FunctionImport>
                <FunctionImport Name="Deny" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="comment" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ExecuteCobaltRequest" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="inputStream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="FinishUpload" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="uploadId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="fileOffset" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="FinishUploadWithChecksum" ReturnType="SP.File"
                    IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="uploadId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="fileOffset" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="checksum" Type="Edm.String" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                    <Parameter Name="sandboxId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_File_GetContentVerFromTag" ReturnType="Edm.Int32"
                    IsSideEffecting="false">
                    <Parameter Name="contentTag" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileUserValue"
                    ReturnType="Microsoft.SharePoint.UserActions.officeFileUserValueResponse"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="key" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetImagePreviewUri" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="width" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="height" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="clientType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetImagePreviewUrl" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="width" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="height" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="clientType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetLimitedWebPartManager"
                    ReturnType="SP.WebParts.LimitedWebPartManager" IsComposable="true"
                    IsBindable="true" EntitySet="LimitedWebPartManagers">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="scope" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetMediaServiceMetadata"
                    ReturnType="SP.MediaServiceUpdateParameters" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                </FunctionImport>
                <FunctionImport Name="GetPreAuthorizedAccessUrl" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="expirationHours" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetPreAuthorizedAccessUrl2" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="expirationHours" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="expirationMinuites" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetUploadStatus" ReturnType="SP.Utilities.UploadStatus"
                    IsComposable="true" IsBindable="true" EntitySet="UploadStatuss">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="uploadId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetWOPIFrameUrl" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="action" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="MoveTo" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="newUrl" Type="Edm.String" />
                    <Parameter Name="flags" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="MoveToUsingPath" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="moveOperations" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="OpenBinaryStream" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                </FunctionImport>
                <FunctionImport Name="OpenBinaryStreamWithOptions" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="openOptions" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Publish" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="comment" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Recycle" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                </FunctionImport>
                <FunctionImport Name="RecycleWithETag" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="etagMatch" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RecycleWithParameters" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="parameters" Type="SP.FileDeleteParameters" />
                </FunctionImport>
                <FunctionImport Name="SaveBinaryStream" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="file" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SetExpirationDate" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="expirationDate" Type="Edm.DateTime" />
                </FunctionImport>
                <FunctionImport Name="SetFileUserValue"
                    ReturnType="Microsoft.SharePoint.UserActions.officeFileUserValueResponse"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="key" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetMediaServiceMetadata" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="parameters" Type="SP.MediaServiceUpdateParameters" />
                </FunctionImport>
                <FunctionImport Name="StartUpload" ReturnType="Edm.Int64" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="uploadId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="StartUploadFile" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="uploadId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="UndoCheckOut" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                </FunctionImport>
                <FunctionImport Name="UnPublish" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="comment" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                </FunctionImport>
                <FunctionImport Name="UpdateVirusInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="virusStatus" Type="Edm.Byte" Nullable="false" />
                    <Parameter Name="virusMessage" Type="Edm.String" />
                    <Parameter Name="etagToCheck" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Upload" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="uploadId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="UploadWithChecksum" ReturnType="SP.File" IsBindable="true"
                    EntitySet="Files12">
                    <Parameter Name="this" Type="SP.File" />
                    <Parameter Name="uploadId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="checksum" Type="Edm.Binary" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SP_FileUrlVirusStatusUpdate"
                    ReturnType="SP.FileUrlVirusStatusUpdate" IsComposable="true"
                    EntitySet="SPOInternalUseOnly.FileVirusStatusUpdates" />
                <FunctionImport Name="UpdateVirusStatus" IsBindable="true">
                    <Parameter Name="this" Type="SP.FileUrlVirusStatusUpdate" />
                </FunctionImport>
                <FunctionImport Name="DeleteAll" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.FileVersion)" />
                </FunctionImport>
                <FunctionImport Name="DeleteByID" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.FileVersion)" />
                    <Parameter Name="vid" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteByLabel" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.FileVersion)" />
                    <Parameter Name="versionlabel" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.FileVersion" IsComposable="true"
                    IsBindable="true" EntitySet="FileVersions">
                    <Parameter Name="this" Type="Collection(SP.FileVersion)" />
                    <Parameter Name="versionid" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RecycleByID" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.FileVersion)" />
                    <Parameter Name="vid" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RecycleByLabel" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.FileVersion)" />
                    <Parameter Name="versionlabel" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RestoreByLabel" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.FileVersion)" />
                    <Parameter Name="versionlabel" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.FileVersion" />
                </FunctionImport>
                <FunctionImport Name="OpenBinaryStream" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.FileVersion" />
                </FunctionImport>
                <FunctionImport Name="OpenBinaryStreamWithOptions" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.FileVersion" />
                    <Parameter Name="openOptions" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetExpirationDate" IsBindable="true">
                    <Parameter Name="this" Type="SP.FileVersion" />
                    <Parameter Name="expirationDate" Type="Edm.DateTime" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="SP.Folder" IsBindable="true"
                    EntitySet="Folders1">
                    <Parameter Name="this" Type="Collection(SP.Folder)" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddUsingPath" ReturnType="SP.Folder" IsBindable="true"
                    EntitySet="Folders1">
                    <Parameter Name="this" Type="Collection(SP.Folder)" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="EnsureUniqueFileName" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="Overwrite" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddWithOverwrite" ReturnType="SP.Folder" IsBindable="true"
                    EntitySet="Folders1">
                    <Parameter Name="this" Type="Collection(SP.Folder)" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="overwrite" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByPath" ReturnType="SP.Folder" IsComposable="true"
                    IsBindable="true" EntitySet="Folders1">
                    <Parameter Name="this" Type="Collection(SP.Folder)" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByUrl" ReturnType="SP.Folder" IsComposable="true"
                    IsBindable="true" EntitySet="Folders1">
                    <Parameter Name="this" Type="Collection(SP.Folder)" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_FolderColoring" ReturnType="SP.FolderColoring"
                    IsComposable="true" EntitySet="Foldercolorings" />
                <FunctionImport Name="CreateFolder" ReturnType="SP.Folder" IsBindable="true"
                    EntitySet="Folders1">
                    <Parameter Name="this" Type="SP.FolderColoring" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="EnsureUniqueFileName" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="Overwrite" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="coloringInformation" Type="SP.FolderColoringInformation" />
                </FunctionImport>
                <FunctionImport Name="RenameFolder" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.FolderColoring" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="newName" Type="Edm.String" />
                    <Parameter Name="coloringInformation" Type="SP.FolderColoringInformation" />
                </FunctionImport>
                <FunctionImport Name="StampColor" IsBindable="true">
                    <Parameter Name="this" Type="SP.FolderColoring" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="coloringInformation" Type="SP.FolderColoringInformation" />
                </FunctionImport>
                <FunctionImport Name="AddSubFolder" IsBindable="true">
                    <Parameter Name="this" Type="SP.Folder" />
                    <Parameter Name="leafName" Type="Edm.String" />
                    <Parameter Name="updateParams" Type="SP.ListItemUpdateParameters" />
                </FunctionImport>
                <FunctionImport Name="AddSubFolderUsingPath" IsBindable="true">
                    <Parameter Name="this" Type="SP.Folder" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.Folder" />
                </FunctionImport>
                <FunctionImport Name="DeleteWithParameters" IsBindable="true">
                    <Parameter Name="this" Type="SP.Folder" />
                    <Parameter Name="parameters" Type="SP.FolderDeleteParameters" />
                </FunctionImport>
                <FunctionImport Name="GetChanges" ReturnType="Collection(SP.Change)"
                    IsBindable="true" EntitySet="Changes">
                    <Parameter Name="this" Type="SP.Folder" />
                    <Parameter Name="query" Type="SP.ChangeQuery" />
                </FunctionImport>
                <FunctionImport Name="GetListItemChanges" ReturnType="Collection(SP.Change)"
                    IsBindable="true" EntitySet="Changes">
                    <Parameter Name="this" Type="SP.Folder" />
                    <Parameter Name="query" Type="SP.ChangeQuery" />
                </FunctionImport>
                <FunctionImport Name="MoveTo" IsBindable="true">
                    <Parameter Name="this" Type="SP.Folder" />
                    <Parameter Name="newUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="MoveToUsingPath" IsBindable="true">
                    <Parameter Name="this" Type="SP.Folder" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Recycle" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.Folder" />
                </FunctionImport>
                <FunctionImport Name="RecycleWithParameters" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.Folder" />
                    <Parameter Name="parameters" Type="SP.FolderDeleteParameters" />
                </FunctionImport>
                <FunctionImport Name="StartDelete" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.Folder" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Folder" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.FontPackage" IsComposable="true"
                    IsBindable="true" EntitySet="Fontpackages">
                    <Parameter Name="this" Type="Collection(SP.FontPackage)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByTitle" ReturnType="SP.FontPackage" IsComposable="true"
                    IsBindable="true" EntitySet="Fontpackages">
                    <Parameter Name="this" Type="Collection(SP.FontPackage)" />
                    <Parameter Name="title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_FontPackages_Load" ReturnType="Collection(SP.FontPackage)"
                    IsComposable="true" EntitySet="Fontpackages" />
                <FunctionImport Name="Apply" IsBindable="true">
                    <Parameter Name="this" Type="SP.FontPackage" />
                </FunctionImport>
                <FunctionImport Name="Delete" IsBindable="true">
                    <Parameter Name="this" Type="SP.FontPackage" />
                </FunctionImport>
                <FunctionImport Name="FontStream" ReturnType="Edm.Stream" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.FontPackage" />
                    <Parameter Name="fontFamily" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.FontPackage" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Form" IsComposable="true"
                    IsBindable="true" EntitySet="Forms">
                    <Parameter Name="this" Type="Collection(SP.Form)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByPageType" ReturnType="SP.Form" IsBindable="true"
                    EntitySet="Forms">
                    <Parameter Name="this" Type="Collection(SP.Form)" />
                    <Parameter Name="formType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Group" IsComposable="true"
                    IsBindable="true" EntitySet="Groups1">
                    <Parameter Name="this" Type="Collection(SP.Group)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByName" ReturnType="SP.Group" IsComposable="true"
                    IsBindable="true" EntitySet="Groups1">
                    <Parameter Name="this" Type="Collection(SP.Group)" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveById" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Group)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveByLoginName" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.Group)" />
                    <Parameter Name="loginName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetUserAsOwner" IsBindable="true">
                    <Parameter Name="this" Type="SP.Group" />
                    <Parameter Name="ownerId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Group" />
                </FunctionImport>
                <FunctionImport Name="SP_HubSites" ReturnType="Collection(SP.HubSite)"
                    IsComposable="true" EntitySet="Hubsites" />
                <FunctionImport Name="GetById" ReturnType="SP.HubSite" IsComposable="true"
                    IsBindable="true" EntitySet="Hubsites">
                    <Parameter Name="this" Type="Collection(SP.HubSite)" />
                    <Parameter Name="hubSiteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetConnectedHubs" ReturnType="Collection(SP.HubSite)"
                    IsComposable="true" IsBindable="true" EntitySet="Hubsites">
                    <Parameter Name="this" Type="Collection(SP.HubSite)" />
                    <Parameter Name="hubSiteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="option" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSiteUrlByHubSiteId" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.HubSite)" />
                    <Parameter Name="hubSiteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_HubSites_Load" ReturnType="Collection(SP.HubSite)"
                    IsComposable="true" EntitySet="Hubsites" />
                <FunctionImport Name="Delete" IsBindable="true">
                    <Parameter Name="this" Type="SP.HubSite" />
                </FunctionImport>
                <FunctionImport Name="Reset" IsBindable="true">
                    <Parameter Name="this" Type="SP.InformationRightsManagementFileSettings" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.InformationRightsManagementFileSettings" />
                </FunctionImport>
                <FunctionImport Name="Reset" IsBindable="true">
                    <Parameter Name="this" Type="SP.InformationRightsManagementSettings" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.InformationRightsManagementSettings" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Language" IsBindable="true">
                    <Parameter Name="this" Type="SP.LanguageCollection" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Approvals_ApproveItemRequest">
                    <Parameter Name="listId" Type="Edm.String" />
                    <Parameter Name="itemId" Type="Edm.String" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="version" Type="Edm.String" />
                    <Parameter Name="approvalId" Type="Edm.String" />
                    <Parameter Name="comments" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Approvals_CancelItemRequest">
                    <Parameter Name="listId" Type="Edm.String" />
                    <Parameter Name="itemId" Type="Edm.String" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="version" Type="Edm.String" />
                    <Parameter Name="approvalId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Approvals_CreateItemRequest" ReturnType="Edm.String">
                    <Parameter Name="creationInfo" Type="SP.ApprovalsCreateRequestParameters" />
                </FunctionImport>
                <FunctionImport Name="SP_Approvals_Disable">
                    <Parameter Name="listId" Type="Edm.String" />
                    <Parameter Name="viewId" Type="Edm.String" />
                    <Parameter Name="resetAll" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Approvals_DisableNotifications">
                    <Parameter Name="listId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Approvals_Enable">
                    <Parameter Name="listId" Type="Edm.String" />
                    <Parameter Name="addFieldsToDefaultView" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="extraViewToEnable" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Approvals_EnableNotifications">
                    <Parameter Name="listId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Approvals_GetItemRequest" ReturnType="SP.ApprovalRequest"
                    IsComposable="true" EntitySet="ApprovalRequests">
                    <Parameter Name="listId" Type="Edm.String" />
                    <Parameter Name="itemId" Type="Edm.String" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="version" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Approvals_GetProperties"
                    ReturnType="SP.ApprovalsProperties" IsSideEffecting="false">
                    <Parameter Name="listId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Approvals_RejectItemRequest">
                    <Parameter Name="listId" Type="Edm.String" />
                    <Parameter Name="itemId" Type="Edm.String" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="version" Type="Edm.String" />
                    <Parameter Name="approvalId" Type="Edm.String" />
                    <Parameter Name="comments" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Approvals_SetProperties">
                    <Parameter Name="listId" Type="Edm.String" />
                    <Parameter Name="properties" Type="SP.ApprovalsProperties" />
                </FunctionImport>
                <FunctionImport Name="GetByStringId" ReturnType="SP.ListItem" IsComposable="true"
                    IsBindable="true" EntitySet="ListItems">
                    <Parameter Name="this" Type="Collection(SP.ListItem)" />
                    <Parameter Name="sId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteAll" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.ListItemVersion)" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.ListItemVersion" IsComposable="true"
                    IsBindable="true" EntitySet="ListItemVersions">
                    <Parameter Name="this" Type="Collection(SP.ListItemVersion)" />
                    <Parameter Name="versionId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RecycleAll" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.ListItemVersion)" />
                </FunctionImport>
                <FunctionImport Name="RestoreByID" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.ListItemVersion)" />
                    <Parameter Name="versionId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItemVersion" />
                </FunctionImport>
                <FunctionImport Name="Recycle" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListItemVersion" />
                </FunctionImport>
                <FunctionImport Name="GetByName" ReturnType="SP.ListTemplate" IsComposable="true"
                    IsBindable="true" EntitySet="ListTemplates">
                    <Parameter Name="this" Type="Collection(SP.ListTemplate)" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetGlobalSchemaXml" ReturnType="Edm.Stream" IsBindable="true">
                    <Parameter Name="this" Type="SP.ListTemplate" />
                </FunctionImport>
                <FunctionImport Name="SP_MountPoint_GetMountedFolderInfo"
                    ReturnType="SP.MountedFolderInfo" EntitySet="MountedFolderInfos">
                    <Parameter Name="targetSiteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="targetWebId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="targetUniqueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_MoveCopyUtil_CopyFile">
                    <Parameter Name="srcUrl" Type="Edm.String" />
                    <Parameter Name="destUrl" Type="Edm.String" />
                    <Parameter Name="overwrite" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="options" Type="SP.MoveCopyOptions" />
                </FunctionImport>
                <FunctionImport Name="SP_MoveCopyUtil_CopyFileByPath">
                    <Parameter Name="srcPath" Type="SP.ResourcePath" />
                    <Parameter Name="destPath" Type="SP.ResourcePath" />
                    <Parameter Name="overwrite" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="options" Type="SP.MoveCopyOptions" />
                </FunctionImport>
                <FunctionImport Name="SP_MoveCopyUtil_CopyFolder" ReturnType="Edm.Guid">
                    <Parameter Name="srcUrl" Type="Edm.String" />
                    <Parameter Name="destUrl" Type="Edm.String" />
                    <Parameter Name="options" Type="SP.MoveCopyOptions" />
                </FunctionImport>
                <FunctionImport Name="SP_MoveCopyUtil_CopyFolderByPath" ReturnType="Edm.Guid">
                    <Parameter Name="srcPath" Type="SP.ResourcePath" />
                    <Parameter Name="destPath" Type="SP.ResourcePath" />
                    <Parameter Name="options" Type="SP.MoveCopyOptions" />
                </FunctionImport>
                <FunctionImport Name="SP_MoveCopyUtil_MoveFile">
                    <Parameter Name="srcUrl" Type="Edm.String" />
                    <Parameter Name="destUrl" Type="Edm.String" />
                    <Parameter Name="overwrite" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="options" Type="SP.MoveCopyOptions" />
                </FunctionImport>
                <FunctionImport Name="SP_MoveCopyUtil_MoveFileByPath">
                    <Parameter Name="srcPath" Type="SP.ResourcePath" />
                    <Parameter Name="destPath" Type="SP.ResourcePath" />
                    <Parameter Name="overwrite" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="options" Type="SP.MoveCopyOptions" />
                </FunctionImport>
                <FunctionImport Name="SP_MoveCopyUtil_MoveFolder">
                    <Parameter Name="srcUrl" Type="Edm.String" />
                    <Parameter Name="destUrl" Type="Edm.String" />
                    <Parameter Name="options" Type="SP.MoveCopyOptions" />
                </FunctionImport>
                <FunctionImport Name="SP_MoveCopyUtil_MoveFolderByPath">
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="options" Type="SP.MoveCopyOptions" />
                </FunctionImport>
                <FunctionImport Name="SP_ObjectSharingInformation_CanCurrentUserShare"
                    ReturnType="Edm.Int32">
                    <Parameter Name="docId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_ObjectSharingInformation_CanCurrentUserShareRemote"
                    ReturnType="Edm.Int32">
                    <Parameter Name="docId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_ObjectSharingInformation_GetListItemSharingInformation"
                    ReturnType="SP.ObjectSharingInformation" EntitySet="ObjectSharingInformations">
                    <Parameter Name="listID" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="itemID" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="excludeCurrentUser" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="excludeSiteAdmin" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="excludeSecurityGroups" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="retrieveAnonymousLinks" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="retrieveUserInfoDetails" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="checkForAccessRequests" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_ObjectSharingInformation_GetObjectSharingInformationByUrl"
                    ReturnType="SP.ObjectSharingInformation" EntitySet="ObjectSharingInformations">
                    <Parameter Name="objectUrl" Type="Edm.String" />
                    <Parameter Name="excludeCurrentUser" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="excludeSiteAdmin" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="excludeSecurityGroups" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="retrieveAnonymousLinks" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="retrieveUserInfoDetails" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="checkForAccessRequests" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="retrievePermissionLevels" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSharedWithUsers"
                    ReturnType="Collection(SP.ObjectSharingInformationUser)" IsBindable="true"
                    EntitySet="ObjectSharingInformationUsers">
                    <Parameter Name="this" Type="SP.ObjectSharingInformation" />
                </FunctionImport>
                <FunctionImport Name="SP_ObjectSharingInformation_GetWebSharingInformation"
                    ReturnType="SP.ObjectSharingInformation" EntitySet="ObjectSharingInformations">
                    <Parameter Name="excludeCurrentUser" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="excludeSiteAdmin" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="excludeSecurityGroups" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="retrieveAnonymousLinks" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="retrieveUserInfoDetails" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="checkForAccessRequests" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.FontPackage" IsComposable="true"
                    IsBindable="true" EntitySet="Fontpackages">
                    <Parameter Name="this" Type="Collection(SP.FontPackage)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByTitle" ReturnType="SP.FontPackage" IsComposable="true"
                    IsBindable="true" EntitySet="Fontpackages">
                    <Parameter Name="this" Type="Collection(SP.FontPackage)" />
                    <Parameter Name="title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_OutOfBoxFontPackages_Load"
                    ReturnType="Collection(SP.FontPackage)" IsComposable="true"
                    EntitySet="Fontpackages" />
                <FunctionImport Name="SP_OutOfBoxFontPackageSettings_GetHideOutOfBoxFontPackages"
                    ReturnType="Edm.Boolean" IsSideEffecting="false" />
                <FunctionImport Name="SP_OutOfBoxFontPackageSettings_SetHideOutOfBoxFontPackages"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="HideOOBFontPackages" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_SPPlaylist_GetSubscriberInfo"
                    ReturnType="SP.SPPlaylist_Subscriber" EntitySet="SPPlaylist_Subscribers">
                    <Parameter Name="listId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SPPlaylist_Subscribe">
                    <Parameter Name="listId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SPPlaylist_Unsubscribe">
                    <Parameter Name="listId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SPPlaylist_Subscriber"
                    ReturnType="SP.SPPlaylist_Subscriber" IsComposable="true"
                    EntitySet="SPPlaylist_Subscribers" />
                <FunctionImport Name="GetByStoreId" ReturnType="SP.PushNotificationSubscriber"
                    IsComposable="true" IsBindable="true" EntitySet="PushNotificationSubscribers">
                    <Parameter Name="this" Type="Collection(SP.PushNotificationSubscriber)" />
                    <Parameter Name="id" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.PushNotificationSubscriber" />
                </FunctionImport>
                <FunctionImport Name="DeleteAll" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.RecycleBinItem)" />
                </FunctionImport>
                <FunctionImport Name="DeleteAllSecondStageItems" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.RecycleBinItem)" />
                </FunctionImport>
                <FunctionImport Name="DeleteByIds" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.RecycleBinItem)" />
                    <Parameter Name="ids" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.RecycleBinItem" IsComposable="true"
                    IsBindable="true" EntitySet="RecycleBinItems">
                    <Parameter Name="this" Type="Collection(SP.RecycleBinItem)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="MoveAllToSecondStage" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.RecycleBinItem)" />
                </FunctionImport>
                <FunctionImport Name="MoveToSecondStageByIds" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.RecycleBinItem)" />
                    <Parameter Name="ids" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="RestoreAll" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.RecycleBinItem)" />
                </FunctionImport>
                <FunctionImport Name="RestoreByIds" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.RecycleBinItem)" />
                    <Parameter Name="ids" Type="Collection(Edm.String)" />
                    <Parameter Name="bRenameExistingItems" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.RecycleBinItem" />
                </FunctionImport>
                <FunctionImport Name="MoveToSecondStage" IsBindable="true">
                    <Parameter Name="this" Type="SP.RecycleBinItem" />
                </FunctionImport>
                <FunctionImport Name="Restore" IsBindable="true">
                    <Parameter Name="this" Type="SP.RecycleBinItem" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.RegionalSettings" />
                </FunctionImport>
                <FunctionImport Name="GetByFieldId" ReturnType="SP.RelatedField" IsComposable="true"
                    IsBindable="true" EntitySet="RelatedFields">
                    <Parameter Name="this" Type="Collection(SP.RelatedField)" />
                    <Parameter Name="fieldId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_RemoteWeb" ReturnType="SP.RemoteWeb" IsComposable="true"
                    EntitySet="RemoteWebs">
                    <Parameter Name="requestUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileByServerRelativePath" ReturnType="SP.File"
                    IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.RemoteWeb" />
                    <Parameter Name="serverRelatvieFilePath" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="GetFileByServerRelativeUrl" ReturnType="SP.File"
                    IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.RemoteWeb" />
                    <Parameter Name="serverRelativeFileUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileByUrl" ReturnType="SP.File" IsComposable="true"
                    IsBindable="true" EntitySet="Files12">
                    <Parameter Name="this" Type="SP.RemoteWeb" />
                    <Parameter Name="fileUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFolderByServerRelativeUrl" ReturnType="SP.Folder"
                    IsComposable="true" IsBindable="true" EntitySet="Folders1">
                    <Parameter Name="this" Type="SP.RemoteWeb" />
                    <Parameter Name="serverRelativeUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetGroupById" ReturnType="SP.Group" IsBindable="true"
                    EntitySet="Groups1">
                    <Parameter Name="this" Type="SP.RemoteWeb" />
                    <Parameter Name="groupId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetListById" ReturnType="SP.List" IsBindable="true"
                    EntitySet="Lists">
                    <Parameter Name="this" Type="SP.RemoteWeb" />
                    <Parameter Name="listGuid" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetListByServerRelativeUrl" ReturnType="SP.List"
                    IsBindable="true" EntitySet="Lists">
                    <Parameter Name="this" Type="SP.RemoteWeb" />
                    <Parameter Name="serverRelativeUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_RequestUserContext_Current"
                    ReturnType="SP.RequestUserContext" IsComposable="true" EntitySet="Mes" />
                <FunctionImport Name="AddRoleAssignment" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.RoleAssignment)" />
                    <Parameter Name="principalId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="roleDefId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByPrincipalId" ReturnType="SP.RoleAssignment"
                    IsComposable="true" IsBindable="true" EntitySet="RoleAssignments">
                    <Parameter Name="this" Type="Collection(SP.RoleAssignment)" />
                    <Parameter Name="principalId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveRoleAssignment" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.RoleAssignment)" />
                    <Parameter Name="principalId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="roleDefId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.RoleAssignment" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.RoleAssignment" />
                </FunctionImport>
                <FunctionImport Name="SP_RoleDefinitionBindingCollection"
                    ReturnType="Collection(SP.RoleDefinition)" IsComposable="true"
                    EntitySet="RoleDefinitions" />
                <FunctionImport Name="GetById" ReturnType="SP.RoleDefinition" IsComposable="true"
                    IsBindable="true" EntitySet="RoleDefinitions">
                    <Parameter Name="this" Type="Collection(SP.RoleDefinition)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveAll" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.RoleDefinition)" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.RoleDefinition" IsComposable="true"
                    IsBindable="true" EntitySet="RoleDefinitions">
                    <Parameter Name="this" Type="Collection(SP.RoleDefinition)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByName" ReturnType="SP.RoleDefinition" IsComposable="true"
                    IsBindable="true" EntitySet="RoleDefinitions">
                    <Parameter Name="this" Type="Collection(SP.RoleDefinition)" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByType" ReturnType="SP.RoleDefinition" IsComposable="true"
                    IsBindable="true" EntitySet="RoleDefinitions">
                    <Parameter Name="this" Type="Collection(SP.RoleDefinition)" />
                    <Parameter Name="roleType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RecreateMissingDefaultRoleDefinitions" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.RoleDefinition)" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.RoleDefinition" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.RoleDefinition" />
                </FunctionImport>
                <FunctionImport Name="Create" ReturnType="SP.ScriptSafeDomain" IsBindable="true"
                    EntitySet="ScriptSafeDomains">
                    <Parameter Name="this" Type="Collection(SP.ScriptSafeDomain)" />
                    <Parameter Name="parameters" Type="SP.ScriptSafeDomainEntityData" />
                </FunctionImport>
                <FunctionImport Name="GetByDomainName" ReturnType="SP.ScriptSafeDomain"
                    IsComposable="true" IsBindable="true" EntitySet="ScriptSafeDomains">
                    <Parameter Name="this" Type="Collection(SP.ScriptSafeDomain)" />
                    <Parameter Name="domainName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="BreakRoleInheritance" IsBindable="true">
                    <Parameter Name="this" Type="SP.SecurableObject" />
                    <Parameter Name="copyRoleAssignments" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="clearSubscopes" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ResetRoleInheritance" IsBindable="true">
                    <Parameter Name="this" Type="SP.SecurableObject" />
                </FunctionImport>
                <FunctionImport Name="SP_SharingUtility_GetUserDirectoryInfoByEmail"
                    ReturnType="SP.Sharing.UserDirectoryInfo" IsSideEffecting="false">
                    <Parameter Name="email" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SharingUtility_ValidateSameUserEmails"
                    ReturnType="Edm.Boolean" IsSideEffecting="false">
                    <Parameter Name="primaryEmail" Type="Edm.String" />
                    <Parameter Name="otherEmail" Type="Edm.String" />
                    <Parameter Name="principalName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.FontPackage" IsComposable="true"
                    IsBindable="true" EntitySet="Fontpackages">
                    <Parameter Name="this" Type="Collection(SP.FontPackage)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByTitle" ReturnType="SP.FontPackage" IsComposable="true"
                    IsBindable="true" EntitySet="Fontpackages">
                    <Parameter Name="this" Type="Collection(SP.FontPackage)" />
                    <Parameter Name="title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_SiteFontPackages_Load"
                    ReturnType="Collection(SP.FontPackage)" IsComposable="true"
                    EntitySet="Fontpackages" />
                <FunctionImport Name="CancelDeleteFileVersions" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="CancelSetVersionPolicyForDocLibs" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="CreateCopyJob" ReturnType="SP.CopyMigrationInfo"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="exportObjectUris" Type="Collection(Edm.String)" />
                    <Parameter Name="destinationUri" Type="Edm.String" />
                    <Parameter Name="options" Type="SP.CopyMigrationOptions" />
                </FunctionImport>
                <FunctionImport Name="CreateCopyJobs" ReturnType="Collection(SP.CopyMigrationInfo)"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="exportObjectUris" Type="Collection(Edm.String)" />
                    <Parameter Name="destinationUri" Type="Edm.String" />
                    <Parameter Name="options" Type="SP.CopyMigrationOptions" />
                </FunctionImport>
                <FunctionImport Name="CreateMigrationIngestionJob" ReturnType="Edm.Guid"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="gWebId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="azureContainerSourceUri" Type="Edm.String" />
                    <Parameter Name="azureContainerManifestUri" Type="Edm.String" />
                    <Parameter Name="azureQueueReportUri" Type="Edm.String" />
                    <Parameter Name="ingestionTaskKey" Type="SP.IngestionTaskKey" />
                </FunctionImport>
                <FunctionImport Name="CreateMigrationJob" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="gWebId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="azureContainerSourceUri" Type="Edm.String" />
                    <Parameter Name="azureContainerManifestUri" Type="Edm.String" />
                    <Parameter Name="azureQueueReportUri" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateMigrationJobEncrypted" ReturnType="Edm.Guid"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="gWebId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="azureContainerSourceUri" Type="Edm.String" />
                    <Parameter Name="azureContainerManifestUri" Type="Edm.String" />
                    <Parameter Name="azureQueueReportUri" Type="Edm.String" />
                    <Parameter Name="options" Type="SP.EncryptionOption" />
                </FunctionImport>
                <FunctionImport Name="CreatePreviewSPSite" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="upgrade" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="sendemail" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateSPAsyncReadJob" ReturnType="SP.AsyncReadJobInfo"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="readOptions" Type="SP.AsyncReadOptions" />
                    <Parameter Name="encryptionOption" Type="SP.EncryptionOption" />
                    <Parameter Name="azureContainerManifestUri" Type="Edm.String" />
                    <Parameter Name="azureQueueReportUri" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateSPAsyncReadJobWithMultiUrl"
                    ReturnType="SP.AsyncReadJobInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="urls" Type="Collection(Edm.String)" />
                    <Parameter Name="readOptions" Type="SP.AsyncReadOptions" />
                    <Parameter Name="encryptionOption" Type="SP.EncryptionOption" />
                    <Parameter Name="azureContainerManifestUri" Type="Edm.String" />
                    <Parameter Name="azureQueueReportUri" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteMigrationJob" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnqueueApplySensitivityLabelWork"
                    ReturnType="SP.EnqueueJobInformation" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="workItemInformation" Type="SP.AutoLabellingWorkInformation" />
                </FunctionImport>
                <FunctionImport Name="SP_Site_Exists" ReturnType="Edm.Boolean"
                    IsSideEffecting="false">
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ExtendUpgradeReminderDate" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="GetBlockDownloadPolicyForFilesData" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="GetBringYourOwnKeyRecoveryKeyMode" ReturnType="Edm.Int32"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="GetBringYourOwnKeySiteStatus"
                    ReturnType="SP.CustomerKeyStatusInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="GetBringYourOwnKeyTenantStatus"
                    ReturnType="SP.CustomerKeyStatusInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="GetCatalog" ReturnType="SP.List" IsComposable="true"
                    IsBindable="true" EntitySet="Lists">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="typeCatalog" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetChanges" ReturnType="Collection(SP.Change)"
                    IsBindable="true" EntitySet="Changes">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="query" Type="SP.ChangeQuery" />
                </FunctionImport>
                <FunctionImport Name="GetCopyJobProgress" ReturnType="SP.CopyJobProgress"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="copyJobInfo" Type="SP.CopyMigrationInfo" />
                </FunctionImport>
                <FunctionImport Name="GetHubSiteJoinApprovalCorrelationId" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="GetMigrationJobProgress" ReturnType="SP.MigrationJobProgress"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="jobId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="nextToken" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetMigrationJobStatus" ReturnType="Edm.Int32"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetMigrationStatus"
                    ReturnType="Collection(SP.SPMigrationJobStatus)" IsComposable="true"
                    IsBindable="true" EntitySet="SPMigrationJobStatuss">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="GetProgressForDeleteFileVersions" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="GetProgressForExpireFileVersionsBySchedule"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="scheduleFilePath" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="GetProgressForFileVersionExpirationReport"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="reportFileUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetProgressForSetVersionPolicyForDocLibs"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="GetRecycleBinItems" ReturnType="Collection(SP.RecycleBinItem)"
                    IsComposable="true" IsBindable="true" EntitySet="RecycleBinItems">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="pagingInfo" Type="Edm.String" />
                    <Parameter Name="rowLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="isAscending" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="orderBy" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="itemState" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Site_GetUrlById" ReturnType="Edm.String"
                    IsSideEffecting="false">
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="stopRedirect" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Site_GetUrlByIdForWeb" ReturnType="Edm.String"
                    IsSideEffecting="false">
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="stopRedirect" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="webId" Type="Edm.Guid" />
                </FunctionImport>
                <FunctionImport Name="GetWebPath" ReturnType="SP.ResourcePath"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="webId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetWebTemplates" ReturnType="Collection(SP.WebTemplate)"
                    IsComposable="true" IsBindable="true" EntitySet="WebTemplates">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="LCID" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="overrideCompatLevel" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Invalidate" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="JoinHubSite" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="hubSiteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="approvalToken" Type="Edm.String" />
                    <Parameter Name="approvalCorrelationId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="MultiGeoCopyJob" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="jobId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="userId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="binaryPayload" Type="Edm.Binary" />
                </FunctionImport>
                <FunctionImport Name="NeedsUpgradeByType" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="versionUpgrade" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="recursive" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="NeedsUpgradeByTypeFromSpoShell" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="versionUpgrade" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="recursive" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="OnboardTenantForBringYourOwnKey"
                    ReturnType="SP.CustomerKeyStatusInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="keyInfo" Type="SP.CustomerKeyInfo" />
                </FunctionImport>
                <FunctionImport Name="OnHubSiteJoinRequestApproved" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="joiningSiteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="OnHubSiteJoinRequestCanceled" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="approvalCorrelationId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="OnHubSiteJoinRequestStarted" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="approvalCorrelationId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="OpenWeb" ReturnType="SP.Web" IsBindable="true"
                    EntitySet="Webs">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="strUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="OpenWebById" ReturnType="SP.Web" IsBindable="true"
                    EntitySet="Webs">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="gWebId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="OpenWebUsingPath" ReturnType="SP.Web" IsBindable="true"
                    EntitySet="Webs">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="path" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="ProcessStorageMetricsChanges" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="ProvisionMigrationContainers"
                    ReturnType="SP.ProvisionedMigrationContainersInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="ProvisionMigrationQueue"
                    ReturnType="SP.ProvisionedMigrationQueueInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="ProvisionTemporaryAzureContainer"
                    ReturnType="SP.ProvisionedTemporaryAzureContainerInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="RecoverTenantForBringYourOwnKey"
                    ReturnType="SP.CustomerKeyStatusInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="keyInfo" Type="SP.CustomerKeyInfo" />
                </FunctionImport>
                <FunctionImport Name="RegisterHubSite" ReturnType="SP.HubSite" IsBindable="true"
                    EntitySet="Hubsites">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="creationInformation" Type="SP.HubSiteCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="RollTenantBringYourOwnKey"
                    ReturnType="SP.CustomerKeyStatusInfo" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="keyType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="keyVaultInfo" Type="SP.CustomerKeyVaultInfo" />
                </FunctionImport>
                <FunctionImport Name="RunHealthCheck" ReturnType="SP.SiteHealth.SiteHealthSummary"
                    IsBindable="true" EntitySet="SiteHealthSummarys">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="ruleId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="bRepair" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="bRunAlways" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RunUpgradeSiteSession" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="versionUpgrade" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="queueOnly" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="sendEmail" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetBlockDownloadPolicyForFiles" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="blockDownloadPolicyFileTypeIds" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="SetIsContributorOwnerEnabledPropertyForDefaultDocLib"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="propertyValue" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="forceDocLibActivation" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="deleteIfDocLibAlreadyExists" Type="Edm.Boolean"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="StartDeleteFileVersions" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="deleteOlderThanDays" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="StartDeleteFileVersionsByMode" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="batchDeleteParameters"
                        Type="SP.FileVersionBatchDeleteParameters" />
                </FunctionImport>
                <FunctionImport Name="StartExpireFileVersionsBySchedule" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="scheduleFilePath" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="StartFileVersionExpirationReport" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="reportFileUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="StartSetVersionPolicyForDocLibs" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="enableAutoTrim" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="majorVersionLimit" Type="Edm.Int32" />
                    <Parameter Name="majorWithMinorVersionsLimit" Type="Edm.Int32" />
                    <Parameter Name="expireAfterDays" Type="Edm.Int32" />
                </FunctionImport>
                <FunctionImport Name="UnregisterHubSite" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                </FunctionImport>
                <FunctionImport Name="UpdateClientObjectModelUseRemoteAPIsPermissionSetting"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="requireUseRemoteAPIs" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateInactiveSiteProperties"
                    ReturnType="Microsoft.SharePoint.ActionableMessage.UpdateCard" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="operation" Type="Edm.String" />
                    <Parameter Name="executionId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ValidateHubSiteJoinApprovalToken" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Site" />
                    <Parameter Name="joiningSiteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="approvalToken" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="InheritTenantSettings" IsBindable="true">
                    <Parameter Name="this" Type="SP.SiteVersionPolicyManager" />
                </FunctionImport>
                <FunctionImport Name="SetAutoExpiration" IsBindable="true">
                    <Parameter Name="this" Type="SP.SiteVersionPolicyManager" />
                </FunctionImport>
                <FunctionImport Name="SetExpireAfter" IsBindable="true">
                    <Parameter Name="this" Type="SP.SiteVersionPolicyManager" />
                    <Parameter Name="majorVersionLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="expireAfterDays" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetNoExpiration" IsBindable="true">
                    <Parameter Name="this" Type="SP.SiteVersionPolicyManager" />
                    <Parameter Name="majorVersionLimit" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_AddTeamChannel"
                    ReturnType="SP.TeamChannel" EntitySet="TeamChannels">
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="teamChannelUrl" Type="Edm.String" />
                    <Parameter Name="privateChannel" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="privateChannelGroupOwner" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_ArchiveTeamChannelById"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="folderId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_ArchiveTeamChannelByPath"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="folderPath" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_DemoteTeamChannelById"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="folderId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_DemoteTeamChannelByPath"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_GetConversations"
                    ReturnType="Edm.String">
                    <Parameter Name="listUrl" Type="Edm.String" />
                    <Parameter Name="listItemId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_GetTeamSiteData"
                    ReturnType="SP.TeamSiteData" IsComposable="true" EntitySet="TeamSiteDatas">
                    <Parameter Name="ignoreValidation" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_ManageChannelCapabilities">
                    <Parameter Name="request" Type="SP.ManageChannelCapabilitiesRequest" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_PromoteToTeamChannelById"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="folderId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="teamChannelUrl" Type="Edm.String" />
                    <Parameter Name="channelName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_PromoteToTeamChannelByPath"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="DecodedUrl" Type="Edm.String" />
                    <Parameter Name="teamChannelUrl" Type="Edm.String" />
                    <Parameter Name="channelName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_SaveConversations">
                    <Parameter Name="listUrl" Type="Edm.String" />
                    <Parameter Name="listItemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="updatedConversationsObject" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_StampLWGIdOnPrivateChannelSite"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="idLWG" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_SyncTeamSiteSettings"
                    ReturnType="SP.TeamSiteData" EntitySet="TeamSiteDatas" />
                <FunctionImport Name="SP_TeamChannelManager_UnarchiveTeamChannelById"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="folderId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_UnarchiveTeamChannelByPath"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="folderPath" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="SP_TeamChannelManager_UnstampLWGIdOnPrivateChannelSite"
                    ReturnType="Edm.Boolean" />
                <FunctionImport Name="GetById" ReturnType="SP.FontPackage" IsComposable="true"
                    IsBindable="true" EntitySet="Fontpackages">
                    <Parameter Name="this" Type="Collection(SP.FontPackage)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByTitle" ReturnType="SP.FontPackage" IsComposable="true"
                    IsBindable="true" EntitySet="Fontpackages">
                    <Parameter Name="this" Type="Collection(SP.FontPackage)" />
                    <Parameter Name="title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_TenantFontPackages_Load"
                    ReturnType="Collection(SP.FontPackage)" IsComposable="true"
                    EntitySet="Fontpackages" />
                <FunctionImport Name="GetThemeFontByName" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.ThemeInfo" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="lcid" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetThemeShadeByName" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.ThemeInfo" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.TimeZone" IsBindable="true"
                    EntitySet="TimeZones">
                    <Parameter Name="this" Type="Collection(SP.TimeZone)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="LocalTimeToUTC" ReturnType="Edm.DateTime"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.TimeZone" />
                    <Parameter Name="date" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetId" IsBindable="true">
                    <Parameter Name="this" Type="SP.TimeZone" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UTCToLocalTime" ReturnType="Edm.DateTime"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.TimeZone" />
                    <Parameter Name="date" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddUserById" ReturnType="SP.User" IsBindable="true"
                    EntitySet="Users1">
                    <Parameter Name="this" Type="Collection(SP.User)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByEmail" ReturnType="SP.User" IsComposable="true"
                    IsBindable="true" EntitySet="Users1">
                    <Parameter Name="this" Type="Collection(SP.User)" />
                    <Parameter Name="emailAddress" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.User" IsComposable="true"
                    IsBindable="true" EntitySet="Users1">
                    <Parameter Name="this" Type="Collection(SP.User)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByLoginName" ReturnType="SP.User" IsComposable="true"
                    IsBindable="true" EntitySet="Users1">
                    <Parameter Name="this" Type="Collection(SP.User)" />
                    <Parameter Name="loginName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByObjectId" ReturnType="SP.User" IsComposable="true"
                    IsBindable="true" EntitySet="Users1">
                    <Parameter Name="this" Type="Collection(SP.User)" />
                    <Parameter Name="objectId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByPuid" ReturnType="SP.User" IsComposable="true"
                    IsBindable="true" EntitySet="Users1">
                    <Parameter Name="this" Type="Collection(SP.User)" />
                    <Parameter Name="puid" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveById" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.User)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveByLoginName" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.User)" />
                    <Parameter Name="loginName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Clear" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.UserCustomAction)" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.UserCustomAction" IsComposable="true"
                    IsBindable="true" EntitySet="UserCustomActions">
                    <Parameter Name="this" Type="Collection(SP.UserCustomAction)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserCustomAction" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserCustomAction" />
                </FunctionImport>
                <FunctionImport Name="SP_UserExperienceState" ReturnType="SP.UserExperienceState"
                    IsComposable="true" EntitySet="UserExperienceStates" />
                <FunctionImport Name="SetFlag" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserExperienceState" />
                    <Parameter Name="flag" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="reset" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_UserFirstRun_Experiences"
                    ReturnType="Collection(Edm.Int32)" IsComposable="true" />
                <FunctionImport Name="SP_UserFirstRun_SetExperience"
                    ReturnType="Collection(Edm.Int32)">
                    <Parameter Name="experienceId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="reset" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_UserFirstRun_SetExperiences"
                    ReturnType="Collection(Edm.Int32)">
                    <Parameter Name="experiences" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_UserPhotos_Settings" ReturnType="Edm.String"
                    IsComposable="true" />
                <FunctionImport Name="SP_UserPhotos_SetSettings" ReturnType="Edm.String">
                    <Parameter Name="settings" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetResourceEntries"
                    ReturnType="Collection(SP.SPResourceEntry)" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.UserResource" />
                </FunctionImport>
                <FunctionImport Name="GetValueForUICulture" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserResource" />
                    <Parameter Name="cultureName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetValueForUICulture" IsBindable="true">
                    <Parameter Name="this" Type="SP.UserResource" />
                    <Parameter Name="cultureName" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Expire" IsBindable="true">
                    <Parameter Name="this" Type="SP.User" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.User" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="SP.View" IsBindable="true" EntitySet="Views">
                    <Parameter Name="this" Type="Collection(SP.View)" />
                    <Parameter Name="parameters" Type="SP.ViewCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.View" IsComposable="true"
                    IsBindable="true" EntitySet="Views">
                    <Parameter Name="this" Type="Collection(SP.View)" />
                    <Parameter Name="guidId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByTitle" ReturnType="SP.View" IsComposable="true"
                    IsBindable="true" EntitySet="Views">
                    <Parameter Name="this" Type="Collection(SP.View)" />
                    <Parameter Name="strTitle" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddViewField" IsBindable="true">
                    <Parameter Name="this" Type="SP.ViewFieldCollection" />
                    <Parameter Name="strField" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="MoveViewFieldTo" IsBindable="true">
                    <Parameter Name="this" Type="SP.ViewFieldCollection" />
                    <Parameter Name="field" Type="Edm.String" />
                    <Parameter Name="index" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveAllViewFields" IsBindable="true">
                    <Parameter Name="this" Type="SP.ViewFieldCollection" />
                </FunctionImport>
                <FunctionImport Name="RemoveViewField" IsBindable="true">
                    <Parameter Name="this" Type="SP.ViewFieldCollection" />
                    <Parameter Name="strField" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddToSpotlight" ReturnType="SP.Utilities.SpotlightResult"
                    IsBindable="true" EntitySet="SpotlightResults">
                    <Parameter Name="this" Type="SP.View" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="folderPath" Type="Edm.String" />
                    <Parameter Name="afterItemId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.View" />
                </FunctionImport>
                <FunctionImport Name="RemoveFromSpotlight" ReturnType="SP.Utilities.SpotlightResult"
                    IsBindable="true" EntitySet="SpotlightResults">
                    <Parameter Name="this" Type="SP.View" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="folderPath" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RenderAsHtml" ReturnType="Edm.String" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.View" />
                </FunctionImport>
                <FunctionImport Name="SetViewXml" IsBindable="true">
                    <Parameter Name="this" Type="SP.View" />
                    <Parameter Name="viewXml" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.View" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="SP.Web" IsBindable="true" EntitySet="Webs">
                    <Parameter Name="this" Type="Collection(SP.Web)" />
                    <Parameter Name="parameters" Type="SP.WebCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="SP.WebInformation" IsBindable="true"
                    EntitySet="WebInformations">
                    <Parameter Name="this" Type="Collection(SP.WebInformation)" />
                    <Parameter Name="parameters" Type="SP.WebInfoCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.WebInformation" IsComposable="true"
                    IsBindable="true" EntitySet="WebInformations">
                    <Parameter Name="this" Type="Collection(SP.WebInformation)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_WebProxy_Invoke" ReturnType="SP.WebResponseInfo">
                    <Parameter Name="requestInfo" Type="SP.WebRequestInfo" />
                </FunctionImport>
                <FunctionImport Name="GetByName" ReturnType="SP.WebTemplate" IsComposable="true"
                    IsBindable="true" EntitySet="WebTemplates">
                    <Parameter Name="this" Type="Collection(SP.WebTemplate)" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_TenantSettings_Current" ReturnType="SP.TenantSettings"
                    IsComposable="true" EntitySet="TenantSettingss" />
                <FunctionImport Name="ClearCorporateCatalog" IsBindable="true">
                    <Parameter Name="this" Type="SP.TenantSettings" />
                </FunctionImport>
                <FunctionImport Name="GetDataAccessGovernanceReportConfig" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.TenantSettings" />
                </FunctionImport>
                <FunctionImport Name="SetCorporateCatalog" IsBindable="true">
                    <Parameter Name="this" Type="SP.TenantSettings" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_TranslationStatusCollection"
                    ReturnType="SP.TranslationStatusCollection" IsComposable="true"
                    EntitySet="TranslationStatusCollections" />
                <FunctionImport Name="Create" ReturnType="SP.TranslationStatusCollection"
                    IsBindable="true" EntitySet="TranslationStatusCollections">
                    <Parameter Name="this" Type="SP.TranslationStatusCollection" />
                    <Parameter Name="request" Type="SP.TranslationStatusCreationRequest" />
                </FunctionImport>
                <FunctionImport Name="Set" ReturnType="SP.TranslationStatusCollection"
                    IsBindable="true" EntitySet="TranslationStatusCollections">
                    <Parameter Name="this" Type="SP.TranslationStatusCollection" />
                    <Parameter Name="request" Type="SP.TranslationStatusSetRequest" />
                </FunctionImport>
                <FunctionImport Name="UpdateTranslationLanguages" IsBindable="true">
                    <Parameter Name="this" Type="SP.TranslationStatusCollection" />
                </FunctionImport>
                <FunctionImport Name="Add" ReturnType="SP.Workflow.WorkflowAssociation"
                    IsBindable="true" EntitySet="WorkflowAssociations">
                    <Parameter Name="this" Type="Collection(SP.Workflow.WorkflowAssociation)" />
                    <Parameter Name="parameters"
                        Type="SP.Workflow.WorkflowAssociationCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Workflow.WorkflowAssociation"
                    IsComposable="true" IsBindable="true" EntitySet="WorkflowAssociations">
                    <Parameter Name="this" Type="Collection(SP.Workflow.WorkflowAssociation)" />
                    <Parameter Name="associationId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByName" ReturnType="SP.Workflow.WorkflowAssociation"
                    IsComposable="true" IsBindable="true" EntitySet="WorkflowAssociations">
                    <Parameter Name="this" Type="Collection(SP.Workflow.WorkflowAssociation)" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.WorkflowAssociation" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.Workflow.WorkflowAssociation" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.Workflow.WorkflowTemplate"
                    IsComposable="true" IsBindable="true" EntitySet="WorkflowTemplates">
                    <Parameter Name="this" Type="Collection(SP.Workflow.WorkflowTemplate)" />
                    <Parameter Name="templateId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByName" ReturnType="SP.Workflow.WorkflowTemplate"
                    IsBindable="true" EntitySet="WorkflowTemplates">
                    <Parameter Name="this" Type="Collection(SP.Workflow.WorkflowTemplate)" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ExportWebPart" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.WebParts.LimitedWebPartManager" />
                    <Parameter Name="webPartId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ImportWebPart" ReturnType="SP.WebParts.WebPartDefinition"
                    IsBindable="true" EntitySet="WebPartDefinitions">
                    <Parameter Name="this" Type="SP.WebParts.LimitedWebPartManager" />
                    <Parameter Name="webPartXml" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByControlId" ReturnType="SP.WebParts.WebPartDefinition"
                    IsComposable="true" IsBindable="true" EntitySet="WebPartDefinitions">
                    <Parameter Name="this" Type="Collection(SP.WebParts.WebPartDefinition)" />
                    <Parameter Name="controlId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.WebParts.WebPartDefinition"
                    IsComposable="true" IsBindable="true" EntitySet="WebPartDefinitions">
                    <Parameter Name="this" Type="Collection(SP.WebParts.WebPartDefinition)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CloseWebPart" IsBindable="true">
                    <Parameter Name="this" Type="SP.WebParts.WebPartDefinition" />
                </FunctionImport>
                <FunctionImport Name="DeleteWebPart" IsBindable="true">
                    <Parameter Name="this" Type="SP.WebParts.WebPartDefinition" />
                </FunctionImport>
                <FunctionImport Name="MoveWebPartTo" IsBindable="true">
                    <Parameter Name="this" Type="SP.WebParts.WebPartDefinition" />
                    <Parameter Name="zoneID" Type="Edm.String" />
                    <Parameter Name="zoneIndex" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="OpenWebPart" IsBindable="true">
                    <Parameter Name="this" Type="SP.WebParts.WebPartDefinition" />
                </FunctionImport>
                <FunctionImport Name="SaveWebPartChanges" IsBindable="true">
                    <Parameter Name="this" Type="SP.WebParts.WebPartDefinition" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_Utilities_PolicyLicenseUtilities_CheckTenantM365CopilotBusinessChatLicense"
                    ReturnType="Edm.Boolean" IsSideEffecting="false" />
                <FunctionImport Name="SP_Utilities_ShortcutLink_GetShortcutLink"
                    ReturnType="SP.Utilities.ShortcutTargetInfo" IsComposable="true"
                    EntitySet="ShortcutTargetInfos">
                    <Parameter Name="shortcutPath" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_NewsUtility_CreateOrUpdateNewsItem"
                    ReturnType="Edm.Int32">
                    <Parameter Name="itemData" Type="SP.Utilities.NewsItem" />
                    <Parameter Name="afterItemId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_NewsUtility_DeleteNewsItem">
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_NewsUtility_GetMetadataForUrl"
                    ReturnType="SP.Utilities.NewsItemMetaData">
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="useContextWeb" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_SPSocialSwitch_IsFollowingFeatureEnabled"
                    ReturnType="Edm.Boolean" />
                <FunctionImport Name="SP_Utilities_ThemeManager_ContextThemeManager"
                    ReturnType="SP.Utilities.ThemeManager" IsComposable="true"
                    EntitySet="Thememanagers" />
                <FunctionImport Name="AddTenantTheme" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Utilities.ThemeManager" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="themeJson" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ApplyTheme" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.Utilities.ThemeManager" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="themeJson" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteTenantTheme" IsBindable="true">
                    <Parameter Name="this" Type="SP.Utilities.ThemeManager" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetAvailableThemes"
                    ReturnType="Collection(SP.Utilities.JsonTheme)" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Utilities.ThemeManager" />
                </FunctionImport>
                <FunctionImport Name="GetHideDefaultThemes" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Utilities.ThemeManager" />
                </FunctionImport>
                <FunctionImport Name="GetTenantTheme" ReturnType="SP.Utilities.JsonTheme"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Utilities.ThemeManager" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetTenantThemingOptions"
                    ReturnType="SP.Utilities.ThemingOptions" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Utilities.ThemeManager" />
                </FunctionImport>
                <FunctionImport Name="SetHideDefaultThemes" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Utilities.ThemeManager" />
                    <Parameter Name="hideDefaultThemes" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateTenantTheme" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this" Type="SP.Utilities.ThemeManager" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="themeJson" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_CreateEmailBodyForInvitation"
                    ReturnType="Edm.String">
                    <Parameter Name="pageAddress" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_CreateNewDiscussionItem"
                    ReturnType="SP.ListItem" EntitySet="ListItems">
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="title" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_CreateWikiPageInContextWeb"
                    ReturnType="SP.File" EntitySet="Files12">
                    <Parameter Name="parameters" Type="SP.Utilities.WikiPageCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_ExpandGroupsToPrincipals"
                    ReturnType="Collection(SP.Utilities.PrincipalInfo)">
                    <Parameter Name="inputs" Type="Collection(Edm.String)" />
                    <Parameter Name="maxCount" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_GetAppLicenseDeploymentId"
                    ReturnType="Edm.Guid" IsSideEffecting="false" />
                <FunctionImport Name="SP_Utilities_Utility_GetAppLicenseInformation"
                    ReturnType="SP.AppLicenseCollection" IsSideEffecting="false">
                    <Parameter Name="productId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_GetCurrentUserEmailAddresses"
                    ReturnType="Edm.String" IsSideEffecting="false" />
                <FunctionImport Name="SP_Utilities_Utility_GetLocalizedString"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="source" Type="Edm.String" />
                    <Parameter Name="defaultResourceFile" Type="Edm.String" />
                    <Parameter Name="language" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_GetLowerCaseString"
                    ReturnType="Edm.String" IsSideEffecting="false">
                    <Parameter Name="sourceValue" Type="Edm.String" />
                    <Parameter Name="lcid" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_GetUserPermissionLevels"
                    ReturnType="Collection(Edm.String)" IsSideEffecting="false" />
                <FunctionImport Name="SP_Utilities_Utility_ImportAppLicense">
                    <Parameter Name="licenseTokenToImport" Type="Edm.String" />
                    <Parameter Name="contentMarket" Type="Edm.String" />
                    <Parameter Name="billingMarket" Type="Edm.String" />
                    <Parameter Name="appName" Type="Edm.String" />
                    <Parameter Name="iconUrl" Type="Edm.String" />
                    <Parameter Name="providerName" Type="Edm.String" />
                    <Parameter Name="appSubtype" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_IsUserLicensedForEntityInContext"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="licensableEntity" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_LogCustomAppError" ReturnType="Edm.Int32">
                    <Parameter Name="error" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_LogCustomRemoteAppError"
                    ReturnType="Edm.Int32">
                    <Parameter Name="productId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="error" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_MarkDiscussionAsFeatured">
                    <Parameter Name="listID" Type="Edm.String" />
                    <Parameter Name="topicIDs" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_ResolvePrincipalInCurrentContext"
                    ReturnType="SP.Utilities.PrincipalInfo">
                    <Parameter Name="input" Type="Edm.String" />
                    <Parameter Name="scopes" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="sources" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="inputIsEmailOnly" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="addToUserInfoList" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="matchUserInfoList" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_SearchPrincipalsUsingContextWeb"
                    ReturnType="Collection(SP.Utilities.PrincipalInfo)" IsSideEffecting="false">
                    <Parameter Name="input" Type="Edm.String" />
                    <Parameter Name="scopes" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="sources" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="groupName" Type="Edm.String" />
                    <Parameter Name="maxCount" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_SendEmail" IsSideEffecting="false">
                    <Parameter Name="properties" Type="SP.Utilities.EmailProperties" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_Utility_UnmarkDiscussionAsFeatured">
                    <Parameter Name="listID" Type="Edm.String" />
                    <Parameter Name="topicIDs" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_WopiHostUtility_GenerateFileBundle"
                    ReturnType="Edm.String" IsSideEffecting="false" />
                <FunctionImport
                    Name="SP_Utilities_WopiHostUtility_GetFileHandlerWopiTargetPropertiesByUrl"
                    ReturnType="SP.Utilities.FileHandlerWopiProperties" IsComposable="true"
                    EntitySet="FileHandlerWopiPropertiess">
                    <Parameter Name="fileUrl" Type="Edm.String" />
                    <Parameter Name="appId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_WopiHostUtility_GetWebApplicationUrls"
                    ReturnType="Collection(SP.Utilities.WopiWebAppProperties)"
                    IsSideEffecting="false">
                    <Parameter Name="appNames" Type="Edm.String" />
                    <Parameter Name="actions" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Utilities_WopiHostUtility_GetWopiOrigins"
                    ReturnType="Collection(Edm.String)" IsSideEffecting="false" />
                <FunctionImport Name="SP_Utilities_WopiHostUtility_GetWopiTargetPropertiesByUrl"
                    ReturnType="SP.Utilities.WopiProperties" IsComposable="true"
                    EntitySet="WopiPropertiess">
                    <Parameter Name="fileUrl" Type="Edm.String" />
                    <Parameter Name="requestedAction" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_PageInstrumentation_ClickManager_RecordClick">
                    <Parameter Name="pageCorrelationId" Type="Edm.String" />
                    <Parameter Name="clickType" Type="Edm.String" />
                    <Parameter Name="clickData" Type="Edm.String" />
                    <Parameter Name="clickUTCTime" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_OAuth_NativeClient" ReturnType="SP.OAuth.NativeClient"
                    IsComposable="true" EntitySet="NativeClients" />
                <FunctionImport Name="Authenticate" IsBindable="true">
                    <Parameter Name="this" Type="SP.OAuth.NativeClient" />
                </FunctionImport>
                <FunctionImport Name="SP_OAuth_Token" ReturnType="SP.OAuth.Token"
                    IsComposable="true" EntitySet="Tokens1" />
                <FunctionImport Name="Acquire" ReturnType="SP.OAuth.TokenResponse" IsBindable="true"
                    EntitySet="TokenResponses">
                    <Parameter Name="this" Type="SP.OAuth.Token" />
                    <Parameter Name="resource" Type="Edm.String" />
                    <Parameter Name="tokenType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_OAuth_Authentication" ReturnType="SP.OAuth.Authentication"
                    IsComposable="true" EntitySet="Authentications" />
                <FunctionImport Name="GetRenewalUrl" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this" Type="SP.OAuth.Authentication" />
                    <Parameter Name="redirectUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById" ReturnType="SP.NavigationNode" IsComposable="true"
                    IsBindable="true" EntitySet="NavigationNodes">
                    <Parameter Name="this" Type="Collection(SP.NavigationNode)" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetByIndex" ReturnType="SP.NavigationNode" IsComposable="true"
                    IsBindable="true" EntitySet="NavigationNodes">
                    <Parameter Name="this" Type="Collection(SP.NavigationNode)" />
                    <Parameter Name="index" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="MoveAfter" IsBindable="true">
                    <Parameter Name="this" Type="Collection(SP.NavigationNode)" />
                    <Parameter Name="nodeId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="previousNodeId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.NavigationNode" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this" Type="SP.NavigationNode" />
                </FunctionImport>
                <FunctionImport Name="GetNodeById" ReturnType="SP.NavigationNode"
                    IsComposable="true" IsBindable="true" EntitySet="NavigationNodes">
                    <Parameter Name="this" Type="SP.Navigation" />
                    <Parameter Name="id" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_UI_ApplicationPages_ClientPeoplePickerWebServiceInterface_ClientPeoplePickerResolveUser"
                    ReturnType="Edm.String">
                    <Parameter Name="queryParams"
                        Type="SP.UI.ApplicationPages.ClientPeoplePickerQueryParameters" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_UI_ApplicationPages_ClientPeoplePickerWebServiceInterface_ClientPeoplePickerSearchUser"
                    ReturnType="Edm.String">
                    <Parameter Name="queryParams"
                        Type="SP.UI.ApplicationPages.ClientPeoplePickerQueryParameters" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_UI_ApplicationPages_ClientPeoplePickerWebServiceInterface_GetPickerEntityInformation"
                    ReturnType="SP.UI.ApplicationPages.PickerEntityInformation"
                    EntitySet="PickerEntityInformations">
                    <Parameter Name="entityInformationRequest"
                        Type="SP.UI.ApplicationPages.PickerEntityInformationRequest" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_UI_ApplicationPages_PeoplePickerWebServiceInterface_GetSearchResults"
                    ReturnType="Edm.String">
                    <Parameter Name="searchPattern" Type="Edm.String" />
                    <Parameter Name="providerID" Type="Edm.String" />
                    <Parameter Name="hierarchyNodeID" Type="Edm.String" />
                    <Parameter Name="entityTypes" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_UI_ApplicationPages_PeoplePickerWebServiceInterface_GetSearchResultsByHierarchy"
                    ReturnType="Edm.String">
                    <Parameter Name="providerID" Type="Edm.String" />
                    <Parameter Name="hierarchyNodeID" Type="Edm.String" />
                    <Parameter Name="entityTypes" Type="Edm.String" />
                    <Parameter Name="contextUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Sharing_PersonalWeb_FixPermissionInheritance" />
                <FunctionImport Name="SP_Sharing_PersonalWeb_GetOversharedWebInfo"
                    ReturnType="SP.Sharing.OversharedWebInfo" IsSideEffecting="false" />
                <FunctionImport Name="SP_Sharing_PersonalWeb_RemovePermissionForUsers"
                    ReturnType="Collection(SP.Sharing.UserSharingResult)">
                    <Parameter Name="users" Type="Collection(SP.Sharing.Principal)" />
                </FunctionImport>
                <FunctionImport Name="SP_Sharing_DocumentSharingManager_GetRoleDefinition"
                    ReturnType="SP.RoleDefinition" EntitySet="RoleDefinitions">
                    <Parameter Name="role" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_Sharing_DocumentSharingManager_RemoveItemsFromSharedWithMeView"
                    ReturnType="Collection(SP.Sharing.SharedWithMeViewItemRemovalResult)">
                    <Parameter Name="itemUrls" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_Sharing_DocumentSharingManager_RemoveItemsFromSharedWithMeViewByPath"
                    ReturnType="Collection(SP.Sharing.SharedWithMeViewItemRemovalResult)">
                    <Parameter Name="itemPaths" Type="Collection(SP.ResourcePath)" />
                </FunctionImport>
                <FunctionImport Name="SP_Sharing_DocumentSharingManager_UpdateDocumentSharingInfo"
                    ReturnType="Collection(SP.Sharing.UserSharingResult)">
                    <Parameter Name="resourceAddress" Type="Edm.String" />
                    <Parameter Name="userRoleAssignments"
                        Type="Collection(SP.Sharing.UserRoleAssignment)" />
                    <Parameter Name="validateExistingPermissions" Type="Edm.Boolean"
                        Nullable="false" />
                    <Parameter Name="additiveMode" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="sendServerManagedNotification" Type="Edm.Boolean"
                        Nullable="false" />
                    <Parameter Name="customMessage" Type="Edm.String" />
                    <Parameter Name="includeAnonymousLinksInNotification" Type="Edm.Boolean"
                        Nullable="false" />
                    <Parameter Name="propagateAcl" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Sharing_SiteSharingReportHelper_CancelSharingReportJob"
                    ReturnType="SP.Sharing.SiteSharingReportStatus" />
                <FunctionImport
                    Name="SP_Sharing_SiteSharingReportHelper_CancelSharingReportJobForTenantAdmin"
                    ReturnType="SP.Sharing.SiteSharingReportStatus">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Sharing_SiteSharingReportHelper_CreateSharingReportJob"
                    ReturnType="SP.Sharing.SiteSharingReportStatus">
                    <Parameter Name="webUrl" Type="Edm.String" />
                    <Parameter Name="folderUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_Sharing_SiteSharingReportHelper_CreateSharingReportJobForTenantAdmin"
                    ReturnType="SP.Sharing.SiteSharingReportStatus">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="reportWebUrl" Type="Edm.String" />
                    <Parameter Name="reportFolderUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_Sharing_SiteSharingReportHelper_GetSiteSharingReportCapabilities"
                    ReturnType="SP.Sharing.SiteSharingReportCapabilities" IsSideEffecting="false" />
                <FunctionImport Name="Microsoft_SharePoint_Sharing_Internal_SharingRestrictions"
                    ReturnType="Microsoft.SharePoint.Sharing.Internal.SharingRestrictions"
                    IsComposable="true" EntitySet="SPOInternalUseOnly.TenantSharingRestrictions" />
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.SharePoint.Sharing.Internal.SharingRestrictions" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this" Type="SP.Taxonomy.TaxonomyField" />
                </FunctionImport>
                <FunctionImport Name="DisableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.Taxonomy.TaxonomyField" />
                </FunctionImport>
                <FunctionImport Name="EnableIndex" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this" Type="SP.Taxonomy.TaxonomyField" />
                </FunctionImport>
                <FunctionImport Name="SetShowInDisplayForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.Taxonomy.TaxonomyField" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInEditForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.Taxonomy.TaxonomyField" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetShowInNewForm" IsBindable="true">
                    <Parameter Name="this" Type="SP.Taxonomy.TaxonomyField" />
                    <Parameter Name="value" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById"
                    ReturnType="Microsoft.Online.SharePoint.TenantManagement.ExternalUser"
                    IsComposable="true" IsBindable="true" EntitySet="ExternalUsers">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.TenantManagement.ExternalUser)" />
                    <Parameter Name="uniqueId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantManagement_GroupCreationParams"
                    ReturnType="Microsoft.Online.SharePoint.TenantManagement.GroupCreationParams"
                    IsComposable="true" EntitySet="GroupCreationParamss" />
                <FunctionImport Name="Microsoft_Online_SharePoint_TenantManagement_Office365Tenant"
                    ReturnType="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant"
                    IsComposable="true" EntitySet="Office365Tenants" />
                <FunctionImport Name="AddPublicCdnOrigin" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="origin" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddSdnProvider" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="identifier" Type="Edm.String" />
                    <Parameter Name="license" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddTenantCdnOrigin" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="originUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddTenantTheme" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="themeJson" Type="Edm.String" />
                    <Parameter Name="shouldParseColorPair" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddToOrgAssetsLibAndCdn" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="libUrl" Type="SP.ResourcePath" />
                    <Parameter Name="thumbnailUrl" Type="SP.ResourcePath" />
                    <Parameter Name="orgAssetType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="defaultOriginAdded" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddToOrgAssetsWithConfig" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="libUrl" Type="SP.ResourcePath" />
                    <Parameter Name="thumbnailUrl" Type="SP.ResourcePath" />
                    <Parameter Name="orgAssetType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="defaultOriginAdded" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="configParam"
                        Type="Microsoft.SharePoint.BrandCenter.OrgAssetsLibraryConfigParam" />
                </FunctionImport>
                <FunctionImport Name="CreateTenantCdnDefaultOrigins" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteImportProfilePropertiesJob" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="jobId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteTenantTheme" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DisableSharingForNonOwnersOfSite" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetAllTenantThemes"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantManagement.ThemeProperties)"
                    IsBindable="true" EntitySet="ThemePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetCustomFontsMinorVersion" ReturnType="Edm.Int32"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="libUrl" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="GetExternalUsers"
                    ReturnType="Microsoft.Online.SharePoint.TenantManagement.GetExternalUsersResults"
                    IsBindable="true" EntitySet="GetExternalUsersResultss">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="position" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="pageSize" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="filter" Type="Edm.String" />
                    <Parameter Name="sortOrder" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetExternalUsersForSite"
                    ReturnType="Microsoft.Online.SharePoint.TenantManagement.GetExternalUsersResults"
                    IsBindable="true" EntitySet="GetExternalUsersResultss">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="position" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="pageSize" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="filter" Type="Edm.String" />
                    <Parameter Name="sortOrder" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetExternalUsersWithSortBy"
                    ReturnType="Microsoft.Online.SharePoint.TenantManagement.GetExternalUsersResults"
                    IsBindable="true" EntitySet="GetExternalUsersResultss">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="position" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="pageSize" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="filter" Type="Edm.String" />
                    <Parameter Name="sortPropertyName" Type="Edm.String" />
                    <Parameter Name="sortOrder" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetHideDefaultThemes" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetIdleSessionSignOutForUnmanagedDevices"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetImportProfilePropertyJob"
                    ReturnType="Microsoft.Online.SharePoint.TenantManagement.ImportProfilePropertiesJobInfo"
                    IsBindable="true" EntitySet="ImportProfilePropertiesJobInfos">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="jobId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetImportProfilePropertyJobs"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantManagement.ImportProfilePropertiesJobInfo)"
                    IsBindable="true" EntitySet="ImportProfilePropertiesJobInfos">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetTenantCdnEnabled" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetTenantCdnOrigins" ReturnType="Collection(Edm.String)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetTenantCdnPolicies" ReturnType="Collection(Edm.String)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetTenantTheme"
                    ReturnType="Microsoft.Online.SharePoint.TenantManagement.ThemeProperties"
                    IsBindable="true" EntitySet="ThemePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="IncrementCustomFontsMinorVersion" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="libUrl" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="IsSharingDisabledForNonOwnersOfSite" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="LogCustomFontsLargeUpload" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="numCatalogs" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="numFonts" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="totalExpectedFiles" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="QueueImportProfileProperties" ReturnType="Edm.Guid"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="idType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="sourceDataIdProperty" Type="Edm.String" />
                    <Parameter Name="propertyMap" Type="Collection(SP.KeyValue)" />
                    <Parameter Name="sourceUri" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveExternalUsers"
                    ReturnType="Microsoft.Online.SharePoint.TenantManagement.RemoveExternalUsersResults"
                    IsBindable="true" EntitySet="RemoveExternalUsersResultss">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="uniqueIds" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="RemoveFromOrgAssets" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="libUrl" Type="SP.ResourcePath" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveFromOrgAssetsAndCdn" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="remove" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="libUrl" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="RemovePreviousCustomFontUpload" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="majVersions" Type="Collection(Edm.String)" />
                    <Parameter Name="libUrl" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="RemovePublicCdnOrigin" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="originId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveSdnProvider" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                </FunctionImport>
                <FunctionImport Name="RemoveTenantCdnOrigin" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="originUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RevokeAllUserSessions"
                    ReturnType="Microsoft.Online.SharePoint.TenantManagement.SPOUserSessionRevocationResult"
                    IsBindable="true" EntitySet="SPOUserSessionRevocationResults">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="userName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RevokeAllUserSessionsByPuid"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantManagement.SPOUserSessionRevocationResult)"
                    IsBindable="true" EntitySet="SPOUserSessionRevocationResults">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="puidList" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="SetBlockDownloadFileTypePolicyData" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="blockDownloadFileTypePolicy" Type="Edm.Boolean"
                        Nullable="false" />
                    <Parameter Name="fileTypeIds" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="excludedBlockDownloadGroupIds" Type="Collection(Edm.Guid)"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetBlockDownloadFileTypePolicyExclusionList" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="excludedBlockDownloadGroupIds" Type="Collection(Edm.Guid)"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetHideDefaultThemes" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="hideDefaultThemes" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetIdleSessionSignOutForUnmanagedDevices"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="enabled" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="warnAfter" Type="Edm.Time" Nullable="false" />
                    <Parameter Name="signOutAfter" Type="Edm.Time" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetJitDlpPolicyData" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="markAllFilesAsSensitiveByDefault" Type="Edm.Boolean"
                        Nullable="false" />
                    <Parameter Name="odbSensitivityRefreshWindowInHours" Type="Edm.Int32"
                        Nullable="false" />
                    <Parameter Name="executionMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetOrgAssetsLib" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="libUrl" Type="SP.ResourcePath" />
                    <Parameter Name="thumbnailUrl" Type="SP.ResourcePath" />
                    <Parameter Name="orgAssetType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetOrgAssetsLibWithConfig" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="libUrl" Type="SP.ResourcePath" />
                    <Parameter Name="thumbnailUrl" Type="SP.ResourcePath" />
                    <Parameter Name="orgAssetType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="configParam"
                        Type="Microsoft.SharePoint.BrandCenter.OrgAssetsLibraryConfigParam" />
                </FunctionImport>
                <FunctionImport Name="SetTenantCdnEnabled" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetTenantCdnPolicy" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="policy" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="policyValue" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SyncAadB2BManagementPolicy" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                </FunctionImport>
                <FunctionImport Name="UpdateTenantTheme" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="themeJson" Type="Edm.String" />
                    <Parameter Name="shouldParseColorPair" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UploadCustomFontsAndCatalogLib" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant" />
                    <Parameter Name="customFontFiles"
                        Type="Collection(Microsoft.SharePoint.Administration.CustomFontsResource)" />
                    <Parameter Name="libUrl" Type="SP.ResourcePath" />
                </FunctionImport>
                <FunctionImport Name="ExportPropertyTypeToCSV" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.CatalogManagementCollection" />
                    <Parameter Name="propertyType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ExportToCSV" ReturnType="Edm.String" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.CatalogManagementCollection" />
                    <Parameter Name="propertyType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="valueId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Get"
                    ReturnType="Collection(Microsoft.SharePoint.Administration.TenantAdmin.CatalogManagement.Property)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.CatalogManagementCollection" />
                </FunctionImport>
                <FunctionImport Name="GetProperty"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.CatalogManagement.Property"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.CatalogManagementCollection" />
                    <Parameter Name="propertyType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetValue"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.CatalogManagement.PropertyValue"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.CatalogManagementCollection" />
                    <Parameter Name="propertyId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.HubSiteProperties" />
                </FunctionImport>
                <FunctionImport Name="CheckSiteIsArchivedById" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteProperties)" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SiteProperties"
                    IsComposable="true" IsBindable="true" EntitySet="SitePropertiess">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteProperties)" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetGroupSiteRelationship" ReturnType="Edm.Int32"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteProperties)" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetLockStateById" ReturnType="Edm.Int32"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteProperties)" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSiteStateProperties"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SiteStateProperties"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteProperties)" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSiteUserGroups"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteUserGroupInfo)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteProperties)" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="userGroupIds" Type="Collection(Edm.Int32)" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SiteProperties"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SiteProperties"
                    IsComposable="true" EntitySet="SitePropertiess">
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SiteProperties_ClearSharingLockDown">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <EntitySet Name="SpoOperations"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation" />
                <FunctionImport Name="Update"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SiteProperties" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SPDataGovernanceClientException"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceClientException"
                    IsComposable="true" EntitySet="SPDataGovernanceClientExceptions" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SPDataGovernanceInsightRestApiClient"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient"
                    IsComposable="true" EntitySet="SPDataGovernanceRestApiClientBases">
                    <Parameter Name="authorizationHeader" Type="Edm.String" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="userAgent" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateDataAccessGovernanceReport"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightMetadata"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="reportEntity" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="workload" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="reportType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="fileSensitivityLabelName" Type="Edm.String" />
                    <Parameter Name="fileSensitivityLabelGUID" Type="Edm.String" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="template" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="privacy" Type="Edm.String" />
                    <Parameter Name="siteSensitivityLabelGUID" Type="Collection(Edm.Guid)"
                        Nullable="false" />
                    <Parameter Name="countOfUsersMoreThan" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateDataAccessGovernanceReportV2"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightMetadata"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="reportEntity" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="workload" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="reportType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="fileSensitivityLabelName" Type="Edm.String" />
                    <Parameter Name="fileSensitivityLabelGUID" Type="Edm.String" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="template" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="privacy" Type="Edm.String" />
                    <Parameter Name="siteSensitivityLabelGUID" Type="Collection(Edm.Guid)"
                        Nullable="false" />
                    <Parameter Name="countOfUsersMoreThan" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="userIDList" Type="Collection(Edm.Guid)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateDataAccessGovernanceReportV3"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightMetadata"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="reportEntity" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="workload" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="reportType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="fileSensitivityLabelName" Type="Edm.String" />
                    <Parameter Name="fileSensitivityLabelGUID" Type="Edm.String" />
                    <Parameter Name="name" Type="Edm.String" />
                    <Parameter Name="template" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="privacy" Type="Edm.String" />
                    <Parameter Name="siteSensitivityLabelGUID" Type="Collection(Edm.Guid)"
                        Nullable="false" />
                    <Parameter Name="countOfUsersMoreThan" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="userEmailList" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="CreateDataAccessGovernanceReportV4"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightMetadata"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="request"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightCreateParameters" />
                </FunctionImport>
                <FunctionImport Name="ExportSPODataAccessGovernanceInsight" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ExportSPODataAccessGovernanceInsightV2"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ExportSPODataAccessGovernanceInsightV3"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSPOAuditDataCollectionForAllReports"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPAuditDataCollectionResponse)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                </FunctionImport>
                <FunctionImport Name="GetSPOAuditDataCollectionForReport"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPAuditDataCollectionResponse)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="reportEntity" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSPODataAccessGovernanceInsight"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightResponse)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="reportEntity" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="workLoad" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSPODataAccessGovernanceInsightById"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightResponse"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSPODataAccessGovernanceInsightV2"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightResponse)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="reportEntity" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSPODataAccessGovernanceInsightV3"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightResponse)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="request"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightQueryParameters" />
                </FunctionImport>
                <FunctionImport Name="RemoveDataAccessGovernanceReport" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetOptInStatusForReports"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPAuditDataCollectionResponse"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="reportEntity" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="optInStatus" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetOptInStatusForReportsV2"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPAuditDataCollectionResponse"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient" />
                    <Parameter Name="request"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceOptInParameters" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SPDataGovernanceRestApiClientBase"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceRestApiClientBase"
                    IsComposable="true" EntitySet="SPDataGovernanceRestApiClientBases">
                    <Parameter Name="authorizationHeader" Type="Edm.String" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="userAgent" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SPDataGovernanceSARRestApiClient"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceSARRestApiClient"
                    IsComposable="true" EntitySet="SPDataGovernanceRestApiClientBases">
                    <Parameter Name="authorizationHeader" Type="Edm.String" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="userAgent" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSPOSiteReview"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceSiteReviewsResponse)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceSARRestApiClient" />
                    <Parameter Name="reportEntity" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="siteReviewtatus" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="siteReviewID" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="siteID" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="StartSPOSiteReview"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceSARStartSiteReviewResponse"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceSARRestApiClient" />
                    <Parameter Name="detailedSourceReportId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="adminComment" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SPOContentSecurityPolicyConfiguration"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyConfiguration"
                    IsComposable="true" EntitySet="SPOContentSecurityPolicyConfigurations" />
                <FunctionImport Name="Add" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyConfiguration" />
                    <Parameter Name="source" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Remove" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyConfiguration" />
                    <Parameter Name="source" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateScriptSources" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyConfiguration" />
                    <Parameter Name="added" Type="Collection(Edm.String)" />
                    <Parameter Name="removed" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SPOCopilotAgentInsightsRestApiClient"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsRestApiClient"
                    IsComposable="true" EntitySet="SPDataGovernanceRestApiClientBases">
                    <Parameter Name="authorizationHeader" Type="Edm.String" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="userAgent" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateCopilotAgentInsightsReport"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsReportMetadata"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsRestApiClient" />
                    <Parameter Name="reportPeriod" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAllCopilotAgentInsightsReportsMetadata"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsReportMetadata)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsRestApiClient" />
                </FunctionImport>
                <FunctionImport Name="GetCopilotAgentInsightsFullReportContent"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsRestApiClient" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="reportSubType" Type="Edm.String" />
                    <Parameter Name="isFullDetails" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetCopilotAgentsOnSitesTopDetails"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsCopilotAgentsOnSitesDetails)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsRestApiClient" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="isFullDetails" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSiteDistributionsTopDetails"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsSiteDistribution)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsRestApiClient" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="isFullDetails" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetTopSitesDetails"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsTopSitesDetails)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsRestApiClient" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="isFullDetails" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Online_SharePoint_TenantAdministration_SPOGroup"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOGroup"
                    IsComposable="true" EntitySet="SPOGroups" />
                <FunctionImport Name="AddAsGroupOwnerAndMember" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOGroup" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="userId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="userPrincipalName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddGroupMember" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOGroup" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="memberId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="memberPrincipalName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddGroupOwner" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOGroup" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="ownerId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="ownerPrincipalName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetGroupInfo"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.GroupInfo"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOGroup" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveAsGroupOwnerAndMember" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOGroup" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="userId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveGroupMember" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOGroup" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="memberId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveGroupOwner" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOGroup" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="ownerId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateGroupProperties" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOGroup" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="displayName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateGroupPropertiesBySiteId" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOGroup" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="displayName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SPOM365AgentInsightsRestApiClient"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsRestApiClient"
                    IsComposable="true" EntitySet="SPDataGovernanceRestApiClientBases">
                    <Parameter Name="authorizationHeader" Type="Edm.String" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="userAgent" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateM365AgentInsightsReport"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsReportMetadata"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsRestApiClient" />
                    <Parameter Name="reportPeriod" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAllM365AgentInsightsReportsMetadata"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsReportMetadata)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsRestApiClient" />
                </FunctionImport>
                <FunctionImport Name="GetM365AgentInsightsFullReportContent" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsRestApiClient" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="reportSubType" Type="Edm.String" />
                    <Parameter Name="isFullDetails" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetM365AgentsOnSitesTopDetails"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsM365AgentsOnSitesDetails)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsRestApiClient" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="isFullDetails" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSiteDistributionsTopDetails"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsSiteDistributionDetails)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsRestApiClient" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="isFullDetails" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetMalwareFileStream" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOMalwareFile" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SPORestrictedContentDiscoverabilityClient"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPORestrictedContentDiscoverabilityClient"
                    IsComposable="true" EntitySet="SPDataGovernanceRestApiClientBases">
                    <Parameter Name="authorizationHeader" Type="Edm.String" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="userAgent" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreateRestrictedContentDiscoverabilityReport"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOInsightsReportMetadata"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPORestrictedContentDiscoverabilityClient" />
                </FunctionImport>
                <FunctionImport Name="GetAllRestrictedContentDiscoverabilityReports"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOInsightsReportMetadata)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPORestrictedContentDiscoverabilityClient" />
                </FunctionImport>
                <FunctionImport Name="GetRestrictContentOrgWideSearchUsageInsightsReportContent"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPORestrictedContentDiscoverabilitySiteDetails)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPORestrictedContentDiscoverabilityClient" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSPODataAccessGovernanceInsightById"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOInsightsReportMetadata"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPORestrictedContentDiscoverabilityClient" />
                    <Parameter Name="reportId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SPOWebAppServicePrincipalPublic"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOWebAppServicePrincipalPublic"
                    IsComposable="true" EntitySet="SPOWebAppServicePrincipalPublics" />
                <FunctionImport Name="AddCustomSpfx3rdPartyAppPrincipal" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOWebAppServicePrincipalPublic" />
                    <Parameter Name="appId" Type="Edm.String" />
                    <Parameter Name="appUri" Type="Edm.String" />
                    <Parameter Name="clientSecret" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetCustomSpfx3rdPartyAppPrincipal"
                    ReturnType="Microsoft.SharePoint.ClientSideComponent.Spfx3rdPartyCustomPrincipalInfo"
                    IsComposable="true" IsBindable="true"
                    EntitySet="Spfx3rdPartyCustomPrincipalInfos">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOWebAppServicePrincipalPublic" />
                </FunctionImport>
                <FunctionImport Name="RemoveCustomSpfx3rdPartyAppPrincipal" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOWebAppServicePrincipalPublic" />
                </FunctionImport>
                <FunctionImport Name="UpdateCustomSpfx3rdPartyAppPrincipalClientSecret"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOWebAppServicePrincipalPublic" />
                    <Parameter Name="clientSecret" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SPSyntexManagementUtilities_ConvertKnowledgeAgentScopeToTenantSettings"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SyntexFeatureScopeSettingsValues">
                    <Parameter Name="input" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="parameterName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SPSyntexManagementUtilities_ConvertScopeToTenantSettings"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SyntexFeatureScopeSettingsValues">
                    <Parameter Name="input" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="parameterName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SPSyntexManagementUtilities_GetContentCenterSiteInfoFromURL"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker">
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SPSyntexOCRBackfillTrigger_TriggerOCRBackfillBySiteUrl"
                    ReturnType="Edm.Boolean">
                    <Parameter Name="targetSiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_TenantAdminEndpoints"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminEndpoints"
                    IsComposable="true" EntitySet="TenantAdminEndpointss" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_TenantAdminSettingsService"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService"
                    IsComposable="true" EntitySet="TenantAdminSettingsServices" />
                <FunctionImport Name="GetTenantAdminSharePointSettingsData"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SettingDataProperty)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService" />
                    <Parameter Name="category" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetTenantSharingStatus" ReturnType="Edm.Int32"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Online_SharePoint_TenantAdministration_Tenant"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.Tenant"
                    IsComposable="true" EntitySet="Tenants" />
                <FunctionImport Name="AcceptSyntexRepositoryTermsOfService" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="ActivateApplicationBillingPolicy"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOAppBillingProperties"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="billingPolicyId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddBrandFontPackage" ReturnType="SP.FontPackage"
                    IsBindable="true" EntitySet="Fontpackages">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="creationInformation" Type="SP.FontPackageCreationParameters" />
                </FunctionImport>
                <FunctionImport Name="AddCompanyHomeSite" ReturnType="SP.TargetedSiteDetails"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="homeSiteUrl" Type="Edm.String" />
                    <Parameter Name="order" Type="Edm.Int32" />
                    <Parameter Name="audiences" Type="Collection(Edm.Guid)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddHomeSite" ReturnType="SP.TargetedSiteDetails"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="homeSiteUrl" Type="Edm.String" />
                    <Parameter Name="order" Type="Edm.Int32" />
                    <Parameter Name="audiences" Type="Collection(Edm.Guid)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddPreAuthAllowDenyListItemSetting" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="allowPreAuth" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="newSetting" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddRecentAdminAction"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.TenantAdminRecentAction"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="payload"
                        Type="Microsoft.SharePoint.Administration.TenantAdmin.TenantAdminRecentActionPayload" />
                </FunctionImport>
                <FunctionImport Name="AddRecentAdminActionReport"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.RecentAdminActionReport"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="payload"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.RecentAdminActionReportPayload" />
                </FunctionImport>
                <FunctionImport Name="AddRecentAdminActions"
                    ReturnType="Collection(Microsoft.SharePoint.Administration.TenantAdmin.TenantAdminRecentAction)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="payload"
                        Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.TenantAdminRecentActionPayload)" />
                </FunctionImport>
                <FunctionImport Name="AddSPOContainerUserRole" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="ContainerId" Type="Edm.String" />
                    <Parameter Name="loginName" Type="Edm.String" />
                    <Parameter Name="role" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddSPORestrictedSearchAllowedList" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrls" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="AddSPOServicePrioritizationAppRegistration" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="appId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="policyId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="quotaMultiplier" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddSyntexCustomModelSetting" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="modelSetting" Type="SP.SyntexCustomModelSetting" />
                    <Parameter Name="scenario" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddTenantAdminListItem" ReturnType="SP.ListItem"
                    IsBindable="true" EntitySet="ListItems">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="columnValues"
                        Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.TenantAdminListItemColumnValue)" />
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="AddTenantAdminListView" ReturnType="SP.View" IsBindable="true"
                    EntitySet="Views">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="parameters" Type="SP.ViewCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="AddToOrgAssetsLibAndCdnV2" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="libUrl" Type="Edm.String" />
                    <Parameter Name="thumbnailUrl" Type="Edm.String" />
                    <Parameter Name="orgAssetType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="defaultOriginAdded" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddToOrgAssetsLibAndCdnWithType" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="libUrl" Type="Edm.String" />
                    <Parameter Name="thumbnailUrl" Type="Edm.String" />
                    <Parameter Name="orgAssetType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="AddToOrgAssetsLibWithConfig" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="cdnType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="libUrl" Type="Edm.String" />
                    <Parameter Name="thumbnailUrl" Type="Edm.String" />
                    <Parameter Name="orgAssetType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="defaultOriginAdded" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="configParam"
                        Type="Microsoft.SharePoint.BrandCenter.OrgAssetsLibraryConfigParam" />
                </FunctionImport>
                <FunctionImport Name="ArchiveContainer" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ArchiveSiteById"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="BootstrapPolicyAutomationResources" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="BulkRemoveResourceAsAuthoritative"
                    ReturnType="Collection(Microsoft.SharePoint.Administration.TenantAdmin.BulkInsertOperationResult)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteIds" Type="Collection(Edm.Guid)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="BulkSetResourceAsAuthoritative"
                    ReturnType="Collection(Microsoft.SharePoint.Administration.TenantAdmin.BulkInsertOperationResult)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteIds" Type="Collection(Edm.Guid)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CheckTenantIntuneLicense" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="CheckTenantLicenses" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="licenses" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="ClearPreAuthAllowDenyListSettings" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="shouldClearAllowList" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ClearRestrictedAccessControlOneDrive" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="ClearRestrictedAccessControlSharePoint" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="ConnectSiteToHubSiteById" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="hubSiteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="CreateApplicationBillingPolicyValidation"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="applicationId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="CreatePolicyDefinition"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.TenantAdminPolicyDefinition"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="policyInputParameters"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.CreatePolicyRequest" />
                </FunctionImport>
                <FunctionImport Name="CreateSite"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteCreationProperties"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SiteCreationProperties" />
                </FunctionImport>
                <FunctionImport Name="DeletePolicyDefinition" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteRecentAdminActionReport" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="reportId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteSPOServicePrioritizationAppRegistration"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="appId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DeleteSyntexCustomModelSetting" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="uniqueId" Type="Edm.String" />
                    <Parameter Name="scenario" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DownloadHighVolumeComponentImpactedAssetsReport"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="category" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="documentKey" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DownloadRansomwareImpactedAssetsReport"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="driveId" Type="Edm.String" />
                    <Parameter Name="fileName" Type="Edm.String" />
                    <Parameter Name="reportNameType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="DownloadSPOContainers" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="active" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnqueueInsights"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.InsightsQueueItem"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="insightsScenario" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="reportId" Type="Edm.String" />
                    <Parameter Name="reportDataFile" Type="Edm.String" />
                    <Parameter Name="reportCreationTime" Type="Edm.DateTime" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="EnsureBrandCenterFeature" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="ExecuteSliceAndDiceRequest"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.Copilot.ReportDetails"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="reportFeatureId" Type="Edm.String" />
                    <Parameter Name="jsonQuery" Type="Edm.String" />
                    <Parameter Name="filters" Type="Collection(SP.KeyValue)" />
                </FunctionImport>
                <FunctionImport Name="ExecuteTranspilerRequest"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.Copilot.CopilotTranspilerResponse"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="payload"
                        Type="Microsoft.SharePoint.Administration.TenantAdmin.Copilot.CopilotTranspilerPayload" />
                </FunctionImport>
                <FunctionImport Name="ExportAdminListToCSV" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="viewXml" Type="Edm.String" />
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ExportContainersToCSV" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="ExportCSVFile" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="timeZoneId" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ExportToCSV" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="viewXml" Type="Edm.String" />
                    <Parameter Name="timeZoneId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="columnsInfo"
                        Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.columnsInfo)" />
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ExportUnlicensedOneDriveForBusinessListToCSV"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetAdminListViews" ReturnType="Collection(SP.View)"
                    IsComposable="true" IsBindable="true" EntitySet="Views">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetAdminReportData" ReturnType="Edm.Stream" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="featureId" Type="Edm.String" />
                    <Parameter Name="datasetMetadata"
                        Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.SPOAdminReportInsights.Models.DatasetMetadataRequestInfo)" />
                    <Parameter Name="query" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetAdminReportMetadata"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.SPOAdminReportInsights.Models.DatasetMetadataResponse"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="dataset" Type="Collection(Edm.String)" />
                </FunctionImport>
                <EntitySet Name="DeletedSitePropertiess"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.DeletedSiteProperties" />
                <FunctionImport Name="GetAllDeletedPersonalSitesPropertiesAllVersions"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.DeletedSiteProperties)"
                    IsBindable="true" EntitySet="DeletedSitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="startIndex" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetAllSPOContainersFromAdminList"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPContainerCollection"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="queryParams"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOContainerQueryParams" />
                </FunctionImport>
                <FunctionImport Name="GetArchivableContainerTypes"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPContainerTypeStatus)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetAuthoritativeResources"
                    ReturnType="Collection(Microsoft.SharePoint.Administration.TenantAdmin.AuthoritativeResourceProperties)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetBaselineSecurityModePreAuthSettings"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetBillingPolicyIdForApp" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="applicationId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetBrandCenterConfiguration"
                    ReturnType="SP.BrandCenterConfiguration" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetBrandFontPackages" ReturnType="Collection(SP.FontPackage)"
                    IsComposable="true" IsBindable="true" EntitySet="Fontpackages">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetCatalogManagementSettings"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.CatalogManagement.CatalogManagementSettings"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetContainerTypeExists" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="billingType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetContentManagementAssessmentResults"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.ContentManagementAssessmentResults"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetContentSecurityPolicy"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyConfiguration"
                    IsBindable="true" EntitySet="SPOContentSecurityPolicyConfigurations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetCopilotPromoOptInStatus" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetDeletedPersonalSitePropertiesAllVersions"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.DeletedSiteProperties)"
                    IsBindable="true" EntitySet="DeletedSitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetDeletedSiteProperties"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.DeletedSiteProperties)"
                    IsBindable="true" EntitySet="DeletedSitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="startIndex" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetDeletedSitePropertiesByUrl"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.DeletedSiteProperties"
                    IsBindable="true" EntitySet="DeletedSitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetDeletedSitePropertiesFromSharePoint"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.DeletedSiteProperties)"
                    IsBindable="true" EntitySet="DeletedSitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="startIndex" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileRequestBrandingProfiles"
                    ReturnType="Microsoft.SharePoint.Administration.FileRequestBrandingAssetConfig"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <EntitySet Name="FileSensitivityLabelInfos"
                    EntityType="Microsoft.Online.SharePoint.TenantAdministration.FileSensitivityLabelInfo" />
                <FunctionImport Name="GetFileSensitivityLabelInfo"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.FileSensitivityLabelInfo"
                    IsBindable="true" EntitySet="FileSensitivityLabelInfos">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="fileUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileVersionBatchDeleteJobProgress" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileVersionBatchDeleteJobProgressForLibrary"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOFileVersionBatchDeleteJobProgress"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="listParams"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOListParameters" />
                </FunctionImport>
                <FunctionImport Name="GetFileVersionExpirationReportJobProgress"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="reportUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileVersionExpirationReportJobProgressForLibrary"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOFileVersionExpirationReportJobProgress"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="listParams"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOListParameters" />
                    <Parameter Name="reportUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetFileVersionPolicyForLibrary"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOFileVersionPolicySettings"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="listParams"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOListParameters" />
                </FunctionImport>
                <FunctionImport Name="GetFilteredSPListItems" ReturnType="Collection(SP.ListItem)"
                    IsBindable="true" EntitySet="ListItems">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="columnName" Type="Edm.String" />
                    <Parameter Name="columnValue" Type="Edm.String" />
                    <Parameter Name="columnType" Type="Edm.String" />
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetGeneratedInsightsSummary"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.InsightsSummaryResponse"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="insightsScenario" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="dataFileName" Type="Edm.String" />
                    <Parameter Name="pageIndex" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetHomeSites" ReturnType="Collection(SP.HomeSitesDetails)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetHomeSitesDetails"
                    ReturnType="Collection(SP.HomeSitesDetails)" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetIBVersionForTenant" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetIdleSessionSignOutForUnmanagedDevices"
                    ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetInsightsSummary"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.InsightsSummaryResponse"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="insightsScenario" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="dataFileName" Type="Edm.String" />
                    <Parameter Name="pageIndex" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="modelName" Type="Edm.String" />
                    <Parameter Name="maxTokenSize" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="maxContentSize" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="timeoutMS" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetManageVersionPolicyJobProgress" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetOrgAssets"
                    ReturnType="Microsoft.SharePoint.Administration.OrgAssets"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetPowerAppsEnvironments"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.PowerAppsEnvironment)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetPreAuthSettings" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetRansomwareActivities" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="parameters" Type="SP.RenderListDataParameters" />
                </FunctionImport>
                <FunctionImport Name="GetRansomwareActivitiesOverview"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.TenantAdminRansomwareActivitiesOverview"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="eventId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetRansomwareEvents" ReturnType="Edm.Stream" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="parameters" Type="SP.RenderListDataParameters" />
                </FunctionImport>
                <FunctionImport Name="GetRansomwareEventsOverview"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.TenantAdminRansomwareEventsOverview"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetRootSiteUrl" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetSharePointSettingData"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SettingDataProperty)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="category" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSiteAdministrators"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteAdministratorsInfo)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSiteAuthorizationCodeForMigration" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="endpointUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSiteByUrl" ReturnType="SP.Site" IsBindable="true"
                    EntitySet="Sites">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="url" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSiteCohortsSummary"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SiteCohortsSummary"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="view" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSiteHealthStatus"
                    ReturnType="SP.Publishing.PortalHealthStatus" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="sourceUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSiteProperties"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteProperties)"
                    IsBindable="true" EntitySet="SitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="startIndex" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="includeDetail" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSitePropertiesByFilter"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteProperties)"
                    IsBindable="true" EntitySet="SitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="filter" Type="Edm.String" />
                    <Parameter Name="startIndex" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="includeDetail" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSitePropertiesBySiteId"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SiteProperties"
                    IsBindable="true" EntitySet="SitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="includeDetail" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSitePropertiesByUrl"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SiteProperties"
                    IsBindable="true" EntitySet="SitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="includeDetail" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSitePropertiesFromSharePoint"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteProperties)"
                    IsBindable="true" EntitySet="SitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="startIndex" Type="Edm.String" />
                    <Parameter Name="includeDetail" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSitePropertiesFromSharePointByFilter"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteProperties)"
                    IsBindable="true" EntitySet="SitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="filter" Type="Edm.String" />
                    <Parameter Name="startIndex" Type="Edm.String" />
                    <Parameter Name="includeDetail" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSitePropertiesFromSharePointByFilters"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteProperties)"
                    IsBindable="true" EntitySet="SitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="speFilter"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOSitePropertiesEnumerableFilter" />
                </FunctionImport>
                <FunctionImport Name="GetSitesByState" ReturnType="Collection(SP.ListItem)"
                    IsBindable="true" EntitySet="ListItems">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="states" Type="Collection(Edm.Int32)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSiteSecondaryAdministrators"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SecondaryAdministratorsInfo)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="secondaryAdministratorsFieldsData"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SecondaryAdministratorsFieldsData" />
                </FunctionImport>
                <FunctionImport Name="GetSitesFromSubstrate" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="searchText" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSiteSubscriptionId" ReturnType="Edm.Guid"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetSiteThumbnailLogo" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSortedSPOContainersByApplicationId"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPContainerCollection"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="owningApplicationId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="ascending" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="paged" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="pagingToken" Type="Edm.String" />
                    <Parameter Name="archiveStatus" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSPHSiteUrl" ReturnType="Edm.String" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetSPListItemCount" ReturnType="Edm.Int32" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSPListRootFolderProperties" ReturnType="SP.PropertyValues"
                    IsBindable="true" EntitySet="PropertyValuess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSPOAllWebTemplates"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOTenantWebTemplateCollection"
                    IsComposable="true" IsBindable="true"
                    EntitySet="SPOTenantWebTemplateCollections">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="cultureName" Type="Edm.String" />
                    <Parameter Name="compatibilityLevel" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSPOAppBillingPolicies"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOAppBillingProperties)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetSPOContainerByContainerId"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPContainerProperties"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSPOContainerByContainerSiteUrl"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPContainerProperties"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerSiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSPOContainersByApplicationId"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPContainerCollection"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="owningApplicationId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="paged" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="pagingToken" Type="Edm.String" />
                    <Parameter Name="archiveStatus" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSPOContainerTypeById"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPContainerTypeProperties"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerTypeId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="containerTenantType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSPOContainerTypeConfigurationByContainerTypeId"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPContainerTypeConfigurationProperties"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerTypeId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSPOContainerTypes"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPContainerTypeProperties)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerTenantType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSPOCopilotPromoUsageStatistics"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotPromoUsage"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetSPODeletedContainers"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPDeletedContainerProperties)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetSPORestrictedSearchAllowedList"
                    ReturnType="Collection(Edm.String)" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetSPORestrictedSearchMode" ReturnType="Edm.Int32"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetSPOServicePrioritizationAppRegistrations"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOServicePrioritizationAppRegistrations"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetSPOServicePrioritizationBillingPayload"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOServicePrioritizationBillingPayload"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="billingPolicyId" Type="Edm.String" />
                    <Parameter Name="azureSubscriptionId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="resourceGroup" Type="Edm.String" />
                    <Parameter Name="azureRegion" Type="Edm.String" />
                    <Parameter Name="friendlyName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetSPOServicePrioritizationBillingPolicies"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOServicePrioritizationPolicyFromTenantStore)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetSPOSiteCreationSources"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOSiteCreationSource)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetSPOSyntexApplications"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPSyntexApplicationProperties)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetSPOSyntexConsumingApplications"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPSyntexApplicationProperties"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="owningApplicationId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="applicationId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSPOTenantAllWebTemplates"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOTenantWebTemplateCollection"
                    IsComposable="true" IsBindable="true"
                    EntitySet="SPOTenantWebTemplateCollections">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetSPOTenantWebTemplates"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOTenantWebTemplateCollection"
                    IsComposable="true" IsBindable="true"
                    EntitySet="SPOTenantWebTemplateCollections">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="localeId" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="compatibilityLevel" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetSPOWebTemplatesAllowedForArchiving"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPOTenantWebTemplateCollection"
                    IsComposable="true" IsBindable="true"
                    EntitySet="SPOTenantWebTemplateCollections">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetSyntexCustomModelSettings"
                    ReturnType="Collection(SP.SyntexCustomModelSetting)" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="scenario" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetTargetedSitesDetails"
                    ReturnType="Collection(SP.TargetedSiteDetails)" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetTargetedSitesDetailsByUserId"
                    ReturnType="Collection(SP.TargetedSiteDetails)" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="userId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetTenantAllOrCompatibleIBSegments"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.IBSegmentInfo)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="segments" Type="Collection(Edm.Guid)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetTenantSendFromAddress" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetTenantSiteCreationSource"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SiteCreationSource"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetTrackViewFeatureAlwaysVisible" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GetVersionPolicyForDocLibsJobProgress" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetViewByDisplayName" ReturnType="SP.View" IsBindable="true"
                    EntitySet="Views">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="viewName" Type="Edm.String" />
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetVivaConnectionsLicense"
                    ReturnType="SP.VivaConnectionsLicense" IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="GrantHubSiteRightsById"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.HubSiteProperties"
                    IsBindable="true" EntitySet="HubSitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="hubSiteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="principals" Type="Collection(Edm.String)" />
                    <Parameter Name="grantedRights" Type="Edm.Int64" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="HasValidEducationLicense" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="IsRequestContentManagementAssessmentEligible"
                    ReturnType="Edm.Boolean" IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="IsSyntexRepositoryTermsOfServiceAccepted"
                    ReturnType="Edm.Boolean" IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="LogSharePointEmbeddedClientLog" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="logProperties"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SharePointEmbeddedClientLogProperties" />
                </FunctionImport>
                <FunctionImport Name="NewFileVersionBatchDeleteJob"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="batchDeleteParams" Type="SP.FileVersionBatchDeleteParameters" />
                </FunctionImport>
                <FunctionImport Name="NewFileVersionBatchDeleteJobForLibrary"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="listParams"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOListParameters" />
                    <Parameter Name="batchDeleteParams" Type="SP.FileVersionBatchDeleteParameters" />
                </FunctionImport>
                <FunctionImport Name="NewFileVersionExpirationReportJob"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="reportUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="NewFileVersionExpirationReportJobForLibrary"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="listParams"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOListParameters" />
                    <Parameter Name="reportUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="NewSPOContainerType"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPContainerTypeProperties"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerTypeProperties"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPContainerTypeProperties" />
                </FunctionImport>
                <FunctionImport Name="PurgeContainer" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="PurgeSPODeletedContainerByContainerId"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="PurgeSPODeletedContainerByContainerSiteUrl"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerSiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RecentAdminActionReportIsAuditEnabled"
                    ReturnType="Edm.Boolean" IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="RegisterHubSite"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.HubSiteProperties"
                    IsBindable="true" EntitySet="HubSitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RegisterHubSiteWithCreationInformation"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.HubSiteProperties"
                    IsBindable="true" EntitySet="HubSitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="creationInformation" Type="SP.HubSiteCreationInformation" />
                </FunctionImport>
                <FunctionImport Name="RemoveContainer" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveDeletedSite"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveDeletedSitePreferId"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveFileRequestBrandingProfile" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="profileType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveFileTypeVersionPolicy" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="fileTypes" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="RemoveFileTypeVersionPolicyForLibrary"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="listParams"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOListParameters" />
                    <Parameter Name="fileTypes" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="RemoveFileVersionBatchDeleteJob"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveFileVersionBatchDeleteJobForLibrary"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="listParams"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOListParameters" />
                </FunctionImport>
                <FunctionImport Name="RemoveFromOrgAssets" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="libUrl" Type="Edm.String" />
                    <Parameter Name="listId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveHomeSite" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="homeSiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemovePreAuthAllowDenyListItemSetting" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="itemId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveResourceAsAuthoritative" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveSite"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveSPHSite" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="RemoveSPListItem" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="listItemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveSPOContainerByContainerId" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveSPOContainerByContainerSiteUrl" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerSiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveSPOContainerType" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="spDeletedContainerTypeProperties"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPDeletedContainerTypeProperties" />
                </FunctionImport>
                <FunctionImport Name="RemoveSPOContainerUserRole" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="ContainerId" Type="Edm.String" />
                    <Parameter Name="loginName" Type="Edm.String" />
                    <Parameter Name="role" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveSPORestrictedSearchAllowedList" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrls" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="RemoveTargetedSite" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RemoveTenantAdminListView" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="viewId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RemoveVersionPolicyForDocLibsJob"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RenderActiveContainers" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerId" Type="Edm.String" />
                    <Parameter Name="viewXml" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RenderAdminListData" ReturnType="Edm.Stream" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="parameters" Type="SP.RenderListDataParameters" />
                    <Parameter Name="overrideParameters" Type="SP.RenderListDataOverrideParameters" />
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RenderContainersAdminApplicationsData"
                    ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPContainerApplicationProperties)"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="RenderContainersAdminListData" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="orderByColumnsList"
                        Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPContainerSortOrder)" />
                    <Parameter Name="filterByColumnsList"
                        Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPContainerFilterOrder)" />
                    <Parameter Name="pageSize" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="pagingToken" Type="Edm.String" />
                    <Parameter Name="containerStatus" Type="Edm.String" />
                    <Parameter Name="searchParameters"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPContainerSearchParameters" />
                </FunctionImport>
                <FunctionImport Name="RenderDeletedContainers" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="viewXml" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RenderFilteredAdminListData" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="parameters" Type="SP.RenderListFilterDataParameters" />
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RenderFilteredAdminListDataByGroupId" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RenderIBSegmentListDataAsStream" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="parameters" Type="SP.RenderListDataParameters" />
                    <Parameter Name="segments" Type="Collection(Edm.Guid)" Nullable="false" />
                    <Parameter Name="CascDelWarnMessage" Type="Edm.String" />
                    <Parameter Name="CustomAction" Type="Edm.String" />
                    <Parameter Name="DrillDown" Type="Edm.String" />
                    <Parameter Name="Field" Type="Edm.String" />
                    <Parameter Name="FieldInternalName" Type="Edm.String" />
                    <Parameter Name="Filter" Type="Edm.String" />
                    <Parameter Name="FilterData" Type="Edm.String" />
                    <Parameter Name="FilterData1" Type="Edm.String" />
                    <Parameter Name="FilterData10" Type="Edm.String" />
                    <Parameter Name="FilterData2" Type="Edm.String" />
                    <Parameter Name="FilterData3" Type="Edm.String" />
                    <Parameter Name="FilterData4" Type="Edm.String" />
                    <Parameter Name="FilterData5" Type="Edm.String" />
                    <Parameter Name="FilterData6" Type="Edm.String" />
                    <Parameter Name="FilterData7" Type="Edm.String" />
                    <Parameter Name="FilterData8" Type="Edm.String" />
                    <Parameter Name="FilterData9" Type="Edm.String" />
                    <Parameter Name="FilterField" Type="Edm.String" />
                    <Parameter Name="FilterField1" Type="Edm.String" />
                    <Parameter Name="FilterField10" Type="Edm.String" />
                    <Parameter Name="FilterField2" Type="Edm.String" />
                    <Parameter Name="FilterField3" Type="Edm.String" />
                    <Parameter Name="FilterField4" Type="Edm.String" />
                    <Parameter Name="FilterField5" Type="Edm.String" />
                    <Parameter Name="FilterField6" Type="Edm.String" />
                    <Parameter Name="FilterField7" Type="Edm.String" />
                    <Parameter Name="FilterField8" Type="Edm.String" />
                    <Parameter Name="FilterField9" Type="Edm.String" />
                    <Parameter Name="FilterFields" Type="Edm.String" />
                    <Parameter Name="FilterFields1" Type="Edm.String" />
                    <Parameter Name="FilterFields10" Type="Edm.String" />
                    <Parameter Name="FilterFields2" Type="Edm.String" />
                    <Parameter Name="FilterFields3" Type="Edm.String" />
                    <Parameter Name="FilterFields4" Type="Edm.String" />
                    <Parameter Name="FilterFields5" Type="Edm.String" />
                    <Parameter Name="FilterFields6" Type="Edm.String" />
                    <Parameter Name="FilterFields7" Type="Edm.String" />
                    <Parameter Name="FilterFields8" Type="Edm.String" />
                    <Parameter Name="FilterFields9" Type="Edm.String" />
                    <Parameter Name="FilterLookupId" Type="Edm.String" />
                    <Parameter Name="FilterLookupId1" Type="Edm.String" />
                    <Parameter Name="FilterLookupId10" Type="Edm.String" />
                    <Parameter Name="FilterLookupId2" Type="Edm.String" />
                    <Parameter Name="FilterLookupId3" Type="Edm.String" />
                    <Parameter Name="FilterLookupId4" Type="Edm.String" />
                    <Parameter Name="FilterLookupId5" Type="Edm.String" />
                    <Parameter Name="FilterLookupId6" Type="Edm.String" />
                    <Parameter Name="FilterLookupId7" Type="Edm.String" />
                    <Parameter Name="FilterLookupId8" Type="Edm.String" />
                    <Parameter Name="FilterLookupId9" Type="Edm.String" />
                    <Parameter Name="FilterOp" Type="Edm.String" />
                    <Parameter Name="FilterOp1" Type="Edm.String" />
                    <Parameter Name="FilterOp10" Type="Edm.String" />
                    <Parameter Name="FilterOp2" Type="Edm.String" />
                    <Parameter Name="FilterOp3" Type="Edm.String" />
                    <Parameter Name="FilterOp4" Type="Edm.String" />
                    <Parameter Name="FilterOp5" Type="Edm.String" />
                    <Parameter Name="FilterOp6" Type="Edm.String" />
                    <Parameter Name="FilterOp7" Type="Edm.String" />
                    <Parameter Name="FilterOp8" Type="Edm.String" />
                    <Parameter Name="FilterOp9" Type="Edm.String" />
                    <Parameter Name="FilterValue" Type="Edm.String" />
                    <Parameter Name="FilterValue1" Type="Edm.String" />
                    <Parameter Name="FilterValue10" Type="Edm.String" />
                    <Parameter Name="FilterValue2" Type="Edm.String" />
                    <Parameter Name="FilterValue3" Type="Edm.String" />
                    <Parameter Name="FilterValue4" Type="Edm.String" />
                    <Parameter Name="FilterValue5" Type="Edm.String" />
                    <Parameter Name="FilterValue6" Type="Edm.String" />
                    <Parameter Name="FilterValue7" Type="Edm.String" />
                    <Parameter Name="FilterValue8" Type="Edm.String" />
                    <Parameter Name="FilterValue9" Type="Edm.String" />
                    <Parameter Name="FilterValues" Type="Edm.String" />
                    <Parameter Name="FilterValues1" Type="Edm.String" />
                    <Parameter Name="FilterValues10" Type="Edm.String" />
                    <Parameter Name="FilterValues2" Type="Edm.String" />
                    <Parameter Name="FilterValues3" Type="Edm.String" />
                    <Parameter Name="FilterValues4" Type="Edm.String" />
                    <Parameter Name="FilterValues5" Type="Edm.String" />
                    <Parameter Name="FilterValues6" Type="Edm.String" />
                    <Parameter Name="FilterValues7" Type="Edm.String" />
                    <Parameter Name="FilterValues8" Type="Edm.String" />
                    <Parameter Name="FilterValues9" Type="Edm.String" />
                    <Parameter Name="GroupString" Type="Edm.String" />
                    <Parameter Name="HasOverrideSelectCommand" Type="Edm.String" />
                    <Parameter Name="ID" Type="Edm.String" />
                    <Parameter Name="InplaceFullListSearch" Type="Edm.String" />
                    <Parameter Name="InplaceSearchQuery" Type="Edm.String" />
                    <Parameter Name="IsCSR" Type="Edm.String" />
                    <Parameter Name="IsGroupRender" Type="Edm.String" />
                    <Parameter Name="IsXslView" Type="Edm.String" />
                    <Parameter Name="ListViewPageUrl" Type="Edm.String" />
                    <Parameter Name="OverrideRowLimit" Type="Edm.String" />
                    <Parameter Name="OverrideScope" Type="Edm.String" />
                    <Parameter Name="OverrideSelectCommand" Type="Edm.String" />
                    <Parameter Name="PageFirstRow" Type="Edm.String" />
                    <Parameter Name="PageLastRow" Type="Edm.String" />
                    <Parameter Name="QueryParams" Type="Collection(SP.KeyValue)" />
                    <Parameter Name="RootFolder" Type="Edm.String" />
                    <Parameter Name="RootFolderUniqueId" Type="Edm.String" />
                    <Parameter Name="SortDir" Type="Edm.String" />
                    <Parameter Name="SortDir1" Type="Edm.String" />
                    <Parameter Name="SortDir10" Type="Edm.String" />
                    <Parameter Name="SortDir2" Type="Edm.String" />
                    <Parameter Name="SortDir3" Type="Edm.String" />
                    <Parameter Name="SortDir4" Type="Edm.String" />
                    <Parameter Name="SortDir5" Type="Edm.String" />
                    <Parameter Name="SortDir6" Type="Edm.String" />
                    <Parameter Name="SortDir7" Type="Edm.String" />
                    <Parameter Name="SortDir8" Type="Edm.String" />
                    <Parameter Name="SortDir9" Type="Edm.String" />
                    <Parameter Name="SortField" Type="Edm.String" />
                    <Parameter Name="SortField1" Type="Edm.String" />
                    <Parameter Name="SortField10" Type="Edm.String" />
                    <Parameter Name="SortField2" Type="Edm.String" />
                    <Parameter Name="SortField3" Type="Edm.String" />
                    <Parameter Name="SortField4" Type="Edm.String" />
                    <Parameter Name="SortField5" Type="Edm.String" />
                    <Parameter Name="SortField6" Type="Edm.String" />
                    <Parameter Name="SortField7" Type="Edm.String" />
                    <Parameter Name="SortField8" Type="Edm.String" />
                    <Parameter Name="SortField9" Type="Edm.String" />
                    <Parameter Name="SortFields" Type="Edm.String" />
                    <Parameter Name="SortFieldValues" Type="Edm.String" />
                    <Parameter Name="View" Type="Edm.String" />
                    <Parameter Name="ViewCount" Type="Edm.String" />
                    <Parameter Name="ViewId" Type="Edm.String" />
                    <Parameter Name="ViewPath" Type="Edm.String" />
                    <Parameter Name="WebPartId" Type="Edm.String" />
                    <Parameter Name="FilterIBSegmentsBasedOnAndCondition" Type="Edm.Boolean"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RenderIBSegmentListFilterData" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="parameters" Type="SP.RenderListFilterDataParameters" />
                </FunctionImport>
                <FunctionImport Name="RenderOwnershipPolicyStorageSPList" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="parameters" Type="SP.RenderListDataParameters" />
                    <Parameter Name="overrideParameters" Type="SP.RenderListDataOverrideParameters" />
                </FunctionImport>
                <FunctionImport Name="RenderPolicyDefinitionList" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="parameters" Type="SP.RenderListDataParameters" />
                    <Parameter Name="overrideParameters" Type="SP.RenderListDataOverrideParameters" />
                </FunctionImport>
                <FunctionImport Name="RenderPolicyExecutionsHistory" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="parameters" Type="SP.RenderListDataParameters" />
                    <Parameter Name="overrideParameters" Type="SP.RenderListDataOverrideParameters" />
                </FunctionImport>
                <FunctionImport Name="RenderPolicyReport" ReturnType="Edm.Stream"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="parameters" Type="SP.RenderListDataParameters" />
                    <Parameter Name="overrideParameters" Type="SP.RenderListDataOverrideParameters" />
                </FunctionImport>
                <FunctionImport Name="RenderRecentAdminActionReport" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="parameters" Type="SP.RenderListDataParameters" />
                    <Parameter Name="overrideParameters" Type="SP.RenderListDataOverrideParameters" />
                </FunctionImport>
                <FunctionImport Name="RenderRecentAdminActions" ReturnType="Edm.Stream"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="parameters" Type="SP.RenderListDataParameters" />
                    <Parameter Name="overrideParameters" Type="SP.RenderListDataOverrideParameters" />
                    <Parameter Name="isAutoRefresh" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ReorderTargetedSites"
                    ReturnType="Collection(SP.TargetedSiteDetails)" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteIds" Type="Collection(Edm.Guid)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RequestContentManagementAssessment"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.ContentManagementAssessmentOperationResult"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="RestoreContainer" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RestoreDeletedSite"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RestoreDeletedSiteById"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RestoreDeletedSitePreferId"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="RestoreSPODeletedContainerByContainerId"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RestoreSPODeletedContainerByContainerSiteUrl"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerSiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="RevokeHubSiteRightsById"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.HubSiteProperties"
                    IsBindable="true" EntitySet="HubSitePropertiess">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="hubSiteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="principals" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="SaveFileRequestBrandingAssetConfig" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="assetLibraryUrl" Type="Edm.String" />
                    <Parameter Name="logoFileUrl" Type="Edm.String" />
                    <Parameter Name="backgroundFileUrl" Type="Edm.String" />
                    <Parameter Name="profileType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SendEmail" ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="activityEventJson" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetBaselineSecurityModePreAuthSettings" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="isDisabled" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="allowList" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="SetCatalogManagementTypeDisplayName"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.CatalogManagement.CatalogManagementSettings"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="propertyType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="displayName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetCatalogManagementValueDisplayName"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.CatalogManagement.CatalogManagementSettings"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="displayName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetCopilotPromoOptInStatus" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="copilotPromoOptInEnabled" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetDefaultView" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="viewId" Type="Edm.String" />
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetFileTypeVersionPolicy" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="fileTypes" Type="Collection(Edm.String)" />
                    <Parameter Name="isAutoTrimEnabled" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="majorVersionLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="expireVersionsAfterDays" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetFileVersionPolicy" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="isAutoTrimEnabled" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="majorVersionLimit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="expireVersionsAfterDays" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetFileVersionPolicyForLibrary"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="listParams"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOListParameters" />
                    <Parameter Name="versionPolicyParams"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOFileVersionPolicySettings" />
                </FunctionImport>
                <FunctionImport Name="SetIBSegmentsOnSite" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="segments" Type="Collection(Edm.Guid)" Nullable="false" />
                    <Parameter Name="ibMode" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetIdleSessionSignOutForUnmanagedDevices"
                    ReturnType="Edm.Boolean" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="enabled" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="warnAfter" Type="Edm.Time" Nullable="false" />
                    <Parameter Name="signOutAfter" Type="Edm.Time" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetJitDlpPolicyData" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="markAllFilesAsSensitiveByDefault" Type="Edm.Boolean"
                        Nullable="false" />
                    <Parameter Name="odbSensitivityRefreshWindowInHours" Type="Edm.Int32"
                        Nullable="false" />
                    <Parameter Name="executionMode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetOrgAssetsWithConfig" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="libUrl" Type="Edm.String" />
                    <Parameter Name="thumbnailUrl" Type="Edm.String" />
                    <Parameter Name="orgAssetType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="configParam"
                        Type="Microsoft.SharePoint.BrandCenter.OrgAssetsLibraryConfigParam" />
                </FunctionImport>
                <FunctionImport Name="SetOrgAssetsWithType" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="libUrl" Type="Edm.String" />
                    <Parameter Name="thumbnailUrl" Type="Edm.String" />
                    <Parameter Name="orgAssetType" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetPreAuthIsDisabledSetting" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="isDisabled" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetResourceAsAuthoritative"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.AuthoritativeResourceProperties"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetSensitivityLabelContainer" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerId" Type="Edm.String" />
                    <Parameter Name="sensitivityLabel" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetSiteAdministrators" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteAdministratorsFieldsData"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SiteAdministratorsFieldsData" />
                </FunctionImport>
                <FunctionImport Name="SetSiteSecondaryAdministrators" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="secondaryAdministratorsFieldsData"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SecondaryAdministratorsFieldsData" />
                </FunctionImport>
                <FunctionImport Name="SetSiteUserGroups" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUserGroupsData"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SiteUserGroupsData" />
                </FunctionImport>
                <FunctionImport Name="SetSPEmbeddedApplicationPermissions"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPSyntexApplicationProperties"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="spSyntexApplicationProperties"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPSyntexApplicationProperties" />
                </FunctionImport>
                <FunctionImport Name="SetSPEmbeddedApplicationProperties"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPSyntexApplicationProperties"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="spSyntexApplicationProperties"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPSyntexApplicationProperties" />
                </FunctionImport>
                <FunctionImport Name="SetSPHSite" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="sphSiteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetSPHSiteWithConfiguration" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="sphSiteUrl" Type="Edm.String" />
                    <Parameter Name="configuration"
                        Type="Microsoft.SharePoint.PortalAndOrgNews.HomeSiteConfigurationParam" />
                </FunctionImport>
                <FunctionImport Name="SetSPOContainerProperties" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="spContainerProperties"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPContainerProperties" />
                </FunctionImport>
                <FunctionImport Name="SetSPOContainerType"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPContainerTypeProperties"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerTypeProperties"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPContainerTypeProperties" />
                </FunctionImport>
                <FunctionImport Name="SetSPOContainerTypeConfiguration"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SPContainerTypeConfigurationProperties"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="spContainerTypeConfigurationProperties"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPContainerTypeConfigurationProperties" />
                </FunctionImport>
                <FunctionImport Name="SetSPORestrictedSearchMode" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="mode" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetSPOServicePrioritizationAppRegistration" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="appId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="enabled" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="enabledHasValue" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="quotaMultiplier" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="quotaMultiplierHasValue" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetSPOSyntexApplicationsClearOverrideSharingCapability"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="owningApplicationId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetSPOSyntexApplicationsSharingCapability" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="owningApplicationId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="sharingCapability" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="overrideTenantSharingCapability" Type="Edm.Boolean"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SetSyntexPaygFeatureActivation" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="featureName" Type="Edm.String" />
                    <Parameter Name="activationStatus" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetTenantDataLossPreventionQuarantineSettings"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="serializedValue" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetTrackViewFeatureAlwaysVisible" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="SwapSite"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="sourceUrl" Type="Edm.String" />
                    <Parameter Name="targetUrl" Type="Edm.String" />
                    <Parameter Name="archiveUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SwapSiteWithSmartGestureOption"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="sourceUrl" Type="Edm.String" />
                    <Parameter Name="targetUrl" Type="Edm.String" />
                    <Parameter Name="archiveUrl" Type="Edm.String" />
                    <Parameter Name="includeSmartGestures" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SwapSiteWithSmartGestureOptionForce"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="sourceUrl" Type="Edm.String" />
                    <Parameter Name="targetUrl" Type="Edm.String" />
                    <Parameter Name="archiveUrl" Type="Edm.String" />
                    <Parameter Name="includeSmartGestures" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="force" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SwitchFileRequestBrandingProfiles" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="SyncVersionPolicyForLibrary"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="listParams"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.SPOListParameters" />
                    <Parameter Name="fileTypes" Type="Collection(Edm.String)" />
                    <Parameter Name="excludeDefaultPolicy" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="TestGenerateReportInsights" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="insightsScenario" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="reportUrl" Type="Edm.String" />
                    <Parameter Name="modelName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="TestGetInsightGenerationResponseAsync" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="jobId" Type="Edm.String" />
                    <Parameter Name="reportUrl" Type="Edm.String" />
                    <Parameter Name="modelName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="TestGetInsightGenerationStatusAsync" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="jobId" Type="Edm.String" />
                    <Parameter Name="reportUrl" Type="Edm.String" />
                    <Parameter Name="modelName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="TestQueueInsightGenerationAsync" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="insightsScenario" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="reportUrl" Type="Edm.String" />
                    <Parameter Name="modelName" Type="Edm.String" />
                    <Parameter Name="maxTokenSize" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="TransferContainerPrincipalOwner" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerId" Type="Edm.String" />
                    <Parameter Name="newPrincipalOwnerUpn" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UnArchiveContainer" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="containerId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UnarchiveSiteById"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation"
                    IsBindable="true" EntitySet="SpoOperations">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UnlockSensitivityLabelEncryptedFile" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="fileUrl" Type="Edm.String" />
                    <Parameter Name="justificationText" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UnregisterHubSite" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="UpdateFileSearchVisibility" ReturnType="Edm.Boolean"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="url" Type="Edm.String" />
                    <Parameter Name="isHidden" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateGroupSiteProperties" ReturnType="Edm.String"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="groupId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="siteId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="updateType" Type="Edm.String" />
                    <Parameter Name="parameters"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.UpdateGroupSitePropertiesParameters" />
                </FunctionImport>
                <FunctionImport Name="UpdateJobsWorkItems" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="jobIds" Type="Collection(Edm.Guid)" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdatePolicyDefinition" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="itemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="policyInputParameters"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.CreatePolicyRequest" />
                    <Parameter Name="policyOperation" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateRansomwareActivity"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.TenantAdminRansomwareActivity"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="listItemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="columnValues"
                        Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.TenantAdminListItemColumnValue)" />
                    <Parameter Name="category" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateRansomwareEvent"
                    ReturnType="Microsoft.SharePoint.Administration.TenantAdmin.TenantAdminRansomwareEvent"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="listItemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="columnValues"
                        Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.TenantAdminListItemColumnValue)" />
                    <Parameter Name="forceResolveActivity" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="category" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateSiteActivityData" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                </FunctionImport>
                <FunctionImport Name="UpdateSPOContainerUserRole" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="ContainerId" Type="Edm.String" />
                    <Parameter Name="loginName" Type="Edm.String" />
                    <Parameter Name="role" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateSyntexCustomModelSetting" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="modelSetting" Type="SP.SyntexCustomModelSetting" />
                    <Parameter Name="scenario" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="UpdateTargetedSite" ReturnType="SP.TargetedSiteDetails"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                    <Parameter Name="configurationParam"
                        Type="Microsoft.SharePoint.PortalAndOrgNews.HomeSiteConfigurationParam" />
                </FunctionImport>
                <FunctionImport Name="UpdateTenantAdminListItem" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="listItemId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="columnValues"
                        Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.TenantAdminListItemColumnValue)" />
                    <Parameter Name="listName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateTenantAdminListView" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="viewId" Type="Edm.String" />
                    <Parameter Name="viewXml" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ValidateHomeSite" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="validationActionType" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="siteUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="ValidateMultipleHomeSitesParameterExists" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant" />
                    <Parameter Name="hasParameters" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Add" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant)" />
                    <Parameter Name="servicePrincipalId" Type="Edm.String" />
                    <Parameter Name="resource" Type="Edm.String" />
                    <Parameter Name="scope" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Remove" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant)" />
                    <Parameter Name="servicePrincipalId" Type="Edm.String" />
                    <Parameter Name="resource" Type="Edm.String" />
                    <Parameter Name="scope" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByObjectId"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant"
                    IsComposable="true" IsBindable="true"
                    EntitySet="SPOWebAppServicePrincipalPermissionGrants">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant)" />
                    <Parameter Name="objectId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant" />
                </FunctionImport>
                <FunctionImport Name="Approve"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant"
                    IsBindable="true" EntitySet="SPOWebAppServicePrincipalPermissionGrants">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest)" />
                    <Parameter Name="resource" Type="Edm.String" />
                    <Parameter Name="scope" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetById"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest"
                    IsComposable="true" IsBindable="true"
                    EntitySet="SPOWebAppServicePrincipalPermissionRequests">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Approve"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant"
                    IsBindable="true" EntitySet="SPOWebAppServicePrincipalPermissionGrants">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest" />
                </FunctionImport>
                <FunctionImport Name="Deny" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipal"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal"
                    IsComposable="true" EntitySet="SPOWebAppServicePrincipals" />
                <FunctionImport Name="GetIsolatedAppDomainsByAppId"
                    ReturnType="Collection(SP.KeyValue)" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal" />
                    <Parameter Name="appIds" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="RemoveAppsToDelete" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal" />
                    <Parameter Name="domainsToDelete" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal" />
                </FunctionImport>
                <FunctionImport Name="UpdateSpfxClientSecret" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal" />
                    <Parameter Name="secretValue" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateSpfxThirdPartyAppId" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal" />
                    <Parameter Name="appId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateSpfxThirdPartyIsolatedComponentFields" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal" />
                    <Parameter Name="catalogItemId" Type="Edm.String" />
                    <Parameter Name="apAppObjectId" Type="Edm.String" />
                    <Parameter Name="spObjectId" Type="Edm.String" />
                    <Parameter Name="appId" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="UpdateSpfxThirdPartyIsolatedSecret" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal" />
                    <Parameter Name="servicePrincipalId" Type="Edm.String" />
                    <Parameter Name="secretValue" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Online_SharePoint_TenantAdmin_MiddleTier_DDIAdapter"
                    ReturnType="Microsoft.Online.SharePoint.TenantAdmin.MiddleTier.DDIAdapter"
                    IsComposable="true" EntitySet="DDIAdapters" />
                <FunctionImport Name="GetList" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdmin.MiddleTier.DDIAdapter" />
                    <Parameter Name="schema" Type="Edm.String" />
                    <Parameter Name="workflow" Type="Edm.String" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="GetObject" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdmin.MiddleTier.DDIAdapter" />
                    <Parameter Name="schema" Type="Edm.String" />
                    <Parameter Name="workflow" Type="Edm.String" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="MultiObjectExecute" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdmin.MiddleTier.DDIAdapter" />
                    <Parameter Name="schema" Type="Edm.String" />
                    <Parameter Name="workflow" Type="Edm.String" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="NewObject" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdmin.MiddleTier.DDIAdapter" />
                    <Parameter Name="schema" Type="Edm.String" />
                    <Parameter Name="workflow" Type="Edm.String" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="RemoveObjects" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdmin.MiddleTier.DDIAdapter" />
                    <Parameter Name="schema" Type="Edm.String" />
                    <Parameter Name="workflow" Type="Edm.String" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="SetObject" ReturnType="Edm.String" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.TenantAdmin.MiddleTier.DDIAdapter" />
                    <Parameter Name="schema" Type="Edm.String" />
                    <Parameter Name="workflow" Type="Edm.String" />
                    <Parameter Name="stream" Type="Edm.Stream" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Online_SharePoint_SPLogger_LogExport"
                    ReturnType="Microsoft.Online.SharePoint.SPLogger.LogExport" IsComposable="true"
                    EntitySet="LogExports" />
                <FunctionImport Name="GetFiles"
                    ReturnType="Collection(Microsoft.Online.SharePoint.SPLogger.LogFileInfo)"
                    IsComposable="true" IsBindable="true" EntitySet="LogFileInfos">
                    <Parameter Name="this" Type="Microsoft.Online.SharePoint.SPLogger.LogExport" />
                    <Parameter Name="partitionId" Type="Edm.String" />
                    <Parameter Name="logType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetLogTypes" ReturnType="Collection(Edm.String)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Online.SharePoint.SPLogger.LogExport" />
                </FunctionImport>
                <FunctionImport Name="GetPartitions" ReturnType="Collection(Edm.String)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="Microsoft.Online.SharePoint.SPLogger.LogExport" />
                    <Parameter Name="logType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_AgentGroups"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup)"
                    IsComposable="true" EntitySet="AgentGroupEntitys" />
                <FunctionImport Name="CreateByName"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup"
                    IsBindable="true" EntitySet="AgentGroupEntitys">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup)" />
                    <Parameter Name="Name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="DeleteByName" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup)" />
                    <Parameter Name="Name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetByName"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup"
                    IsComposable="true" IsBindable="true" EntitySet="AgentGroupEntitys">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup)" />
                    <Parameter Name="Name" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetGroupList"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup)"
                    IsComposable="true" IsBindable="true" EntitySet="AgentGroupEntitys">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup)" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_AgentGroup"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup"
                    IsComposable="true" EntitySet="AgentGroupEntitys" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_AgentGroup_Default"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Common.AgentGroupEntity"
                    IsComposable="true" EntitySet="AgentGroupEntitys" />
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_DeviceCollection"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.Device)"
                    IsComposable="true" EntitySet="DeviceEntityDatas" />
                <FunctionImport Name="GetById"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.Device"
                    IsComposable="true" IsBindable="true" EntitySet="DeviceEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.Device)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterDeployStatus"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterDeployStatus"
                    IsComposable="true" EntitySet="MigrationCenterDeployStatuss" />
                <FunctionImport Name="IsChangeDeployed" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterDeployStatus" />
                    <Parameter Name="changeName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterServices"
                    IsComposable="true" EntitySet="MigrationCenterServicess" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterStorage"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage"
                    IsComposable="true" EntitySet="MigrationCenterStorages" />
                <FunctionImport Name="Create" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage" />
                    <Parameter Name="config"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationStorageSettings" />
                </FunctionImport>
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage" />
                </FunctionImport>
                <FunctionImport Name="File" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage" />
                    <Parameter Name="folderName" Type="Edm.String" />
                    <Parameter Name="fileName" Type="Edm.String" />
                    <Parameter Name="file" Type="Edm.Stream" />
                    <Parameter Name="overwrite" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ParseUrl"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Common.UrlParseResult"
                    IsComposable="true" IsBindable="true" EntitySet="UrlParseResults">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage" />
                    <Parameter Name="destinationUrl" Type="Edm.String" />
                    <Parameter Name="retrieveAllLists" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="retrieveFoldersForAllLists" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="forceMySiteDefaultList" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="migrationType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterTeams"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterTeams"
                    IsComposable="true" EntitySet="MigrationCenterTeamss" />
                <FunctionImport Name="TeamChannels"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MigrationCenter.Common.Teams.ChannelResource)"
                    IsComposable="true" IsBindable="true" EntitySet="ChannelResources">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterTeams" />
                    <Parameter Name="teamId" Type="Edm.String" />
                    <Parameter Name="membershipType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="TeamChannelsExperiment"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MigrationCenter.Common.Teams.ChannelResource)"
                    IsComposable="true" IsBindable="true" EntitySet="ChannelResources">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterTeams" />
                    <Parameter Name="teamId" Type="Edm.String" />
                    <Parameter Name="membershipType" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Teams"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MigrationCenter.Common.Teams.TeamResource)"
                    IsComposable="true" IsBindable="true" EntitySet="TeamResources">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterTeams" />
                    <Parameter Name="startsWith" Type="Edm.String" />
                    <Parameter Name="limit" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="withLogo" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential"
                    IsComposable="true" IsBindable="true" EntitySet="MigrationCredentialEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetCredentials"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential"
                    IsComposable="true" IsBindable="true" EntitySet="MigrationCredentialEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential)" />
                    <Parameter Name="AccountName" Type="Edm.String" />
                    <Parameter Name="Type" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCredential"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential"
                    IsComposable="true" EntitySet="MigrationCredentialEntityDatas" />
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCredential" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Online_SharePoint_MigrationCenter_Service_Device"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.Device"
                    IsComposable="true" EntitySet="DeviceEntityDatas" />
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.Device" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.Device" />
                </FunctionImport>
                <FunctionImport Name="AddPerfDataTest"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData)"
                    IsBindable="true" EntitySet="MigrationPerformanceEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData)" />
                    <Parameter Name="Count" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="Bottleneck" Type="Edm.String" />
                    <Parameter Name="MaxDuration" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="MaxTaskFiles" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData"
                    IsComposable="true" IsBindable="true"
                    EntitySet="MigrationPerformanceEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetData"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceDashboardData"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData)" />
                    <Parameter Name="StartTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="EndTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="AgentId" Type="Edm.Guid" Nullable="false" />
                    <Parameter Name="TimeUnit" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetPerfDataTest" ReturnType="Edm.String"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData)" />
                    <Parameter Name="StartTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="EndTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="AgentId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetRawData"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationPerformanceEntityData)"
                    IsComposable="true" IsBindable="true"
                    EntitySet="MigrationPerformanceEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData)" />
                    <Parameter Name="StartTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="EndTime" Type="Edm.DateTime" Nullable="false" />
                    <Parameter Name="AgentId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_PerformanceData"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData"
                    IsComposable="true" EntitySet="MigrationPerformanceEntityDatas" />
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationProperties"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationProperties"
                    IsComposable="true" EntitySet="MigrationPropertiess" />
                <FunctionImport Name="Delete" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationProperties" />
                    <Parameter Name="key" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="GetProperty"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationProperty"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationProperties" />
                    <Parameter Name="key" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetProperty"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationProperty"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationProperties" />
                    <Parameter Name="key" Type="Edm.String" />
                    <Parameter Name="value" Type="Edm.String" />
                    <Parameter Name="throwIfExists" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationSPFlight"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationSPFlight"
                    IsComposable="true" EntitySet="MigrationSPFlights" />
                <FunctionImport Name="IsFlightEnabled" ReturnType="Edm.Boolean"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationSPFlight" />
                    <Parameter Name="flightName" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationTaskCollection"
                    ReturnType="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask)"
                    IsComposable="true" EntitySet="MigrationTaskEntityDatas" />
                <FunctionImport Name="BatchCreate"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Common.BatchCreationResult"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask)" />
                    <Parameter Name="taskDefinitions"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationTaskDefinition)" />
                    <Parameter Name="taskSettings"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationTaskSettings" />
                    <Parameter Name="mmTaskSettings"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Common.MMTaskSettings" />
                </FunctionImport>
                <FunctionImport Name="BatchDelete"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Common.BatchDeletionResult"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask)" />
                    <Parameter Name="taskIdList" Type="Collection(Edm.Guid)" Nullable="false" />
                    <Parameter Name="deleteInProgressTask" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="BatchUpdate"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Common.BatchUpdateResult"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask)" />
                    <Parameter Name="tasks"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Common.BatchUpdatePayload)" />
                </FunctionImport>
                <FunctionImport Name="CreateDuplicateTasks"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask"
                    IsBindable="true" EntitySet="MigrationTaskEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask)" />
                    <Parameter Name="taskDefinition"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationTaskDefinition" />
                    <Parameter Name="taskSettings"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationTaskSettings" />
                    <Parameter Name="mmTaskSettings"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Common.MMTaskSettings" />
                    <Parameter Name="taskCount" Type="Edm.Int32" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="GetById"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask"
                    IsComposable="true" IsBindable="true" EntitySet="MigrationTaskEntityDatas">
                    <Parameter Name="this"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask)" />
                    <Parameter Name="id" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationTask"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask"
                    IsComposable="true" EntitySet="MigrationTaskEntityDatas" />
                <FunctionImport Name="DeleteObject" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask" />
                </FunctionImport>
                <FunctionImport Name="Update" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Common_AgentGroupEntity"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Common.AgentGroupEntity"
                    IsComposable="true" EntitySet="AgentGroupEntitys" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Common_AgentGroupEntity_Default"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Common.AgentGroupEntity"
                    IsComposable="true" EntitySet="AgentGroupEntitys" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Common_MigrationCredentialEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationCredentialEntityData"
                    IsComposable="true" EntitySet="MigrationCredentialEntityDatas" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Common_DeviceEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Common.DeviceEntityData"
                    IsComposable="true" EntitySet="DeviceEntityDatas" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Common_MigrationPerformanceEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationPerformanceEntityData"
                    IsComposable="true" EntitySet="MigrationPerformanceEntityDatas" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Common_MigrationTaskEntityData"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationTaskEntityData"
                    IsComposable="true" EntitySet="MigrationTaskEntityDatas" />
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Common_MigrationUrlParser"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationUrlParser"
                    IsComposable="true" EntitySet="MigrationUrlParsers">
                    <Parameter Name="userInputDestinationUrl" Type="Edm.String" />
                    <Parameter Name="retriveAllLists" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="retrieveAllListsSubFolders" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="forceMySiteDefaultList" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="migrationType" Type="Edm.String" />
                    <Parameter Name="currentContextSiteSubscriptionId" Type="Edm.Guid"
                        Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="ParseUrl"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Common.UrlParseResult"
                    IsBindable="true" EntitySet="UrlParseResults">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationUrlParser" />
                </FunctionImport>
                <FunctionImport
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Common_UrlParseResult"
                    ReturnType="Microsoft.Online.SharePoint.MigrationCenter.Common.UrlParseResult"
                    IsComposable="true" EntitySet="UrlParseResults" />
                <FunctionImport Name="SetDisplayUrl" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Common.UrlParseResult" />
                    <Parameter Name="displayUrl" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SetSPListInformation" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Common.UrlParseResult" />
                    <Parameter Name="spListInformationList"
                        Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Common.SPListInformation)" />
                </FunctionImport>
                <FunctionImport Name="UpdateSiteProvisionInformation" IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Common.UrlParseResult" />
                    <Parameter Name="spListInformation"
                        Type="Microsoft.Online.SharePoint.MigrationCenter.Common.SPListInformation" />
                    <Parameter Name="uri" Type="Edm.String" />
                    <Parameter Name="originalUrl" Type="Edm.String" />
                    <Parameter Name="errorCode" Type="Edm.String" />
                    <Parameter Name="message" Type="Edm.String" />
                    <Parameter Name="freeSiteStorageBytes" Type="Edm.Int64" Nullable="false" />
                    <Parameter Name="isCurrentUserSiteAdmin" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="Microsoft_Online_SharePoint_AppLauncher_AppLauncher"
                    ReturnType="Microsoft.Online.SharePoint.AppLauncher.AppLauncher"
                    IsComposable="true" EntitySet="AppLaunchers" />
                <FunctionImport Name="GetData" ReturnType="Edm.String" IsSideEffecting="false"
                    IsBindable="true">
                    <Parameter Name="this"
                        Type="Microsoft.Online.SharePoint.AppLauncher.AppLauncher" />
                    <Parameter Name="suiteVersion" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="isMobileRequest" Type="Edm.Boolean" Nullable="false" />
                    <Parameter Name="locale" Type="Edm.String" />
                    <Parameter Name="onPremVer" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Translation_SyncTranslator"
                    ReturnType="SP.Translation.SyncTranslator" IsComposable="true"
                    EntitySet="SyncTranslators">
                    <Parameter Name="targetLanguage" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="Translate" ReturnType="SP.Translation.TranslationItemInfo"
                    IsBindable="true">
                    <Parameter Name="this" Type="SP.Translation.SyncTranslator" />
                    <Parameter Name="inputFile" Type="Edm.String" />
                    <Parameter Name="outputFile" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="TranslateStream" ReturnType="Edm.Stream" IsBindable="true">
                    <Parameter Name="this" Type="SP.Translation.SyncTranslator" />
                    <Parameter Name="inputFile" Type="Edm.Stream" />
                    <Parameter Name="fileExtension" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Translation_TranslationJob"
                    ReturnType="SP.Translation.TranslationJob" IsComposable="true"
                    EntitySet="TranslationJobs">
                    <Parameter Name="targetLanguage" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Translation_TranslationJob_CancelJob">
                    <Parameter Name="jobId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_Translation_TranslationJob_EnumerateSupportedFileExtensions"
                    ReturnType="Collection(Edm.String)" IsSideEffecting="false" />
                <FunctionImport Name="SP_Translation_TranslationJob_EnumerateSupportedLanguages"
                    ReturnType="Collection(Edm.String)" IsSideEffecting="false" />
                <FunctionImport Name="SP_Translation_TranslationJob_GetMaximumFileSize"
                    ReturnType="Edm.Int32" IsSideEffecting="false">
                    <Parameter Name="extension" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Translation_TranslationJob_IsFileExtensionSupported"
                    ReturnType="Edm.Boolean" IsSideEffecting="false">
                    <Parameter Name="extension" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Translation_TranslationJob_IsLanguageSupported"
                    ReturnType="Edm.Boolean" IsSideEffecting="false">
                    <Parameter Name="language" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Translation_TranslationJob_IsServiceEnabled"
                    ReturnType="Edm.Boolean" IsSideEffecting="false" />
                <FunctionImport Name="TranslateFile" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.Translation.TranslationJob" />
                    <Parameter Name="inputFile" Type="Edm.String" />
                    <Parameter Name="outputFile" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="TranslateFolder" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.Translation.TranslationJob" />
                    <Parameter Name="inputFolder" Type="Edm.String" />
                    <Parameter Name="outputFolder" Type="Edm.String" />
                    <Parameter Name="recursion" Type="Edm.Boolean" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="TranslateLibrary" ReturnType="Edm.Guid" IsBindable="true">
                    <Parameter Name="this" Type="SP.Translation.TranslationJob" />
                    <Parameter Name="inputLibrary" Type="Edm.String" />
                    <Parameter Name="outputLibrary" Type="Edm.String" />
                </FunctionImport>
                <FunctionImport Name="SP_Translation_TranslationJobStatus"
                    ReturnType="SP.Translation.TranslationJobStatus" IsComposable="true"
                    EntitySet="TranslationJobStatuss">
                    <Parameter Name="jobId" Type="Edm.Guid" Nullable="false" />
                </FunctionImport>
                <FunctionImport Name="SP_Translation_TranslationJobStatus_GetAllActiveJobs"
                    ReturnType="Collection(SP.Translation.TranslationJobInfo)"
                    IsSideEffecting="false" />
                <FunctionImport Name="GetAllItems"
                    ReturnType="Collection(SP.Translation.TranslationItemInfo)"
                    IsSideEffecting="false" IsBindable="true">
                    <Parameter Name="this" Type="SP.Translation.TranslationJobStatus" />
                </FunctionImport>
                <FunctionImport Name="SP_Translation_TranslationJobStatus_GetAllJobs"
                    ReturnType="Collection(SP.Translation.TranslationJobInfo)"
                    IsSideEffecting="false" />
                <FunctionImport Name="SP_Translation_VariationsTranslationTimerJob_ExportItems">
                    <Parameter Name="list" Type="Edm.String" />
                    <Parameter Name="itemIds" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="addressesToEmail" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_Translation_VariationsTranslationTimerJob_ExportItemsRequiringTranslation">
                    <Parameter Name="list" Type="Edm.String" />
                    <Parameter Name="addressesToEmail" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_Translation_VariationsTranslationTimerJob_ImportTranslationPackage">
                    <Parameter Name="translatorName" Type="Edm.String" />
                    <Parameter Name="packageId" Type="Edm.Int32" Nullable="false" />
                    <Parameter Name="addressesToEmail" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_Translation_VariationsTranslationTimerJob_MachineTranslateItems">
                    <Parameter Name="list" Type="Edm.String" />
                    <Parameter Name="itemIds" Type="Collection(Edm.Int32)" Nullable="false" />
                    <Parameter Name="addressesToEmail" Type="Collection(Edm.String)" />
                </FunctionImport>
                <FunctionImport
                    Name="SP_Translation_VariationsTranslationTimerJob_MachineTranslateItemsRequiringTranslation">
                    <Parameter Name="list" Type="Edm.String" />
                    <Parameter Name="addressesToEmail" Type="Collection(Edm.String)" />
                </FunctionImport>
                <EntitySet Name="DraftProjectResources1" EntityType="PS.DraftProjectResource" />
                <EntitySet Name="PublishedProjects1" EntityType="PS.PublishedProject" />
                <AssociationSet
                    Name="SP_ContentSolution_Templates_Microsoft_SharePoint_ContentSolution_API_TemplateAPI_TemplatesPartnerSet"
                    Association="Microsoft.SharePoint.ContentSolution.API.SP_ContentSolution_Templates_Microsoft_SharePoint_ContentSolution_API_TemplateAPI_TemplatesPartner">
                    <End Role="TemplatesPartner" EntitySet="ContentSolutions" />
                    <End Role="Templates" EntitySet="TemplateAPIs" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_EmployeeEngagement_AppConfiguration_SP_AppConfiguration_AppConfigurationPartnerSet"
                    Association="SP.SP_EmployeeEngagement_AppConfiguration_SP_AppConfiguration_AppConfigurationPartner">
                    <End Role="AppConfigurationPartner" EntitySet="EEs" />
                    <End Role="AppConfiguration" EntitySet="AppConfigurations" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_EmployeeEngagement_VivaConnectionsPage_Microsoft_SharePoint_EmployeeEngagement_VivaConnectionsPage_VivaConnectionsPagePartnerSet"
                    Association="Microsoft.SharePoint.EmployeeEngagement.SP_EmployeeEngagement_VivaConnectionsPage_Microsoft_SharePoint_EmployeeEngagement_VivaConnectionsPage_VivaConnectionsPagePartner">
                    <End Role="VivaConnectionsPagePartner" EntitySet="EEs" />
                    <End Role="VivaConnectionsPage" EntitySet="VivaConnectionsPages" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_EmployeeEngagement_VivaResources_Microsoft_SharePoint_EmployeeEngagement_VivaResources_VivaResourcesPartnerSet"
                    Association="Microsoft.SharePoint.EmployeeEngagement.SP_EmployeeEngagement_VivaResources_Microsoft_SharePoint_EmployeeEngagement_VivaResources_VivaResourcesPartner">
                    <End Role="VivaResourcesPartner" EntitySet="EEs" />
                    <End Role="VivaResources" EntitySet="VivaResourcess" />
                </AssociationSet>
                <AssociationSet Name="SP_List_Author_SP_User_AuthorPartnerSet"
                    Association="SP.SP_List_Author_SP_User_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="Lists" />
                    <End Role="Author" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="SP_List_ContentTypes_SP_ContentType_ContentTypesPartnerSet"
                    Association="SP.SP_List_ContentTypes_SP_ContentType_ContentTypesPartner">
                    <End Role="ContentTypesPartner" EntitySet="Lists" />
                    <End Role="ContentTypes" EntitySet="ContentTypes" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_List_CreatablesInfo_SP_CreatablesInfo_CreatablesInfoPartnerSet"
                    Association="SP.SP_List_CreatablesInfo_SP_CreatablesInfo_CreatablesInfoPartner">
                    <End Role="CreatablesInfoPartner" EntitySet="Lists" />
                    <End Role="CreatablesInfo" EntitySet="CreatablesInfos" />
                </AssociationSet>
                <AssociationSet Name="SP_List_DefaultView_SP_View_DefaultViewPartnerSet"
                    Association="SP.SP_List_DefaultView_SP_View_DefaultViewPartner">
                    <End Role="DefaultViewPartner" EntitySet="Lists" />
                    <End Role="DefaultView" EntitySet="Views" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_List_DescriptionResource_SP_UserResource_DescriptionResourcePartnerSet"
                    Association="SP.SP_List_DescriptionResource_SP_UserResource_DescriptionResourcePartner">
                    <End Role="DescriptionResourcePartner" EntitySet="Lists" />
                    <End Role="DescriptionResource" EntitySet="UserResources" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_List_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartnerSet"
                    Association="SP.SP_List_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner">
                    <End Role="EventReceiversPartner" EntitySet="Lists" />
                    <End Role="EventReceivers" EntitySet="EventReceiverDefinitions" />
                </AssociationSet>
                <AssociationSet Name="SP_List_Fields_SP_Field_FieldsPartnerSet"
                    Association="SP.SP_List_Fields_SP_Field_FieldsPartner">
                    <End Role="FieldsPartner" EntitySet="Lists" />
                    <End Role="Fields" EntitySet="Fields" />
                </AssociationSet>
                <AssociationSet Name="SP_List_Forms_SP_Form_FormsPartnerSet"
                    Association="SP.SP_List_Forms_SP_Form_FormsPartner">
                    <End Role="FormsPartner" EntitySet="Lists" />
                    <End Role="Forms" EntitySet="Forms" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_List_InformationRightsManagementSettings_SP_InformationRightsManagementSettings_InformationRightsManagementSettingsPartnerSet"
                    Association="SP.SP_List_InformationRightsManagementSettings_SP_InformationRightsManagementSettings_InformationRightsManagementSettingsPartner">
                    <End Role="InformationRightsManagementSettingsPartner" EntitySet="Lists" />
                    <End Role="InformationRightsManagementSettings"
                        EntitySet="InformationRightsManagementSettingss" />
                </AssociationSet>
                <AssociationSet Name="SP_List_Items_SP_ListItem_ItemsPartnerSet"
                    Association="SP.SP_List_Items_SP_ListItem_ItemsPartner">
                    <End Role="ItemsPartner" EntitySet="Lists" />
                    <End Role="Items" EntitySet="ListItems" />
                </AssociationSet>
                <AssociationSet Name="SP_List_ParentWeb_SP_Web_ParentWebPartnerSet"
                    Association="SP.SP_List_ParentWeb_SP_Web_ParentWebPartner">
                    <End Role="ParentWebPartner" EntitySet="Lists" />
                    <End Role="ParentWeb" EntitySet="Webs" />
                </AssociationSet>
                <AssociationSet Name="SP_List_RootFolder_SP_Folder_RootFolderPartnerSet"
                    Association="SP.SP_List_RootFolder_SP_Folder_RootFolderPartner">
                    <End Role="RootFolderPartner" EntitySet="Lists" />
                    <End Role="RootFolder" EntitySet="Folders1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_List_Subscriptions_Microsoft_SharePoint_Webhooks_Subscription_SubscriptionsPartnerSet"
                    Association="Microsoft.SharePoint.Webhooks.SP_List_Subscriptions_Microsoft_SharePoint_Webhooks_Subscription_SubscriptionsPartner">
                    <End Role="SubscriptionsPartner" EntitySet="Lists" />
                    <End Role="Subscriptions" EntitySet="Subscriptions" />
                </AssociationSet>
                <AssociationSet Name="SP_List_TitleResource_SP_UserResource_TitleResourcePartnerSet"
                    Association="SP.SP_List_TitleResource_SP_UserResource_TitleResourcePartner">
                    <End Role="TitleResourcePartner" EntitySet="Lists" />
                    <End Role="TitleResource" EntitySet="UserResources" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_List_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartnerSet"
                    Association="SP.SP_List_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner">
                    <End Role="UserCustomActionsPartner" EntitySet="Lists" />
                    <End Role="UserCustomActions" EntitySet="UserCustomActions" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_List_VersionPolicies_SP_VersionPolicyManager_VersionPoliciesPartnerSet"
                    Association="SP.SP_List_VersionPolicies_SP_VersionPolicyManager_VersionPoliciesPartner">
                    <End Role="VersionPoliciesPartner" EntitySet="Lists" />
                    <End Role="VersionPolicies" EntitySet="VersionPolicyManagers" />
                </AssociationSet>
                <AssociationSet Name="SP_List_Views_SP_View_ViewsPartnerSet"
                    Association="SP.SP_List_Views_SP_View_ViewsPartner">
                    <End Role="ViewsPartner" EntitySet="Lists" />
                    <End Role="Views" EntitySet="Views" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_List_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartnerSet"
                    Association="SP.Workflow.SP_List_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner">
                    <End Role="WorkflowAssociationsPartner" EntitySet="Lists" />
                    <End Role="WorkflowAssociations" EntitySet="WorkflowAssociations" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_AgreementWorkItems_Microsoft_Office_Server_ContentCenter_SPMachineLearningWorkItem_AgreementWorkItemsPartnerSet"
                    Association="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_AgreementWorkItems_Microsoft_Office_Server_ContentCenter_SPMachineLearningWorkItem_AgreementWorkItemsPartner">
                    <End Role="AgreementWorkItemsPartner" EntitySet="Machinelearnings" />
                    <End Role="AgreementWorkItems" EntitySet="Workitems" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_DefaultContentCenter_Microsoft_Office_Server_ContentCenter_DefaultContentCenterSiteInfo_DefaultContentCenterPartnerSet"
                    Association="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_DefaultContentCenter_Microsoft_Office_Server_ContentCenter_DefaultContentCenterSiteInfo_DefaultContentCenterPartner">
                    <End Role="DefaultContentCenterPartner" EntitySet="Machinelearnings" />
                    <End Role="DefaultContentCenter" EntitySet="DefaultContentCenterSiteInfos" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_MachineLearningEnabled_Microsoft_Office_Server_ContentCenter_SPMachineLearningEnabled_MachineLearningEnabledPartnerSet"
                    Association="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_MachineLearningEnabled_Microsoft_Office_Server_ContentCenter_SPMachineLearningEnabled_MachineLearningEnabledPartner">
                    <End Role="MachineLearningEnabledPartner" EntitySet="Machinelearnings" />
                    <End Role="MachineLearningEnabled" EntitySet="SPMachineLearningEnableds" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_Models_Microsoft_Office_Server_ContentCenter_SPMachineLearningModel_ModelsPartnerSet"
                    Association="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_Models_Microsoft_Office_Server_ContentCenter_SPMachineLearningModel_ModelsPartner">
                    <End Role="ModelsPartner" EntitySet="Machinelearnings" />
                    <End Role="Models" EntitySet="Models" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_Publications_Microsoft_Office_Server_ContentCenter_SPMachineLearningPublication_PublicationsPartnerSet"
                    Association="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_Publications_Microsoft_Office_Server_ContentCenter_SPMachineLearningPublication_PublicationsPartner">
                    <End Role="PublicationsPartner" EntitySet="Machinelearnings" />
                    <End Role="Publications" EntitySet="Publications" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_Samples_Microsoft_Office_Server_ContentCenter_SPMachineLearningSample_SamplesPartnerSet"
                    Association="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_Samples_Microsoft_Office_Server_ContentCenter_SPMachineLearningSample_SamplesPartner">
                    <End Role="SamplesPartner" EntitySet="Machinelearnings" />
                    <End Role="Samples" EntitySet="SPMachineLearningSamples" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_SyntexContext_Microsoft_Office_Server_ContentCenter_SyntexContext_SyntexContextPartnerSet"
                    Association="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_SyntexContext_Microsoft_Office_Server_ContentCenter_SyntexContext_SyntexContextPartner">
                    <End Role="SyntexContextPartner" EntitySet="Machinelearnings" />
                    <End Role="SyntexContext" EntitySet="SyntexContexts" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_WorkItems_Microsoft_Office_Server_ContentCenter_SPMachineLearningWorkItem_WorkItemsPartnerSet"
                    Association="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_WorkItems_Microsoft_Office_Server_ContentCenter_SPMachineLearningWorkItem_WorkItemsPartner">
                    <End Role="WorkItemsPartner" EntitySet="Machinelearnings" />
                    <End Role="WorkItems" EntitySet="Workitems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_RequestUserContext_Current_SP_RequestUserContext_CurrentPartnerSet"
                    Association="SP.SP_RequestUserContext_Current_SP_RequestUserContext_CurrentPartner">
                    <End Role="CurrentPartner" EntitySet="Mes" />
                    <End Role="Current" EntitySet="Mes" />
                </AssociationSet>
                <AssociationSet Name="SP_RequestUserContext_User_SP_User_UserPartnerSet"
                    Association="SP.SP_RequestUserContext_User_SP_User_UserPartner">
                    <End Role="UserPartner" EntitySet="Mes" />
                    <End Role="User" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="SP_Site_Audit_SP_Audit_AuditPartnerSet"
                    Association="SP.SP_Site_Audit_SP_Audit_AuditPartner">
                    <End Role="AuditPartner" EntitySet="Sites" />
                    <End Role="Audit" EntitySet="Audits" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Site_CustomScriptSafeDomains_SP_ScriptSafeDomain_CustomScriptSafeDomainsPartnerSet"
                    Association="SP.SP_Site_CustomScriptSafeDomains_SP_ScriptSafeDomain_CustomScriptSafeDomainsPartner">
                    <End Role="CustomScriptSafeDomainsPartner" EntitySet="Sites" />
                    <End Role="CustomScriptSafeDomains" EntitySet="ScriptSafeDomains" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Site_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartnerSet"
                    Association="SP.SP_Site_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner">
                    <End Role="EventReceiversPartner" EntitySet="Sites" />
                    <End Role="EventReceivers" EntitySet="EventReceiverDefinitions" />
                </AssociationSet>
                <AssociationSet Name="SP_Site_Features_SP_Feature_FeaturesPartnerSet"
                    Association="SP.SP_Site_Features_SP_Feature_FeaturesPartner">
                    <End Role="FeaturesPartner" EntitySet="Sites" />
                    <End Role="Features" EntitySet="Features" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Site_HubSiteSynchronizableVisitorGroup_SP_Group_HubSiteSynchronizableVisitorGroupPartnerSet"
                    Association="SP.SP_Site_HubSiteSynchronizableVisitorGroup_SP_Group_HubSiteSynchronizableVisitorGroupPartner">
                    <End Role="HubSiteSynchronizableVisitorGroupPartner" EntitySet="Sites" />
                    <End Role="HubSiteSynchronizableVisitorGroup" EntitySet="Groups1" />
                </AssociationSet>
                <AssociationSet Name="SP_Site_Owner_SP_User_OwnerPartnerSet"
                    Association="SP.SP_Site_Owner_SP_User_OwnerPartner">
                    <End Role="OwnerPartner" EntitySet="Sites" />
                    <End Role="Owner" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="SP_Site_RecycleBin_SP_RecycleBinItem_RecycleBinPartnerSet"
                    Association="SP.SP_Site_RecycleBin_SP_RecycleBinItem_RecycleBinPartner">
                    <End Role="RecycleBinPartner" EntitySet="Sites" />
                    <End Role="RecycleBin" EntitySet="RecycleBinItems" />
                </AssociationSet>
                <AssociationSet Name="SP_Site_RootWeb_SP_Web_RootWebPartnerSet"
                    Association="SP.SP_Site_RootWeb_SP_Web_RootWebPartner">
                    <End Role="RootWebPartner" EntitySet="Sites" />
                    <End Role="RootWeb" EntitySet="Webs" />
                </AssociationSet>
                <AssociationSet Name="SP_Site_SecondaryContact_SP_User_SecondaryContactPartnerSet"
                    Association="SP.SP_Site_SecondaryContact_SP_User_SecondaryContactPartner">
                    <End Role="SecondaryContactPartner" EntitySet="Sites" />
                    <End Role="SecondaryContact" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Site_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartnerSet"
                    Association="SP.SP_Site_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner">
                    <End Role="UserCustomActionsPartner" EntitySet="Sites" />
                    <End Role="UserCustomActions" EntitySet="UserCustomActions" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Site_VersionPolicyForNewLibrariesTemplate_SP_SiteVersionPolicyManager_VersionPolicyForNewLibrariesTemplatePartnerSet"
                    Association="SP.SP_Site_VersionPolicyForNewLibrariesTemplate_SP_SiteVersionPolicyManager_VersionPolicyForNewLibrariesTemplatePartner">
                    <End Role="VersionPolicyForNewLibrariesTemplatePartner" EntitySet="Sites" />
                    <End Role="VersionPolicyForNewLibrariesTemplate"
                        EntitySet="SiteVersionPolicyManagers" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Utilities_ThemeManager_ContextThemeManager_SP_Utilities_ThemeManager_ContextThemeManagerPartnerSet"
                    Association="SP.Utilities.SP_Utilities_ThemeManager_ContextThemeManager_SP_Utilities_ThemeManager_ContextThemeManagerPartner">
                    <End Role="ContextThemeManagerPartner" EntitySet="Thememanagers" />
                    <End Role="ContextThemeManager" EntitySet="Thememanagers" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_AccessRequestsList_SP_List_AccessRequestsListPartnerSet"
                    Association="SP.SP_Web_AccessRequestsList_SP_List_AccessRequestsListPartner">
                    <End Role="AccessRequestsListPartner" EntitySet="Webs" />
                    <End Role="AccessRequestsList" EntitySet="Lists" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_Activities_Microsoft_SharePoint_Activities_SPActivityEntity_ActivitiesPartnerSet"
                    Association="Microsoft.SharePoint.Activities.SP_Web_Activities_Microsoft_SharePoint_Activities_SPActivityEntity_ActivitiesPartner">
                    <End Role="ActivitiesPartner" EntitySet="Webs" />
                    <End Role="Activities" EntitySet="SPActivityEntitys" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_ActivityLogger_Microsoft_SharePoint_Internal_ActivityLogger_ActivityLoggerPartnerSet"
                    Association="Microsoft.SharePoint.Internal.SP_Web_ActivityLogger_Microsoft_SharePoint_Internal_ActivityLogger_ActivityLoggerPartner">
                    <End Role="ActivityLoggerPartner" EntitySet="Webs" />
                    <End Role="ActivityLogger" EntitySet="ActivityLoggers" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_Alerts_SP_Alert_AlertsPartnerSet"
                    Association="SP.SP_Web_Alerts_SP_Alert_AlertsPartner">
                    <End Role="AlertsPartner" EntitySet="Webs" />
                    <End Role="Alerts" EntitySet="Alerts" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_AllProperties_SP_PropertyValues_AllPropertiesPartnerSet"
                    Association="SP.SP_Web_AllProperties_SP_PropertyValues_AllPropertiesPartner">
                    <End Role="AllPropertiesPartner" EntitySet="Webs" />
                    <End Role="AllProperties" EntitySet="PropertyValuess" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_AppTiles_SP_AppTile_AppTilesPartnerSet"
                    Association="SP.SP_Web_AppTiles_SP_AppTile_AppTilesPartner">
                    <End Role="AppTilesPartner" EntitySet="Webs" />
                    <End Role="AppTiles" EntitySet="AppTiles" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_AssociatedMemberGroup_SP_Group_AssociatedMemberGroupPartnerSet"
                    Association="SP.SP_Web_AssociatedMemberGroup_SP_Group_AssociatedMemberGroupPartner">
                    <End Role="AssociatedMemberGroupPartner" EntitySet="Webs" />
                    <End Role="AssociatedMemberGroup" EntitySet="Groups1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_AssociatedOwnerGroup_SP_Group_AssociatedOwnerGroupPartnerSet"
                    Association="SP.SP_Web_AssociatedOwnerGroup_SP_Group_AssociatedOwnerGroupPartner">
                    <End Role="AssociatedOwnerGroupPartner" EntitySet="Webs" />
                    <End Role="AssociatedOwnerGroup" EntitySet="Groups1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_AssociatedVisitorGroup_SP_Group_AssociatedVisitorGroupPartnerSet"
                    Association="SP.SP_Web_AssociatedVisitorGroup_SP_Group_AssociatedVisitorGroupPartner">
                    <End Role="AssociatedVisitorGroupPartner" EntitySet="Webs" />
                    <End Role="AssociatedVisitorGroup" EntitySet="Groups1" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_Author_SP_User_AuthorPartnerSet"
                    Association="SP.SP_Web_Author_SP_User_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="Webs" />
                    <End Role="Author" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_AvailableContentTypes_SP_ContentType_AvailableContentTypesPartnerSet"
                    Association="SP.SP_Web_AvailableContentTypes_SP_ContentType_AvailableContentTypesPartner">
                    <End Role="AvailableContentTypesPartner" EntitySet="Webs" />
                    <End Role="AvailableContentTypes" EntitySet="ContentTypes" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_AvailableFields_SP_Field_AvailableFieldsPartnerSet"
                    Association="SP.SP_Web_AvailableFields_SP_Field_AvailableFieldsPartner">
                    <End Role="AvailableFieldsPartner" EntitySet="Webs" />
                    <End Role="AvailableFields" EntitySet="Fields" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_CanModernizeHomepage_SP_ModernizeHomepageResult_CanModernizeHomepagePartnerSet"
                    Association="SP.SP_Web_CanModernizeHomepage_SP_ModernizeHomepageResult_CanModernizeHomepagePartner">
                    <End Role="CanModernizeHomepagePartner" EntitySet="Webs" />
                    <End Role="CanModernizeHomepage" EntitySet="ModernizeHomepageResults" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_CardDesigns_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CardDesigns_CardDesignsPartnerSet"
                    Association="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SP_Web_CardDesigns_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CardDesigns_CardDesignsPartner">
                    <End Role="CardDesignsPartner" EntitySet="Webs" />
                    <End Role="CardDesigns" EntitySet="CardDesignss" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_ClientWebParts_SP_ClientWebPart_ClientWebPartsPartnerSet"
                    Association="SP.SP_Web_ClientWebParts_SP_ClientWebPart_ClientWebPartsPartner">
                    <End Role="ClientWebPartsPartner" EntitySet="Webs" />
                    <End Role="ClientWebParts" EntitySet="ClientWebParts" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_ContentTypes_SP_ContentType_ContentTypesPartnerSet"
                    Association="SP.SP_Web_ContentTypes_SP_ContentType_ContentTypesPartner">
                    <End Role="ContentTypesPartner" EntitySet="Webs" />
                    <End Role="ContentTypes" EntitySet="ContentTypes" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_CurrentUser_SP_User_CurrentUserPartnerSet"
                    Association="SP.SP_Web_CurrentUser_SP_User_CurrentUserPartner">
                    <End Role="CurrentUserPartner" EntitySet="Webs" />
                    <End Role="CurrentUser" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_DataLeakagePreventionStatusInfo_SP_SPDataLeakagePreventionStatusInfo_DataLeakagePreventionStatusInfoPartnerSet"
                    Association="SP.SP_Web_DataLeakagePreventionStatusInfo_SP_SPDataLeakagePreventionStatusInfo_DataLeakagePreventionStatusInfoPartner">
                    <End Role="DataLeakagePreventionStatusInfoPartner" EntitySet="Webs" />
                    <End Role="DataLeakagePreventionStatusInfo"
                        EntitySet="SPDataLeakagePreventionStatusInfos" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_DescriptionResource_SP_UserResource_DescriptionResourcePartnerSet"
                    Association="SP.SP_Web_DescriptionResource_SP_UserResource_DescriptionResourcePartner">
                    <End Role="DescriptionResourcePartner" EntitySet="Webs" />
                    <End Role="DescriptionResource" EntitySet="UserResources" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartnerSet"
                    Association="SP.SP_Web_EventReceivers_SP_EventReceiverDefinition_EventReceiversPartner">
                    <End Role="EventReceiversPartner" EntitySet="Webs" />
                    <End Role="EventReceivers" EntitySet="EventReceiverDefinitions" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_Features_SP_Feature_FeaturesPartnerSet"
                    Association="SP.SP_Web_Features_SP_Feature_FeaturesPartner">
                    <End Role="FeaturesPartner" EntitySet="Webs" />
                    <End Role="Features" EntitySet="Features" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_Fields_SP_Field_FieldsPartnerSet"
                    Association="SP.SP_Web_Fields_SP_Field_FieldsPartner">
                    <End Role="FieldsPartner" EntitySet="Webs" />
                    <End Role="Fields" EntitySet="Fields" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_Folders_SP_Folder_FoldersPartnerSet"
                    Association="SP.SP_Web_Folders_SP_Folder_FoldersPartner">
                    <End Role="FoldersPartner" EntitySet="Webs" />
                    <End Role="Folders" EntitySet="Folders1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_HostedApps_Microsoft_SharePoint_ClientSideComponent_HostedAppsManager_HostedAppsPartnerSet"
                    Association="Microsoft.SharePoint.ClientSideComponent.SP_Web_HostedApps_Microsoft_SharePoint_ClientSideComponent_HostedAppsManager_HostedAppsPartner">
                    <End Role="HostedAppsPartner" EntitySet="Webs" />
                    <End Role="HostedApps" EntitySet="HostedAppsManagers" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_Lists_SP_List_ListsPartnerSet"
                    Association="SP.SP_Web_Lists_SP_List_ListsPartner">
                    <End Role="ListsPartner" EntitySet="Webs" />
                    <End Role="Lists" EntitySet="Lists" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_ListTemplates_SP_ListTemplate_ListTemplatesPartnerSet"
                    Association="SP.SP_Web_ListTemplates_SP_ListTemplate_ListTemplatesPartner">
                    <End Role="ListTemplatesPartner" EntitySet="Webs" />
                    <End Role="ListTemplates" EntitySet="ListTemplates" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_MultilingualSettings_SP_MultilingualSettings_MultilingualSettingsPartnerSet"
                    Association="SP.SP_Web_MultilingualSettings_SP_MultilingualSettings_MultilingualSettingsPartner">
                    <End Role="MultilingualSettingsPartner" EntitySet="Webs" />
                    <End Role="MultilingualSettings" EntitySet="MultilingualSettingss" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_Navigation_SP_Navigation_NavigationPartnerSet"
                    Association="SP.SP_Web_Navigation_SP_Navigation_NavigationPartner">
                    <End Role="NavigationPartner" EntitySet="Webs" />
                    <End Role="Navigation" EntitySet="Navigations" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_OneDriveSharedItems_SP_Sharing_SharedDocumentInfo_OneDriveSharedItemsPartnerSet"
                    Association="SP.Sharing.SP_Web_OneDriveSharedItems_SP_Sharing_SharedDocumentInfo_OneDriveSharedItemsPartner">
                    <End Role="OneDriveSharedItemsPartner" EntitySet="Webs" />
                    <End Role="OneDriveSharedItems" EntitySet="SharedDocumentInfos" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_ParentWeb_SP_WebInformation_ParentWebPartnerSet"
                    Association="SP.SP_Web_ParentWeb_SP_WebInformation_ParentWebPartner">
                    <End Role="ParentWebPartner" EntitySet="Webs" />
                    <End Role="ParentWeb" EntitySet="WebInformations" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_PushNotificationSubscribers_SP_PushNotificationSubscriber_PushNotificationSubscribersPartnerSet"
                    Association="SP.SP_Web_PushNotificationSubscribers_SP_PushNotificationSubscriber_PushNotificationSubscribersPartner">
                    <End Role="PushNotificationSubscribersPartner" EntitySet="Webs" />
                    <End Role="PushNotificationSubscribers" EntitySet="PushNotificationSubscribers" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_RecycleBin_SP_RecycleBinItem_RecycleBinPartnerSet"
                    Association="SP.SP_Web_RecycleBin_SP_RecycleBinItem_RecycleBinPartner">
                    <End Role="RecycleBinPartner" EntitySet="Webs" />
                    <End Role="RecycleBin" EntitySet="RecycleBinItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_RegionalSettings_SP_RegionalSettings_RegionalSettingsPartnerSet"
                    Association="SP.SP_Web_RegionalSettings_SP_RegionalSettings_RegionalSettingsPartner">
                    <End Role="RegionalSettingsPartner" EntitySet="Webs" />
                    <End Role="RegionalSettings" EntitySet="RegionalSettingss" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_RoleDefinitions_SP_RoleDefinition_RoleDefinitionsPartnerSet"
                    Association="SP.SP_Web_RoleDefinitions_SP_RoleDefinition_RoleDefinitionsPartner">
                    <End Role="RoleDefinitionsPartner" EntitySet="Webs" />
                    <End Role="RoleDefinitions" EntitySet="RoleDefinitions" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_RootFolder_SP_Folder_RootFolderPartnerSet"
                    Association="SP.SP_Web_RootFolder_SP_Folder_RootFolderPartner">
                    <End Role="RootFolderPartner" EntitySet="Webs" />
                    <End Role="RootFolder" EntitySet="Folders1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_SiteCollectionAppCatalog_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_SiteCollectionCorporateCatalogAccessor_SiteCollectionAppCatalogPartnerSet"
                    Association="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SP_Web_SiteCollectionAppCatalog_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_SiteCollectionCorporateCatalogAccessor_SiteCollectionAppCatalogPartner">
                    <End Role="SiteCollectionAppCatalogPartner" EntitySet="Webs" />
                    <End Role="SiteCollectionAppCatalog"
                        EntitySet="SiteCollectionCorporateCatalogAccessors" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_SiteGroups_SP_Group_SiteGroupsPartnerSet"
                    Association="SP.SP_Web_SiteGroups_SP_Group_SiteGroupsPartner">
                    <End Role="SiteGroupsPartner" EntitySet="Webs" />
                    <End Role="SiteGroups" EntitySet="Groups1" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_SiteUserInfoList_SP_List_SiteUserInfoListPartnerSet"
                    Association="SP.SP_Web_SiteUserInfoList_SP_List_SiteUserInfoListPartner">
                    <End Role="SiteUserInfoListPartner" EntitySet="Webs" />
                    <End Role="SiteUserInfoList" EntitySet="Lists" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_SiteUsers_SP_User_SiteUsersPartnerSet"
                    Association="SP.SP_Web_SiteUsers_SP_User_SiteUsersPartner">
                    <End Role="SiteUsersPartner" EntitySet="Webs" />
                    <End Role="SiteUsers" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_TenantAppCatalog_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_TenantAppCatalogPartnerSet"
                    Association="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SP_Web_TenantAppCatalog_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_TenantAppCatalogPartner">
                    <End Role="TenantAppCatalogPartner" EntitySet="Webs" />
                    <End Role="TenantAppCatalog" EntitySet="TenantCorporateCatalogAccessors" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_ThemeInfo_SP_ThemeInfo_ThemeInfoPartnerSet"
                    Association="SP.SP_Web_ThemeInfo_SP_ThemeInfo_ThemeInfoPartner">
                    <End Role="ThemeInfoPartner" EntitySet="Webs" />
                    <End Role="ThemeInfo" EntitySet="ThemeInfos" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_TitleResource_SP_UserResource_TitleResourcePartnerSet"
                    Association="SP.SP_Web_TitleResource_SP_UserResource_TitleResourcePartner">
                    <End Role="TitleResourcePartner" EntitySet="Webs" />
                    <End Role="TitleResource" EntitySet="UserResources" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartnerSet"
                    Association="SP.SP_Web_UserCustomActions_SP_UserCustomAction_UserCustomActionsPartner">
                    <End Role="UserCustomActionsPartner" EntitySet="Webs" />
                    <End Role="UserCustomActions" EntitySet="UserCustomActions" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_Webs_SP_Web_WebsPartnerSet"
                    Association="SP.SP_Web_Webs_SP_Web_WebsPartner">
                    <End Role="WebsPartner" EntitySet="Webs" />
                    <End Role="Webs" EntitySet="Webs" />
                </AssociationSet>
                <AssociationSet Name="SP_Web_WebInfos_SP_WebInformation_WebInfosPartnerSet"
                    Association="SP.SP_Web_WebInfos_SP_WebInformation_WebInfosPartner">
                    <End Role="WebInfosPartner" EntitySet="Webs" />
                    <End Role="WebInfos" EntitySet="WebInformations" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartnerSet"
                    Association="SP.Workflow.SP_Web_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner">
                    <End Role="WorkflowAssociationsPartner" EntitySet="Webs" />
                    <End Role="WorkflowAssociations" EntitySet="WorkflowAssociations" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Web_WorkflowTemplates_SP_Workflow_WorkflowTemplate_WorkflowTemplatesPartnerSet"
                    Association="SP.Workflow.SP_Web_WorkflowTemplates_SP_Workflow_WorkflowTemplate_WorkflowTemplatesPartner">
                    <End Role="WorkflowTemplatesPartner" EntitySet="Webs" />
                    <End Role="WorkflowTemplates" EntitySet="WorkflowTemplates" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Common_AgentGroupEntity_Default_Microsoft_Online_SharePoint_MigrationCenter_Common_AgentGroupEntity_DefaultPartnerSet"
                    Association="Microsoft.Online.SharePoint.MigrationCenter.Common.Microsoft_Online_SharePoint_MigrationCenter_Common_AgentGroupEntity_Default_Microsoft_Online_SharePoint_MigrationCenter_Common_AgentGroupEntity_DefaultPartner">
                    <End Role="DefaultPartner" EntitySet="AgentGroupEntitys" />
                    <End Role="Default" EntitySet="AgentGroupEntitys" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_AgentGroups_Microsoft_Online_SharePoint_MigrationCenter_Service_AgentGroup_AgentGroupsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_AgentGroups_Microsoft_Online_SharePoint_MigrationCenter_Service_AgentGroup_AgentGroupsPartner">
                    <End Role="AgentGroupsPartner" EntitySet="MigrationCenterServicess" />
                    <End Role="AgentGroups" EntitySet="AgentGroupEntitys" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_DeployStatus_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterDeployStatus_DeployStatusPartnerSet"
                    Association="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_DeployStatus_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterDeployStatus_DeployStatusPartner">
                    <End Role="DeployStatusPartner" EntitySet="MigrationCenterServicess" />
                    <End Role="DeployStatus" EntitySet="MigrationCenterDeployStatuss" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Devices_Microsoft_Online_SharePoint_MigrationCenter_Service_Device_DevicesPartnerSet"
                    Association="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Devices_Microsoft_Online_SharePoint_MigrationCenter_Service_Device_DevicesPartner">
                    <End Role="DevicesPartner" EntitySet="MigrationCenterServicess" />
                    <End Role="Devices" EntitySet="DeviceEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_PerformanceData_Microsoft_Online_SharePoint_MigrationCenter_Service_PerformanceData_PerformanceDataPartnerSet"
                    Association="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_PerformanceData_Microsoft_Online_SharePoint_MigrationCenter_Service_PerformanceData_PerformanceDataPartner">
                    <End Role="PerformanceDataPartner" EntitySet="MigrationCenterServicess" />
                    <End Role="PerformanceData" EntitySet="MigrationPerformanceEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Properties_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationProperties_PropertiesPartnerSet"
                    Association="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Properties_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationProperties_PropertiesPartner">
                    <End Role="PropertiesPartner" EntitySet="MigrationCenterServicess" />
                    <End Role="Properties" EntitySet="MigrationPropertiess" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_SPFlight_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationSPFlight_SPFlightPartnerSet"
                    Association="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_SPFlight_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationSPFlight_SPFlightPartner">
                    <End Role="SPFlightPartner" EntitySet="MigrationCenterServicess" />
                    <End Role="SPFlight" EntitySet="MigrationSPFlights" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Storage_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterStorage_StoragePartnerSet"
                    Association="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Storage_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterStorage_StoragePartner">
                    <End Role="StoragePartner" EntitySet="MigrationCenterServicess" />
                    <End Role="Storage" EntitySet="MigrationCenterStorages" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Tasks_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationTask_TasksPartnerSet"
                    Association="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Tasks_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationTask_TasksPartner">
                    <End Role="TasksPartner" EntitySet="MigrationCenterServicess" />
                    <End Role="Tasks" EntitySet="MigrationTaskEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Teams_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterTeams_TeamsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Teams_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterTeams_TeamsPartner">
                    <End Role="TeamsPartner" EntitySet="MigrationCenterServicess" />
                    <End Role="Teams" EntitySet="MigrationCenterTeamss" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_AllowedDataLocations_Microsoft_Online_SharePoint_MultiGeo_Service_AllowedDataLocation_AllowedDataLocationsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_AllowedDataLocations_Microsoft_Online_SharePoint_MultiGeo_Service_AllowedDataLocation_AllowedDataLocationsPartner">
                    <End Role="AllowedDataLocationsPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="AllowedDataLocations" EntitySet="AllowedDataLocationEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_ContentDbSchemaVersion_Microsoft_Online_SharePoint_MultiGeo_Service_ContentDbSchemaVersion_ContentDbSchemaVersionPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_ContentDbSchemaVersion_Microsoft_Online_SharePoint_MultiGeo_Service_ContentDbSchemaVersion_ContentDbSchemaVersionPartner">
                    <End Role="ContentDbSchemaVersionPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="ContentDbSchemaVersion" EntitySet="ContentDbSchemaVersions" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossFarmGroupMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmGroupMoveJob_CrossFarmGroupMoveJobsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossFarmGroupMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmGroupMoveJob_CrossFarmGroupMoveJobsPartner">
                    <End Role="CrossFarmGroupMoveJobsPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="CrossFarmGroupMoveJobs" EntitySet="GroupMoveJobEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossFarmSiteMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmSiteMoveJob_CrossFarmSiteMoveJobsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossFarmSiteMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmSiteMoveJob_CrossFarmSiteMoveJobsPartner">
                    <End Role="CrossFarmSiteMoveJobsPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="CrossFarmSiteMoveJobs" EntitySet="SiteMoveJobEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossFarmUserMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmUserMoveJob_CrossFarmUserMoveJobsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossFarmUserMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmUserMoveJob_CrossFarmUserMoveJobsPartner">
                    <End Role="CrossFarmUserMoveJobsPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="CrossFarmUserMoveJobs" EntitySet="UserMoveJobEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoTenantBYOK_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoTenantBYOK_CrossGeoTenantBYOKPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoTenantBYOK_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoTenantBYOK_CrossGeoTenantBYOKPartner">
                    <End Role="CrossGeoTenantBYOKPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="CrossGeoTenantBYOK" EntitySet="CrossGeoTenantBYOKs" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoTenantCompatibility_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoTenantCompatibility_CrossGeoTenantCompatibilityPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoTenantCompatibility_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoTenantCompatibility_CrossGeoTenantCompatibilityPartner">
                    <End Role="CrossGeoTenantCompatibilityPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="CrossGeoTenantCompatibility" EntitySet="CrossGeoTenantCompatibilitys" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoTenantProperties_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoTenantProperty_CrossGeoTenantPropertiesPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoTenantProperties_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoTenantProperty_CrossGeoTenantPropertiesPartner">
                    <End Role="CrossGeoTenantPropertiesPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="CrossGeoTenantProperties"
                        EntitySet="CrossGeoTenantPropertyEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoUserPlacementJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoUserPlacementJob_CrossGeoUserPlacementJobsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoUserPlacementJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoUserPlacementJob_CrossGeoUserPlacementJobsPartner">
                    <End Role="CrossGeoUserPlacementJobsPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="CrossGeoUserPlacementJobs"
                        EntitySet="CrossGeoUserPlacementJobEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_DBLevelWorkItems_Microsoft_Online_SharePoint_MultiGeo_Service_DBLevelWorkItemEntityData_DBLevelWorkItemsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_DBLevelWorkItems_Microsoft_Online_SharePoint_MultiGeo_Service_DBLevelWorkItemEntityData_DBLevelWorkItemsPartner">
                    <End Role="DBLevelWorkItemsPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="DBLevelWorkItems" EntitySet="DBLevelWorkItemEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_DeleteTargetSite_Microsoft_Online_SharePoint_MultiGeo_Service_SiteAtTargetEntityData_DeleteTargetSitePartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_DeleteTargetSite_Microsoft_Online_SharePoint_MultiGeo_Service_SiteAtTargetEntityData_DeleteTargetSitePartner">
                    <End Role="DeleteTargetSitePartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="DeleteTargetSite" EntitySet="SiteAtTargetEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_DfDeprecationJobs_Microsoft_Online_SharePoint_MultiGeo_Service_DfDeprecationJob_DfDeprecationJobsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_DfDeprecationJobs_Microsoft_Online_SharePoint_MultiGeo_Service_DfDeprecationJob_DfDeprecationJobsPartner">
                    <End Role="DfDeprecationJobsPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="DfDeprecationJobs" EntitySet="DfDeprecationSiteEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GeoAdministrators_Microsoft_Online_SharePoint_MultiGeo_Service_GeoAdministrator_GeoAdministratorsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GeoAdministrators_Microsoft_Online_SharePoint_MultiGeo_Service_GeoAdministrator_GeoAdministratorsPartner">
                    <End Role="GeoAdministratorsPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="GeoAdministrators" EntitySet="GeoAdministrators" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GeoExperience_Microsoft_Online_SharePoint_MultiGeo_Service_GeoExperience_GeoExperiencePartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GeoExperience_Microsoft_Online_SharePoint_MultiGeo_Service_GeoExperience_GeoExperiencePartner">
                    <End Role="GeoExperiencePartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="GeoExperience" EntitySet="GeoExperiences" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GeoTenantInstanceInformationCollection_Microsoft_Online_SharePoint_MultiGeo_Service_GeoTenantInstanceInformation_GeoTenantInstanceInformationCollectionPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GeoTenantInstanceInformationCollection_Microsoft_Online_SharePoint_MultiGeo_Service_GeoTenantInstanceInformation_GeoTenantInstanceInformationCollectionPartner">
                    <End Role="GeoTenantInstanceInformationCollectionPartner"
                        EntitySet="MultiGeoServicesBetas" />
                    <End Role="GeoTenantInstanceInformationCollection"
                        EntitySet="GeoTenantInstanceInformationEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GlobalAdminCheck_Microsoft_Online_SharePoint_MultiGeo_Service_GlobalAdminCheck_GlobalAdminCheckPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GlobalAdminCheck_Microsoft_Online_SharePoint_MultiGeo_Service_GlobalAdminCheck_GlobalAdminCheckPartner">
                    <End Role="GlobalAdminCheckPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="GlobalAdminCheck" EntitySet="GlobalAdminChecks" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GroupMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_GroupMoveJob_GroupMoveJobsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GroupMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_GroupMoveJob_GroupMoveJobsPartner">
                    <End Role="GroupMoveJobsPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="GroupMoveJobs" EntitySet="GroupMoveJobEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_MoveJobReports_Microsoft_Online_SharePoint_MultiGeo_Service_MoveJobReport_MoveJobReportsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_MoveJobReports_Microsoft_Online_SharePoint_MultiGeo_Service_MoveJobReport_MoveJobReportsPartner">
                    <End Role="MoveJobReportsPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="MoveJobReports" EntitySet="MoveJobReports" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_MoveSites_Microsoft_Online_SharePoint_MultiGeo_Service_MoveSiteROState_MoveSitesPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_MoveSites_Microsoft_Online_SharePoint_MultiGeo_Service_MoveSiteROState_MoveSitesPartner">
                    <End Role="MoveSitesPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="MoveSites" EntitySet="MoveSiteROStateEntitys" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_SiteMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_SiteMoveJob_SiteMoveJobsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_SiteMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_SiteMoveJob_SiteMoveJobsPartner">
                    <End Role="SiteMoveJobsPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="SiteMoveJobs" EntitySet="SiteMoveJobEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_StorageQuotas_Microsoft_Online_SharePoint_MultiGeo_Service_StorageQuota_StorageQuotasPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_StorageQuotas_Microsoft_Online_SharePoint_MultiGeo_Service_StorageQuota_StorageQuotasPartner">
                    <End Role="StorageQuotasPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="StorageQuotas" EntitySet="StorageQuotas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_SupportedGeoLocationsForTenant_Microsoft_Online_SharePoint_MultiGeo_Service_SupportedGeoLocationsForTenant_SupportedGeoLocationsForTenantPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_SupportedGeoLocationsForTenant_Microsoft_Online_SharePoint_MultiGeo_Service_SupportedGeoLocationsForTenant_SupportedGeoLocationsForTenantPartner">
                    <End Role="SupportedGeoLocationsForTenantPartner"
                        EntitySet="MultiGeoServicesBetas" />
                    <End Role="SupportedGeoLocationsForTenant"
                        EntitySet="SupportedGeoLocationsForTenants" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_supportedgeolocationsmapdata_Microsoft_Online_SharePoint_MultiGeo_Service_GeoLocationData_supportedgeolocationsmapdataPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_supportedgeolocationsmapdata_Microsoft_Online_SharePoint_MultiGeo_Service_GeoLocationData_supportedgeolocationsmapdataPartner">
                    <End Role="supportedgeolocationsmapdataPartner"
                        EntitySet="MultiGeoServicesBetas" />
                    <End Role="supportedgeolocationsmapdata" EntitySet="GeoLocationDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_TaxonomyReplicationParameters_Microsoft_Online_SharePoint_MultiGeo_Service_TaxonomyReplicationParameters_TaxonomyReplicationParametersPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_TaxonomyReplicationParameters_Microsoft_Online_SharePoint_MultiGeo_Service_TaxonomyReplicationParameters_TaxonomyReplicationParametersPartner">
                    <End Role="TaxonomyReplicationParametersPartner"
                        EntitySet="MultiGeoServicesBetas" />
                    <End Role="TaxonomyReplicationParameters"
                        EntitySet="TaxonomyReplicationParameterss" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_TenantInformationCollection_Microsoft_Online_SharePoint_MultiGeo_Service_TenantInformation_TenantInformationCollectionPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_TenantInformationCollection_Microsoft_Online_SharePoint_MultiGeo_Service_TenantInformation_TenantInformationCollectionPartner">
                    <End Role="TenantInformationCollectionPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="TenantInformationCollection" EntitySet="TenantInformations" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_UnifiedGroups_Microsoft_Online_SharePoint_MultiGeo_Service_UnifiedGroup_UnifiedGroupsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_UnifiedGroups_Microsoft_Online_SharePoint_MultiGeo_Service_UnifiedGroup_UnifiedGroupsPartner">
                    <End Role="UnifiedGroupsPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="UnifiedGroups" EntitySet="UnifiedGroups" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_UpdateGLSRegistration_Microsoft_Online_SharePoint_MultiGeo_Service_SiteAtTargetEntityData_UpdateGLSRegistrationPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_UpdateGLSRegistration_Microsoft_Online_SharePoint_MultiGeo_Service_SiteAtTargetEntityData_UpdateGLSRegistrationPartner">
                    <End Role="UpdateGLSRegistrationPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="UpdateGLSRegistration" EntitySet="SiteAtTargetEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_UserMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_UserMoveJob_UserMoveJobsPartnerSet"
                    Association="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_UserMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_UserMoveJob_UserMoveJobsPartner">
                    <End Role="UserMoveJobsPartner" EntitySet="MultiGeoServicesBetas" />
                    <End Role="UserMoveJobs" EntitySet="UserMoveJobEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_Onboarding_RestService_OnboardingServicesBeta_PrioritySiteRenameJobs_Microsoft_Online_SharePoint_Onboarding_RestService_PrioritySiteRename_PrioritySiteRenameJob_PrioritySiteRenameJobsPartnerSet"
                    Association="Microsoft.Online.SharePoint.Onboarding.RestService.PrioritySiteRename.Microsoft_Online_SharePoint_Onboarding_RestService_OnboardingServicesBeta_PrioritySiteRenameJobs_Microsoft_Online_SharePoint_Onboarding_RestService_PrioritySiteRename_PrioritySiteRenameJob_PrioritySiteRenameJobsPartner">
                    <End Role="PrioritySiteRenameJobsPartner" EntitySet="OnboardingServicesBetas" />
                    <End Role="PrioritySiteRenameJobs" EntitySet="PrioritySiteRenameJobEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_Onboarding_RestService_OnboardingServicesBeta_SiteRenameJobs_Microsoft_Online_SharePoint_Onboarding_RestService_Service_SiteRenameJob_SiteRenameJobsPartnerSet"
                    Association="Microsoft.Online.SharePoint.Onboarding.RestService.Service.Microsoft_Online_SharePoint_Onboarding_RestService_OnboardingServicesBeta_SiteRenameJobs_Microsoft_Online_SharePoint_Onboarding_RestService_Service_SiteRenameJob_SiteRenameJobsPartner">
                    <End Role="SiteRenameJobsPartner" EntitySet="OnboardingServicesBetas" />
                    <End Role="SiteRenameJobs" EntitySet="SiteRenameJobEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_Onboarding_RestService_OnboardingServicesBeta_TenantRenameJobs_Microsoft_Online_SharePoint_Onboarding_RestService_TenantRename_TenantRenameJob_TenantRenameJobsPartnerSet"
                    Association="Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.Microsoft_Online_SharePoint_Onboarding_RestService_OnboardingServicesBeta_TenantRenameJobs_Microsoft_Online_SharePoint_Onboarding_RestService_TenantRename_TenantRenameJob_TenantRenameJobsPartner">
                    <End Role="TenantRenameJobsPartner" EntitySet="OnboardingServicesBetas" />
                    <End Role="TenantRenameJobs" EntitySet="TenantRenameJobEntityDatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipal_GrantManager_Microsoft_Online_SharePoint_TenantAdministration_Internal_SPO3rdPartyAADPermissionGrant_GrantManagerPartnerSet"
                    Association="Microsoft.Online.SharePoint.TenantAdministration.Internal.Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipal_GrantManager_Microsoft_Online_SharePoint_TenantAdministration_Internal_SPO3rdPartyAADPermissionGrant_GrantManagerPartner">
                    <End Role="GrantManagerPartner" EntitySet="SPOWebAppServicePrincipals" />
                    <End Role="GrantManager" EntitySet="SPO3rdPartyAADPermissionGrants" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipal_PermissionGrants_Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipalPermissionGrant_PermissionGrantsPartnerSet"
                    Association="Microsoft.Online.SharePoint.TenantAdministration.Internal.Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipal_PermissionGrants_Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipalPermissionGrant_PermissionGrantsPartner">
                    <End Role="PermissionGrantsPartner" EntitySet="SPOWebAppServicePrincipals" />
                    <End Role="PermissionGrants"
                        EntitySet="SPOWebAppServicePrincipalPermissionGrants" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipal_PermissionRequests_Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipalPermissionRequest_PermissionRequestsPartnerSet"
                    Association="Microsoft.Online.SharePoint.TenantAdministration.Internal.Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipal_PermissionRequests_Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipalPermissionRequest_PermissionRequestsPartner">
                    <End Role="PermissionRequestsPartner" EntitySet="SPOWebAppServicePrincipals" />
                    <End Role="PermissionRequests"
                        EntitySet="SPOWebAppServicePrincipalPermissionRequests" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_TenantAdministration_SPOMalwareFile_File_SP_File_FilePartnerSet"
                    Association="SP.Microsoft_Online_SharePoint_TenantAdministration_SPOMalwareFile_File_SP_File_FilePartner">
                    <End Role="FilePartner" EntitySet="SPOMalwareFiles" />
                    <End Role="File" EntitySet="Files12" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_TenantAdministration_Tenant_CatalogManagement_Microsoft_Online_SharePoint_TenantAdministration_CatalogManagementCollection_CatalogManagementPartnerSet"
                    Association="Microsoft.Online.SharePoint.TenantAdministration.Microsoft_Online_SharePoint_TenantAdministration_Tenant_CatalogManagement_Microsoft_Online_SharePoint_TenantAdministration_CatalogManagementCollection_CatalogManagementPartner">
                    <End Role="CatalogManagementPartner" EntitySet="Tenants" />
                    <End Role="CatalogManagement" EntitySet="CatalogManagementCollections" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_TenantAdministration_Tenant_Sites_Microsoft_Online_SharePoint_TenantAdministration_SiteProperties_SitesPartnerSet"
                    Association="Microsoft.Online.SharePoint.TenantAdministration.Microsoft_Online_SharePoint_TenantAdministration_Tenant_Sites_Microsoft_Online_SharePoint_TenantAdministration_SiteProperties_SitesPartner">
                    <End Role="SitesPartner" EntitySet="Tenants" />
                    <End Role="Sites" EntitySet="SitePropertiess" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_TenantAdministration_Tenant_TenantDataLossPreventionQuarantineSettings_SP_TenantDataLossPreventionQuarantineSettings_TenantDataLossPreventionQuarantineSettingsPartnerSet"
                    Association="SP.Microsoft_Online_SharePoint_TenantAdministration_Tenant_TenantDataLossPreventionQuarantineSettings_SP_TenantDataLossPreventionQuarantineSettings_TenantDataLossPreventionQuarantineSettingsPartner">
                    <End Role="TenantDataLossPreventionQuarantineSettingsPartner"
                        EntitySet="Tenants" />
                    <End Role="TenantDataLossPreventionQuarantineSettings"
                        EntitySet="TenantDataLossPreventionQuarantineSettingss" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_TenantAdministration_Tenant_TotalTenantArchiveFileSizeAggregation_Microsoft_SharePoint_Administration_Archiving_ArchiveFileSizeMetric_TotalTenantArchiveFileSizeAggregationPartnerSet"
                    Association="Microsoft.SharePoint.Administration.Archiving.Microsoft_Online_SharePoint_TenantAdministration_Tenant_TotalTenantArchiveFileSizeAggregation_Microsoft_SharePoint_Administration_Archiving_ArchiveFileSizeMetric_TotalTenantArchiveFileSizeAggregationPartner">
                    <End Role="TotalTenantArchiveFileSizeAggregationPartner" EntitySet="Tenants" />
                    <End Role="TotalTenantArchiveFileSizeAggregation"
                        EntitySet="ArchiveFileSizeMetrics" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_Online_SharePoint_TenantManagement_GetExternalUsersResults_ExternalUserCollection_Microsoft_Online_SharePoint_TenantManagement_ExternalUser_ExternalUserCollectionPartnerSet"
                    Association="Microsoft.Online.SharePoint.TenantManagement.Microsoft_Online_SharePoint_TenantManagement_GetExternalUsersResults_ExternalUserCollection_Microsoft_Online_SharePoint_TenantManagement_ExternalUser_ExternalUserCollectionPartner">
                    <End Role="ExternalUserCollectionPartner" EntitySet="GetExternalUsersResultss" />
                    <End Role="ExternalUserCollection" EntitySet="ExternalUsers" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_AddToOneDrive_placesInformation_places_Microsoft_SharePoint_AddToOneDrive_PlacesEntity_placesPartnerSet"
                    Association="Microsoft.SharePoint.AddToOneDrive.Microsoft_SharePoint_AddToOneDrive_placesInformation_places_Microsoft_SharePoint_AddToOneDrive_PlacesEntity_placesPartner">
                    <End Role="placesPartner" EntitySet="placesInformations" />
                    <End Role="places" EntitySet="PlacesEntitys" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Administration_SPFarm_Local_Microsoft_SharePoint_Administration_SPFarm_LocalPartnerSet"
                    Association="Microsoft.SharePoint.Administration.Microsoft_SharePoint_Administration_SPFarm_Local_Microsoft_SharePoint_Administration_SPFarm_LocalPartner">
                    <End Role="LocalPartner" EntitySet="SPFarms" />
                    <End Role="Local" EntitySet="SPFarms" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Administration_SPWebApplication_Sites_SP_Site_SitesPartnerSet"
                    Association="SP.Microsoft_SharePoint_Administration_SPWebApplication_Sites_SP_Site_SitesPartner">
                    <End Role="SitesPartner" EntitySet="SPWebApplications" />
                    <End Role="Sites" EntitySet="Sites" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Administration_SPWebService_ContentService_Microsoft_SharePoint_Administration_SPWebService_ContentServicePartnerSet"
                    Association="Microsoft.SharePoint.Administration.Microsoft_SharePoint_Administration_SPWebService_ContentService_Microsoft_SharePoint_Administration_SPWebService_ContentServicePartner">
                    <End Role="ContentServicePartner" EntitySet="SPWebServices" />
                    <End Role="ContentService" EntitySet="SPWebServices" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Administration_SPWebService_WebApplications_Microsoft_SharePoint_Administration_SPWebApplication_WebApplicationsPartnerSet"
                    Association="Microsoft.SharePoint.Administration.Microsoft_SharePoint_Administration_SPWebService_WebApplications_Microsoft_SharePoint_Administration_SPWebApplication_WebApplicationsPartner">
                    <End Role="WebApplicationsPartner" EntitySet="SPWebServices" />
                    <End Role="WebApplications" EntitySet="SPWebApplications" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Comments_comment_likedBy_Microsoft_SharePoint_Likes_userEntity_likedByPartnerSet"
                    Association="Microsoft.SharePoint.Likes.Microsoft_SharePoint_Comments_comment_likedBy_Microsoft_SharePoint_Likes_userEntity_likedByPartner">
                    <End Role="likedByPartner" EntitySet="comments" />
                    <End Role="likedBy" EntitySet="userEntitys" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Comments_comment_replies_Microsoft_SharePoint_Comments_comment_repliesPartnerSet"
                    Association="Microsoft.SharePoint.Comments.Microsoft_SharePoint_Comments_comment_replies_Microsoft_SharePoint_Comments_comment_repliesPartner">
                    <End Role="repliesPartner" EntitySet="comments" />
                    <End Role="replies" EntitySet="comments" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Likes_likedByInformation_likedBy_Microsoft_SharePoint_Likes_userEntity_likedByPartnerSet"
                    Association="Microsoft.SharePoint.Likes.Microsoft_SharePoint_Likes_likedByInformation_likedBy_Microsoft_SharePoint_Likes_userEntity_likedByPartner">
                    <End Role="likedByPartner" EntitySet="likedByInformations" />
                    <End Role="likedBy" EntitySet="userEntitys" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_SiteCollectionCorporateCatalogAccessor_AvailableApps_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CorporateCatalogAppMetadata_AvailableAppsPartnerSet"
                    Association="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_SiteCollectionCorporateCatalogAccessor_AvailableApps_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CorporateCatalogAppMetadata_AvailableAppsPartner">
                    <End Role="AvailableAppsPartner"
                        EntitySet="SiteCollectionCorporateCatalogAccessors" />
                    <End Role="AvailableApps" EntitySet="CorporateCatalogAppMetadatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_CardDesigns_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CardDesigns_CardDesignsPartnerSet"
                    Association="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_CardDesigns_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CardDesigns_CardDesignsPartner">
                    <End Role="CardDesignsPartner" EntitySet="TenantCorporateCatalogAccessors" />
                    <End Role="CardDesigns" EntitySet="CardDesignss" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_AvailableApps_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CorporateCatalogAppMetadata_AvailableAppsPartnerSet"
                    Association="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_AvailableApps_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CorporateCatalogAppMetadata_AvailableAppsPartner">
                    <End Role="AvailableAppsPartner" EntitySet="TenantCorporateCatalogAccessors" />
                    <End Role="AvailableApps" EntitySet="CorporateCatalogAppMetadatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_SiteCollectionAppCatalogsSites_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_SiteCollectionAppCatalogAllowedItem_SiteCollectionAppCatalogsSitesPartnerSet"
                    Association="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_SiteCollectionAppCatalogsSites_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_SiteCollectionAppCatalogAllowedItem_SiteCollectionAppCatalogsSitesPartner">
                    <End Role="SiteCollectionAppCatalogsSitesPartner"
                        EntitySet="TenantCorporateCatalogAccessors" />
                    <End Role="SiteCollectionAppCatalogsSites"
                        EntitySet="SiteCollectionAppCatalogAllowedItems" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_StoreApps_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CorporateCatalogAppMetadata_StoreAppsPartnerSet"
                    Association="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_StoreApps_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CorporateCatalogAppMetadata_StoreAppsPartner">
                    <End Role="StoreAppsPartner" EntitySet="TenantCorporateCatalogAccessors" />
                    <End Role="StoreApps" EntitySet="CorporateCatalogAppMetadatas" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Navigation_REST_NavigationServiceRest_HomeSiteSettings_Microsoft_SharePoint_Navigation_REST_HomeSiteNavigationSettings_HomeSiteSettingsPartnerSet"
                    Association="Microsoft.SharePoint.Navigation.REST.Microsoft_SharePoint_Navigation_REST_NavigationServiceRest_HomeSiteSettings_Microsoft_SharePoint_Navigation_REST_HomeSiteNavigationSettings_HomeSiteSettingsPartner">
                    <End Role="HomeSiteSettingsPartner" EntitySet="NavigationServiceRests" />
                    <End Role="HomeSiteSettings" EntitySet="HomeSiteNavigationSettingss" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Portal_SharePointHomeServiceContext_DWEngineToken_SP_OAuth_TokenResponse_DWEngineTokenPartnerSet"
                    Association="SP.OAuth.Microsoft_SharePoint_Portal_SharePointHomeServiceContext_DWEngineToken_SP_OAuth_TokenResponse_DWEngineTokenPartner">
                    <End Role="DWEngineTokenPartner" EntitySet="SharePointHomeServiceContexts" />
                    <End Role="DWEngineToken" EntitySet="TokenResponses" />
                </AssociationSet>
                <AssociationSet
                    Name="Microsoft_SharePoint_Portal_SharePointHomeServiceContext_Token_SP_OAuth_TokenResponse_TokenPartnerSet"
                    Association="SP.OAuth.Microsoft_SharePoint_Portal_SharePointHomeServiceContext_Token_SP_OAuth_TokenResponse_TokenPartner">
                    <End Role="TokenPartner" EntitySet="SharePointHomeServiceContexts" />
                    <End Role="Token" EntitySet="TokenResponses" />
                </AssociationSet>
                <AssociationSet
                    Name="MS_FileServices_Folder_Children_MS_FileServices_FileSystemItem_ChildrenPartnerSet"
                    Association="MS.FileServices.MS_FileServices_Folder_Children_MS_FileServices_FileSystemItem_ChildrenPartner">
                    <End Role="ChildrenPartner" EntitySet="Folders" />
                    <End Role="Children" EntitySet="Files" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_Assignment_CustomFields_PS_CustomField_CustomFieldsPartnerSet"
                    Association="PS.PS_Assignment_CustomFields_PS_CustomField_CustomFieldsPartner">
                    <End Role="CustomFieldsPartner" EntitySet="Assignments" />
                    <End Role="CustomFields" EntitySet="CustomFields" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_Calendar_BaseCalendarExceptions_PS_CalendarException_BaseCalendarExceptionsPartnerSet"
                    Association="PS.PS_Calendar_BaseCalendarExceptions_PS_CalendarException_BaseCalendarExceptionsPartner">
                    <End Role="BaseCalendarExceptionsPartner" EntitySet="Calendars" />
                    <End Role="BaseCalendarExceptions" EntitySet="CalendarExceptions" />
                </AssociationSet>
                <AssociationSet Name="PS_CalendarException_Calendar_PS_Calendar_CalendarPartnerSet"
                    Association="PS.PS_CalendarException_Calendar_PS_Calendar_CalendarPartner">
                    <End Role="CalendarPartner" EntitySet="CalendarExceptions" />
                    <End Role="Calendar" EntitySet="Calendars" />
                </AssociationSet>
                <AssociationSet Name="PS_CustomField_EntityType_PS_EntityType_EntityTypePartnerSet"
                    Association="PS.PS_CustomField_EntityType_PS_EntityType_EntityTypePartner">
                    <End Role="EntityTypePartner" EntitySet="CustomFields" />
                    <End Role="EntityType" EntitySet="EntityTypes" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_CustomField_LookupEntries_PS_LookupEntry_LookupEntriesPartnerSet"
                    Association="PS.PS_CustomField_LookupEntries_PS_LookupEntry_LookupEntriesPartner">
                    <End Role="LookupEntriesPartner" EntitySet="CustomFields" />
                    <End Role="LookupEntries" EntitySet="LookupEntrys" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_CustomField_LookupTable_PS_LookupTable_LookupTablePartnerSet"
                    Association="PS.PS_CustomField_LookupTable_PS_LookupTable_LookupTablePartner">
                    <End Role="LookupTablePartner" EntitySet="CustomFields" />
                    <End Role="LookupTable" EntitySet="LookupTables" />
                </AssociationSet>
                <AssociationSet Name="PS_DraftAssignment_Owner_SP_User_OwnerPartnerSet"
                    Association="SP.PS_DraftAssignment_Owner_SP_User_OwnerPartner">
                    <End Role="OwnerPartner" EntitySet="DraftAssignments" />
                    <End Role="Owner" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="PS_DraftAssignment_Parent_PS_DraftAssignment_ParentPartnerSet"
                    Association="PS.PS_DraftAssignment_Parent_PS_DraftAssignment_ParentPartner">
                    <End Role="ParentPartner" EntitySet="DraftAssignments" />
                    <End Role="Parent" EntitySet="DraftAssignments" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_DraftAssignment_Resource_PS_DraftProjectResource_ResourcePartnerSet"
                    Association="PS.PS_DraftAssignment_Resource_PS_DraftProjectResource_ResourcePartner">
                    <End Role="ResourcePartner" EntitySet="DraftAssignments" />
                    <End Role="Resource" EntitySet="DraftProjectResources" />
                </AssociationSet>
                <AssociationSet Name="PS_DraftAssignment_Task_PS_DraftTask_TaskPartnerSet"
                    Association="PS.PS_DraftAssignment_Task_PS_DraftTask_TaskPartner">
                    <End Role="TaskPartner" EntitySet="DraftAssignments" />
                    <End Role="Task" EntitySet="DraftTasks" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_DraftProject_Assignments_PS_DraftAssignment_AssignmentsPartnerSet"
                    Association="PS.PS_DraftProject_Assignments_PS_DraftAssignment_AssignmentsPartner">
                    <End Role="AssignmentsPartner" EntitySet="DraftProjects" />
                    <End Role="Assignments" EntitySet="DraftAssignments" />
                </AssociationSet>
                <AssociationSet Name="PS_DraftProject_Calendar_PS_Calendar_CalendarPartnerSet"
                    Association="PS.PS_DraftProject_Calendar_PS_Calendar_CalendarPartner">
                    <End Role="CalendarPartner" EntitySet="DraftProjects" />
                    <End Role="Calendar" EntitySet="Calendars" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_DraftProject_IncludeCustomFields_PS_DraftProject_IncludeCustomFieldsPartnerSet"
                    Association="PS.PS_DraftProject_IncludeCustomFields_PS_DraftProject_IncludeCustomFieldsPartner">
                    <End Role="IncludeCustomFieldsPartner" EntitySet="DraftProjects" />
                    <End Role="IncludeCustomFields" EntitySet="DraftProjects" />
                </AssociationSet>
                <AssociationSet Name="PS_DraftProject_Owner_SP_User_OwnerPartnerSet"
                    Association="SP.PS_DraftProject_Owner_SP_User_OwnerPartner">
                    <End Role="OwnerPartner" EntitySet="DraftProjects" />
                    <End Role="Owner" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_DraftProject_ProjectResources_PS_DraftProjectResource_ProjectResourcesPartnerSet"
                    Association="PS.PS_DraftProject_ProjectResources_PS_DraftProjectResource_ProjectResourcesPartner">
                    <End Role="ProjectResourcesPartner" EntitySet="DraftProjects" />
                    <End Role="ProjectResources" EntitySet="DraftProjectResources1" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_DraftProject_TaskLinks_PS_DraftTaskLink_TaskLinksPartnerSet"
                    Association="PS.PS_DraftProject_TaskLinks_PS_DraftTaskLink_TaskLinksPartner">
                    <End Role="TaskLinksPartner" EntitySet="DraftProjects" />
                    <End Role="TaskLinks" EntitySet="DraftTaskLinks" />
                </AssociationSet>
                <AssociationSet Name="PS_DraftProject_Tasks_PS_DraftTask_TasksPartnerSet"
                    Association="PS.PS_DraftProject_Tasks_PS_DraftTask_TasksPartner">
                    <End Role="TasksPartner" EntitySet="DraftProjects" />
                    <End Role="Tasks" EntitySet="DraftTasks" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_DraftProjectResource_Assignments_PS_DraftAssignment_AssignmentsPartnerSet"
                    Association="PS.PS_DraftProjectResource_Assignments_PS_DraftAssignment_AssignmentsPartner">
                    <End Role="AssignmentsPartner" EntitySet="DraftProjectResources" />
                    <End Role="Assignments" EntitySet="DraftAssignments" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_DraftProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartnerSet"
                    Association="SP.PS_DraftProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner">
                    <End Role="DefaultAssignmentOwnerPartner" EntitySet="DraftProjectResources" />
                    <End Role="DefaultAssignmentOwner" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_DraftTask_Assignments_PS_DraftAssignment_AssignmentsPartnerSet"
                    Association="PS.PS_DraftTask_Assignments_PS_DraftAssignment_AssignmentsPartner">
                    <End Role="AssignmentsPartner" EntitySet="DraftTasks" />
                    <End Role="Assignments" EntitySet="DraftAssignments" />
                </AssociationSet>
                <AssociationSet Name="PS_DraftTask_Calendar_PS_Calendar_CalendarPartnerSet"
                    Association="PS.PS_DraftTask_Calendar_PS_Calendar_CalendarPartner">
                    <End Role="CalendarPartner" EntitySet="DraftTasks" />
                    <End Role="Calendar" EntitySet="Calendars" />
                </AssociationSet>
                <AssociationSet Name="PS_DraftTask_Parent_PS_DraftTask_ParentPartnerSet"
                    Association="PS.PS_DraftTask_Parent_PS_DraftTask_ParentPartner">
                    <End Role="ParentPartner" EntitySet="DraftTasks" />
                    <End Role="Parent" EntitySet="DraftTasks" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_DraftTask_Predecessors_PS_DraftTaskLink_PredecessorsPartnerSet"
                    Association="PS.PS_DraftTask_Predecessors_PS_DraftTaskLink_PredecessorsPartner">
                    <End Role="PredecessorsPartner" EntitySet="DraftTasks" />
                    <End Role="Predecessors" EntitySet="DraftTaskLinks" />
                </AssociationSet>
                <AssociationSet Name="PS_DraftTask_StatusManager_SP_User_StatusManagerPartnerSet"
                    Association="SP.PS_DraftTask_StatusManager_SP_User_StatusManagerPartner">
                    <End Role="StatusManagerPartner" EntitySet="DraftTasks" />
                    <End Role="StatusManager" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="PS_DraftTask_Successors_PS_DraftTaskLink_SuccessorsPartnerSet"
                    Association="PS.PS_DraftTask_Successors_PS_DraftTaskLink_SuccessorsPartner">
                    <End Role="SuccessorsPartner" EntitySet="DraftTasks" />
                    <End Role="Successors" EntitySet="DraftTaskLinks" />
                </AssociationSet>
                <AssociationSet Name="PS_DraftTaskLink_End_PS_DraftTask_EndPartnerSet"
                    Association="PS.PS_DraftTaskLink_End_PS_DraftTask_EndPartner">
                    <End Role="EndPartner" EntitySet="DraftTaskLinks" />
                    <End Role="End" EntitySet="DraftTasks" />
                </AssociationSet>
                <AssociationSet Name="PS_DraftTaskLink_Start_PS_DraftTask_StartPartnerSet"
                    Association="PS.PS_DraftTaskLink_Start_PS_DraftTask_StartPartner">
                    <End Role="StartPartner" EntitySet="DraftTaskLinks" />
                    <End Role="Start" EntitySet="DraftTasks" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_Engagement_Comments_PS_EngagementComment_CommentsPartnerSet"
                    Association="PS.PS_Engagement_Comments_PS_EngagementComment_CommentsPartner">
                    <End Role="CommentsPartner" EntitySet="Engagements" />
                    <End Role="Comments" EntitySet="EngagementComments" />
                </AssociationSet>
                <AssociationSet Name="PS_Engagement_ModifiedBy_SP_User_ModifiedByPartnerSet"
                    Association="SP.PS_Engagement_ModifiedBy_SP_User_ModifiedByPartner">
                    <End Role="ModifiedByPartner" EntitySet="Engagements" />
                    <End Role="ModifiedBy" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="PS_Engagement_Project_PS_Project_ProjectPartnerSet"
                    Association="PS.PS_Engagement_Project_PS_Project_ProjectPartner">
                    <End Role="ProjectPartner" EntitySet="Engagements" />
                    <End Role="Project" EntitySet="Projects" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_Engagement_Resource_PS_EnterpriseResource_ResourcePartnerSet"
                    Association="PS.PS_Engagement_Resource_PS_EnterpriseResource_ResourcePartner">
                    <End Role="ResourcePartner" EntitySet="Engagements" />
                    <End Role="Resource" EntitySet="EnterpriseResources" />
                </AssociationSet>
                <AssociationSet Name="PS_Engagement_ReviewedBy_SP_User_ReviewedByPartnerSet"
                    Association="SP.PS_Engagement_ReviewedBy_SP_User_ReviewedByPartner">
                    <End Role="ReviewedByPartner" EntitySet="Engagements" />
                    <End Role="ReviewedBy" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="PS_Engagement_SubmittedBy_SP_User_SubmittedByPartnerSet"
                    Association="SP.PS_Engagement_SubmittedBy_SP_User_SubmittedByPartner">
                    <End Role="SubmittedByPartner" EntitySet="Engagements" />
                    <End Role="SubmittedBy" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="PS_EngagementComment_Author_SP_User_AuthorPartnerSet"
                    Association="SP.PS_EngagementComment_Author_SP_User_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="EngagementComments" />
                    <End Role="Author" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EnterpriseProjectType_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartnerSet"
                    Association="PS.PS_EnterpriseProjectType_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartner">
                    <End Role="ProjectDetailPagesPartner" EntitySet="EnterpriseProjectTypes" />
                    <End Role="ProjectDetailPages" EntitySet="ProjectDetailPages" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EnterpriseResource_Assignments_PS_StatusAssignment_AssignmentsPartnerSet"
                    Association="PS.PS_EnterpriseResource_Assignments_PS_StatusAssignment_AssignmentsPartner">
                    <End Role="AssignmentsPartner" EntitySet="EnterpriseResources" />
                    <End Role="Assignments" EntitySet="StatusAssignments" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EnterpriseResource_BaseCalendar_PS_Calendar_BaseCalendarPartnerSet"
                    Association="PS.PS_EnterpriseResource_BaseCalendar_PS_Calendar_BaseCalendarPartner">
                    <End Role="BaseCalendarPartner" EntitySet="EnterpriseResources" />
                    <End Role="BaseCalendar" EntitySet="Calendars" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EnterpriseResource_CostRateTables_PS_EnterpriseResourceCostRateTable_CostRateTablesPartnerSet"
                    Association="PS.PS_EnterpriseResource_CostRateTables_PS_EnterpriseResourceCostRateTable_CostRateTablesPartner">
                    <End Role="CostRateTablesPartner" EntitySet="EnterpriseResources" />
                    <End Role="CostRateTables" EntitySet="EnterpriseResourceCostRateTables" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EnterpriseResource_CustomFields_PS_CustomField_CustomFieldsPartnerSet"
                    Association="PS.PS_EnterpriseResource_CustomFields_PS_CustomField_CustomFieldsPartner">
                    <End Role="CustomFieldsPartner" EntitySet="EnterpriseResources" />
                    <End Role="CustomFields" EntitySet="CustomFields" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EnterpriseResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartnerSet"
                    Association="SP.PS_EnterpriseResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner">
                    <End Role="DefaultAssignmentOwnerPartner" EntitySet="EnterpriseResources" />
                    <End Role="DefaultAssignmentOwner" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EnterpriseResource_Engagements_PS_ResourceEngagement_EngagementsPartnerSet"
                    Association="PS.PS_EnterpriseResource_Engagements_PS_ResourceEngagement_EngagementsPartner">
                    <End Role="EngagementsPartner" EntitySet="EnterpriseResources" />
                    <End Role="Engagements" EntitySet="ResourceEngagements" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EnterpriseResource_UserPermissions_PS_UserPermission_UserPermissionsPartnerSet"
                    Association="PS.PS_EnterpriseResource_UserPermissions_PS_UserPermission_UserPermissionsPartner">
                    <End Role="UserPermissionsPartner" EntitySet="EnterpriseResources" />
                    <End Role="UserPermissions" EntitySet="UserPermissions" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EnterpriseResource_ResourceCalendarExceptions_PS_CalendarException_ResourceCalendarExceptionsPartnerSet"
                    Association="PS.PS_EnterpriseResource_ResourceCalendarExceptions_PS_CalendarException_ResourceCalendarExceptionsPartner">
                    <End Role="ResourceCalendarExceptionsPartner" EntitySet="EnterpriseResources" />
                    <End Role="ResourceCalendarExceptions" EntitySet="CalendarExceptions" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EnterpriseResource_Self_PS_EnterpriseResource_SelfPartnerSet"
                    Association="PS.PS_EnterpriseResource_Self_PS_EnterpriseResource_SelfPartner">
                    <End Role="SelfPartner" EntitySet="EnterpriseResources" />
                    <End Role="Self" EntitySet="EnterpriseResources" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EnterpriseResource_TimesheetManager_SP_User_TimesheetManagerPartnerSet"
                    Association="SP.PS_EnterpriseResource_TimesheetManager_SP_User_TimesheetManagerPartner">
                    <End Role="TimesheetManagerPartner" EntitySet="EnterpriseResources" />
                    <End Role="TimesheetManager" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="PS_EnterpriseResource_User_SP_User_UserPartnerSet"
                    Association="SP.PS_EnterpriseResource_User_SP_User_UserPartner">
                    <End Role="UserPartner" EntitySet="EnterpriseResources" />
                    <End Role="User" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EnterpriseResourceCostRateTable_CostRates_PS_EnterpriseResourceCostRate_CostRatesPartnerSet"
                    Association="PS.PS_EnterpriseResourceCostRateTable_CostRates_PS_EnterpriseResourceCostRate_CostRatesPartner">
                    <End Role="CostRatesPartner" EntitySet="EnterpriseResourceCostRateTables" />
                    <End Role="CostRates" EntitySet="EnterpriseResourceCostRates" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EntityTypes_AssignmentEntity_PS_EntityType_AssignmentEntityPartnerSet"
                    Association="PS.PS_EntityTypes_AssignmentEntity_PS_EntityType_AssignmentEntityPartner">
                    <End Role="AssignmentEntityPartner" EntitySet="EntityTypess" />
                    <End Role="AssignmentEntity" EntitySet="EntityTypes" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EntityTypes_ProjectEntity_PS_EntityType_ProjectEntityPartnerSet"
                    Association="PS.PS_EntityTypes_ProjectEntity_PS_EntityType_ProjectEntityPartner">
                    <End Role="ProjectEntityPartner" EntitySet="EntityTypess" />
                    <End Role="ProjectEntity" EntitySet="EntityTypes" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_EntityTypes_ResourceEntity_PS_EntityType_ResourceEntityPartnerSet"
                    Association="PS.PS_EntityTypes_ResourceEntity_PS_EntityType_ResourceEntityPartner">
                    <End Role="ResourceEntityPartner" EntitySet="EntityTypess" />
                    <End Role="ResourceEntity" EntitySet="EntityTypes" />
                </AssociationSet>
                <AssociationSet Name="PS_EntityTypes_TaskEntity_PS_EntityType_TaskEntityPartnerSet"
                    Association="PS.PS_EntityTypes_TaskEntity_PS_EntityType_TaskEntityPartner">
                    <End Role="TaskEntityPartner" EntitySet="EntityTypess" />
                    <End Role="TaskEntity" EntitySet="EntityTypes" />
                </AssociationSet>
                <AssociationSet Name="PS_EventHandler_Event_PS_Event_EventPartnerSet"
                    Association="PS.PS_EventHandler_Event_PS_Event_EventPartner">
                    <End Role="EventPartner" EntitySet="EventHandlers" />
                    <End Role="Event" EntitySet="Events" />
                </AssociationSet>
                <AssociationSet Name="PS_LookupTable_Entries_PS_LookupEntry_EntriesPartnerSet"
                    Association="PS.PS_LookupTable_Entries_PS_LookupEntry_EntriesPartner">
                    <End Role="EntriesPartner" EntitySet="LookupTables" />
                    <End Role="Entries" EntitySet="LookupEntrys" />
                </AssociationSet>
                <AssociationSet Name="PS_LookupText_Parent_PS_LookupText_ParentPartnerSet"
                    Association="PS.PS_LookupText_Parent_PS_LookupText_ParentPartner">
                    <End Role="ParentPartner" EntitySet="LookupTexts" />
                    <End Role="Parent" EntitySet="LookupTexts" />
                </AssociationSet>
                <AssociationSet Name="PS_Phase_Stages_PS_Stage_StagesPartnerSet"
                    Association="PS.PS_Phase_Stages_PS_Stage_StagesPartner">
                    <End Role="StagesPartner" EntitySet="Phases" />
                    <End Role="Stages" EntitySet="Stages" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PlanAssignment_CustomFields_PS_CustomField_CustomFieldsPartnerSet"
                    Association="PS.PS_PlanAssignment_CustomFields_PS_CustomField_CustomFieldsPartner">
                    <End Role="CustomFieldsPartner" EntitySet="PlanAssignments" />
                    <End Role="CustomFields" EntitySet="CustomFields" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PlanAssignment_Intervals_PS_PlanAssignmentInterval_IntervalsPartnerSet"
                    Association="PS.PS_PlanAssignment_Intervals_PS_PlanAssignmentInterval_IntervalsPartner">
                    <End Role="IntervalsPartner" EntitySet="PlanAssignments" />
                    <End Role="Intervals" EntitySet="PlanAssignmentIntervals" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PlanAssignment_Resource_PS_EnterpriseResource_ResourcePartnerSet"
                    Association="PS.PS_PlanAssignment_Resource_PS_EnterpriseResource_ResourcePartner">
                    <End Role="ResourcePartner" EntitySet="PlanAssignments" />
                    <End Role="Resource" EntitySet="EnterpriseResources" />
                </AssociationSet>
                <AssociationSet Name="PS_Project_CheckedOutBy_SP_User_CheckedOutByPartnerSet"
                    Association="SP.PS_Project_CheckedOutBy_SP_User_CheckedOutByPartner">
                    <End Role="CheckedOutByPartner" EntitySet="Projects" />
                    <End Role="CheckedOutBy" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="PS_Project_CustomFields_PS_CustomField_CustomFieldsPartnerSet"
                    Association="PS.PS_Project_CustomFields_PS_CustomField_CustomFieldsPartner">
                    <End Role="CustomFieldsPartner" EntitySet="Projects" />
                    <End Role="CustomFields" EntitySet="CustomFields" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_Project_Engagements_PS_ProjectEngagement_EngagementsPartnerSet"
                    Association="PS.PS_Project_Engagements_PS_ProjectEngagement_EngagementsPartner">
                    <End Role="EngagementsPartner" EntitySet="Projects" />
                    <End Role="Engagements" EntitySet="ProjectEngagements" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_Project_EnterpriseProjectType_PS_EnterpriseProjectType_EnterpriseProjectTypePartnerSet"
                    Association="PS.PS_Project_EnterpriseProjectType_PS_EnterpriseProjectType_EnterpriseProjectTypePartner">
                    <End Role="EnterpriseProjectTypePartner" EntitySet="Projects" />
                    <End Role="EnterpriseProjectType" EntitySet="EnterpriseProjectTypes" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_Project_UserPermissions_PS_UserPermission_UserPermissionsPartnerSet"
                    Association="PS.PS_Project_UserPermissions_PS_UserPermission_UserPermissionsPartner">
                    <End Role="UserPermissionsPartner" EntitySet="Projects" />
                    <End Role="UserPermissions" EntitySet="UserPermissions" />
                </AssociationSet>
                <AssociationSet Name="PS_Project_Phase_PS_Phase_PhasePartnerSet"
                    Association="PS.PS_Project_Phase_PS_Phase_PhasePartner">
                    <End Role="PhasePartner" EntitySet="Projects" />
                    <End Role="Phase" EntitySet="Phases" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_Project_ProjectSummaryTask_PS_ProjectSummaryTask_ProjectSummaryTaskPartnerSet"
                    Association="PS.PS_Project_ProjectSummaryTask_PS_ProjectSummaryTask_ProjectSummaryTaskPartner">
                    <End Role="ProjectSummaryTaskPartner" EntitySet="Projects" />
                    <End Role="ProjectSummaryTask" EntitySet="ProjectSummaryTasks" />
                </AssociationSet>
                <AssociationSet Name="PS_Project_QueueJobs_PS_QueueJob_QueueJobsPartnerSet"
                    Association="PS.PS_Project_QueueJobs_PS_QueueJob_QueueJobsPartner">
                    <End Role="QueueJobsPartner" EntitySet="Projects" />
                    <End Role="QueueJobs" EntitySet="QueueJobs" />
                </AssociationSet>
                <AssociationSet Name="PS_Project_Stage_PS_Stage_StagePartnerSet"
                    Association="PS.PS_Project_Stage_PS_Stage_StagePartner">
                    <End Role="StagePartner" EntitySet="Projects" />
                    <End Role="Stage" EntitySet="Stages" />
                </AssociationSet>
                <AssociationSet Name="PS_ProjectDetailPage_Item_SP_ListItem_ItemPartnerSet"
                    Association="SP.PS_ProjectDetailPage_Item_SP_ListItem_ItemPartner">
                    <End Role="ItemPartner" EntitySet="ProjectDetailPages" />
                    <End Role="Item" EntitySet="ListItems" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectResource_CustomFields_PS_CustomField_CustomFieldsPartnerSet"
                    Association="PS.PS_ProjectResource_CustomFields_PS_CustomField_CustomFieldsPartner">
                    <End Role="CustomFieldsPartner" EntitySet="ProjectResources" />
                    <End Role="CustomFields" EntitySet="CustomFields" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectResource_EnterpriseResource_PS_EnterpriseResource_EnterpriseResourcePartnerSet"
                    Association="PS.PS_ProjectResource_EnterpriseResource_PS_EnterpriseResource_EnterpriseResourcePartner">
                    <End Role="EnterpriseResourcePartner" EntitySet="ProjectResources" />
                    <End Role="EnterpriseResource" EntitySet="EnterpriseResources" />
                </AssociationSet>
                <AssociationSet Name="PS_ProjectServer_Calendars_PS_Calendar_CalendarsPartnerSet"
                    Association="PS.PS_ProjectServer_Calendars_PS_Calendar_CalendarsPartner">
                    <End Role="CalendarsPartner" EntitySet="ProjectServers" />
                    <End Role="Calendars" EntitySet="Calendars" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectServer_CustomFields_PS_CustomField_CustomFieldsPartnerSet"
                    Association="PS.PS_ProjectServer_CustomFields_PS_CustomField_CustomFieldsPartner">
                    <End Role="CustomFieldsPartner" EntitySet="ProjectServers" />
                    <End Role="CustomFields" EntitySet="CustomFields" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectServer_EnterpriseProjectTypes_PS_EnterpriseProjectType_EnterpriseProjectTypesPartnerSet"
                    Association="PS.PS_ProjectServer_EnterpriseProjectTypes_PS_EnterpriseProjectType_EnterpriseProjectTypesPartner">
                    <End Role="EnterpriseProjectTypesPartner" EntitySet="ProjectServers" />
                    <End Role="EnterpriseProjectTypes" EntitySet="EnterpriseProjectTypes" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectServer_EnterpriseResources_PS_EnterpriseResource_EnterpriseResourcesPartnerSet"
                    Association="PS.PS_ProjectServer_EnterpriseResources_PS_EnterpriseResource_EnterpriseResourcesPartner">
                    <End Role="EnterpriseResourcesPartner" EntitySet="ProjectServers" />
                    <End Role="EnterpriseResources" EntitySet="EnterpriseResources" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectServer_EntityTypes_PS_EntityTypes_EntityTypesPartnerSet"
                    Association="PS.PS_ProjectServer_EntityTypes_PS_EntityTypes_EntityTypesPartner">
                    <End Role="EntityTypesPartner" EntitySet="ProjectServers" />
                    <End Role="EntityTypes" EntitySet="EntityTypess" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectServer_EventHandlers_PS_EventHandler_EventHandlersPartnerSet"
                    Association="PS.PS_ProjectServer_EventHandlers_PS_EventHandler_EventHandlersPartner">
                    <End Role="EventHandlersPartner" EntitySet="ProjectServers" />
                    <End Role="EventHandlers" EntitySet="EventHandlers" />
                </AssociationSet>
                <AssociationSet Name="PS_ProjectServer_Events_PS_Event_EventsPartnerSet"
                    Association="PS.PS_ProjectServer_Events_PS_Event_EventsPartner">
                    <End Role="EventsPartner" EntitySet="ProjectServers" />
                    <End Role="Events" EntitySet="Events" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectServer_LookupTables_PS_LookupTable_LookupTablesPartnerSet"
                    Association="PS.PS_ProjectServer_LookupTables_PS_LookupTable_LookupTablesPartner">
                    <End Role="LookupTablesPartner" EntitySet="ProjectServers" />
                    <End Role="LookupTables" EntitySet="LookupTables" />
                </AssociationSet>
                <AssociationSet Name="PS_ProjectServer_Phases_PS_Phase_PhasesPartnerSet"
                    Association="PS.PS_ProjectServer_Phases_PS_Phase_PhasesPartner">
                    <End Role="PhasesPartner" EntitySet="ProjectServers" />
                    <End Role="Phases" EntitySet="Phases" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectServer_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartnerSet"
                    Association="PS.PS_ProjectServer_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartner">
                    <End Role="ProjectDetailPagesPartner" EntitySet="ProjectServers" />
                    <End Role="ProjectDetailPages" EntitySet="ProjectDetailPages" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectServer_Projects_PS_PublishedProject_ProjectsPartnerSet"
                    Association="PS.PS_ProjectServer_Projects_PS_PublishedProject_ProjectsPartner">
                    <End Role="ProjectsPartner" EntitySet="ProjectServers" />
                    <End Role="Projects" EntitySet="PublishedProjects" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectServer_ProjectWorkflowInstances_PS_ProjectWorkflowInstance_ProjectWorkflowInstancesPartnerSet"
                    Association="PS.PS_ProjectServer_ProjectWorkflowInstances_PS_ProjectWorkflowInstance_ProjectWorkflowInstancesPartner">
                    <End Role="ProjectWorkflowInstancesPartner" EntitySet="ProjectServers" />
                    <End Role="ProjectWorkflowInstances" EntitySet="ProjectWorkflowInstances" />
                </AssociationSet>
                <AssociationSet Name="PS_ProjectServer_Settings_PS_Settings_SettingsPartnerSet"
                    Association="PS.PS_ProjectServer_Settings_PS_Settings_SettingsPartner">
                    <End Role="SettingsPartner" EntitySet="ProjectServers" />
                    <End Role="Settings" EntitySet="Settingss" />
                </AssociationSet>
                <AssociationSet Name="PS_ProjectServer_Stages_PS_Stage_StagesPartnerSet"
                    Association="PS.PS_ProjectServer_Stages_PS_Stage_StagesPartner">
                    <End Role="StagesPartner" EntitySet="ProjectServers" />
                    <End Role="Stages" EntitySet="Stages" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectServer_TimeSheetPeriods_PS_TimeSheetPeriod_TimeSheetPeriodsPartnerSet"
                    Association="PS.PS_ProjectServer_TimeSheetPeriods_PS_TimeSheetPeriod_TimeSheetPeriodsPartner">
                    <End Role="TimeSheetPeriodsPartner" EntitySet="ProjectServers" />
                    <End Role="TimeSheetPeriods" EntitySet="TimeSheetPeriods" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectServer_UserPermissions_PS_UserPermission_UserPermissionsPartnerSet"
                    Association="PS.PS_ProjectServer_UserPermissions_PS_UserPermission_UserPermissionsPartner">
                    <End Role="UserPermissionsPartner" EntitySet="ProjectServers" />
                    <End Role="UserPermissions" EntitySet="UserPermissions" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectServer_WorkflowActivities_PS_WorkflowActivities_WorkflowActivitiesPartnerSet"
                    Association="PS.PS_ProjectServer_WorkflowActivities_PS_WorkflowActivities_WorkflowActivitiesPartner">
                    <End Role="WorkflowActivitiesPartner" EntitySet="ProjectServers" />
                    <End Role="WorkflowActivities" EntitySet="WorkflowActivitiess" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectServer_WorkflowDesigner_PS_WorkflowDesigner_WorkflowDesignerPartnerSet"
                    Association="PS.PS_ProjectServer_WorkflowDesigner_PS_WorkflowDesigner_WorkflowDesignerPartner">
                    <End Role="WorkflowDesignerPartner" EntitySet="ProjectServers" />
                    <End Role="WorkflowDesigner" EntitySet="WorkflowDesigners" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectWorkflowInstance_Project_PS_Project_ProjectPartnerSet"
                    Association="PS.PS_ProjectWorkflowInstance_Project_PS_Project_ProjectPartner">
                    <End Role="ProjectPartner" EntitySet="ProjectWorkflowInstances" />
                    <End Role="Project" EntitySet="Projects" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectWorkflowInstance_WorkflowInstance_SP_WorkflowServices_WorkflowInstance_WorkflowInstancePartnerSet"
                    Association="SP.WorkflowServices.PS_ProjectWorkflowInstance_WorkflowInstance_SP_WorkflowServices_WorkflowInstance_WorkflowInstancePartner">
                    <End Role="WorkflowInstancePartner" EntitySet="ProjectWorkflowInstances" />
                    <End Role="WorkflowInstance" EntitySet="WorkflowInstances" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ProjectWorkflowInstance_WorkflowInstanceOwner_SP_User_WorkflowInstanceOwnerPartnerSet"
                    Association="SP.PS_ProjectWorkflowInstance_WorkflowInstanceOwner_SP_User_WorkflowInstanceOwnerPartner">
                    <End Role="WorkflowInstanceOwnerPartner" EntitySet="ProjectWorkflowInstances" />
                    <End Role="WorkflowInstanceOwner" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="PS_PublishedAssignment_Owner_SP_User_OwnerPartnerSet"
                    Association="SP.PS_PublishedAssignment_Owner_SP_User_OwnerPartner">
                    <End Role="OwnerPartner" EntitySet="PublishedAssignments" />
                    <End Role="Owner" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedAssignment_Parent_PS_PublishedAssignment_ParentPartnerSet"
                    Association="PS.PS_PublishedAssignment_Parent_PS_PublishedAssignment_ParentPartner">
                    <End Role="ParentPartner" EntitySet="PublishedAssignments" />
                    <End Role="Parent" EntitySet="PublishedAssignments" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedAssignment_Resource_PS_PublishedProjectResource_ResourcePartnerSet"
                    Association="PS.PS_PublishedAssignment_Resource_PS_PublishedProjectResource_ResourcePartner">
                    <End Role="ResourcePartner" EntitySet="PublishedAssignments" />
                    <End Role="Resource" EntitySet="PublishedProjectResources" />
                </AssociationSet>
                <AssociationSet Name="PS_PublishedAssignment_Task_PS_PublishedTask_TaskPartnerSet"
                    Association="PS.PS_PublishedAssignment_Task_PS_PublishedTask_TaskPartner">
                    <End Role="TaskPartner" EntitySet="PublishedAssignments" />
                    <End Role="Task" EntitySet="PublishedTasks" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedProject_Assignments_PS_PublishedAssignment_AssignmentsPartnerSet"
                    Association="PS.PS_PublishedProject_Assignments_PS_PublishedAssignment_AssignmentsPartner">
                    <End Role="AssignmentsPartner" EntitySet="PublishedProjects" />
                    <End Role="Assignments" EntitySet="PublishedAssignments" />
                </AssociationSet>
                <AssociationSet Name="PS_PublishedProject_Calendar_PS_Calendar_CalendarPartnerSet"
                    Association="PS.PS_PublishedProject_Calendar_PS_Calendar_CalendarPartner">
                    <End Role="CalendarPartner" EntitySet="PublishedProjects" />
                    <End Role="Calendar" EntitySet="Calendars" />
                </AssociationSet>
                <AssociationSet Name="PS_PublishedProject_Draft_PS_DraftProject_DraftPartnerSet"
                    Association="PS.PS_PublishedProject_Draft_PS_DraftProject_DraftPartner">
                    <End Role="DraftPartner" EntitySet="PublishedProjects" />
                    <End Role="Draft" EntitySet="DraftProjects" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedProject_EntityLinks_PS_EntityLink_EntityLinksPartnerSet"
                    Association="PS.PS_PublishedProject_EntityLinks_PS_EntityLink_EntityLinksPartner">
                    <End Role="EntityLinksPartner" EntitySet="PublishedProjects" />
                    <End Role="EntityLinks" EntitySet="EntityLinks" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedProject_IncludeCustomFields_PS_PublishedProject_IncludeCustomFieldsPartnerSet"
                    Association="PS.PS_PublishedProject_IncludeCustomFields_PS_PublishedProject_IncludeCustomFieldsPartner">
                    <End Role="IncludeCustomFieldsPartner" EntitySet="PublishedProjects" />
                    <End Role="IncludeCustomFields" EntitySet="PublishedProjects" />
                </AssociationSet>
                <AssociationSet Name="PS_PublishedProject_Owner_SP_User_OwnerPartnerSet"
                    Association="SP.PS_PublishedProject_Owner_SP_User_OwnerPartner">
                    <End Role="OwnerPartner" EntitySet="PublishedProjects" />
                    <End Role="Owner" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedProject_ProjectResources_PS_PublishedProjectResource_ProjectResourcesPartnerSet"
                    Association="PS.PS_PublishedProject_ProjectResources_PS_PublishedProjectResource_ProjectResourcesPartner">
                    <End Role="ProjectResourcesPartner" EntitySet="PublishedProjects" />
                    <End Role="ProjectResources" EntitySet="PublishedProjectResources" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedProject_ProjectWorkflowInstance_PS_ProjectWorkflowInstance_ProjectWorkflowInstancePartnerSet"
                    Association="PS.PS_PublishedProject_ProjectWorkflowInstance_PS_ProjectWorkflowInstance_ProjectWorkflowInstancePartner">
                    <End Role="ProjectWorkflowInstancePartner" EntitySet="PublishedProjects" />
                    <End Role="ProjectWorkflowInstance" EntitySet="ProjectWorkflowInstances" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedProject_TaskLinks_PS_PublishedTaskLink_TaskLinksPartnerSet"
                    Association="PS.PS_PublishedProject_TaskLinks_PS_PublishedTaskLink_TaskLinksPartner">
                    <End Role="TaskLinksPartner" EntitySet="PublishedProjects" />
                    <End Role="TaskLinks" EntitySet="PublishedTaskLinks" />
                </AssociationSet>
                <AssociationSet Name="PS_PublishedProject_Tasks_PS_PublishedTask_TasksPartnerSet"
                    Association="PS.PS_PublishedProject_Tasks_PS_PublishedTask_TasksPartner">
                    <End Role="TasksPartner" EntitySet="PublishedProjects" />
                    <End Role="Tasks" EntitySet="PublishedTasks" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedProjectResource_Assignments_PS_PublishedAssignment_AssignmentsPartnerSet"
                    Association="PS.PS_PublishedProjectResource_Assignments_PS_PublishedAssignment_AssignmentsPartner">
                    <End Role="AssignmentsPartner" EntitySet="PublishedProjectResources" />
                    <End Role="Assignments" EntitySet="PublishedAssignments" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartnerSet"
                    Association="SP.PS_PublishedProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner">
                    <End Role="DefaultAssignmentOwnerPartner" EntitySet="PublishedProjectResources" />
                    <End Role="DefaultAssignmentOwner" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedTask_Assignments_PS_PublishedAssignment_AssignmentsPartnerSet"
                    Association="PS.PS_PublishedTask_Assignments_PS_PublishedAssignment_AssignmentsPartner">
                    <End Role="AssignmentsPartner" EntitySet="PublishedTasks" />
                    <End Role="Assignments" EntitySet="PublishedAssignments" />
                </AssociationSet>
                <AssociationSet Name="PS_PublishedTask_Calendar_PS_Calendar_CalendarPartnerSet"
                    Association="PS.PS_PublishedTask_Calendar_PS_Calendar_CalendarPartner">
                    <End Role="CalendarPartner" EntitySet="PublishedTasks" />
                    <End Role="Calendar" EntitySet="Calendars" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedTask_EntityLinks_PS_EntityLink_EntityLinksPartnerSet"
                    Association="PS.PS_PublishedTask_EntityLinks_PS_EntityLink_EntityLinksPartner">
                    <End Role="EntityLinksPartner" EntitySet="PublishedTasks" />
                    <End Role="EntityLinks" EntitySet="EntityLinks" />
                </AssociationSet>
                <AssociationSet Name="PS_PublishedTask_Parent_PS_PublishedTask_ParentPartnerSet"
                    Association="PS.PS_PublishedTask_Parent_PS_PublishedTask_ParentPartner">
                    <End Role="ParentPartner" EntitySet="PublishedTasks" />
                    <End Role="Parent" EntitySet="PublishedTasks" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedTask_Predecessors_PS_PublishedTaskLink_PredecessorsPartnerSet"
                    Association="PS.PS_PublishedTask_Predecessors_PS_PublishedTaskLink_PredecessorsPartner">
                    <End Role="PredecessorsPartner" EntitySet="PublishedTasks" />
                    <End Role="Predecessors" EntitySet="PublishedTaskLinks" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedTask_StatusManager_SP_User_StatusManagerPartnerSet"
                    Association="SP.PS_PublishedTask_StatusManager_SP_User_StatusManagerPartner">
                    <End Role="StatusManagerPartner" EntitySet="PublishedTasks" />
                    <End Role="StatusManager" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedTask_Successors_PS_PublishedTaskLink_SuccessorsPartnerSet"
                    Association="PS.PS_PublishedTask_Successors_PS_PublishedTaskLink_SuccessorsPartner">
                    <End Role="SuccessorsPartner" EntitySet="PublishedTasks" />
                    <End Role="Successors" EntitySet="PublishedTaskLinks" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_PublishedTask_TaskPlanLink_PS_TaskPlanLink_TaskPlanLinkPartnerSet"
                    Association="PS.PS_PublishedTask_TaskPlanLink_PS_TaskPlanLink_TaskPlanLinkPartner">
                    <End Role="TaskPlanLinkPartner" EntitySet="PublishedTasks" />
                    <End Role="TaskPlanLink" EntitySet="TaskPlanLinks" />
                </AssociationSet>
                <AssociationSet Name="PS_PublishedTaskLink_End_PS_PublishedTask_EndPartnerSet"
                    Association="PS.PS_PublishedTaskLink_End_PS_PublishedTask_EndPartner">
                    <End Role="EndPartner" EntitySet="PublishedTaskLinks" />
                    <End Role="End" EntitySet="PublishedTasks" />
                </AssociationSet>
                <AssociationSet Name="PS_PublishedTaskLink_Start_PS_PublishedTask_StartPartnerSet"
                    Association="PS.PS_PublishedTaskLink_Start_PS_PublishedTask_StartPartner">
                    <End Role="StartPartner" EntitySet="PublishedTaskLinks" />
                    <End Role="Start" EntitySet="PublishedTasks" />
                </AssociationSet>
                <AssociationSet Name="PS_QueueJob_Project_PS_Project_ProjectPartnerSet"
                    Association="PS.PS_QueueJob_Project_PS_Project_ProjectPartner">
                    <End Role="ProjectPartner" EntitySet="QueueJobs" />
                    <End Role="Project" EntitySet="Projects" />
                </AssociationSet>
                <AssociationSet Name="PS_QueueJob_Submitter_SP_User_SubmitterPartnerSet"
                    Association="SP.PS_QueueJob_Submitter_SP_User_SubmitterPartner">
                    <End Role="SubmitterPartner" EntitySet="QueueJobs" />
                    <End Role="Submitter" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_ResourcePlan_Assignments_PS_PlanAssignment_AssignmentsPartnerSet"
                    Association="PS.PS_ResourcePlan_Assignments_PS_PlanAssignment_AssignmentsPartner">
                    <End Role="AssignmentsPartner" EntitySet="ResourcePlans" />
                    <End Role="Assignments" EntitySet="PlanAssignments" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_Stage_CustomFields_PS_StageCustomField_CustomFieldsPartnerSet"
                    Association="PS.PS_Stage_CustomFields_PS_StageCustomField_CustomFieldsPartner">
                    <End Role="CustomFieldsPartner" EntitySet="Stages" />
                    <End Role="CustomFields" EntitySet="StageCustomFields" />
                </AssociationSet>
                <AssociationSet Name="PS_Stage_Phase_PS_Phase_PhasePartnerSet"
                    Association="PS.PS_Stage_Phase_PS_Phase_PhasePartner">
                    <End Role="PhasePartner" EntitySet="Stages" />
                    <End Role="Phase" EntitySet="Phases" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_Stage_ProjectDetailPages_PS_StageDetailPage_ProjectDetailPagesPartnerSet"
                    Association="PS.PS_Stage_ProjectDetailPages_PS_StageDetailPage_ProjectDetailPagesPartner">
                    <End Role="ProjectDetailPagesPartner" EntitySet="Stages" />
                    <End Role="ProjectDetailPages" EntitySet="StageDetailPages" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_Stage_WorkflowStatusPage_PS_ProjectDetailPage_WorkflowStatusPagePartnerSet"
                    Association="PS.PS_Stage_WorkflowStatusPage_PS_ProjectDetailPage_WorkflowStatusPagePartner">
                    <End Role="WorkflowStatusPagePartner" EntitySet="Stages" />
                    <End Role="WorkflowStatusPage" EntitySet="ProjectDetailPages" />
                </AssociationSet>
                <AssociationSet Name="PS_StageCustomField_Stage_PS_Stage_StagePartnerSet"
                    Association="PS.PS_StageCustomField_Stage_PS_Stage_StagePartner">
                    <End Role="StagePartner" EntitySet="StageCustomFields" />
                    <End Role="Stage" EntitySet="Stages" />
                </AssociationSet>
                <AssociationSet Name="PS_StageDetailPage_Page_PS_ProjectDetailPage_PagePartnerSet"
                    Association="PS.PS_StageDetailPage_Page_PS_ProjectDetailPage_PagePartner">
                    <End Role="PagePartner" EntitySet="StageDetailPages" />
                    <End Role="Page" EntitySet="ProjectDetailPages" />
                </AssociationSet>
                <AssociationSet Name="PS_StageDetailPage_Stage_PS_Stage_StagePartnerSet"
                    Association="PS.PS_StageDetailPage_Stage_PS_Stage_StagePartner">
                    <End Role="StagePartner" EntitySet="StageDetailPages" />
                    <End Role="Stage" EntitySet="Stages" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_StatusAssignment_CustomFields_PS_CustomField_CustomFieldsPartnerSet"
                    Association="PS.PS_StatusAssignment_CustomFields_PS_CustomField_CustomFieldsPartner">
                    <End Role="CustomFieldsPartner" EntitySet="StatusAssignments" />
                    <End Role="CustomFields" EntitySet="CustomFields" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_StatusAssignment_History_PS_StatusAssignmentHistoryLine_HistoryPartnerSet"
                    Association="PS.PS_StatusAssignment_History_PS_StatusAssignmentHistoryLine_HistoryPartner">
                    <End Role="HistoryPartner" EntitySet="StatusAssignments" />
                    <End Role="History" EntitySet="StatusAssignmentHistoryLines" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_StatusAssignment_Project_PS_PublishedProject_ProjectPartnerSet"
                    Association="PS.PS_StatusAssignment_Project_PS_PublishedProject_ProjectPartner">
                    <End Role="ProjectPartner" EntitySet="StatusAssignments" />
                    <End Role="Project" EntitySet="PublishedProjects" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_StatusAssignment_Resource_PS_EnterpriseResource_ResourcePartnerSet"
                    Association="PS.PS_StatusAssignment_Resource_PS_EnterpriseResource_ResourcePartner">
                    <End Role="ResourcePartner" EntitySet="StatusAssignments" />
                    <End Role="Resource" EntitySet="EnterpriseResources" />
                </AssociationSet>
                <AssociationSet Name="PS_StatusAssignment_Task_PS_StatusTask_TaskPartnerSet"
                    Association="PS.PS_StatusAssignment_Task_PS_StatusTask_TaskPartner">
                    <End Role="TaskPartner" EntitySet="StatusAssignments" />
                    <End Role="Task" EntitySet="StatusTasks" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_StatusAssignmentHistoryLine_Author_SP_User_AuthorPartnerSet"
                    Association="SP.PS_StatusAssignmentHistoryLine_Author_SP_User_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="StatusAssignmentHistoryLines" />
                    <End Role="Author" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_StatusTask_CustomFields_PS_CustomField_CustomFieldsPartnerSet"
                    Association="PS.PS_StatusTask_CustomFields_PS_CustomField_CustomFieldsPartner">
                    <End Role="CustomFieldsPartner" EntitySet="StatusTasks" />
                    <End Role="CustomFields" EntitySet="CustomFields" />
                </AssociationSet>
                <AssociationSet Name="PS_StatusTask_StatusManager_SP_User_StatusManagerPartnerSet"
                    Association="SP.PS_StatusTask_StatusManager_SP_User_StatusManagerPartner">
                    <End Role="StatusManagerPartner" EntitySet="StatusTasks" />
                    <End Role="StatusManager" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="PS_Task_CustomFields_PS_CustomField_CustomFieldsPartnerSet"
                    Association="PS.PS_Task_CustomFields_PS_CustomField_CustomFieldsPartner">
                    <End Role="CustomFieldsPartner" EntitySet="Tasks" />
                    <End Role="CustomFields" EntitySet="CustomFields" />
                </AssociationSet>
                <AssociationSet Name="PS_Task_SubProject_PS_PublishedProject_SubProjectPartnerSet"
                    Association="PS.PS_Task_SubProject_PS_PublishedProject_SubProjectPartner">
                    <End Role="SubProjectPartner" EntitySet="Tasks" />
                    <End Role="SubProject" EntitySet="PublishedProjects1" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_TimePhase_Assignments_PS_StatusAssignment_AssignmentsPartnerSet"
                    Association="PS.PS_TimePhase_Assignments_PS_StatusAssignment_AssignmentsPartner">
                    <End Role="AssignmentsPartner" EntitySet="TimePhases" />
                    <End Role="Assignments" EntitySet="StatusAssignments" />
                </AssociationSet>
                <AssociationSet Name="PS_TimeSheet_Creator_SP_User_CreatorPartnerSet"
                    Association="SP.PS_TimeSheet_Creator_SP_User_CreatorPartner">
                    <End Role="CreatorPartner" EntitySet="TimeSheets" />
                    <End Role="Creator" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="PS_TimeSheet_Lines_PS_TimeSheetLine_LinesPartnerSet"
                    Association="PS.PS_TimeSheet_Lines_PS_TimeSheetLine_LinesPartner">
                    <End Role="LinesPartner" EntitySet="TimeSheets" />
                    <End Role="Lines" EntitySet="TimeSheetLines" />
                </AssociationSet>
                <AssociationSet Name="PS_TimeSheet_Manager_SP_User_ManagerPartnerSet"
                    Association="SP.PS_TimeSheet_Manager_SP_User_ManagerPartner">
                    <End Role="ManagerPartner" EntitySet="TimeSheets" />
                    <End Role="Manager" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="PS_TimeSheet_Period_PS_TimeSheetPeriod_PeriodPartnerSet"
                    Association="PS.PS_TimeSheet_Period_PS_TimeSheetPeriod_PeriodPartner">
                    <End Role="PeriodPartner" EntitySet="TimeSheets" />
                    <End Role="Period" EntitySet="TimeSheetPeriods" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_TimeSheetLine_Assignment_PS_PublishedAssignment_AssignmentPartnerSet"
                    Association="PS.PS_TimeSheetLine_Assignment_PS_PublishedAssignment_AssignmentPartner">
                    <End Role="AssignmentPartner" EntitySet="TimeSheetLines" />
                    <End Role="Assignment" EntitySet="PublishedAssignments" />
                </AssociationSet>
                <AssociationSet Name="PS_TimeSheetLine_TimeSheet_PS_TimeSheet_TimeSheetPartnerSet"
                    Association="PS.PS_TimeSheetLine_TimeSheet_PS_TimeSheet_TimeSheetPartner">
                    <End Role="TimeSheetPartner" EntitySet="TimeSheetLines" />
                    <End Role="TimeSheet" EntitySet="TimeSheets" />
                </AssociationSet>
                <AssociationSet Name="PS_TimeSheetLine_Work_PS_TimeSheetWork_WorkPartnerSet"
                    Association="PS.PS_TimeSheetLine_Work_PS_TimeSheetWork_WorkPartner">
                    <End Role="WorkPartner" EntitySet="TimeSheetLines" />
                    <End Role="Work" EntitySet="TimeSheetWorks" />
                </AssociationSet>
                <AssociationSet Name="PS_TimeSheetPeriod_TimeSheet_PS_TimeSheet_TimeSheetPartnerSet"
                    Association="PS.PS_TimeSheetPeriod_TimeSheet_PS_TimeSheet_TimeSheetPartner">
                    <End Role="TimeSheetPartner" EntitySet="TimeSheetPeriods" />
                    <End Role="TimeSheet" EntitySet="TimeSheets" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_WorkflowDesigner_Fields_PS_WorkflowDesignerField_FieldsPartnerSet"
                    Association="PS.PS_WorkflowDesigner_Fields_PS_WorkflowDesignerField_FieldsPartner">
                    <End Role="FieldsPartner" EntitySet="WorkflowDesigners" />
                    <End Role="Fields" EntitySet="WorkflowDesignerFields" />
                </AssociationSet>
                <AssociationSet
                    Name="PS_WorkflowDesignerField_LookupEntries_PS_LookupEntry_LookupEntriesPartnerSet"
                    Association="PS.PS_WorkflowDesignerField_LookupEntries_PS_LookupEntry_LookupEntriesPartner">
                    <End Role="LookupEntriesPartner" EntitySet="WorkflowDesignerFields" />
                    <End Role="LookupEntries" EntitySet="LookupEntrys" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Alert_AllProperties_SP_PropertyValues_AllPropertiesPartnerSet"
                    Association="SP.SP_Alert_AllProperties_SP_PropertyValues_AllPropertiesPartner">
                    <End Role="AllPropertiesPartner" EntitySet="Alerts" />
                    <End Role="AllProperties" EntitySet="PropertyValuess" />
                </AssociationSet>
                <AssociationSet Name="SP_Alert_Item_SP_ListItem_ItemPartnerSet"
                    Association="SP.SP_Alert_Item_SP_ListItem_ItemPartner">
                    <End Role="ItemPartner" EntitySet="Alerts" />
                    <End Role="Item" EntitySet="ListItems" />
                </AssociationSet>
                <AssociationSet Name="SP_Alert_List_SP_List_ListPartnerSet"
                    Association="SP.SP_Alert_List_SP_List_ListPartner">
                    <End Role="ListPartner" EntitySet="Alerts" />
                    <End Role="List" EntitySet="Lists" />
                </AssociationSet>
                <AssociationSet Name="SP_Alert_User_SP_User_UserPartnerSet"
                    Association="SP.SP_Alert_User_SP_User_UserPartner">
                    <End Role="UserPartner" EntitySet="Alerts" />
                    <End Role="User" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="SP_ApiMetadata_Current_SP_ApiMetadata_CurrentPartnerSet"
                    Association="SP.SP_ApiMetadata_Current_SP_ApiMetadata_CurrentPartner">
                    <End Role="CurrentPartner" EntitySet="ApiMetadatas" />
                    <End Role="Current" EntitySet="ApiMetadatas" />
                </AssociationSet>
                <AssociationSet Name="SP_ApiMetadata_Types_SP_TypeInformation_TypesPartnerSet"
                    Association="SP.SP_ApiMetadata_Types_SP_TypeInformation_TypesPartner">
                    <End Role="TypesPartner" EntitySet="ApiMetadatas" />
                    <End Role="Types" EntitySet="TypeInformations" />
                </AssociationSet>
                <AssociationSet Name="SP_AppContextSite_Site_SP_Site_SitePartnerSet"
                    Association="SP.SP_AppContextSite_Site_SP_Site_SitePartner">
                    <End Role="SitePartner" EntitySet="AppContextSites" />
                    <End Role="Site" EntitySet="Sites" />
                </AssociationSet>
                <AssociationSet Name="SP_AppContextSite_Web_SP_Web_WebPartnerSet"
                    Association="SP.SP_AppContextSite_Web_SP_Web_WebPartner">
                    <End Role="WebPartner" EntitySet="AppContextSites" />
                    <End Role="Web" EntitySet="Webs" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_BusinessData_EntityView_Fields_SP_BusinessData_EntityField_FieldsPartnerSet"
                    Association="SP.BusinessData.SP_BusinessData_EntityView_Fields_SP_BusinessData_EntityField_FieldsPartner">
                    <End Role="FieldsPartner" EntitySet="EntityViews" />
                    <End Role="Fields" EntitySet="EntityFields" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_BusinessData_MethodExecutionResult_ReturnParameterCollection_SP_BusinessData_Runtime_EntityFieldValueDictionary_ReturnParameterCollectionPartnerSet"
                    Association="SP.BusinessData.Runtime.SP_BusinessData_MethodExecutionResult_ReturnParameterCollection_SP_BusinessData_Runtime_EntityFieldValueDictionary_ReturnParameterCollectionPartner">
                    <End Role="ReturnParameterCollectionPartner" EntitySet="MethodExecutionResults" />
                    <End Role="ReturnParameterCollection" EntitySet="EntityFieldValueDictionarys" />
                </AssociationSet>
                <AssociationSet Name="SP_CheckedOutFile_CheckedOutBy_SP_User_CheckedOutByPartnerSet"
                    Association="SP.SP_CheckedOutFile_CheckedOutBy_SP_User_CheckedOutByPartner">
                    <End Role="CheckedOutByPartner" EntitySet="CheckedOutFiles" />
                    <End Role="CheckedOutBy" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ContentType_DescriptionResource_SP_UserResource_DescriptionResourcePartnerSet"
                    Association="SP.SP_ContentType_DescriptionResource_SP_UserResource_DescriptionResourcePartner">
                    <End Role="DescriptionResourcePartner" EntitySet="ContentTypes" />
                    <End Role="DescriptionResource" EntitySet="UserResources" />
                </AssociationSet>
                <AssociationSet Name="SP_ContentType_FieldLinks_SP_FieldLink_FieldLinksPartnerSet"
                    Association="SP.SP_ContentType_FieldLinks_SP_FieldLink_FieldLinksPartner">
                    <End Role="FieldLinksPartner" EntitySet="ContentTypes" />
                    <End Role="FieldLinks" EntitySet="FieldLinks" />
                </AssociationSet>
                <AssociationSet Name="SP_ContentType_Fields_SP_Field_FieldsPartnerSet"
                    Association="SP.SP_ContentType_Fields_SP_Field_FieldsPartner">
                    <End Role="FieldsPartner" EntitySet="ContentTypes" />
                    <End Role="Fields" EntitySet="Fields" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ContentType_NameResource_SP_UserResource_NameResourcePartnerSet"
                    Association="SP.SP_ContentType_NameResource_SP_UserResource_NameResourcePartner">
                    <End Role="NameResourcePartner" EntitySet="ContentTypes" />
                    <End Role="NameResource" EntitySet="UserResources" />
                </AssociationSet>
                <AssociationSet Name="SP_ContentType_Parent_SP_ContentType_ParentPartnerSet"
                    Association="SP.SP_ContentType_Parent_SP_ContentType_ParentPartner">
                    <End Role="ParentPartner" EntitySet="ContentTypes" />
                    <End Role="Parent" EntitySet="ContentTypes" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ContentType_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartnerSet"
                    Association="SP.Workflow.SP_ContentType_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner">
                    <End Role="WorkflowAssociationsPartner" EntitySet="ContentTypes" />
                    <End Role="WorkflowAssociations" EntitySet="WorkflowAssociations" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Directory_Group_members_SP_Directory_User_membersPartnerSet"
                    Association="SP.Directory.SP_Directory_Group_members_SP_Directory_User_membersPartner">
                    <End Role="membersPartner" EntitySet="Groups" />
                    <End Role="members" EntitySet="Users" />
                </AssociationSet>
                <AssociationSet Name="SP_Directory_Group_owners_SP_Directory_User_ownersPartnerSet"
                    Association="SP.Directory.SP_Directory_Group_owners_SP_Directory_User_ownersPartner">
                    <End Role="ownersPartner" EntitySet="Groups" />
                    <End Role="owners" EntitySet="Users" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Directory_User_membership_SP_Directory_Group_membershipPartnerSet"
                    Association="SP.Directory.SP_Directory_User_membership_SP_Directory_Group_membershipPartner">
                    <End Role="membershipPartner" EntitySet="Users" />
                    <End Role="membership" EntitySet="Groups" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Directory_User_ownership_SP_Directory_Group_ownershipPartnerSet"
                    Association="SP.Directory.SP_Directory_User_ownership_SP_Directory_Group_ownershipPartner">
                    <End Role="ownershipPartner" EntitySet="Users" />
                    <End Role="ownership" EntitySet="Groups" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Directory_User_rankedMembership_SP_Directory_Group_rankedMembershipPartnerSet"
                    Association="SP.Directory.SP_Directory_User_rankedMembership_SP_Directory_Group_rankedMembershipPartner">
                    <End Role="rankedMembershipPartner" EntitySet="Users" />
                    <End Role="rankedMembership" EntitySet="Groups" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Field_DescriptionResource_SP_UserResource_DescriptionResourcePartnerSet"
                    Association="SP.SP_Field_DescriptionResource_SP_UserResource_DescriptionResourcePartner">
                    <End Role="DescriptionResourcePartner" EntitySet="Fields" />
                    <End Role="DescriptionResource" EntitySet="UserResources" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Field_TitleResource_SP_UserResource_TitleResourcePartnerSet"
                    Association="SP.SP_Field_TitleResource_SP_UserResource_TitleResourcePartner">
                    <End Role="TitleResourcePartner" EntitySet="Fields" />
                    <End Role="TitleResource" EntitySet="UserResources" />
                </AssociationSet>
                <AssociationSet Name="SP_File_Author_SP_User_AuthorPartnerSet"
                    Association="SP.SP_File_Author_SP_User_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="Files12" />
                    <End Role="Author" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="SP_File_CheckedOutByUser_SP_User_CheckedOutByUserPartnerSet"
                    Association="SP.SP_File_CheckedOutByUser_SP_User_CheckedOutByUserPartner">
                    <End Role="CheckedOutByUserPartner" EntitySet="Files12" />
                    <End Role="CheckedOutByUser" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_File_EffectiveInformationRightsManagementSettings_SP_EffectiveInformationRightsManagementSettings_EffectiveInformationRightsManagementSettingsPartnerSet"
                    Association="SP.SP_File_EffectiveInformationRightsManagementSettings_SP_EffectiveInformationRightsManagementSettings_EffectiveInformationRightsManagementSettingsPartner">
                    <End Role="EffectiveInformationRightsManagementSettingsPartner"
                        EntitySet="Files12" />
                    <End Role="EffectiveInformationRightsManagementSettings"
                        EntitySet="EffectiveInformationRightsManagementSettingss" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_File_InformationRightsManagementSettings_SP_InformationRightsManagementFileSettings_InformationRightsManagementSettingsPartnerSet"
                    Association="SP.SP_File_InformationRightsManagementSettings_SP_InformationRightsManagementFileSettings_InformationRightsManagementSettingsPartner">
                    <End Role="InformationRightsManagementSettingsPartner" EntitySet="Files12" />
                    <End Role="InformationRightsManagementSettings"
                        EntitySet="InformationRightsManagementFileSettingss" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_File_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartnerSet"
                    Association="SP.SP_File_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartner">
                    <End Role="ListItemAllFieldsPartner" EntitySet="Files12" />
                    <End Role="ListItemAllFields" EntitySet="ListItems" />
                </AssociationSet>
                <AssociationSet Name="SP_File_LockedByUser_SP_User_LockedByUserPartnerSet"
                    Association="SP.SP_File_LockedByUser_SP_User_LockedByUserPartner">
                    <End Role="LockedByUserPartner" EntitySet="Files12" />
                    <End Role="LockedByUser" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="SP_File_ModifiedBy_SP_User_ModifiedByPartnerSet"
                    Association="SP.SP_File_ModifiedBy_SP_User_ModifiedByPartner">
                    <End Role="ModifiedByPartner" EntitySet="Files12" />
                    <End Role="ModifiedBy" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="SP_File_Properties_SP_PropertyValues_PropertiesPartnerSet"
                    Association="SP.SP_File_Properties_SP_PropertyValues_PropertiesPartner">
                    <End Role="PropertiesPartner" EntitySet="Files12" />
                    <End Role="Properties" EntitySet="PropertyValuess" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_File_VersionEvents_SP_FileVersionEvent_VersionEventsPartnerSet"
                    Association="SP.SP_File_VersionEvents_SP_FileVersionEvent_VersionEventsPartner">
                    <End Role="VersionEventsPartner" EntitySet="Files12" />
                    <End Role="VersionEvents" EntitySet="FileVersionEvents" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_File_VersionExpirationReport_SP_FileVersion_VersionExpirationReportPartnerSet"
                    Association="SP.SP_File_VersionExpirationReport_SP_FileVersion_VersionExpirationReportPartner">
                    <End Role="VersionExpirationReportPartner" EntitySet="Files12" />
                    <End Role="VersionExpirationReport" EntitySet="FileVersions" />
                </AssociationSet>
                <AssociationSet Name="SP_File_Versions_SP_FileVersion_VersionsPartnerSet"
                    Association="SP.SP_File_Versions_SP_FileVersion_VersionsPartner">
                    <End Role="VersionsPartner" EntitySet="Files12" />
                    <End Role="Versions" EntitySet="FileVersions" />
                </AssociationSet>
                <AssociationSet Name="SP_File_Web_SP_Web_WebPartnerSet"
                    Association="SP.SP_File_Web_SP_Web_WebPartner">
                    <End Role="WebPartner" EntitySet="Files12" />
                    <End Role="Web" EntitySet="Webs" />
                </AssociationSet>
                <AssociationSet Name="SP_FileVersion_CreatedBy_SP_User_CreatedByPartnerSet"
                    Association="SP.SP_FileVersion_CreatedBy_SP_User_CreatedByPartner">
                    <End Role="CreatedByPartner" EntitySet="FileVersions" />
                    <End Role="CreatedBy" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="SP_Folder_Files_SP_File_FilesPartnerSet"
                    Association="SP.SP_Folder_Files_SP_File_FilesPartner">
                    <End Role="FilesPartner" EntitySet="Folders1" />
                    <End Role="Files" EntitySet="Files12" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Folder_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartnerSet"
                    Association="SP.SP_Folder_ListItemAllFields_SP_ListItem_ListItemAllFieldsPartner">
                    <End Role="ListItemAllFieldsPartner" EntitySet="Folders1" />
                    <End Role="ListItemAllFields" EntitySet="ListItems" />
                </AssociationSet>
                <AssociationSet Name="SP_Folder_ParentFolder_SP_Folder_ParentFolderPartnerSet"
                    Association="SP.SP_Folder_ParentFolder_SP_Folder_ParentFolderPartner">
                    <End Role="ParentFolderPartner" EntitySet="Folders1" />
                    <End Role="ParentFolder" EntitySet="Folders1" />
                </AssociationSet>
                <AssociationSet Name="SP_Folder_Properties_SP_PropertyValues_PropertiesPartnerSet"
                    Association="SP.SP_Folder_Properties_SP_PropertyValues_PropertiesPartner">
                    <End Role="PropertiesPartner" EntitySet="Folders1" />
                    <End Role="Properties" EntitySet="PropertyValuess" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Folder_StorageMetrics_SP_StorageMetrics_StorageMetricsPartnerSet"
                    Association="SP.SP_Folder_StorageMetrics_SP_StorageMetrics_StorageMetricsPartner">
                    <End Role="StorageMetricsPartner" EntitySet="Folders1" />
                    <End Role="StorageMetrics" EntitySet="StorageMetricss" />
                </AssociationSet>
                <AssociationSet Name="SP_Folder_Folders_SP_Folder_FoldersPartnerSet"
                    Association="SP.SP_Folder_Folders_SP_Folder_FoldersPartner">
                    <End Role="FoldersPartner" EntitySet="Folders1" />
                    <End Role="Folders" EntitySet="Folders1" />
                </AssociationSet>
                <AssociationSet Name="SP_Group_Owner_SP_Principal_OwnerPartnerSet"
                    Association="SP.SP_Group_Owner_SP_Principal_OwnerPartner">
                    <End Role="OwnerPartner" EntitySet="Groups1" />
                    <End Role="Owner" EntitySet="Principals" />
                </AssociationSet>
                <AssociationSet Name="SP_Group_Users_SP_User_UsersPartnerSet"
                    Association="SP.SP_Group_Users_SP_User_UsersPartner">
                    <End Role="UsersPartner" EntitySet="Groups1" />
                    <End Role="Users" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ListItem_AttachmentFiles_SP_Attachment_AttachmentFilesPartnerSet"
                    Association="SP.SP_ListItem_AttachmentFiles_SP_Attachment_AttachmentFilesPartner">
                    <End Role="AttachmentFilesPartner" EntitySet="ListItems" />
                    <End Role="AttachmentFiles" EntitySet="Attachments" />
                </AssociationSet>
                <AssociationSet Name="SP_ListItem_ContentType_SP_ContentType_ContentTypePartnerSet"
                    Association="SP.SP_ListItem_ContentType_SP_ContentType_ContentTypePartner">
                    <End Role="ContentTypePartner" EntitySet="ListItems" />
                    <End Role="ContentType" EntitySet="ContentTypes" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ListItem_GetDlpPolicyTip_SP_DlpPolicyTip_GetDlpPolicyTipPartnerSet"
                    Association="SP.SP_ListItem_GetDlpPolicyTip_SP_DlpPolicyTip_GetDlpPolicyTipPartner">
                    <End Role="GetDlpPolicyTipPartner" EntitySet="ListItems" />
                    <End Role="GetDlpPolicyTip" EntitySet="DlpPolicyTips" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ListItem_FieldValuesAsHtml_SP_FieldStringValues_FieldValuesAsHtmlPartnerSet"
                    Association="SP.SP_ListItem_FieldValuesAsHtml_SP_FieldStringValues_FieldValuesAsHtmlPartner">
                    <End Role="FieldValuesAsHtmlPartner" EntitySet="ListItems" />
                    <End Role="FieldValuesAsHtml" EntitySet="FieldStringValuess" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ListItem_FieldValuesAsText_SP_FieldStringValues_FieldValuesAsTextPartnerSet"
                    Association="SP.SP_ListItem_FieldValuesAsText_SP_FieldStringValues_FieldValuesAsTextPartner">
                    <End Role="FieldValuesAsTextPartner" EntitySet="ListItems" />
                    <End Role="FieldValuesAsText" EntitySet="FieldStringValuess" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ListItem_FieldValuesForEdit_SP_FieldStringValues_FieldValuesForEditPartnerSet"
                    Association="SP.SP_ListItem_FieldValuesForEdit_SP_FieldStringValues_FieldValuesForEditPartner">
                    <End Role="FieldValuesForEditPartner" EntitySet="ListItems" />
                    <End Role="FieldValuesForEdit" EntitySet="FieldStringValuess" />
                </AssociationSet>
                <AssociationSet Name="SP_ListItem_File_SP_File_FilePartnerSet"
                    Association="SP.SP_ListItem_File_SP_File_FilePartner">
                    <End Role="FilePartner" EntitySet="ListItems" />
                    <End Role="File" EntitySet="Files12" />
                </AssociationSet>
                <AssociationSet Name="SP_ListItem_Folder_SP_Folder_FolderPartnerSet"
                    Association="SP.SP_ListItem_Folder_SP_Folder_FolderPartner">
                    <End Role="FolderPartner" EntitySet="ListItems" />
                    <End Role="Folder" EntitySet="Folders1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ListItem_LikedByInformation_Microsoft_SharePoint_Likes_likedByInformation_LikedByInformationPartnerSet"
                    Association="Microsoft.SharePoint.Likes.SP_ListItem_LikedByInformation_Microsoft_SharePoint_Likes_likedByInformation_LikedByInformationPartner">
                    <End Role="LikedByInformationPartner" EntitySet="ListItems" />
                    <End Role="LikedByInformation" EntitySet="likedByInformations" />
                </AssociationSet>
                <AssociationSet Name="SP_ListItem_ParentList_SP_List_ParentListPartnerSet"
                    Association="SP.SP_ListItem_ParentList_SP_List_ParentListPartner">
                    <End Role="ParentListPartner" EntitySet="ListItems" />
                    <End Role="ParentList" EntitySet="Lists" />
                </AssociationSet>
                <AssociationSet Name="SP_ListItem_Properties_SP_PropertyValues_PropertiesPartnerSet"
                    Association="SP.SP_ListItem_Properties_SP_PropertyValues_PropertiesPartner">
                    <End Role="PropertiesPartner" EntitySet="ListItems" />
                    <End Role="Properties" EntitySet="PropertyValuess" />
                </AssociationSet>
                <AssociationSet Name="SP_ListItem_Versions_SP_ListItemVersion_VersionsPartnerSet"
                    Association="SP.SP_ListItem_Versions_SP_ListItemVersion_VersionsPartner">
                    <End Role="VersionsPartner" EntitySet="ListItems" />
                    <End Role="Versions" EntitySet="ListItemVersions" />
                </AssociationSet>
                <AssociationSet Name="SP_ListItemVersion_CreatedBy_SP_User_CreatedByPartnerSet"
                    Association="SP.SP_ListItemVersion_CreatedBy_SP_User_CreatedByPartner">
                    <End Role="CreatedByPartner" EntitySet="ListItemVersions" />
                    <End Role="CreatedBy" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="SP_ListItemVersion_Fields_SP_Field_FieldsPartnerSet"
                    Association="SP.SP_ListItemVersion_Fields_SP_Field_FieldsPartner">
                    <End Role="FieldsPartner" EntitySet="ListItemVersions" />
                    <End Role="Fields" EntitySet="Fields" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ListItemVersion_FileVersion_SP_FileVersion_FileVersionPartnerSet"
                    Association="SP.SP_ListItemVersion_FileVersion_SP_FileVersion_FileVersionPartner">
                    <End Role="FileVersionPartner" EntitySet="ListItemVersions" />
                    <End Role="FileVersion" EntitySet="FileVersions" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_MultilingualSettings_Recipients_SP_TranslationNotificationRecipientUsers_RecipientsPartnerSet"
                    Association="SP.SP_MultilingualSettings_Recipients_SP_TranslationNotificationRecipientUsers_RecipientsPartner">
                    <End Role="RecipientsPartner" EntitySet="MultilingualSettingss" />
                    <End Role="Recipients" EntitySet="TranslationNotificationRecipientUserss" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Navigation_QuickLaunch_SP_NavigationNode_QuickLaunchPartnerSet"
                    Association="SP.SP_Navigation_QuickLaunch_SP_NavigationNode_QuickLaunchPartner">
                    <End Role="QuickLaunchPartner" EntitySet="Navigations" />
                    <End Role="QuickLaunch" EntitySet="NavigationNodes" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Navigation_TopNavigationBar_SP_NavigationNode_TopNavigationBarPartnerSet"
                    Association="SP.SP_Navigation_TopNavigationBar_SP_NavigationNode_TopNavigationBarPartner">
                    <End Role="TopNavigationBarPartner" EntitySet="Navigations" />
                    <End Role="TopNavigationBar" EntitySet="NavigationNodes" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_NavigationNode_Children_SP_NavigationNode_ChildrenPartnerSet"
                    Association="SP.SP_NavigationNode_Children_SP_NavigationNode_ChildrenPartner">
                    <End Role="ChildrenPartner" EntitySet="NavigationNodes" />
                    <End Role="Children" EntitySet="NavigationNodes" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_NavigationNode_TitleResource_SP_UserResource_TitleResourcePartnerSet"
                    Association="SP.SP_NavigationNode_TitleResource_SP_UserResource_TitleResourcePartner">
                    <End Role="TitleResourcePartner" EntitySet="NavigationNodes" />
                    <End Role="TitleResource" EntitySet="UserResources" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_OAuth_TokenResponse_accessTokenOptionalClaim_SP_OAuth_AccessTokenOptionalClaim_accessTokenOptionalClaimPartnerSet"
                    Association="SP.OAuth.SP_OAuth_TokenResponse_accessTokenOptionalClaim_SP_OAuth_AccessTokenOptionalClaim_accessTokenOptionalClaimPartner">
                    <End Role="accessTokenOptionalClaimPartner" EntitySet="TokenResponses" />
                    <End Role="accessTokenOptionalClaim" EntitySet="AccessTokenOptionalClaims" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ObjectSharingInformation_SharedWithUsersCollection_SP_ObjectSharingInformationUser_SharedWithUsersCollectionPartnerSet"
                    Association="SP.SP_ObjectSharingInformation_SharedWithUsersCollection_SP_ObjectSharingInformationUser_SharedWithUsersCollectionPartner">
                    <End Role="SharedWithUsersCollectionPartner"
                        EntitySet="ObjectSharingInformations" />
                    <End Role="SharedWithUsersCollection" EntitySet="ObjectSharingInformationUsers" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ObjectSharingInformationUser_Principal_SP_Principal_PrincipalPartnerSet"
                    Association="SP.SP_ObjectSharingInformationUser_Principal_SP_Principal_PrincipalPartner">
                    <End Role="PrincipalPartner" EntitySet="ObjectSharingInformationUsers" />
                    <End Role="Principal" EntitySet="Principals" />
                </AssociationSet>
                <AssociationSet Name="SP_ObjectSharingInformationUser_User_SP_User_UserPartnerSet"
                    Association="SP.SP_ObjectSharingInformationUser_User_SP_User_UserPartner">
                    <End Role="UserPartner" EntitySet="ObjectSharingInformationUsers" />
                    <End Role="User" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ObjectSharingSettings_ObjectSharingInformation_SP_ObjectSharingInformation_ObjectSharingInformationPartnerSet"
                    Association="SP.SP_ObjectSharingSettings_ObjectSharingInformation_SP_ObjectSharingInformation_ObjectSharingInformationPartner">
                    <End Role="ObjectSharingInformationPartner" EntitySet="ObjectSharingSettingss" />
                    <End Role="ObjectSharingInformation" EntitySet="ObjectSharingInformations" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ObjectSharingSettings_SharePointSettings_SP_SharePointSharingSettings_SharePointSettingsPartnerSet"
                    Association="SP.SP_ObjectSharingSettings_SharePointSettings_SP_SharePointSharingSettings_SharePointSettingsPartner">
                    <End Role="SharePointSettingsPartner" EntitySet="ObjectSharingSettingss" />
                    <End Role="SharePointSettings" EntitySet="SharePointSharingSettingss" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_ObjectSharingSettings_SharingPermissions_SP_SharingPermissionInformation_SharingPermissionsPartnerSet"
                    Association="SP.SP_ObjectSharingSettings_SharingPermissions_SP_SharingPermissionInformation_SharingPermissionsPartner">
                    <End Role="SharingPermissionsPartner" EntitySet="ObjectSharingSettingss" />
                    <End Role="SharingPermissions" EntitySet="SharingPermissionInformations" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_PointPublishingPost_images_SP_File_imagesPartnerSet"
                    Association="SP.SP_Publishing_PointPublishingPost_images_SP_File_imagesPartner">
                    <End Role="imagesPartner" EntitySet="PointPublishingPosts" />
                    <End Role="images" EntitySet="Files12" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_PointPublishingPostServiceManager_bannerimages_SP_File_bannerimagesPartnerSet"
                    Association="SP.SP_Publishing_PointPublishingPostServiceManager_bannerimages_SP_File_bannerimagesPartner">
                    <End Role="bannerimagesPartner" EntitySet="PointPublishingPostServiceManagers" />
                    <End Role="bannerimages" EntitySet="Files12" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_PointPublishingPostServiceManager_contributors_SP_Publishing_PointPublishingUser_contributorsPartnerSet"
                    Association="SP.Publishing.SP_Publishing_PointPublishingPostServiceManager_contributors_SP_Publishing_PointPublishingUser_contributorsPartner">
                    <End Role="contributorsPartner" EntitySet="PointPublishingPostServiceManagers" />
                    <End Role="contributors" EntitySet="PointPublishingUsers" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_PointPublishingPostServiceManager_creators_SP_Publishing_PointPublishingUser_creatorsPartnerSet"
                    Association="SP.Publishing.SP_Publishing_PointPublishingPostServiceManager_creators_SP_Publishing_PointPublishingUser_creatorsPartner">
                    <End Role="creatorsPartner" EntitySet="PointPublishingPostServiceManagers" />
                    <End Role="creators" EntitySet="PointPublishingUsers" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_PointPublishingPostServiceManager_magazineprops_SP_Publishing_PointPublishingMagazineProps_magazinepropsPartnerSet"
                    Association="SP.Publishing.SP_Publishing_PointPublishingPostServiceManager_magazineprops_SP_Publishing_PointPublishingMagazineProps_magazinepropsPartner">
                    <End Role="magazinepropsPartner" EntitySet="PointPublishingPostServiceManagers" />
                    <End Role="magazineprops" EntitySet="PointPublishingMagazinePropss" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_PointPublishingPostServiceManager_posts_SP_Publishing_PointPublishingPost_postsPartnerSet"
                    Association="SP.Publishing.SP_Publishing_PointPublishingPostServiceManager_posts_SP_Publishing_PointPublishingPost_postsPartner">
                    <End Role="postsPartner" EntitySet="PointPublishingPostServiceManagers" />
                    <End Role="posts" EntitySet="PointPublishingPosts" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_PointPublishingPostServiceManager_viewers_SP_Publishing_PointPublishingUser_viewersPartnerSet"
                    Association="SP.Publishing.SP_Publishing_PointPublishingPostServiceManager_viewers_SP_Publishing_PointPublishingUser_viewersPartner">
                    <End Role="viewersPartner" EntitySet="PointPublishingPostServiceManagers" />
                    <End Role="viewers" EntitySet="PointPublishingUsers" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_SitePageService_Campaigns_Microsoft_SharePoint_Publishing_Campaigns_Campaign_CampaignsPartnerSet"
                    Association="Microsoft.SharePoint.Publishing.Campaigns.SP_Publishing_SitePageService_Campaigns_Microsoft_SharePoint_Publishing_Campaigns_Campaign_CampaignsPartner">
                    <End Role="CampaignsPartner" EntitySet="SitePageServices" />
                    <End Role="Campaigns" EntitySet="Campaigns" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_SitePageService_CommunicationSite_SP_Publishing_CommunicationSite_CommunicationSitePartnerSet"
                    Association="SP.Publishing.SP_Publishing_SitePageService_CommunicationSite_SP_Publishing_CommunicationSite_CommunicationSitePartner">
                    <End Role="CommunicationSitePartner" EntitySet="SitePageServices" />
                    <End Role="CommunicationSite" EntitySet="CommunicationSites" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_SitePageService_Pages_SP_Publishing_SitePage_PagesPartnerSet"
                    Association="SP.Publishing.SP_Publishing_SitePageService_Pages_SP_Publishing_SitePage_PagesPartner">
                    <End Role="PagesPartner" EntitySet="SitePageServices" />
                    <End Role="Pages" EntitySet="SitePageMetadatas" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_SpotlightChannel_Channel_SP_Publishing_VideoChannel_ChannelPartnerSet"
                    Association="SP.Publishing.SP_Publishing_SpotlightChannel_Channel_SP_Publishing_VideoChannel_ChannelPartner">
                    <End Role="ChannelPartner" EntitySet="SpotlightChannels" />
                    <End Role="Channel" EntitySet="VideoChannels" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_SpotlightVideo_Video_SP_Publishing_VideoItem_VideoPartnerSet"
                    Association="SP.Publishing.SP_Publishing_SpotlightVideo_Video_SP_Publishing_VideoItem_VideoPartner">
                    <End Role="VideoPartner" EntitySet="SpotlightVideos" />
                    <End Role="Video" EntitySet="VideoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_VideoChannel_Search_SP_Publishing_Search_SearchPartnerSet"
                    Association="SP.Publishing.SP_Publishing_VideoChannel_Search_SP_Publishing_Search_SearchPartner">
                    <End Role="SearchPartner" EntitySet="VideoChannels" />
                    <End Role="Search" EntitySet="Searchs" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_VideoChannel_SpotlightVideos_SP_Publishing_SpotlightVideo_SpotlightVideosPartnerSet"
                    Association="SP.Publishing.SP_Publishing_VideoChannel_SpotlightVideos_SP_Publishing_SpotlightVideo_SpotlightVideosPartner">
                    <End Role="SpotlightVideosPartner" EntitySet="VideoChannels" />
                    <End Role="SpotlightVideos" EntitySet="SpotlightVideos" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_VideoChannel_Videos_SP_Publishing_VideoItem_VideosPartnerSet"
                    Association="SP.Publishing.SP_Publishing_VideoChannel_Videos_SP_Publishing_VideoItem_VideosPartner">
                    <End Role="VideosPartner" EntitySet="VideoChannels" />
                    <End Role="Videos" EntitySet="VideoItems" />
                </AssociationSet>
                <AssociationSet Name="SP_Publishing_VideoItem_Author_SP_User_AuthorPartnerSet"
                    Association="SP.SP_Publishing_VideoItem_Author_SP_User_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="VideoItems" />
                    <End Role="Author" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="SP_Publishing_VideoItem_Owner_SP_User_OwnerPartnerSet"
                    Association="SP.SP_Publishing_VideoItem_Owner_SP_User_OwnerPartner">
                    <End Role="OwnerPartner" EntitySet="VideoItems" />
                    <End Role="Owner" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_VideoItem_PeopleInMedia_SP_User_PeopleInMediaPartnerSet"
                    Association="SP.SP_Publishing_VideoItem_PeopleInMedia_SP_User_PeopleInMediaPartner">
                    <End Role="PeopleInMediaPartner" EntitySet="VideoItems" />
                    <End Role="PeopleInMedia" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_VideoPermissionGroup_Users_SP_User_UsersPartnerSet"
                    Association="SP.SP_Publishing_VideoPermissionGroup_Users_SP_User_UsersPartner">
                    <End Role="UsersPartner" EntitySet="VideoPermissionGroups" />
                    <End Role="Users" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_VideoServiceManager_CanEditChannels_SP_Publishing_VideoChannel_CanEditChannelsPartnerSet"
                    Association="SP.Publishing.SP_Publishing_VideoServiceManager_CanEditChannels_SP_Publishing_VideoChannel_CanEditChannelsPartner">
                    <End Role="CanEditChannelsPartner" EntitySet="VideoServiceManagers" />
                    <End Role="CanEditChannels" EntitySet="VideoChannels" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_VideoServiceManager_Channels_SP_Publishing_VideoChannel_ChannelsPartnerSet"
                    Association="SP.Publishing.SP_Publishing_VideoServiceManager_Channels_SP_Publishing_VideoChannel_ChannelsPartner">
                    <End Role="ChannelsPartner" EntitySet="VideoServiceManagers" />
                    <End Role="Channels" EntitySet="VideoChannels" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_VideoServiceManager_Search_SP_Publishing_Search_SearchPartnerSet"
                    Association="SP.Publishing.SP_Publishing_VideoServiceManager_Search_SP_Publishing_Search_SearchPartner">
                    <End Role="SearchPartner" EntitySet="VideoServiceManagers" />
                    <End Role="Search" EntitySet="Searchs" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_VideoServiceManager_SpotlightChannels_SP_Publishing_SpotlightChannel_SpotlightChannelsPartnerSet"
                    Association="SP.Publishing.SP_Publishing_VideoServiceManager_SpotlightChannels_SP_Publishing_SpotlightChannel_SpotlightChannelsPartner">
                    <End Role="SpotlightChannelsPartner" EntitySet="VideoServiceManagers" />
                    <End Role="SpotlightChannels" EntitySet="SpotlightChannels" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Publishing_VideoServiceManager_SpotlightVideos_SP_Publishing_SpotlightVideo_SpotlightVideosPartnerSet"
                    Association="SP.Publishing.SP_Publishing_VideoServiceManager_SpotlightVideos_SP_Publishing_SpotlightVideo_SpotlightVideosPartner">
                    <End Role="SpotlightVideosPartner" EntitySet="VideoServiceManagers" />
                    <End Role="SpotlightVideos" EntitySet="SpotlightVideos" />
                </AssociationSet>
                <AssociationSet Name="SP_PushNotificationSubscriber_User_SP_User_UserPartnerSet"
                    Association="SP.SP_PushNotificationSubscriber_User_SP_User_UserPartner">
                    <End Role="UserPartner" EntitySet="PushNotificationSubscribers" />
                    <End Role="User" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="SP_RecycleBinItem_Author_SP_User_AuthorPartnerSet"
                    Association="SP.SP_RecycleBinItem_Author_SP_User_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="RecycleBinItems" />
                    <End Role="Author" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="SP_RecycleBinItem_DeletedBy_SP_User_DeletedByPartnerSet"
                    Association="SP.SP_RecycleBinItem_DeletedBy_SP_User_DeletedByPartner">
                    <End Role="DeletedByPartner" EntitySet="RecycleBinItems" />
                    <End Role="DeletedBy" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_RegionalSettings_InstalledLanguages_SP_LanguageCollection_InstalledLanguagesPartnerSet"
                    Association="SP.SP_RegionalSettings_InstalledLanguages_SP_LanguageCollection_InstalledLanguagesPartner">
                    <End Role="InstalledLanguagesPartner" EntitySet="RegionalSettingss" />
                    <End Role="InstalledLanguages" EntitySet="LanguageCollections" />
                </AssociationSet>
                <AssociationSet Name="SP_RegionalSettings_TimeZone_SP_TimeZone_TimeZonePartnerSet"
                    Association="SP.SP_RegionalSettings_TimeZone_SP_TimeZone_TimeZonePartner">
                    <End Role="TimeZonePartner" EntitySet="RegionalSettingss" />
                    <End Role="TimeZone" EntitySet="TimeZones" />
                </AssociationSet>
                <AssociationSet Name="SP_RegionalSettings_TimeZones_SP_TimeZone_TimeZonesPartnerSet"
                    Association="SP.SP_RegionalSettings_TimeZones_SP_TimeZone_TimeZonesPartner">
                    <End Role="TimeZonesPartner" EntitySet="RegionalSettingss" />
                    <End Role="TimeZones" EntitySet="TimeZones" />
                </AssociationSet>
                <AssociationSet Name="SP_RelatedField_LookupList_SP_List_LookupListPartnerSet"
                    Association="SP.SP_RelatedField_LookupList_SP_List_LookupListPartner">
                    <End Role="LookupListPartner" EntitySet="RelatedFields" />
                    <End Role="LookupList" EntitySet="Lists" />
                </AssociationSet>
                <AssociationSet Name="SP_RemoteWeb_Web_SP_Web_WebPartnerSet"
                    Association="SP.SP_RemoteWeb_Web_SP_Web_WebPartner">
                    <End Role="WebPartner" EntitySet="RemoteWebs" />
                    <End Role="Web" EntitySet="Webs" />
                </AssociationSet>
                <AssociationSet Name="SP_RequestContext_Current_SP_RequestContext_CurrentPartnerSet"
                    Association="SP.SP_RequestContext_Current_SP_RequestContext_CurrentPartner">
                    <End Role="CurrentPartner" EntitySet="RequestContexts" />
                    <End Role="Current" EntitySet="RequestContexts" />
                </AssociationSet>
                <AssociationSet Name="SP_RequestContext_List_SP_List_ListPartnerSet"
                    Association="SP.SP_RequestContext_List_SP_List_ListPartner">
                    <End Role="ListPartner" EntitySet="RequestContexts" />
                    <End Role="List" EntitySet="Lists" />
                </AssociationSet>
                <AssociationSet Name="SP_RequestContext_Site_SP_Site_SitePartnerSet"
                    Association="SP.SP_RequestContext_Site_SP_Site_SitePartner">
                    <End Role="SitePartner" EntitySet="RequestContexts" />
                    <End Role="Site" EntitySet="Sites" />
                </AssociationSet>
                <AssociationSet Name="SP_RequestContext_Web_SP_Web_WebPartnerSet"
                    Association="SP.SP_RequestContext_Web_SP_Web_WebPartner">
                    <End Role="WebPartner" EntitySet="RequestContexts" />
                    <End Role="Web" EntitySet="Webs" />
                </AssociationSet>
                <AssociationSet Name="SP_RoleAssignment_Member_SP_Principal_MemberPartnerSet"
                    Association="SP.SP_RoleAssignment_Member_SP_Principal_MemberPartner">
                    <End Role="MemberPartner" EntitySet="RoleAssignments" />
                    <End Role="Member" EntitySet="Principals" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_RoleAssignment_RoleDefinitionBindings_SP_RoleDefinition_RoleDefinitionBindingsPartnerSet"
                    Association="SP.SP_RoleAssignment_RoleDefinitionBindings_SP_RoleDefinition_RoleDefinitionBindingsPartner">
                    <End Role="RoleDefinitionBindingsPartner" EntitySet="RoleAssignments" />
                    <End Role="RoleDefinitionBindings" EntitySet="RoleDefinitions" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_SecurableObject_FirstUniqueAncestorSecurableObject_SP_SecurableObject_FirstUniqueAncestorSecurableObjectPartnerSet"
                    Association="SP.SP_SecurableObject_FirstUniqueAncestorSecurableObject_SP_SecurableObject_FirstUniqueAncestorSecurableObjectPartner">
                    <End Role="FirstUniqueAncestorSecurableObjectPartner"
                        EntitySet="SecurableObjects" />
                    <End Role="FirstUniqueAncestorSecurableObject" EntitySet="SecurableObjects" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_SecurableObject_RoleAssignments_SP_RoleAssignment_RoleAssignmentsPartnerSet"
                    Association="SP.SP_SecurableObject_RoleAssignments_SP_RoleAssignment_RoleAssignmentsPartner">
                    <End Role="RoleAssignmentsPartner" EntitySet="SecurableObjects" />
                    <End Role="RoleAssignments" EntitySet="RoleAssignments" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_SharePointSharingSettings_PickerProperties_SP_PickerSettings_PickerPropertiesPartnerSet"
                    Association="SP.SP_SharePointSharingSettings_PickerProperties_SP_PickerSettings_PickerPropertiesPartner">
                    <End Role="PickerPropertiesPartner" EntitySet="SharePointSharingSettingss" />
                    <End Role="PickerProperties" EntitySet="PickerSettingss" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Sharing_SharingInformation_pickerSettings_SP_PickerSettings_pickerSettingsPartnerSet"
                    Association="SP.SP_Sharing_SharingInformation_pickerSettings_SP_PickerSettings_pickerSettingsPartner">
                    <End Role="pickerSettingsPartner" EntitySet="SharingInformations" />
                    <End Role="pickerSettings" EntitySet="PickerSettingss" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_SharingResult_GroupsSharedWith_SP_Group_GroupsSharedWithPartnerSet"
                    Association="SP.SP_SharingResult_GroupsSharedWith_SP_Group_GroupsSharedWithPartner">
                    <End Role="GroupsSharedWithPartner" EntitySet="SharingResults" />
                    <End Role="GroupsSharedWith" EntitySet="Groups1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_SharingResult_GroupUsersAddedTo_SP_Group_GroupUsersAddedToPartnerSet"
                    Association="SP.SP_SharingResult_GroupUsersAddedTo_SP_Group_GroupUsersAddedToPartner">
                    <End Role="GroupUsersAddedToPartner" EntitySet="SharingResults" />
                    <End Role="GroupUsersAddedTo" EntitySet="Groups1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_SharingResult_UsersWithAccessRequests_SP_User_UsersWithAccessRequestsPartnerSet"
                    Association="SP.SP_SharingResult_UsersWithAccessRequests_SP_User_UsersWithAccessRequestsPartner">
                    <End Role="UsersWithAccessRequestsPartner" EntitySet="SharingResults" />
                    <End Role="UsersWithAccessRequests" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_SiteVersionPolicyManager_VersionPolicies_SP_VersionPolicyManager_VersionPoliciesPartnerSet"
                    Association="SP.SP_SiteVersionPolicyManager_VersionPolicies_SP_VersionPolicyManager_VersionPoliciesPartner">
                    <End Role="VersionPoliciesPartner" EntitySet="SiteVersionPolicyManagers" />
                    <End Role="VersionPolicies" EntitySet="VersionPolicyManagers" />
                </AssociationSet>
                <AssociationSet Name="SP_TenantSettings_Current_SP_TenantSettings_CurrentPartnerSet"
                    Association="SP.SP_TenantSettings_Current_SP_TenantSettings_CurrentPartner">
                    <End Role="CurrentPartner" EntitySet="TenantSettingss" />
                    <End Role="Current" EntitySet="TenantSettingss" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_TranslationNotificationRecipientUsers_Recipients_SP_User_RecipientsPartnerSet"
                    Association="SP.SP_TranslationNotificationRecipientUsers_Recipients_SP_User_RecipientsPartner">
                    <End Role="RecipientsPartner" EntitySet="TranslationNotificationRecipientUserss" />
                    <End Role="Recipients" EntitySet="Users1" />
                </AssociationSet>
                <AssociationSet Name="SP_User_Alerts_SP_Alert_AlertsPartnerSet"
                    Association="SP.SP_User_Alerts_SP_Alert_AlertsPartner">
                    <End Role="AlertsPartner" EntitySet="Users1" />
                    <End Role="Alerts" EntitySet="Alerts" />
                </AssociationSet>
                <AssociationSet Name="SP_User_Groups_SP_Group_GroupsPartnerSet"
                    Association="SP.SP_User_Groups_SP_Group_GroupsPartner">
                    <End Role="GroupsPartner" EntitySet="Users1" />
                    <End Role="Groups" EntitySet="Groups1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_UserCustomAction_DescriptionResource_SP_UserResource_DescriptionResourcePartnerSet"
                    Association="SP.SP_UserCustomAction_DescriptionResource_SP_UserResource_DescriptionResourcePartner">
                    <End Role="DescriptionResourcePartner" EntitySet="UserCustomActions" />
                    <End Role="DescriptionResource" EntitySet="UserResources" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_UserCustomAction_TitleResource_SP_UserResource_TitleResourcePartnerSet"
                    Association="SP.SP_UserCustomAction_TitleResource_SP_UserResource_TitleResourcePartner">
                    <End Role="TitleResourcePartner" EntitySet="UserCustomActions" />
                    <End Role="TitleResource" EntitySet="UserResources" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_UserProfiles_UserProfile_FollowedContent_SP_UserProfiles_FollowedContent_FollowedContentPartnerSet"
                    Association="SP.UserProfiles.SP_UserProfiles_UserProfile_FollowedContent_SP_UserProfiles_FollowedContent_FollowedContentPartner">
                    <End Role="FollowedContentPartner" EntitySet="UserProfiles" />
                    <End Role="FollowedContent" EntitySet="FollowedContents" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_UserProfiles_UserProfile_PersonalSite_SP_Site_PersonalSitePartnerSet"
                    Association="SP.SP_UserProfiles_UserProfile_PersonalSite_SP_Site_PersonalSitePartner">
                    <End Role="PersonalSitePartner" EntitySet="UserProfiles" />
                    <End Role="PersonalSite" EntitySet="Sites" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_View_ViewFields_SP_ViewFieldCollection_ViewFieldsPartnerSet"
                    Association="SP.SP_View_ViewFields_SP_ViewFieldCollection_ViewFieldsPartner">
                    <End Role="ViewFieldsPartner" EntitySet="Views" />
                    <End Role="ViewFields" EntitySet="ViewFieldCollections" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_VisualizationAppSynchronizationResult_AppMappedViews_SP_View_AppMappedViewsPartnerSet"
                    Association="SP.SP_VisualizationAppSynchronizationResult_AppMappedViews_SP_View_AppMappedViewsPartner">
                    <End Role="AppMappedViewsPartner"
                        EntitySet="VisualizationAppSynchronizationResults" />
                    <End Role="AppMappedViews" EntitySet="Views" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WebParts_LimitedWebPartManager_WebParts_SP_WebParts_WebPartDefinition_WebPartsPartnerSet"
                    Association="SP.WebParts.SP_WebParts_LimitedWebPartManager_WebParts_SP_WebParts_WebPartDefinition_WebPartsPartner">
                    <End Role="WebPartsPartner" EntitySet="LimitedWebPartManagers" />
                    <End Role="WebParts" EntitySet="WebPartDefinitions" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WebParts_WebPart_Properties_SP_PropertyValues_PropertiesPartnerSet"
                    Association="SP.SP_WebParts_WebPart_Properties_SP_PropertyValues_PropertiesPartner">
                    <End Role="PropertiesPartner" EntitySet="WebParts" />
                    <End Role="Properties" EntitySet="PropertyValuess" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WebParts_WebPartDefinition_WebPart_SP_WebParts_WebPart_WebPartPartnerSet"
                    Association="SP.WebParts.SP_WebParts_WebPartDefinition_WebPart_SP_WebParts_WebPart_WebPartPartner">
                    <End Role="WebPartPartner" EntitySet="WebPartDefinitions" />
                    <End Role="WebPart" EntitySet="WebParts" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkflowServices_InteropService_Current_SP_WorkflowServices_InteropService_CurrentPartnerSet"
                    Association="SP.WorkflowServices.SP_WorkflowServices_InteropService_Current_SP_WorkflowServices_InteropService_CurrentPartner">
                    <End Role="CurrentPartner" EntitySet="InteropServices" />
                    <End Role="Current" EntitySet="InteropServices" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkflowServices_WorkflowInstanceService_Current_SP_WorkflowServices_WorkflowInstanceService_CurrentPartnerSet"
                    Association="SP.WorkflowServices.SP_WorkflowServices_WorkflowInstanceService_Current_SP_WorkflowServices_WorkflowInstanceService_CurrentPartner">
                    <End Role="CurrentPartner" EntitySet="WorkflowInstanceServices" />
                    <End Role="Current" EntitySet="WorkflowInstanceServices" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkflowServices_WorkflowServicesManager_Current_SP_WorkflowServices_WorkflowServicesManager_CurrentPartnerSet"
                    Association="SP.WorkflowServices.SP_WorkflowServices_WorkflowServicesManager_Current_SP_WorkflowServices_WorkflowServicesManager_CurrentPartner">
                    <End Role="CurrentPartner" EntitySet="WorkflowServicesManagers" />
                    <End Role="Current" EntitySet="WorkflowServicesManagers" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkflowServices_WorkflowSubscriptionService_Current_SP_WorkflowServices_WorkflowSubscriptionService_CurrentPartnerSet"
                    Association="SP.WorkflowServices.SP_WorkflowServices_WorkflowSubscriptionService_Current_SP_WorkflowServices_WorkflowSubscriptionService_CurrentPartner">
                    <End Role="CurrentPartner" EntitySet="WorkflowSubscriptionServices" />
                    <End Role="Current" EntitySet="WorkflowSubscriptionServices" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_NonTaskDataReadResult_AllLocatons_SP_WorkManagement_OM_Location_AllLocatonsPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_AllLocatons_SP_WorkManagement_OM_Location_AllLocatonsPartner">
                    <End Role="AllLocatonsPartner" EntitySet="NonTaskDataReadResults" />
                    <End Role="AllLocatons" EntitySet="Locations" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_NonTaskDataReadResult_PersistedProperties_SP_WorkManagement_OM_PersistedProperties_PersistedPropertiesPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_PersistedProperties_SP_WorkManagement_OM_PersistedProperties_PersistedPropertiesPartner">
                    <End Role="PersistedPropertiesPartner" EntitySet="NonTaskDataReadResults" />
                    <End Role="PersistedProperties" EntitySet="PersistedPropertiess" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_NonTaskDataReadResult_RefreshHistory_SP_WorkManagement_OM_RefreshHistory_RefreshHistoryPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_RefreshHistory_SP_WorkManagement_OM_RefreshHistory_RefreshHistoryPartner">
                    <End Role="RefreshHistoryPartner" EntitySet="NonTaskDataReadResults" />
                    <End Role="RefreshHistory" EntitySet="RefreshHistorys" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_NonTaskDataReadResult_ScriptExtensions_SP_WorkManagement_OM_DashboardScriptExtensionInfo_ScriptExtensionsPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_ScriptExtensions_SP_WorkManagement_OM_DashboardScriptExtensionInfo_ScriptExtensionsPartner">
                    <End Role="ScriptExtensionsPartner" EntitySet="NonTaskDataReadResults" />
                    <End Role="ScriptExtensions" EntitySet="DashboardScriptExtensionInfos" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_NonTaskDataReadResult_UserSettings_SP_WorkManagement_OM_UserSettings_UserSettingsPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_UserSettings_SP_WorkManagement_OM_UserSettings_UserSettingsPartner">
                    <End Role="UserSettingsPartner" EntitySet="NonTaskDataReadResults" />
                    <End Role="UserSettings" EntitySet="UserSettingss" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_RefreshHealthInfo_ProviderErrors_SP_WorkManagement_OM_ProviderErrorInfo_ProviderErrorsPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshHealthInfo_ProviderErrors_SP_WorkManagement_OM_ProviderErrorInfo_ProviderErrorsPartner">
                    <End Role="ProviderErrorsPartner" EntitySet="RefreshHealthInfos" />
                    <End Role="ProviderErrors" EntitySet="ProviderErrorInfos" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_RefreshHistory_Refreshes_SP_WorkManagement_OM_RefreshResult_RefreshesPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshHistory_Refreshes_SP_WorkManagement_OM_RefreshResult_RefreshesPartner">
                    <End Role="RefreshesPartner" EntitySet="RefreshHistorys" />
                    <End Role="Refreshes" EntitySet="RefreshResults" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_RefreshResult_ProviderStatuses_SP_WorkManagement_OM_ProviderRefreshStatus_ProviderStatusesPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshResult_ProviderStatuses_SP_WorkManagement_OM_ProviderRefreshStatus_ProviderStatusesPartner">
                    <End Role="ProviderStatusesPartner" EntitySet="RefreshResults" />
                    <End Role="ProviderStatuses" EntitySet="ProviderRefreshStatuss" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_RefreshResult_TaskChangesByLocation_SP_WorkManagement_OM_LocationUpdateResult_TaskChangesByLocationPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshResult_TaskChangesByLocation_SP_WorkManagement_OM_LocationUpdateResult_TaskChangesByLocationPartner">
                    <End Role="TaskChangesByLocationPartner" EntitySet="RefreshResults" />
                    <End Role="TaskChangesByLocation" EntitySet="LocationUpdateResults" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_SortableTaskQuery_CoreQuery_SP_WorkManagement_OM_TaskQuery_CoreQueryPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_SortableTaskQuery_CoreQuery_SP_WorkManagement_OM_TaskQuery_CoreQueryPartner">
                    <End Role="CoreQueryPartner" EntitySet="SortableTaskQuerys" />
                    <End Role="CoreQuery" EntitySet="TaskQuerys" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_SortableTaskQuery_Order_SP_WorkManagement_OM_OrderInfo_OrderPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_SortableTaskQuery_Order_SP_WorkManagement_OM_OrderInfo_OrderPartner">
                    <End Role="OrderPartner" EntitySet="SortableTaskQuerys" />
                    <End Role="Order" EntitySet="OrderInfos" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_TaskFilter_CompletedCriterion_SP_WorkManagement_OM_BooleanCriterion_CompletedCriterionPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_CompletedCriterion_SP_WorkManagement_OM_BooleanCriterion_CompletedCriterionPartner">
                    <End Role="CompletedCriterionPartner" EntitySet="TaskFilters" />
                    <End Role="CompletedCriterion" EntitySet="BooleanCriterions" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_TaskFilter_DueDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_DueDateRangeCriterionPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_DueDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_DueDateRangeCriterionPartner">
                    <End Role="DueDateRangeCriterionPartner" EntitySet="TaskFilters" />
                    <End Role="DueDateRangeCriterion" EntitySet="DateRangeCriterions" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_TaskFilter_IsNewCriterion_SP_WorkManagement_OM_BooleanCriterion_IsNewCriterionPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_IsNewCriterion_SP_WorkManagement_OM_BooleanCriterion_IsNewCriterionPartner">
                    <End Role="IsNewCriterionPartner" EntitySet="TaskFilters" />
                    <End Role="IsNewCriterion" EntitySet="BooleanCriterions" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_TaskFilter_NameCriterion_SP_WorkManagement_OM_NameCriterion_NameCriterionPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_NameCriterion_SP_WorkManagement_OM_NameCriterion_NameCriterionPartner">
                    <End Role="NameCriterionPartner" EntitySet="TaskFilters" />
                    <End Role="NameCriterion" EntitySet="NameCriterions" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_TaskFilter_StartDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_StartDateRangeCriterionPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_StartDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_StartDateRangeCriterionPartner">
                    <End Role="StartDateRangeCriterionPartner" EntitySet="TaskFilters" />
                    <End Role="StartDateRangeCriterion" EntitySet="DateRangeCriterions" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_TaskQuery_CustomAttributeFilter_SP_WorkManagement_OM_CustomAttributeFilter_CustomAttributeFilterPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_CustomAttributeFilter_SP_WorkManagement_OM_CustomAttributeFilter_CustomAttributeFilterPartner">
                    <End Role="CustomAttributeFilterPartner" EntitySet="TaskQuerys" />
                    <End Role="CustomAttributeFilter" EntitySet="CustomAttributeFilters" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_TaskQuery_FieldFilter_SP_WorkManagement_OM_TaskFilter_FieldFilterPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_FieldFilter_SP_WorkManagement_OM_TaskFilter_FieldFilterPartner">
                    <End Role="FieldFilterPartner" EntitySet="TaskQuerys" />
                    <End Role="FieldFilter" EntitySet="TaskFilters" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_TaskQuery_LastModifiedDateRangeFilter_SP_WorkManagement_OM_DateRangeCriterion_LastModifiedDateRangeFilterPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_LastModifiedDateRangeFilter_SP_WorkManagement_OM_DateRangeCriterion_LastModifiedDateRangeFilterPartner">
                    <End Role="LastModifiedDateRangeFilterPartner" EntitySet="TaskQuerys" />
                    <End Role="LastModifiedDateRangeFilter" EntitySet="DateRangeCriterions" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_TaskQuery_LocationFilter_SP_WorkManagement_OM_LocationFilter_LocationFilterPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_LocationFilter_SP_WorkManagement_OM_LocationFilter_LocationFilterPartner">
                    <End Role="LocationFilterPartner" EntitySet="TaskQuerys" />
                    <End Role="LocationFilter" EntitySet="LocationFilters" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_TaskQueryByLocationResult_Results_SP_WorkManagement_OM_Task_ResultsPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQueryByLocationResult_Results_SP_WorkManagement_OM_Task_ResultsPartner">
                    <End Role="ResultsPartner" EntitySet="TaskQueryByLocationResults" />
                    <End Role="Results" EntitySet="Tasks1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_TaskQueryResult_Results_SP_WorkManagement_OM_Task_ResultsPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQueryResult_Results_SP_WorkManagement_OM_Task_ResultsPartner">
                    <End Role="ResultsPartner" EntitySet="TaskQueryResults" />
                    <End Role="Results" EntitySet="Tasks1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_TaskRefreshResult_Result_SP_WorkManagement_OM_Task_ResultPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskRefreshResult_Result_SP_WorkManagement_OM_Task_ResultPartner">
                    <End Role="ResultPartner" EntitySet="TaskRefreshResults" />
                    <End Role="Result" EntitySet="Tasks1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_WorkManagement_OM_TaskWriteResult_Result_SP_WorkManagement_OM_Task_ResultPartnerSet"
                    Association="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskWriteResult_Result_SP_WorkManagement_OM_Task_ResultPartner">
                    <End Role="ResultPartner" EntitySet="TaskWriteResults" />
                    <End Role="Result" EntitySet="Tasks1" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Directory_GroupAndUserStatus_Group_SP_Directory_Group_GroupPartnerSet"
                    Association="SP.Directory.SP_Directory_GroupAndUserStatus_Group_SP_Directory_Group_GroupPartner">
                    <End Role="GroupPartner" EntitySet="GroupAndUserStatuss" />
                    <End Role="Group" EntitySet="Groups" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_AppPrincipalIdentityProvider_External_SP_AppPrincipalIdentityProvider_ExternalPartnerSet"
                    Association="SP.SP_AppPrincipalIdentityProvider_External_SP_AppPrincipalIdentityProvider_ExternalPartner">
                    <End Role="ExternalPartner" EntitySet="AppPrincipalIdentityProviders" />
                    <End Role="External" EntitySet="AppPrincipalIdentityProviders" />
                </AssociationSet>
            </EntityContainer>
            <EntityContainer Name="ListData">
                <EntitySet Name="OData__x005f_catalogs_x002f_hubsiteItems"
                    EntityType="SP.Data.OData__x005f_catalogs_x002f_hubsiteItem" />
                <EntitySet Name="UserInfoItems" EntityType="SP.Data.UserInfoItem" />
                <EntitySet Name="OData__x005f_catalogs_x002f_appdataItems"
                    EntityType="SP.Data.OData__x005f_catalogs_x002f_appdataItem" />
                <EntitySet Name="OData__x005f_catalogs_x002f_appfilesItems"
                    EntityType="SP.Data.OData__x005f_catalogs_x002f_appfilesItem" />
                <EntitySet Name="ClientSideAssetsItems" EntityType="SP.Data.ClientSideAssetsItem" />
                <EntitySet Name="OData__x005f_catalogs_x002f_designItems"
                    EntityType="SP.Data.OData__x005f_catalogs_x002f_designItem" />
                <EntitySet Name="IWConvertedFormsItems" EntityType="SP.Data.IWConvertedFormsItem" />
                <EntitySet Name="CSPViolationReportListListItems"
                    EntityType="SP.Data.CSPViolationReportListListItem" />
                <EntitySet Name="DevListItems" EntityType="SP.Data.DevListItem" />
                <EntitySet Name="Shared_x0020_DocumentsItems"
                    EntityType="SP.Data.Shared_x0020_DocumentsItem" />
                <EntitySet Name="EventsListItems" EntityType="SP.Data.EventsListItem" />
                <EntitySet Name="FormServerTemplatesItems"
                    EntityType="SP.Data.FormServerTemplatesItem" />
                <EntitySet Name="OData__x005f_catalogs_x002f_ltItems"
                    EntityType="SP.Data.OData__x005f_catalogs_x002f_ltItem" />
                <EntitySet Name="OData__x005f_catalogs_x002f_MaintenanceLogsItems"
                    EntityType="SP.Data.OData__x005f_catalogs_x002f_MaintenanceLogsItem" />
                <EntitySet Name="OData__x005f_catalogs_x002f_masterpageItems"
                    EntityType="SP.Data.OData__x005f_catalogs_x002f_masterpageItem" />
                <EntitySet Name="SharePointHomeOrgLinksListItems"
                    EntityType="SP.Data.SharePointHomeOrgLinksListItem" />
                <EntitySet Name="SiteAssetsItems" EntityType="SP.Data.SiteAssetsItem" />
                <EntitySet Name="TaxonomyHiddenListListItems"
                    EntityType="SP.Data.TaxonomyHiddenListListItem" />
                <EntitySet Name="SitePagesItems" EntityType="SP.Data.SitePagesItem" />
                <EntitySet Name="OData__x005f_catalogs_x002f_solutionsItems"
                    EntityType="SP.Data.OData__x005f_catalogs_x002f_solutionsItem" />
                <EntitySet Name="Style_x0020_LibraryItems"
                    EntityType="SP.Data.Style_x0020_LibraryItem" />
                <EntitySet Name="OData__x005f_catalogs_x002f_themeItems"
                    EntityType="SP.Data.OData__x005f_catalogs_x002f_themeItem" />
                <EntitySet Name="OData__x005f_catalogs_x002f_wpItems"
                    EntityType="SP.Data.OData__x005f_catalogs_x002f_wpItem" />
                <EntitySet Name="OData__x005f_catalogs_x002f_wteItems"
                    EntityType="SP.Data.OData__x005f_catalogs_x002f_wteItem" />
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__hubsiteItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__hubsiteItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="OData__x005f_catalogs_x002f_hubsiteItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__hubsiteItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__hubsiteItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="OData__x005f_catalogs_x002f_hubsiteItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__hubsiteItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__hubsiteItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner"
                        EntitySet="OData__x005f_catalogs_x002f_hubsiteItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_UserInfoItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_UserInfoItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="UserInfoItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_UserInfoItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_UserInfoItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="UserInfoItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__appdataItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__appdataItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="OData__x005f_catalogs_x002f_appdataItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__appdataItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__appdataItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="OData__x005f_catalogs_x002f_appdataItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__appfilesItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__appfilesItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="OData__x005f_catalogs_x002f_appfilesItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__appfilesItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__appfilesItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="OData__x005f_catalogs_x002f_appfilesItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__appfilesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__appfilesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner"
                        EntitySet="OData__x005f_catalogs_x002f_appfilesItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_ClientSideAssetsItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_ClientSideAssetsItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="ClientSideAssetsItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_ClientSideAssetsItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_ClientSideAssetsItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="ClientSideAssetsItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_ClientSideAssetsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_ClientSideAssetsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner" EntitySet="ClientSideAssetsItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__designItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__designItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="OData__x005f_catalogs_x002f_designItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__designItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__designItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="OData__x005f_catalogs_x002f_designItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_IWConvertedFormsItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_IWConvertedFormsItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="IWConvertedFormsItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_IWConvertedFormsItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_IWConvertedFormsItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="IWConvertedFormsItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_IWConvertedFormsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_IWConvertedFormsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner" EntitySet="IWConvertedFormsItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_CSPViolationReportListListItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_CSPViolationReportListListItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="CSPViolationReportListListItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_CSPViolationReportListListItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_CSPViolationReportListListItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="CSPViolationReportListListItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_DevListItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_DevListItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="DevListItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_DevListItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_DevListItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="DevListItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_Shared__x0020__DocumentsItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_Shared__x0020__DocumentsItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="Shared_x0020_DocumentsItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_Shared__x0020__DocumentsItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_Shared__x0020__DocumentsItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="Shared_x0020_DocumentsItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_Shared__x0020__DocumentsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_Shared__x0020__DocumentsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner" EntitySet="Shared_x0020_DocumentsItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_EventsListItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_EventsListItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="EventsListItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_EventsListItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_EventsListItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="EventsListItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_EventsListItem_ParticipantsPicker_SP_Data_UserInfoItem_ParticipantsPickerPartnerSet"
                    Association="SP.Data.SP_Data_EventsListItem_ParticipantsPicker_SP_Data_UserInfoItem_ParticipantsPickerPartner">
                    <End Role="ParticipantsPickerPartner" EntitySet="EventsListItems" />
                    <End Role="ParticipantsPicker" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_FormServerTemplatesItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_FormServerTemplatesItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="FormServerTemplatesItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_FormServerTemplatesItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_FormServerTemplatesItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="FormServerTemplatesItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_FormServerTemplatesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_FormServerTemplatesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner" EntitySet="FormServerTemplatesItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__ltItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__ltItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="OData__x005f_catalogs_x002f_ltItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__ltItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__ltItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="OData__x005f_catalogs_x002f_ltItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__ltItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__ltItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner" EntitySet="OData__x005f_catalogs_x002f_ltItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__MaintenanceLogsItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__MaintenanceLogsItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner"
                        EntitySet="OData__x005f_catalogs_x002f_MaintenanceLogsItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__MaintenanceLogsItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__MaintenanceLogsItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner"
                        EntitySet="OData__x005f_catalogs_x002f_MaintenanceLogsItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__MaintenanceLogsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__MaintenanceLogsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner"
                        EntitySet="OData__x005f_catalogs_x002f_MaintenanceLogsItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner"
                        EntitySet="OData__x005f_catalogs_x002f_masterpageItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner"
                        EntitySet="OData__x005f_catalogs_x002f_masterpageItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__masterpageItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__masterpageItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner"
                        EntitySet="OData__x005f_catalogs_x002f_masterpageItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_SharePointHomeOrgLinksListItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_SharePointHomeOrgLinksListItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="SharePointHomeOrgLinksListItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_SharePointHomeOrgLinksListItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_SharePointHomeOrgLinksListItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="SharePointHomeOrgLinksListItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_SiteAssetsItem_TaxCatchAll_SP_Data_TaxonomyHiddenListListItem_TaxCatchAllPartnerSet"
                    Association="SP.Data.SP_Data_SiteAssetsItem_TaxCatchAll_SP_Data_TaxonomyHiddenListListItem_TaxCatchAllPartner">
                    <End Role="TaxCatchAllPartner" EntitySet="SiteAssetsItems" />
                    <End Role="TaxCatchAll" EntitySet="TaxonomyHiddenListListItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_SiteAssetsItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_SiteAssetsItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="SiteAssetsItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_SiteAssetsItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_SiteAssetsItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="SiteAssetsItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_SiteAssetsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_SiteAssetsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner" EntitySet="SiteAssetsItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_TaxonomyHiddenListListItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_TaxonomyHiddenListListItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="TaxonomyHiddenListListItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_TaxonomyHiddenListListItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_TaxonomyHiddenListListItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="TaxonomyHiddenListListItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_SitePagesItem_OData____AuthorByline_SP_Data_UserInfoItem_OData____AuthorBylinePartnerSet"
                    Association="SP.Data.SP_Data_SitePagesItem_OData____AuthorByline_SP_Data_UserInfoItem_OData____AuthorBylinePartner">
                    <End Role="OData__AuthorBylinePartner" EntitySet="SitePagesItems" />
                    <End Role="OData__AuthorByline" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_SitePagesItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_SitePagesItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="SitePagesItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_SitePagesItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_SitePagesItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="SitePagesItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_SitePagesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_SitePagesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner" EntitySet="SitePagesItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__solutionsItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__solutionsItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="OData__x005f_catalogs_x002f_solutionsItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__solutionsItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__solutionsItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="OData__x005f_catalogs_x002f_solutionsItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__solutionsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__solutionsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner"
                        EntitySet="OData__x005f_catalogs_x002f_solutionsItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_Style__x0020__LibraryItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_Style__x0020__LibraryItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="Style_x0020_LibraryItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_Style__x0020__LibraryItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_Style__x0020__LibraryItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="Style_x0020_LibraryItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_Style__x0020__LibraryItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_Style__x0020__LibraryItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner" EntitySet="Style_x0020_LibraryItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__themeItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__themeItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="OData__x005f_catalogs_x002f_themeItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__themeItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__themeItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="OData__x005f_catalogs_x002f_themeItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__themeItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__themeItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner"
                        EntitySet="OData__x005f_catalogs_x002f_themeItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__wpItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__wpItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="OData__x005f_catalogs_x002f_wpItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__wpItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__wpItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="OData__x005f_catalogs_x002f_wpItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__wpItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__wpItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                    <End Role="CheckoutUserPartner" EntitySet="OData__x005f_catalogs_x002f_wpItems" />
                    <End Role="CheckoutUser" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__wteItem_Author_SP_Data_UserInfoItem_AuthorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__wteItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                    <End Role="AuthorPartner" EntitySet="OData__x005f_catalogs_x002f_wteItems" />
                    <End Role="Author" EntitySet="UserInfoItems" />
                </AssociationSet>
                <AssociationSet
                    Name="SP_Data_OData____x005f__catalogs__x002f__wteItem_Editor_SP_Data_UserInfoItem_EditorPartnerSet"
                    Association="SP.Data.SP_Data_OData____x005f__catalogs__x002f__wteItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                    <End Role="EditorPartner" EntitySet="OData__x005f_catalogs_x002f_wteItems" />
                    <End Role="Editor" EntitySet="UserInfoItems" />
                </AssociationSet>
            </EntityContainer>
            <Annotations Target="SP.Directory.GroupNameValidationResultErrorParams">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Directory.GroupNameValidationResultErrorParams/BlockedWord">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Directory.GroupNameValidationResultErrorParams/Prefix">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Directory.GroupNameValidationResultErrorParams/Suffix">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.Directory.GroupNameValidationResultErrorParams/ValidationErrorCode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.Directory.GroupNameValidationResultErrorParams/ValidationErrorMessage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.Directory.GroupNameValidationResultErrorParams/ValidationPropertyName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Directory.GroupNameValidationResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Directory.GroupNameValidationResult/AliasErrorDetails">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Directory.GroupNameValidationResult/DisplayNameErrorDetails">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Directory.GroupNameValidationResult/ErrorCode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Directory.GroupNameValidationResult/ErrorMessage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Directory.GroupNameValidationResult/IsValidName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.ColumnDef">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.ColumnDef/CustomFormatter">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.ColumnDef/Id">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.ColumnDef/Name">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.ColumnDef/Type">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SiteCreationProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SiteCreationProperties/CompatibilityLevel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SiteCreationProperties/Lcid">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SiteCreationProperties/Owner">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SiteCreationProperties/OwnerName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SiteCreationProperties/SiteUniName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SiteCreationProperties/TimeZoneId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SiteCreationProperties/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SiteCreationProperties/Url">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPClassificationPublishConfig">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPClassificationPublishConfig/ClassifierId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPClassificationPublishConfig/ColumnName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPClassificationPublishConfig/ColumnType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPClassificationPublishConfig/ContentType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPClassificationPublishConfig/Kind">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPClassificationPublishConfig/ModelClassification">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPClassificationPublishConfig/ModelId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPRetentionLabelConfig">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPRetentionLabelConfig/Id">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPRetentionLabelConfig/Name">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPClassificationPublishConfig/RetentionLabel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPSensitivityLabelConfig">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPSensitivityLabelConfig/Id">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPSensitivityLabelConfig/Name">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPClassificationPublishConfig/SensitivityLabel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPDependentModel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPDependentModel/LastRefereshedTimeUtc">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPDependentModel/ModelId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPDependentModel/ModelType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPExtractorPublishConfig">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPExtractorPublishConfig/ColumnInternalName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPExtractorPublishConfig/ColumnName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPExtractorPublishConfig/ColumnType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPExtractorPublishConfig/ExtractorId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPModelDependencies">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPModelDependencies/DependentModels">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPModelPublishConfig">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPModelPublishConfig/ClassificationPublishConfigs">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPModelPublishConfig/ExtractorPublishConfigs">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CompliancePolicy.ComplianceTag">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ComplianceFoundation.Models.ComplianceTagInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ComplianceFoundation.Models.PreservedCloudAttachment">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MetadataNavigation.ConfiguredMetadataNavigationItemCollection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MetadataNavigation.ConfiguredMetadataNavigationItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="MS.FileServices.UserInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.SerilizableMoveJobEntityData/BatchId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.CommonMoveJobEntityData/EnableRestoreOnSiteToMove">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.CommonMoveJobEntityData/EnableSiteToMoveDatastore">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.CommonMoveJobEntityData/SourceCompanyId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.CommonMoveJobEntityData/SourceInstanceId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.CommonMoveJobEntityData/SourceMySiteHostUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.CommonMoveJobEntityData/SourceSiteSubscriptionId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.CommonMoveJobEntityData/TargetCompanyId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.CommonMoveJobEntityData/TargetFarmId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.CommonMoveJobEntityData/TargetInstanceId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.CommonMoveJobEntityData/TargetSiteSubscriptionId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.CommonMoveJobEntityData/TenantMergeSourceMySiteHostUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.CommonMoveJobEntityData/TenantMergeTargetMySiteHostUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AcronymInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AmplifiedChannels">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AmplifyPublishingHistoryResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AmplifyPublishingHistoryResult/AmplifyId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AmplifyPublishingHistoryResult/PageId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AmplifyPublishingHistoryResult/PublicationMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PublishingStatusResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.EmailPublishingStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyEndpointInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyExtraProperty">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SharePointPublishingStatusResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SharePointPublishingStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TeamsPublishingStatusResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TeamsPublishingStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.VivaEngagePublishingStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AmplifyPublishingHistoryResult/TimestampUTC">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AmplifyPublishingHistory">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AmplifyRequestEndpoint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AmplifyRequestEndpoint/Data">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AmplifyRequestEndpoint/EndpointType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AmplifyRequestParams">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AnnouncementAuthor">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AnnouncementAuthor/Email">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AnnouncementAuthor/ID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AnnouncementAuthor/Name">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CallToAction/IsTranspileReady">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CallToAction/Text">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CallToAction/Url">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AnnouncementsData/CallToAction">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AnnouncementsData/Dismissable">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AnnouncementsData/ExpiresOn">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.Icon/Color">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.Icon/Name">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AnnouncementsData/Icon">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AnnouncementsData/ID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AnnouncementsData/Message">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AnnouncementsData/PublishStartDate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.AnnouncementsData/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.BoostFieldsData/BoostOrderType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.BoostFieldsData/BoostUntilSeen">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.BoostFieldsData/Expiry">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.BoostFieldsData/Impressions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.BoostFieldsData/NextItemId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.BoostFieldsData/NextItemVersion">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.BoostFieldsData/PreviousItemId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.BoostFieldsData/PreviousItemVersion">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/AuthorByline">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/AuthoringMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/BannerImageUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/BoostProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/CallToAction">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/CanvasContent1">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/CanvasJson1">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/Categories">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/CoAuthState">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/Collaborators">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/Description">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/EmailTranspileContent">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/HiddenHighlightsMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/HideListEditorMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/LayoutWebpartsContent">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/Modified">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/PublicationMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/PublishStartDate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/TeamsTranspileContent">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/TopicHeader">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageFieldsData/WebTranspileContent">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublicationFieldsData/EndpointEmail">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublicationFieldsData/EndpointSharePoint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublicationFieldsData/EndpointTeams">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublicationFieldsData/EndpointVivaEngage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublicationFieldsData/EndpointYammer">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublicationFieldsData/PublicationStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublicationMailDraftData/DraftId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublicationMailDraftData/GroupUpn">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ChannelAnnouncement">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ChannelAnnouncement/Author">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ChannelAnnouncement/CallToAction">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ChannelAnnouncement/ChannelName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ChannelAnnouncement/Icon">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ChannelAnnouncement/ID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ChannelAnnouncement/Message">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ChannelAnnouncement/PublishStartDate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ChannelAnnouncement/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CopyToParams">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ProfileDateTime">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.DateTimeCustomProperty">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.GettyImage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PageMoveParams">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PersonCore">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PersonCustomProperty">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PersonIdentity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PersonMagazineData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PersonMagazineUserProfileDirectsData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PersonMagazineUserProfile">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PersonMagazineUserProfileData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PrePublishValidationsErrorCodesForEmail">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PrePublishValidationsErrorCodesForSharePointSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PrePublishValidationsErrorCodesForTeams">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PrePublishValidationsErrorCodesForVivaEngage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.VivaEngageDestinationV2">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PrePublishValidationsResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ProfileCoreProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ProfileDirectsData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ProfileData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ProfileFullProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ProfilePropertyViewEditPolicy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.ProfileViewEditPolicies">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PropertyValue">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PublishPublicationResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SchedulePublicationResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SendTestEmailResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SendTestTeamsMessageResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SharePagePreviewByEmailFieldsData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage3DFieldsData/SpaceContent">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageDependencyMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.WebPartDetailsWrapper">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePagStreamData/CoAuthState">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePagStreamData/StreamContents">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageVersionInfoCollection/Created">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageVersionInfoCollection/CreatedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageVersionInfo/LastVersionCreated">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageVersionInfo/LastVersionCreatedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SiteSharingEmailContext/CustomDescription">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SiteSharingEmailContext/CustomTitle">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SiteSharingEmailContext/Message">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SiteSharingEmailContext/Url">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TaxonomicProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TaxonomyMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TextValueWithLanguage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TopicPageFieldsData/EntityId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TopicPageFieldsData/EntityRelations">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TopicPageFieldsData/EntityType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TopicPageFieldsData/VerifiedTopicAllowedEditors">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Publishing.PageCopyWithAssets.PageDeepCopyWarning">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Publishing.Campaigns.Models.CampaignAssociation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Publishing.Campaigns.Models.CampaignMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Publishing.Campaigns.Models.PublicationMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Publishing.Campaigns.Models.SharePointIds">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResults">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyAnywhereResults">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.ChannelInfoCollection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.ChannelInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.EnsureTeamForGroupExResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.GroupCreationContext">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.GroupCreationParams">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.GroupSiteConversionInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.M365TabItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.OrgLabelsContext">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.OrgLabelsContext/DisplayName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.OrgLabelsContext/LabelApplicableTo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.OrgLabelsContext/ObjectId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.OrgLabelsContextList">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.OrgLabelsContextList/IsLastPage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.OrgLabelsContextList/Labels">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.ParentGroup">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.PinToTeamParams">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.PinToTeamResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.RecentAndJoinedTeamsResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ListHome.ListHomeItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ListHome.FavoriteListHomeItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCacheCollection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCache">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCache/Key">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCacheEntry">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCacheContext">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCacheContext/CacheKey">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCacheContext/Hash">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCacheContext/ListItemId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCacheContext/MySiteUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCacheContext/Time">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCacheContext/Version">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCacheEntry/CacheContext">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCacheEntry/CacheValue">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCache/Value">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/ActiveFlights">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/AlternateWebAppHost">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/ExperienceState">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/IsGraphEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/IsGroupCreationNewUXEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/IsLoggingUploadEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/IsMobile">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/IsModernSearchEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/IsOrgLinksProvisioned">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/IsRtl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/IsSelfServiceSiteCreationEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/IsUserVoiceEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/LoadSuiteNav">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/MicroserviceFlights">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/MicroserviceUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/MySiteUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/SearchCenterUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/ShowCreateNewsTeachingBubble">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/ShowFirstRunExperience">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/ShowMobileUpsell">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/UserAcronym">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/UserBannerColor">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/UserPhotoCdnBaseUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/VideoChannelUrlTemplate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext/VideoPlayerUrlTemplate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Webhooks.SubscriptionInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.OutOfBoxSiteTemplateSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignCreationInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignImage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.TeamAppInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptCreationInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptSerializationInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptSerializationInfo/IncludeBranding">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptSerializationInfo/IncludedLists">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptSerializationInfo/IncludedPages">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptSerializationInfo/IncludeLinksToExportedItems">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptSerializationInfo/IncludeRegionalSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptSerializationInfo/IncludeSiteExternalSharingCapability">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptSerializationInfo/IncludeTheme">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptSerializationResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptSerializationResult/JSON">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptSerializationResult/Warnings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptUpdateInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignTask">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignTask/ID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignTask/LogonName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignTask/SiteDesignID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignTask/SiteDesignStore">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignTask/SiteID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignTask/WebID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus/ActionIndex">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus/ActionKey">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus/ActionTitle">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus/ActionVerb">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus/LastModified">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus/OrdinalIndex">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus/OutcomeCode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus/OutcomeText">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus/SiteScriptID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus/SiteScriptIndex">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus/SiteScriptTitle">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SPSiteScriptStatusAndSchema">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SPSiteScriptStatusAndSchema/ActionStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SPSiteScriptStatusAndSchema/Schema">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.UserActions.officeFileUserValueResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.TenantCdn.TenantCdnUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAAItemProviderRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.SiteManager.BAAAItemProviderRequest/ItemProviderType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.ListOfIdsProviderParameters">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.SiteManager.ListOfIdsProviderParameters/ListId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.SiteManager.ListOfIdsProviderParameters/ListItemIds">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAAItemProviderRequest/ListOfIds">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAARequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.SiteManager.BAAARequest/BAAAItemProviderRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAARequest/ForceRunAsync">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAARequest/IsDebug">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAATaskParameters">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BulkRetireTaskParameters">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.SiteManager.BulkRetireTaskParameters/ForceRetire">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAATaskParameters/BulkRetire">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAATaskParameters/TaskType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAARequest/TaskParameters">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAAResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAAResponse/PageToken">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAATaskResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAATaskResult/ErrorCode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAATaskResult/ErrorMessage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAATaskResult/ResponseStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAATaskResult/TaskListId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAATaskResult/TaskListItemId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAATaskResultDetails">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BulkRetireTaskResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BulkRetireTaskResult/PagePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BulkRetireTaskResult/PageTitle">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.SiteManager.BulkRetireTaskResult/PendingChangesDiscarded">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAATaskResultDetails/BulkRetire">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.ScanForMissingLinksTaskResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.SiteManager.ScanForMissingLinksTaskResult/MissingLinks">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.SiteManager.BAAATaskResultDetails/ScanForMissingLinks">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAATaskResult/TaskResultDetails">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAAResponse/TaskResults">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.BAAAResponse/WorkItemId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.DocumentsDataSource">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.MissingLinkReferrer">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.MissingLinksResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.MissingLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.RetirablePageMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.RetirablePageMetadata/Description">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.SiteManager.RetirablePageMetadata/LastActivityTimestamp">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.RetirablePageMetadata/Path">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.SiteManager.RetirablePageMetadata/PictureThumbnailUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.RetirablePageMetadata/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.RetirablePagesQueryResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.RetirablePagesQueryResult/Files">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.SiteManagerSignals">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.SMARetirePageSignal">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.SiteManager.SMARetirePageMinimumAgeFeedbackSignal">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.SuggestionItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.TopSiteFilesResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.TopSiteFile">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SectionDesignIdeas.SectionModel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SectionDesignIdeas.WebPartModel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SectionDesignIdeas.ZoneModel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.QuickActionMessageCard.AutoInvokeAction">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.QuickActionMessageCard.Header">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.QuickActionMessageCard.AutoInvokeOptions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.QuickActionMessageCard.Choice">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.QuickActionMessageCard.HeroImage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.QuickActionMessageCard.MessageCardActionButton">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.QuickActionMessageCard.MessageCardInput">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.QuickActionMessageCard.MessageCard">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.QuickActionMessageCard.PotentialAction">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.QuickActionMessageCard.Section">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.QuickActionMessageCard.SPAccessRequestRefreshStatusBody">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.QuickActionMessageCard.SPAccessRequestRefreshStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Audience">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Audience/Email">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Audience/Id">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Audience/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HomeSitesDetails">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HomeSitesDetails/Audiences">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HomeSitesDetails/IsInDraftMode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HomeSitesDetails/IsVivaBackendSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HomeSitesDetails/MatchingAudiences">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HomeSitesDetails/SiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HomeSitesDetails/TargetedLicenseType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HomeSitesDetails/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HomeSitesDetails/Url">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HomeSitesDetails/VivaConnectionsDefaultStart">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HomeSitesDetails/WebId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TargetedSiteDetails">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TargetedSiteDetails/Audiences">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TargetedSiteDetails/IsInDraftMode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TargetedSiteDetails/IsVivaBackendSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TargetedSiteDetails/SiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TargetedSiteDetails/TargetedLicenseType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TargetedSiteDetails/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TargetedSiteDetails/Url">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TargetedSiteDetails/VivaConnectionsDefaultStart">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TargetedSiteDetails/WebId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.VivaConnectionsLicense">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.VivaConnectionsLicense/IsTenantEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.VivaConnectionsLicense/IsUserEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.NewsNotificationUpdatePayload">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.DataModel.SerializableType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.DataModel.ItemReference">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.DataModel.DocumentReference">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.DataModel.Item">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.DataModel.NavigatableItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.DataModel.Document">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.DataModel.Folder">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.DataModel.Person">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.DataModel.PersonReference">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.DataModel.Library">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.DataModel.SPOSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.DataModel.SPOSiteReference">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.DataModel.ItemsList">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.News.DataModel.NewsArticle">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.MicroService.Internal.PacInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.MicroService.Internal.PacInfo/Endpoint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.MicroService.Internal.PacInfo/IsAppOnly">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.MicroService.Internal.PacInfo/Scenario">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.MicroService.Internal.PacInfo/Token">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.MicroService.Internal.PacInfo/Version">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.AppUpgradeAvailability">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.AppUpgradeAvailability/AssetId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.AppUpgradeAvailability/IsUpgradeAvailable">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesign">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesign/description">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesign/id">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesign/serializedProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesign/showInToolbox">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesign/title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesignFeatures">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesignFeatures/catalogType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesignFeatures/isContextNotAvailable">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesignFeatures/isDisabledByTenantAdmin">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesignFeatures/isEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesignFeatures/isFlightDeactivated">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesignFeatures/isNotAHomeSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Internal.AppRenderInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.BaseGptRequestOptions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.BaseGptResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.ChatGptRequestOptions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.MessageEntry">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.ContentPart">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.ChatGptResponseChoice">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.ChatGptResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.GptResponseUsage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.GptAsyncExecuteResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.GptAsyncSubmitResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.GptEmbeddingsRequestOptions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.GptEmbeddingsResponseData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.GptEmbeddingsResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.GptRequestOptions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.GptResponseChoice">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.GptResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.ImageContentPart">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.ImageUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.TextContentPart">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.IdentityModel.SPDefaultDocumentLibrary">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.IdentityModel.SPDefaultDocumentLibrary/lastModifiedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.IdentityModel.SPDefaultDocumentLibrary/lastModifiedDateTime">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.IdentityModel.SPRubySite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.IdentityModel.SPRubySite/channelGroupId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.IdentityModel.SPRubySite/createdDateTime">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.IdentityModel.SPRubySite/defaultDocumentLibrary">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.IdentityModel.SPRubySite/description">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.IdentityModel.SPRubySite/id">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.IdentityModel.SPRubySite/lastModifiedDateTime">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.IdentityModel.SPRubySite/name">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.IdentityModel.SPRubySite/webUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.AppSettingsInTeams">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.DesktopSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MobileSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TabItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ConfigurationData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ResourcePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ResourcePath/DecodedUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.EmployeeEngagement.ConnectionsConfigurationAndData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.EmployeeEngagement.SpotlightConfiguration">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.EmployeeEngagement.SpotlightNews">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.EmployeeEngagement.NewsSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.EmployeeEngagement.ItemReference">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.VivaHomeTitleRegion">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.EmployeeEngagement.DashboardConfiguration">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.ClientSideComponent.SPClientSideComponentQueryResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.DashboardItemInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.DashboardItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.PivotItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.EmployeeEngagement.SitePage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.EmployeeEngagement.VCConfiguration">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.EmployeeEngagement.VivaResourceLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.VivaConnectionsUrlConfiguration">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.DynamicContent.FAQRequestPayload">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.DynamicContent.AddRawQuestionsPayload">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.DynamicContent.AggregatedQuestionsPayload">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.DynamicContent.Question">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.DynamicContent.AggregatedQuestion">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.DynamicContent.AggregatedQuestionsResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.DynamicContent.DeleteAggregatedQuestionsPayload">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.DynamicContent.EnsureListItemResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.DynamicContent.FaqSuggestionItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.DynamicContent.RawQuestionsResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.DynamicContent.SuggestionItemParameters">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Deployment.ShortcutInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileCollectionQueryResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileMetadata/ContainerUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.UserIdentity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.UserIdentity/DisplayName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.UserIdentity/Email">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.UserIdentity/LoginName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileMetadata/CreatedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileMetadata/FileName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileMetadata/FileUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileMetadata/LastModifiedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileMetadata/ListId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileMetadata/ListItemId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileMetadata/SiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileMetadata/SitePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileMetadata/UniqueId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileUserRelationship">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Copilot.CopilotFileUserRelationship/LastAccessDateTime">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileMetadata/UserRelationship">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotFileMetadata/WebId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Copilot.CopilotFileCollectionQueryResult/Files">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Copilot.CopilotFileCollectionQueryResult/SkipToken">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Copilot.CopilotTransitiveSharingStatusInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotTransitiveSharingStatusItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Copilot.CopilotTransitiveSharingStatusItem/ListId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Copilot.CopilotTransitiveSharingStatusItem/SiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Copilot.CopilotTransitiveSharingStatusItem/Status">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Copilot.CopilotTransitiveSharingStatusItem/UniqueId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Copilot.CopilotTransitiveSharingStatusItem/Url">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Copilot.CopilotTransitiveSharingStatusItem/WebId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Copilot.CopilotTransitiveSharingStatusInformation/Items">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.ContentSolution.Models.Requests.AddTemplateFieldsRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ContentSolution.Models.Requests.FieldInput">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.ContentSolution.Models.Requests.CreateTemplateRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.ContentSolution.Models.Requests.DocumentLocation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ContentSolution.Models.Requests.FileReference">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.ContentSolution.Models.Requests.CreateTemplateUsingStreamRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ContentSolution.Models.Requests.FieldUpdate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.ContentSolution.Models.Requests.UpdateTemplateFieldRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ContentSolution.Models.Entities.DocumentField">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Comments.CommentInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Comments.ContentAnchor">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Comments.Client.Identity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ClientSideComponent.SPTeamsAppComponent">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Campaigns.CampaignCommunicationEntity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Campaigns.CampaignUserInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Campaigns.CampaignEntity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Campaigns.CampaignSummary">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Administration.OrgAssets">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Administration.OrgAssetsLibraryCollection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Administration.OrgAssetsLibrary">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Administration.CustomFontsResource">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Administration.FileRequestBrandingAssetConfig">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Administration.FileRequestBrandingProfile">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Administration.FileRequestBrandingCdnInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Administration.TenantAdmin.InsightsSummaryResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SemanticSearchCrawlerEnqueueItem/AssociateSiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SemanticSearchCrawlerEnqueueItem/ItemId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SemanticSearchCrawlerEnqueueItem/ItemUniqueId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SemanticSearchCrawlerEnqueueItem/ItemUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SemanticSearchCrawlerEnqueueItem/ListId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SemanticSearchCrawlerEnqueueItem/SecondsInDB">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.SemanticSearchCrawlerEnqueueItem/SemanticSearchServiceEndPointJson">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SemanticSearchCrawlerEnqueueItem/SourceAction">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SemanticSearchCrawlerEnqueueItem/VroomId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SemanticSearchCrawlerEnqueueItem/WorkItemId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.AddToOneDrive.PlacesUserEntity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ActionableMessage.ElementUpdate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ActionableMessage.UpdateCardElement">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ActionableMessage.UpdateCard">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.AccessRequestResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CardElement">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.AdaptiveCardAction">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ActionHttp">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ActionOpenUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ActionSet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ActionShowCard">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.AdaptiveCard">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Padding">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ActionSubmit">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ActionToggleVisibility">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Container">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.AdaptiveCardColumn">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.AdaptiveCardImage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.AdditionalAccessStatusResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CoAuthConfiguration">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CoAuthConfiguration/SourceSessionId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CoAuthConfiguration/UpdateDate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CoAuthConfiguration/UpdateReason">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ColumnSet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CountByDate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CurrencyInformationCollection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CurrencyInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.GridInitInfoType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InputChoiceSet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InputChoice">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InputText">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ItemOrderUpdateValue">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MainLinkDetails">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MainLinkDetails/Audience">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MainLinkDetails/Role">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ManageChannelCapabilitiesRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPTeamChannelCapabilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPTeamChannelCapabilities/HasOwningTeamAccess">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPTeamChannelCapabilities/IsB2BCollabEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPTeamChannelCapabilities/IsB2BDirectConnectEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPTeamChannelCapabilities/IsNextGenerationChannel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPTeamChannelCapabilities/SiteMembershipIndicator">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ManageChannelCapabilitiesRequest/ChannelCapabilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ManageChannelCapabilitiesRequest/SiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ManageChannelCapabilitiesRequest/TeamsChannelType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RecipientLimitsInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RequestedTranslation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ScriptSafeDomainEntityData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkData/Embeddable">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkData/HasExternalGuestInvitees">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkData/IsAddressBarLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkData/IsMainLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkData/IsManageListLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkData/IsOriginatedFromSharingFlow">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkData/LinkScope">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkData/RequiresPassword">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkData/RestrictedShareMembership">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkData/RestrictToExistingRelationships">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkData/ShareId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkData/TrackLinkUsers">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/AllowsAnonymousAccess">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/ApplicationId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/BlocksDownload">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/Created">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.Principal">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/CreatedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/Description">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/Embeddable">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/HasExternalGuestInvitees">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.LinkInvitation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/Invitations">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/IsAddressBarLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/IsCreateOnlyLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/IsDefault">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/IsEditLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/IsEphemeral">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/IsFormsLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/IsMainLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/IsManageListLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/IsReviewLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/IsUnhealthy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/LastModified">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/LastModifiedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/LimitUseToApplication">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/LinkAclState">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/MainLinkDetails">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/MeetingId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/MustAlwaysUseLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/PasswordLastModified">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/PasswordLastModifiedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/RedeemedUsers">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/RequiresPassword">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/RestrictedShareMembership">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/RestrictToExistingRelationships">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/Scope">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/ShareId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/ShareTokenString">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/SharingLinkStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingLinkInfo/TrackLinkUsers">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPAgreementResults">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPAgreementResults/Results">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.AppProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.AppViewCreationInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.AsyncReadJobInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.AsyncReadOptions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeQuery/IgnoreStartTokenNotFoundError">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ClassificationResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ClassificationResult/ConfidenceScore">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ClassificationResult/ContentTypeId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ClassificationResult/ContentTypeName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ClassificationResult/Error">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ClassificationResult/Metas">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ClassificationResult/ModelId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ClassificationResult/ModelVersion">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ClassificationResult/RetentionLabelFlags">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ClassificationResult/RetentionLabelName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ClassificationResult/RetryCount">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ClassificationResult/SensitivityLabel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ClassificationResult/TableMetas">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ListItemComplianceInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CopyMigrationOptions/BypassSharedLock">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CopyMigrationOptions/IncludeItemPermissions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPMoveAndShareFileInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CopyMigrationOptions/MoveAndShareFileInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CustomActionElement/ClientSideComponentId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CustomActionElement/ClientSideComponentProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CustomActionElement/Id">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CustomActionElement/HostProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CustomerKeyInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CustomerKeyVaultInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CustomerKeyStatusInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FileCollectionAddParameters">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FileVersionBatchDeleteParameters">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.VersionPolicySelectionParameters">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FontPackageCreationParameters">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FontPackageCreationParameters/IsHidden">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FontPackageCreationParameters/PackageJson">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FontPackageCreationParameters/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Hashtag">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/Description">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/EnablePermissionsSync">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/EnforcedECTs">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/EnforcedECTsVersion">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/HideNameInNavigation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/LogoUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/ParentHubSiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/PermissionsSyncTag">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/RequiresJoinApproval">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/SiteDesignId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/SiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/SiteUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/Targets">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/TenantInstanceId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSiteCreationInformation/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ListItemCreationInformationUsingPath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPListItemVersionChange">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPListItemVersionChange/FieldTitle">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPListItemVersionChange/NewValue">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPListItemVersionChange/PreviousValue">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPRuleUserInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MachineLearningSampleMeta">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MachineLearningSampleMeta/ExtractedText">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/AgreementResults">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/AIPLabelExtractionStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/ChiSquareDistribution">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/ClassificationResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/Entropy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/FieldValues">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/MachineLearningSampleMeta">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/MediaServiceDocTags">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/MediaServiceImageTags">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/MonteCarloApproximation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/SensitivityLabel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/SensitivityLabelAssignmentMethod">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/VirusInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/VirusStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MediaServiceUpdateParameters/XTenantLabelInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CamlQuery/FolderServerRelativePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/AddAllFields">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/AddAllViewFields">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/AddRegionalSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/AddRequiredFields">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/AudienceTarget">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/ExpandGroups">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/ExpandUserField">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/FilterOutChannelFoldersInDefaultDocLib">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/ImageFieldsToTryRewriteToCdnUrls">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/MergeDefaultView">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/ModernListBoot">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/RenderURLFieldInJSON">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/ReplaceGroup">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/RequireFolderColoringFields">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RenderListDataParameters/ShowStubFile">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SPRuleAction">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SensitivityLabelInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.VisualizationAppInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.VisualizationField">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.VisualizationStyleSet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Visualization">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelDeploymentModelInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelDeploymentModelInfo/Format">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelDeploymentModelInfo/Name">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelDeploymentModelInfo/SourceAccount">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelDeploymentModelInfo/Version">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelDeploymentProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelDeploymentProperties/Capabilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelDeploymentProperties/Model">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelSetting">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelSetting/AnalyzerId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelSetting/AzureResourceId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelSetting/DeploymentName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelSetting/DeploymentProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelSetting/Endpoint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelSetting/EndpointType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelSetting/IsDisabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelSetting/TaskType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelSetting/UniqueId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelSetting/UniqueName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelSetting/Updated">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelWrapper">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelWrapper/Capability">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelWrapper/Enabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelWrapper/Id">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SyntexCustomModelWrapper/Setting">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TextBlock">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TranslationNotificationRecipientCollection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TranslationNotificationRecipient">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TranslationNotificationRecipientSetRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TranslationStatusCreationRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TranslationStatusSetRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TranslationStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TranslationStatus/Culture">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TranslationStatus/FileStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TranslationStatus/HasPublishedVersion">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TranslationStatus/LastModified">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TranslationStatus/Path">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TranslationStatus/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.AutofillColumnInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.JsonTheme">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.LLMColumnInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SiteThemes">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ThemeData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.NewsItemMetaData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.NewsItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.WebAppUrlsByAction">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.WebAppExtUrlPair">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.WopiWebAppProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TenantThemes">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.ThemingOptions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.UI.ApplicationPages.PeoplePickerQuerySettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.AccessRequestSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.AddressBarLinkSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.DirectSharingAbilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingAbilityStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.DomainRestrictionSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.EmailData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.EntityPermission">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.EphemeralLinkRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.ShareLinkSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.ShareLinkSettings/embeddable">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.ShareLinkSettings/nav">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.ShareLinkSettings/restrictToExistingRelationships">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.ShareLinkSettings/scope">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.ShareLinkSettings/trackLinkUsers">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.InheritedFrom">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharePointIds">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.ItemSharingSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.LinkInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.LinkParameters">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainAccessInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkAbilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkAbilities/canGetLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkAbilities/canManageLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkAbilities/canResetLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkAudienceAbilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkAudienceAbilities/anyoneLinkAvailable">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkAudienceAbilities/onlyPeopleAddedLinkAvailable">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkAudienceAbilities/organizationLinkAvailable">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkAbilities/mainLinkAudienceAbilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkRoleAbilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkRoleAbilities/commentRoleAvailable">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkRoleAbilities/editRoleAvailable">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkRoleAbilities/restrictedViewRoleAvailable">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkRoleAbilities/viewRoleAvailable">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.MainLinkAbilities/mainLinkRoleAbilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.OversharedWebInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.PermissionCollection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.PrincipalInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.PermissionCollection/mainAccess">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.RecipientLimits">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.Recipient">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SensitivityLabelInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.ShareLinkResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.ShareLinkPartialSuccessResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingEntityResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingEntityResultDescription">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingEntityResultDescription/Result">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingEntityResultDescription/ResultString">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingEntityResult/Description">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingEntityResult/Key">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.ShareLinkRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingAbilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingLinkAbilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingLinkExpirationAbilityStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingLinkPasswordAbilityStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingAbilities/anyoneLinkAbilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingAbilities/canStopSharing">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingAbilities/mainLinkAbilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingSettingsAbilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingSettingsAbilities/canGetBlockSharingPushDown">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingSettingsAbilities/canGetItemMembersCanShare">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingSettingsAbilities/canManageBlockSharingPushDown">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingSettingsAbilities/canManageItemMembersCanShare">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingAbilities/sharingSettingsAbilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingEntityResultSettingPolicyReason">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.Sharing.SharingEntityResultSettingPolicyReason/SettingPolicyResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.Sharing.SharingEntityResultSettingPolicyReason/SettingPolicyResultString">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformationRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformationRequest/maxLinkMembersToReturn">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformationRequest/populateMainLinkTree">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingLinkAccessRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingLinkDefaultTemplatesCollection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingLinkDefaultTemplate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingLinkTemplate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SiteSharingReportCapabilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SiteSharingReportJobData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SiteSharingReportStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.UniqueAccessGroupInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.UniqueAccessGroupsWrapper">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.UserDirectoryInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Sharing.Internal.CAnonymousLinkUseLimit">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Sharing.Internal.CAnonymousLinkUseLimit/dailyLimitPerSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Sharing.Internal.CAnonymousLinkUseLimit/expiration">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Sharing.Internal.CExternalSharingEnforcement">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Sharing.Internal.CExternalSharingEnforcement/enforceBlock">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Sharing.Internal.CExternalSharingEnforcement/expiration">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Sharing.Internal.CExternalSharingThrottling">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Sharing.Internal.CExternalSharingThrottling/expiration">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Sharing.Internal.CExternalSharingThrottling/limitLevel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.ActionFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.AddToOneDriveFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.ArchiveFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.CheckinFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.CheckoutFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.GetCommentFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.ActivityIdentity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.ActivityIdentityItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.GetCommentFacet/commentId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.GetCommentFacet/parentCommentId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.CreateFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.DeleteFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.DiscardCheckoutFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.EditFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.GetMentionFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.MoveFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.PointInTimeRestoreFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.ReactivateFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.RenameFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.RestoreFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.RestoreVersionFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.SharingFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.TaskCompletedFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.TaskCreatedFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.TaskReassignedFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.TaskReopenedFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.VersionFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.ActivityClientIdentity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.ActivityTimeFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.CoalescedFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.CommentFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.InDocFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.MentionFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.ResourceFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.RevisionInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.RevisionSetFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.ActivityCapabilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.ActivityClientRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.ActivityClientResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Online.SharePoint.TenantAdministration.ErrorFacet">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Online.SharePoint.TenantAdministration.GroupInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Online.SharePoint.TenantAdministration.IBSegmentInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.IBSegmentInfo/DisplayName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.IBSegmentInfo/ObjectId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SecondaryAdministratorsFieldsData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SecondaryAdministratorsInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SiteAdministratorsFieldsData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SiteAdministratorsInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Online.SharePoint.TenantAdministration.SiteUserGroupInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Online.SharePoint.TenantAdministration.UserInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SiteUserGroupsData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPAuditDataCollectionResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightCreateParameters">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightExportedReport">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightQueryParameters">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceOptInParameters">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceSARStartSiteReviewResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceSiteReviewsResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyEntry">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyEntry/Manual">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyEntry/Modified">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyEntry/Source">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsCopilotAgentsOnSitesDetails">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsReportMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsSiteDistribution">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsTopSitesDetails">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOFileVersionBatchDeleteJobProgress">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOFileVersionExpirationReportJobProgress">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOFileVersionFileTypePolicySettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOFileVersionPolicySettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOInsightsReportMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Online.SharePoint.TenantAdministration.SPOListParameters">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsM365AgentsOnSitesDetails">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsReportMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsSiteDistributionDetails">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPORestrictedContentDiscoverabilitySiteDetails">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPSitePageCopyJobProgress">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Online.SharePoint.TenantAdministration.SPSitePage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SyntexBillingContext">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SyntexBillingContext/ActivationStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SyntexBillingContext/AzureResourceId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SyntexBillingContext/AzureSubscriptionState">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SyntexBillingContext/EnabledFeatures">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SyntexBillingContext/Location">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SyntexBillingContext/Updated">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SyntexPowerAppsEnvironmentsContext">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.PowerAppsEnvironmentContext">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.PowerAppsEnvironmentContext/DataverseInstanceUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.PowerAppsEnvironmentContext/DisplayName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.PowerAppsEnvironmentContext/IsTestEnvironment">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.PowerAppsEnvironmentContext/LastGetEnvironmentError">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.PowerAppsEnvironmentContext/Name">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.PowerAppsEnvironmentContext/UpdatedUTC">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SyntexPowerAppsEnvironmentsContext/Environments">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SyntexPowerAppsEnvironmentsContext/TimerJobSyncDisabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SyntexPremiumFeatureSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SyntexPremiumFeatureSettings/SiteList">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SyntexPremiumFeatureSettings/SiteListFileName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SyntexPremiumFeatureSettings/Status">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.AppServices.AppCollection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Directory.User/sharePointConversationsLinkFirstRun">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Directory.User/sharePointFiltersPaneFirstRun">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.CDSMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.CDSMetadata/FriendlyName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.CDSMetadata/InstanceUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.CDSMetadata/ResourceId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.DefaultContentCenterSiteInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.DefaultContentCenterSiteInfo/SiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.DefaultContentCenterSiteInfo/SiteName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.DefaultContentCenterSiteInfo/Url">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.DefaultContentCenterSiteInfo/WebId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningEnabled/IsCopilotLicenseEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningEnabled/IsSyntexPAYGEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningEnabled/MachineLearningCaptureEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningEnabled/MachineLearningExperienceEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningEnabled/TenantSyntexEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningEnabled/TenantSyntexV2Enabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningEnabled/UserSyntexEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningEnabled/UserSyntexV2Enabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem/Created">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem/DeliverDate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem/ErrorMessage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem/ID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem/Status">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem/StatusCode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem/TargetServerRelativeUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem/TargetSiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem/TargetSiteUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem/TargetUniqueId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem/TargetWebId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem/TargetWebServerRelativeUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem/Type">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub/AgreementWorkItems">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub/DefaultContentCenter">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub/IsDefaultContentCenter">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub/MachineLearningCaptureEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub/MachineLearningEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/AIBuilderHybridModelType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/AzureCognitivePrebuiltModelName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/BaseContentTypeName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ConfidenceScore">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ContentTypeGroup">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ContentTypeId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ContentTypeName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/Created">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/CreatedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ModelDependencies">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/DriveId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/Explanations">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ExtractorFieldMapping">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/LastTrained">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ListID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ManagementAllowed">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ModelName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ModelPublishConfig">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ModelRules">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ModelSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ModelType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ModelTypeAsString">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ModelTypeInternalName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/Modified">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ModifiedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/ObjectId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/PublicationType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/Schemas">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/SourceSiteUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/SourceUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/SourceWebServerRelativeUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel/UniqueId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub/Models">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/Created">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/CreatedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/DriveId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/HasTargetSitePermission">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/ID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/ModelId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/ModelName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/ModelType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/ModelUniqueId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/ModelVersion">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/Modified">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/ModifiedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/ObjectId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/PublicationType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetLibraryId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetLibraryName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetLibraryRemoved">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetLibraryServerRelativeUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetLibraryUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetSiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetSiteUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetTableListId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetTableListName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetTableListRemoved">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetTableListServerRelativeUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetTableListUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetWebId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetWebName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/TargetWebServerRelativeUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/UniqueId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication/ViewOption">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub/Publications">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/Created">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/CreatedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/CreatedByName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/DriveId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/Etag">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/ExtractedText">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/FileLeafRef">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/FileRef">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/FileType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/FSObjType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/ID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/ListID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/Markups">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/ModelIds">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/Modified">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/ModifiedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/ModifiedByName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/ObjectId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/ServerRedirectedEmbedUri">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/TokenEndPosition">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/TokenStartPosition">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample/UniqueId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub/Samples">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SyntexContext">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SyntexContext/SyntexAIBuilderEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SyntexContext/SyntexDocumentUnderstandingEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SyntexContext/SyntexPrebuiltEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub/SyntexContext">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub/WorkItems">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/Accuracy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/AIBuilderHybridModelEnvironment">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/AIBuilderHybridModelHostName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/AIBuilderHybridModelInTestEnvironment">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/AzureCognitivePrebuiltModelName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/BaseContentTypeName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/AIBuilderHybridModelType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/ColumnId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/ColumnName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/Columns">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/ColumnType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/ContentTypeGroup">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/ContentTypeId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/ContentTypeName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/Explanations">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/LastTrained">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/Locale">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/ModelName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/ModelSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/ModelType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/SampleFileUniqueIds">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/Schemas">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningModelEntityData/TableLinkColumns">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsEntityData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsEntityData/Comment">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsEntityData/isTileViewEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsEntityData/ModelSiteUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsEntityData/ModelWebServerRelativeUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsEntityData/Promote">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData/ModelUniqueId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData/RemoveSitePromotionEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData/TargetLibraryServerRelativeUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData/TargetSiteUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData/TargetTableListServerRelativeUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData/TargetWebServerRelativeUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData/ViewOption">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsEntityData/Publications">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsEntityData/PublicationType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationResult/ErrorMessage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationResult/Publication">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationResult/StatusCode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsResult/Details">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsResult/TotalFailures">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationsResult/TotalSuccesses">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSampleEntityData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSampleEntityData/ExtractedText">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningSampleEntityData/Markups">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItemEntityData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItemEntityData/ExtraPropertyList">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItemEntityData/IsFolder">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItemEntityData/ParentJobId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItemEntityData/ProfileName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItemEntityData/TargetServerRelativeUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItemEntityData/TargetSiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItemEntityData/TargetSiteUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItemEntityData/TargetUniqueId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItemEntityData/TargetWebId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItemEntityData/TargetWebServerRelativeUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItemEntityData/Type">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Office.Server.ContentCenter.SyntexModelsLandingInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SyntexModelsLandingInfo/DocumentUnderstandingModelDisplayName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SyntexModelsLandingInfo/DocumentUnderstandingModelLandingUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SyntexModelsLandingInfo/FormProcessingModelDisplayName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Office.Server.ContentCenter.SyntexModelsLandingInfo/FormProcessingModelLandingUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ComplianceFoundation.ComplianceDlpWorkItemSubmitter">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ComplianceFoundation.ComplianceRetentionWorkItemSubmitter">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ComplianceFoundation.PreserveDocumentSubmitter">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.DocumentManagement.DocumentId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MetadataNavigation.MetadataNavigationSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="MS.FileServices.FileSystemItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="MS.FileServices.File">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="MS.FileServices.FileService">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="MS.FileServices.Folder">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="MS.FileServices.MeFileService">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.MoveJobEntityData/BatchId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData/EnableRestoreOnSiteToMove">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData/EnableSiteToMoveDatastore">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData/SourceCompanyId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData/SourceInstanceId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData/SourceMySiteHostUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData/SourceSiteSubscriptionId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData/TargetCompanyId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData/TargetFarmId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData/TargetInstanceId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData/TargetSiteSubscriptionId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData/TenantMergeSourceMySiteHostUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData/TenantMergeTargetMySiteHostUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.UserProfiles.PersonalCache">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/AllowedExternalDomains">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/AllowExternalEmbeddingWrapper">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/CanSyncHubSitePermissions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/ChannelGroupId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/Classification">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/CommentsOnSitePagesDisabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/ComplianceAttribute">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/CustomizedFormsPages">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ScriptSafeDomain">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/GroupId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/HubSiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Attachment/ServerRelativePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ListItem/CommentsDisabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ListItem/CommentsDisabledScope">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ListItem/ComplianceInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ContentType/DisplayFormClientSideComponentId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ContentType/DisplayFormClientSideComponentProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ContentType/DisplayFormTarget">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ContentType/EditFormClientSideComponentId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ContentType/EditFormClientSideComponentProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ContentType/EditFormTarget">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Field/AutofillInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Field/ClientSideComponentId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Field/ClientSideComponentProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Field/CustomFormatter">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Field/PinnedToFiltersPane">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Field/ShowInFiltersPane">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ContentType/NewFormClientSideComponentId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ContentType/NewFormClientSideComponentProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ContentType/NewFormTarget">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/ActivityCapabilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/ComplianceInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.EffectiveInformationRightsManagementSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.EffectiveInformationRightsManagementSettings/AllowPrint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.EffectiveInformationRightsManagementSettings/AllowScript">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.EffectiveInformationRightsManagementSettings/AllowWriteCopy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.EffectiveInformationRightsManagementSettings/DisableDocumentBrowserView">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.EffectiveInformationRightsManagementSettings/DocumentAccessExpireDays">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.EffectiveInformationRightsManagementSettings/DocumentLibraryProtectionExpireDate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.EffectiveInformationRightsManagementSettings/EnableDocumentAccessExpire">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.EffectiveInformationRightsManagementSettings/EnableDocumentBrowserPublishingView">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.EffectiveInformationRightsManagementSettings/EnableGroupProtection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.EffectiveInformationRightsManagementSettings/EnableLicenseCacheExpire">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.EffectiveInformationRightsManagementSettings/GroupName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.EffectiveInformationRightsManagementSettings/IrmEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.EffectiveInformationRightsManagementSettings/LicenseCacheExpireDays">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.EffectiveInformationRightsManagementSettings/PolicyDescription">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.EffectiveInformationRightsManagementSettings/PolicyTitle">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.EffectiveInformationRightsManagementSettings/SettingSource">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.EffectiveInformationRightsManagementSettings/TemplateId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/EffectiveInformationRightsManagementSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/ExpirationDate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/HasAlternateContentStreams">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InformationRightsManagementFileSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InformationRightsManagementFileSettings/AllowPrint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InformationRightsManagementFileSettings/AllowScript">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InformationRightsManagementFileSettings/AllowWriteCopy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.InformationRightsManagementFileSettings/DisableDocumentBrowserView">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.InformationRightsManagementFileSettings/DocumentAccessExpireDays">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.InformationRightsManagementFileSettings/EnableDocumentAccessExpire">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.InformationRightsManagementFileSettings/EnableDocumentBrowserPublishingView">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InformationRightsManagementFileSettings/EnableGroupProtection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.InformationRightsManagementFileSettings/EnableLicenseCacheExpire">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InformationRightsManagementFileSettings/GroupName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InformationRightsManagementFileSettings/IrmEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InformationRightsManagementFileSettings/LicenseCacheExpireDays">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InformationRightsManagementFileSettings/PolicyDescription">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InformationRightsManagementFileSettings/PolicyTitle">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InformationRightsManagementFileSettings/TemplateId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/InformationRightsManagementSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/IrmEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/PageRenderType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/ServerRedirectedUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/ServerRelativePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/SuppressExpirationNotification">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FileVersion/ExpirationDate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FileVersion/SnapshotDate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/VersionExpirationReport">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/VroomDriveID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/VroomItemID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/AccessRequestListUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/AccessRequestSiteDescription">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/AdditionalUXProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/Author">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/Color">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/DefaultItemOpenInBrowser">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/DefaultItemOpenUseListSetting">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.View/PageRenderType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.View/ServerRelativePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.View/VisualizationInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/ExemptFromBlockDownloadOfNonViewableFiles">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Form/ResourcePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/HasContentAssemblyTemplates">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/HasCopyMoveRules">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/HasFolderColoringFields">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/HasListBoundContentAssemblyTemplates">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/HighPriorityMediaProcessing">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/Icon">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.InformationRightsManagementSettings/TemplateId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/IsContributorOwnerEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/IsDefaultDocumentLibrary">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/IsEnterpriseGalleryLibrary">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/IsPredictionModelApplied">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/IsSystemList">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/ListFormCustomized">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/ListSchemaVersion">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/PageRenderType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Folder/ServerRelativePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.StorageMetrics/VersionCount">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.StorageMetrics/VersionSize">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/ShowHiddenFieldsInModernForm">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Webhooks.Subscription">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/TemplateTypeId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.UserCustomAction/ClientSideComponentId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.UserCustomAction/ClientSideComponentProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.UserCustomAction/HostProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.VersionPolicyManager">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.VersionPolicyManager/DefaultExpireAfterDays">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.VersionPolicyManager/DefaultTrimMode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.List/VersionPolicies">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/Acronym">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.SPActivityEntity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/Activities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.AppTile/LastModifiedDate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ModernizeHomepageResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/CanModernizeHomepage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesigns">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesigns/Features">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/CardDesigns">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/CommentsOnSitePagesDisabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/CustomSiteActionsDisabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/DefaultNewPageTemplateId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/DescriptionForExistingLanguage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/DesignPackageId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/DisableRecommendedItems">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/FontOptionForSiteFooterNav">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/FontOptionForSiteFooterTitle">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/FontOptionForSiteNav">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/FontOptionForSiteTitle">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/FooterAlignment">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/FooterBlur">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/FooterColorIndexInDarkMode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/FooterColorIndexInLightMode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/FooterEmphasis">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/FooterLayout">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/FooterOverlayColor">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/FooterOverlayGradientDirection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/FooterOverlayOpacity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/HasWebTemplateExtension">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/HeaderColorIndexInDarkMode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/HeaderColorIndexInLightMode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/HeaderEmphasis">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/HeaderLayout">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/HeaderOverlayColor">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/HeaderOverlayGradientDirection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/HeaderOverlayOpacity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ClientSideComponent.HostedAppsManager">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/HostedApps">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/IsEduClass">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/IsEduClassProvisionChecked">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/IsEduClassProvisionPending">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/LogoAlignment">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MultilingualSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TranslationNotificationRecipientUsers">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/MultilingualSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/NextStepsFirstRunEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharedDocumentInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharedDocumentInfo/CallerStack">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharedDocumentInfo/DriveAccessToken">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharedDocumentInfo/DriveAccessTokenV21">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharedDocumentInfo/DriveUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharedDocumentInfo/MediaBaseUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharedDocumentInfo/OfficeBundleGenerate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharedDocumentInfo/OfficeBundleGetFragment">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharedDocumentInfo/PdfConversionUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharedDocumentInfo/SpItemUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharedDocumentInfo/SpResourceUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharedDocumentInfo/ThumbnailUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharedDocumentInfo/VideoManifestUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/OneDriveSharedItems">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/PreviewFeaturesEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/PrimaryColor">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RecycleBinItem/DirNamePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RecycleBinItem/LeafNamePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/RelatedHubSiteIds">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/RequestAccessEmail">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/SearchBoxInNavBar">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/SearchBoxPlaceholderText">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/SearchScope">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/ServerRelativePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionCorporateCatalogAccessor">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/AadAppId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/AadPermissions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/AppCatalogVersion">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/CanUpgrade">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/CDNLocation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/ContainsTenantWideExtension">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/CurrentVersionDeployed">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/Deployed">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/ErrorMessage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/ID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/InstalledVersion">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/IsClientSideSolution">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/IsEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/IsPackageDefaultSkipFeatureDeployment">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/IsValidAppPackage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/ProductId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/ShortDescription">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/SkipDeploymentFeature">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/StoreAssetId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/SupportsTeamsTabs">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/ThumbnailUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionCorporateCatalogAccessor/AvailableApps">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/SiteCollectionAppCatalog">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/TenantAdminMembersCanShare">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor/CardDesigns">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor/AvailableApps">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem/AbsoluteUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem/ErrorMessage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem/SiteID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor/SiteCollectionAppCatalogsSites">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor/StoreApps">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/TenantAppCatalog">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/ThemeApplicationActionHistory">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/TitleForExistingLanguage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/UseAccessRequestDefault">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/WebTemplateConfiguration">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Web/WebTemplatesGalleryFirstRunEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.File/Web">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Likes.likedByInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Likes.userEntity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ListItem/LikedByInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ListItemVersion/Changes">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/HubSiteSynchronizableVisitorGroup">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/SensitivityLabelId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/SensitivityLabel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/IsExternalWorkspace">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/IsHubSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/IsRubySite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/ResourcePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/RelatedGroupId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/RestrictedAccessControlGroupsDelegatedOnSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/RestrictedAccessControlGroupsEnforcedOnSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/SearchBoxInNavBar">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/SearchBoxPlaceholderText">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/SensitivityLabelInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/ServerRelativePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/ShowPeoplePickerSuggestionsForGuestUsers">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/SocialBarOnSitePagesDisabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/StatusBarLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/StatusBarText">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SiteVersionPolicyManager">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SiteVersionPolicyManager/MajorVersionLimit">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SiteVersionPolicyManager/VersionPolicies">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Site/VersionPolicyForNewLibrariesTemplate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="PS.Project/UserPermissions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="PS.EnterpriseResource/UserPermissions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="PS.Settings/AreManuallyScheduledTasksDefault">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="PS.Settings/AreManuallyScheduledTasksPublishedToTeamMember">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="PS.Settings/CanUsersOverrideScheduleMode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="PS.Settings/DefaultCurrency">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="PS.Settings/IsAutoPublishOn">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="PS.Settings/ReportingTimephasedMode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="PS.ProjectServer/Settings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="PS.ProjectServer/UserPermissions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/AbsoluteUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/AssetFolderId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/AuthorByline">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/BannerImageUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/BannerThumbnailUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/CallToAction">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/Categories">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/CommentCount">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/CommentsDisabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/ContentTypeId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/Created">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.UserInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.UserInfo/AccountName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.UserInfo/Acronym">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.UserInfo/Color">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.UserInfo/Name">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/CreatedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/Description">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/DoesUserHaveEditPermission">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/FileName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/FirstPublished">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/FirstPublishedRelativeTime">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/HasUserRecentlyModified">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/Id">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/IsPageCheckedOutToCurrentUser">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/IsWebWelcomePage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/LastModifiedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/LikeCount">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/ListId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/Modified">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/ModifiedRelativeTime">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/PageLayoutType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/Path">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/PromotedState">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/PublishStartDate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/SocialBarOnSitePagesDisabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/TopicHeader">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/UniqueId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/Url">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/Version">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageMetadata/VersionInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/AlternativeUrlMap">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/AmplifyPublishingHistory">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/AuthoringMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/BoostProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/CanvasContent1">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/CanvasJson1">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/CheckIn">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/CoAuthState">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/CoAuthTenantConfiguration">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/Collaborators">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/CreationMode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/IsLikedByCurrentUser">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/IsTemplate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/Language">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/LayoutWebpartsContent">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/Name">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/PublicationMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/PublicationRecipients">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/SitePageFlags">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/SourceDynamicSectionId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TranslationStatusCollection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage/Translations">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublication">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublication/EmailEndpoint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublication/PublicationStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublication/SharePointEndpoint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublication/TeamsEndpoint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublication/VivaEngageEndpoint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CampaignPublication/YammerEndpoint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CanCreatePageResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CommunicationSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.EmbedDataV1">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.EmbedService">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.VideoItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RepostPage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RepostPage/IsBannerImageUrlExternal">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RepostPage/OriginalSourceItemId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RepostPage/OriginalSourceListId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RepostPage/OriginalSourceSiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RepostPage/OriginalSourceUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RepostPage/OriginalSourceWebId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RepostPage/ShouldSaveAsDraft">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.FeedVideoPage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.FeedVideoPage/ModernAudienceTargetUserField">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.FeedVideoPage/VideoDuration">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.HighlightsInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PageMoveResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PersonMagazine">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.PrimaryCityTime">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RepostPageMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RepostPageMetadata/OriginalSourceItemId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RepostPageMetadata/OriginalSourceListId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RepostPageMetadata/OriginalSourceSiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RepostPageMetadata/OriginalSourceUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RepostPageMetadata/OriginalSourceWebId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.RichSharing">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SharePointHomeServiceManager">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage3D">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePage3D/SpaceContent">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageService">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Publishing.Campaigns.Campaign">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageService/Campaigns">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageService/CommunicationSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageService/CustomContentApprovalEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SitePageService/Pages">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SpotlightChannel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.VideoChannel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.Search">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SpotlightVideo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.SubtitleFile">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TopicSitePage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TopicSitePage/EntityId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TopicSitePage/EntityRelations">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TopicSitePage/EntityType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TopicSitePage/VerifiedTopicAllowedEditors">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TopicPageMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TopicPageMetadata/EntityId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.TopicPageMetadata/EntityType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.VideoPermissionGroup">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.VideoPlaybackMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.VideoServiceDiscoverer">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.VideoServiceManager">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.VideoThumbnail">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Publishing.RestOnly.BaseCustomProperty">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Publishing.RestOnly.BigIntCustomProperty">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Publishing.RestOnly.BooleanCustomProperty">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Publishing.RestOnly.DateTimeTypeCustomProperty">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Publishing.RestOnly.MultiValueStringCustomProperty">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Publishing.RestOnly.NumberCustomProperty">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Publishing.RestOnly.PersonTypeCustomProperty">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Publishing.RestOnly.StringCustomProperty">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Publishing.PageCopyWithAssets.PageCopyResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.Navigation.PortalNavigationCacheWrapper">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.Navigation.StructuralNavigationCacheWrapper">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.RatingSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.SharePointHomeServiceContextBuilder">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.SharePointHomeServiceContext">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.OAuth.TokenResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.SPHubSitesUtility">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.SPSiteManager">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.SiteIconManager">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.VivaSiteManager">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.WebControls.ModuleLink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.WebControls.ResourceManifestInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.DesignPackageMenuContents">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.DesignPackageMenuContents/HiddenDesignPackages">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.DesignPackageMenuContents/SiteDesigns">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignPrincipal">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignRun">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignRun/ActionTrigger">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignRun/ID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignRun/InvokedBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignRun/SiteDesignID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignRun/SiteDesignTitle">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignRun/SiteDesignVersion">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignRun/SiteID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignRun/StartTime">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignRun/WebID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptUtility">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.UserActions.UserActionAPI">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.TenantCdn.TenantCdnApi">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SPStart.SPStartUtilitiesProxy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SmartCache.SmartCacheItem">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SiteManager.SiteManagerService">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.SectionDesignIdeas.SectionDesignIdeasApi">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.MultiGeo.SPMultiGeoProxy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.MicroService.MicroServiceManager">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TeamsPackageDownload">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Likes.LikesAPI">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.KnowledgeSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Internal.FlowPermissions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Internal.FormsCustomization">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.TrackedItemService">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Internal.ClientSideComponent.ComponentContextInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Internal.ClientSideComponent.Token">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.IdentityModel.SPSyntexRubyAPIController">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.AppConfiguration">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.EmployeeEngagement">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.EmployeeEngagement.VivaConnectionsPage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.EmployeeEngagement.VivaResources">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.EmployeeEngagement.VivaHome">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.EmployeeEngagement.VivaResourceGetEndpoint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.DynamicContentUpdateService">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CopilotFileCollection">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Copilot.CopilotListItemExtensions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ContentSolution.API.TemplateAPI">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Comments.comment">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Comments.comment/contentAnchor">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Comments.comment/relativeCreatedDate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Comments.CommentsAPI">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.ClientSideComponent.DependencyPropertyMetadata">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.ClientSideComponent.Spfx3rdPartyCustomPrincipalInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.ClientSideComponent.Spfx3rdPartyCustomPrincipalInfo/AppId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.ClientSideComponent.Spfx3rdPartyCustomPrincipalInfo/AppUri">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.ClientSideComponent.Spfx3rdPartyCustomPrincipalInfo/ClientSecret">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ClientSideComponent.HostedAppAddResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ClientSideComponent.HostedApp">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ClientSideComponent.StorageEntity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ClientSideComponent.StorageEntity/Comment">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ClientSideComponent.StorageEntity/Description">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.ClientSideComponent.StorageEntity/Value">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.BrandCenter">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.AddToOneDrive.MountService">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.AddToOneDrive.PlacesEntity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.AddToOneDrive.placesInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Internal.AgreementsESignManager">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApprovalRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Internal.ApprovalsManager">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Broker">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Internal.PowerPlatformEnvironments">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.eSignInternal">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.eSign">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.eSignSelectedWriteBackInternal">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ListHomeItem2">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ObjectSharingSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharePointSharingSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.PickerSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingPermissionInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RecentList">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.AppTileProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Change/RelativeTime">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeFolder/IsRecycleBinOperation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeItem/ActivityType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeItem/ContentTypeId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeItem/EditorLoginName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeItem/FileSystemObjectType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeItem/FileType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeItem/Hashtag">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeItem/Hidden">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeItem/IsRecycleBinOperation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeItem/ListTemplate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeItem/ListTitle">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeItem/MoveWasForRecycle">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeItem/MoveWasForRestore">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeItem/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeList/BaseTemplate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeList/Editor">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeList/Hidden">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeList/IsRecycleBinOperation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ChangeList/RootFolderUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CheckedOutFile/CheckedOutBy">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CheckedOutFile/CheckedOutById">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CheckedOutFile/ServerRelativePath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ConnectorResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ConnectorResult/ContextData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ConnectorResult/Value">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.APIHubConnector">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ContentSolution">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CopySourceInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.CurrencyList">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FieldCalculated/DisplayFormat">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FieldNumber/DisplayFormat">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FieldMultiLineText/IsLongHyperlink">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FieldLookup/DependentLookupInternalNames">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FileUrlVirusStatusUpdate">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FileUrlVirusStatusUpdate/fileUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FileUrlVirusStatusUpdate/virusMessage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FileUrlVirusStatusUpdate/virusStatus">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FlowSynchronizationResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FolderColoring">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FontPackage">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FontPackage/ID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FontPackage/IsHidden">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FontPackage/IsValid">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FontPackage/PackageJson">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FontPackage/Store">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.FontPackage/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/Description">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/EnablePermissionsSync">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/EnforcedECTs">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/EnforcedECTsVersion">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/HideNameInNavigation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/ID">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/LogoUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/ParentHubSiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/PermissionsSyncTag">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/RequiresJoinApproval">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/SiteDesignId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/SiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/SiteUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/Targets">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/TenantInstanceId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.HubSite/Title">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Approvals">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.OutOfBoxFontPackageSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RemoteWeb">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.RemoteWeb/Web">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.SharingUtility">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.UserExperienceState">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.UserExperienceState/Flags">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.UserFirstRun">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.UserFirstRun/Experiences">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.UserPhotos">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.UserPhotos/Settings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.VisualizationAppSynchronizationResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TeamChannel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TeamSiteData">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TeamSiteData/ErrorTag">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TeamSiteData/HeaderColorIndexInDarkMode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TeamSiteData/HeaderColorIndexInLightMode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TeamSiteData/HeaderEmphasis">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TeamSiteData/HubSiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TeamSiteData/SiteUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TeamSiteData/TenantInstanceId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TeamSiteData/ThemeToken">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.TenantSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.PolicyLicenseUtilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.FileHandlerWopiProperties">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.NewsUtility">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.SPSocialSwitch">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.SpotlightResult">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.ThemeManager">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Utilities.ThemeManager/ContextThemeManager">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.OAuth.Token">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.OAuth.Authentication">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.PersonalWeb">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/addressBarLinkSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/ageGroup">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/allOrganizationSecurityGroupId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/discoverableByOrganizationEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/enforceIBSegmentFiltering">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/enforceSPOSearch">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/fileExtension">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/isConsumerFiles">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/isPremium">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/isStubFile">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/recipientLimits">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/sensitivityLabelInformation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/sharingAbilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/siteIBMode">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/siteIBSegmentIDs">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/uniqueAccessGroups">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SharingInformation/userPhotoCdnBaseUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SecurableObjectExtensions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Sharing.SiteSharingReportHelper">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Sharing.Internal.SharingRestrictions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Sharing.Internal.SharingRestrictions/anonymousLinkUseLimit">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Sharing.Internal.SharingRestrictions/externalSharingEnforcement">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Sharing.Internal.SharingRestrictions/externalSharingThrottling">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Activities.ActivityExtensions">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantManagement.Office365Tenant/AddressbarLinkPermission">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SiteProperties/VersionCount">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SiteProperties/VersionSize">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceClientException">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceRestApiClientBase">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceSARRestApiClient">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyConfiguration">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOCopilotAgentInsightsRestApiClient">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Online.SharePoint.TenantAdministration.SPOGroup">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightsRestApiClient">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOPortalLaunchValidator">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPORestrictedContentDiscoverabilityClient">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.SPOWebAppServicePrincipalPublic">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminEndpoints">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminEndpoints/CdnDefaultEndpoint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminEndpoints/MicrosoftGraphEndpoint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminEndpoints/MigrationAgentUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminEndpoints/O365AdminCenterEndpoint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminEndpoints/SPMigrationToolUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/AutoQuotaEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/AvailableManagedPathsForSiteCreation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/CommentsOnSitePagesDisabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/CustomFormUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/DisableGroupify">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/DisableSelfServiceSiteCreation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/EnableAutoNewsDigest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/IncludeAtAGlanceInShareEmails">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/MailFromAddress">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/MobileNotificationIsEnabledForSharepoint">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/NewSiteManagedPath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/NewSubsiteInModernOffForAll">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/NewSubsiteInModernOffForModernTemplates">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/NewTeamSiteManagedPath">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/ParentSiteUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/PolicyOption">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/RequireSecondaryContact">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/ShowNextGenerationSyncClientOnTeamSite">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/ShowSelfServiceSiteCreation">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/SiteCreationDefaultStorageQuota">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/SiteCreationNewUX">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/SitePagesEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/SmtpServer">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/SPListModernUXOff">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService/TenantDefaultTimeZoneId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/AddressbarLinkPermission">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/AllowAnonymousMeetingParticipantsToAccessWhiteboards">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/AnyoneLinkTrackUsers">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/CatalogManagement">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/ContentSecurityPolicyConfigSynced">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/ContentSecurityPolicyEnforcement">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/CoreBlockGuestsAsSiteAdmin">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/CoreDefaultLinkToExistingAccess">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/CoreDefaultShareLinkRole">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/CoreDefaultShareLinkScope">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/CoreLoopDefaultSharingLinkRole">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/CoreLoopDefaultSharingLinkScope">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/CoreLoopSharingCapability">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/CoreRequestFilesLinkEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/CoreRequestFilesLinkExpirationInDays">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/CoreSharingCapability">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/DelayContentSecurityPolicyEnforcement">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/GuestSharingGroupAllowListInTenantByGroupId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/GuestSharingGroupAllowListInTenantByPrincipalIdentity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/IsMultipleHomeSitesFlightEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/IsMultipleVivaConnectionsFlightEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/IsVivaHomeFlightEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/IsVivaHomeGAFlightEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/OneDriveBlockGuestsAsSiteAdmin">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/OneDriveDefaultLinkToExistingAccess">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/OneDriveDefaultShareLinkRole">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/OneDriveDefaultShareLinkScope">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/OneDriveLoopDefaultSharingLinkRole">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/OneDriveLoopDefaultSharingLinkScope">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/OneDriveLoopSharingCapability">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/OneDriveRequestFilesLinkEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/OneDriveRequestFilesLinkExpirationInDays">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/Sites">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/SyntexBillingSubscriptionSettings">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/SyntexInternalFeatureFlags">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/SyntexPaygFeatureActivations">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/SyntexPowerAppsEnvironmentsContext">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/WhoCanShareAllowListInTenantByGroupId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Tenant/WhoCanShareAllowListInTenantByPrincipalIdentity">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant/ClientId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant/ConsentType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant/IsDomainIsolated">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant/ObjectId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant/PackageName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant/Resource">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant/Scope">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant/ClientId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant/ConsentType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant/IsDomainIsolated">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant/ObjectId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant/PackageName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant/Resource">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant/ResourceId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant/Scope">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest/ClientComponentItemUniqueId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest/Id">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest/IsDomainIsolated">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest/IsolatedDomainUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest/IsPreauthorizedPermission">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest/MultiTenantAppId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest/MultiTenantAppReplyUrl">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest/PackageApproverName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest/PackageName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest/PackageVersion">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest/Resource">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest/ResourceId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest/Scope">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest/TimeRequested">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal/AccountEnabled">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal/AppHelperId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal/AppId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal/AppsToDelete">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal/GrantManager">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal/PermissionGrants">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal/PermissionRequests">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal/ReplyUrls">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal/ServicePrincipalObjectIds">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/JoinGroup(SP.Directory.DirectorySession, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ValidateGroupName(SP.Directory.DirectorySession, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_Office_Server_ContentCenter_SPMachineLearningHub()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CheckAIBuilderAccess(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.String, Edm.Boolean, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetAutofillColumnSettings(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetAutofillCustomModelDefaultParameters(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetAutofillCustomModels(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetAutofillCustomModelSettings(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByContentTypeId(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetCDSMetadata(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetColumnLLMInfo(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.Guid, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetLibraryLLMInfo(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetMachineLearningFlags(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetModelIdForContentType(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetModels(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.Guid, Edm.Int32, Edm.Int32, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetRetentionLabel(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetRetentionLabels(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetSyntexPoweredColumnPrompts(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/InvokeDataverseQuery(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetAutofillColumnSettings(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.Guid, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetColumnLLMInfo(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.Guid, Edm.Guid, Edm.String, Edm.Boolean, Edm.String, Edm.String, Edm.Boolean, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetMachineLearningFlags(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.Guid, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetSyntexPoweredColumnPrompts(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Edm.Guid, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/VerifyModelUrls(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/VerifyModelUrlsAndGrantPAC(Microsoft.Office.Server.ContentCenter.SPMachineLearningHub, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_Office_Server_ContentCenter_SPMachineLearningModelEntityData()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddModelDependency(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel, Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Copy(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Delete(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ImportMeta(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/InvokeConnectorQuery(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RemoveModelDependency(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Rename(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RenameExtractor(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetAsModelAuthor(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Update(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateModelSettings(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateModelTypeSpecificSettings(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel, Collection(SP.KeyValue))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByTitle(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByUniqueId(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetExtractorNames(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Import(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetupPrimedLibrary(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel), Edm.String, Edm.String, Edm.Boolean, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UnbindModelFromContentType(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningModel), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_Office_Server_ContentCenter_SPMachineLearningPublicationsEntityData()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Delete(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Update(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/BatchDelete(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication), Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/BatchRemove(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication), Edm.String, Edm.String, Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/BatchUnpromote(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication), Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CheckTenantPublishPermissions(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByModelUniqueId(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByModelUniqueIdAndPublicationType(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication), Edm.Guid, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByUniqueId(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_Office_Server_ContentCenter_SPMachineLearningSampleEntityData()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Update(Microsoft.Office.Server.ContentCenter.SPMachineLearningSample)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByModelId(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningSample), Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByTitle(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningSample), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByUniqueId(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningSample), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByUniqueIdWithTokenization(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningSample), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetTemplateByModelId(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningSample), Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_Office_Server_ContentCenter_SPMachineLearningWorkItemEntityData()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByIdentifier(Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_ComplianceFoundation_ComplianceDlpWorkItemSubmitter_AddUnifiedDlpWorkItem()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_ComplianceFoundation_ComplianceDlpWorkItemSubmitter_AddUnifiedDlpWorkItemV2(Collection(Edm.Guid))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_ComplianceFoundation_ComplianceRetentionWorkItemSubmitter_AddHighPriorityRetentionWorkItem()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_ComplianceFoundation_ComplianceRetentionWorkItemSubmitter_AddUnifiedRetentionWorkItem()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_ComplianceFoundation_ComplianceRetentionWorkItemSubmitter_AddUnifiedRetentionWorkItemV2(Collection(Edm.Guid), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_ComplianceFoundation_PreserveDocumentSubmitter_PreserveCloudAttachmentIntoPHL(Edm.Guid, Edm.Guid, Edm.String, SP.ComplianceFoundation.Models.ComplianceTagInfo)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_DocumentManagement_DocumentId()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ResetDocIdByServerRelativePath(SP.DocumentManagement.DocumentId, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ResetDocIdsInLibrary(SP.DocumentManagement.DocumentId, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetDocIdSitePrefix(SP.DocumentManagement.DocumentId, Edm.String, Edm.Boolean, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DeleteCacheItemsAsync(SP.UserProfiles.PersonalCache, Collection(SP.UserProfiles.PersonalCacheItem))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DeleteCacheItemsAsync2(SP.UserProfiles.PersonalCache, Collection(SP.UserProfiles.PersonalCacheItem), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Dispose(SP.UserProfiles.PersonalCache)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/ReadCache(SP.UserProfiles.PersonalCache, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ReadCache2(SP.UserProfiles.PersonalCache, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ReadCacheOrCreate(SP.UserProfiles.PersonalCache, SP.ResourcePath, Collection(Edm.String), Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ReadCacheOrCreate2(SP.UserProfiles.PersonalCache, SP.ResourcePath, Collection(Edm.String), Edm.Boolean, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ReadCacheOrCreateOrderById(SP.UserProfiles.PersonalCache, SP.ResourcePath, Collection(Edm.String), Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ReadCacheOrCreateOrderById2(SP.UserProfiles.PersonalCache, SP.ResourcePath, Collection(Edm.String), Edm.Boolean, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/WriteCache(SP.UserProfiles.PersonalCache, Collection(SP.UserProfiles.PersonalCacheItem))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/WriteCache2(SP.UserProfiles.PersonalCache, Collection(SP.UserProfiles.PersonalCacheItem), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_CampaignPublicationCollection()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Amplify(SP.Publishing.CampaignPublication, SP.Publishing.AmplifyRequestParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/AmplifyHistory(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/BoostNews(SP.Publishing.CampaignPublication, SP.Publishing.BoostFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CheckOut(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CheckoutPage(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Copy(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CopyTo(SP.Publishing.CampaignPublication, SP.Publishing.CopyToParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CopyWithConfiguration(SP.Publishing.CampaignPublication, Edm.String, Edm.Boolean, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CreateNewsCopy(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Delete(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DemoteFromNews(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DiscardCoAuth(SP.Publishing.CampaignPublication, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DiscardPage(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ExtendSessionCoAuth(SP.Publishing.CampaignPublication, SP.Publishing.SitePageAuthoringMetadata, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetDependencyMetadata(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetHighlightsInfo(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetLatestVersionsInDescendingOrder(SP.Publishing.CampaignPublication, Edm.Int64)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetVersion(SP.Publishing.CampaignPublication, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Move(SP.Publishing.CampaignPublication, SP.Publishing.PageMoveParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PromoteToNews(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Publish(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/PublishCoAuth(SP.Publishing.CampaignPublication, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RestoreByLabel(SP.Publishing.CampaignPublication, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SaveDraft(SP.Publishing.CampaignPublication, SP.Publishing.SitePageFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePage(SP.Publishing.CampaignPublication, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SavePageAsDraft(SP.Publishing.CampaignPublication, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsTemplate(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SavePageAsTemplate2(SP.Publishing.CampaignPublication, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SavePageAsTemplateOnMySite(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SavePageCoAuth(SP.Publishing.CampaignPublication, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SaveStreams(SP.Publishing.CampaignPublication, Edm.Stream, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SchedulePublish(SP.Publishing.CampaignPublication, SP.Publishing.SitePageFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestEmail(SP.Publishing.CampaignPublication, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestEmailStream(SP.Publishing.CampaignPublication, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestTeamsMessage(SP.Publishing.CampaignPublication, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SharePagePreviewByEmail(SP.Publishing.CampaignPublication, Edm.String, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/StartCoAuth(SP.Publishing.CampaignPublication, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/StartExclusiveAuthoring(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/TryProcessSourcePageAfterPageMovePublish(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/TryProcessSourcePageBeforePageMovePublish(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Update(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AmplifyCancelSchedule(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/AmplifyPublish(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AmplifySchedule(SP.Publishing.CampaignPublication, Edm.DateTime)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AmplifySendTestEmailMessage(SP.Publishing.CampaignPublication, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AmplifySendTestTeamsMessage(SP.Publishing.CampaignPublication, Edm.String, Edm.String, Edm.Guid, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/AmplifyValidate(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ApproveApprovalRequest(SP.Publishing.CampaignPublication, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CancelApprovalRequest(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CancelSchedulePublication(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CanPerformAmplifyCancelSchedule(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CanPerformAmplifyPublish(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CanPerformAmplifySchedule(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CreateApprovalRequest(SP.Publishing.CampaignPublication, SP.Publishing.ApprovalRequestCreationInfo)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DeletePublication(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetPrePublishValidationStatus(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetPublishingStatus(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/LoadMailDraft(SP.Publishing.CampaignPublication, SP.Publishing.CampaignPublicationLoadMailDraftParam)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/PublishAsBot(SP.Publishing.CampaignPublication, Edm.String, Collection(Edm.String), Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PublishPublication(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RejectApprovalRequest(SP.Publishing.CampaignPublication, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RepairMissingSharePointDestinationWebIds(SP.Publishing.CampaignPublication, Collection(SP.Publishing.MissingSharePointDestinationWebIdRepairItem))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ResetEndpoint(SP.Publishing.CampaignPublication, SP.Publishing.CampaignPublicationResetEndpointParam)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SaveMailDraft(SP.Publishing.CampaignPublication, SP.Publishing.CampaignPublicationSaveMailDraftParam)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SchedulePublication(SP.Publishing.CampaignPublication, Edm.DateTime)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SPSiteValidator(SP.Publishing.CampaignPublication, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SyncApprovalRequest(SP.Publishing.CampaignPublication)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateSharePointPublishingStatus(SP.Publishing.CampaignPublication, Edm.String, Edm.String, Edm.Int32, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_CommunicationSite()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CommunicationSiteCreationRequest/SensitivityLabel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.Publishing.CommunicationSiteCreationRequest/SensitivityLabel2">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.Publishing.CommunicationSiteCreationRequest/WebTemplateExtensionId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Create(SP.Publishing.CommunicationSite, SP.Publishing.CommunicationSiteCreationRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Enable(SP.Publishing.CommunicationSite, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_EmbedService()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/EmbedData(SP.Publishing.EmbedService, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_FeedVideoPageCollection()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/IsContentTypeAvailable(Collection(SP.Publishing.FeedVideoPage))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Amplify(SP.Publishing.FeedVideoPage, SP.Publishing.AmplifyRequestParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/AmplifyHistory(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/BoostNews(SP.Publishing.FeedVideoPage, SP.Publishing.BoostFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CheckOut(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CheckoutPage(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Copy(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CopyTo(SP.Publishing.FeedVideoPage, SP.Publishing.CopyToParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CopyWithConfiguration(SP.Publishing.FeedVideoPage, Edm.String, Edm.Boolean, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CreateNewsCopy(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DemoteFromNews(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DiscardCoAuth(SP.Publishing.FeedVideoPage, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DiscardPage(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ExtendSessionCoAuth(SP.Publishing.FeedVideoPage, SP.Publishing.SitePageAuthoringMetadata, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetDependencyMetadata(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetHighlightsInfo(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetLatestVersionsInDescendingOrder(SP.Publishing.FeedVideoPage, Edm.Int64)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetVersion(SP.Publishing.FeedVideoPage, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Move(SP.Publishing.FeedVideoPage, SP.Publishing.PageMoveParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PromoteToNews(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Publish(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PublishCoAuth(SP.Publishing.FeedVideoPage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RestoreByLabel(SP.Publishing.FeedVideoPage, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SaveDraft(SP.Publishing.FeedVideoPage, SP.Publishing.SitePageFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePage(SP.Publishing.FeedVideoPage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SavePageAsDraft(SP.Publishing.FeedVideoPage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsTemplate(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SavePageAsTemplate2(SP.Publishing.FeedVideoPage, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsTemplateOnMySite(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageCoAuth(SP.Publishing.FeedVideoPage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SaveStreams(SP.Publishing.FeedVideoPage, Edm.Stream, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SchedulePublish(SP.Publishing.FeedVideoPage, SP.Publishing.SitePageFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestEmail(SP.Publishing.FeedVideoPage, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestEmailStream(SP.Publishing.FeedVideoPage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestTeamsMessage(SP.Publishing.FeedVideoPage, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SharePagePreviewByEmail(SP.Publishing.FeedVideoPage, Edm.String, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/StartCoAuth(SP.Publishing.FeedVideoPage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/StartExclusiveAuthoring(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/TryProcessSourcePageAfterPageMovePublish(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/TryProcessSourcePageBeforePageMovePublish(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Update(SP.Publishing.FeedVideoPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_PersonMagazine_GetDirects(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_PersonMagazine_GetManagers(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Publishing_PersonMagazine_GetPersonMagazineUserProfileDataForUser(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Publishing_PersonMagazine_GetPersonMagazineUserProfileDirectsDataForUser(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_PersonMagazine_GetPrimary(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_PersonMagazine_GetPrimaryCore(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Publishing_PersonMagazine_GetProfileCustomProperties(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Publishing_PersonMagazine_GetProfileDataForUser(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Publishing_PersonMagazine_GetProfileDirectsDataForUser(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Publishing_PersonMagazine_GetTaxonomicPropertiesForPrimary(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Publishing_PersonMagazine_GetTaxonomySuggestionDetails(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Publishing_PersonMagazine_GetViewEditPoliciesForPrimary(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_RepostPageCollection()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/IsContentTypeAvailable(Collection(SP.Publishing.RepostPage))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Amplify(SP.Publishing.RepostPage, SP.Publishing.AmplifyRequestParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/AmplifyHistory(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/BoostNews(SP.Publishing.RepostPage, SP.Publishing.BoostFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CheckOut(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CheckoutPage(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Copy(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CopyTo(SP.Publishing.RepostPage, SP.Publishing.CopyToParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CopyWithConfiguration(SP.Publishing.RepostPage, Edm.String, Edm.Boolean, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CreateNewsCopy(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DemoteFromNews(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DiscardCoAuth(SP.Publishing.RepostPage, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DiscardPage(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ExtendSessionCoAuth(SP.Publishing.RepostPage, SP.Publishing.SitePageAuthoringMetadata, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetDependencyMetadata(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetHighlightsInfo(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetLatestVersionsInDescendingOrder(SP.Publishing.RepostPage, Edm.Int64)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetVersion(SP.Publishing.RepostPage, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Move(SP.Publishing.RepostPage, SP.Publishing.PageMoveParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PromoteToNews(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Publish(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PublishCoAuth(SP.Publishing.RepostPage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RestoreByLabel(SP.Publishing.RepostPage, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SaveDraft(SP.Publishing.RepostPage, SP.Publishing.SitePageFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePage(SP.Publishing.RepostPage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsDraft(SP.Publishing.RepostPage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsTemplate(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SavePageAsTemplate2(SP.Publishing.RepostPage, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsTemplateOnMySite(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageCoAuth(SP.Publishing.RepostPage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SaveStreams(SP.Publishing.RepostPage, Edm.Stream, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SchedulePublish(SP.Publishing.RepostPage, SP.Publishing.SitePageFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestEmail(SP.Publishing.RepostPage, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestEmailStream(SP.Publishing.RepostPage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestTeamsMessage(SP.Publishing.RepostPage, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SharePagePreviewByEmail(SP.Publishing.RepostPage, Edm.String, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/StartCoAuth(SP.Publishing.RepostPage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/StartExclusiveAuthoring(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/TryProcessSourcePageAfterPageMovePublish(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/TryProcessSourcePageBeforePageMovePublish(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Update(SP.Publishing.RepostPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_RichSharing()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SharePageByEmail(SP.Publishing.RichSharing, Edm.String, Edm.String, Collection(Edm.String), Edm.String, Edm.String, Collection(Edm.String), Collection(Edm.String), Edm.Int32, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SharePageByEmailStream(SP.Publishing.RichSharing, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ShareSiteByEmail(SP.Publishing.RichSharing, Edm.String, Edm.String, Edm.String, Edm.String, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_SharePointHomeServiceManager()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetAcronymsAndColors(SP.Publishing.SharePointHomeServiceManager, Collection(SP.Publishing.TextValueWithLanguage))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_SitePage3DCollection()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Activate(Collection(SP.Publishing.SitePage3D))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Amplify(SP.Publishing.SitePage3D, SP.Publishing.AmplifyRequestParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/AmplifyHistory(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/BoostNews(SP.Publishing.SitePage3D, SP.Publishing.BoostFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CheckOut(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CheckoutPage(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Copy(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CopyTo(SP.Publishing.SitePage3D, SP.Publishing.CopyToParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CopyWithConfiguration(SP.Publishing.SitePage3D, Edm.String, Edm.Boolean, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CreateNewsCopy(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DemoteFromNews(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DiscardCoAuth(SP.Publishing.SitePage3D, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DiscardPage(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ExtendSessionCoAuth(SP.Publishing.SitePage3D, SP.Publishing.SitePageAuthoringMetadata, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetDependencyMetadata(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetHighlightsInfo(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetLatestVersionsInDescendingOrder(SP.Publishing.SitePage3D, Edm.Int64)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetVersion(SP.Publishing.SitePage3D, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Move(SP.Publishing.SitePage3D, SP.Publishing.PageMoveParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PromoteToNews(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Publish(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PublishCoAuth(SP.Publishing.SitePage3D, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RestoreByLabel(SP.Publishing.SitePage3D, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SaveDraft(SP.Publishing.SitePage3D, SP.Publishing.SitePageFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePage(SP.Publishing.SitePage3D, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsDraft(SP.Publishing.SitePage3D, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsTemplate(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SavePageAsTemplate2(SP.Publishing.SitePage3D, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsTemplateOnMySite(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageCoAuth(SP.Publishing.SitePage3D, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SaveStreams(SP.Publishing.SitePage3D, Edm.Stream, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SchedulePublish(SP.Publishing.SitePage3D, SP.Publishing.SitePageFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestEmail(SP.Publishing.SitePage3D, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestEmailStream(SP.Publishing.SitePage3D, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestTeamsMessage(SP.Publishing.SitePage3D, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SharePagePreviewByEmail(SP.Publishing.SitePage3D, Edm.String, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/StartCoAuth(SP.Publishing.SitePage3D, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/StartExclusiveAuthoring(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/TryProcessSourcePageAfterPageMovePublish(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/TryProcessSourcePageBeforePageMovePublish(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Update(SP.Publishing.SitePage3D)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_SitePageCollection()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CopyToStatus(Collection(SP.Publishing.SitePage), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CreateAppPage(Collection(SP.Publishing.SitePage), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/EnsureTitleResource(Collection(SP.Publishing.SitePage))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Feed(Collection(SP.Publishing.SitePage), Edm.Int32, Edm.Boolean, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/FeedTargeted(Collection(SP.Publishing.SitePage), Edm.Int32, Edm.Boolean, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetById(Collection(SP.Publishing.SitePage), Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByUniqueId(Collection(SP.Publishing.SitePage), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByUrl(Collection(SP.Publishing.SitePage), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetPageColumnState(Collection(SP.Publishing.SitePage), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetTranslations(Collection(SP.Publishing.SitePage), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/IsSitePage(Collection(SP.Publishing.SitePage), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/PageMoveStatus(Collection(SP.Publishing.SitePage), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetMultilingual(Collection(SP.Publishing.SitePage), Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetScheduling(Collection(SP.Publishing.SitePage), Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Templates(Collection(SP.Publishing.SitePage))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateAppPage(Collection(SP.Publishing.SitePage), Edm.Int32, Edm.String, Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateFullPageApp(Collection(SP.Publishing.SitePage), Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_SitePageMetadataCollection()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetById(Collection(SP.Publishing.SitePageMetadata), Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Amplify(SP.Publishing.SitePage, SP.Publishing.AmplifyRequestParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/AmplifyHistory(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/BoostNews(SP.Publishing.SitePage, SP.Publishing.BoostFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CheckOut(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CheckoutPage(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Copy(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CopyTo(SP.Publishing.SitePage, SP.Publishing.CopyToParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CopyWithConfiguration(SP.Publishing.SitePage, Edm.String, Edm.Boolean, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CreateNewsCopy(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DemoteFromNews(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DiscardCoAuth(SP.Publishing.SitePage, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DiscardPage(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ExtendSessionCoAuth(SP.Publishing.SitePage, SP.Publishing.SitePageAuthoringMetadata, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetDependencyMetadata(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetHighlightsInfo(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetLatestVersionsInDescendingOrder(SP.Publishing.SitePage, Edm.Int64)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetVersion(SP.Publishing.SitePage, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Move(SP.Publishing.SitePage, SP.Publishing.PageMoveParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PromoteToNews(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Publish(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PublishCoAuth(SP.Publishing.SitePage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RestoreByLabel(SP.Publishing.SitePage, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SaveDraft(SP.Publishing.SitePage, SP.Publishing.SitePageFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePage(SP.Publishing.SitePage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsDraft(SP.Publishing.SitePage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsTemplate(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsTemplate2(SP.Publishing.SitePage, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsTemplateOnMySite(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageCoAuth(SP.Publishing.SitePage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SaveStreams(SP.Publishing.SitePage, Edm.Stream, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SchedulePublish(SP.Publishing.SitePage, SP.Publishing.SitePageFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestEmail(SP.Publishing.SitePage, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SendTestEmailStream(SP.Publishing.SitePage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestTeamsMessage(SP.Publishing.SitePage, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SharePagePreviewByEmail(SP.Publishing.SitePage, Edm.String, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/StartCoAuth(SP.Publishing.SitePage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/StartExclusiveAuthoring(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/TryProcessSourcePageAfterPageMovePublish(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/TryProcessSourcePageBeforePageMovePublish(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Update(SP.Publishing.SitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_SitePageService()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddImage(SP.Publishing.SitePageService, Edm.String, Edm.String, Edm.Stream, Edm.Int32, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddImageFromExternalUrl(SP.Publishing.SitePageService, Edm.String, Edm.String, Edm.String, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CanCreatePage(SP.Publishing.SitePageService)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Publishing_SitePageService_CanCreatePageForMultipleSites(Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Publishing_SitePageService_CanCreatePageProxy(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CanCreatePromotedPage(SP.Publishing.SitePageService)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Publishing_SitePageService_ComputeFileName(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/EnableAmplifyFromAnywhere(SP.Publishing.SitePageService)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/EnableAnnouncements(SP.Publishing.SitePageService)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/EnableCategories(SP.Publishing.SitePageService)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/EnableLightweightCampaign(SP.Publishing.SitePageService)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_SitePageService_FilePickerTabOptions()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Publishing_SitePageService_GetAvailableFullPageApplications(Edm.Boolean, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Publishing_SitePageService_GetCurrentUserMemberships(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetOrCreateAssetFolder(SP.Publishing.SitePageService, Edm.String, Edm.Boolean, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Publishing_SitePageService_IsFilePickerExternalImageSearchEnabled()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_SitePageService_OrgAssets()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PagesInLib(SP.Publishing.SitePageService, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/PagesInLibByName(SP.Publishing.SitePageService, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ReportGettyImages(SP.Publishing.SitePageService, Collection(SP.Publishing.GettyImage), Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Update(SP.Publishing.SitePageService)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Publishing_TopicPageCollection()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByEntityId(Collection(SP.Publishing.TopicSitePage), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByEntityIdAndCulture(Collection(SP.Publishing.TopicSitePage), Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetPagesByEntityId(Collection(SP.Publishing.TopicSitePage), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/IsContentTypeAvailable(Collection(SP.Publishing.TopicSitePage))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Amplify(SP.Publishing.TopicSitePage, SP.Publishing.AmplifyRequestParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/AmplifyHistory(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/BoostNews(SP.Publishing.TopicSitePage, SP.Publishing.BoostFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CheckOut(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CheckoutPage(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Copy(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CopyTo(SP.Publishing.TopicSitePage, SP.Publishing.CopyToParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CopyWithConfiguration(SP.Publishing.TopicSitePage, Edm.String, Edm.Boolean, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CreateNewsCopy(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DemoteFromNews(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DiscardCoAuth(SP.Publishing.TopicSitePage, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DiscardPage(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ExtendSessionCoAuth(SP.Publishing.TopicSitePage, SP.Publishing.SitePageAuthoringMetadata, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetDependencyMetadata(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetHighlightsInfo(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetLatestVersionsInDescendingOrder(SP.Publishing.TopicSitePage, Edm.Int64)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetVersion(SP.Publishing.TopicSitePage, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Move(SP.Publishing.TopicSitePage, SP.Publishing.PageMoveParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PromoteToNews(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Publish(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PublishCoAuth(SP.Publishing.TopicSitePage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RestoreByLabel(SP.Publishing.TopicSitePage, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SaveDraft(SP.Publishing.TopicSitePage, SP.Publishing.SitePageFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePage(SP.Publishing.TopicSitePage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SavePageAsDraft(SP.Publishing.TopicSitePage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsTemplate(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SavePageAsTemplate2(SP.Publishing.TopicSitePage, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageAsTemplateOnMySite(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SavePageCoAuth(SP.Publishing.TopicSitePage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SaveStreams(SP.Publishing.TopicSitePage, Edm.Stream, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SchedulePublish(SP.Publishing.TopicSitePage, SP.Publishing.SitePageFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestEmail(SP.Publishing.TopicSitePage, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestEmailStream(SP.Publishing.TopicSitePage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SendTestTeamsMessage(SP.Publishing.TopicSitePage, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SharePagePreviewByEmail(SP.Publishing.TopicSitePage, Edm.String, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/StartCoAuth(SP.Publishing.TopicSitePage, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/StartExclusiveAuthoring(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/TryProcessSourcePageAfterPageMovePublish(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/TryProcessSourcePageBeforePageMovePublish(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Update(SP.Publishing.TopicSitePage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Disable(SP.Publishing.Navigation.PortalNavigationCacheWrapper)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Enable(SP.Publishing.Navigation.PortalNavigationCacheWrapper)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Refresh(SP.Publishing.Navigation.PortalNavigationCacheWrapper)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetSiteState(SP.Publishing.Navigation.StructuralNavigationCacheWrapper, SP.Publishing.Navigation.StructuralNavigationCacheState)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetWebState(SP.Publishing.Navigation.StructuralNavigationCacheWrapper, SP.Publishing.Navigation.StructuralNavigationCacheState)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SiteState(SP.Publishing.Navigation.StructuralNavigationCacheWrapper)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/WebState(SP.Publishing.Navigation.StructuralNavigationCacheWrapper)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Create(Collection(Microsoft.SharePoint.Publishing.Campaigns.Campaign), Microsoft.SharePoint.Publishing.Campaigns.Models.CampaignMetadata)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetAll(Collection(Microsoft.SharePoint.Publishing.Campaigns.Campaign), Edm.Int32, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetAssociationsByCampaignId(Collection(Microsoft.SharePoint.Publishing.Campaigns.Campaign), Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByAssociatedPublicationId(Collection(Microsoft.SharePoint.Publishing.Campaigns.Campaign), Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetById(Collection(Microsoft.SharePoint.Publishing.Campaigns.Campaign), Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Migrate(Collection(Microsoft.SharePoint.Publishing.Campaigns.Campaign))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Associate(Microsoft.SharePoint.Publishing.Campaigns.Campaign, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Delete(Microsoft.SharePoint.Publishing.Campaigns.Campaign)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Publications(Microsoft.SharePoint.Publishing.Campaigns.Campaign, Edm.Int32, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Update(Microsoft.SharePoint.Publishing.Campaigns.Campaign, Microsoft.SharePoint.Publishing.Campaigns.Models.CampaignMetadata)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetClientIdFromSPAppRequestContext(Microsoft.SharePoint.TWS.AuthTestService)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetCurrentAppPermissions(Microsoft.SharePoint.TWS.AuthTestService)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/VerifySPAppRequestContextIsNull(Microsoft.SharePoint.TWS.AuthTestService)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddThumbnailFieldData(SP.Workflow.SPWorkflowTask, Edm.Stream, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DeleteWithParameters(SP.Workflow.SPWorkflowTask, SP.ListItemDeleteParameters)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetComments(SP.Workflow.SPWorkflowTask)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetVersionById(SP.Workflow.SPWorkflowTask, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetVersions(SP.Workflow.SPWorkflowTask, SP.GetListItemVersionsParameters)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RecycleWithParameters(SP.Workflow.SPWorkflowTask, SP.ListItemDeleteParameters)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RenderListItemDataAsStream(SP.Workflow.SPWorkflowTask, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetCommentsDisabled(SP.Workflow.SPWorkflowTask, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetComplianceTag(SP.Workflow.SPWorkflowTask, Edm.String, Edm.Boolean, Edm.Boolean, Edm.Boolean, Edm.Boolean, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetComplianceTagWithExplicitMetasUpdate(SP.Workflow.SPWorkflowTask, Edm.String, Edm.Int32, Edm.DateTime, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetComplianceTagWithHold(SP.Workflow.SPWorkflowTask, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetComplianceTagWithMetaInfo(SP.Workflow.SPWorkflowTask, Edm.String, Edm.Boolean, Edm.Boolean, Edm.DateTime, Edm.String, Edm.Boolean, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetComplianceTagWithNoHold(SP.Workflow.SPWorkflowTask, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetComplianceTagWithRecord(SP.Workflow.SPWorkflowTask, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetGroupImage(Microsoft.SharePoint.Portal.GroupService, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetGroupImage(Microsoft.SharePoint.Portal.GroupService, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SyncGroupProperties(Microsoft.SharePoint.Portal.GroupService)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CacheCurrentUserJoinedTeamsResult(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CanUserCreateGroup(Microsoft.SharePoint.Portal.GroupSiteManager)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ClearCurrentUserTeamsCache(Microsoft.SharePoint.Portal.GroupSiteManager)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CreateGroup(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String, Edm.String, Edm.Boolean, Collection(Edm.String), Edm.String, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CreateGroupEx(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String, Edm.String, Edm.Boolean, Microsoft.SharePoint.Portal.GroupCreationParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CreateGroupForSite(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String, Edm.String, Edm.Boolean, Microsoft.SharePoint.Portal.GroupCreationParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CreateTeamsForGroup(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CreateTeamsNavLink(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Delete(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/EnsureTeamForGroup(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/EnsureTeamForGroupEx(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetAllOrgLabels(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetCurrentUserJoinedTeams(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.Boolean, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetCurrentUserSharedChannelMemberGroups(Microsoft.SharePoint.Portal.GroupSiteManager)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetCurrentUserTeamConnectedMemberGroups(Microsoft.SharePoint.Portal.GroupSiteManager)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetGroupCreationContext(Microsoft.SharePoint.Portal.GroupSiteManager)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetGroupSiteConversionData(Microsoft.SharePoint.Portal.GroupSiteManager)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetParentGroupForChannel(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetSharedChannelSharePointUrl(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetTeamChannelFilesUrl(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetTeamChannels(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetTeamChannelsDirect(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetTeamChannelsEx(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetTeamChannelsWithSiteUrl(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetUserSharedChannelMemberGroups(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetUserTeamConnectedMemberGroups(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetValidSiteUrlFromAlias(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String, Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/HideTeamifyPrompt(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/IsTeamifyPromptHidden(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/PinToTeam(Microsoft.SharePoint.Portal.GroupSiteManager, Microsoft.SharePoint.Portal.PinToTeamParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RecentAndJoinedTeams(Microsoft.SharePoint.Portal.GroupSiteManager, Edm.Boolean, Edm.Boolean, Edm.Boolean, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Portal_RatingSettings_GetListRating(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Portal_RatingSettings_SetListRating(Edm.Guid, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Microsoft_SharePoint_Portal_SPHubSitesUtility()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetHubSites(Microsoft.SharePoint.Portal.SPHubSitesUtility)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ArchiveTeamChannelSite(Microsoft.SharePoint.Portal.SPSiteManager, Edm.Guid, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ArchiveTeamConnectedSite(Microsoft.SharePoint.Portal.SPSiteManager, Edm.Guid, Edm.Boolean, Microsoft.SharePoint.Portal.GroupMoveOperation, Microsoft.SharePoint.Portal.GroupMoveOperation)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AreSegmentsCompatible(Microsoft.SharePoint.Portal.SPSiteManager, Collection(Edm.Guid))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CanCreateHubJoinedSite(Microsoft.SharePoint.Portal.SPSiteManager, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.SPSiteCreationRequest/AdditionalSiteFeatureIds">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.SPSiteCreationRequest/AdditionalWebFeatureIds">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.SPSiteCreationRequest/ChannelCapabilities">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.SPSiteCreationRequest/ChannelGroupId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.SPSiteCreationRequest/HubSiteId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.SPSiteCreationRequest/RelatedGroupId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.SPSiteCreationRequest/SensitivityLabel">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.SPSiteCreationRequest/SensitivityLabel2">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.SPSiteCreationRequest/TeamsChannelType">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.SPSiteCreationRequest/WebTemplateExtensionId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Create(Microsoft.SharePoint.Portal.SPSiteManager, Microsoft.SharePoint.Portal.SPSiteCreationRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Delete(Microsoft.SharePoint.Portal.SPSiteManager, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.IBSegmentInfo">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.IBSegmentInfo/DisplayName">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.IBSegmentInfo/ObjectId">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetCompatibleSegments(Microsoft.SharePoint.Portal.SPSiteManager, Collection(Edm.Guid))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetIBSegmentLabels(Microsoft.SharePoint.Portal.SPSiteManager, Collection(Edm.Guid))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetProperty(Microsoft.SharePoint.Portal.SPSiteManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.GetTeamChannelSiteOwnerResponse">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="Microsoft.SharePoint.Portal.GetTeamChannelSiteOwnerResponse/Owner">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="Microsoft.SharePoint.Portal.GetTeamChannelSiteOwnerResponse/SecondaryContact">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetTeamChannelSiteOwner(Microsoft.SharePoint.Portal.SPSiteManager, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/LandingSiteUrlFromName(Microsoft.SharePoint.Portal.SPSiteManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RestoreTeamsChannelSite(Microsoft.SharePoint.Portal.SPSiteManager, Edm.Guid, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetIBSegments(Microsoft.SharePoint.Portal.SPSiteManager, Collection(Edm.Guid))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetTeamChannelSiteOwner(Microsoft.SharePoint.Portal.SPSiteManager, Edm.Guid, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SiteUrl(Microsoft.SharePoint.Portal.SPSiteManager, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateWorkflow2013Endpoint(Microsoft.SharePoint.Portal.SPSiteManager, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/VivaBackendSiteUrlFromName(Microsoft.SharePoint.Portal.SPSiteManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetSiteLogo(Microsoft.SharePoint.Portal.SiteIconManager, Edm.String, Edm.Int32, Edm.Int32, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetSiteLogo(Microsoft.SharePoint.Portal.SiteIconManager, Edm.String, Edm.Int32, Edm.Int32, Edm.Double, Edm.Double, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/EnsureVivaSite(Microsoft.SharePoint.Portal.VivaSiteManager)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Portal_UserProfiles_SharedWithMeItems_SharedWithMe()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Portal_UserProfiles_DocumentsSharedWithGroup_GetSharedWithGroupDocs(Edm.Guid, Edm.String, Edm.Boolean, Edm.Int32, Edm.Int32, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_AddSiteDesignTask(Edm.String, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_AddSiteDesignTaskToCurrentWeb(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ApplyImplicitSiteDesign()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ApplyListDesign(Edm.Guid, Edm.Int32, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ApplySiteDesign(Edm.String, Edm.Guid, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_CreateListDesign(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignCreationInfo)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_CreateSiteDesign(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignCreationInfo)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_CreateSiteScript(Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_CreateSiteScriptPackage(Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_DeleteSiteDesign(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_DeleteSiteScript(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ExecuteAdminTemplateScript(Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ExecuteSiteScriptAction(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ExecuteTemplateScript(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ExecuteTemplateScriptWithParameters(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetDefaultSiteDesignForWebTemplate(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetDesignPackageMenuContents()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetHiddenBuiltInDesignPackages()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetListDesign(Edm.Guid, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetListDesigns(Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetOutOfBoxSiteTemplateSettings()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignMetadata(Edm.Guid, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignRights(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignRun(Edm.String, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignRunStatus(Edm.String, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignRunStatusAndSchema(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesigns(Edm.Boolean, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignStages(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignTask(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteDesignTasks(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteScriptFromList(Edm.String, Collection(SP.KeyValue))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteScriptFromWeb(Edm.String, Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptSerializationInfo)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteScriptMetadata(Edm.Guid, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteScriptPackageFile(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GetSiteScripts(Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_GrantSiteDesignRights(Edm.Guid, Collection(Edm.String), Edm.Int64)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_RemoteCreateSiteScript(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptCreationInfo)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_RemoveListDesign(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_RemoveSiteDesignTask(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_RevokeSiteDesignRights(Edm.Guid, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_SetBuiltInDesignPackageVisibility(Edm.Int64, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_SetOutOfBoxSiteTemplateSettings(Microsoft.SharePoint.Utilities.WebTemplateExtensions.OutOfBoxSiteTemplateSettings)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_SetSiteScriptStageOutcome(Edm.String, Edm.Guid, Edm.Int64)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_UpdateSiteDesign(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignMetadata)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_UpdateSiteScript(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptMetadata)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_UpdateSiteScriptContent(Edm.String, Edm.String, Edm.String, Edm.Guid, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_UpdateSiteScriptPackage(Edm.String, Edm.String, Edm.Guid, Edm.Boolean, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Utilities_WebTemplateExtensions_SiteScriptUtility_ValidatePendingWebTemplateExtension()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Microsoft_SharePoint_TenantCdn_TenantCdnApi()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetCdnUrls(Microsoft.SharePoint.TenantCdn.TenantCdnApi, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/IsFolderUrlsInTenantCdn(Microsoft.SharePoint.TenantCdn.TenantCdnApi, Collection(Edm.String), Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_SPStart_SPStartUtilitiesProxy_GetSerializedSPStartContext(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_SectionDesignIdeas_SectionDesignIdeasApi()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetSectionDesignIdeas(Microsoft.SharePoint.SectionDesignIdeas.SectionDesignIdeasApi, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Ping(Microsoft.SharePoint.SectionDesignIdeas.SectionDesignIdeasApi)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddHomeSite(SP.SPHSite, Edm.String, Edm.Int32, Collection(Edm.Guid), Edm.Boolean, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SPHSite_AddOrgNewsSite(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SPHSite_AddSPHomeNavNode(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SPHSite_AssertSiteInSubscription(Edm.String, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Details(SP.SPHSite, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SPHSite_GetSiteReferenceXgeo(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SPHSite_GetSiteTitleXgeo(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SPHSite_GetSPHSiteXGeo()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SPHSite_GetTargetedSitesDetailsCurrentUserCanEditXGeo(Collection(Edm.Guid), Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SPHSite_GetXgeoHomeSiteDetail(Edm.Guid, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SPHSite_IsCommSite(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SPHSite_IsModernSiteWithHorizontalNav(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SPHSite_IsValidHomeSite(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SPHSite_RemoveDashboardFeature(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetSPHSite(SP.SPHSite, Edm.String, Edm.Boolean, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SPHSite_ValidateHomeSiteCandidate(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_PinnedItems_AddItem(Microsoft.SharePoint.ListHome.FavoriteListHomeItem)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_PinnedItems_GetItemsBy(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_PinnedItems_RemoveItem(Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_PinnedItems_ReorderList(Microsoft.SharePoint.ListHome.FavoriteListHomeItem, Microsoft.SharePoint.ListHome.FavoriteListHomeItem, Microsoft.SharePoint.ListHome.FavoriteListHomeItem)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_PinnedItems_UpdateItem(Microsoft.SharePoint.ListHome.FavoriteListHomeItem)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Nucleus_CreateEndpointList()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_NewsNotificationList_Update(Microsoft.SharePoint.News.NewsNotificationUpdatePayload)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CurrentResourcesNav(Microsoft.SharePoint.Navigation.REST.NavigationServiceRest, Edm.Int32, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetPublishingNavigationProviderType(Microsoft.SharePoint.Navigation.REST.NavigationServiceRest, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/HomeSiteNavigation(Microsoft.SharePoint.Navigation.REST.NavigationServiceRest, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RemoteThumbnail(Microsoft.SharePoint.MultiGeo.SPMultiGeoProxy, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddMicroserviceWorkItem(SP.MicroService.MicroServiceManager, Edm.Binary, Edm.Int32, SP.MicroService.MicroServiceWorkItemProperties)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DeleteMicroserviceWorkItem(SP.MicroService.MicroServiceManager, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DeleteMicroserviceWorkItemByContentDbId(SP.MicroService.MicroServiceManager, Edm.Guid, Edm.Guid, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetServiceInternalUrls(SP.MicroService.MicroServiceManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetServiceUrls(SP.MicroService.MicroServiceManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Deploy(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata, Edm.Boolean, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Install(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Remove(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Retract(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Uninstall(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Upgrade(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Add(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesigns, Edm.String, Edm.Guid, Edm.String, Edm.Boolean, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Update(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesigns, Edm.String, Edm.Guid, Edm.String, Edm.Boolean, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Add(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionCorporateCatalogAccessor, Edm.Binary, Edm.Boolean, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DownloadTeams(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TeamsPackageDownload)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Add(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor, Edm.Binary, Edm.Boolean, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddAndDeployStoreAppById(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor, Edm.String, Edm.String, Edm.Boolean, Edm.Boolean, Edm.Boolean, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddStoreApp(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor, Edm.Binary, Edm.Boolean, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DownloadTeamsSolution(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DownloadTeamsSolutionByUniqueId(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetAppById(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/IsAppUpgradeAvailable(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SolutionContainsTeamsComponent(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SyncSolutionToTeams(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SyncSolutionToTeamsByUniqueId(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Upload(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor, Edm.Binary, Edm.Boolean, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_FavoriteLists_AddList(Microsoft.SharePoint.ListHome.FavoriteListHomeItem)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_FavoriteLists_GetListsBy(Edm.String, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_FavoriteLists_RemoveList(Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_FavoriteLists_ReorderList(Microsoft.SharePoint.ListHome.FavoriteListHomeItem, Microsoft.SharePoint.ListHome.FavoriteListHomeItem, Microsoft.SharePoint.ListHome.FavoriteListHomeItem)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_FavoriteLists_UpdateList(Microsoft.SharePoint.ListHome.FavoriteListHomeItem)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_FavoriteListsSubstrate_AddList(Microsoft.SharePoint.ListHome.FavoriteListHomeItem, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_FavoriteListsSubstrate_GetListsBy(Edm.String, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_FavoriteListsSubstrate_RemoveList(Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_FavoriteListsSubstrate_UpdateList(Microsoft.SharePoint.ListHome.FavoriteListHomeItem)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_KnowledgeSite_publish(Microsoft.SharePoint.KnowledgeSite.Models.DocumentPublishRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_KnowledgeSite_unpublish(Microsoft.SharePoint.KnowledgeSite.Models.DocumentUnpublishRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Internal_FlowPermissions_GetFlowPermissionLevelOnList(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Internal_FormsCustomization_ActivateApp(Edm.String, SP.Internal.AppRenderInfo, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Internal_FormsCustomization_CanCustomizeForms(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Internal_FormsCustomization_ClearApp(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Internal_FormsCustomization_DeactivateApp(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Internal_FormsCustomization_GetPowerAppsFormDesignUrl(Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Internal_FormsCustomization_SetApp(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Internal_TrackedItemService_GetTrackedItemUpdatesForUser(Microsoft.SharePoint.Internal.TrackedItemUpdatesRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Internal_ClientSideComponent_Token_AcquireOBOToken(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_EmployeeEngagement()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Configuration(SP.EmployeeEngagement)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DashboardOOBContent(SP.EmployeeEngagement, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetDashboardPersonalization(SP.EmployeeEngagement)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetDataForHome(SP.EmployeeEngagement)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetTargetedSitesAsEditor(SP.EmployeeEngagement)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/LikeNewsPost(SP.EmployeeEngagement, Edm.String, Edm.Guid, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetDashboardPersonalization(SP.EmployeeEngagement, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UnlikeNewsPost(SP.EmployeeEngagement, Edm.String, Edm.Guid, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/VivaConnections(SP.EmployeeEngagement, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/VivaHome(SP.EmployeeEngagement)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/VivaHomeConfiguration(SP.EmployeeEngagement, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddLink(Microsoft.SharePoint.EmployeeEngagement.VivaResources, Microsoft.SharePoint.EmployeeEngagement.VivaResourceLink)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetLinks(Microsoft.SharePoint.EmployeeEngagement.VivaResources)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RemoveLink(Microsoft.SharePoint.EmployeeEngagement.VivaResources, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ReorderLink(Microsoft.SharePoint.EmployeeEngagement.VivaResources, Edm.Int32, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateLink(Microsoft.SharePoint.EmployeeEngagement.VivaResources, Microsoft.SharePoint.EmployeeEngagement.VivaResourceLink)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateLinks(Microsoft.SharePoint.EmployeeEngagement.VivaResources, Collection(Microsoft.SharePoint.EmployeeEngagement.VivaResourceLink))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetData(Microsoft.SharePoint.EmployeeEngagement.VivaConnectionsPage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetSpotlightConfiguration(Microsoft.SharePoint.EmployeeEngagement.VivaConnectionsPage, Microsoft.SharePoint.EmployeeEngagement.SpotlightConfiguration)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddImage(Microsoft.SharePoint.EmployeeEngagement.VivaHome, Edm.String, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddImageFromExternalUrl(Microsoft.SharePoint.EmployeeEngagement.VivaHome, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/TitleRegion(Microsoft.SharePoint.EmployeeEngagement.VivaHome, SP.VivaHomeTitleRegion)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateGoToVCButtonFlag(Microsoft.SharePoint.EmployeeEngagement.VivaHome, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_CopilotFileCollection_GetWorkingSetFiles(Edm.Int32, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Microsoft_SharePoint_ContentSolution_API_TemplateAPI()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/addFields(Microsoft.SharePoint.ContentSolution.API.TemplateAPI, Microsoft.SharePoint.ContentSolution.Models.Requests.AddTemplateFieldsRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/createTemplate(Microsoft.SharePoint.ContentSolution.API.TemplateAPI, Microsoft.SharePoint.ContentSolution.Models.Requests.CreateTemplateRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CreateTemplateUsingStream(Microsoft.SharePoint.ContentSolution.API.TemplateAPI, Edm.Int32, Edm.Guid, Edm.Guid, Edm.Guid, Edm.String, Edm.String, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/getContentControlStandardContent(Microsoft.SharePoint.ContentSolution.API.TemplateAPI, Edm.Guid, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/getFields(Microsoft.SharePoint.ContentSolution.API.TemplateAPI, Edm.Guid, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/updateField(Microsoft.SharePoint.ContentSolution.API.TemplateAPI, Microsoft.SharePoint.ContentSolution.Models.Requests.UpdateTemplateFieldRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Like(Microsoft.SharePoint.Comments.comment)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Unlike(Microsoft.SharePoint.Comments.comment)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DeleteAll(Collection(Microsoft.SharePoint.Comments.comment))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Delete(Microsoft.SharePoint.ClientSideComponent.HostedApp)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateWebPartData(Microsoft.SharePoint.ClientSideComponent.HostedApp, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Add(Microsoft.SharePoint.ClientSideComponent.HostedAppsManager, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddEx(Microsoft.SharePoint.ClientSideComponent.HostedAppsManager, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/AddSiteTheme(SP.BrandCenter, SP.ThemeData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/AddTenantTheme(SP.BrandCenter, SP.ThemeData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Configuration(SP.BrandCenter)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CurrentBrandingConfiguration(SP.BrandCenter)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DeleteSiteTheme(SP.BrandCenter, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DeleteTenantTheme(SP.BrandCenter, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/EnsureBrandColorsListFeature(SP.BrandCenter)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/EnsureBrandFontsLibraryFeature(SP.BrandCenter)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetFontStream(SP.BrandCenter, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetSiteThemeById(SP.BrandCenter, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetSiteThemes(SP.BrandCenter)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetTenantThemeById(SP.BrandCenter, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetTenantThemeByName(SP.BrandCenter, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetTenantThemeByNameXgeoUtil(SP.BrandCenter, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetTenantThemes(SP.BrandCenter)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetTenantThemesXgeoUtil(SP.BrandCenter)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/OrgAssets(SP.BrandCenter)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/OrgAssetsWithCacheFlag(SP.BrandCenter, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetWebTheme(SP.BrandCenter, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/UpdateSiteTheme(SP.BrandCenter, SP.ThemeData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/UpdateTenantTheme(SP.BrandCenter, SP.ThemeData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/ValidateSiteThemeName(SP.BrandCenter, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/ValidateTenantThemeName(SP.BrandCenter, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetAppDatabaseConnectionString(SP.AppInstance)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SemanticSearchEnqueueProxy_EnqueueItem(SP.SemanticSearchCrawlerEnqueueItem)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SemanticSearchEnqueueProxy_EnqueueItems(Collection(SP.SemanticSearchCrawlerEnqueueItem))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SemanticSearchEnqueueProxy_SemanticSearchProperties()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_AddToOneDrive_MountService_GetRemoteItemInfo(Microsoft.SharePoint.AddToOneDrive.GetRemoteItemInfoRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_AddToOneDrive_MountService_GetSourceItemMetadataForODCMountPoint(Microsoft.SharePoint.AddToOneDrive.GetSourceItemMetadataForODCMountPointRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_AddToOneDrive_MountService_NotifyChangeToMountPoints(Microsoft.SharePoint.AddToOneDrive.NotifyChangeToMountPointsRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddItemUsingPath(SP.List, SP.ListItemCreationInformationUsingPath)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddValidateUpdateItem(SP.List, SP.ListItemCreationInformation, Collection(SP.ListItemFormUpdateValue), Edm.Boolean, Edm.String, Edm.Boolean, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddValidateUpdateItemUsingPath(SP.List, SP.ListItemCreationInformationUsingPath, Collection(SP.ListItemFormUpdateValue), Edm.Boolean, Edm.String, Edm.Boolean, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/BulkValidateUpdateListItems(SP.List, Collection(Edm.Int32), Collection(SP.ListItemFormUpdateValue), Edm.Boolean, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CancelDeleteFileVersions(SP.List)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/ClearBusinessAppMigrationInteractiveData(SP.List)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CreateDocumentWithDefaultName(SP.List, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CreateListForm(SP.List, SP.ListForm)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CreateMappedView(SP.List, SP.AppViewCreationInfo, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CreateRuleEx(SP.List, Edm.String, Edm.String, Edm.Int32, SP.SPRuleAction, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DeleteRule(SP.List, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/EnableQueryableColumns(SP.List)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/EnqueueAsyncActionTaskById(SP.List, Edm.Guid, Collection(SP.KeyValue))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetAllRules(SP.List, Edm.Boolean, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetAsyncActionConfig(SP.List, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetAsyncActionTaskIds(SP.List)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetBloomFilter(SP.List, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetBloomFilterWithCustomFields(SP.List, Edm.Int32, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetBusinessAppMigrationInteractiveData(SP.List)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetBusinessAppOperationStatus(SP.List)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetCheckedOutFiles(SP.List)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetItemByUniqueId(SP.List, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_List_GetListDataAsStream(Edm.String, SP.RenderListDataParameters, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Collection(SP.KeyValue), Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetListForms(SP.List, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetMappedApp(SP.List, Edm.Guid, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetMappedApps(SP.List, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_List_GetOneDriveListDataAsStream(SP.RenderListDataParameters, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Collection(SP.KeyValue), Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetProgressForDeleteFileVersions(SP.List)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetProgressForFileVersionExpirationReport(SP.List, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PublishMappedView(SP.List, Edm.Guid, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetColumnMapping(SP.List, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetExemptFromBlockDownloadOfNonViewableFiles(SP.List, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetItemsOrder(SP.List, Collection(Edm.Int32), Edm.Int32, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetListCustomOrderFlag(SP.List, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetQuickstepOrdering(SP.List, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/StartDeleteFileVersions(SP.List, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/StartDeleteFileVersionsByMode(SP.List, SP.FileVersionBatchDeleteParameters)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/StartFileVersionExpirationReport(SP.List, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SyncFlowCallbackUrl(SP.List, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SyncFlowInstance(SP.List, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SyncFlowInstances(SP.List, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SyncFlowTemplates(SP.List, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/UnpublishMappedView(SP.List, Edm.Guid, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateFormProcessingModelRetentionLabel(SP.List, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateFormProcessingModelSettings(SP.List, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/UpdateListForm(SP.List, SP.ListForm)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateRuleEx(SP.List, Edm.String, Edm.String, Edm.String, Edm.Int32, SP.SPRuleAction, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/ValidateAppName(SP.List, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/EnsureClientRenderedSitePagesLibrary(Collection(SP.List))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/EnsureEventsList(Collection(SP.List))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddThumbnailFieldData(SP.ListItem, Edm.Stream, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DeleteWithParameters(SP.ListItem, SP.ListItemDeleteParameters)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetComments(SP.ListItem)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetVersionById(SP.ListItem, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetVersions(SP.ListItem, SP.GetListItemVersionsParameters)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RecycleWithParameters(SP.ListItem, SP.ListItemDeleteParameters)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RenderListItemDataAsStream(SP.ListItem, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetCommentsDisabled(SP.ListItem, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetComplianceTag(SP.ListItem, Edm.String, Edm.Boolean, Edm.Boolean, Edm.Boolean, Edm.Boolean, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetComplianceTagWithExplicitMetasUpdate(SP.ListItem, Edm.String, Edm.Int32, Edm.DateTime, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetComplianceTagWithHold(SP.ListItem, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetComplianceTagWithMetaInfo(SP.ListItem, Edm.String, Edm.Boolean, Edm.Boolean, Edm.DateTime, Edm.String, Edm.Boolean, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetComplianceTagWithNoHold(SP.ListItem, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetComplianceTagWithRecord(SP.ListItem, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddinPermissions(SP.Web, Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPAddinPermissionRequest))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/AddPlaceholderUser(SP.Web, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AvailableAddins(SP.Web, Collection(Edm.String), Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/ConsentToPowerPlatform(SP.Web)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CreateGroupBasedEnvironment(SP.Web)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Web_DefaultDocumentLibraryUrl(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/EnsureEduClassSetup(SP.Web, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/EnsureSolutioningEnvironment(SP.Web, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/EnsureTenantAppCatalog(SP.Web, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetACSServicePrincipals(SP.Web, Collection(Edm.Guid))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetAdaptiveCardExtensions(SP.Web, Edm.Boolean, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetAddinPrincipalsHavingPermissionsInSites(SP.Web, Collection(Edm.String), Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetAddinUninstallJobDetail(SP.Web, Edm.Guid, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetAllClientSideComponents(SP.Web, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetClientSideComponents(SP.Web, Collection(Microsoft.SharePoint.ClientSideComponent.SPClientSideComponentIdentifier), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetClientSideComponentsByComponentType(SP.Web, Edm.String, Edm.Int32, Edm.Boolean, Edm.Guid, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetClientSideComponentsById(SP.Web, Collection(Edm.Guid), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetClientSideWebParts(SP.Web, Edm.Boolean, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetFileByGuestUrlEnsureAccess(SP.Web, Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetFileByGuestUrlExtended(SP.Web, Edm.String, SP.Sharing.SharingLinkAccessRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetFileByServerRelativePath(SP.Web, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetFolderByGuestUrl(SP.Web, Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetFolderByGuestUrlExtended(SP.Web, Edm.String, SP.Sharing.SharingLinkAccessRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetFolderByServerRelativePath(SP.Web, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetGroupBasedEnvironment(SP.Web)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetListItemUsingPath(SP.Web, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetListUsingPath(SP.Web, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetNewsList(SP.Web, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetRegionalDateTimeSchema(SP.Web)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetSharingLinkData(SP.Web, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Web_GetSharingLinkKind(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetSPAppContextAsStream(SP.Web)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetStorageEntity(SP.Web, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetViewFromPath(SP.Web, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/HubSiteData(SP.Web, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/HubSiteDataAsStream(SP.Web, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/ListPowerPlatformUserDetails(SP.Web)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/MarkReplyUrisUpdated(SP.Web)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PageContextCore(SP.Web)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/PageContextInfo(SP.Web, Edm.Boolean, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/ParseDateTime(SP.Web, Edm.String, Edm.Int32, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RemoveStorageEntity(SP.Web, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetAccessRequestSiteDescriptionAndUpdate(SP.Web, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetChromeOptions(SP.Web, Edm.Int32, Edm.Int32, Edm.Boolean, Edm.Boolean, Edm.Int32, Edm.Int32, Edm.Boolean, Edm.Int32, Edm.Boolean, Edm.Int32, Edm.Int32, Edm.Int32, Edm.Int32, Edm.Int32, Edm.Int32, Edm.Int32, Edm.Int32, Edm.Int32, Edm.Int32, Edm.Int32, Edm.Int32, SP.FontOption, SP.FontOption, SP.FontOption, SP.FontOption)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetDefaultNewPageTemplateId(SP.Web, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetGlobalNavSettings(SP.Web, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetStorageEntity(SP.Web, Edm.String, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetThemeApplicationActionHistory(SP.Web, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetUseAccessRequestDefaultAndUpdate(SP.Web, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SyncFlowInstances(SP.Web, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SyncFlowTemplates(SP.Web, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SyncHubSiteTheme(SP.Web)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SyncTeamsComponent(SP.Web, Microsoft.SharePoint.ClientSideComponent.SPTeamsAppComponent)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UninstallAddins(SP.Web, Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPUninstallAddinRequest))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/UnsetIsEduClassProvisionPending(SP.Web)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpgradePrefabAppInstance(SP.Web, Edm.Int32, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UploadImage(SP.Web, Edm.String, Edm.String, Edm.Stream, Edm.String, Edm.Int32, Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Internal_AgreementsESignManager_AgreementESignStatusUpdated(SP.AgreementESignStatusUpdatedPayload)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Internal_ApprovalsManager_OnRequestUpdated()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Broker_AcquireOBOToken(Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Internal_PowerPlatformEnvironments_GetEnvironmentId(Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_eSignInternal_AddAuditTrailEntry(Microsoft.SharePoint.ESign.Models.Requests.AddAuditTrailEntryModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_eSignInternal_BillAgreement(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_eSignInternal_CancelAgreement(Microsoft.SharePoint.ESign.Models.Requests.CancelAgreementModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_eSignInternal_CleanupAgreement(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_eSignInternal_CompleteAgreement(Microsoft.SharePoint.ESign.Models.Requests.CompleteAgreementModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_eSignInternal_CompleteAgreementV3(Microsoft.SharePoint.ESign.Models.Requests.CompleteAgreementModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_eSignInternal_CompleteAgreementV4(Microsoft.SharePoint.ESign.Models.Requests.CompleteAgreementModelV4)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_eSignInternal_DeclineAgreement(Microsoft.SharePoint.ESign.Models.Requests.DeclineAgreementModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_eSignInternal_GetEsignSettings()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_eSignInternal_InitializeAgreement(Microsoft.SharePoint.ESign.Models.Requests.InitializeAgreementModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_eSignInternal_SignAgreement(Microsoft.SharePoint.ESign.Models.Requests.SignAgreementModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_eSignInternal_StartAgreement(Microsoft.SharePoint.ESign.Models.Requests.CreateAgreementModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_eSignInternal_StartAgreementV2(Microsoft.SharePoint.ESign.Models.Requests.CreateAgreementModelV2)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_eSignInternal_UpdateAuditTrailEntry(Microsoft.SharePoint.ESign.Models.Requests.UpdateAuditTrailEntryModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_eSign_GetAuditTrail(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_eSign_GetSigningFields(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_eSign_StartAgreement(Microsoft.SharePoint.ESign.Models.Requests.CreateAgreementModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_eSignSelectedWriteBackInternal_InitializeWriteBackFile(Microsoft.SharePoint.ESign.Models.Requests.InitializeWriteBackModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_eSignSelectedWriteBackInternal_UpdateWriteBackFile(Microsoft.SharePoint.ESign.Models.Requests.UpdateWriteBackFileModel)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_FavoriteItemCollection_GetFavoriteItems()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_ListHomeItemCollection_GetListHomeItems(Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_ListHomeItemCollection_GetListHomeItemsWithPageContextInfo(Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_ListHomeItemCollection_GetListHomePersonalLists(Edm.Int32, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_ListHomeItemCollection_GetRecommendLists()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_ListHomeItemCollection_RemoveRecentLists(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_ListHomeItemCollection_RemoveRecommendLists(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_MultilingualSettings()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetFollowLangPreference(SP.MultilingualSettings, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetNotificationRecipients(SP.MultilingualSettings, SP.TranslationNotificationRecipientSetRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_NewsCollection_HubNews(Edm.Guid, Edm.Int32, Edm.Int32, Edm.Boolean, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_NewsCollection_MultiHubNews(Edm.String, Edm.Int32, Edm.Int32, Edm.Boolean, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_NewsCollection_MultiSiteNews(Edm.String, Edm.Int32, Edm.Int32, Edm.Boolean, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_NgspDataCollection_GetNgspData(SP.NgspRequestParams)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_OneDriveItemCollection_GetSmartCacheData(Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_PeopleCollection_GetCollaborators(Edm.Int64)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_PeopleCollection_GetCollaboratorsAsStream(Edm.Int64)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_PersonalListsProxy_GetPersonalListsProxy(Edm.Int32, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_QuickAccessItemCollection_GetQuickAccessItems()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_QuickAccessItemCollection_GetSubstrateQuickAccessItems()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_RecentFileCollection_DeltaSync(Edm.Int32, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_RecentFileCollection_GetRecentFiles(Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_RecentFileCollection_GetRecommendations(Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_RecentListCollection_GetRecentLists(Edm.Int32, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_RecentListCollection_GetRecentListsWithPageContextInfo(Edm.Int32, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_RecentListCollection_UpdateRecentLists(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_RecentListCollection_UpdateRecentListsRemote(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_RecentListProxy_GetRecentListsProxy(Edm.Int32, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_RecommendationCollection_Dismissed(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_RecommendationCollection_Events(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_RecommendationCollection_GetRecommendationsAsStream(Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SearchResultItemCollection_Events(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SearchResultItemCollection_GetSearchResultsAsStream(Edm.Int32, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SearchResultItemCollection_GetSearchSuggestionsAsStream(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SemanticSearchItemCollection_GetSearchResults(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SensitivityLabelCollection_GetSensitivityLabelsAsStream(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SharedWithMeItemCollection_GetCalendarEvents()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SharedWithMeItemCollection_GetSharedWithMeExternalItems(Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SharedWithMeItemCollection_GetSharedWithMeItems(Edm.Int32, Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SharedWithMeItemCollection_RemoveFromSharedWithMe(Edm.String, Collection(Edm.String), Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SharedWithMeItemCollection_RestoreToSharedWithMe(Edm.String, Collection(Edm.String), Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SmartCache_Update(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_AppTileProperties_GetAppProperties(Edm.Guid, Edm.Int32, Edm.Guid, Edm.Int32, Edm.String, Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddUsingPath(Collection(SP.Attachment), Edm.String, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByFileNameAsPath(Collection(SP.Attachment), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetByPath(Collection(SP.CheckedOutFile), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/TakeOverCheckOut(SP.CheckedOutFile)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_APIHubConnector_CreateListItem(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_APIHubConnector_DeleteListItem(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_APIHubConnector_GetDeletedListItems(Edm.String, SP.ResourcePath, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_APIHubConnector_GetEntities(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_APIHubConnector_GetEntityValues(Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_APIHubConnector_GetListItem(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_APIHubConnector_GetListItems(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_APIHubConnector_GetNewListItems(Edm.String, SP.ResourcePath, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_APIHubConnector_GetTableMetadata(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_APIHubConnector_GetTables()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_APIHubConnector_GetUpdatedListItems(Edm.String, SP.ResourcePath, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_APIHubConnector_InvokeQuery()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_APIHubConnector_ResolveEntityValue(Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_APIHubConnector_SetApprovalStatus(Edm.String, Edm.String, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_APIHubConnector_UpdateListItem(Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_ContentSolution()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/ReorderFields(SP.ContentType, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_CurrencyList_GetList()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_DigitalLegacy_AcceptNomination(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_DigitalLegacy_BeneficiaryRedeemAccessRequest(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_DigitalLegacy_CheckConvergeStatus()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_DigitalLegacy_GetAccessCode(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_DigitalLegacy_GetConvergeStatus(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_DigitalLegacy_GetSettingsAsStream()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_DigitalLegacy_NominateBeneficiary(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_DigitalLegacy_RedeemAccessRequest(Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_DigitalLegacy_RejectAccessRequest(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_DigitalLegacy_RejectNomination(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_DigitalLegacy_RemoveBenefactor(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_DigitalLegacy_RemoveBeneficiary(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_DigitalLegacy_RequestAccess(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_DigitalLegacy_SetBenefactorOnNomination(Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_DigitalLegacy_UpdateBeneficiaryOnAccessRequest(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_DigitalLegacy_UpdateDigitalLegacySetting(Edm.Int32, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddUsingPath(Collection(SP.File), Edm.String, Edm.Boolean, Edm.Boolean, Edm.Boolean, Edm.String, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/AddClientActivities(SP.File, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CopyToUsingPath(SP.File, Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DeleteWithParameters(SP.File, SP.FileDeleteParameters)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetFileUserValue(SP.File, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/MoveToUsingPath(SP.File, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RecycleWithETag(SP.File, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RecycleWithParameters(SP.File, SP.FileDeleteParameters)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetExpirationDate(SP.File, Edm.DateTime)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetFileUserValue(SP.File, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Upload(SP.File, Edm.Guid, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UploadWithChecksum(SP.File, Edm.Guid, Edm.Binary, Edm.Stream)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_FileUrlVirusStatusUpdate()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/UpdateVirusStatus(SP.FileUrlVirusStatusUpdate)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RecycleByID(Collection(SP.FileVersion), Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RecycleByLabel(Collection(SP.FileVersion), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_FolderColoring()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/AddSubFolderUsingPath(SP.Folder, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DeleteWithParameters(SP.Folder, SP.FolderDeleteParameters)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/MoveToUsingPath(SP.Folder, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RecycleWithParameters(SP.Folder, SP.FolderDeleteParameters)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetById(Collection(SP.FontPackage), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetByTitle(Collection(SP.FontPackage), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_FontPackages_Load()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetUserAsOwner(SP.Group, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_HubSites()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetById(Collection(SP.HubSite), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetConnectedHubs(Collection(SP.HubSite), Edm.Guid, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetSiteUrlByHubSiteId(Collection(SP.HubSite), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_HubSites_Load()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Reset(SP.InformationRightsManagementFileSettings)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Update(SP.InformationRightsManagementFileSettings)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Approvals_ApproveItemRequest(Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Approvals_CancelItemRequest(Edm.String, Edm.String, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Approvals_CreateItemRequest(SP.ApprovalsCreateRequestParameters)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Approvals_Disable(Edm.String, Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Approvals_DisableNotifications(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Approvals_Enable(Edm.String, Edm.Boolean, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Approvals_EnableNotifications(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Approvals_GetItemRequest(Edm.String, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Approvals_GetProperties(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Approvals_RejectItemRequest(Edm.String, Edm.String, Edm.String, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Approvals_SetProperties(Edm.String, SP.ApprovalsProperties)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/DeleteAll(Collection(SP.ListItemVersion))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RecycleAll(Collection(SP.ListItemVersion))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RestoreByID(Collection(SP.ListItemVersion), Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_OutOfBoxFontPackages_Load()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_OutOfBoxFontPackageSettings_GetHideOutOfBoxFontPackages()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_OutOfBoxFontPackageSettings_SetHideOutOfBoxFontPackages(Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SPPlaylist_GetSubscriberInfo(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SPPlaylist_Subscribe(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SPPlaylist_Unsubscribe(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SharingUtility_GetUserDirectoryInfoByEmail(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_SharingUtility_ValidateSameUserEmails(Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_SiteFontPackages_Load()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CancelDeleteFileVersions(SP.Site)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/CancelSetVersionPolicyForDocLibs(SP.Site)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetBlockDownloadPolicyForFilesData(SP.Site)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetBringYourOwnKeyRecoveryKeyMode(SP.Site)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetBringYourOwnKeySiteStatus(SP.Site)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetBringYourOwnKeyTenantStatus(SP.Site)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetHubSiteJoinApprovalCorrelationId(SP.Site)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetProgressForDeleteFileVersions(SP.Site)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetProgressForExpireFileVersionsBySchedule(SP.Site, SP.ResourcePath)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetProgressForFileVersionExpirationReport(SP.Site, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetProgressForSetVersionPolicyForDocLibs(SP.Site)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetWebPath(SP.Site, Edm.Guid, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/JoinHubSite(SP.Site, Edm.Guid, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/MultiGeoCopyJob(SP.Site, Edm.Guid, Edm.Int32, Edm.Binary)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/OnboardTenantForBringYourOwnKey(SP.Site, SP.CustomerKeyInfo)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/OnHubSiteJoinRequestApproved(SP.Site, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/OnHubSiteJoinRequestCanceled(SP.Site, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/OnHubSiteJoinRequestStarted(SP.Site, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RecoverTenantForBringYourOwnKey(SP.Site, SP.CustomerKeyInfo)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RegisterHubSite(SP.Site, SP.HubSiteCreationInformation)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RollTenantBringYourOwnKey(SP.Site, Edm.Int32, SP.CustomerKeyVaultInfo)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetBlockDownloadPolicyForFiles(SP.Site, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/StartDeleteFileVersions(SP.Site, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/StartDeleteFileVersionsByMode(SP.Site, SP.FileVersionBatchDeleteParameters)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/StartExpireFileVersionsBySchedule(SP.Site, SP.ResourcePath)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/StartFileVersionExpirationReport(SP.Site, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/StartSetVersionPolicyForDocLibs(SP.Site, Edm.Boolean, Edm.Int32, Edm.Int32, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/UnregisterHubSite(SP.Site)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ValidateHubSiteJoinApprovalToken(SP.Site, Edm.Guid, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/InheritTenantSettings(SP.SiteVersionPolicyManager)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetAutoExpiration(SP.SiteVersionPolicyManager)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetExpireAfter(SP.SiteVersionPolicyManager, Edm.Int32, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetNoExpiration(SP.SiteVersionPolicyManager, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_TeamChannelManager_AddTeamChannel(Edm.String, Edm.String, Edm.String, Edm.Boolean, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_TeamChannelManager_ArchiveTeamChannelById(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_TeamChannelManager_ArchiveTeamChannelByPath(SP.ResourcePath)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_TeamChannelManager_DemoteTeamChannelById(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_TeamChannelManager_DemoteTeamChannelByPath(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_TeamChannelManager_GetConversations(Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_TeamChannelManager_GetTeamSiteData(Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_TeamChannelManager_PromoteToTeamChannelById(Edm.Guid, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_TeamChannelManager_PromoteToTeamChannelByPath(Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_TeamChannelManager_SaveConversations(Edm.String, Edm.Int32, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_TeamChannelManager_StampLWGIdOnPrivateChannelSite(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_TeamChannelManager_SyncTeamSiteSettings()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_TeamChannelManager_UnarchiveTeamChannelById(Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_TeamChannelManager_UnarchiveTeamChannelByPath(SP.ResourcePath)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_TeamChannelManager_UnstampLWGIdOnPrivateChannelSite()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_TenantFontPackages_Load()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetId(SP.TimeZone, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_UserExperienceState()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SetFlag(SP.UserExperienceState, Edm.Int32, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_UserFirstRun_SetExperience(Edm.Int32, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_UserFirstRun_SetExperiences(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_UserPhotos_SetSettings(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetResourceEntries(SP.UserResource)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddToSpotlight(SP.View, Edm.Int32, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/RemoveFromSpotlight(SP.View, Edm.Int32, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_TranslationStatusCollection()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Create(SP.TranslationStatusCollection, SP.TranslationStatusCreationRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Set(SP.TranslationStatusCollection, SP.TranslationStatusSetRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateTranslationLanguages(SP.TranslationStatusCollection)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Utilities_NewsUtility_CreateOrUpdateNewsItem(SP.Utilities.NewsItem, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Utilities_NewsUtility_DeleteNewsItem(Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Utilities_NewsUtility_GetMetadataForUrl(Edm.String, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Utilities_SPSocialSwitch_IsFollowingFeatureEnabled()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddTenantTheme(SP.Utilities.ThemeManager, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ApplyTheme(SP.Utilities.ThemeManager, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DeleteTenantTheme(SP.Utilities.ThemeManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetAvailableThemes(SP.Utilities.ThemeManager)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetHideDefaultThemes(SP.Utilities.ThemeManager)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetTenantTheme(SP.Utilities.ThemeManager, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetTenantThemingOptions(SP.Utilities.ThemeManager)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetHideDefaultThemes(SP.Utilities.ThemeManager, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateTenantTheme(SP.Utilities.ThemeManager, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Utilities_WopiHostUtility_GenerateFileBundle()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Utilities_WopiHostUtility_GetFileHandlerWopiTargetPropertiesByUrl(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Utilities_WopiHostUtility_GetWebApplicationUrls(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Utilities_WopiHostUtility_GetWopiOrigins()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_OAuth_Token()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/Acquire(SP.OAuth.Token, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_OAuth_Authentication()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/GetRenewalUrl(SP.OAuth.Authentication, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_UI_ApplicationPages_ClientPeoplePickerWebServiceInterface_GetPickerEntityInformation(SP.UI.ApplicationPages.PickerEntityInformationRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Sharing_PersonalWeb_FixPermissionInheritance()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData/SP_Sharing_PersonalWeb_GetOversharedWebInfo()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Sharing_PersonalWeb_RemovePermissionForUsers(Collection(SP.Sharing.Principal))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Sharing_SiteSharingReportHelper_CancelSharingReportJob()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Sharing_SiteSharingReportHelper_CancelSharingReportJobForTenantAdmin(Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Sharing_SiteSharingReportHelper_CreateSharingReportJob(Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Sharing_SiteSharingReportHelper_CreateSharingReportJobForTenantAdmin(Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SP_Sharing_SiteSharingReportHelper_GetSiteSharingReportCapabilities()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_SharePoint_Sharing_Internal_SharingRestrictions()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Update(Microsoft.SharePoint.Sharing.Internal.SharingRestrictions)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_Online_SharePoint_TenantAdministration_SPOContentSecurityPolicyConfiguration()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Add(Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyConfiguration, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Remove(Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyConfiguration, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateScriptSources(Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyConfiguration, Collection(Edm.String), Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_Online_SharePoint_TenantAdministration_SPOGroup()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddAsGroupOwnerAndMember(Microsoft.Online.SharePoint.TenantAdministration.SPOGroup, Edm.Guid, Edm.Guid, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddGroupMember(Microsoft.Online.SharePoint.TenantAdministration.SPOGroup, Edm.Guid, Edm.Guid, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddGroupOwner(Microsoft.Online.SharePoint.TenantAdministration.SPOGroup, Edm.Guid, Edm.Guid, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RemoveAsGroupOwnerAndMember(Microsoft.Online.SharePoint.TenantAdministration.SPOGroup, Edm.Guid, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RemoveGroupMember(Microsoft.Online.SharePoint.TenantAdministration.SPOGroup, Edm.Guid, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RemoveGroupOwner(Microsoft.Online.SharePoint.TenantAdministration.SPOGroup, Edm.Guid, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateGroupProperties(Microsoft.Online.SharePoint.TenantAdministration.SPOGroup, Edm.Guid, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateGroupPropertiesBySiteId(Microsoft.Online.SharePoint.TenantAdministration.SPOGroup, Edm.Guid, Edm.Guid, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_Online_SharePoint_TenantAdministration_SPOWebAppServicePrincipalPublic()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddCustomSpfx3rdPartyAppPrincipal(Microsoft.Online.SharePoint.TenantAdministration.SPOWebAppServicePrincipalPublic, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetCustomSpfx3rdPartyAppPrincipal(Microsoft.Online.SharePoint.TenantAdministration.SPOWebAppServicePrincipalPublic)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RemoveCustomSpfx3rdPartyAppPrincipal(Microsoft.Online.SharePoint.TenantAdministration.SPOWebAppServicePrincipalPublic)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateCustomSpfx3rdPartyAppPrincipalClientSecret(Microsoft.Online.SharePoint.TenantAdministration.SPOWebAppServicePrincipalPublic, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_Online_SharePoint_TenantAdministration_TenantAdminEndpoints()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_Online_SharePoint_TenantAdministration_TenantAdminSettingsService()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetTenantSharingStatus(Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Update(Microsoft.Online.SharePoint.TenantAdministration.TenantAdminSettingsService)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ActivateApplicationBillingPolicy(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddSPOServicePrioritizationAppRegistration(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.Guid, Edm.Guid, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddSyntexCustomModelSetting(Microsoft.Online.SharePoint.TenantAdministration.Tenant, SP.SyntexCustomModelSetting, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddToOrgAssetsLibAndCdnV2(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.Int32, Edm.String, Edm.String, Edm.Int32, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddToOrgAssetsLibAndCdnWithType(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.Int32, Edm.String, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/AddToOrgAssetsLibWithConfig(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.Int32, Edm.String, Edm.String, Edm.Int32, Edm.Boolean, Microsoft.SharePoint.BrandCenter.OrgAssetsLibraryConfigParam)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CheckTenantIntuneLicense(Microsoft.Online.SharePoint.TenantAdministration.Tenant)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CheckTenantLicenses(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CreateApplicationBillingPolicyValidation(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DeleteSPOServicePrioritizationAppRegistration(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DeleteSyntexCustomModelSetting(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetBillingPolicyIdForApp(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetContentSecurityPolicy(Microsoft.Online.SharePoint.TenantAdministration.Tenant)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetCopilotPromoOptInStatus(Microsoft.Online.SharePoint.TenantAdministration.Tenant)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetFileRequestBrandingProfiles(Microsoft.Online.SharePoint.TenantAdministration.Tenant)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetOrgAssets(Microsoft.Online.SharePoint.TenantAdministration.Tenant)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetSiteAdministrators(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetSiteCohortsSummary(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetSiteSecondaryAdministrators(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Microsoft.Online.SharePoint.TenantAdministration.SecondaryAdministratorsFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetSiteThumbnailLogo(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetSPOAppBillingPolicies(Microsoft.Online.SharePoint.TenantAdministration.Tenant)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetSPOCopilotPromoUsageStatistics(Microsoft.Online.SharePoint.TenantAdministration.Tenant)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetSPOServicePrioritizationAppRegistrations(Microsoft.Online.SharePoint.TenantAdministration.Tenant)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetSPOServicePrioritizationBillingPayload(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.String, Edm.Guid, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetSPOServicePrioritizationBillingPolicies(Microsoft.Online.SharePoint.TenantAdministration.Tenant)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetSyntexCustomModelSettings(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetTenantSiteCreationSource(Microsoft.Online.SharePoint.TenantAdministration.Tenant)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetTrackViewFeatureAlwaysVisible(Microsoft.Online.SharePoint.TenantAdministration.Tenant)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RemoveFileRequestBrandingProfile(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RemoveFromOrgAssets(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.String, Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SaveFileRequestBrandingAssetConfig(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.String, Edm.String, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetCopilotPromoOptInStatus(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetOrgAssetsWithConfig(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.String, Edm.String, Edm.Int32, Microsoft.SharePoint.BrandCenter.OrgAssetsLibraryConfigParam)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetOrgAssetsWithType(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.String, Edm.String, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetSiteAdministrators(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Microsoft.Online.SharePoint.TenantAdministration.SiteAdministratorsFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetSiteSecondaryAdministrators(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Microsoft.Online.SharePoint.TenantAdministration.SecondaryAdministratorsFieldsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetSiteUserGroups(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Microsoft.Online.SharePoint.TenantAdministration.SiteUserGroupsData)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetSPOServicePrioritizationAppRegistration(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.Guid, Edm.Boolean, Edm.Boolean, Edm.Int32, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetSyntexPaygFeatureActivation(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetTenantDataLossPreventionQuarantineSettings(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SetTrackViewFeatureAlwaysVisible(Microsoft.Online.SharePoint.TenantAdministration.Tenant)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/SwitchFileRequestBrandingProfiles(Microsoft.Online.SharePoint.TenantAdministration.Tenant)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateSyntexCustomModelSetting(Microsoft.Online.SharePoint.TenantAdministration.Tenant, SP.SyntexCustomModelSetting, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/ValidateMultipleHomeSitesParameterExists(Microsoft.Online.SharePoint.TenantAdministration.Tenant, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Add(Collection(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant), Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Remove(Collection(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant), Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetByObjectId(Collection(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant), Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DeleteObject(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Approve(Collection(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest), Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetById(Collection(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest), Edm.Guid)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Approve(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Deny(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipal()">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/GetIsolatedAppDomainsByAppId(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/RemoveAppsToDelete(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal, Collection(Edm.String))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Update(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateSpfxClientSecret(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateSpfxThirdPartyAppId(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateSpfxThirdPartyIsolatedComponentFields(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal, Edm.String, Edm.String, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/UpdateSpfxThirdPartyIsolatedSecret(Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal, Edm.String, Edm.String)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DeleteObject(Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Create(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage, Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationStorageSettings)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/DeleteObject(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/File(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage, Edm.String, Edm.String, Edm.Stream, Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/Update(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/BatchCreate(Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask), Collection(Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationTaskDefinition), Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationTaskSettings, Microsoft.Online.SharePoint.MigrationCenter.Common.MMTaskSettings)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/BatchDelete(Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask), Collection(Edm.Guid), Edm.Boolean)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/BatchUpdate(Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask), Collection(Microsoft.Online.SharePoint.MigrationCenter.Common.BatchUpdatePayload))">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations
                Target="SP.ApiData/CreateDuplicateTasks(Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask), Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationTaskDefinition, Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationTaskSettings, Microsoft.Online.SharePoint.MigrationCenter.Common.MMTaskSettings, Edm.Int32)">
                <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true" />
            </Annotations>
            <Annotations Target="SP.ApiData">
                <ValueAnnotation
                    Term="Com.Microsoft.VisualStudio.CodeGen.GenerateEntitySetProperties"
                    Bool="false" />
            </Annotations>
            <Annotations Target="SP.ListData">
                <ValueAnnotation
                    Term="Com.Microsoft.VisualStudio.CodeGen.GenerateEntitySetProperties"
                    Bool="false" />
            </Annotations>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.Directory">
            <ComplexType Name="GroupNameValidationResultErrorParams">
                <Property Name="BlockedWord" Type="Edm.String" />
                <Property Name="Prefix" Type="Edm.String" />
                <Property Name="Suffix" Type="Edm.String" />
                <Property Name="ValidationErrorCode" Type="Edm.String" />
                <Property Name="ValidationErrorMessage" Type="Edm.String" />
                <Property Name="ValidationPropertyName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GroupNameValidationResult">
                <Property Name="AliasErrorDetails"
                    Type="SP.Directory.GroupNameValidationResultErrorParams" />
                <Property Name="DisplayNameErrorDetails"
                    Type="SP.Directory.GroupNameValidationResultErrorParams" />
                <Property Name="ErrorCode" Type="Edm.String" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="IsValidName" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <EntityType Name="DirectorySession">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="Group" OpenType="true">
                <Key>
                    <PropertyRef Name="id" />
                </Key>
                <Property Name="alias" Type="Edm.String" />
                <Property Name="allowToAddGuests" Type="Edm.Boolean" Nullable="false" />
                <Property Name="assignedLabels" Type="Edm.String" />
                <Property Name="calendarUrl" Type="Edm.String" />
                <Property Name="classification" Type="Edm.String" />
                <Property Name="description" Type="Edm.String" />
                <Property Name="displayName" Type="Edm.String" />
                <Property Name="documentsUrl" Type="Edm.String" />
                <Property Name="editGroupUrl" Type="Edm.String" />
                <Property Name="id" Type="Edm.Guid" Nullable="false" />
                <Property Name="inboxUrl" Type="Edm.String" />
                <Property Name="isDynamic" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isPublic" Type="Edm.Boolean" Nullable="false" />
                <Property Name="mail" Type="Edm.String" />
                <Property Name="notebookUrl" Type="Edm.String" />
                <Property Name="peopleUrl" Type="Edm.String" />
                <Property Name="pictureUrl" Type="Edm.String" />
                <Property Name="principalName" Type="Edm.String" />
                <Property Name="siteUrl" Type="Edm.String" />
                <Property Name="teamsResources" Type="Collection(SP.KeyValue)" />
                <Property Name="yammerResources" Type="Collection(SP.KeyValue)" />
                <NavigationProperty Name="members"
                    Relationship="SP.Directory.SP_Directory_Group_members_SP_Directory_User_membersPartner"
                    ToRole="members" FromRole="membersPartner" />
                <NavigationProperty Name="owners"
                    Relationship="SP.Directory.SP_Directory_Group_owners_SP_Directory_User_ownersPartner"
                    ToRole="owners" FromRole="ownersPartner" />
            </EntityType>
            <EntityType Name="User">
                <Key>
                    <PropertyRef Name="id" />
                </Key>
                <Property Name="aboutMe" Type="Edm.String" />
                <Property Name="accountEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="alias" Type="Edm.String" />
                <Property Name="birthday" Type="Edm.DateTime" Nullable="false" />
                <Property Name="cellPhone" Type="Edm.String" />
                <Property Name="displayName" Type="Edm.String" />
                <Property Name="fax" Type="Edm.String" />
                <Property Name="hireDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="homePhone" Type="Edm.String" />
                <Property Name="id" Type="Edm.Guid" Nullable="false" />
                <Property Name="interests" Type="Collection(Edm.String)" />
                <Property Name="mail" Type="Edm.String" />
                <Property Name="mySite" Type="Edm.String" />
                <Property Name="netId" Type="Edm.String" />
                <Property Name="officeGraphEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="pastProjects" Type="Collection(Edm.String)" />
                <Property Name="pointPublishingPersonalSiteUrl" Type="Edm.String" />
                <Property Name="preferredName" Type="Edm.String" />
                <Property Name="principalName" Type="Edm.String" />
                <Property Name="responsibilities" Type="Collection(Edm.String)" />
                <Property Name="schools" Type="Collection(Edm.String)" />
                <Property Name="serviceInfo" Type="Collection(Edm.String)" />
                <Property Name="sharePointAddTopicHighlightFirstRun" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointContentBarViewsTeachingBubble" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointConversationsLinkFirstRun" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointFiltersPaneFirstRun" Type="Edm.Boolean" Nullable="false" />
                <Property Name="sharePointFollowedDocumentsMigrated" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointFollowedSitesMigrated" Type="Edm.Boolean" Nullable="false" />
                <Property Name="sharePointFollowedSitesMigrated2" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointFollowedSitesMigratedToSPO" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointHomeCreateNewsTeachingBubble" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointHomeFirstRun" Type="Edm.Boolean" Nullable="false" />
                <Property Name="sharePointHomeMobileUpsell" Type="Edm.Boolean" Nullable="false" />
                <Property Name="sharePointHomeRefreshFirstRun" Type="Edm.Boolean" Nullable="false" />
                <Property Name="sharePointKnowledgeCenterFirstRun" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointKnowledgeManagementTopicPageFirstRun" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointLibrariesFirstRun" Type="Edm.Boolean" Nullable="false" />
                <Property Name="sharePointListsFirstRun" Type="Edm.Boolean" Nullable="false" />
                <Property Name="sharePointListsGoMobileFirstRun" Type="Edm.Boolean" Nullable="false" />
                <Property Name="sharePointListsHomeFirstRun" Type="Edm.Boolean" Nullable="false" />
                <Property Name="sharePointModernDocSetsFirstRun" Type="Edm.Boolean" Nullable="false" />
                <Property Name="sharePointModernHomepageFirstRun" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointNewsDigestTeachingBubble" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointNewsDigestTeachingBubbleHomePage" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointOneDriveBusinessFirstRun" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointPageAuthoringFirstRun" Type="Edm.Boolean" Nullable="false" />
                <Property Name="sharePointPictureUrl" Type="Edm.String" />
                <Property Name="sharePointProfileId" Type="Edm.Guid" Nullable="false" />
                <Property Name="sharePointSaveForLaterTeachingBubble" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointTeamsTeachingBubble" Type="Edm.Boolean" Nullable="false" />
                <Property Name="sharePointTopicAutoHighlightFirstRun" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointTopicManualHighlightFirstRun" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointTopicPageEditFirstRun" Type="Edm.Boolean" Nullable="false" />
                <Property Name="sharePointTopicPagePrivacyPermissionFirstRun" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="sharePointTopicPagePublishFirstRun" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="skills" Type="Collection(Edm.String)" />
                <Property Name="tags" Type="Collection(Edm.String)" />
                <Property Name="tenantInstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="userType" Type="Edm.String" />
                <NavigationProperty Name="membership"
                    Relationship="SP.Directory.SP_Directory_User_membership_SP_Directory_Group_membershipPartner"
                    ToRole="membership" FromRole="membershipPartner" />
                <NavigationProperty Name="ownership"
                    Relationship="SP.Directory.SP_Directory_User_ownership_SP_Directory_Group_ownershipPartner"
                    ToRole="ownership" FromRole="ownershipPartner" />
                <NavigationProperty Name="rankedMembership"
                    Relationship="SP.Directory.SP_Directory_User_rankedMembership_SP_Directory_Group_rankedMembershipPartner"
                    ToRole="rankedMembership" FromRole="rankedMembershipPartner" />
            </EntityType>
            <EntityType Name="Link">
                <Key>
                    <PropertyRef Name="id" />
                </Key>
                <Property Name="id" Type="Edm.Guid" Nullable="false" />
                <Property Name="objectSubtype" Type="Edm.Int32" Nullable="false" />
                <Property Name="objectType" Type="Edm.String" />
            </EntityType>
            <EntityType Name="GroupAndUserStatus">
                <Key>
                    <PropertyRef Name="Status" />
                </Key>
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Group"
                    Relationship="SP.Directory.SP_Directory_GroupAndUserStatus_Group_SP_Directory_Group_GroupPartner"
                    ToRole="Group" FromRole="GroupPartner" />
            </EntityType>
            <EntityType Name="MembershipResult">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="GroupsList" Type="Collection(Edm.Guid)" Nullable="false" />
            </EntityType>
            <EntityType Name="MembersInfo">
                <Key>
                    <PropertyRef Name="TotalCount" />
                </Key>
                <Property Name="MemberNames" Type="Collection(Edm.String)" />
                <Property Name="TotalCount" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="MyGroupsResult">
                <Key>
                    <PropertyRef Name="HasNext" />
                </Key>
                <Property Name="HasNext" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasPrev" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <Association Name="SP_Directory_Group_members_SP_Directory_User_membersPartner">
                <End Type="SP.Directory.User" Role="members" Multiplicity="*" />
                <End Type="SP.Directory.Group" Role="membersPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Directory_Group_owners_SP_Directory_User_ownersPartner">
                <End Type="SP.Directory.User" Role="owners" Multiplicity="*" />
                <End Type="SP.Directory.Group" Role="ownersPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Directory_User_membership_SP_Directory_Group_membershipPartner">
                <End Type="SP.Directory.Group" Role="membership" Multiplicity="*" />
                <End Type="SP.Directory.User" Role="membershipPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Directory_User_ownership_SP_Directory_Group_ownershipPartner">
                <End Type="SP.Directory.Group" Role="ownership" Multiplicity="*" />
                <End Type="SP.Directory.User" Role="ownershipPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Directory_User_rankedMembership_SP_Directory_Group_rankedMembershipPartner">
                <End Type="SP.Directory.Group" Role="rankedMembership" Multiplicity="*" />
                <End Type="SP.Directory.User" Role="rankedMembershipPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Directory_GroupAndUserStatus_Group_SP_Directory_Group_GroupPartner">
                <End Type="SP.Directory.Group" Role="Group" Multiplicity="0..1" />
                <End Type="SP.Directory.GroupAndUserStatus" Role="GroupPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Office.Server.ContentCenter">
            <ComplexType Name="ColumnDef">
                <Property Name="CustomFormatter" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Type" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteCreationProperties">
                <Property Name="CompatibilityLevel" Type="Edm.Int32" Nullable="false" />
                <Property Name="Lcid" Type="Edm.String" />
                <Property Name="Owner" Type="Edm.String" />
                <Property Name="OwnerName" Type="Edm.String" />
                <Property Name="SiteUniName" Type="Edm.String" />
                <Property Name="TimeZoneId" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPClassificationPublishConfig">
                <Property Name="ClassifierId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ColumnName" Type="Edm.String" />
                <Property Name="ColumnType" Type="Edm.String" />
                <Property Name="ContentType" Type="Edm.String" />
                <Property Name="Kind" Type="Edm.String" />
                <Property Name="ModelClassification" Type="Edm.String" />
                <Property Name="ModelId" Type="Edm.String" />
                <Property Name="RetentionLabel"
                    Type="Microsoft.Office.Server.ContentCenter.SPRetentionLabelConfig" />
                <Property Name="SensitivityLabel"
                    Type="Microsoft.Office.Server.ContentCenter.SPSensitivityLabelConfig" />
            </ComplexType>
            <ComplexType Name="SPRetentionLabelConfig">
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPSensitivityLabelConfig">
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPDependentModel">
                <Property Name="LastRefereshedTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ModelId" Type="Edm.String" />
                <Property Name="ModelType" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPExtractorPublishConfig">
                <Property Name="ColumnInternalName" Type="Edm.String" />
                <Property Name="ColumnName" Type="Edm.String" />
                <Property Name="ColumnType" Type="Edm.String" />
                <Property Name="ExtractorId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPModelDependencies">
                <Property Name="DependentModels"
                    Type="Collection(Microsoft.Office.Server.ContentCenter.SPDependentModel)" />
            </ComplexType>
            <ComplexType Name="SPModelPublishConfig">
                <Property Name="ClassificationPublishConfigs"
                    Type="Collection(Microsoft.Office.Server.ContentCenter.SPClassificationPublishConfig)" />
                <Property Name="ExtractorPublishConfigs"
                    Type="Collection(Microsoft.Office.Server.ContentCenter.SPExtractorPublishConfig)" />
            </ComplexType>
            <ComplexType Name="SPMachineLearningPublicationEntityData">
                <Property Name="ModelUniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RemoveSitePromotionEnabled" Type="Edm.Boolean" />
                <Property Name="TargetLibraryServerRelativeUrl" Type="Edm.String" />
                <Property Name="TargetSiteUrl" Type="Edm.String" />
                <Property Name="TargetTableListServerRelativeUrl" Type="Edm.String" />
                <Property Name="TargetWebServerRelativeUrl" Type="Edm.String" />
                <Property Name="ViewOption" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPMachineLearningPublicationResult">
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="Publication"
                    Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData" />
                <Property Name="StatusCode" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <EntityType Name="CDSMetadata">
                <Key>
                    <PropertyRef Name="FriendlyName" />
                </Key>
                <Property Name="FriendlyName" Type="Edm.String" Nullable="false" />
                <Property Name="InstanceUrl" Type="Edm.String" />
                <Property Name="ResourceId" Type="Edm.String" />
            </EntityType>
            <EntityType Name="DefaultContentCenterSiteInfo">
                <Key>
                    <PropertyRef Name="SiteId" />
                </Key>
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteName" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="SPMachineLearningEnabled">
                <Key>
                    <PropertyRef Name="IsCopilotLicenseEnabled" />
                </Key>
                <Property Name="IsCopilotLicenseEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSyntexPAYGEnabled" Type="Edm.Boolean" />
                <Property Name="MachineLearningCaptureEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MachineLearningExperienceEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="TenantSyntexEnabled" Type="Edm.Boolean" />
                <Property Name="TenantSyntexV2Enabled" Type="Edm.Boolean" />
                <Property Name="UserSyntexEnabled" Type="Edm.Boolean" />
                <Property Name="UserSyntexV2Enabled" Type="Edm.Boolean" />
            </EntityType>
            <EntityType Name="SPMachineLearningHub">
                <Key>
                    <PropertyRef Name="IsDefaultContentCenter" />
                </Key>
                <Property Name="IsDefaultContentCenter" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MachineLearningCaptureEnabled" Type="Edm.Boolean" Nullable="false" />
                <NavigationProperty Name="AgreementWorkItems"
                    Relationship="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_AgreementWorkItems_Microsoft_Office_Server_ContentCenter_SPMachineLearningWorkItem_AgreementWorkItemsPartner"
                    ToRole="AgreementWorkItems" FromRole="AgreementWorkItemsPartner" />
                <NavigationProperty Name="DefaultContentCenter"
                    Relationship="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_DefaultContentCenter_Microsoft_Office_Server_ContentCenter_DefaultContentCenterSiteInfo_DefaultContentCenterPartner"
                    ToRole="DefaultContentCenter" FromRole="DefaultContentCenterPartner" />
                <NavigationProperty Name="MachineLearningEnabled"
                    Relationship="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_MachineLearningEnabled_Microsoft_Office_Server_ContentCenter_SPMachineLearningEnabled_MachineLearningEnabledPartner"
                    ToRole="MachineLearningEnabled" FromRole="MachineLearningEnabledPartner" />
                <NavigationProperty Name="Models"
                    Relationship="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_Models_Microsoft_Office_Server_ContentCenter_SPMachineLearningModel_ModelsPartner"
                    ToRole="Models" FromRole="ModelsPartner" />
                <NavigationProperty Name="Publications"
                    Relationship="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_Publications_Microsoft_Office_Server_ContentCenter_SPMachineLearningPublication_PublicationsPartner"
                    ToRole="Publications" FromRole="PublicationsPartner" />
                <NavigationProperty Name="Samples"
                    Relationship="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_Samples_Microsoft_Office_Server_ContentCenter_SPMachineLearningSample_SamplesPartner"
                    ToRole="Samples" FromRole="SamplesPartner" />
                <NavigationProperty Name="SyntexContext"
                    Relationship="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_SyntexContext_Microsoft_Office_Server_ContentCenter_SyntexContext_SyntexContextPartner"
                    ToRole="SyntexContext" FromRole="SyntexContextPartner" />
                <NavigationProperty Name="WorkItems"
                    Relationship="Microsoft.Office.Server.ContentCenter.Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_WorkItems_Microsoft_Office_Server_ContentCenter_SPMachineLearningWorkItem_WorkItemsPartner"
                    ToRole="WorkItems" FromRole="WorkItemsPartner" />
            </EntityType>
            <EntityType Name="SPMachineLearningWorkItem">
                <Key>
                    <PropertyRef Name="Created" />
                </Key>
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DeliverDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="ID" Type="Edm.Guid" Nullable="false" />
                <Property Name="Status" Type="Edm.String" />
                <Property Name="StatusCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="TargetServerRelativeUrl" Type="Edm.String" />
                <Property Name="TargetSiteId" Type="Edm.Guid" />
                <Property Name="TargetSiteUrl" Type="Edm.String" />
                <Property Name="TargetUniqueId" Type="Edm.Guid" />
                <Property Name="TargetWebId" Type="Edm.Guid" />
                <Property Name="TargetWebServerRelativeUrl" Type="Edm.String" />
                <Property Name="Type" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="SPMachineLearningModel">
                <Key>
                    <PropertyRef Name="AIBuilderHybridModelType" />
                </Key>
                <Property Name="AIBuilderHybridModelType" Type="Edm.String" Nullable="false" />
                <Property Name="AzureCognitivePrebuiltModelName" Type="Edm.String" />
                <Property Name="BaseContentTypeName" Type="Edm.String" />
                <Property Name="ConfidenceScore" Type="Edm.String" />
                <Property Name="ContentTypeGroup" Type="Edm.String" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="ContentTypeName" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CreatedBy" Type="Edm.String" />
                <Property Name="ModelDependencies"
                    Type="Microsoft.Office.Server.ContentCenter.SPModelDependencies" />
                <Property Name="DriveId" Type="Edm.String" />
                <Property Name="Explanations" Type="Edm.String" />
                <Property Name="ExtractorFieldMapping" Type="Edm.String" />
                <Property Name="ID" Type="Edm.Int32" Nullable="false" />
                <Property Name="LastTrained" Type="Edm.DateTime" />
                <Property Name="ListID" Type="Edm.Guid" Nullable="false" />
                <Property Name="ManagementAllowed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ModelName" Type="Edm.String" />
                <Property Name="ModelPublishConfig"
                    Type="Microsoft.Office.Server.ContentCenter.SPModelPublishConfig" />
                <Property Name="ModelRules" Type="Edm.String" />
                <Property Name="ModelSettings" Type="Edm.String" />
                <Property Name="ModelType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ModelTypeAsString" Type="Edm.String" />
                <Property Name="ModelTypeInternalName" Type="Edm.String" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ModifiedBy" Type="Edm.String" />
                <Property Name="ObjectId" Type="Edm.String" />
                <Property Name="PublicationType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Schemas" Type="Edm.String" />
                <Property Name="SourceSiteUrl" Type="Edm.String" />
                <Property Name="SourceUrl" Type="Edm.String" />
                <Property Name="SourceWebServerRelativeUrl" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="SPMachineLearningPublication">
                <Key>
                    <PropertyRef Name="Created" />
                </Key>
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CreatedBy" Type="Edm.String" />
                <Property Name="DriveId" Type="Edm.String" />
                <Property Name="HasTargetSitePermission" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ID" Type="Edm.Int32" Nullable="false" />
                <Property Name="ModelId" Type="Edm.Int32" Nullable="false" />
                <Property Name="ModelName" Type="Edm.String" />
                <Property Name="ModelType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ModelUniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ModelVersion" Type="Edm.String" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ModifiedBy" Type="Edm.String" />
                <Property Name="ObjectId" Type="Edm.String" />
                <Property Name="PublicationType" Type="Edm.Int32" Nullable="false" />
                <Property Name="TargetLibraryId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TargetLibraryName" Type="Edm.String" />
                <Property Name="TargetLibraryRemoved" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TargetLibraryServerRelativeUrl" Type="Edm.String" />
                <Property Name="TargetLibraryUrl" Type="Edm.String" />
                <Property Name="TargetSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TargetSiteUrl" Type="Edm.String" />
                <Property Name="TargetTableListId" Type="Edm.Guid" />
                <Property Name="TargetTableListName" Type="Edm.String" />
                <Property Name="TargetTableListRemoved" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TargetTableListServerRelativeUrl" Type="Edm.String" />
                <Property Name="TargetTableListUrl" Type="Edm.String" />
                <Property Name="TargetWebId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TargetWebName" Type="Edm.String" />
                <Property Name="TargetWebServerRelativeUrl" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ViewOption" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SPMachineLearningSample">
                <Key>
                    <PropertyRef Name="Created" />
                </Key>
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CreatedBy" Type="Edm.String" />
                <Property Name="CreatedByName" Type="Edm.String" />
                <Property Name="DriveId" Type="Edm.String" />
                <Property Name="Etag" Type="Edm.String" />
                <Property Name="ExtractedText" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileType" Type="Edm.String" />
                <Property Name="FSObjType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ID" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListID" Type="Edm.Guid" Nullable="false" />
                <Property Name="Markups" Type="Edm.String" />
                <Property Name="ModelIds" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ModifiedBy" Type="Edm.String" />
                <Property Name="ModifiedByName" Type="Edm.String" />
                <Property Name="ObjectId" Type="Edm.String" />
                <Property Name="ServerRedirectedEmbedUri" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TokenEndPosition" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="TokenStartPosition" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="SyntexContext">
                <Key>
                    <PropertyRef Name="SyntexAIBuilderEnabled" />
                </Key>
                <Property Name="SyntexAIBuilderEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SyntexDocumentUnderstandingEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="SyntexPrebuiltEnabled" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="SPMachineLearningModelEntityData">
                <Key>
                    <PropertyRef Name="Accuracy" />
                </Key>
                <Property Name="Accuracy" Type="Edm.Single" Nullable="false" />
                <Property Name="AIBuilderHybridModelEnvironment" Type="Edm.String" />
                <Property Name="AIBuilderHybridModelHostName" Type="Edm.String" />
                <Property Name="AIBuilderHybridModelInTestEnvironment" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AzureCognitivePrebuiltModelName" Type="Edm.String" />
                <Property Name="BaseContentTypeName" Type="Edm.String" />
                <Property Name="AIBuilderHybridModelType" Type="Edm.String" />
                <Property Name="ColumnId" Type="Edm.String" />
                <Property Name="ColumnName" Type="Edm.String" />
                <Property Name="Columns"
                    Type="Collection(Microsoft.Office.Server.ContentCenter.ColumnDef)" />
                <Property Name="ColumnType" Type="Edm.String" />
                <Property Name="ContentTypeGroup" Type="Edm.String" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="ContentTypeName" Type="Edm.String" />
                <Property Name="Explanations" Type="Edm.String" />
                <Property Name="LastTrained" Type="Edm.DateTime" />
                <Property Name="Locale" Type="Edm.String" />
                <Property Name="ModelName" Type="Edm.String" />
                <Property Name="ModelSettings" Type="Edm.String" />
                <Property Name="ModelType" Type="Edm.String" />
                <Property Name="SampleFileUniqueIds" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="Schemas" Type="Edm.String" />
                <Property Name="TableLinkColumns"
                    Type="Collection(Microsoft.Office.Server.ContentCenter.ColumnDef)" />
            </EntityType>
            <EntityType Name="SPMachineLearningPublicationsEntityData">
                <Key>
                    <PropertyRef Name="Comment" />
                </Key>
                <Property Name="Comment" Type="Edm.String" Nullable="false" />
                <Property Name="isTileViewEnabled" Type="Edm.Boolean" />
                <Property Name="ModelSiteUrl" Type="Edm.String" />
                <Property Name="ModelWebServerRelativeUrl" Type="Edm.String" />
                <Property Name="Promote" Type="Edm.Boolean" />
                <Property Name="Publications"
                    Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationEntityData)" />
                <Property Name="PublicationType" Type="Edm.Int32" />
            </EntityType>
            <EntityType Name="SPMachineLearningPublicationsResult">
                <Key>
                    <PropertyRef Name="TotalFailures" />
                </Key>
                <Property Name="Details"
                    Type="Collection(Microsoft.Office.Server.ContentCenter.SPMachineLearningPublicationResult)" />
                <Property Name="TotalFailures" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalSuccesses" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="SPMachineLearningSampleEntityData">
                <Key>
                    <PropertyRef Name="ExtractedText" />
                </Key>
                <Property Name="ExtractedText" Type="Edm.String" Nullable="false" />
                <Property Name="Markups" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SPMachineLearningWorkItemEntityData">
                <Key>
                    <PropertyRef Name="ExtraPropertyList" />
                </Key>
                <Property Name="ExtraPropertyList" Type="Edm.String" Nullable="false" />
                <Property Name="IsFolder" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ParentJobId" Type="Edm.Guid" />
                <Property Name="ProfileName" Type="Edm.String" />
                <Property Name="TargetServerRelativeUrl" Type="Edm.String" />
                <Property Name="TargetSiteId" Type="Edm.Guid" />
                <Property Name="TargetSiteUrl" Type="Edm.String" />
                <Property Name="TargetUniqueId" Type="Edm.Guid" />
                <Property Name="TargetWebId" Type="Edm.Guid" />
                <Property Name="TargetWebServerRelativeUrl" Type="Edm.String" />
                <Property Name="Type" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="SyntexModelsLandingInfo">
                <Key>
                    <PropertyRef Name="DocumentUnderstandingModelDisplayName" />
                </Key>
                <Property Name="DocumentUnderstandingModelDisplayName" Type="Edm.String"
                    Nullable="false" />
                <Property Name="DocumentUnderstandingModelLandingUrl" Type="Edm.String" />
                <Property Name="FormProcessingModelDisplayName" Type="Edm.String" />
                <Property Name="FormProcessingModelLandingUrl" Type="Edm.String" />
            </EntityType>
            <Association
                Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_AgreementWorkItems_Microsoft_Office_Server_ContentCenter_SPMachineLearningWorkItem_AgreementWorkItemsPartner">
                <End Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem"
                    Role="AgreementWorkItems" Multiplicity="*" />
                <End Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub"
                    Role="AgreementWorkItemsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_DefaultContentCenter_Microsoft_Office_Server_ContentCenter_DefaultContentCenterSiteInfo_DefaultContentCenterPartner">
                <End Type="Microsoft.Office.Server.ContentCenter.DefaultContentCenterSiteInfo"
                    Role="DefaultContentCenter" Multiplicity="0..1" />
                <End Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub"
                    Role="DefaultContentCenterPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_MachineLearningEnabled_Microsoft_Office_Server_ContentCenter_SPMachineLearningEnabled_MachineLearningEnabledPartner">
                <End Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningEnabled"
                    Role="MachineLearningEnabled" Multiplicity="0..1" />
                <End Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub"
                    Role="MachineLearningEnabledPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_Models_Microsoft_Office_Server_ContentCenter_SPMachineLearningModel_ModelsPartner">
                <End Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningModel"
                    Role="Models" Multiplicity="*" />
                <End Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub"
                    Role="ModelsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_Publications_Microsoft_Office_Server_ContentCenter_SPMachineLearningPublication_PublicationsPartner">
                <End Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningPublication"
                    Role="Publications" Multiplicity="*" />
                <End Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub"
                    Role="PublicationsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_Samples_Microsoft_Office_Server_ContentCenter_SPMachineLearningSample_SamplesPartner">
                <End Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningSample"
                    Role="Samples" Multiplicity="*" />
                <End Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub"
                    Role="SamplesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_SyntexContext_Microsoft_Office_Server_ContentCenter_SyntexContext_SyntexContextPartner">
                <End Type="Microsoft.Office.Server.ContentCenter.SyntexContext" Role="SyntexContext"
                    Multiplicity="0..1" />
                <End Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub"
                    Role="SyntexContextPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Office_Server_ContentCenter_SPMachineLearningHub_WorkItems_Microsoft_Office_Server_ContentCenter_SPMachineLearningWorkItem_WorkItemsPartner">
                <End Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningWorkItem"
                    Role="WorkItems" Multiplicity="*" />
                <End Type="Microsoft.Office.Server.ContentCenter.SPMachineLearningHub"
                    Role="WorkItemsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.CompliancePolicy">
            <ComplexType Name="PendingReviewItemsStatistics">
                <Property Name="LabelId" Type="Edm.String" />
                <Property Name="LabelName" Type="Edm.String" />
                <Property Name="PendingReviewItemsCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ComplianceTag">
                <Property Name="AcceptMessagesOnlyFromSendersOrMembers" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AccessType" Type="Edm.String" />
                <Property Name="AllowAccessFromUnmanagedDevice" Type="Edm.String" />
                <Property Name="AutoDelete" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BlockDelete" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BlockEdit" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ComplianceFlags" Type="Edm.Int32" Nullable="false" />
                <Property Name="ContainsSiteLabel" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="EncryptionRMSTemplateId" Type="Edm.String" />
                <Property Name="HasRetentionAction" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsEventTag" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MultiStageReviewerEmail" Type="Edm.String" />
                <Property Name="NextStageComplianceTag" Type="Edm.String" />
                <Property Name="Notes" Type="Edm.String" />
                <Property Name="RequireSenderAuthenticationEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ReviewerEmail" Type="Edm.String" />
                <Property Name="SharingCapabilities" Type="Edm.String" />
                <Property Name="SuperLock" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TagDuration" Type="Edm.Int32" Nullable="false" />
                <Property Name="TagId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TagName" Type="Edm.String" />
                <Property Name="TagRetentionBasedOn" Type="Edm.String" />
                <Property Name="UnlockedAsDefault" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="DlpClassificationResult">
                <Property Name="ClassificationId" Type="Edm.String" />
                <Property Name="Confidence" Type="Edm.Int32" Nullable="false" />
                <Property Name="Count" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <EntityType Name="PolicyEvaluationInfo">
                <Key>
                    <PropertyRef Name="DlpAccessScope" />
                </Key>
                <Property Name="ApplicablePolicies" Type="Collection(Edm.String)" />
                <Property Name="DlpAccessScope" Type="Edm.Int32" Nullable="false" />
                <Property Name="MatchedRules" Type="Collection(Edm.String)" />
                <Property Name="OverriddenRules" Type="Collection(Edm.String)" />
            </EntityType>
            <EntityType Name="SPPolicyStoreProxy">
                <Key>
                    <PropertyRef Name="PolicyStoreUrl" />
                </Key>
                <Property Name="PolicyStoreUrl" Type="Edm.String" Nullable="false" />
                <Property Name="ReviewCenterUrl" Type="Edm.String" />
                <Property Name="SupportContentTypeRetention" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="SPSitePreservationUtility" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="SP.ComplianceFoundation.Models">
            <ComplexType Name="ComplianceTagInfo">
                <Property Name="IsRecord" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRegulatory" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShouldKeep" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TagName" Type="Edm.String" />
                <Property Name="UnifiedRuleId" Type="Edm.Guid" Nullable="false" />
                <Property Name="UnifiedTagId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PreservedCloudAttachment">
                <Property Name="CompositeDocumentId" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="SP.MetadataNavigation">
            <ComplexType Name="ConfiguredMetadataNavigationItemCollection">
                <Property Name="Items"
                    Type="Collection(SP.MetadataNavigation.ConfiguredMetadataNavigationItem)" />
            </ComplexType>
            <ComplexType Name="ConfiguredMetadataNavigationItem">
                <Property Name="FieldDisplayName" Type="Edm.String" />
                <Property Name="FieldTitle" Type="Edm.String" />
                <Property Name="FieldTypeAsString" Type="Edm.String" />
                <Property Name="IsContentTypeField" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsFolderHierarchy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsHierarchy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMultiValueLookup" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsTaxonomyField" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <EntityType Name="MetadataNavigationSettings">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="MS.FileServices">
            <ComplexType Name="UserInformation">
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Puid" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="FileSystemItem" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="CreatedBy" Type="MS.FileServices.UserInformation" />
                <Property Name="ETag" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" Nullable="false" />
                <Property Name="LastModifiedBy" Type="MS.FileServices.UserInformation" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Size" Type="Edm.Int32" Nullable="false" />
                <Property Name="TimeCreated" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TimeLastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
            </EntityType>
            <EntityType Name="File" BaseType="MS.FileServices.FileSystemItem" />
            <EntityType Name="FileService" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="Folder" BaseType="MS.FileServices.FileSystemItem">
                <Property Name="ChildrenCount" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Children"
                    Relationship="MS.FileServices.MS_FileServices_Folder_Children_MS_FileServices_FileSystemItem_ChildrenPartner"
                    ToRole="Children" FromRole="ChildrenPartner" />
            </EntityType>
            <EntityType Name="MeFileService" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <Association
                Name="MS_FileServices_Folder_Children_MS_FileServices_FileSystemItem_ChildrenPartner">
                <End Type="MS.FileServices.FileSystemItem" Role="Children" Multiplicity="*" />
                <End Type="MS.FileServices.Folder" Role="ChildrenPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Online.SharePoint.MultiGeo.Service">
            <ComplexType Name="SerilizableMoveJobEntityData">
                <Property Name="ApiVersion" Type="Edm.String" />
                <Property Name="BatchId" Type="Edm.Guid" Nullable="false" />
                <Property Name="CancelTriggeredBy" Type="Edm.String" />
                <Property Name="DestinationDataLocation" Type="Edm.String" />
                <Property Name="Direction" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="FinishedDateInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsReadOnlyAlertRaised" Type="Edm.Boolean" Nullable="false" />
                <Property Name="JobPhase" Type="Edm.Int32" Nullable="false" />
                <Property Name="Notify" Type="Edm.String" />
                <Property Name="Option" Type="Edm.Int32" Nullable="false" />
                <Property Name="PreferredMoveBeginDateInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="PreferredMoveEndDateInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Reserve" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SourceDataLocation" Type="Edm.String" />
                <Property Name="State" Type="Edm.Int32" Nullable="false" />
                <Property Name="SubType" Type="Edm.Int32" Nullable="false" />
                <Property Name="TriggeredBy" Type="Edm.String" />
                <Property Name="Type" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CommonMoveJobEntityData"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.SerilizableMoveJobEntityData">
                <Property Name="EnableRestoreOnSiteToMove" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableSiteToMoveDatastore" Type="Edm.Boolean" Nullable="false" />
                <Property Name="GroupName" Type="Edm.String" />
                <Property Name="HasOdbInSourceDataLocation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SourceCompanyId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SourceInstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SourceMySiteHostUrl" Type="Edm.String" />
                <Property Name="SourceSiteSubscriptionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SourceSiteUrl" Type="Edm.String" />
                <Property Name="TargetCompanyId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TargetFarmId" Type="Edm.String" />
                <Property Name="TargetInstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TargetSiteSubscriptionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TargetSiteUrl" Type="Edm.String" />
                <Property Name="TenantMergeSourceMySiteHostUrl" Type="Edm.String" />
                <Property Name="TenantMergeTargetMySiteHostUrl" Type="Edm.String" />
                <Property Name="UserPrincipalName" Type="Edm.String" />
                <Property Name="ValidationResult" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CommonMoveJob"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.CommonMoveJobEntityData">
                <Property Name="IsContentMoved" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StartedDateInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StateName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GeoAdministratorEntityData">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="LoginName" Type="Edm.String" />
                <Property Name="MemberType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ObjectId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="GeoMoveTenantPropertyCompatibilityCheck">
                <Property Name="GeoMoveTenantPropertyCheckResult" Type="Edm.Int32" Nullable="false" />
                <Property Name="PropertyName" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="AllowedDataLocationEntityData">
                <Key>
                    <PropertyRef Name="appId" />
                </Key>
                <Property Name="appId" Type="Edm.String" Nullable="false" />
                <Property Name="domain" Type="Edm.String" />
                <Property Name="isDefault" Type="Edm.Boolean" Nullable="false" />
                <Property Name="location" Type="Edm.String" />
            </EntityType>
            <EntityType Name="AllowedDataLocation"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocationEntityData" />
            <EntityType Name="CompatibleDB">
                <Key>
                    <PropertyRef Name="HealthScore" />
                </Key>
                <Property Name="HealthScore" Type="Edm.Int32" Nullable="false" />
                <Property Name="NormalizedDatabaseId" Type="Edm.String" />
                <Property Name="RestoreCount" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="ContentDbSchemaVersion">
                <Key>
                    <PropertyRef Name="Version" />
                </Key>
                <Property Name="Version" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="MoveJobEntityData" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="ApiVersion" Type="Edm.String" />
                <Property Name="BatchId" Type="Edm.Guid" Nullable="false" />
                <Property Name="CancelTriggeredBy" Type="Edm.String" />
                <Property Name="DestinationDataLocation" Type="Edm.String" />
                <Property Name="Direction" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="FinishedDateInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsReadOnlyAlertRaised" Type="Edm.Boolean" Nullable="false" />
                <Property Name="JobPhase" Type="Edm.Int32" Nullable="false" />
                <Property Name="Notify" Type="Edm.String" />
                <Property Name="Option" Type="Edm.Int32" Nullable="false" />
                <Property Name="PreferredMoveBeginDateInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="PreferredMoveEndDateInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Reserve" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SourceDataLocation" Type="Edm.String" />
                <Property Name="State" Type="Edm.Int32" Nullable="false" />
                <Property Name="SubType" Type="Edm.Int32" Nullable="false" />
                <Property Name="TriggeredBy" Type="Edm.String" />
                <Property Name="Type" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="GroupMoveJobEntityData"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.MoveJobEntityData">
                <Property Name="GroupName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="CrossFarmGroupMoveJob"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob">
                <Property Name="IsContentMoved" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StartedDateInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StateName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SiteMoveJobEntityData"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.MoveJobEntityData">
                <Property Name="EnableRestoreOnSiteToMove" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableSiteToMoveDatastore" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SourceCompanyId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SourceInstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SourceMySiteHostUrl" Type="Edm.String" />
                <Property Name="SourceSiteSubscriptionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SourceSiteUrl" Type="Edm.String" />
                <Property Name="TargetCompanyId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TargetFarmId" Type="Edm.String" />
                <Property Name="TargetInstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TargetSiteSubscriptionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TargetSiteUrl" Type="Edm.String" />
                <Property Name="TenantMergeSourceMySiteHostUrl" Type="Edm.String" />
                <Property Name="TenantMergeTargetMySiteHostUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="CrossFarmSiteMoveJobEntityData"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData">
                <Property Name="TextPayload" Type="Edm.String" />
                <Property Name="WorkflowData" Type="Edm.String" />
            </EntityType>
            <EntityType Name="CrossFarmSiteMoveJob"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJobEntityData">
                <Property Name="IsContentMoved" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StartedDateInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StateName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="UserMoveJobEntityData"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.MoveJobEntityData">
                <Property Name="HasOdbInSourceDataLocation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UserPrincipalName" Type="Edm.String" />
                <Property Name="ValidationResult" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="CrossFarmUserMoveJobEntityData"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJobEntityData">
                <Property Name="TextPayload" Type="Edm.String" />
                <Property Name="WorkflowData" Type="Edm.String" />
            </EntityType>
            <EntityType Name="CrossFarmUserMoveJob"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJobEntityData">
                <Property Name="IsContentMoved" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StartedDateInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StateName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="CrossGeoTenantBYOK">
                <Key>
                    <PropertyRef Name="BYOKEnabled" />
                </Key>
                <Property Name="BYOKEnabled" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="CrossGeoTenantCompatibility">
                <Key>
                    <PropertyRef Name="AbsCredentialsCount" />
                </Key>
                <Property Name="AbsCredentialsCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="BackupRestoreCompatibleDBSchemaVersion" Type="Edm.String" />
                <Property Name="DbExtensionSchemaNames" Type="Collection(Edm.String)" />
                <Property Name="DbExtensionSchemaVersions" Type="Collection(Edm.String)" />
                <Property Name="DBSchemaSHA512Hash" Type="Edm.String" />
                <Property Name="DbSchemaVersion" Type="Edm.String" />
            </EntityType>
            <EntityType Name="CrossGeoTenantPropertyEntityData">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="GeoLocation" Type="Edm.String" />
                <Property Name="IsDeleted" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="Value" Type="Edm.String" />
            </EntityType>
            <EntityType Name="CrossGeoTenantProperty"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantPropertyEntityData">
                <Property Name="LastModifiedTimeInUtc" Type="Edm.DateTime" Nullable="false" />
            </EntityType>
            <EntityType Name="CrossGeoUserPlacementJobEntityData">
                <Key>
                    <PropertyRef Name="TenantMySiteUrl" />
                </Key>
                <Property Name="TenantMySiteUrl" Type="Edm.String" Nullable="false" />
                <Property Name="UserObjectId" Type="Edm.Guid" Nullable="false" />
                <Property Name="UserPrincipalName" Type="Edm.String" />
                <Property Name="WorkitemId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="CrossGeoUserPlacementJob"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoUserPlacementJobEntityData" />
            <EntityType Name="DBLevelWorkItemEntityData">
                <Key>
                    <PropertyRef Name="ItemGuid" />
                </Key>
                <Property Name="ItemGuid" Type="Edm.Guid" Nullable="false" />
                <Property Name="NormalizedDatabaseId" Type="Edm.String" />
                <Property Name="ScenarioSubType" Type="Edm.Guid" Nullable="false" />
                <Property Name="ScenarioType" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteSubscriptionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TextPayload" Type="Edm.String" />
                <Property Name="WorkItemId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="DBLevelWorkItem">
                <Key>
                    <PropertyRef Name="WorkItemId" />
                </Key>
                <Property Name="WorkItemId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="DBSchemaCompatibilityCheck">
                <Key>
                    <PropertyRef Name="CompatibilityResult" />
                </Key>
                <Property Name="CompatibilityResult" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="SiteAtTargetEntityData">
                <Key>
                    <PropertyRef Name="NormalizedContentDBIdAtSource" />
                </Key>
                <Property Name="NormalizedContentDBIdAtSource" Type="Edm.String" Nullable="false" />
                <Property Name="NormalizedContentDBIdAtTarget" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="DeleteTargetSiteEntity">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="DfDeprecationSiteEntityData">
                <Key>
                    <PropertyRef Name="sourceSiteUrl" />
                </Key>
                <Property Name="sourceSiteUrl" Type="Edm.String" Nullable="false" />
                <Property Name="targetSiteUrl" Type="Edm.String" />
                <Property Name="validationResult" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="DfDeprecationJob"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationSiteEntityData" />
            <EntityType Name="GeoAdministrator">
                <Key>
                    <PropertyRef Name="DisplayName" />
                </Key>
                <Property Name="DisplayName" Type="Edm.String" Nullable="false" />
                <Property Name="GeoLocation" Type="Edm.String" />
                <Property Name="LoginName" Type="Edm.String" />
                <Property Name="MemberType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ObjectId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="GeoExperience">
                <Key>
                    <PropertyRef Name="GeoLocation" />
                </Key>
                <Property Name="GeoLocation" Type="Edm.String" Nullable="false" />
                <Property Name="MultiGeoExperienceMode" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="GeoLocationData">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="Code" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="X" Type="Edm.Int32" Nullable="false" />
                <Property Name="Y" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="GeoMoveTenantCompatibilityCheck">
                <Key>
                    <PropertyRef Name="DestinationDataLocation" />
                </Key>
                <Property Name="DestinationDataLocation" Type="Edm.String" Nullable="false" />
                <Property Name="GeoMoveTenantCompatibilityResult" Type="Edm.Int32" Nullable="false" />
                <Property Name="GeoMoveTenantPropertyCompatibilityChecks"
                    Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.GeoMoveTenantPropertyCompatibilityCheck)" />
                <Property Name="SourceDataLocation" Type="Edm.String" />
            </EntityType>
            <EntityType Name="GeoTenantInstanceInformationEntityData">
                <Key>
                    <PropertyRef Name="GeoLocation" />
                </Key>
                <Property Name="GeoLocation" Type="Edm.String" Nullable="false" />
                <Property Name="InstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="InstanceState" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsCurrentUserGeoAdministrator" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsDefaultGeoLocation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MySiteHostDomain" Type="Edm.String" />
                <Property Name="OdbCount" Type="Edm.Int64" Nullable="false" />
                <Property Name="PortalDomain" Type="Edm.String" />
                <Property Name="RegularSiteCount" Type="Edm.Int64" Nullable="false" />
                <Property Name="RootSiteDomain" Type="Edm.String" />
                <Property Name="TenantAdminDomain" Type="Edm.String" />
            </EntityType>
            <EntityType Name="GeoTenantInstanceInformation"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformationEntityData" />
            <EntityType Name="GlobalAdminCheck">
                <Key>
                    <PropertyRef Name="IsGlobalAdministrator" />
                </Key>
                <Property Name="IsGlobalAdministrator" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="GroupMoveJob"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJobEntityData">
                <Property Name="IsContentMoved" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StartedDateInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StateName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="HasMnALicense">
                <Key>
                    <PropertyRef Name="HasRequestedMnALicense" />
                </Key>
                <Property Name="HasRequestedMnALicense" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="JobEntityData" Abstract="true">
                <Key>
                    <PropertyRef Name="Option" />
                </Key>
                <Property Name="Option" Type="Edm.Int32" Nullable="false" />
                <Property Name="Reserve" Type="Edm.String" />
            </EntityType>
            <EntityType Name="MnAGroupMoveValidationResult">
                <Key>
                    <PropertyRef Name="Result" />
                </Key>
                <Property Name="Result" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="MoveJobReport">
                <Key>
                    <PropertyRef Name="ReportUrl" />
                </Key>
                <Property Name="Jobs"
                    Type="Collection(Microsoft.Online.SharePoint.MultiGeo.Service.CommonMoveJob)" />
                <Property Name="ReportUrl" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="MoveJob"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.MoveJobEntityData"
                Abstract="true">
                <Property Name="IsContentMoved" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StartedDateInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StateName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="MoveSiteROStateEntity">
                <Key>
                    <PropertyRef Name="IsOriginalReadOnly" />
                </Key>
                <Property Name="IsOriginalReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteId" Type="Edm.String" />
            </EntityType>
            <EntityType Name="MoveSiteROState"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.MoveSiteROStateEntity" />
            <EntityType Name="MultiGeoApiVersions">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="SupportedVersions" Type="Collection(Edm.String)" />
            </EntityType>
            <EntityType Name="MultiGeoServicesBeta">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="AllowedDataLocations"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_AllowedDataLocations_Microsoft_Online_SharePoint_MultiGeo_Service_AllowedDataLocation_AllowedDataLocationsPartner"
                    ToRole="AllowedDataLocations" FromRole="AllowedDataLocationsPartner" />
                <NavigationProperty Name="ContentDbSchemaVersion"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_ContentDbSchemaVersion_Microsoft_Online_SharePoint_MultiGeo_Service_ContentDbSchemaVersion_ContentDbSchemaVersionPartner"
                    ToRole="ContentDbSchemaVersion" FromRole="ContentDbSchemaVersionPartner" />
                <NavigationProperty Name="CrossFarmGroupMoveJobs"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossFarmGroupMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmGroupMoveJob_CrossFarmGroupMoveJobsPartner"
                    ToRole="CrossFarmGroupMoveJobs" FromRole="CrossFarmGroupMoveJobsPartner" />
                <NavigationProperty Name="CrossFarmSiteMoveJobs"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossFarmSiteMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmSiteMoveJob_CrossFarmSiteMoveJobsPartner"
                    ToRole="CrossFarmSiteMoveJobs" FromRole="CrossFarmSiteMoveJobsPartner" />
                <NavigationProperty Name="CrossFarmUserMoveJobs"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossFarmUserMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmUserMoveJob_CrossFarmUserMoveJobsPartner"
                    ToRole="CrossFarmUserMoveJobs" FromRole="CrossFarmUserMoveJobsPartner" />
                <NavigationProperty Name="CrossGeoTenantBYOK"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoTenantBYOK_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoTenantBYOK_CrossGeoTenantBYOKPartner"
                    ToRole="CrossGeoTenantBYOK" FromRole="CrossGeoTenantBYOKPartner" />
                <NavigationProperty Name="CrossGeoTenantCompatibility"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoTenantCompatibility_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoTenantCompatibility_CrossGeoTenantCompatibilityPartner"
                    ToRole="CrossGeoTenantCompatibility"
                    FromRole="CrossGeoTenantCompatibilityPartner" />
                <NavigationProperty Name="CrossGeoTenantProperties"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoTenantProperties_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoTenantProperty_CrossGeoTenantPropertiesPartner"
                    ToRole="CrossGeoTenantProperties" FromRole="CrossGeoTenantPropertiesPartner" />
                <NavigationProperty Name="CrossGeoUserPlacementJobs"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoUserPlacementJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoUserPlacementJob_CrossGeoUserPlacementJobsPartner"
                    ToRole="CrossGeoUserPlacementJobs" FromRole="CrossGeoUserPlacementJobsPartner" />
                <NavigationProperty Name="DBLevelWorkItems"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_DBLevelWorkItems_Microsoft_Online_SharePoint_MultiGeo_Service_DBLevelWorkItemEntityData_DBLevelWorkItemsPartner"
                    ToRole="DBLevelWorkItems" FromRole="DBLevelWorkItemsPartner" />
                <NavigationProperty Name="DeleteTargetSite"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_DeleteTargetSite_Microsoft_Online_SharePoint_MultiGeo_Service_SiteAtTargetEntityData_DeleteTargetSitePartner"
                    ToRole="DeleteTargetSite" FromRole="DeleteTargetSitePartner" />
                <NavigationProperty Name="DfDeprecationJobs"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_DfDeprecationJobs_Microsoft_Online_SharePoint_MultiGeo_Service_DfDeprecationJob_DfDeprecationJobsPartner"
                    ToRole="DfDeprecationJobs" FromRole="DfDeprecationJobsPartner" />
                <NavigationProperty Name="GeoAdministrators"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GeoAdministrators_Microsoft_Online_SharePoint_MultiGeo_Service_GeoAdministrator_GeoAdministratorsPartner"
                    ToRole="GeoAdministrators" FromRole="GeoAdministratorsPartner" />
                <NavigationProperty Name="GeoExperience"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GeoExperience_Microsoft_Online_SharePoint_MultiGeo_Service_GeoExperience_GeoExperiencePartner"
                    ToRole="GeoExperience" FromRole="GeoExperiencePartner" />
                <NavigationProperty Name="GeoTenantInstanceInformationCollection"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GeoTenantInstanceInformationCollection_Microsoft_Online_SharePoint_MultiGeo_Service_GeoTenantInstanceInformation_GeoTenantInstanceInformationCollectionPartner"
                    ToRole="GeoTenantInstanceInformationCollection"
                    FromRole="GeoTenantInstanceInformationCollectionPartner" />
                <NavigationProperty Name="GlobalAdminCheck"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GlobalAdminCheck_Microsoft_Online_SharePoint_MultiGeo_Service_GlobalAdminCheck_GlobalAdminCheckPartner"
                    ToRole="GlobalAdminCheck" FromRole="GlobalAdminCheckPartner" />
                <NavigationProperty Name="GroupMoveJobs"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GroupMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_GroupMoveJob_GroupMoveJobsPartner"
                    ToRole="GroupMoveJobs" FromRole="GroupMoveJobsPartner" />
                <NavigationProperty Name="MoveJobReports"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_MoveJobReports_Microsoft_Online_SharePoint_MultiGeo_Service_MoveJobReport_MoveJobReportsPartner"
                    ToRole="MoveJobReports" FromRole="MoveJobReportsPartner" />
                <NavigationProperty Name="MoveSites"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_MoveSites_Microsoft_Online_SharePoint_MultiGeo_Service_MoveSiteROState_MoveSitesPartner"
                    ToRole="MoveSites" FromRole="MoveSitesPartner" />
                <NavigationProperty Name="SiteMoveJobs"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_SiteMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_SiteMoveJob_SiteMoveJobsPartner"
                    ToRole="SiteMoveJobs" FromRole="SiteMoveJobsPartner" />
                <NavigationProperty Name="StorageQuotas"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_StorageQuotas_Microsoft_Online_SharePoint_MultiGeo_Service_StorageQuota_StorageQuotasPartner"
                    ToRole="StorageQuotas" FromRole="StorageQuotasPartner" />
                <NavigationProperty Name="SupportedGeoLocationsForTenant"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_SupportedGeoLocationsForTenant_Microsoft_Online_SharePoint_MultiGeo_Service_SupportedGeoLocationsForTenant_SupportedGeoLocationsForTenantPartner"
                    ToRole="SupportedGeoLocationsForTenant"
                    FromRole="SupportedGeoLocationsForTenantPartner" />
                <NavigationProperty Name="supportedgeolocationsmapdata"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_supportedgeolocationsmapdata_Microsoft_Online_SharePoint_MultiGeo_Service_GeoLocationData_supportedgeolocationsmapdataPartner"
                    ToRole="supportedgeolocationsmapdata"
                    FromRole="supportedgeolocationsmapdataPartner" />
                <NavigationProperty Name="TaxonomyReplicationParameters"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_TaxonomyReplicationParameters_Microsoft_Online_SharePoint_MultiGeo_Service_TaxonomyReplicationParameters_TaxonomyReplicationParametersPartner"
                    ToRole="TaxonomyReplicationParameters"
                    FromRole="TaxonomyReplicationParametersPartner" />
                <NavigationProperty Name="TenantInformationCollection"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_TenantInformationCollection_Microsoft_Online_SharePoint_MultiGeo_Service_TenantInformation_TenantInformationCollectionPartner"
                    ToRole="TenantInformationCollection"
                    FromRole="TenantInformationCollectionPartner" />
                <NavigationProperty Name="UnifiedGroups"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_UnifiedGroups_Microsoft_Online_SharePoint_MultiGeo_Service_UnifiedGroup_UnifiedGroupsPartner"
                    ToRole="UnifiedGroups" FromRole="UnifiedGroupsPartner" />
                <NavigationProperty Name="UpdateGLSRegistration"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_UpdateGLSRegistration_Microsoft_Online_SharePoint_MultiGeo_Service_SiteAtTargetEntityData_UpdateGLSRegistrationPartner"
                    ToRole="UpdateGLSRegistration" FromRole="UpdateGLSRegistrationPartner" />
                <NavigationProperty Name="UserMoveJobs"
                    Relationship="Microsoft.Online.SharePoint.MultiGeo.Service.Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_UserMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_UserMoveJob_UserMoveJobsPartner"
                    ToRole="UserMoveJobs" FromRole="UserMoveJobsPartner" />
            </EntityType>
            <EntityType Name="SiteMoveJob"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJobEntityData">
                <Property Name="IsContentMoved" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StartedDateInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StateName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="StorageQuota">
                <Key>
                    <PropertyRef Name="GeoAllocatedStorageMB" />
                </Key>
                <Property Name="GeoAllocatedStorageMB" Type="Edm.Int64" Nullable="false" />
                <Property Name="GeoAvailableStorageMB" Type="Edm.Int64" Nullable="false" />
                <Property Name="GeoLocation" Type="Edm.String" />
                <Property Name="GeoUsedArchivedFileStorageMB" Type="Edm.Int64" Nullable="false" />
                <Property Name="GeoUsedArchiveStorageMB" Type="Edm.Int64" Nullable="false" />
                <Property Name="GeoUsedStorageMB" Type="Edm.Int64" Nullable="false" />
                <Property Name="GeoUsedVersionSizeStorageMB" Type="Edm.Int64" Nullable="false" />
                <Property Name="QuotaType" Type="Edm.Int32" Nullable="false" />
                <Property Name="TenantStorageMB" Type="Edm.Int64" Nullable="false" />
            </EntityType>
            <EntityType Name="SupportedGeoLocationsForTenant">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="Items" Type="Collection(Edm.String)" />
            </EntityType>
            <EntityType Name="TaxonomyReplicationParameters">
                <Key>
                    <PropertyRef Name="IsReplicateAllContentTypes" />
                </Key>
                <Property Name="IsReplicateAllContentTypes" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsReplicateAllGroups" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReplicatedContentTypes" Type="Collection(Edm.String)" />
                <Property Name="ReplicatedGroups" Type="Collection(Edm.String)" />
            </EntityType>
            <EntityType Name="TenantInformation">
                <Key>
                    <PropertyRef Name="GeoLocation" />
                </Key>
                <Property Name="GeoLocation" Type="Edm.String" Nullable="false" />
                <Property Name="IsIBEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MySiteHostDomain" Type="Edm.String" />
                <Property Name="PortalDomain" Type="Edm.String" />
                <Property Name="RootSiteDomain" Type="Edm.String" />
                <Property Name="TenantAdminDomain" Type="Edm.String" />
                <Property Name="VanityDomains" Type="Collection(Edm.String)" />
            </EntityType>
            <EntityType Name="UnifiedGroup">
                <Key>
                    <PropertyRef Name="DisplayName" />
                </Key>
                <Property Name="DisplayName" Type="Edm.String" Nullable="false" />
                <Property Name="GroupAlias" Type="Edm.String" />
                <Property Name="Mail" Type="Edm.String" />
                <Property Name="ObjectId" Type="Edm.Guid" Nullable="false" />
                <Property Name="PreferredDataLocation" Type="Edm.String" />
                <Property Name="SiteUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="UserMoveJob"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJobEntityData">
                <Property Name="IsContentMoved" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StartedDateInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StateName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="OrgRelationGroupManagedPath">
                <Key>
                    <PropertyRef Name="GroupManagedPath" />
                </Key>
                <Property Name="GroupManagedPath" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="OrgRelationNotification">
                <Key>
                    <PropertyRef Name="NotificationSucceeded" />
                </Key>
                <Property Name="NotificationSucceeded" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="OrgRelationVerification">
                <Key>
                    <PropertyRef Name="PartnerSiteSubscriptionId" />
                </Key>
                <Property Name="PartnerSiteSubscriptionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Result" Type="Edm.String" />
            </EntityType>
            <EntityType Name="ResolveUserUpnByUserObjectId">
                <Key>
                    <PropertyRef Name="UserPrincipalName" />
                </Key>
                <Property Name="UserPrincipalName" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="RestoreWorkflowCount">
                <Key>
                    <PropertyRef Name="Count" />
                </Key>
                <Property Name="Count" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="SBSiteMoveJob"
                BaseType="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob">
                <Property Name="IsSiteInReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="JobPhaseCreatedAt" Type="Edm.DateTime" Nullable="false" />
                <Property Name="JobPhaseFinishedAt" Type="Edm.DateTime" Nullable="false" />
                <Property Name="MovePhase" Type="Edm.String" />
                <Property Name="MovePhaseState" Type="Edm.String" />
                <Property Name="MoveStateOfSite" Type="Edm.String" />
                <Property Name="TaskStepName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="StorageQuotaEntityData">
                <Key>
                    <PropertyRef Name="GeoAllocatedStorageMB" />
                </Key>
                <Property Name="GeoAllocatedStorageMB" Type="Edm.String" Nullable="false" />
                <Property Name="GeoAvailableStorageMB" Type="Edm.String" />
                <Property Name="GeoLocation" Type="Edm.String" />
                <Property Name="GeoUsedStorageMB" Type="Edm.String" />
                <Property Name="QuotaType" Type="Edm.Int32" Nullable="false" />
                <Property Name="TenantStorageMB" Type="Edm.String" />
            </EntityType>
            <EntityType Name="UpdateGLSRegistrationEntity">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="UserMnAODMoveValidationResult">
                <Key>
                    <PropertyRef Name="Result" />
                </Key>
                <Property Name="Result" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="UserPersonalSiteId">
                <Key>
                    <PropertyRef Name="MySiteUrl" />
                </Key>
                <Property Name="MySiteUrl" Type="Edm.String" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="UserPrincipalName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="UserPersonalSiteLocation">
                <Key>
                    <PropertyRef Name="Location" />
                </Key>
                <Property Name="Location" Type="Edm.String" Nullable="false" />
                <Property Name="MySiteUrl" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="UserPrincipalName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="XTenantMoveCompatibilityCheck">
                <Key>
                    <PropertyRef Name="SourceTenantHostUrl" />
                </Key>
                <Property Name="SourceTenantHostUrl" Type="Edm.String" Nullable="false" />
                <Property Name="TargetTenantHostUrl" Type="Edm.String" />
                <Property Name="XTenantMoveCompatibilityResult" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_AllowedDataLocations_Microsoft_Online_SharePoint_MultiGeo_Service_AllowedDataLocation_AllowedDataLocationsPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.AllowedDataLocation"
                    Role="AllowedDataLocations" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="AllowedDataLocationsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_ContentDbSchemaVersion_Microsoft_Online_SharePoint_MultiGeo_Service_ContentDbSchemaVersion_ContentDbSchemaVersionPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.ContentDbSchemaVersion"
                    Role="ContentDbSchemaVersion" Multiplicity="0..1" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="ContentDbSchemaVersionPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossFarmGroupMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmGroupMoveJob_CrossFarmGroupMoveJobsPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmGroupMoveJob"
                    Role="CrossFarmGroupMoveJobs" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="CrossFarmGroupMoveJobsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossFarmSiteMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmSiteMoveJob_CrossFarmSiteMoveJobsPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmSiteMoveJob"
                    Role="CrossFarmSiteMoveJobs" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="CrossFarmSiteMoveJobsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossFarmUserMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossFarmUserMoveJob_CrossFarmUserMoveJobsPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.CrossFarmUserMoveJob"
                    Role="CrossFarmUserMoveJobs" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="CrossFarmUserMoveJobsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoTenantBYOK_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoTenantBYOK_CrossGeoTenantBYOKPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantBYOK"
                    Role="CrossGeoTenantBYOK" Multiplicity="0..1" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="CrossGeoTenantBYOKPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoTenantCompatibility_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoTenantCompatibility_CrossGeoTenantCompatibilityPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantCompatibility"
                    Role="CrossGeoTenantCompatibility" Multiplicity="0..1" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="CrossGeoTenantCompatibilityPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoTenantProperties_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoTenantProperty_CrossGeoTenantPropertiesPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoTenantProperty"
                    Role="CrossGeoTenantProperties" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="CrossGeoTenantPropertiesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_CrossGeoUserPlacementJobs_Microsoft_Online_SharePoint_MultiGeo_Service_CrossGeoUserPlacementJob_CrossGeoUserPlacementJobsPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.CrossGeoUserPlacementJob"
                    Role="CrossGeoUserPlacementJobs" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="CrossGeoUserPlacementJobsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_DBLevelWorkItems_Microsoft_Online_SharePoint_MultiGeo_Service_DBLevelWorkItemEntityData_DBLevelWorkItemsPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.DBLevelWorkItemEntityData"
                    Role="DBLevelWorkItems" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="DBLevelWorkItemsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_DeleteTargetSite_Microsoft_Online_SharePoint_MultiGeo_Service_SiteAtTargetEntityData_DeleteTargetSitePartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.SiteAtTargetEntityData"
                    Role="DeleteTargetSite" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="DeleteTargetSitePartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_DfDeprecationJobs_Microsoft_Online_SharePoint_MultiGeo_Service_DfDeprecationJob_DfDeprecationJobsPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.DfDeprecationJob"
                    Role="DfDeprecationJobs" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="DfDeprecationJobsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GeoAdministrators_Microsoft_Online_SharePoint_MultiGeo_Service_GeoAdministrator_GeoAdministratorsPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.GeoAdministrator"
                    Role="GeoAdministrators" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="GeoAdministratorsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GeoExperience_Microsoft_Online_SharePoint_MultiGeo_Service_GeoExperience_GeoExperiencePartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.GeoExperience"
                    Role="GeoExperience" Multiplicity="0..1" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="GeoExperiencePartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GeoTenantInstanceInformationCollection_Microsoft_Online_SharePoint_MultiGeo_Service_GeoTenantInstanceInformation_GeoTenantInstanceInformationCollectionPartner">
                <End
                    Type="Microsoft.Online.SharePoint.MultiGeo.Service.GeoTenantInstanceInformation"
                    Role="GeoTenantInstanceInformationCollection" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="GeoTenantInstanceInformationCollectionPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GlobalAdminCheck_Microsoft_Online_SharePoint_MultiGeo_Service_GlobalAdminCheck_GlobalAdminCheckPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.GlobalAdminCheck"
                    Role="GlobalAdminCheck" Multiplicity="0..1" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="GlobalAdminCheckPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_GroupMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_GroupMoveJob_GroupMoveJobsPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.GroupMoveJob"
                    Role="GroupMoveJobs" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="GroupMoveJobsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_MoveJobReports_Microsoft_Online_SharePoint_MultiGeo_Service_MoveJobReport_MoveJobReportsPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MoveJobReport"
                    Role="MoveJobReports" Multiplicity="0..1" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="MoveJobReportsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_MoveSites_Microsoft_Online_SharePoint_MultiGeo_Service_MoveSiteROState_MoveSitesPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MoveSiteROState"
                    Role="MoveSites" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="MoveSitesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_SiteMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_SiteMoveJob_SiteMoveJobsPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.SiteMoveJob"
                    Role="SiteMoveJobs" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="SiteMoveJobsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_StorageQuotas_Microsoft_Online_SharePoint_MultiGeo_Service_StorageQuota_StorageQuotasPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.StorageQuota"
                    Role="StorageQuotas" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="StorageQuotasPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_SupportedGeoLocationsForTenant_Microsoft_Online_SharePoint_MultiGeo_Service_SupportedGeoLocationsForTenant_SupportedGeoLocationsForTenantPartner">
                <End
                    Type="Microsoft.Online.SharePoint.MultiGeo.Service.SupportedGeoLocationsForTenant"
                    Role="SupportedGeoLocationsForTenant" Multiplicity="0..1" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="SupportedGeoLocationsForTenantPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_supportedgeolocationsmapdata_Microsoft_Online_SharePoint_MultiGeo_Service_GeoLocationData_supportedgeolocationsmapdataPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.GeoLocationData"
                    Role="supportedgeolocationsmapdata" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="supportedgeolocationsmapdataPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_TaxonomyReplicationParameters_Microsoft_Online_SharePoint_MultiGeo_Service_TaxonomyReplicationParameters_TaxonomyReplicationParametersPartner">
                <End
                    Type="Microsoft.Online.SharePoint.MultiGeo.Service.TaxonomyReplicationParameters"
                    Role="TaxonomyReplicationParameters" Multiplicity="0..1" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="TaxonomyReplicationParametersPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_TenantInformationCollection_Microsoft_Online_SharePoint_MultiGeo_Service_TenantInformation_TenantInformationCollectionPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.TenantInformation"
                    Role="TenantInformationCollection" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="TenantInformationCollectionPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_UnifiedGroups_Microsoft_Online_SharePoint_MultiGeo_Service_UnifiedGroup_UnifiedGroupsPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.UnifiedGroup"
                    Role="UnifiedGroups" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="UnifiedGroupsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_UpdateGLSRegistration_Microsoft_Online_SharePoint_MultiGeo_Service_SiteAtTargetEntityData_UpdateGLSRegistrationPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.SiteAtTargetEntityData"
                    Role="UpdateGLSRegistration" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="UpdateGLSRegistrationPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MultiGeo_Service_MultiGeoServicesBeta_UserMoveJobs_Microsoft_Online_SharePoint_MultiGeo_Service_UserMoveJob_UserMoveJobsPartner">
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.UserMoveJob"
                    Role="UserMoveJobs" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.MultiGeo.Service.MultiGeoServicesBeta"
                    Role="UserMoveJobsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="SP.Directory.Provider">
            <ComplexType Name="AlternateIdData">
                <Property Name="Email" Type="Edm.String" />
                <Property Name="IdentifyingProperty" Type="Edm.Int32" Nullable="false" />
                <Property Name="UserPrincipalName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="DirectoryObjectChanges">
                <Property Name="DirectoryObjectSubType" Type="Edm.Int32" Nullable="false" />
                <Property Name="DirectoryObjectType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="LinkChanges" Type="Collection(SP.Directory.Provider.LinkChange)" />
                <Property Name="PropertyChanges"
                    Type="Collection(SP.Directory.Provider.PropertyChange)" />
            </ComplexType>
            <ComplexType Name="LinkChange">
                <Property Name="Added" Type="Collection(SP.Directory.Provider.LinkTarget)" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Removed" Type="Collection(SP.Directory.Provider.LinkTarget)" />
            </ComplexType>
            <ComplexType Name="LinkTarget">
                <Property Name="ObjectId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ObjectSubType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ObjectType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PropertyChange">
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Value" Type="Edm.String" />
                <Property Name="Values" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="DirectoryObjectData">
                <Property Name="AlternateId" Type="SP.Directory.Provider.AlternateIdData" />
                <Property Name="AttributeExpirationTimes" Type="Collection(SP.KeyValue)" />
                <Property Name="ChangeMarker" Type="Edm.String" />
                <Property Name="DirectoryObjectSubType" Type="Edm.Int32" Nullable="false" />
                <Property Name="DirectoryObjectType" Type="Edm.Int32" Nullable="false" />
                <Property Name="DirectorySessionData"
                    Type="SP.Directory.Provider.DirectorySessionData" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsNew" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModifiedTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TenantContextId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Version" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="DirectorySessionData">
                <Property Name="ClientType" Type="Edm.String" />
                <Property Name="SessionOptions" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SchemaData">
                <Property Name="AttributeDataSource" Type="Edm.Int32" Nullable="false" />
                <Property Name="DelayLoad" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsInitialized" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Privacy" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ExtendedAttributeData" BaseType="SP.Directory.Provider.SchemaData">
                <Property Name="Value" Type="Edm.Binary" />
                <Property Name="ValueJsonString" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PropertyCollectionData" BaseType="SP.Directory.Provider.SchemaData">
                <Property Name="TotalCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PropertyData" BaseType="SP.Directory.Provider.SchemaData">
                <Property Name="Value" Type="Edm.Binary" />
                <Property Name="ValueJsonString" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RelationData">
                <Property Name="AttributeDataSource" Type="Edm.Int32" Nullable="false" />
                <Property Name="TargetObjectId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TargetObjectSubtype" Type="Edm.Int32" Nullable="false" />
                <Property Name="TargetObjectType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Value" Type="Edm.Binary" />
                <Property Name="ValueJsonString" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RelationSetData" BaseType="SP.Directory.Provider.SchemaData">
                <Property Name="TotalCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ResourceData" BaseType="SP.Directory.Provider.SchemaData">
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="ResourceAction" Type="Edm.Int32" Nullable="false" />
                <Property Name="State" Type="Edm.Int32" Nullable="false" />
                <Property Name="Value" Type="Edm.Binary" />
                <Property Name="ValueJsonString" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="StateData">
                <Property Name="AdapterName" Type="Edm.String" />
                <Property Name="Value" Type="Edm.Binary" />
                <Property Name="ValueJsonString" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="DirectoryNotification">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SharePointDirectoryProvider">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.UserProfiles">
            <ComplexType Name="CrossGeoSyncUserDataBatch">
                <Property Name="LastEventId" Type="Edm.Int64" Nullable="false" />
                <Property Name="LastRecordId" Type="Edm.Int64" Nullable="false" />
                <Property Name="Properties"
                    Type="Collection(SP.UserProfiles.CrossGeoSyncUserProperty)" />
            </ComplexType>
            <ComplexType Name="CrossGeoSyncUserProperty">
                <Property Name="DsGuid" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsMultivalue" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Privacy" Type="Edm.Int32" Nullable="false" />
                <Property Name="PropertyId" Type="Edm.Int64" Nullable="false" />
                <Property Name="PropertyVal" Type="Edm.String" />
                <Property Name="SecondaryVal" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FollowedItem">
                <Property Name="Data" Type="Collection(SP.KeyValue)" />
                <Property Name="FileType" Type="Edm.String" />
                <Property Name="FileTypeProgid" Type="Edm.String" />
                <Property Name="Flags" Type="Edm.String" />
                <Property Name="GroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="HasFeed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Hidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IconUrl" Type="Edm.String" />
                <Property Name="ItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="ItemType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ParentUrl" Type="Edm.String" />
                <Property Name="Pinned" Type="Edm.Int32" Nullable="false" />
                <Property Name="ServerUrlProgid" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Subtype" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="FollowResult">
                <Property Name="Item" Type="SP.UserProfiles.FollowedItem" />
                <Property Name="ResultType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="HashTag">
                <Property Name="Name" Type="Edm.String" />
                <Property Name="UseCount" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PersonalCacheItem">
                <Property Name="AltTitle" Type="Edm.String" />
                <Property Name="CacheKey" Type="Edm.String" />
                <Property Name="CacheName" Type="Edm.String" />
                <Property Name="CacheValue" Type="Edm.String" />
                <Property Name="CacheValueHash" Type="Edm.String" />
                <Property Name="CacheValueHtml" Type="Edm.String" />
                <Property Name="CacheVersion" Type="Edm.String" />
                <Property Name="ContainerUrl" Type="Edm.String" />
                <Property Name="ListItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListItemUniqueId" Type="Edm.String" />
                <Property Name="ModifiedTimeUtc" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <EntityType Name="CrossGeoSync">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="FollowedContent">
                <Key>
                    <PropertyRef Name="FollowedDocumentsUrl" />
                </Key>
                <Property Name="FollowedDocumentsUrl" Type="Edm.String" Nullable="false" />
                <Property Name="FollowedSitesUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="FollowedItemData">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
            </EntityType>
            <EntityType Name="HashTagCollection">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="Items" Type="Collection(SP.UserProfiles.HashTag)" />
            </EntityType>
            <EntityType Name="PeopleManager">
                <Key>
                    <PropertyRef Name="EditProfileLink" />
                </Key>
                <Property Name="EditProfileLink" Type="Edm.String" Nullable="false" />
                <Property Name="IsMyPeopleListPublic" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="PersonalCache">
                <Key>
                    <PropertyRef Name="CacheName" />
                </Key>
                <Property Name="CacheName" Type="Edm.String" Nullable="false" />
                <Property Name="MySiteUrl" Type="Edm.String" />
                <Property Name="RequireHtmlStorage" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="PersonProperties">
                <Key>
                    <PropertyRef Name="AccountName" />
                </Key>
                <Property Name="AccountName" Type="Edm.String" Nullable="false" />
                <Property Name="DirectReports" Type="Collection(Edm.String)" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="ExtendedManagers" Type="Collection(Edm.String)" />
                <Property Name="ExtendedReports" Type="Collection(Edm.String)" />
                <Property Name="IsFollowed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LatestPost" Type="Edm.String" />
                <Property Name="Peers" Type="Collection(Edm.String)" />
                <Property Name="PersonalSiteHostUrl" Type="Edm.String" />
                <Property Name="PersonalUrl" Type="Edm.String" />
                <Property Name="PictureUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="UserProfileProperties" Type="Collection(SP.KeyValue)" />
                <Property Name="UserUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="ProfileImageStore">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ProfileLoader">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="UserProfilePropertiesForUser">
                <Key>
                    <PropertyRef Name="AccountName" />
                </Key>
                <Property Name="AccountName" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="UserProfile">
                <Key>
                    <PropertyRef Name="AccountName" />
                </Key>
                <Property Name="AccountName" Type="Edm.String" Nullable="false" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="FollowPersonalSiteUrl" Type="Edm.String" />
                <Property Name="IsDefaultDocumentLibraryBlocked" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPeopleListPublic" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPrivacySettingOn" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" />
                <Property Name="JobTitle" Type="Edm.String" />
                <Property Name="MySiteFirstRunExperience" Type="Edm.Int32" Nullable="false" />
                <Property Name="MySiteHostUrl" Type="Edm.String" />
                <Property Name="O15FirstRunExperience" Type="Edm.Int32" Nullable="false" />
                <Property Name="PersonalSiteCapabilities" Type="Edm.Int32" Nullable="false" />
                <Property Name="PersonalSiteFirstCreationError" Type="Edm.String" />
                <Property Name="PersonalSiteFirstCreationTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="PersonalSiteInstantiationState" Type="Edm.Int32" Nullable="false" />
                <Property Name="PersonalSiteLastCreationTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="PersonalSiteNumberOfRetries" Type="Edm.Int32" Nullable="false" />
                <Property Name="PictureImportEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PictureUrl" Type="Edm.String" />
                <Property Name="PublicUrl" Type="Edm.String" />
                <Property Name="SipAddress" Type="Edm.String" />
                <Property Name="UrlToCreatePersonalSite" Type="Edm.String" />
                <NavigationProperty Name="FollowedContent"
                    Relationship="SP.UserProfiles.SP_UserProfiles_UserProfile_FollowedContent_SP_UserProfiles_FollowedContent_FollowedContentPartner"
                    ToRole="FollowedContent" FromRole="FollowedContentPartner" />
                <NavigationProperty Name="PersonalSite"
                    Relationship="SP.SP_UserProfiles_UserProfile_PersonalSite_SP_Site_PersonalSitePartner"
                    ToRole="PersonalSite" FromRole="PersonalSitePartner" />
            </EntityType>
            <Association
                Name="SP_UserProfiles_UserProfile_FollowedContent_SP_UserProfiles_FollowedContent_FollowedContentPartner">
                <End Type="SP.UserProfiles.FollowedContent" Role="FollowedContent"
                    Multiplicity="0..1" />
                <End Type="SP.UserProfiles.UserProfile" Role="FollowedContentPartner"
                    Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.Social">
            <ComplexType Name="SocialActorInfo">
                <Property Name="AccountName" Type="Edm.String" />
                <Property Name="ActorType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ContentUri" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="TagGuid" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SocialActor">
                <Property Name="AccountName" Type="Edm.String" />
                <Property Name="ActorType" Type="Edm.Int32" Nullable="false" />
                <Property Name="CanFollow" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ContentUri" Type="Edm.String" />
                <Property Name="EmailAddress" Type="Edm.String" />
                <Property Name="FollowedContentUri" Type="Edm.String" />
                <Property Name="GroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="ImageUri" Type="Edm.String" />
                <Property Name="IsFollowed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LibraryUri" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="PersonalSiteUri" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="StatusText" Type="Edm.String" />
                <Property Name="TagGuid" Type="Edm.Guid" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Uri" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SocialAttachmentAction">
                <Property Name="ActionKind" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActionUri" Type="Edm.String" />
                <Property Name="Height" Type="Edm.Int64" Nullable="false" />
                <Property Name="Width" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SocialAttachment">
                <Property Name="AttachmentKind" Type="Edm.Int32" Nullable="false" />
                <Property Name="ClickAction" Type="SP.Social.SocialAttachmentAction" />
                <Property Name="ContentUri" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Height" Type="Edm.Int64" Nullable="false" />
                <Property Name="Length" Type="Edm.Int64" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="PreviewHeight" Type="Edm.Int64" Nullable="false" />
                <Property Name="PreviewUri" Type="Edm.String" />
                <Property Name="PreviewWidth" Type="Edm.Int64" Nullable="false" />
                <Property Name="Uri" Type="Edm.String" />
                <Property Name="Width" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SocialDataItem">
                <Property Name="AccountName" Type="Edm.String" />
                <Property Name="ItemType" Type="Edm.Int32" Nullable="false" />
                <Property Name="TagGuid" Type="Edm.Guid" Nullable="false" />
                <Property Name="Text" Type="Edm.String" />
                <Property Name="Uri" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SocialDataOverlay">
                <Property Name="ActorIndexes" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="Index" Type="Edm.Int32" Nullable="false" />
                <Property Name="Length" Type="Edm.Int32" Nullable="false" />
                <Property Name="LinkUri" Type="Edm.String" />
                <Property Name="OverlayType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SocialExceptionDetails">
                <Property Name="InternalErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="InternalMessage" Type="Edm.String" />
                <Property Name="InternalStackTrace" Type="Edm.String" />
                <Property Name="InternalTypeName" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SocialFeedOptions">
                <Property Name="MaxThreadCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="NewerThan" Type="Edm.DateTime" Nullable="false" />
                <Property Name="OlderThan" Type="Edm.DateTime" Nullable="false" />
                <Property Name="SortOrder" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SocialFeed">
                <Property Name="Attributes" Type="Edm.Int32" Nullable="false" />
                <Property Name="NewestProcessed" Type="Edm.DateTime" Nullable="false" />
                <Property Name="OldestProcessed" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Threads" Type="Collection(SP.Social.SocialThread)" />
                <Property Name="UnreadMentionCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SocialThread">
                <Property Name="Actors" Type="Collection(SP.Social.SocialActor)" />
                <Property Name="Attributes" Type="Edm.Int32" Nullable="false" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="OwnerIndex" Type="Edm.Int32" Nullable="false" />
                <Property Name="Permalink" Type="Edm.String" />
                <Property Name="PostReference" Type="SP.Social.SocialPostReference" />
                <Property Name="Replies" Type="Collection(SP.Social.SocialPost)" />
                <Property Name="RootPost" Type="SP.Social.SocialPost" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="ThreadType" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalReplyCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SocialPostReference">
                <Property Name="Digest" Type="SP.Social.SocialThread" />
                <Property Name="Post" Type="SP.Social.SocialPost" />
                <Property Name="ThreadId" Type="Edm.String" />
                <Property Name="ThreadOwnerIndex" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SocialPost">
                <Property Name="Attachment" Type="SP.Social.SocialAttachment" />
                <Property Name="Attributes" Type="Edm.Int32" Nullable="false" />
                <Property Name="AuthorIndex" Type="Edm.Int32" Nullable="false" />
                <Property Name="CreatedTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="LikerInfo" Type="SP.Social.SocialPostActorInfo" />
                <Property Name="ModifiedTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Overlays" Type="Collection(SP.Social.SocialDataOverlay)" />
                <Property Name="PostType" Type="Edm.Int32" Nullable="false" />
                <Property Name="PreferredImageUri" Type="Edm.String" />
                <Property Name="Source" Type="SP.Social.SocialLink" />
                <Property Name="Text" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SocialPostActorInfo">
                <Property Name="IncludesCurrentUser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Indexes" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="TotalCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SocialLink">
                <Property Name="Text" Type="Edm.String" />
                <Property Name="Uri" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SocialPostCreationData">
                <Property Name="Attachment" Type="SP.Social.SocialAttachment" />
                <Property Name="ContentItems" Type="Collection(SP.Social.SocialDataItem)" />
                <Property Name="ContentText" Type="Edm.String" />
                <Property Name="DefinitionData" Type="SP.Social.SocialPostDefinitionData" />
                <Property Name="SecurityUris" Type="Collection(Edm.String)" />
                <Property Name="Source" Type="SP.Social.SocialLink" />
                <Property Name="UpdateStatusText" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SocialPostDefinitionData">
                <Property Name="Items" Type="Collection(SP.Social.SocialPostDefinitionDataItem)" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SocialPostDefinitionDataItem">
                <Property Name="AccountName" Type="Edm.String" />
                <Property Name="ItemType" Type="Edm.Int32" Nullable="false" />
                <Property Name="PlaceholderName" Type="Edm.String" />
                <Property Name="TagGuid" Type="Edm.Guid" Nullable="false" />
                <Property Name="Text" Type="Edm.String" />
                <Property Name="Uri" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SocialRestPostCreationData">
                <Property Name="ID" Type="Edm.String" />
                <Property Name="creationData" Type="SP.Social.SocialPostCreationData" />
            </ComplexType>
            <EntityType Name="SocialAnnouncementManager" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SocialFeedManager">
                <Key>
                    <PropertyRef Name="PersonalSitePortalUri" />
                </Key>
                <Property Name="Owner" Type="SP.Social.SocialActor" />
                <Property Name="PersonalSitePortalUri" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="SocialFollowingManager">
                <Key>
                    <PropertyRef Name="FollowedDocumentsUri" />
                </Key>
                <Property Name="FollowedDocumentsUri" Type="Edm.String" Nullable="false" />
                <Property Name="FollowedSitesUri" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SocialRestActor">
                <Key>
                    <PropertyRef Name="FollowableItem" />
                </Key>
                <Property Name="FollowableItem" Type="Edm.String" Nullable="false" />
                <Property Name="FollowableItemActor" Type="SP.Social.SocialActor" />
                <Property Name="Me" Type="SP.Social.SocialActor" />
            </EntityType>
            <EntityType Name="SocialRestFeedManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SocialRestFeed">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="SocialFeed" Type="SP.Social.SocialFeed" />
            </EntityType>
            <EntityType Name="SocialRestFollowingManager">
                <Key>
                    <PropertyRef Name="FollowedDocumentsUri" />
                </Key>
                <Property Name="FollowedDocumentsUri" Type="Edm.String" Nullable="false" />
                <Property Name="FollowedSitesUri" Type="Edm.String" />
                <Property Name="MyFollowedDocumentsUri" Type="Edm.String" />
                <Property Name="MyFollowedSitesUri" Type="Edm.String" />
                <Property Name="SocialActor" Type="SP.Social.SocialActor" />
            </EntityType>
            <EntityType Name="SocialRestThread">
                <Key>
                    <PropertyRef Name="ID" />
                </Key>
                <Property Name="ID" Type="Edm.String" Nullable="false" />
                <Property Name="SocialThread" Type="SP.Social.SocialThread" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.Microfeed">
            <ComplexType Name="MicroBlogEntityCollection">
                <Property Name="Items" Type="Collection(SP.Microfeed.MicroBlogEntity)" />
            </ComplexType>
            <ComplexType Name="MicroBlogEntity">
                <Property Name="AccountName" Type="Edm.String" />
                <Property Name="CanFollow" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="EntityType" Type="Edm.Int32" Nullable="false" />
                <Property Name="EntityURI" Type="Edm.String" />
                <Property Name="FollowedContentURI" Type="Edm.String" />
                <Property Name="Identifier" Type="Edm.String" />
                <Property Name="IsFollowedByMe" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LatestPost" Type="Edm.String" />
                <Property Name="LibraryName" Type="Edm.String" />
                <Property Name="LibraryUri" Type="Edm.String" />
                <Property Name="PersonalURI" Type="Edm.String" />
                <Property Name="PictureURI" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MicrofeedPostDefinition">
                <Property Name="CanDelete" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanFollowUp" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanHaveAttachments" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanLike" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanLock" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanReply" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CreationTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DefinitionId" Type="Edm.Int64" Nullable="false" />
                <Property Name="DefinitionName" Type="Edm.String" />
                <Property Name="DefinitionVersion" Type="Edm.Int32" Nullable="false" />
                <Property Name="EnablePeopleList" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsDefault" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsNotification" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPrivate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsUserPost" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastUpdateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="PartitionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="PersistToCache" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PersistToPrivateFolder" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PersistToPublishedFeed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReferenceLikePostName" Type="Edm.String" />
                <Property Name="ReferenceMentionPostName" Type="Edm.String" />
                <Property Name="ReferenceReplyPostName" Type="Edm.String" />
                <Property Name="RenderPostAuthorImage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ResourceFileName" Type="Edm.String" />
                <Property Name="SecurityTrimContentUrl" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SmallImageSizePreferred" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MicrofeedDataLinkCollection">
                <Property Name="Items" Type="Collection(SP.Microfeed.MicrofeedDataLink)" />
            </ComplexType>
            <ComplexType Name="MicrofeedDataLink">
                <Property Name="DataLinkType" Type="Edm.Int32" Nullable="false" />
                <Property Name="DateTimeValue" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="PlaceHolderName" Type="Edm.String" />
                <Property Name="StringValue" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="UriValue" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MicrofeedDataQuery">
                <Property Name="ItemLimit" Type="Edm.Int64" Nullable="false" />
                <Property Name="Query" Type="Edm.String" />
                <Property Name="ViewFields" Type="Collection(Edm.String)" />
                <Property Name="ViewFieldsOnly" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MicrofeedLinkAction">
                <Property Name="ActionUri" Type="Edm.String" />
                <Property Name="Height" Type="Edm.Int64" Nullable="false" />
                <Property Name="Kind" Type="Edm.Int32" Nullable="false" />
                <Property Name="Width" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MicrofeedLink">
                <Property Name="ClickAction" Type="SP.Microfeed.MicrofeedLinkAction" />
                <Property Name="ContentUri" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Height" Type="Edm.Int64" Nullable="false" />
                <Property Name="Href" Type="Edm.String" />
                <Property Name="Length" Type="Edm.Int64" Nullable="false" />
                <Property Name="LinkType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="PreviewHeight" Type="Edm.Int64" Nullable="false" />
                <Property Name="PreviewPictureUrl" Type="Edm.String" />
                <Property Name="PreviewWidth" Type="Edm.Int64" Nullable="false" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="Width" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MicrofeedPostCollection">
                <Property Name="Items" Type="Collection(SP.Microfeed.MicrofeedPost)" />
            </ComplexType>
            <ComplexType Name="MicrofeedPost">
                <Property Name="AuthorIndex" Type="Edm.Int32" Nullable="false" />
                <Property Name="BreadCrumb" Type="Edm.String" />
                <Property Name="CanDelete" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanFollowUp" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanHaveAttachments" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanLike" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanLock" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanReply" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Content" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Footer" Type="Edm.String" />
                <Property Name="ID" Type="Edm.String" />
                <Property Name="ILikeIt" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LikersList" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="Locked" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MediaLink" Type="SP.Microfeed.MicrofeedLink" />
                <Property Name="MicroBlogType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="PeopleCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="PostImageUri" Type="Edm.String" />
                <Property Name="PostSource" Type="Edm.String" />
                <Property Name="PostSourceUri" Type="Edm.String" />
                <Property Name="ReferenceID" Type="Edm.String" />
                <Property Name="RenderPostAuthorImage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReplyCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="SmallImageSizePreferred" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MicrofeedPostDefinitionNames" />
            <ComplexType Name="MicrofeedPostDefinitionNameCollection">
                <Property Name="Items" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="MicrofeedPostOptions">
                <Property Name="Content" Type="Edm.String" />
                <Property Name="ContentFormattingOption" Type="Edm.Int32" Nullable="false" />
                <Property Name="DataLinks" Type="SP.Microfeed.MicrofeedDataLinkCollection" />
                <Property Name="DefinitionName" Type="Edm.String" />
                <Property Name="MediaLink" Type="SP.Microfeed.MicrofeedLink" />
                <Property Name="PeopleList" Type="Collection(Edm.String)" />
                <Property Name="PostSource" Type="Edm.String" />
                <Property Name="PostSourceUri" Type="Edm.String" />
                <Property Name="RefThread_ReferenceID" Type="Edm.String" />
                <Property Name="RefThread_RefReply" Type="Edm.String" />
                <Property Name="RefThread_RefRoot" Type="Edm.String" />
                <Property Name="TargetActor" Type="Edm.String" />
                <Property Name="UpdateStatusText" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MicrofeedRetrievalOptions">
                <Property Name="ContentFormattingOption" Type="Edm.Int32" Nullable="false" />
                <Property Name="ContentOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DropAllSecurityTrimmablePosts" Type="Edm.Boolean" Nullable="false" />
                <Property Name="GatherUnreadMentionCountForUser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IncludedTypes" Type="Edm.Int32" Nullable="false" />
                <Property Name="NewerThan" Type="Edm.DateTime" Nullable="false" />
                <Property Name="OlderThan" Type="Edm.DateTime" Nullable="false" />
                <Property Name="PostDefinitionFilter" Type="Collection(Edm.String)" />
                <Property Name="ResultSortOrder" Type="Edm.Int32" Nullable="false" />
                <Property Name="ThreadCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MicrofeedThreadCollection">
                <Property Name="CurrentUserUnreadMentionCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="NewestProcessed" Type="Edm.DateTime" Nullable="false" />
                <Property Name="OldestProcessed" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Items" Type="Collection(SP.Microfeed.MicrofeedThread)" />
            </ComplexType>
            <ComplexType Name="MicrofeedThread">
                <Property Name="CanFollowUp" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanHaveAttachments" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanLike" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanReply" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DataLinks" Type="Collection(SP.Microfeed.MicrofeedDataLink)" />
                <Property Name="DefinitionId" Type="Edm.Int64" Nullable="false" />
                <Property Name="DefinitionName" Type="Edm.String" />
                <Property Name="Identifier" Type="Edm.String" />
                <Property Name="Locked" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MicrofeedEntities" Type="Collection(SP.Microfeed.MicroBlogEntity)" />
                <Property Name="OwnerIndex" Type="Edm.Int32" Nullable="false" />
                <Property Name="RefReply" Type="SP.Microfeed.MicrofeedPost" />
                <Property Name="RefRoot" Type="SP.Microfeed.MicrofeedPost" />
                <Property Name="RenderPostAuthorImage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Replies" Type="SP.Microfeed.MicrofeedPostCollection" />
                <Property Name="ReplyCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="RootPost" Type="SP.Microfeed.MicrofeedPost" />
                <Property Name="SmallImageSizePreferred" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MicrofeedUserPostCollection">
                <Property Name="Items" Type="Collection(SP.Microfeed.MicrofeedUserPosts)" />
            </ComplexType>
            <ComplexType Name="MicrofeedUserPosts">
                <Property Name="AccountName" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="MicrofeedPostDefinitionManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="MicrofeedAttachmentStore">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="MicrofeedData">
                <Key>
                    <PropertyRef Name="Created" />
                </Key>
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Data" Type="Collection(SP.KeyValue)" />
                <Property Name="DefinitionId" Type="Edm.Int32" Nullable="false" />
                <Property Name="ItemType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TargetIdentifier" Type="Edm.String" />
                <Property Name="Version" Type="Edm.String" />
            </EntityType>
            <EntityType Name="MicrofeedManager">
                <Key>
                    <PropertyRef Name="IsFeedActivityPublic" />
                </Key>
                <Property Name="CurrentUser" Type="SP.Microfeed.MicroBlogEntity" />
                <Property Name="IsFeedActivityPublic" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StaticThreadLink" Type="Edm.String" />
            </EntityType>
            <EntityType Name="MicrofeedPostOptionCollection">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="Items" Type="Collection(SP.Microfeed.MicrofeedPostOptions)" />
            </EntityType>
            <EntityType Name="MicrofeedStore">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="PS">
            <ComplexType Name="AssignmentCreationInformation">
                <Property Name="Finish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Notes" Type="Edm.String" />
                <Property Name="ResourceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TaskId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CalendarCreationInformation">
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="OriginalId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CalendarExceptionCreationInformation">
                <Property Name="Finish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="RecurrenceDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="RecurrenceFrequency" Type="Edm.Int32" Nullable="false" />
                <Property Name="RecurrenceMonth" Type="Edm.Int32" Nullable="false" />
                <Property Name="RecurrenceMonthDay" Type="Edm.Int32" Nullable="false" />
                <Property Name="RecurrenceType" Type="Edm.Int32" Nullable="false" />
                <Property Name="RecurrenceWeek" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift1Finish" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift1Start" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift2Finish" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift2Start" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift3Finish" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift3Start" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift4Finish" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift4Start" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift5Finish" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift5Start" Type="Edm.Int32" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CostRateCreationInformation">
                <Property Name="CostPerUse" Type="Edm.Double" Nullable="false" />
                <Property Name="EffectiveDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="OvertimeRate" Type="Edm.Double" Nullable="false" />
                <Property Name="StandardRate" Type="Edm.Double" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CustomFieldCreationInformation">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="EntityTypeId" Type="Edm.Guid" Nullable="false" />
                <Property Name="FieldType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Formula" Type="Edm.String" />
                <Property Name="GraphicalIndicatorNonSummary" Type="Edm.String" />
                <Property Name="GraphicalIndicatorProjectSummary" Type="Edm.String" />
                <Property Name="GraphicalIndicatorSummary" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsEditableInVisibility" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsLeafOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMultilineText" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRequired" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsWorkflowControlled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LookupAllowMultiSelect" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LookupDefaultValue" Type="Edm.Guid" Nullable="false" />
                <Property Name="LookupTableId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ShowToolTip" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UseFieldForMatching" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="EngagementCreationInformation">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Finish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="MaxUnits" Type="Edm.Double" Nullable="false" />
                <Property Name="ResourceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TimephasedPeriodData"
                    Type="Collection(PS.EngagementTimephasedPeriodCreationInformation)" />
                <Property Name="Work" Type="Edm.String" />
                <Property Name="WorkMilliseconds" Type="Edm.Int64" Nullable="false" />
                <Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false" />
            </ComplexType>
            <ComplexType Name="EngagementTimephasedPeriodCreationInformation">
                <Property Name="End" Type="Edm.DateTime" Nullable="false" />
                <Property Name="MaxUnits" Type="Edm.Double" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Work" Type="Edm.String" />
                <Property Name="WorkMilliseconds" Type="Edm.Int64" Nullable="false" />
                <Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false" />
            </ComplexType>
            <ComplexType Name="EnterpriseProjectTypeCreationInformation">
                <Property Name="DepartmentIds" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ImageUrl" Type="Edm.String" />
                <Property Name="IsDefault" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsManaged" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Order" Type="Edm.Int32" Nullable="false" />
                <Property Name="PermissionSyncEnable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ProjectDetailPages"
                    Type="Collection(PS.ProjectDetailPageCreationInformation)" />
                <Property Name="ProjectPlanTemplateId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteCreationOption" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteCreationURL" Type="Edm.String" />
                <Property Name="TaskListSyncEnable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WorkflowAssociationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WorkflowAssociationName" Type="Edm.String" />
                <Property Name="WorkspaceTemplateLCID" Type="Edm.Int64" Nullable="false" />
                <Property Name="WorkspaceTemplateName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ProjectDetailPageCreationInformation">
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsCreate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Position" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="EnterpriseResourceCreationInformation">
                <Property Name="HyperlinkName" Type="Edm.String" />
                <Property Name="HyperlinkUrl" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsBudget" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsGeneric" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsInactive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ResourceType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="EntityLinkCreationInformation">
                <Property Name="EntityLinkType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Label" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="EventHandlerCreationInformation">
                <Property Name="AssemblyName" Type="Edm.String" />
                <Property Name="ClassName" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="EndpointUrl" Type="Edm.String" />
                <Property Name="EventId" Type="Edm.Int32" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Order" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="LookupEntryCreationInformation">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ParentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SortIndex" Type="Edm.Decimal" Nullable="false" />
                <Property Name="Value" Type="PS.LookupEntryValue" />
            </ComplexType>
            <ComplexType Name="LookupEntryValue">
                <Property Name="DateValue" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DurationValue" Type="Edm.String" />
                <Property Name="NumberValue" Type="Edm.Decimal" Nullable="false" />
                <Property Name="TextValue" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="LookupMask">
                <Property Name="Length" Type="Edm.Int32" Nullable="false" />
                <Property Name="MaskType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Separator" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="LookupTableCreationInformation">
                <Property Name="Entries" Type="Collection(PS.LookupEntryCreationInformation)" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Masks" Type="Collection(PS.LookupMask)" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="SortOrder" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PhaseCreationInformation">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PlanAssignmentCreationInformation">
                <Property Name="BookingType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Intervals"
                    Type="Collection(PS.PlanAssignmentIntervalCreationInformation)" />
                <Property Name="ResourceId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PlanAssignmentIntervalCreationInformation">
                <Property Name="Duration" Type="Edm.String" />
                <Property Name="Interval" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ProjectCreationInformation">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="EnterpriseProjectTypeId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ProjectEngagementCreationInformation"
                BaseType="PS.EngagementCreationInformation" />
            <ComplexType Name="ProjectResourceCreationInformation">
                <Property Name="Account" Type="Edm.String" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Notes" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="StageCreationInformation">
                <Property Name="Behavior" Type="Edm.Int32" Nullable="false" />
                <Property Name="CheckInRequired" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CustomFields"
                    Type="Collection(PS.StageCustomFieldCreationInformation)" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="PhaseId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ProjectDetailPages"
                    Type="Collection(PS.StageDetailPageCreationInformation)" />
                <Property Name="SubmitDescription" Type="Edm.String" />
                <Property Name="WorkflowStatusPageId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="StageCustomFieldCreationInformation">
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Required" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="StageDetailPageCreationInformation">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Position" Type="Edm.Int32" Nullable="false" />
                <Property Name="RequiresAttention" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="StatusAssignmentCreationInformation">
                <Property Name="Comment" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ProjectId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Task" Type="PS.StatusTaskCreationInformation" />
            </ComplexType>
            <ComplexType Name="StatusTaskCreationInformation">
                <Property Name="Finish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ParentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Work" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TaskCreationInformation">
                <Property Name="AddAfterId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Duration" Type="Edm.String" />
                <Property Name="Finish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsManual" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Notes" Type="Edm.String" />
                <Property Name="ParentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TaskLinkCreationInformation">
                <Property Name="DependencyType" Type="Edm.Int32" Nullable="false" />
                <Property Name="EndId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="LinkLagDuration" Type="Edm.String" />
                <Property Name="StartId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TaskPlanLinksCreationInformation">
                <Property Name="GroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="PlanId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TimeSheetLineCreationInformation">
                <Property Name="AssignmentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Comment" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="LineClass" Type="Edm.Int32" Nullable="false" />
                <Property Name="ProjectId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TaskName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TimeSheetWorkCreationInformation">
                <Property Name="ActualWork" Type="Edm.String" />
                <Property Name="Comment" Type="Edm.String" />
                <Property Name="End" Type="Edm.DateTime" Nullable="false" />
                <Property Name="NonBillableOvertimeWork" Type="Edm.String" />
                <Property Name="NonBillableWork" Type="Edm.String" />
                <Property Name="OvertimeWork" Type="Edm.String" />
                <Property Name="PlannedWork" Type="Edm.String" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="EngagementSaveConflictException" />
            <EntityType Name="Assignment" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="ActualCostWorkPerformed" Type="Edm.Double" Nullable="false" />
                <Property Name="ActualOvertimeCost" Type="Edm.Double" Nullable="false" />
                <Property Name="BaselineCost" Type="Edm.Double" Nullable="false" />
                <Property Name="BaselineCostPerUse" Type="Edm.Double" Nullable="false" />
                <Property Name="BaselineFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="BaselineStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="BaselineWork" Type="Edm.String" />
                <Property Name="BaselineWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="BaselineWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="BudgetedCostWorkPerformed" Type="Edm.Double" Nullable="false" />
                <Property Name="BudgetedCostWorkScheduled" Type="Edm.Double" Nullable="false" />
                <Property Name="CostVariance" Type="Edm.Double" Nullable="false" />
                <Property Name="CostVarianceAtCompletion" Type="Edm.Double" Nullable="false" />
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CurrentCostVariance" Type="Edm.Double" Nullable="false" />
                <Property Name="Finish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="FinishVariance" Type="Edm.String" />
                <Property Name="FinishVarianceMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="FinishVarianceTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsConfirmed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsOverAllocated" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPublished" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsResponsePending" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsUpdateNeeded" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LevelingDelay" Type="Edm.String" />
                <Property Name="LevelingDelayMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="LevelingDelayTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Notes" Type="Edm.String" />
                <Property Name="OvertimeCost" Type="Edm.Double" Nullable="false" />
                <Property Name="RemainingCost" Type="Edm.Double" Nullable="false" />
                <Property Name="RemainingOvertimeCost" Type="Edm.Double" Nullable="false" />
                <Property Name="Resume" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ScheduleCostVariance" Type="Edm.Double" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StartVariance" Type="Edm.String" />
                <Property Name="StartVarianceMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="StartVarianceTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Stop" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TimephasedAssignmentModCounter" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkContourType" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkVariance" Type="Edm.String" />
                <Property Name="WorkVarianceMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkVarianceTimeSpan" Type="Edm.Time" Nullable="false" />
                <NavigationProperty Name="CustomFields"
                    Relationship="PS.PS_Assignment_CustomFields_PS_CustomField_CustomFieldsPartner"
                    ToRole="CustomFields" FromRole="CustomFieldsPartner" />
            </EntityType>
            <EntityType Name="CustomField">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AppAlternateId" Type="Edm.Guid" Nullable="false" />
                <Property Name="DepartmentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="EntityTypeId" Type="Edm.Guid" Nullable="false" />
                <Property Name="FieldType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Formula" Type="Edm.String" />
                <Property Name="GraphicalIndicatorNonSummary" Type="Edm.String" />
                <Property Name="GraphicalIndicatorProjectSummary" Type="Edm.String" />
                <Property Name="GraphicalIndicatorSummary" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="InternalName" Type="Edm.String" />
                <Property Name="IsEditableInVisibility" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsLeafOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMultilineText" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRequired" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsWorkflowControlled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LookupAllowMultiSelect" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LookupDefaultValue" Type="Edm.Guid" Nullable="false" />
                <Property Name="LookupTableId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="RollsDownToAssignments" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RollupType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ShowToolTip" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UseFieldForMatching" Type="Edm.Boolean" Nullable="false" />
                <NavigationProperty Name="EntityType"
                    Relationship="PS.PS_CustomField_EntityType_PS_EntityType_EntityTypePartner"
                    ToRole="EntityType" FromRole="EntityTypePartner" />
                <NavigationProperty Name="LookupEntries"
                    Relationship="PS.PS_CustomField_LookupEntries_PS_LookupEntry_LookupEntriesPartner"
                    ToRole="LookupEntries" FromRole="LookupEntriesPartner" />
                <NavigationProperty Name="LookupTable"
                    Relationship="PS.PS_CustomField_LookupTable_PS_LookupTable_LookupTablePartner"
                    ToRole="LookupTable" FromRole="LookupTablePartner" />
            </EntityType>
            <EntityType Name="EntityType">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="ID" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="LookupEntry" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AppAlternateId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="FullValue" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="InternalName" Type="Edm.String" />
                <Property Name="SortIndex" Type="Edm.Decimal" Nullable="false" />
            </EntityType>
            <EntityType Name="LookupTable">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AppAlternateId" Type="Edm.Guid" Nullable="false" />
                <Property Name="FieldType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Masks" Type="Collection(PS.LookupMask)" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="SortOrder" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Entries"
                    Relationship="PS.PS_LookupTable_Entries_PS_LookupEntry_EntriesPartner"
                    ToRole="Entries" FromRole="EntriesPartner" />
            </EntityType>
            <EntityType Name="CalendarException" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Finish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="RecurrenceDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="RecurrenceFrequency" Type="Edm.Int32" Nullable="false" />
                <Property Name="RecurrenceMonth" Type="Edm.Int32" Nullable="false" />
                <Property Name="RecurrenceMonthDay" Type="Edm.Int32" Nullable="false" />
                <Property Name="RecurrenceType" Type="Edm.Int32" Nullable="false" />
                <Property Name="RecurrenceWeek" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift1Finish" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift1Start" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift2Finish" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift2Start" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift3Finish" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift3Start" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift4Finish" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift4Start" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift5Finish" Type="Edm.Int32" Nullable="false" />
                <Property Name="Shift5Start" Type="Edm.Int32" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <NavigationProperty Name="Calendar"
                    Relationship="PS.PS_CalendarException_Calendar_PS_Calendar_CalendarPartner"
                    ToRole="Calendar" FromRole="CalendarPartner" />
            </EntityType>
            <EntityType Name="Calendar">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsStandardCalendar" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="OriginalId" Type="Edm.Guid" Nullable="false" />
                <NavigationProperty Name="BaseCalendarExceptions"
                    Relationship="PS.PS_Calendar_BaseCalendarExceptions_PS_CalendarException_BaseCalendarExceptionsPartner"
                    ToRole="BaseCalendarExceptions" FromRole="BaseCalendarExceptionsPartner" />
            </EntityType>
            <EntityType Name="BaseCalendarException" BaseType="PS.CalendarException" />
            <EntityType Name="DeletedPublishedAssignment">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="DeletedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ProjectId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="DraftAssignment" BaseType="PS.Assignment" OpenType="true">
                <Property Name="ActualCost" Type="Edm.Double" Nullable="false" />
                <Property Name="ActualFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ActualOvertimeWork" Type="Edm.String" />
                <Property Name="ActualOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="ActualStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ActualWork" Type="Edm.String" />
                <Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="BudgetedCost" Type="Edm.Double" Nullable="false" />
                <Property Name="BudgetedWork" Type="Edm.String" />
                <Property Name="BudgetedWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="BudgetedWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Cost" Type="Edm.Double" Nullable="false" />
                <Property Name="CostRateTable" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultBookingType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Delay" Type="Edm.String" />
                <Property Name="DelayMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="DelayTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="IsLockedByManager" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsWorkResource" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OvertimeWork" Type="Edm.String" />
                <Property Name="OvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="OvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="PercentWorkComplete" Type="Edm.Int32" Nullable="false" />
                <Property Name="RegularWork" Type="Edm.String" />
                <Property Name="RegularWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RegularWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="RemainingOvertimeWork" Type="Edm.String" />
                <Property Name="RemainingOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="RemainingWork" Type="Edm.String" />
                <Property Name="RemainingWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="ResourceCapacity" Type="Edm.Double" Nullable="false" />
                <Property Name="ResourceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TaskId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Work" Type="Edm.String" />
                <Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <NavigationProperty Name="Owner"
                    Relationship="SP.PS_DraftAssignment_Owner_SP_User_OwnerPartner" ToRole="Owner"
                    FromRole="OwnerPartner" />
                <NavigationProperty Name="Parent"
                    Relationship="PS.PS_DraftAssignment_Parent_PS_DraftAssignment_ParentPartner"
                    ToRole="Parent" FromRole="ParentPartner" />
                <NavigationProperty Name="Resource"
                    Relationship="PS.PS_DraftAssignment_Resource_PS_DraftProjectResource_ResourcePartner"
                    ToRole="Resource" FromRole="ResourcePartner" />
                <NavigationProperty Name="Task"
                    Relationship="PS.PS_DraftAssignment_Task_PS_DraftTask_TaskPartner" ToRole="Task"
                    FromRole="TaskPartner" />
            </EntityType>
            <EntityType Name="ProjectResource" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="ActualCost" Type="Edm.Double" Nullable="false" />
                <Property Name="ActualCostWorkPerformed" Type="Edm.String" />
                <Property Name="ActualCostWorkPerformedMilliseconds" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="ActualCostWorkPerformedTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="ActualOvertimeCost" Type="Edm.Double" Nullable="false" />
                <Property Name="ActualOvertimeWork" Type="Edm.String" />
                <Property Name="ActualOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="ActualWork" Type="Edm.String" />
                <Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="AvailableFrom" Type="Edm.DateTime" Nullable="false" />
                <Property Name="AvailableTo" Type="Edm.DateTime" Nullable="false" />
                <Property Name="BaselineCost" Type="Edm.Double" Nullable="false" />
                <Property Name="BaselineWork" Type="Edm.String" />
                <Property Name="BaselineWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="BaselineWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="BudetCostWorkPerformed" Type="Edm.Double" Nullable="false" />
                <Property Name="BudgetedCost" Type="Edm.Double" Nullable="false" />
                <Property Name="BudgetedCostWorkScheduled" Type="Edm.Double" Nullable="false" />
                <Property Name="BudgetedWork" Type="Edm.String" />
                <Property Name="BudgetedWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="BudgetedWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Cost" Type="Edm.Double" Nullable="false" />
                <Property Name="CostVariance" Type="Edm.Double" Nullable="false" />
                <Property Name="CostVarianceAtCompletion" Type="Edm.Double" Nullable="false" />
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CurrentCostVariance" Type="Edm.Double" Nullable="false" />
                <Property Name="Finish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsBudgeted" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsGenericResource" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsOverAllocated" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Notes" Type="Edm.String" />
                <Property Name="OvertimeCost" Type="Edm.Double" Nullable="false" />
                <Property Name="OvertimeWork" Type="Edm.String" />
                <Property Name="OvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="OvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="PeakWork" Type="Edm.String" />
                <Property Name="PeakWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="PeakWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="PercentWorkComplete" Type="Edm.Int32" Nullable="false" />
                <Property Name="RegularWork" Type="Edm.String" />
                <Property Name="RegularWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RegularWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="RemainingCost" Type="Edm.Double" Nullable="false" />
                <Property Name="RemainingOvertimeCost" Type="Edm.Double" Nullable="false" />
                <Property Name="RemainingOvertimeWork" Type="Edm.String" />
                <Property Name="RemainingOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="RemainingWork" Type="Edm.String" />
                <Property Name="RemainingWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="ScheduleCostVariance" Type="Edm.Double" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Work" Type="Edm.String" />
                <Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="WorkVariance" Type="Edm.String" />
                <Property Name="WorkVarianceMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkVarianceTimeSpan" Type="Edm.Time" Nullable="false" />
                <NavigationProperty Name="CustomFields"
                    Relationship="PS.PS_ProjectResource_CustomFields_PS_CustomField_CustomFieldsPartner"
                    ToRole="CustomFields" FromRole="CustomFieldsPartner" />
                <NavigationProperty Name="EnterpriseResource"
                    Relationship="PS.PS_ProjectResource_EnterpriseResource_PS_EnterpriseResource_EnterpriseResourcePartner"
                    ToRole="EnterpriseResource" FromRole="EnterpriseResourcePartner" />
            </EntityType>
            <EntityType Name="EnterpriseResource" OpenType="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="CanLevel" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Code" Type="Edm.String" />
                <Property Name="CostAccrual" Type="Edm.Int32" Nullable="false" />
                <Property Name="CostCenter" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DefaultBookingType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="ExternalId" Type="Edm.String" />
                <Property Name="Group" Type="Edm.String" />
                <Property Name="HireDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="HyperlinkName" Type="Edm.String" />
                <Property Name="HyperlinkUrl" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Initials" Type="Edm.String" />
                <Property Name="IsActive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsBudget" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsCheckedOut" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsGeneric" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsTeam" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MaterialLabel" Type="Edm.String" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Phonetics" Type="Edm.String" />
                <Property Name="RequiresEngagements" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ResourceIdentifier" Type="Edm.Int32" Nullable="false" />
                <Property Name="ResourceType" Type="Edm.Int32" Nullable="false" />
                <Property Name="TerminationDate" Type="Edm.DateTime" Nullable="false" />
                <NavigationProperty Name="Assignments"
                    Relationship="PS.PS_EnterpriseResource_Assignments_PS_StatusAssignment_AssignmentsPartner"
                    ToRole="Assignments" FromRole="AssignmentsPartner" />
                <NavigationProperty Name="BaseCalendar"
                    Relationship="PS.PS_EnterpriseResource_BaseCalendar_PS_Calendar_BaseCalendarPartner"
                    ToRole="BaseCalendar" FromRole="BaseCalendarPartner" />
                <NavigationProperty Name="CostRateTables"
                    Relationship="PS.PS_EnterpriseResource_CostRateTables_PS_EnterpriseResourceCostRateTable_CostRateTablesPartner"
                    ToRole="CostRateTables" FromRole="CostRateTablesPartner" />
                <NavigationProperty Name="CustomFields"
                    Relationship="PS.PS_EnterpriseResource_CustomFields_PS_CustomField_CustomFieldsPartner"
                    ToRole="CustomFields" FromRole="CustomFieldsPartner" />
                <NavigationProperty Name="DefaultAssignmentOwner"
                    Relationship="SP.PS_EnterpriseResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner"
                    ToRole="DefaultAssignmentOwner" FromRole="DefaultAssignmentOwnerPartner" />
                <NavigationProperty Name="Engagements"
                    Relationship="PS.PS_EnterpriseResource_Engagements_PS_ResourceEngagement_EngagementsPartner"
                    ToRole="Engagements" FromRole="EngagementsPartner" />
                <NavigationProperty Name="UserPermissions"
                    Relationship="PS.PS_EnterpriseResource_UserPermissions_PS_UserPermission_UserPermissionsPartner"
                    ToRole="UserPermissions" FromRole="UserPermissionsPartner" />
                <NavigationProperty Name="ResourceCalendarExceptions"
                    Relationship="PS.PS_EnterpriseResource_ResourceCalendarExceptions_PS_CalendarException_ResourceCalendarExceptionsPartner"
                    ToRole="ResourceCalendarExceptions" FromRole="ResourceCalendarExceptionsPartner" />
                <NavigationProperty Name="Self"
                    Relationship="PS.PS_EnterpriseResource_Self_PS_EnterpriseResource_SelfPartner"
                    ToRole="Self" FromRole="SelfPartner" />
                <NavigationProperty Name="TimesheetManager"
                    Relationship="SP.PS_EnterpriseResource_TimesheetManager_SP_User_TimesheetManagerPartner"
                    ToRole="TimesheetManager" FromRole="TimesheetManagerPartner" />
                <NavigationProperty Name="User"
                    Relationship="SP.PS_EnterpriseResource_User_SP_User_UserPartner" ToRole="User"
                    FromRole="UserPartner" />
            </EntityType>
            <EntityType Name="StatusAssignment" OpenType="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="ActualFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ActualOvertime" Type="Edm.String" />
                <Property Name="ActualOvertimeMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualOvertimeTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="ActualStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ActualWork" Type="Edm.String" />
                <Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="ApprovalStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="Comments" Type="Edm.String" />
                <Property Name="Finish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsConfirmed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Overtime" Type="Edm.String" />
                <Property Name="OvertimeMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="OvertimeTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="PercentComplete" Type="Edm.Int16" Nullable="false" />
                <Property Name="RegularWork" Type="Edm.String" />
                <Property Name="RegularWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RegularWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="RemainingOvertime" Type="Edm.String" />
                <Property Name="RemainingOvertimeMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingOvertimeTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="RemainingWork" Type="Edm.String" />
                <Property Name="RemainingWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Work" Type="Edm.String" />
                <Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <NavigationProperty Name="CustomFields"
                    Relationship="PS.PS_StatusAssignment_CustomFields_PS_CustomField_CustomFieldsPartner"
                    ToRole="CustomFields" FromRole="CustomFieldsPartner" />
                <NavigationProperty Name="History"
                    Relationship="PS.PS_StatusAssignment_History_PS_StatusAssignmentHistoryLine_HistoryPartner"
                    ToRole="History" FromRole="HistoryPartner" />
                <NavigationProperty Name="Project"
                    Relationship="PS.PS_StatusAssignment_Project_PS_PublishedProject_ProjectPartner"
                    ToRole="Project" FromRole="ProjectPartner" />
                <NavigationProperty Name="Resource"
                    Relationship="PS.PS_StatusAssignment_Resource_PS_EnterpriseResource_ResourcePartner"
                    ToRole="Resource" FromRole="ResourcePartner" />
                <NavigationProperty Name="Task"
                    Relationship="PS.PS_StatusAssignment_Task_PS_StatusTask_TaskPartner"
                    ToRole="Task" FromRole="TaskPartner" />
            </EntityType>
            <EntityType Name="StatusAssignmentHistoryLine">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="ApproverId" Type="Edm.Guid" />
                <Property Name="Comment" Type="Edm.String" />
                <Property Name="Decision" Type="Edm.Int32" Nullable="false" />
                <Property Name="DecisionDate" Type="Edm.DateTime" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ReassignedResourceId" Type="Edm.Guid" />
                <Property Name="ReassignmentDate" Type="Edm.DateTime" />
                <Property Name="State" Type="Edm.Int32" />
                <Property Name="Submitted" Type="Edm.DateTime" Nullable="false" />
                <Property Name="SubmitterId" Type="Edm.Guid" />
                <Property Name="UpdateType" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Author"
                    Relationship="SP.PS_StatusAssignmentHistoryLine_Author_SP_User_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
            </EntityType>
            <EntityType Name="Project" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="ApprovedEnd" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ApprovedStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CalculateActualCosts" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CalculatesActualCosts" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CheckedOutDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CheckOutDescription" Type="Edm.String" />
                <Property Name="CheckOutId" Type="Edm.Guid" Nullable="false" />
                <Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CriticalSlackLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultFinishTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DefaultOvertimeRateUnits" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultStandardRateUnits" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultStartTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="HasMppPendingImport" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HonorConstraints" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsCheckedOut" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastPublishedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LastSavedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="MoveActualIfLater" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MoveActualToStatus" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MoveRemainingIfEarlier" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MoveRemainingToStatus" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MultipleCriticalPaths" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OptimizerDecision" Type="Edm.Int32" Nullable="false" />
                <Property Name="PercentComplete" Type="Edm.Int32" Nullable="false" />
                <Property Name="PlannerDecision" Type="Edm.Int32" Nullable="false" />
                <Property Name="ProjectSiteUrl" Type="Edm.String" />
                <Property Name="ProjectType" Type="Edm.Int32" Nullable="false" />
                <Property Name="SplitInProgress" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SpreadActualCostsToStatus" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SpreadPercentCompleteToStatus" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SummaryTaskId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TaskListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
                <NavigationProperty Name="CheckedOutBy"
                    Relationship="SP.PS_Project_CheckedOutBy_SP_User_CheckedOutByPartner"
                    ToRole="CheckedOutBy" FromRole="CheckedOutByPartner" />
                <NavigationProperty Name="CustomFields"
                    Relationship="PS.PS_Project_CustomFields_PS_CustomField_CustomFieldsPartner"
                    ToRole="CustomFields" FromRole="CustomFieldsPartner" />
                <NavigationProperty Name="Engagements"
                    Relationship="PS.PS_Project_Engagements_PS_ProjectEngagement_EngagementsPartner"
                    ToRole="Engagements" FromRole="EngagementsPartner" />
                <NavigationProperty Name="EnterpriseProjectType"
                    Relationship="PS.PS_Project_EnterpriseProjectType_PS_EnterpriseProjectType_EnterpriseProjectTypePartner"
                    ToRole="EnterpriseProjectType" FromRole="EnterpriseProjectTypePartner" />
                <NavigationProperty Name="UserPermissions"
                    Relationship="PS.PS_Project_UserPermissions_PS_UserPermission_UserPermissionsPartner"
                    ToRole="UserPermissions" FromRole="UserPermissionsPartner" />
                <NavigationProperty Name="Phase"
                    Relationship="PS.PS_Project_Phase_PS_Phase_PhasePartner" ToRole="Phase"
                    FromRole="PhasePartner" />
                <NavigationProperty Name="ProjectSummaryTask"
                    Relationship="PS.PS_Project_ProjectSummaryTask_PS_ProjectSummaryTask_ProjectSummaryTaskPartner"
                    ToRole="ProjectSummaryTask" FromRole="ProjectSummaryTaskPartner" />
                <NavigationProperty Name="QueueJobs"
                    Relationship="PS.PS_Project_QueueJobs_PS_QueueJob_QueueJobsPartner"
                    ToRole="QueueJobs" FromRole="QueueJobsPartner" />
                <NavigationProperty Name="Stage"
                    Relationship="PS.PS_Project_Stage_PS_Stage_StagePartner" ToRole="Stage"
                    FromRole="StagePartner" />
            </EntityType>
            <EntityType Name="Engagement" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ReviewedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="SubmittedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TimephasedEditsOnly" Type="Edm.Boolean" Nullable="false" />
                <NavigationProperty Name="Comments"
                    Relationship="PS.PS_Engagement_Comments_PS_EngagementComment_CommentsPartner"
                    ToRole="Comments" FromRole="CommentsPartner" />
                <NavigationProperty Name="ModifiedBy"
                    Relationship="SP.PS_Engagement_ModifiedBy_SP_User_ModifiedByPartner"
                    ToRole="ModifiedBy" FromRole="ModifiedByPartner" />
                <NavigationProperty Name="Project"
                    Relationship="PS.PS_Engagement_Project_PS_Project_ProjectPartner"
                    ToRole="Project" FromRole="ProjectPartner" />
                <NavigationProperty Name="Resource"
                    Relationship="PS.PS_Engagement_Resource_PS_EnterpriseResource_ResourcePartner"
                    ToRole="Resource" FromRole="ResourcePartner" />
                <NavigationProperty Name="ReviewedBy"
                    Relationship="SP.PS_Engagement_ReviewedBy_SP_User_ReviewedByPartner"
                    ToRole="ReviewedBy" FromRole="ReviewedByPartner" />
                <NavigationProperty Name="SubmittedBy"
                    Relationship="SP.PS_Engagement_SubmittedBy_SP_User_SubmittedByPartner"
                    ToRole="SubmittedBy" FromRole="SubmittedByPartner" />
            </EntityType>
            <EntityType Name="EngagementComment" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Message" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.PS_EngagementComment_Author_SP_User_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
            </EntityType>
            <EntityType Name="ProjectEngagement" BaseType="PS.Engagement">
                <Property Name="ApprovedFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ApprovedMaxUnits" Type="Edm.Double" Nullable="false" />
                <Property Name="ApprovedStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ApprovedWork" Type="Edm.String" />
                <Property Name="ApprovedWorkMilliseconds" Type="Edm.Int64" Nullable="false" />
                <Property Name="ApprovedWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="HasUnsubmittedChanges" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RequestedFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="RequestedMaxUnits" Type="Edm.Double" Nullable="false" />
                <Property Name="RequestedStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="RequestedWork" Type="Edm.String" />
                <Property Name="RequestedWorkMilliseconds" Type="Edm.Int64" Nullable="false" />
                <Property Name="RequestedWorkTimeSpan" Type="Edm.Time" Nullable="false" />
            </EntityType>
            <EntityType Name="EnterpriseProjectType">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Departments" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ImageUrl" Type="Edm.String" />
                <Property Name="IsDefault" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsManaged" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Order" Type="Edm.Int32" Nullable="false" />
                <Property Name="PermissionSyncEnable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ProjectPlanTemplateId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteCreationOption" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteCreationURL" Type="Edm.String" />
                <Property Name="TaskListSyncEnable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WorkflowAssociationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WorkflowAssociationName" Type="Edm.String" />
                <Property Name="WorkspaceTemplateLCID" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkspaceTemplateName" Type="Edm.String" />
                <NavigationProperty Name="ProjectDetailPages"
                    Relationship="PS.PS_EnterpriseProjectType_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartner"
                    ToRole="ProjectDetailPages" FromRole="ProjectDetailPagesPartner" />
            </EntityType>
            <EntityType Name="ProjectDetailPage">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="PageType" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Item"
                    Relationship="SP.PS_ProjectDetailPage_Item_SP_ListItem_ItemPartner"
                    ToRole="Item" FromRole="ItemPartner" />
            </EntityType>
            <EntityType Name="UserPermission">
                <Key>
                    <PropertyRef Name="HasPermission" />
                </Key>
                <Property Name="HasPermission" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Permission" Type="Edm.String" />
            </EntityType>
            <EntityType Name="Phase">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <NavigationProperty Name="Stages"
                    Relationship="PS.PS_Phase_Stages_PS_Stage_StagesPartner" ToRole="Stages"
                    FromRole="StagesPartner" />
            </EntityType>
            <EntityType Name="Stage">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Behavior" Type="Edm.Int32" Nullable="false" />
                <Property Name="CheckInRequired" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="SubmitDescription" Type="Edm.String" />
                <NavigationProperty Name="CustomFields"
                    Relationship="PS.PS_Stage_CustomFields_PS_StageCustomField_CustomFieldsPartner"
                    ToRole="CustomFields" FromRole="CustomFieldsPartner" />
                <NavigationProperty Name="Phase"
                    Relationship="PS.PS_Stage_Phase_PS_Phase_PhasePartner" ToRole="Phase"
                    FromRole="PhasePartner" />
                <NavigationProperty Name="ProjectDetailPages"
                    Relationship="PS.PS_Stage_ProjectDetailPages_PS_StageDetailPage_ProjectDetailPagesPartner"
                    ToRole="ProjectDetailPages" FromRole="ProjectDetailPagesPartner" />
                <NavigationProperty Name="WorkflowStatusPage"
                    Relationship="PS.PS_Stage_WorkflowStatusPage_PS_ProjectDetailPage_WorkflowStatusPagePartner"
                    ToRole="WorkflowStatusPage" FromRole="WorkflowStatusPagePartner" />
            </EntityType>
            <EntityType Name="StageCustomField">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Required" Type="Edm.Boolean" Nullable="false" />
                <NavigationProperty Name="Stage"
                    Relationship="PS.PS_StageCustomField_Stage_PS_Stage_StagePartner" ToRole="Stage"
                    FromRole="StagePartner" />
            </EntityType>
            <EntityType Name="StageDetailPage">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Position" Type="Edm.Int32" Nullable="false" />
                <Property Name="RequiresAttention" Type="Edm.Boolean" Nullable="false" />
                <NavigationProperty Name="Page"
                    Relationship="PS.PS_StageDetailPage_Page_PS_ProjectDetailPage_PagePartner"
                    ToRole="Page" FromRole="PagePartner" />
                <NavigationProperty Name="Stage"
                    Relationship="PS.PS_StageDetailPage_Stage_PS_Stage_StagePartner" ToRole="Stage"
                    FromRole="StagePartner" />
            </EntityType>
            <EntityType Name="Task" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="ActualCostWorkPerformed" Type="Edm.Double" Nullable="false" />
                <Property Name="ActualDuration" Type="Edm.String" />
                <Property Name="ActualDurationMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualDurationTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="ActualOvertimeCost" Type="Edm.Double" Nullable="false" />
                <Property Name="ActualOvertimeWork" Type="Edm.String" />
                <Property Name="ActualOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="BaselineCost" Type="Edm.Double" Nullable="false" />
                <Property Name="BaselineDuration" Type="Edm.String" />
                <Property Name="BaselineDurationMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="BaselineDurationTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="BaselineFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="BaselineStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="BaselineWork" Type="Edm.String" />
                <Property Name="BaselineWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="BaselineWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="BudgetCost" Type="Edm.Double" Nullable="false" />
                <Property Name="BudgetedCostWorkPerformed" Type="Edm.Double" Nullable="false" />
                <Property Name="BudgetedCostWorkScheduled" Type="Edm.Double" Nullable="false" />
                <Property Name="Contact" Type="Edm.String" />
                <Property Name="CostPerformanceIndex" Type="Edm.Double" Nullable="false" />
                <Property Name="CostVariance" Type="Edm.Double" Nullable="false" />
                <Property Name="CostVarianceAtCompletion" Type="Edm.Double" Nullable="false" />
                <Property Name="CostVariancePercentage" Type="Edm.Int32" Nullable="false" />
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CurrentCostVariance" Type="Edm.Double" Nullable="false" />
                <Property Name="DurationVariance" Type="Edm.String" />
                <Property Name="DurationVarianceMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="DurationVarianceTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="EarliestFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="EarliestStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="EstimateAtCompletion" Type="Edm.Double" Nullable="false" />
                <Property Name="ExternalProjectUid" Type="Edm.Guid" Nullable="false" />
                <Property Name="ExternalTaskUid" Type="Edm.Guid" Nullable="false" />
                <Property Name="FinishSlack" Type="Edm.String" />
                <Property Name="FinishSlackMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="FinishSlackTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="FinishVariance" Type="Edm.String" />
                <Property Name="FinishVarianceMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="FinishVarianceTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="FreeSlack" Type="Edm.String" />
                <Property Name="FreeSlackMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="FreeSlackTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IgnoreResourceCalendar" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsCritical" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsDurationEstimate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsExternalTask" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsOverAllocated" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRecurring" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRecurringSummary" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRolledUp" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSubProject" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSubProjectReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSubProjectScheduledFromFinish" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSummary" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LatestFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LatestStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LevelingDelay" Type="Edm.String" />
                <Property Name="LevelingDelayMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="LevelingDelayTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Notes" Type="Edm.String" />
                <Property Name="OutlinePosition" Type="Edm.String" />
                <Property Name="OvertimeCost" Type="Edm.Double" Nullable="false" />
                <Property Name="OvertimeWork" Type="Edm.String" />
                <Property Name="OvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="OvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="PercentWorkComplete" Type="Edm.Int32" Nullable="false" />
                <Property Name="PreLevelingFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="PreLevelingStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="RegularWork" Type="Edm.String" />
                <Property Name="RegularWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RegularWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="RemainingCost" Type="Edm.Double" Nullable="false" />
                <Property Name="RemainingOvertimeCost" Type="Edm.Double" Nullable="false" />
                <Property Name="RemainingOvertimeWork" Type="Edm.String" />
                <Property Name="RemainingOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="RemainingWork" Type="Edm.String" />
                <Property Name="RemainingWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Resume" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ScheduleCostVariance" Type="Edm.Double" Nullable="false" />
                <Property Name="ScheduledDuration" Type="Edm.String" />
                <Property Name="ScheduledDurationMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ScheduledDurationTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="ScheduledFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ScheduledStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="SchedulePerformanceIndex" Type="Edm.Double" Nullable="false" />
                <Property Name="ScheduleVariancePercentage" Type="Edm.Int32" Nullable="false" />
                <Property Name="StartSlack" Type="Edm.String" />
                <Property Name="StartSlackMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="StartSlackTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="StartVariance" Type="Edm.String" />
                <Property Name="StartVarianceMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="StartVarianceTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Stop" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ToCompletePerformanceIndex" Type="Edm.Double" Nullable="false" />
                <Property Name="TotalSlack" Type="Edm.String" />
                <Property Name="TotalSlackMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalSlackTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="WorkBreakdownStructure" Type="Edm.String" />
                <Property Name="WorkVariance" Type="Edm.String" />
                <Property Name="WorkVarianceMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkVarianceTimeSpan" Type="Edm.Time" Nullable="false" />
                <NavigationProperty Name="CustomFields"
                    Relationship="PS.PS_Task_CustomFields_PS_CustomField_CustomFieldsPartner"
                    ToRole="CustomFields" FromRole="CustomFieldsPartner" />
                <NavigationProperty Name="SubProject"
                    Relationship="PS.PS_Task_SubProject_PS_PublishedProject_SubProjectPartner"
                    ToRole="SubProject" FromRole="SubProjectPartner" />
            </EntityType>
            <EntityType Name="PublishedProject" BaseType="PS.Project" OpenType="true">
                <Property Name="CurrencyCode" Type="Edm.String" />
                <Property Name="CurrencyDigits" Type="Edm.Int32" Nullable="false" />
                <Property Name="CurrencyPosition" Type="Edm.Int32" Nullable="false" />
                <Property Name="CurrencySymbol" Type="Edm.String" />
                <Property Name="CurrentDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DaysPerMonth" Type="Edm.Int16" Nullable="false" />
                <Property Name="DefaultEffortDriven" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DefaultEstimatedDuration" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DefaultFixedCostAccrual" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultOvertimeRate" Type="Edm.Double" Nullable="false" />
                <Property Name="DefaultStandardRate" Type="Edm.Double" Nullable="false" />
                <Property Name="DefaultTaskType" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultWorkFormat" Type="Edm.Int32" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="EnterpriseProjectTypeId" Type="Edm.Guid" Nullable="false" />
                <Property Name="FinishDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="FiscalYearStartMonth" Type="Edm.Int16" Nullable="false" />
                <Property Name="IsEnterpriseProject" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MinutesPerDay" Type="Edm.Int32" Nullable="false" />
                <Property Name="MinutesPerWeek" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="NewTasksAreManual" Type="Edm.Boolean" Nullable="false" />
                <Property Name="NumberFiscalYearFromStart" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OwnerId" Type="Edm.String" />
                <Property Name="ProjectIdentifier" Type="Edm.String" />
                <Property Name="ProtectedActualsSynch" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ScheduledFromStart" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowEstimatedDurations" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StartDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StatusDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TrackingMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="UtilizationDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="UtilizationType" Type="Edm.Int32" Nullable="false" />
                <Property Name="WeekStartDay" Type="Edm.Int16" Nullable="false" />
                <Property Name="WinprojVersion" Type="Edm.Decimal" Nullable="false" />
                <NavigationProperty Name="Assignments"
                    Relationship="PS.PS_PublishedProject_Assignments_PS_PublishedAssignment_AssignmentsPartner"
                    ToRole="Assignments" FromRole="AssignmentsPartner" />
                <NavigationProperty Name="Calendar"
                    Relationship="PS.PS_PublishedProject_Calendar_PS_Calendar_CalendarPartner"
                    ToRole="Calendar" FromRole="CalendarPartner" />
                <NavigationProperty Name="Draft"
                    Relationship="PS.PS_PublishedProject_Draft_PS_DraftProject_DraftPartner"
                    ToRole="Draft" FromRole="DraftPartner" />
                <NavigationProperty Name="EntityLinks"
                    Relationship="PS.PS_PublishedProject_EntityLinks_PS_EntityLink_EntityLinksPartner"
                    ToRole="EntityLinks" FromRole="EntityLinksPartner" />
                <NavigationProperty Name="IncludeCustomFields"
                    Relationship="PS.PS_PublishedProject_IncludeCustomFields_PS_PublishedProject_IncludeCustomFieldsPartner"
                    ToRole="IncludeCustomFields" FromRole="IncludeCustomFieldsPartner" />
                <NavigationProperty Name="Owner"
                    Relationship="SP.PS_PublishedProject_Owner_SP_User_OwnerPartner" ToRole="Owner"
                    FromRole="OwnerPartner" />
                <NavigationProperty Name="ProjectResources"
                    Relationship="PS.PS_PublishedProject_ProjectResources_PS_PublishedProjectResource_ProjectResourcesPartner"
                    ToRole="ProjectResources" FromRole="ProjectResourcesPartner" />
                <NavigationProperty Name="ProjectWorkflowInstance"
                    Relationship="PS.PS_PublishedProject_ProjectWorkflowInstance_PS_ProjectWorkflowInstance_ProjectWorkflowInstancePartner"
                    ToRole="ProjectWorkflowInstance" FromRole="ProjectWorkflowInstancePartner" />
                <NavigationProperty Name="TaskLinks"
                    Relationship="PS.PS_PublishedProject_TaskLinks_PS_PublishedTaskLink_TaskLinksPartner"
                    ToRole="TaskLinks" FromRole="TaskLinksPartner" />
                <NavigationProperty Name="Tasks"
                    Relationship="PS.PS_PublishedProject_Tasks_PS_PublishedTask_TasksPartner"
                    ToRole="Tasks" FromRole="TasksPartner" />
            </EntityType>
            <EntityType Name="PublishedAssignment" BaseType="PS.Assignment" OpenType="true">
                <Property Name="ActualCost" Type="Edm.Double" Nullable="false" />
                <Property Name="ActualFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ActualOvertimeWork" Type="Edm.String" />
                <Property Name="ActualOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="ActualStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ActualWork" Type="Edm.String" />
                <Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="BudgetedCost" Type="Edm.Double" Nullable="false" />
                <Property Name="BudgetedWork" Type="Edm.String" />
                <Property Name="BudgetedWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="BudgetedWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Cost" Type="Edm.Double" Nullable="false" />
                <Property Name="CostRateTable" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultBookingType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Delay" Type="Edm.String" />
                <Property Name="DelayMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="DelayTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="IsLockedByManager" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsWorkResource" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OvertimeWork" Type="Edm.String" />
                <Property Name="OvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="OvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="PercentWorkComplete" Type="Edm.Int32" Nullable="false" />
                <Property Name="RegularWork" Type="Edm.String" />
                <Property Name="RegularWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RegularWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="RemainingOvertimeWork" Type="Edm.String" />
                <Property Name="RemainingOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="RemainingWork" Type="Edm.String" />
                <Property Name="RemainingWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="ResourceCapacity" Type="Edm.Double" Nullable="false" />
                <Property Name="Work" Type="Edm.String" />
                <Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <NavigationProperty Name="Owner"
                    Relationship="SP.PS_PublishedAssignment_Owner_SP_User_OwnerPartner"
                    ToRole="Owner" FromRole="OwnerPartner" />
                <NavigationProperty Name="Parent"
                    Relationship="PS.PS_PublishedAssignment_Parent_PS_PublishedAssignment_ParentPartner"
                    ToRole="Parent" FromRole="ParentPartner" />
                <NavigationProperty Name="Resource"
                    Relationship="PS.PS_PublishedAssignment_Resource_PS_PublishedProjectResource_ResourcePartner"
                    ToRole="Resource" FromRole="ResourcePartner" />
                <NavigationProperty Name="Task"
                    Relationship="PS.PS_PublishedAssignment_Task_PS_PublishedTask_TaskPartner"
                    ToRole="Task" FromRole="TaskPartner" />
            </EntityType>
            <EntityType Name="PublishedProjectResource" BaseType="PS.ProjectResource"
                OpenType="true">
                <Property Name="CanLevel" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Code" Type="Edm.String" />
                <Property Name="CostAccrual" Type="Edm.Int32" Nullable="false" />
                <Property Name="CostCenter" Type="Edm.String" />
                <Property Name="CostPerUse" Type="Edm.Double" Nullable="false" />
                <Property Name="DefaultBookingType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="Group" Type="Edm.String" />
                <Property Name="Initials" Type="Edm.String" />
                <Property Name="MaterialLabel" Type="Edm.String" />
                <Property Name="MaximumCapacity" Type="Edm.Double" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="OvertimeRate" Type="Edm.Double" Nullable="false" />
                <Property Name="OvertimeRateUnits" Type="Edm.Int32" Nullable="false" />
                <Property Name="Phonetics" Type="Edm.String" />
                <Property Name="StandardRate" Type="Edm.Double" Nullable="false" />
                <Property Name="StandardRateUnits" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Assignments"
                    Relationship="PS.PS_PublishedProjectResource_Assignments_PS_PublishedAssignment_AssignmentsPartner"
                    ToRole="Assignments" FromRole="AssignmentsPartner" />
                <NavigationProperty Name="DefaultAssignmentOwner"
                    Relationship="SP.PS_PublishedProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner"
                    ToRole="DefaultAssignmentOwner" FromRole="DefaultAssignmentOwnerPartner" />
            </EntityType>
            <EntityType Name="PublishedTask" BaseType="PS.Task" OpenType="true">
                <Property Name="ActualCost" Type="Edm.Double" Nullable="false" />
                <Property Name="ActualFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ActualStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ActualWork" Type="Edm.String" />
                <Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="BudgetWork" Type="Edm.String" />
                <Property Name="BudgetWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="BudgetWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Completion" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ConstraintStartEnd" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ConstraintType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Cost" Type="Edm.Double" Nullable="false" />
                <Property Name="Deadline" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Duration" Type="Edm.String" />
                <Property Name="DurationMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="DurationTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Finish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="FinishText" Type="Edm.String" />
                <Property Name="FixedCost" Type="Edm.Double" Nullable="false" />
                <Property Name="FixedCostAccrual" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsActive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsEffortDriven" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsLockedByManager" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsManual" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMarked" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMilestone" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LevelingAdjustsAssignments" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LevelingCanSplit" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="OutlineLevel" Type="Edm.Int32" Nullable="false" />
                <Property Name="PercentComplete" Type="Edm.Int32" Nullable="false" />
                <Property Name="PercentPhysicalWorkComplete" Type="Edm.Int32" Nullable="false" />
                <Property Name="Priority" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingDuration" Type="Edm.String" />
                <Property Name="RemainingDurationMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingDurationTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StartText" Type="Edm.String" />
                <Property Name="TaskType" Type="Edm.Int32" Nullable="false" />
                <Property Name="UsePercentPhysicalWorkComplete" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Work" Type="Edm.String" />
                <Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <NavigationProperty Name="Assignments"
                    Relationship="PS.PS_PublishedTask_Assignments_PS_PublishedAssignment_AssignmentsPartner"
                    ToRole="Assignments" FromRole="AssignmentsPartner" />
                <NavigationProperty Name="Calendar"
                    Relationship="PS.PS_PublishedTask_Calendar_PS_Calendar_CalendarPartner"
                    ToRole="Calendar" FromRole="CalendarPartner" />
                <NavigationProperty Name="EntityLinks"
                    Relationship="PS.PS_PublishedTask_EntityLinks_PS_EntityLink_EntityLinksPartner"
                    ToRole="EntityLinks" FromRole="EntityLinksPartner" />
                <NavigationProperty Name="Parent"
                    Relationship="PS.PS_PublishedTask_Parent_PS_PublishedTask_ParentPartner"
                    ToRole="Parent" FromRole="ParentPartner" />
                <NavigationProperty Name="Predecessors"
                    Relationship="PS.PS_PublishedTask_Predecessors_PS_PublishedTaskLink_PredecessorsPartner"
                    ToRole="Predecessors" FromRole="PredecessorsPartner" />
                <NavigationProperty Name="StatusManager"
                    Relationship="SP.PS_PublishedTask_StatusManager_SP_User_StatusManagerPartner"
                    ToRole="StatusManager" FromRole="StatusManagerPartner" />
                <NavigationProperty Name="Successors"
                    Relationship="PS.PS_PublishedTask_Successors_PS_PublishedTaskLink_SuccessorsPartner"
                    ToRole="Successors" FromRole="SuccessorsPartner" />
                <NavigationProperty Name="TaskPlanLink"
                    Relationship="PS.PS_PublishedTask_TaskPlanLink_PS_TaskPlanLink_TaskPlanLinkPartner"
                    ToRole="TaskPlanLink" FromRole="TaskPlanLinkPartner" />
            </EntityType>
            <EntityType Name="EntityLink">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="EntityLinkType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Label" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </EntityType>
            <EntityType Name="TaskLink" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="PublishedTaskLink" BaseType="PS.TaskLink">
                <Property Name="DependencyType" Type="Edm.Int32" Nullable="false" />
                <Property Name="LinkLag" Type="Edm.Int32" Nullable="false" />
                <Property Name="LinkLagDuration" Type="Edm.String" />
                <Property Name="LinkLagFmt" Type="Edm.Int16" Nullable="false" />
                <Property Name="PredecessorTaskId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ProjUid" Type="Edm.Guid" Nullable="false" />
                <Property Name="SuccessorTaskId" Type="Edm.Guid" Nullable="false" />
                <NavigationProperty Name="End"
                    Relationship="PS.PS_PublishedTaskLink_End_PS_PublishedTask_EndPartner"
                    ToRole="End" FromRole="EndPartner" />
                <NavigationProperty Name="Start"
                    Relationship="PS.PS_PublishedTaskLink_Start_PS_PublishedTask_StartPartner"
                    ToRole="Start" FromRole="StartPartner" />
            </EntityType>
            <EntityType Name="TaskPlanLink">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="GroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Id" Type="Edm.String" Nullable="false" />
                <Property Name="PlanId" Type="Edm.String" />
                <Property Name="ProjectId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TaskId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="DraftProject" BaseType="PS.Project" OpenType="true">
                <Property Name="CurrencyCode" Type="Edm.String" />
                <Property Name="CurrencyDigits" Type="Edm.Int32" Nullable="false" />
                <Property Name="CurrencyPosition" Type="Edm.Int32" Nullable="false" />
                <Property Name="CurrencySymbol" Type="Edm.String" />
                <Property Name="CurrentDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DaysPerMonth" Type="Edm.Int16" Nullable="false" />
                <Property Name="DefaultEffortDriven" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DefaultEstimatedDuration" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DefaultFixedCostAccrual" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultOvertimeRate" Type="Edm.Double" Nullable="false" />
                <Property Name="DefaultStandardRate" Type="Edm.Double" Nullable="false" />
                <Property Name="DefaultTaskType" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultWorkFormat" Type="Edm.Int32" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="FinishDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="FiscalYearStartMonth" Type="Edm.Int16" Nullable="false" />
                <Property Name="MinutesPerDay" Type="Edm.Int32" Nullable="false" />
                <Property Name="MinutesPerWeek" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="NewTasksAreManual" Type="Edm.Boolean" Nullable="false" />
                <Property Name="NumberFiscalYearFromStart" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OwnerId" Type="Edm.String" />
                <Property Name="ProjectIdentifier" Type="Edm.String" />
                <Property Name="ProtectedActualsSynch" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ScheduledFromStart" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowEstimatedDurations" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StartDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StatusDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TrackingMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="UtilizationDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="UtilizationType" Type="Edm.Int32" Nullable="false" />
                <Property Name="WeekStartDay" Type="Edm.Int16" Nullable="false" />
                <Property Name="WinprojVersion" Type="Edm.Decimal" Nullable="false" />
                <NavigationProperty Name="Assignments"
                    Relationship="PS.PS_DraftProject_Assignments_PS_DraftAssignment_AssignmentsPartner"
                    ToRole="Assignments" FromRole="AssignmentsPartner" />
                <NavigationProperty Name="Calendar"
                    Relationship="PS.PS_DraftProject_Calendar_PS_Calendar_CalendarPartner"
                    ToRole="Calendar" FromRole="CalendarPartner" />
                <NavigationProperty Name="IncludeCustomFields"
                    Relationship="PS.PS_DraftProject_IncludeCustomFields_PS_DraftProject_IncludeCustomFieldsPartner"
                    ToRole="IncludeCustomFields" FromRole="IncludeCustomFieldsPartner" />
                <NavigationProperty Name="Owner"
                    Relationship="SP.PS_DraftProject_Owner_SP_User_OwnerPartner" ToRole="Owner"
                    FromRole="OwnerPartner" />
                <NavigationProperty Name="ProjectResources"
                    Relationship="PS.PS_DraftProject_ProjectResources_PS_DraftProjectResource_ProjectResourcesPartner"
                    ToRole="ProjectResources" FromRole="ProjectResourcesPartner" />
                <NavigationProperty Name="TaskLinks"
                    Relationship="PS.PS_DraftProject_TaskLinks_PS_DraftTaskLink_TaskLinksPartner"
                    ToRole="TaskLinks" FromRole="TaskLinksPartner" />
                <NavigationProperty Name="Tasks"
                    Relationship="PS.PS_DraftProject_Tasks_PS_DraftTask_TasksPartner" ToRole="Tasks"
                    FromRole="TasksPartner" />
            </EntityType>
            <EntityType Name="DraftProjectResource" BaseType="PS.ProjectResource" OpenType="true">
                <Property Name="CanLevel" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Code" Type="Edm.String" />
                <Property Name="CostAccrual" Type="Edm.Int32" Nullable="false" />
                <Property Name="CostCenter" Type="Edm.String" />
                <Property Name="CostPerUse" Type="Edm.Double" Nullable="false" />
                <Property Name="DefaultBookingType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="Group" Type="Edm.String" />
                <Property Name="Initials" Type="Edm.String" />
                <Property Name="MaterialLabel" Type="Edm.String" />
                <Property Name="MaximumCapacity" Type="Edm.Double" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="OvertimeRate" Type="Edm.Double" Nullable="false" />
                <Property Name="OvertimeRateUnits" Type="Edm.Int32" Nullable="false" />
                <Property Name="Phonetics" Type="Edm.String" />
                <Property Name="StandardRate" Type="Edm.Double" Nullable="false" />
                <Property Name="StandardRateUnits" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Assignments"
                    Relationship="PS.PS_DraftProjectResource_Assignments_PS_DraftAssignment_AssignmentsPartner"
                    ToRole="Assignments" FromRole="AssignmentsPartner" />
                <NavigationProperty Name="DefaultAssignmentOwner"
                    Relationship="SP.PS_DraftProjectResource_DefaultAssignmentOwner_SP_User_DefaultAssignmentOwnerPartner"
                    ToRole="DefaultAssignmentOwner" FromRole="DefaultAssignmentOwnerPartner" />
            </EntityType>
            <EntityType Name="DraftTaskLink" BaseType="PS.TaskLink">
                <Property Name="DependencyType" Type="Edm.Int32" Nullable="false" />
                <Property Name="EndId" Type="Edm.Guid" Nullable="false" />
                <Property Name="LinkLagDuration" Type="Edm.String" />
                <Property Name="PredecessorTaskId" Type="Edm.Guid" Nullable="false" />
                <Property Name="StartId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SuccessorTaskId" Type="Edm.Guid" Nullable="false" />
                <NavigationProperty Name="End"
                    Relationship="PS.PS_DraftTaskLink_End_PS_DraftTask_EndPartner" ToRole="End"
                    FromRole="EndPartner" />
                <NavigationProperty Name="Start"
                    Relationship="PS.PS_DraftTaskLink_Start_PS_DraftTask_StartPartner"
                    ToRole="Start" FromRole="StartPartner" />
            </EntityType>
            <EntityType Name="DraftTask" BaseType="PS.Task" OpenType="true">
                <Property Name="ActualCost" Type="Edm.Double" Nullable="false" />
                <Property Name="ActualFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ActualStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ActualWork" Type="Edm.String" />
                <Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="AddAfterId" Type="Edm.Guid" Nullable="false" />
                <Property Name="BudgetWork" Type="Edm.String" />
                <Property Name="BudgetWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="BudgetWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Completion" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ConstraintStartEnd" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ConstraintType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Cost" Type="Edm.Double" Nullable="false" />
                <Property Name="Deadline" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Duration" Type="Edm.String" />
                <Property Name="DurationMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="DurationTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Finish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="FinishText" Type="Edm.String" />
                <Property Name="FixedCost" Type="Edm.Double" Nullable="false" />
                <Property Name="FixedCostAccrual" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsActive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsEffortDriven" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsLockedByManager" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsManual" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMarked" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMilestone" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LevelingAdjustsAssignments" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LevelingCanSplit" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="OutlineLevel" Type="Edm.Int32" Nullable="false" />
                <Property Name="ParentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="PercentComplete" Type="Edm.Int32" Nullable="false" />
                <Property Name="PercentPhysicalWorkComplete" Type="Edm.Int32" Nullable="false" />
                <Property Name="Priority" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingDuration" Type="Edm.String" />
                <Property Name="RemainingDurationMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingDurationTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StartText" Type="Edm.String" />
                <Property Name="TaskType" Type="Edm.Int32" Nullable="false" />
                <Property Name="UsePercentPhysicalWorkComplete" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Work" Type="Edm.String" />
                <Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <NavigationProperty Name="Assignments"
                    Relationship="PS.PS_DraftTask_Assignments_PS_DraftAssignment_AssignmentsPartner"
                    ToRole="Assignments" FromRole="AssignmentsPartner" />
                <NavigationProperty Name="Calendar"
                    Relationship="PS.PS_DraftTask_Calendar_PS_Calendar_CalendarPartner"
                    ToRole="Calendar" FromRole="CalendarPartner" />
                <NavigationProperty Name="Parent"
                    Relationship="PS.PS_DraftTask_Parent_PS_DraftTask_ParentPartner" ToRole="Parent"
                    FromRole="ParentPartner" />
                <NavigationProperty Name="Predecessors"
                    Relationship="PS.PS_DraftTask_Predecessors_PS_DraftTaskLink_PredecessorsPartner"
                    ToRole="Predecessors" FromRole="PredecessorsPartner" />
                <NavigationProperty Name="StatusManager"
                    Relationship="SP.PS_DraftTask_StatusManager_SP_User_StatusManagerPartner"
                    ToRole="StatusManager" FromRole="StatusManagerPartner" />
                <NavigationProperty Name="Successors"
                    Relationship="PS.PS_DraftTask_Successors_PS_DraftTaskLink_SuccessorsPartner"
                    ToRole="Successors" FromRole="SuccessorsPartner" />
            </EntityType>
            <EntityType Name="ProjectWorkflowInstance">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="LastSubmittedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="WorkflowError" Type="Edm.String" />
                <Property Name="WorkflowErrorResponseCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkflowState" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Project"
                    Relationship="PS.PS_ProjectWorkflowInstance_Project_PS_Project_ProjectPartner"
                    ToRole="Project" FromRole="ProjectPartner" />
                <NavigationProperty Name="WorkflowInstance"
                    Relationship="SP.WorkflowServices.PS_ProjectWorkflowInstance_WorkflowInstance_SP_WorkflowServices_WorkflowInstance_WorkflowInstancePartner"
                    ToRole="WorkflowInstance" FromRole="WorkflowInstancePartner" />
                <NavigationProperty Name="WorkflowInstanceOwner"
                    Relationship="SP.PS_ProjectWorkflowInstance_WorkflowInstanceOwner_SP_User_WorkflowInstanceOwnerPartner"
                    ToRole="WorkflowInstanceOwner" FromRole="WorkflowInstanceOwnerPartner" />
            </EntityType>
            <EntityType Name="ProjectSummaryTask" BaseType="PS.Task" OpenType="true">
                <Property Name="ActualCost" Type="Edm.Double" Nullable="false" />
                <Property Name="ActualWork" Type="Edm.String" />
                <Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="BudgetWork" Type="Edm.String" />
                <Property Name="BudgetWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="BudgetWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Cost" Type="Edm.Double" Nullable="false" />
                <Property Name="Duration" Type="Edm.String" />
                <Property Name="DurationMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="DurationTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Finish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="FinishText" Type="Edm.String" />
                <Property Name="FixedCostAccrual" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="PercentComplete" Type="Edm.Int32" Nullable="false" />
                <Property Name="Priority" Type="Edm.Int32" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StartText" Type="Edm.String" />
                <Property Name="Work" Type="Edm.String" />
                <Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false" />
            </EntityType>
            <EntityType Name="QueueJob">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="JobState" Type="Edm.Int32" Nullable="false" />
                <Property Name="MessageType" Type="Edm.Int32" Nullable="false" />
                <Property Name="PercentComplete" Type="Edm.Int32" Nullable="false" />
                <Property Name="WaitMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="WaitTime" Type="Edm.Time" Nullable="false" />
                <NavigationProperty Name="Project"
                    Relationship="PS.PS_QueueJob_Project_PS_Project_ProjectPartner" ToRole="Project"
                    FromRole="ProjectPartner" />
                <NavigationProperty Name="Submitter"
                    Relationship="SP.PS_QueueJob_Submitter_SP_User_SubmitterPartner"
                    ToRole="Submitter" FromRole="SubmitterPartner" />
            </EntityType>
            <EntityType Name="StatusTask" OpenType="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="ActualWork" Type="Edm.String" />
                <Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Deadline" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Duration" Type="Edm.String" />
                <Property Name="DurationMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="DurationTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Finish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Overtime" Type="Edm.String" />
                <Property Name="OvertimeMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="OvertimeTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="PercentComplete" Type="Edm.Int16" Nullable="false" />
                <Property Name="PercentWorkComplete" Type="Edm.Int16" Nullable="false" />
                <Property Name="PhysicalPercentComplete" Type="Edm.Int16" Nullable="false" />
                <Property Name="ProjectTaskId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RegularWork" Type="Edm.String" />
                <Property Name="RegularWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RegularWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="RemainingDuration" Type="Edm.String" />
                <Property Name="RemainingDurationMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingDurationTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="RemainingOvertime" Type="Edm.String" />
                <Property Name="RemainingOvertimeMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingOvertimeTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="RemainingWork" Type="Edm.String" />
                <Property Name="RemainingWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="RemainingWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Resume" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Work" Type="Edm.String" />
                <Property Name="WorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <NavigationProperty Name="CustomFields"
                    Relationship="PS.PS_StatusTask_CustomFields_PS_CustomField_CustomFieldsPartner"
                    ToRole="CustomFields" FromRole="CustomFieldsPartner" />
                <NavigationProperty Name="StatusManager"
                    Relationship="SP.PS_StatusTask_StatusManager_SP_User_StatusManagerPartner"
                    ToRole="StatusManager" FromRole="StatusManagerPartner" />
            </EntityType>
            <EntityType Name="EnterpriseResourceCostRateTable">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="Name" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="CostRates"
                    Relationship="PS.PS_EnterpriseResourceCostRateTable_CostRates_PS_EnterpriseResourceCostRate_CostRatesPartner"
                    ToRole="CostRates" FromRole="CostRatesPartner" />
            </EntityType>
            <EntityType Name="EnterpriseResourceCostRate">
                <Key>
                    <PropertyRef Name="CostPerUse" />
                </Key>
                <Property Name="CostPerUse" Type="Edm.Double" Nullable="false" />
                <Property Name="EffectiveStarting" Type="Edm.DateTime" Nullable="false" />
                <Property Name="EffectiveUntil" Type="Edm.DateTime" Nullable="false" />
                <Property Name="OvertimeRate" Type="Edm.Double" Nullable="false" />
                <Property Name="StandardRate" Type="Edm.Double" Nullable="false" />
            </EntityType>
            <EntityType Name="ResourceEngagement" BaseType="PS.Engagement">
                <Property Name="ApprovedFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ApprovedMaxUnits" Type="Edm.Double" Nullable="false" />
                <Property Name="ApprovedStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ApprovedWork" Type="Edm.String" />
                <Property Name="ApprovedWorkMilliseconds" Type="Edm.Int64" Nullable="false" />
                <Property Name="ApprovedWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="RequestedFinish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="RequestedMaxUnits" Type="Edm.Double" Nullable="false" />
                <Property Name="RequestedStart" Type="Edm.DateTime" Nullable="false" />
                <Property Name="RequestedWork" Type="Edm.String" />
                <Property Name="RequestedWorkMilliseconds" Type="Edm.Int64" Nullable="false" />
                <Property Name="RequestedWorkTimeSpan" Type="Edm.Time" Nullable="false" />
            </EntityType>
            <EntityType Name="EngagementTimephasedPeriod" Abstract="true">
                <Key>
                    <PropertyRef Name="End" />
                </Key>
                <Property Name="End" Type="Edm.DateTime" Nullable="false" />
                <Property Name="MaxUnits" Type="Edm.Double" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Work" Type="Edm.String" />
                <Property Name="WorkMilliseconds" Type="Edm.Int64" Nullable="false" />
                <Property Name="WorkTimeSpan" Type="Edm.Time" Nullable="false" />
            </EntityType>
            <EntityType Name="EntityTypes">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="AssignmentEntity"
                    Relationship="PS.PS_EntityTypes_AssignmentEntity_PS_EntityType_AssignmentEntityPartner"
                    ToRole="AssignmentEntity" FromRole="AssignmentEntityPartner" />
                <NavigationProperty Name="ProjectEntity"
                    Relationship="PS.PS_EntityTypes_ProjectEntity_PS_EntityType_ProjectEntityPartner"
                    ToRole="ProjectEntity" FromRole="ProjectEntityPartner" />
                <NavigationProperty Name="ResourceEntity"
                    Relationship="PS.PS_EntityTypes_ResourceEntity_PS_EntityType_ResourceEntityPartner"
                    ToRole="ResourceEntity" FromRole="ResourceEntityPartner" />
                <NavigationProperty Name="TaskEntity"
                    Relationship="PS.PS_EntityTypes_TaskEntity_PS_EntityType_TaskEntityPartner"
                    ToRole="TaskEntity" FromRole="TaskEntityPartner" />
            </EntityType>
            <EntityType Name="Event">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="EventName" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="SourceName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="EventHandler">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AssemblyName" Type="Edm.String" />
                <Property Name="ClassName" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="EndpointUrl" Type="Edm.String" />
                <Property Name="EventId" Type="Edm.Int32" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Order" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Event"
                    Relationship="PS.PS_EventHandler_Event_PS_Event_EventPartner" ToRole="Event"
                    FromRole="EventPartner" />
            </EntityType>
            <EntityType Name="LookupCost" BaseType="PS.LookupEntry">
                <Property Name="Value" Type="Edm.Decimal" Nullable="false" />
            </EntityType>
            <EntityType Name="LookupDate" BaseType="PS.LookupEntry">
                <Property Name="Value" Type="Edm.DateTime" Nullable="false" />
            </EntityType>
            <EntityType Name="LookupDuration" BaseType="PS.LookupEntry">
                <Property Name="Value" Type="Edm.String" />
                <Property Name="ValueMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ValueTimeSpan" Type="Edm.Time" Nullable="false" />
            </EntityType>
            <EntityType Name="LookupNumber" BaseType="PS.LookupEntry">
                <Property Name="Value" Type="Edm.Decimal" Nullable="false" />
            </EntityType>
            <EntityType Name="LookupText" BaseType="PS.LookupEntry">
                <Property Name="HasChildren" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Mask" Type="PS.LookupMask" />
                <Property Name="Value" Type="Edm.String" />
                <NavigationProperty Name="Parent"
                    Relationship="PS.PS_LookupText_Parent_PS_LookupText_ParentPartner"
                    ToRole="Parent" FromRole="ParentPartner" />
            </EntityType>
            <EntityType Name="PageSizes">
                <Key>
                    <PropertyRef Name="EngagementsTimephased" />
                </Key>
                <Property Name="EngagementsTimephased" Type="Edm.Int32" Nullable="false" />
                <Property Name="EnterpriseResources" Type="Edm.Int32" Nullable="false" />
                <Property Name="Projects" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="PlanAssignment" OpenType="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="BookingType" Type="Edm.Int32" Nullable="false" />
                <Property Name="CanLevel" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Code" Type="Edm.String" />
                <Property Name="CostCenter" Type="Edm.String" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="Group" Type="Edm.String" />
                <Property Name="HireDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsTeam" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Phonetics" Type="Edm.String" />
                <Property Name="ResourceType" Type="Edm.Int32" Nullable="false" />
                <Property Name="TerminationDate" Type="Edm.DateTime" Nullable="false" />
                <NavigationProperty Name="CustomFields"
                    Relationship="PS.PS_PlanAssignment_CustomFields_PS_CustomField_CustomFieldsPartner"
                    ToRole="CustomFields" FromRole="CustomFieldsPartner" />
                <NavigationProperty Name="Intervals"
                    Relationship="PS.PS_PlanAssignment_Intervals_PS_PlanAssignmentInterval_IntervalsPartner"
                    ToRole="Intervals" FromRole="IntervalsPartner" />
                <NavigationProperty Name="Resource"
                    Relationship="PS.PS_PlanAssignment_Resource_PS_EnterpriseResource_ResourcePartner"
                    ToRole="Resource" FromRole="ResourcePartner" />
            </EntityType>
            <EntityType Name="PlanAssignmentInterval">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="Duration" Type="Edm.String" />
                <Property Name="DurationMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="DurationTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="End" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
            </EntityType>
            <EntityType Name="ProjectEngagementComment" BaseType="PS.EngagementComment" />
            <EntityType Name="ProjectEngagementTimephasedPeriod"
                BaseType="PS.EngagementTimephasedPeriod" />
            <EntityType Name="ProjectServerData">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ProjectServer">
                <Key>
                    <PropertyRef Name="EngagementsTimephasedPageSize" />
                </Key>
                <Property Name="EngagementsTimephasedPageSize" Type="Edm.Int32" Nullable="false" />
                <Property Name="EnterpriseResourcesPageSize" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsDelegate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ProjectsPageSize" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Calendars"
                    Relationship="PS.PS_ProjectServer_Calendars_PS_Calendar_CalendarsPartner"
                    ToRole="Calendars" FromRole="CalendarsPartner" />
                <NavigationProperty Name="CustomFields"
                    Relationship="PS.PS_ProjectServer_CustomFields_PS_CustomField_CustomFieldsPartner"
                    ToRole="CustomFields" FromRole="CustomFieldsPartner" />
                <NavigationProperty Name="EnterpriseProjectTypes"
                    Relationship="PS.PS_ProjectServer_EnterpriseProjectTypes_PS_EnterpriseProjectType_EnterpriseProjectTypesPartner"
                    ToRole="EnterpriseProjectTypes" FromRole="EnterpriseProjectTypesPartner" />
                <NavigationProperty Name="EnterpriseResources"
                    Relationship="PS.PS_ProjectServer_EnterpriseResources_PS_EnterpriseResource_EnterpriseResourcesPartner"
                    ToRole="EnterpriseResources" FromRole="EnterpriseResourcesPartner" />
                <NavigationProperty Name="EntityTypes"
                    Relationship="PS.PS_ProjectServer_EntityTypes_PS_EntityTypes_EntityTypesPartner"
                    ToRole="EntityTypes" FromRole="EntityTypesPartner" />
                <NavigationProperty Name="EventHandlers"
                    Relationship="PS.PS_ProjectServer_EventHandlers_PS_EventHandler_EventHandlersPartner"
                    ToRole="EventHandlers" FromRole="EventHandlersPartner" />
                <NavigationProperty Name="Events"
                    Relationship="PS.PS_ProjectServer_Events_PS_Event_EventsPartner" ToRole="Events"
                    FromRole="EventsPartner" />
                <NavigationProperty Name="LookupTables"
                    Relationship="PS.PS_ProjectServer_LookupTables_PS_LookupTable_LookupTablesPartner"
                    ToRole="LookupTables" FromRole="LookupTablesPartner" />
                <NavigationProperty Name="Phases"
                    Relationship="PS.PS_ProjectServer_Phases_PS_Phase_PhasesPartner" ToRole="Phases"
                    FromRole="PhasesPartner" />
                <NavigationProperty Name="ProjectDetailPages"
                    Relationship="PS.PS_ProjectServer_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartner"
                    ToRole="ProjectDetailPages" FromRole="ProjectDetailPagesPartner" />
                <NavigationProperty Name="Projects"
                    Relationship="PS.PS_ProjectServer_Projects_PS_PublishedProject_ProjectsPartner"
                    ToRole="Projects" FromRole="ProjectsPartner" />
                <NavigationProperty Name="ProjectWorkflowInstances"
                    Relationship="PS.PS_ProjectServer_ProjectWorkflowInstances_PS_ProjectWorkflowInstance_ProjectWorkflowInstancesPartner"
                    ToRole="ProjectWorkflowInstances" FromRole="ProjectWorkflowInstancesPartner" />
                <NavigationProperty Name="Settings"
                    Relationship="PS.PS_ProjectServer_Settings_PS_Settings_SettingsPartner"
                    ToRole="Settings" FromRole="SettingsPartner" />
                <NavigationProperty Name="Stages"
                    Relationship="PS.PS_ProjectServer_Stages_PS_Stage_StagesPartner" ToRole="Stages"
                    FromRole="StagesPartner" />
                <NavigationProperty Name="TimeSheetPeriods"
                    Relationship="PS.PS_ProjectServer_TimeSheetPeriods_PS_TimeSheetPeriod_TimeSheetPeriodsPartner"
                    ToRole="TimeSheetPeriods" FromRole="TimeSheetPeriodsPartner" />
                <NavigationProperty Name="UserPermissions"
                    Relationship="PS.PS_ProjectServer_UserPermissions_PS_UserPermission_UserPermissionsPartner"
                    ToRole="UserPermissions" FromRole="UserPermissionsPartner" />
                <NavigationProperty Name="WorkflowActivities"
                    Relationship="PS.PS_ProjectServer_WorkflowActivities_PS_WorkflowActivities_WorkflowActivitiesPartner"
                    ToRole="WorkflowActivities" FromRole="WorkflowActivitiesPartner" />
                <NavigationProperty Name="WorkflowDesigner"
                    Relationship="PS.PS_ProjectServer_WorkflowDesigner_PS_WorkflowDesigner_WorkflowDesignerPartner"
                    ToRole="WorkflowDesigner" FromRole="WorkflowDesignerPartner" />
            </EntityType>
            <EntityType Name="Settings">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AreManuallyScheduledTasksDefault" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AreManuallyScheduledTasksPublishedToTeamMember" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="CanUsersOverrideScheduleMode" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DefaultCurrency" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsAutoPublishOn" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReportingTimephasedMode" Type="Edm.String" />
            </EntityType>
            <EntityType Name="TimeSheetPeriod">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="End" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <NavigationProperty Name="TimeSheet"
                    Relationship="PS.PS_TimeSheetPeriod_TimeSheet_PS_TimeSheet_TimeSheetPartner"
                    ToRole="TimeSheet" FromRole="TimeSheetPartner" />
            </EntityType>
            <EntityType Name="TimeSheet">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Comments" Type="Edm.String" />
                <Property Name="EntryMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsControlledByOwner" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsProcessed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalActualWork" Type="Edm.String" />
                <Property Name="TotalActualWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalActualWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="TotalNonBillableOvertimeWork" Type="Edm.String" />
                <Property Name="TotalNonBillableOvertimeWorkMilliseconds" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="TotalNonBillableOvertimeWorkTimeSpan" Type="Edm.Time"
                    Nullable="false" />
                <Property Name="TotalNonBillableWork" Type="Edm.String" />
                <Property Name="TotalNonBillableWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalNonBillableWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="TotalOvertimeWork" Type="Edm.String" />
                <Property Name="TotalOvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="TotalWork" Type="Edm.String" />
                <Property Name="TotalWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="WeekStartsOn" Type="Edm.Byte" Nullable="false" />
                <NavigationProperty Name="Creator"
                    Relationship="SP.PS_TimeSheet_Creator_SP_User_CreatorPartner" ToRole="Creator"
                    FromRole="CreatorPartner" />
                <NavigationProperty Name="Lines"
                    Relationship="PS.PS_TimeSheet_Lines_PS_TimeSheetLine_LinesPartner"
                    ToRole="Lines" FromRole="LinesPartner" />
                <NavigationProperty Name="Manager"
                    Relationship="SP.PS_TimeSheet_Manager_SP_User_ManagerPartner" ToRole="Manager"
                    FromRole="ManagerPartner" />
                <NavigationProperty Name="Period"
                    Relationship="PS.PS_TimeSheet_Period_PS_TimeSheetPeriod_PeriodPartner"
                    ToRole="Period" FromRole="PeriodPartner" />
            </EntityType>
            <EntityType Name="TimeSheetLine">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Comment" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="LineClass" Type="Edm.Int32" Nullable="false" />
                <Property Name="ProjectName" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="TaskName" Type="Edm.String" />
                <Property Name="TotalWork" Type="Edm.String" />
                <Property Name="TotalWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="ValidationType" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Assignment"
                    Relationship="PS.PS_TimeSheetLine_Assignment_PS_PublishedAssignment_AssignmentPartner"
                    ToRole="Assignment" FromRole="AssignmentPartner" />
                <NavigationProperty Name="TimeSheet"
                    Relationship="PS.PS_TimeSheetLine_TimeSheet_PS_TimeSheet_TimeSheetPartner"
                    ToRole="TimeSheet" FromRole="TimeSheetPartner" />
                <NavigationProperty Name="Work"
                    Relationship="PS.PS_TimeSheetLine_Work_PS_TimeSheetWork_WorkPartner"
                    ToRole="Work" FromRole="WorkPartner" />
            </EntityType>
            <EntityType Name="TimeSheetWork">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="ActualWork" Type="Edm.String" />
                <Property Name="ActualWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActualWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Comment" Type="Edm.String" />
                <Property Name="End" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="NonBillableOvertimeWork" Type="Edm.String" />
                <Property Name="NonBillableOvertimeWorkMilliseconds" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="NonBillableOvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="NonBillableWork" Type="Edm.String" />
                <Property Name="NonBillableWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="NonBillableWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="OvertimeWork" Type="Edm.String" />
                <Property Name="OvertimeWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="OvertimeWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="PlannedWork" Type="Edm.String" />
                <Property Name="PlannedWorkMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="PlannedWorkTimeSpan" Type="Edm.Time" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
            </EntityType>
            <EntityType Name="WorkflowActivities">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="WorkflowDesigner">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="Fields"
                    Relationship="PS.PS_WorkflowDesigner_Fields_PS_WorkflowDesignerField_FieldsPartner"
                    ToRole="Fields" FromRole="FieldsPartner" />
            </EntityType>
            <EntityType Name="WorkflowDesignerField">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" Nullable="false" />
                <Property Name="IsLookupField" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SPFieldType" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="LookupEntries"
                    Relationship="PS.PS_WorkflowDesignerField_LookupEntries_PS_LookupEntry_LookupEntriesPartner"
                    ToRole="LookupEntries" FromRole="LookupEntriesPartner" />
            </EntityType>
            <EntityType Name="ResourceCalendarException" BaseType="PS.CalendarException" />
            <EntityType Name="ResourceEngagementComment" BaseType="PS.EngagementComment" />
            <EntityType Name="ResourceEngagementTimephasedPeriod"
                BaseType="PS.EngagementTimephasedPeriod" />
            <EntityType Name="ResourcePlan">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Finish" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <Property Name="UtilizationDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="UtilizationType" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Assignments"
                    Relationship="PS.PS_ResourcePlan_Assignments_PS_PlanAssignment_AssignmentsPartner"
                    ToRole="Assignments" FromRole="AssignmentsPartner" />
            </EntityType>
            <EntityType Name="ServiceStatus">
                <Key>
                    <PropertyRef Name="IsDelegate" />
                </Key>
                <Property Name="IsDelegate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="TimePhase">
                <Key>
                    <PropertyRef Name="End" />
                </Key>
                <Property Name="End" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Start" Type="Edm.DateTime" Nullable="false" />
                <NavigationProperty Name="Assignments"
                    Relationship="PS.PS_TimePhase_Assignments_PS_StatusAssignment_AssignmentsPartner"
                    ToRole="Assignments" FromRole="AssignmentsPartner" />
            </EntityType>
            <EntityType Name="LookupTables">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <Association Name="PS_Assignment_CustomFields_PS_CustomField_CustomFieldsPartner">
                <End Type="PS.CustomField" Role="CustomFields" Multiplicity="*" />
                <End Type="PS.Assignment" Role="CustomFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_CustomField_EntityType_PS_EntityType_EntityTypePartner">
                <End Type="PS.EntityType" Role="EntityType" Multiplicity="0..1" />
                <End Type="PS.CustomField" Role="EntityTypePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_CustomField_LookupEntries_PS_LookupEntry_LookupEntriesPartner">
                <End Type="PS.LookupEntry" Role="LookupEntries" Multiplicity="*" />
                <End Type="PS.CustomField" Role="LookupEntriesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_CustomField_LookupTable_PS_LookupTable_LookupTablePartner">
                <End Type="PS.LookupTable" Role="LookupTable" Multiplicity="0..1" />
                <End Type="PS.CustomField" Role="LookupTablePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_LookupTable_Entries_PS_LookupEntry_EntriesPartner">
                <End Type="PS.LookupEntry" Role="Entries" Multiplicity="*" />
                <End Type="PS.LookupTable" Role="EntriesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_CalendarException_Calendar_PS_Calendar_CalendarPartner">
                <End Type="PS.Calendar" Role="Calendar" Multiplicity="0..1" />
                <End Type="PS.CalendarException" Role="CalendarPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_Calendar_BaseCalendarExceptions_PS_CalendarException_BaseCalendarExceptionsPartner">
                <End Type="PS.CalendarException" Role="BaseCalendarExceptions" Multiplicity="*" />
                <End Type="PS.Calendar" Role="BaseCalendarExceptionsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftAssignment_Parent_PS_DraftAssignment_ParentPartner">
                <End Type="PS.DraftAssignment" Role="Parent" Multiplicity="0..1" />
                <End Type="PS.DraftAssignment" Role="ParentPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftAssignment_Resource_PS_DraftProjectResource_ResourcePartner">
                <End Type="PS.DraftProjectResource" Role="Resource" Multiplicity="0..1" />
                <End Type="PS.DraftAssignment" Role="ResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftAssignment_Task_PS_DraftTask_TaskPartner">
                <End Type="PS.DraftTask" Role="Task" Multiplicity="0..1" />
                <End Type="PS.DraftAssignment" Role="TaskPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_ProjectResource_CustomFields_PS_CustomField_CustomFieldsPartner">
                <End Type="PS.CustomField" Role="CustomFields" Multiplicity="*" />
                <End Type="PS.ProjectResource" Role="CustomFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_ProjectResource_EnterpriseResource_PS_EnterpriseResource_EnterpriseResourcePartner">
                <End Type="PS.EnterpriseResource" Role="EnterpriseResource" Multiplicity="0..1" />
                <End Type="PS.ProjectResource" Role="EnterpriseResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_EnterpriseResource_Assignments_PS_StatusAssignment_AssignmentsPartner">
                <End Type="PS.StatusAssignment" Role="Assignments" Multiplicity="*" />
                <End Type="PS.EnterpriseResource" Role="AssignmentsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_EnterpriseResource_BaseCalendar_PS_Calendar_BaseCalendarPartner">
                <End Type="PS.Calendar" Role="BaseCalendar" Multiplicity="0..1" />
                <End Type="PS.EnterpriseResource" Role="BaseCalendarPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_EnterpriseResource_CostRateTables_PS_EnterpriseResourceCostRateTable_CostRateTablesPartner">
                <End Type="PS.EnterpriseResourceCostRateTable" Role="CostRateTables"
                    Multiplicity="*" />
                <End Type="PS.EnterpriseResource" Role="CostRateTablesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_EnterpriseResource_CustomFields_PS_CustomField_CustomFieldsPartner">
                <End Type="PS.CustomField" Role="CustomFields" Multiplicity="*" />
                <End Type="PS.EnterpriseResource" Role="CustomFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_EnterpriseResource_Engagements_PS_ResourceEngagement_EngagementsPartner">
                <End Type="PS.ResourceEngagement" Role="Engagements" Multiplicity="*" />
                <End Type="PS.EnterpriseResource" Role="EngagementsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_EnterpriseResource_UserPermissions_PS_UserPermission_UserPermissionsPartner">
                <End Type="PS.UserPermission" Role="UserPermissions" Multiplicity="*" />
                <End Type="PS.EnterpriseResource" Role="UserPermissionsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_EnterpriseResource_ResourceCalendarExceptions_PS_CalendarException_ResourceCalendarExceptionsPartner">
                <End Type="PS.CalendarException" Role="ResourceCalendarExceptions" Multiplicity="*" />
                <End Type="PS.EnterpriseResource" Role="ResourceCalendarExceptionsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="PS_EnterpriseResource_Self_PS_EnterpriseResource_SelfPartner">
                <End Type="PS.EnterpriseResource" Role="Self" Multiplicity="0..1" />
                <End Type="PS.EnterpriseResource" Role="SelfPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_StatusAssignment_CustomFields_PS_CustomField_CustomFieldsPartner">
                <End Type="PS.CustomField" Role="CustomFields" Multiplicity="*" />
                <End Type="PS.StatusAssignment" Role="CustomFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_StatusAssignment_History_PS_StatusAssignmentHistoryLine_HistoryPartner">
                <End Type="PS.StatusAssignmentHistoryLine" Role="History" Multiplicity="*" />
                <End Type="PS.StatusAssignment" Role="HistoryPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_StatusAssignment_Project_PS_PublishedProject_ProjectPartner">
                <End Type="PS.PublishedProject" Role="Project" Multiplicity="0..1" />
                <End Type="PS.StatusAssignment" Role="ProjectPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_StatusAssignment_Resource_PS_EnterpriseResource_ResourcePartner">
                <End Type="PS.EnterpriseResource" Role="Resource" Multiplicity="0..1" />
                <End Type="PS.StatusAssignment" Role="ResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_StatusAssignment_Task_PS_StatusTask_TaskPartner">
                <End Type="PS.StatusTask" Role="Task" Multiplicity="0..1" />
                <End Type="PS.StatusAssignment" Role="TaskPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Project_CustomFields_PS_CustomField_CustomFieldsPartner">
                <End Type="PS.CustomField" Role="CustomFields" Multiplicity="*" />
                <End Type="PS.Project" Role="CustomFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Project_Engagements_PS_ProjectEngagement_EngagementsPartner">
                <End Type="PS.ProjectEngagement" Role="Engagements" Multiplicity="*" />
                <End Type="PS.Project" Role="EngagementsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_Project_EnterpriseProjectType_PS_EnterpriseProjectType_EnterpriseProjectTypePartner">
                <End Type="PS.EnterpriseProjectType" Role="EnterpriseProjectType"
                    Multiplicity="0..1" />
                <End Type="PS.Project" Role="EnterpriseProjectTypePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Project_UserPermissions_PS_UserPermission_UserPermissionsPartner">
                <End Type="PS.UserPermission" Role="UserPermissions" Multiplicity="*" />
                <End Type="PS.Project" Role="UserPermissionsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Project_Phase_PS_Phase_PhasePartner">
                <End Type="PS.Phase" Role="Phase" Multiplicity="0..1" />
                <End Type="PS.Project" Role="PhasePartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_Project_ProjectSummaryTask_PS_ProjectSummaryTask_ProjectSummaryTaskPartner">
                <End Type="PS.ProjectSummaryTask" Role="ProjectSummaryTask" Multiplicity="0..1" />
                <End Type="PS.Project" Role="ProjectSummaryTaskPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Project_QueueJobs_PS_QueueJob_QueueJobsPartner">
                <End Type="PS.QueueJob" Role="QueueJobs" Multiplicity="*" />
                <End Type="PS.Project" Role="QueueJobsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Project_Stage_PS_Stage_StagePartner">
                <End Type="PS.Stage" Role="Stage" Multiplicity="0..1" />
                <End Type="PS.Project" Role="StagePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Engagement_Comments_PS_EngagementComment_CommentsPartner">
                <End Type="PS.EngagementComment" Role="Comments" Multiplicity="*" />
                <End Type="PS.Engagement" Role="CommentsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Engagement_Project_PS_Project_ProjectPartner">
                <End Type="PS.Project" Role="Project" Multiplicity="0..1" />
                <End Type="PS.Engagement" Role="ProjectPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Engagement_Resource_PS_EnterpriseResource_ResourcePartner">
                <End Type="PS.EnterpriseResource" Role="Resource" Multiplicity="0..1" />
                <End Type="PS.Engagement" Role="ResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_EnterpriseProjectType_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartner">
                <End Type="PS.ProjectDetailPage" Role="ProjectDetailPages" Multiplicity="*" />
                <End Type="PS.EnterpriseProjectType" Role="ProjectDetailPagesPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Phase_Stages_PS_Stage_StagesPartner">
                <End Type="PS.Stage" Role="Stages" Multiplicity="*" />
                <End Type="PS.Phase" Role="StagesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Stage_CustomFields_PS_StageCustomField_CustomFieldsPartner">
                <End Type="PS.StageCustomField" Role="CustomFields" Multiplicity="*" />
                <End Type="PS.Stage" Role="CustomFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Stage_Phase_PS_Phase_PhasePartner">
                <End Type="PS.Phase" Role="Phase" Multiplicity="0..1" />
                <End Type="PS.Stage" Role="PhasePartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_Stage_ProjectDetailPages_PS_StageDetailPage_ProjectDetailPagesPartner">
                <End Type="PS.StageDetailPage" Role="ProjectDetailPages" Multiplicity="*" />
                <End Type="PS.Stage" Role="ProjectDetailPagesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_Stage_WorkflowStatusPage_PS_ProjectDetailPage_WorkflowStatusPagePartner">
                <End Type="PS.ProjectDetailPage" Role="WorkflowStatusPage" Multiplicity="0..1" />
                <End Type="PS.Stage" Role="WorkflowStatusPagePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_StageCustomField_Stage_PS_Stage_StagePartner">
                <End Type="PS.Stage" Role="Stage" Multiplicity="0..1" />
                <End Type="PS.StageCustomField" Role="StagePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_StageDetailPage_Page_PS_ProjectDetailPage_PagePartner">
                <End Type="PS.ProjectDetailPage" Role="Page" Multiplicity="0..1" />
                <End Type="PS.StageDetailPage" Role="PagePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_StageDetailPage_Stage_PS_Stage_StagePartner">
                <End Type="PS.Stage" Role="Stage" Multiplicity="0..1" />
                <End Type="PS.StageDetailPage" Role="StagePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Task_CustomFields_PS_CustomField_CustomFieldsPartner">
                <End Type="PS.CustomField" Role="CustomFields" Multiplicity="*" />
                <End Type="PS.Task" Role="CustomFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_Task_SubProject_PS_PublishedProject_SubProjectPartner">
                <End Type="PS.PublishedProject" Role="SubProject" Multiplicity="0..1" />
                <End Type="PS.Task" Role="SubProjectPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_PublishedProject_Assignments_PS_PublishedAssignment_AssignmentsPartner">
                <End Type="PS.PublishedAssignment" Role="Assignments" Multiplicity="*" />
                <End Type="PS.PublishedProject" Role="AssignmentsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedProject_Calendar_PS_Calendar_CalendarPartner">
                <End Type="PS.Calendar" Role="Calendar" Multiplicity="0..1" />
                <End Type="PS.PublishedProject" Role="CalendarPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedProject_Draft_PS_DraftProject_DraftPartner">
                <End Type="PS.DraftProject" Role="Draft" Multiplicity="0..1" />
                <End Type="PS.PublishedProject" Role="DraftPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedProject_EntityLinks_PS_EntityLink_EntityLinksPartner">
                <End Type="PS.EntityLink" Role="EntityLinks" Multiplicity="*" />
                <End Type="PS.PublishedProject" Role="EntityLinksPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_PublishedProject_IncludeCustomFields_PS_PublishedProject_IncludeCustomFieldsPartner">
                <End Type="PS.PublishedProject" Role="IncludeCustomFields" Multiplicity="0..1" />
                <End Type="PS.PublishedProject" Role="IncludeCustomFieldsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_PublishedProject_ProjectResources_PS_PublishedProjectResource_ProjectResourcesPartner">
                <End Type="PS.PublishedProjectResource" Role="ProjectResources" Multiplicity="*" />
                <End Type="PS.PublishedProject" Role="ProjectResourcesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_PublishedProject_ProjectWorkflowInstance_PS_ProjectWorkflowInstance_ProjectWorkflowInstancePartner">
                <End Type="PS.ProjectWorkflowInstance" Role="ProjectWorkflowInstance"
                    Multiplicity="0..1" />
                <End Type="PS.PublishedProject" Role="ProjectWorkflowInstancePartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedProject_TaskLinks_PS_PublishedTaskLink_TaskLinksPartner">
                <End Type="PS.PublishedTaskLink" Role="TaskLinks" Multiplicity="*" />
                <End Type="PS.PublishedProject" Role="TaskLinksPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedProject_Tasks_PS_PublishedTask_TasksPartner">
                <End Type="PS.PublishedTask" Role="Tasks" Multiplicity="*" />
                <End Type="PS.PublishedProject" Role="TasksPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedAssignment_Parent_PS_PublishedAssignment_ParentPartner">
                <End Type="PS.PublishedAssignment" Role="Parent" Multiplicity="0..1" />
                <End Type="PS.PublishedAssignment" Role="ParentPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_PublishedAssignment_Resource_PS_PublishedProjectResource_ResourcePartner">
                <End Type="PS.PublishedProjectResource" Role="Resource" Multiplicity="0..1" />
                <End Type="PS.PublishedAssignment" Role="ResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedAssignment_Task_PS_PublishedTask_TaskPartner">
                <End Type="PS.PublishedTask" Role="Task" Multiplicity="0..1" />
                <End Type="PS.PublishedAssignment" Role="TaskPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_PublishedProjectResource_Assignments_PS_PublishedAssignment_AssignmentsPartner">
                <End Type="PS.PublishedAssignment" Role="Assignments" Multiplicity="*" />
                <End Type="PS.PublishedProjectResource" Role="AssignmentsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_PublishedTask_Assignments_PS_PublishedAssignment_AssignmentsPartner">
                <End Type="PS.PublishedAssignment" Role="Assignments" Multiplicity="*" />
                <End Type="PS.PublishedTask" Role="AssignmentsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedTask_Calendar_PS_Calendar_CalendarPartner">
                <End Type="PS.Calendar" Role="Calendar" Multiplicity="0..1" />
                <End Type="PS.PublishedTask" Role="CalendarPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedTask_EntityLinks_PS_EntityLink_EntityLinksPartner">
                <End Type="PS.EntityLink" Role="EntityLinks" Multiplicity="*" />
                <End Type="PS.PublishedTask" Role="EntityLinksPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedTask_Parent_PS_PublishedTask_ParentPartner">
                <End Type="PS.PublishedTask" Role="Parent" Multiplicity="0..1" />
                <End Type="PS.PublishedTask" Role="ParentPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_PublishedTask_Predecessors_PS_PublishedTaskLink_PredecessorsPartner">
                <End Type="PS.PublishedTaskLink" Role="Predecessors" Multiplicity="*" />
                <End Type="PS.PublishedTask" Role="PredecessorsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedTask_Successors_PS_PublishedTaskLink_SuccessorsPartner">
                <End Type="PS.PublishedTaskLink" Role="Successors" Multiplicity="*" />
                <End Type="PS.PublishedTask" Role="SuccessorsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedTask_TaskPlanLink_PS_TaskPlanLink_TaskPlanLinkPartner">
                <End Type="PS.TaskPlanLink" Role="TaskPlanLink" Multiplicity="0..1" />
                <End Type="PS.PublishedTask" Role="TaskPlanLinkPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedTaskLink_End_PS_PublishedTask_EndPartner">
                <End Type="PS.PublishedTask" Role="End" Multiplicity="0..1" />
                <End Type="PS.PublishedTaskLink" Role="EndPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PublishedTaskLink_Start_PS_PublishedTask_StartPartner">
                <End Type="PS.PublishedTask" Role="Start" Multiplicity="0..1" />
                <End Type="PS.PublishedTaskLink" Role="StartPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftProject_Assignments_PS_DraftAssignment_AssignmentsPartner">
                <End Type="PS.DraftAssignment" Role="Assignments" Multiplicity="*" />
                <End Type="PS.DraftProject" Role="AssignmentsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftProject_Calendar_PS_Calendar_CalendarPartner">
                <End Type="PS.Calendar" Role="Calendar" Multiplicity="0..1" />
                <End Type="PS.DraftProject" Role="CalendarPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_DraftProject_IncludeCustomFields_PS_DraftProject_IncludeCustomFieldsPartner">
                <End Type="PS.DraftProject" Role="IncludeCustomFields" Multiplicity="0..1" />
                <End Type="PS.DraftProject" Role="IncludeCustomFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_DraftProject_ProjectResources_PS_DraftProjectResource_ProjectResourcesPartner">
                <End Type="PS.DraftProjectResource" Role="ProjectResources" Multiplicity="*" />
                <End Type="PS.DraftProject" Role="ProjectResourcesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftProject_TaskLinks_PS_DraftTaskLink_TaskLinksPartner">
                <End Type="PS.DraftTaskLink" Role="TaskLinks" Multiplicity="*" />
                <End Type="PS.DraftProject" Role="TaskLinksPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftProject_Tasks_PS_DraftTask_TasksPartner">
                <End Type="PS.DraftTask" Role="Tasks" Multiplicity="*" />
                <End Type="PS.DraftProject" Role="TasksPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_DraftProjectResource_Assignments_PS_DraftAssignment_AssignmentsPartner">
                <End Type="PS.DraftAssignment" Role="Assignments" Multiplicity="*" />
                <End Type="PS.DraftProjectResource" Role="AssignmentsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftTaskLink_End_PS_DraftTask_EndPartner">
                <End Type="PS.DraftTask" Role="End" Multiplicity="0..1" />
                <End Type="PS.DraftTaskLink" Role="EndPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftTaskLink_Start_PS_DraftTask_StartPartner">
                <End Type="PS.DraftTask" Role="Start" Multiplicity="0..1" />
                <End Type="PS.DraftTaskLink" Role="StartPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftTask_Assignments_PS_DraftAssignment_AssignmentsPartner">
                <End Type="PS.DraftAssignment" Role="Assignments" Multiplicity="*" />
                <End Type="PS.DraftTask" Role="AssignmentsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftTask_Calendar_PS_Calendar_CalendarPartner">
                <End Type="PS.Calendar" Role="Calendar" Multiplicity="0..1" />
                <End Type="PS.DraftTask" Role="CalendarPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftTask_Parent_PS_DraftTask_ParentPartner">
                <End Type="PS.DraftTask" Role="Parent" Multiplicity="0..1" />
                <End Type="PS.DraftTask" Role="ParentPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftTask_Predecessors_PS_DraftTaskLink_PredecessorsPartner">
                <End Type="PS.DraftTaskLink" Role="Predecessors" Multiplicity="*" />
                <End Type="PS.DraftTask" Role="PredecessorsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_DraftTask_Successors_PS_DraftTaskLink_SuccessorsPartner">
                <End Type="PS.DraftTaskLink" Role="Successors" Multiplicity="*" />
                <End Type="PS.DraftTask" Role="SuccessorsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_ProjectWorkflowInstance_Project_PS_Project_ProjectPartner">
                <End Type="PS.Project" Role="Project" Multiplicity="0..1" />
                <End Type="PS.ProjectWorkflowInstance" Role="ProjectPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_QueueJob_Project_PS_Project_ProjectPartner">
                <End Type="PS.Project" Role="Project" Multiplicity="0..1" />
                <End Type="PS.QueueJob" Role="ProjectPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_StatusTask_CustomFields_PS_CustomField_CustomFieldsPartner">
                <End Type="PS.CustomField" Role="CustomFields" Multiplicity="*" />
                <End Type="PS.StatusTask" Role="CustomFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_EnterpriseResourceCostRateTable_CostRates_PS_EnterpriseResourceCostRate_CostRatesPartner">
                <End Type="PS.EnterpriseResourceCostRate" Role="CostRates" Multiplicity="*" />
                <End Type="PS.EnterpriseResourceCostRateTable" Role="CostRatesPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_EntityTypes_AssignmentEntity_PS_EntityType_AssignmentEntityPartner">
                <End Type="PS.EntityType" Role="AssignmentEntity" Multiplicity="0..1" />
                <End Type="PS.EntityTypes" Role="AssignmentEntityPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_EntityTypes_ProjectEntity_PS_EntityType_ProjectEntityPartner">
                <End Type="PS.EntityType" Role="ProjectEntity" Multiplicity="0..1" />
                <End Type="PS.EntityTypes" Role="ProjectEntityPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_EntityTypes_ResourceEntity_PS_EntityType_ResourceEntityPartner">
                <End Type="PS.EntityType" Role="ResourceEntity" Multiplicity="0..1" />
                <End Type="PS.EntityTypes" Role="ResourceEntityPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_EntityTypes_TaskEntity_PS_EntityType_TaskEntityPartner">
                <End Type="PS.EntityType" Role="TaskEntity" Multiplicity="0..1" />
                <End Type="PS.EntityTypes" Role="TaskEntityPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_EventHandler_Event_PS_Event_EventPartner">
                <End Type="PS.Event" Role="Event" Multiplicity="0..1" />
                <End Type="PS.EventHandler" Role="EventPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_LookupText_Parent_PS_LookupText_ParentPartner">
                <End Type="PS.LookupText" Role="Parent" Multiplicity="0..1" />
                <End Type="PS.LookupText" Role="ParentPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PlanAssignment_CustomFields_PS_CustomField_CustomFieldsPartner">
                <End Type="PS.CustomField" Role="CustomFields" Multiplicity="*" />
                <End Type="PS.PlanAssignment" Role="CustomFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_PlanAssignment_Intervals_PS_PlanAssignmentInterval_IntervalsPartner">
                <End Type="PS.PlanAssignmentInterval" Role="Intervals" Multiplicity="*" />
                <End Type="PS.PlanAssignment" Role="IntervalsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_PlanAssignment_Resource_PS_EnterpriseResource_ResourcePartner">
                <End Type="PS.EnterpriseResource" Role="Resource" Multiplicity="0..1" />
                <End Type="PS.PlanAssignment" Role="ResourcePartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_ProjectServer_Calendars_PS_Calendar_CalendarsPartner">
                <End Type="PS.Calendar" Role="Calendars" Multiplicity="*" />
                <End Type="PS.ProjectServer" Role="CalendarsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_ProjectServer_CustomFields_PS_CustomField_CustomFieldsPartner">
                <End Type="PS.CustomField" Role="CustomFields" Multiplicity="*" />
                <End Type="PS.ProjectServer" Role="CustomFieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_ProjectServer_EnterpriseProjectTypes_PS_EnterpriseProjectType_EnterpriseProjectTypesPartner">
                <End Type="PS.EnterpriseProjectType" Role="EnterpriseProjectTypes" Multiplicity="*" />
                <End Type="PS.ProjectServer" Role="EnterpriseProjectTypesPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_ProjectServer_EnterpriseResources_PS_EnterpriseResource_EnterpriseResourcesPartner">
                <End Type="PS.EnterpriseResource" Role="EnterpriseResources" Multiplicity="*" />
                <End Type="PS.ProjectServer" Role="EnterpriseResourcesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_ProjectServer_EntityTypes_PS_EntityTypes_EntityTypesPartner">
                <End Type="PS.EntityTypes" Role="EntityTypes" Multiplicity="0..1" />
                <End Type="PS.ProjectServer" Role="EntityTypesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_ProjectServer_EventHandlers_PS_EventHandler_EventHandlersPartner">
                <End Type="PS.EventHandler" Role="EventHandlers" Multiplicity="*" />
                <End Type="PS.ProjectServer" Role="EventHandlersPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_ProjectServer_Events_PS_Event_EventsPartner">
                <End Type="PS.Event" Role="Events" Multiplicity="*" />
                <End Type="PS.ProjectServer" Role="EventsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_ProjectServer_LookupTables_PS_LookupTable_LookupTablesPartner">
                <End Type="PS.LookupTable" Role="LookupTables" Multiplicity="*" />
                <End Type="PS.ProjectServer" Role="LookupTablesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_ProjectServer_Phases_PS_Phase_PhasesPartner">
                <End Type="PS.Phase" Role="Phases" Multiplicity="*" />
                <End Type="PS.ProjectServer" Role="PhasesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_ProjectServer_ProjectDetailPages_PS_ProjectDetailPage_ProjectDetailPagesPartner">
                <End Type="PS.ProjectDetailPage" Role="ProjectDetailPages" Multiplicity="*" />
                <End Type="PS.ProjectServer" Role="ProjectDetailPagesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_ProjectServer_Projects_PS_PublishedProject_ProjectsPartner">
                <End Type="PS.PublishedProject" Role="Projects" Multiplicity="*" />
                <End Type="PS.ProjectServer" Role="ProjectsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_ProjectServer_ProjectWorkflowInstances_PS_ProjectWorkflowInstance_ProjectWorkflowInstancesPartner">
                <End Type="PS.ProjectWorkflowInstance" Role="ProjectWorkflowInstances"
                    Multiplicity="*" />
                <End Type="PS.ProjectServer" Role="ProjectWorkflowInstancesPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="PS_ProjectServer_Settings_PS_Settings_SettingsPartner">
                <End Type="PS.Settings" Role="Settings" Multiplicity="0..1" />
                <End Type="PS.ProjectServer" Role="SettingsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_ProjectServer_Stages_PS_Stage_StagesPartner">
                <End Type="PS.Stage" Role="Stages" Multiplicity="*" />
                <End Type="PS.ProjectServer" Role="StagesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_ProjectServer_TimeSheetPeriods_PS_TimeSheetPeriod_TimeSheetPeriodsPartner">
                <End Type="PS.TimeSheetPeriod" Role="TimeSheetPeriods" Multiplicity="*" />
                <End Type="PS.ProjectServer" Role="TimeSheetPeriodsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_ProjectServer_UserPermissions_PS_UserPermission_UserPermissionsPartner">
                <End Type="PS.UserPermission" Role="UserPermissions" Multiplicity="*" />
                <End Type="PS.ProjectServer" Role="UserPermissionsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_ProjectServer_WorkflowActivities_PS_WorkflowActivities_WorkflowActivitiesPartner">
                <End Type="PS.WorkflowActivities" Role="WorkflowActivities" Multiplicity="0..1" />
                <End Type="PS.ProjectServer" Role="WorkflowActivitiesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_ProjectServer_WorkflowDesigner_PS_WorkflowDesigner_WorkflowDesignerPartner">
                <End Type="PS.WorkflowDesigner" Role="WorkflowDesigner" Multiplicity="0..1" />
                <End Type="PS.ProjectServer" Role="WorkflowDesignerPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_TimeSheetPeriod_TimeSheet_PS_TimeSheet_TimeSheetPartner">
                <End Type="PS.TimeSheet" Role="TimeSheet" Multiplicity="0..1" />
                <End Type="PS.TimeSheetPeriod" Role="TimeSheetPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_TimeSheet_Lines_PS_TimeSheetLine_LinesPartner">
                <End Type="PS.TimeSheetLine" Role="Lines" Multiplicity="*" />
                <End Type="PS.TimeSheet" Role="LinesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_TimeSheet_Period_PS_TimeSheetPeriod_PeriodPartner">
                <End Type="PS.TimeSheetPeriod" Role="Period" Multiplicity="0..1" />
                <End Type="PS.TimeSheet" Role="PeriodPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_TimeSheetLine_Assignment_PS_PublishedAssignment_AssignmentPartner">
                <End Type="PS.PublishedAssignment" Role="Assignment" Multiplicity="0..1" />
                <End Type="PS.TimeSheetLine" Role="AssignmentPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_TimeSheetLine_TimeSheet_PS_TimeSheet_TimeSheetPartner">
                <End Type="PS.TimeSheet" Role="TimeSheet" Multiplicity="0..1" />
                <End Type="PS.TimeSheetLine" Role="TimeSheetPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_TimeSheetLine_Work_PS_TimeSheetWork_WorkPartner">
                <End Type="PS.TimeSheetWork" Role="Work" Multiplicity="*" />
                <End Type="PS.TimeSheetLine" Role="WorkPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_WorkflowDesigner_Fields_PS_WorkflowDesignerField_FieldsPartner">
                <End Type="PS.WorkflowDesignerField" Role="Fields" Multiplicity="*" />
                <End Type="PS.WorkflowDesigner" Role="FieldsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_WorkflowDesignerField_LookupEntries_PS_LookupEntry_LookupEntriesPartner">
                <End Type="PS.LookupEntry" Role="LookupEntries" Multiplicity="*" />
                <End Type="PS.WorkflowDesignerField" Role="LookupEntriesPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_ResourcePlan_Assignments_PS_PlanAssignment_AssignmentsPartner">
                <End Type="PS.PlanAssignment" Role="Assignments" Multiplicity="*" />
                <End Type="PS.ResourcePlan" Role="AssignmentsPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="PS_TimePhase_Assignments_PS_StatusAssignment_AssignmentsPartner">
                <End Type="PS.StatusAssignment" Role="Assignments" Multiplicity="*" />
                <End Type="PS.TimePhase" Role="AssignmentsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.Publishing">
            <ComplexType Name="AcronymInformation">
                <Property Name="Acronym" Type="Edm.String" />
                <Property Name="Color" Type="Edm.String" />
                <Property Name="Lcid" Type="Edm.Int32" Nullable="false" />
                <Property Name="Text" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AmplifiedChannels">
                <Property Name="WasAmplifiedToEmail" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WasAmplifiedToSharePoint" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WasAmplifiedToTeams" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WasAmplifiedToVivaEngage" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AmplifyPublishingHistoryResult">
                <Property Name="AmplifyId" Type="Edm.Guid" Nullable="false" />
                <Property Name="PageId" Type="Edm.Int32" Nullable="false" />
                <Property Name="PublicationMetadata" Type="Edm.String" />
                <Property Name="publishingStatusResponse"
                    Type="SP.Publishing.PublishingStatusResponse" />
                <Property Name="TimestampUTC" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PublishingStatusResponse">
                <Property Name="EmailPublishingStatus" Type="SP.Publishing.EmailPublishingStatus" />
                <Property Name="Errors"
                    Type="Collection(Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResult)" />
                <Property Name="LastTriedAt" Type="Edm.DateTime" Nullable="false" />
                <Property Name="PrePublishValidationErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="PublishingStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="SharePointPublishingStatus"
                    Type="Collection(SP.Publishing.SharePointPublishingStatusResponse)" />
                <Property Name="TeamsPublishingStatus"
                    Type="Collection(SP.Publishing.TeamsPublishingStatusResponse)" />
                <Property Name="VivaEngagePublishingStatus"
                    Type="SP.Publishing.VivaEngagePublishingStatus" />
                <Property Name="VivaEngageV2PublishingStatus"
                    Type="Collection(SP.Publishing.VivaEngagePublishingStatus)" />
                <Property Name="YammerPublishingStatus" Type="Collection(SP.KeyValue)" />
            </ComplexType>
            <ComplexType Name="EmailPublishingStatus">
                <Property Name="DestinationURL" Type="Edm.String" />
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="Errors"
                    Type="Collection(Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResult)" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SharePointPublishingStatusResponse">
                <Property Name="SiteId" Type="Edm.String" />
                <Property Name="Status" Type="SP.Publishing.SharePointPublishingStatus" />
                <Property Name="WebId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SharePointPublishingStatus">
                <Property Name="DestinationPageId" Type="Edm.String" />
                <Property Name="DestinationPageUniqueId" Type="Edm.String" />
                <Property Name="DestinationPageURL" Type="Edm.String" />
                <Property Name="DestinationPageVersion" Type="Edm.String" />
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="Errors"
                    Type="Collection(Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResult)" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TeamsPublishingStatusResponse">
                <Property Name="AudienceId" Type="Edm.String" />
                <Property Name="Status" Type="SP.Publishing.TeamsPublishingStatus" />
            </ComplexType>
            <ComplexType Name="TeamsPublishingStatus">
                <Property Name="AudienceId" Type="Edm.String" />
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="Errors"
                    Type="Collection(Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResult)" />
                <Property Name="HttpStatusCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="VivaEngagePublishingStatus">
                <Property Name="DestinationId" Type="Edm.String" />
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="Errors"
                    Type="Collection(Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResult)" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AmplifyPublishingHistory">
                <Property Name="results"
                    Type="Collection(SP.Publishing.AmplifyPublishingHistoryResult)" />
            </ComplexType>
            <ComplexType Name="AmplifyRequestEndpoint">
                <Property Name="Data" Type="Edm.String" />
                <Property Name="EndpointType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AmplifyRequestParams">
                <Property Name="Endpoints" Type="Collection(SP.Publishing.AmplifyRequestEndpoint)" />
                <Property Name="UseNewPublishingStack" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AnnouncementAuthor">
                <Property Name="Email" Type="Edm.String" />
                <Property Name="ID" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AnnouncementsData">
                <Property Name="CallToAction" Type="SP.Publishing.CallToAction" />
                <Property Name="Dismissable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExpiresOn" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Icon" Type="SP.Publishing.Icon" />
                <Property Name="ID" Type="Edm.Guid" Nullable="false" />
                <Property Name="Message" Type="Edm.String" />
                <Property Name="PublishStartDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CallToAction">
                <Property Name="IsTranspileReady" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Text" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="Icon">
                <Property Name="Color" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SitePageAuthoringMetadata">
                <Property Name="ClientOperation" Type="Edm.Int32" Nullable="false" />
                <Property Name="FluidContainerCustomId" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsSingleUserSession" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RestoredFrom" Type="Edm.String" />
                <Property Name="RestoreTo" Type="Edm.String" />
                <Property Name="SequenceId" Type="Edm.Int64" Nullable="false" />
                <Property Name="SessionId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AuthoringSchemaFeatureVersion">
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Version" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="BoostFieldsData">
                <Property Name="BoostOrderType" Type="Edm.Int32" Nullable="false" />
                <Property Name="BoostUntilSeen" Type="Edm.Boolean" />
                <Property Name="Expiry" Type="Edm.DateTime" />
                <Property Name="Impressions" Type="Edm.Int64" />
                <Property Name="NextItemId" Type="Edm.Int32" />
                <Property Name="NextItemVersion" Type="Edm.Int32" />
                <Property Name="PreviousItemId" Type="Edm.Int32" />
                <Property Name="PreviousItemVersion" Type="Edm.Int32" />
            </ComplexType>
            <ComplexType Name="SitePageBoostProperties">
                <Property Name="BoostOrder" Type="Edm.Double" Nullable="false" />
                <Property Name="BoostOrderVersion" Type="Edm.Int32" Nullable="false" />
                <Property Name="BoostUntilExpiryDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="BoostUntilSeen" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BoostUntilUsersViewedCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SitePageFieldsData">
                <Property Name="AuthorByline" Type="Collection(Edm.String)" />
                <Property Name="AuthoringMetadata" Type="SP.Publishing.SitePageAuthoringMetadata" />
                <Property Name="BannerImageUrl" Type="Edm.String" />
                <Property Name="BoostProperties" Type="SP.Publishing.SitePageBoostProperties" />
                <Property Name="CallToAction" Type="Edm.String" />
                <Property Name="CanvasContent1" Type="Edm.String" />
                <Property Name="CanvasJson1" Type="Edm.String" />
                <Property Name="Categories" Type="Edm.String" />
                <Property Name="CoAuthState" Type="SP.Publishing.SitePageCoAuthState" />
                <Property Name="Collaborators" Type="Collection(SP.Publishing.SitePageCollaborator)" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="EmailTranspileContent" Type="Edm.String" />
                <Property Name="HiddenHighlightsMetadata" Type="Edm.String" />
                <Property Name="HideListEditorMetadata" Type="Edm.String" />
                <Property Name="LayoutWebpartsContent" Type="Edm.String" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="PublicationMetadata" Type="Edm.String" />
                <Property Name="PublishStartDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TeamsTranspileContent" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TopicHeader" Type="Edm.String" />
                <Property Name="WebTranspileContent" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SitePageCoAuthState">
                <Property Name="Action" Type="Edm.Int32" Nullable="false" />
                <Property Name="AuthoringSchemaFeatureVersions"
                    Type="Collection(SP.Publishing.AuthoringSchemaFeatureVersion)" />
                <Property Name="HasReachedMinorVersionsLimit" Type="Edm.Boolean" />
                <Property Name="IsNewSession" Type="Edm.Boolean" />
                <Property Name="IsPartitionFlushed" Type="Edm.Boolean" />
                <Property Name="LockAction" Type="Edm.Int32" Nullable="false" />
                <Property Name="LockDuration" Type="Edm.Int32" Nullable="false" />
                <Property Name="OverwriteExistingVersion" Type="Edm.Boolean" />
                <Property Name="SharedLockId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SitePageCollaborator">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="LoginName" Type="Edm.String" />
                <Property Name="UserId" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CampaignPublicationFieldsData"
                BaseType="SP.Publishing.SitePageFieldsData">
                <Property Name="EndpointEmail" Type="Edm.String" />
                <Property Name="EndpointSharePoint" Type="Edm.String" />
                <Property Name="EndpointTeams" Type="Edm.String" />
                <Property Name="EndpointVivaEngage" Type="Edm.String" />
                <Property Name="EndpointYammer" Type="Edm.String" />
                <Property Name="PublicationStatus" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CampaignPublicationMailDraftData">
                <Property Name="DraftId" Type="Edm.String" />
                <Property Name="GroupUpn" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ChannelAnnouncement">
                <Property Name="Author" Type="SP.Publishing.AnnouncementAuthor" />
                <Property Name="CallToAction" Type="SP.Publishing.CallToAction" />
                <Property Name="ChannelName" Type="Edm.String" />
                <Property Name="Icon" Type="SP.Publishing.Icon" />
                <Property Name="ID" Type="Edm.Int64" Nullable="false" />
                <Property Name="IsRead" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Message" Type="Edm.String" />
                <Property Name="PublishStartDate" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CopyToParams">
                <Property Name="AsNews" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AsPrivateAuthoringPage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AsTemplate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanvasContentOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ComponentJSONString" Type="Edm.String" />
                <Property Name="CreateCopyForEdit" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CreateCopyWithTitleSuffix" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CreateIfMissing" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DeleteSourcePage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DependencyPropertyTypesToDeepCopy" Type="Collection(Edm.Int32)"
                    Nullable="false" />
                <Property Name="DestinationPageUniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="DestinationType" Type="Edm.Int32" Nullable="false" />
                <Property Name="DestinationWebUrl" Type="Edm.String" />
                <Property Name="ScenarioID" Type="Edm.Int32" Nullable="false" />
                <Property Name="ScenarioPayload" Type="Edm.String" />
                <Property Name="ShouldAddFallbackLinkForVideoForAmplify" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="SitePageFlags" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ProfileDateTime">
                <Property Name="DateTimeType" Type="Edm.Int32" Nullable="false" />
                <Property Name="DateTimeValue" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="DateTimeCustomProperty" BaseType="SP.Publishing.ProfileDateTime">
                <Property Name="CustomPropertyName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="Error">
                <Property Name="Details" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="RepostPageFieldsData" BaseType="SP.Publishing.SitePageFieldsData" />
            <ComplexType Name="FeedVideoPageFieldsData"
                BaseType="SP.Publishing.RepostPageFieldsData" />
            <ComplexType Name="GettyImage">
                <Property Name="ImageId" Type="Edm.String" />
                <Property Name="ImageUrl" Type="Edm.String" />
                <Property Name="InsertionISOTimestamp" Type="Edm.String" />
                <Property Name="PrimaryId" Type="Edm.String" />
                <Property Name="SecondaryId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ViewData">
                <Property Name="TotalHits" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalUsers" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ItemViewsAnalyticsData" BaseType="SP.Publishing.ViewData">
                <Property Name="Days" Type="Collection(SP.Publishing.TimeFrameStatistics)" />
                <Property Name="Months" Type="Collection(SP.Publishing.TimeFrameStatistics)" />
            </ComplexType>
            <ComplexType Name="TimeFrameStatistics" BaseType="SP.Publishing.ViewData">
                <Property Name="Date" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PageMoveParams">
                <Property Name="DestinationWebUrl" Type="Edm.String" />
                <Property Name="ShouldPublish" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PersonCore">
                <Property Name="AadObjectId" Type="Edm.String" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="UserName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PersonCustomProperty" BaseType="SP.Publishing.PersonCore">
                <Property Name="CustomPropertyName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PersonIdentity">
                <Property Name="AadObjectId" Type="Edm.String" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="UserName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PersonMagazineData">
                <Property Name="AboutMe" Type="Edm.String" />
                <Property Name="BackgroundImageUrl" Type="Edm.String" />
                <Property Name="BackgroundImageX" Type="Edm.Int32" Nullable="false" />
                <Property Name="BackgroundImageY" Type="Edm.Int32" Nullable="false" />
                <Property Name="DepartmentName" Type="Edm.String" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="HasEditPermission" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Office" Type="Edm.String" />
                <Property Name="Phone" Type="Edm.String" />
                <Property Name="PictureUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PersonMagazineUserProfileDirectsData">
                <Property Name="DirectReports"
                    Type="Collection(SP.Publishing.PersonMagazineUserProfile)" />
            </ComplexType>
            <ComplexType Name="PersonMagazineUserProfile">
                <Property Name="AadObjectId" Type="Edm.String" />
                <Property Name="AboutMe" Type="Edm.String" />
                <Property Name="AboutMeTruncated" Type="Edm.String" />
                <Property Name="Assistant" Type="SP.Publishing.PersonCore" />
                <Property Name="BirthDate" Type="SP.Publishing.ProfileDateTime" />
                <Property Name="Birthday" Type="Edm.String" />
                <Property Name="DateTimeCustomProperties"
                    Type="Collection(SP.Publishing.DateTimeCustomProperty)" />
                <Property Name="DepartmentName" Type="Edm.String" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="Fax" Type="Edm.String" />
                <Property Name="HasEditPermission" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HireDate" Type="SP.Publishing.ProfileDateTime" />
                <Property Name="HomePhone" Type="Edm.String" />
                <Property Name="Interest" Type="Edm.String" />
                <Property Name="Lync" Type="Edm.String" />
                <Property Name="MobilePhone" Type="Edm.String" />
                <Property Name="Office" Type="Edm.String" />
                <Property Name="OfficeLocation" Type="Edm.String" />
                <Property Name="OneDriveUrl" Type="Edm.String" />
                <Property Name="PastProjects" Type="Edm.String" />
                <Property Name="PersonTypeCustomProperties"
                    Type="Collection(SP.Publishing.PersonCustomProperty)" />
                <Property Name="Phone" Type="Edm.String" />
                <Property Name="PictureUrl" Type="Edm.String" />
                <Property Name="PointPublishingPersonalSiteUrl" Type="Edm.String" />
                <Property Name="Responsibilities" Type="Edm.String" />
                <Property Name="Schools" Type="Edm.String" />
                <Property Name="Skills" Type="Edm.String" />
                <Property Name="SpsDepartment" Type="Edm.String" />
                <Property Name="SpsJobTitle" Type="Edm.String" />
                <Property Name="StringCustomProperties" Type="Collection(SP.KeyValue)" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="UserName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PersonMagazineUserProfileData"
                BaseType="SP.Publishing.PersonMagazineUserProfileDirectsData">
                <Property Name="ManagerChain"
                    Type="Collection(SP.Publishing.PersonMagazineUserProfile)" />
                <Property Name="Primary" Type="SP.Publishing.PersonMagazineUserProfile" />
            </ComplexType>
            <ComplexType Name="PortalHealthStatusDetails">
                <Property Name="ErrorReason" Type="Edm.String" />
                <Property Name="HelpLink" Type="Edm.String" />
                <Property Name="PortalHealthErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PortalHealthStatus">
                <Property Name="Details" Type="Collection(SP.Publishing.PortalHealthStatusDetails)" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PrePublishValidationsErrorCodesForEmail">
                <Property Name="EmailAddress" Type="Edm.String" />
                <Property Name="ErrorCodes" Type="Collection(Edm.Int32)" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PrePublishValidationsErrorCodesForSharePointSite">
                <Property Name="ErrorCodes" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="SiteId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PrePublishValidationsErrorCodesForTeams">
                <Property Name="AudienceId" Type="Edm.String" />
                <Property Name="ErrorCodes" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="NumberOfImagesInPayload" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PrePublishValidationsErrorCodesForVivaEngage">
                <Property Name="DestinationName" Type="Edm.String" />
                <Property Name="DestinationType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorCodes" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="NumberOfImageAttachments" Type="Edm.Int32" Nullable="false" />
                <Property Name="VivaEngageDestinationV2"
                    Type="SP.Publishing.VivaEngageDestinationV2" />
            </ComplexType>
            <ComplexType Name="VivaEngageDestinationV2">
                <Property Name="DestinationName" Type="Edm.String" />
                <Property Name="DestinationType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PrePublishValidationsResponse">
                <Property Name="ErrorCodes" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="PrePublishValidationsErrorCodesForEmails"
                    Type="Collection(SP.Publishing.PrePublishValidationsErrorCodesForEmail)" />
                <Property Name="PrePublishValidationsErrorCodesForSharePointSites"
                    Type="Collection(SP.Publishing.PrePublishValidationsErrorCodesForSharePointSite)" />
                <Property Name="PrePublishValidationsErrorCodesForTeams"
                    Type="Collection(SP.Publishing.PrePublishValidationsErrorCodesForTeams)" />
                <Property Name="PrePublishValidationsErrorCodesForVivaEngage"
                    Type="SP.Publishing.PrePublishValidationsErrorCodesForVivaEngage" />
                <Property Name="PrePublishValidationsErrorCodesForVivaEngageV2"
                    Type="Collection(SP.Publishing.PrePublishValidationsErrorCodesForVivaEngage)" />
            </ComplexType>
            <ComplexType Name="ProfileCoreProperties" BaseType="SP.Publishing.PersonIdentity">
                <Property Name="PictureUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ProfileDirectsData">
                <Property Name="DirectReports"
                    Type="Collection(SP.Publishing.ProfileCoreProperties)" />
            </ComplexType>
            <ComplexType Name="ProfileData" BaseType="SP.Publishing.ProfileDirectsData">
                <Property Name="ManagerChain" Type="Collection(SP.Publishing.ProfileCoreProperties)" />
                <Property Name="Primary" Type="SP.Publishing.PersonMagazineUserProfile" />
            </ComplexType>
            <ComplexType Name="ProfileFullProperties" BaseType="SP.Publishing.ProfileCoreProperties">
                <Property Name="AboutMe" Type="Edm.String" />
                <Property Name="AboutMeTruncated" Type="Edm.String" />
                <Property Name="Assistant" Type="SP.Publishing.PersonIdentity" />
                <Property Name="BirthDate" Type="SP.Publishing.ProfileDateTime" />
                <Property Name="DepartmentName" Type="Edm.String" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="Fax" Type="Edm.String" />
                <Property Name="HasEditPermission" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HireDate" Type="SP.Publishing.ProfileDateTime" />
                <Property Name="HomePhone" Type="Edm.String" />
                <Property Name="Interest" Type="Edm.String" />
                <Property Name="Lync" Type="Edm.String" />
                <Property Name="MobilePhone" Type="Edm.String" />
                <Property Name="Office" Type="Edm.String" />
                <Property Name="OfficeLocation" Type="Edm.String" />
                <Property Name="OneDriveUrl" Type="Edm.String" />
                <Property Name="PastProjects" Type="Edm.String" />
                <Property Name="Phone" Type="Edm.String" />
                <Property Name="PointPublishingPersonalSiteUrl" Type="Edm.String" />
                <Property Name="Responsibilities" Type="Edm.String" />
                <Property Name="Schools" Type="Edm.String" />
                <Property Name="Skills" Type="Edm.String" />
                <Property Name="SpsDepartment" Type="Edm.String" />
                <Property Name="SpsJobTitle" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ProfilePropertyViewEditPolicy">
                <Property Name="IsDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRequired" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsTaxonomic" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsUserEditable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsVisibleOnEditor" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Privacy" Type="Edm.Int32" Nullable="false" />
                <Property Name="UserOverridePrivacy" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ProfileViewEditPolicies">
                <Property Name="AboutMe" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="Assistant" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="Birthday" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="CellPhone" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="Department" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="DisplayName" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="Fax" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="HireDate" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="HomePhone" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="Interests" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="JobTitle" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="Location" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="Office" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="PersonalSiteUrl" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="PictureUrl" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="Projects" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="Responsibilities" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="Schools" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="SipAddress" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="Skills" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="SpsDepartment" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="SpsJobTitle" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="WorkEmail" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
                <Property Name="WorkPhone" Type="SP.Publishing.ProfilePropertyViewEditPolicy" />
            </ComplexType>
            <ComplexType Name="PropertyValue">
                <Property Name="TermId" Type="Edm.String" />
                <Property Name="Value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PublishPublicationResponse">
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="Message" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="RuleErrorDetails">
                <Property Name="errorHeaders" Type="Collection(Edm.String)" />
                <Property Name="errors" Type="Collection(SP.Publishing.Error)" />
            </ComplexType>
            <ComplexType Name="RuleResult">
                <Property Name="ActionToTake" Type="Edm.String" />
                <Property Name="Details" Type="SP.Publishing.RuleErrorDetails" />
                <Property Name="description" Type="Edm.String" />
                <Property Name="LearnMoreLink" Type="Edm.String" />
                <Property Name="ResultCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="RuleType" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SchedulePublicationResponse">
                <Property Name="PublicationStatus" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SendTestEmailResponse">
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="Response" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SendTestTeamsMessageResponse">
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="Response" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SharePageByEmailData">
                <Property Name="BccEmails" Type="Collection(Edm.String)" />
                <Property Name="CcEmails" Type="Collection(Edm.String)" />
                <Property Name="EmailSize" Type="Edm.String" />
                <Property Name="Message" Type="Edm.String" />
                <Property Name="PageContent" Type="Edm.String" />
                <Property Name="PageItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="RecipientEmails" Type="Collection(Edm.String)" />
                <Property Name="ScenarioTag" Type="Edm.String" />
                <Property Name="Subject" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SharePagePreviewByEmailFieldsData">
                <Property Name="message" Type="Edm.String" />
                <Property Name="recipientEmails" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="SitePage3DFieldsData" BaseType="SP.Publishing.SitePageFieldsData">
                <Property Name="SpaceContent" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SitePageDependencyMetadata">
                <Property Name="DependencyItemPath" Type="Edm.String" />
                <Property Name="IsInPageSiteAssetsFolder" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ListId" Type="Edm.Guid" />
                <Property Name="RelatedWebParts" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="RelatedWebPartsDetails"
                    Type="Collection(SP.Publishing.WebPartDetailsWrapper)" />
                <Property Name="SiteId" Type="Edm.Guid" />
                <Property Name="Type" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="WebId" Type="Edm.Guid" />
            </ComplexType>
            <ComplexType Name="WebPartDetailsWrapper">
                <Property Name="InstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsInternal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ManifestId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SitePageStreamContent" />
            <ComplexType Name="SitePagStreamData">
                <Property Name="CoAuthState" Type="SP.Publishing.SitePageCoAuthState" />
                <Property Name="StreamContents"
                    Type="Collection(SP.Publishing.SitePageStreamContent)" />
            </ComplexType>
            <ComplexType Name="SitePageVersionInfoCollection">
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CreatedBy" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SitePageVersionInfo">
                <Property Name="LastVersionCreated" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LastVersionCreatedBy" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteSharingEmailContext">
                <Property Name="CustomDescription" Type="Edm.String" />
                <Property Name="CustomTitle" Type="Edm.String" />
                <Property Name="Message" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="StartCoAuthMetaData">
                <Property Name="AuthoringSchemaFeatureVersions"
                    Type="Collection(SP.Publishing.AuthoringSchemaFeatureVersion)" />
                <Property Name="ForceCheckin" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ForceFlushOpStream" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsUserConsentProvidedForModerationStatus" Type="Edm.Boolean"
                    Nullable="false" />
            </ComplexType>
            <ComplexType Name="TaxonomicProperties">
                <Property Name="Interest" Type="Collection(SP.Publishing.PropertyValue)" />
                <Property Name="PastProjects" Type="Collection(SP.Publishing.PropertyValue)" />
                <Property Name="Responsibilities" Type="Collection(SP.Publishing.PropertyValue)" />
                <Property Name="Schools" Type="Collection(SP.Publishing.PropertyValue)" />
                <Property Name="Skills" Type="Collection(SP.Publishing.PropertyValue)" />
            </ComplexType>
            <ComplexType Name="TaxonomyMetadata">
                <Property Name="anchorId" Type="Edm.Guid" Nullable="false" />
                <Property Name="excludedTermset" Type="Edm.Guid" Nullable="false" />
                <Property Name="excludeKeyword" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isAddTerms" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isIncludeDeprecated" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isIncludePathData" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isIncludeUnavailable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isSpanTermSets" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isSpanTermStores" Type="Edm.Boolean" Nullable="false" />
                <Property Name="lcid" Type="Edm.Int32" Nullable="false" />
                <Property Name="sspList" Type="Edm.String" />
                <Property Name="termSetList" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TextValueWithLanguage">
                <Property Name="ColorSeed" Type="Edm.String" />
                <Property Name="Lcid" Type="Edm.Int32" Nullable="false" />
                <Property Name="Text" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TopicPageFieldsData" BaseType="SP.Publishing.SitePageFieldsData">
                <Property Name="EntityId" Type="Edm.String" />
                <Property Name="EntityRelations" Type="Edm.String" />
                <Property Name="EntityType" Type="Edm.String" />
                <Property Name="VerifiedTopicAllowedEditors" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ViewProgressAnalyticsData" BaseType="SP.Publishing.ViewData">
                <Property Name="PercentageViewed" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ApprovalRequestResponse">
                <Property Name="ApprovalStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="PublicationStatus" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ApprovalRequestCreationInfo">
                <Property Name="Approvers" Type="Collection(Edm.String)" />
                <Property Name="AwaitAll" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DistributionChannel" Type="Collection(Edm.String)" />
                <Property Name="Important" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Message" Type="Edm.String" />
                <Property Name="PublishOption" Type="Edm.String" />
                <Property Name="SchedulePublishDate" Type="Edm.DateTime" />
            </ComplexType>
            <ComplexType Name="CampaignPublicationLoadMailDraftParam">
                <Property Name="IsPreview" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MissingSharePointDestinationWebIdRepairItem">
                <Property Name="SiteId" Type="Edm.String" />
                <Property Name="SiteUrl" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CampaignPublicationResetEndpointParam">
                <Property Name="EmailTranspileContent" Type="Edm.String" />
                <Property Name="EngageTranspileContent" Type="Edm.String" />
                <Property Name="ResetEndpoint" Type="Collection(Edm.String)" />
                <Property Name="TeamsTranspileContent" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CampaignPublicationSaveMailDraftParam">
                <Property Name="IsOpxContentModified" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CommunicationSiteCreationResponse">
                <Property Name="SiteStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CommunicationSiteCreationRequest">
                <Property Name="AllowFileSharingForGuestUsers" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Classification" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="lcid" Type="Edm.Int32" Nullable="false" />
                <Property Name="SensitivityLabel" Type="Edm.Guid" Nullable="false" />
                <Property Name="SensitivityLabel2" Type="Edm.String" />
                <Property Name="SiteDesignId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="WebTemplateExtensionId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PublishSiteInformation">
                <Property Name="SiteType" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FilePickerOptions">
                <Property Name="BingSearchEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CentralAssetRepository"
                    Type="Microsoft.SharePoint.Administration.OrgAssets" />
                <Property Name="OrgAssets" Type="Microsoft.SharePoint.Administration.OrgAssets" />
            </ComplexType>
            <EntityType Name="AllowanceCheckResult">
                <Key>
                    <PropertyRef Name="Allowed" />
                </Key>
                <Property Name="Allowed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ErrorReason" Type="Edm.String" />
                <Property Name="ErrorCode" Type="Edm.String" />
            </EntityType>
            <EntityType Name="AnnouncementsController">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SitePageMetadata">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AbsoluteUrl" Type="Edm.String" />
                <Property Name="AssetFolderId" Type="Edm.Int32" Nullable="false" />
                <Property Name="AuthorByline" Type="Collection(Edm.String)" />
                <Property Name="BannerImageUrl" Type="Edm.String" />
                <Property Name="BannerThumbnailUrl" Type="Edm.String" />
                <Property Name="CallToAction" Type="Edm.String" />
                <Property Name="Categories" Type="Edm.String" />
                <Property Name="CommentCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="CommentsDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DoesUserHaveEditPermission" Type="Edm.Boolean" Nullable="false" />
                <Property Name="FileName" Type="Edm.String" />
                <Property Name="FirstPublished" Type="Edm.DateTime" Nullable="false" />
                <Property Name="FirstPublishedRelativeTime" Type="Edm.String" />
                <Property Name="HasUserRecentlyModified" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsPageCheckedOutToCurrentUser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsWebWelcomePage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LikeCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ModifiedRelativeTime" Type="Edm.String" />
                <Property Name="PageLayoutType" Type="Edm.String" />
                <Property Name="Path" Type="SP.ResourcePath" />
                <Property Name="PromotedState" Type="Edm.Int32" Nullable="false" />
                <Property Name="PublishStartDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="SocialBarOnSitePagesDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TopicHeader" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="Version" Type="Edm.String" />
                <Property Name="VersionInfo" Type="SP.Publishing.SitePageVersionInfo" />
                <NavigationProperty Name="CreatedBy"
                    Relationship="SP.Publishing.SP_Publishing_SitePageMetadata_CreatedBy_SP_Publishing_UserInfo_CreatedByPartner"
                    ToRole="CreatedBy" FromRole="CreatedByPartner" />
                <NavigationProperty Name="LastModifiedBy"
                    Relationship="SP.Publishing.SP_Publishing_SitePageMetadata_LastModifiedBy_SP_Publishing_UserInfo_LastModifiedByPartner"
                    ToRole="LastModifiedBy" FromRole="LastModifiedByPartner" />
            </EntityType>
            <EntityType Name="UserInfo">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="AccountName" Type="Edm.String" />
                <Property Name="Acronym" Type="Edm.String" />
                <Property Name="Color" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="SitePage" BaseType="SP.Publishing.SitePageMetadata">
                <Property Name="AlternativeUrlMap" Type="Edm.String" />
                <Property Name="AmplifyPublishingHistory"
                    Type="SP.Publishing.AmplifyPublishingHistory" />
                <Property Name="AuthoringMetadata" Type="SP.Publishing.SitePageAuthoringMetadata" />
                <Property Name="BoostProperties" Type="SP.Publishing.SitePageBoostProperties" />
                <Property Name="CampaignMetadata" Type="Edm.String" />
                <Property Name="CanvasContent1" Type="Edm.String" />
                <Property Name="CanvasJson1" Type="Edm.String" />
                <Property Name="CheckIn" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CoAuthState" Type="SP.Publishing.SitePageCoAuthState" />
                <Property Name="CoAuthTenantConfiguration" Type="SP.CoAuthConfiguration" />
                <Property Name="Collaborators" Type="Collection(SP.Publishing.SitePageCollaborator)" />
                <Property Name="CreationMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsLikedByCurrentUser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsTemplate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Language" Type="Edm.String" />
                <Property Name="LayoutWebpartsContent" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="PublicationMetadata" Type="Edm.String" />
                <Property Name="PublicationRecipients" Type="Edm.String" />
                <Property Name="SitePageFlags" Type="Edm.String" />
                <Property Name="SourceDynamicSectionId" Type="Edm.String" />
                <NavigationProperty Name="Translations"
                    Relationship="SP.SP_Publishing_SitePage_Translations_SP_TranslationStatusCollection_TranslationsPartner"
                    ToRole="Translations" FromRole="TranslationsPartner" />
            </EntityType>
            <EntityType Name="CampaignPublication" BaseType="SP.Publishing.SitePage">
                <Property Name="EmailEndpoint" Type="Edm.String" />
                <Property Name="PublicationStatus" Type="Edm.Int32" />
                <Property Name="SharePointEndpoint" Type="Edm.String" />
                <Property Name="TeamsEndpoint" Type="Edm.String" />
                <Property Name="VivaEngageEndpoint" Type="Edm.String" />
                <Property Name="YammerEndpoint" Type="Edm.String" />
            </EntityType>
            <EntityType Name="CanCreatePageResponse">
                <Key>
                    <PropertyRef Name="CanCreatePage" />
                </Key>
                <Property Name="CanCreatePage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanCreatePromotedPage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableModeration" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="CommunicationSite">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="EmbedDataV1">
                <Key>
                    <PropertyRef Name="AllowHttpsEmbed" />
                </Key>
                <Property Name="AllowHttpsEmbed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CreatorName" Type="Edm.String" />
                <Property Name="DatePublishedAt" Type="Edm.String" />
                <Property Name="DecodedUrl" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DurationInSeconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="EmbedServiceResponseCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="Html" Type="Edm.String" />
                <Property Name="ListId" Type="Edm.String" />
                <Property Name="PublisherName" Type="Edm.String" />
                <Property Name="ResponseCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteId" Type="Edm.String" />
                <Property Name="ThumbnailUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Type" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="VideoId" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.String" />
            </EntityType>
            <EntityType Name="EmbedService">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="VideoItem" Abstract="true">
                <Key>
                    <PropertyRef Name="ID" />
                </Key>
                <Property Name="ChannelID" Type="Edm.Guid" Nullable="false" />
                <Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DefaultEmbedCode" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DisplayFormUrl" Type="Edm.String" />
                <Property Name="FileName" Type="Edm.String" />
                <Property Name="OwnerName" Type="Edm.String" />
                <Property Name="PlayerPageUrl" Type="Edm.String" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="ThumbnailSelection" Type="Edm.Int32" Nullable="false" />
                <Property Name="ThumbnailUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="ID" Type="Edm.Guid" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="VideoDownloadUrl" Type="Edm.String" />
                <Property Name="VideoDurationInSeconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="VideoProcessingStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="ViewCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="YammerObjectUrl" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.SP_Publishing_VideoItem_Author_SP_User_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Owner"
                    Relationship="SP.SP_Publishing_VideoItem_Owner_SP_User_OwnerPartner"
                    ToRole="Owner" FromRole="OwnerPartner" />
                <NavigationProperty Name="PeopleInMedia"
                    Relationship="SP.SP_Publishing_VideoItem_PeopleInMedia_SP_User_PeopleInMediaPartner"
                    ToRole="PeopleInMedia" FromRole="PeopleInMediaPartner" />
            </EntityType>
            <EntityType Name="RepostPage" BaseType="SP.Publishing.SitePage">
                <Property Name="IsBannerImageUrlExternal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OriginalSourceItemId" Type="Edm.Guid" Nullable="false" />
                <Property Name="OriginalSourceListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="OriginalSourceSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="OriginalSourceUrl" Type="Edm.String" />
                <Property Name="OriginalSourceWebId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ShouldSaveAsDraft" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="FeedVideoPage" BaseType="SP.Publishing.RepostPage">
                <Property Name="ModernAudienceTargetUserField" Type="Edm.String" />
                <Property Name="VideoDuration" Type="Edm.Int64" Nullable="false" />
            </EntityType>
            <EntityType Name="HighlightsInfo">
                <Key>
                    <PropertyRef Name="HiddenHighlights" />
                </Key>
                <Property Name="HiddenHighlights" Type="Edm.String" Nullable="false" />
                <Property Name="HideListEditor" Type="Edm.String" />
            </EntityType>
            <EntityType Name="PageDiagnosticsController">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="PageMoveResponse">
                <Key>
                    <PropertyRef Name="ErrorMessage" />
                </Key>
                <Property Name="CompletedAssets" Type="Collection(Edm.String)" />
                <Property Name="ErrorMessage" Type="Edm.String" Nullable="false" />
                <Property Name="ErrorType" Type="Edm.Int32" Nullable="false" />
                <Property Name="JobState" Type="Edm.Int32" Nullable="false" />
                <Property Name="NewPageId" Type="Edm.Int32" Nullable="false" />
                <Property Name="NewPageUniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="NewPageUrl" Type="Edm.String" />
                <Property Name="TotalAssetsToMove" Type="Edm.Int32" Nullable="false" />
                <Property Name="Warnings"
                    Type="Collection(Microsoft.SharePoint.Publishing.PageCopyWithAssets.PageDeepCopyWarning)" />
                <Property Name="WorkItemId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="PersonMagazine" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="PointPublishingDocProps">
                <Key>
                    <PropertyRef Name="Author" />
                </Key>
                <Property Name="Author" Type="Edm.String" Nullable="false" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="DocLibraryUrl" Type="Edm.String" />
                <Property Name="FileType" Type="Edm.String" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ServerRedirectedEmbedUrl" Type="Edm.String" />
                <Property Name="ServerRedirectedPreviewUrl" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteTitle" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="PointPublishingMagazineProps">
                <Key>
                    <PropertyRef Name="BannerColor" />
                </Key>
                <Property Name="BannerColor" Type="Edm.String" Nullable="false" />
                <Property Name="BannerImageUrl" Type="Edm.String" />
                <Property Name="BannerPattern" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="IsUserContributor" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsUserOwner" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MagazineType" Type="Edm.Int32" Nullable="false" />
                <Property Name="PublishedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </EntityType>
            <EntityType Name="PointPublishingPost">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Author" Type="Edm.String" />
                <Property Name="Content" Type="Edm.String" />
                <Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="FriendlyUrlFileName" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="OperationType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="UserIsAuthor" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Version" Type="Edm.String" />
                <NavigationProperty Name="images"
                    Relationship="SP.SP_Publishing_PointPublishingPost_images_SP_File_imagesPartner"
                    ToRole="images" FromRole="imagesPartner" />
            </EntityType>
            <EntityType Name="PointPublishingPostServiceManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="bannerimages"
                    Relationship="SP.SP_Publishing_PointPublishingPostServiceManager_bannerimages_SP_File_bannerimagesPartner"
                    ToRole="bannerimages" FromRole="bannerimagesPartner" />
                <NavigationProperty Name="contributors"
                    Relationship="SP.Publishing.SP_Publishing_PointPublishingPostServiceManager_contributors_SP_Publishing_PointPublishingUser_contributorsPartner"
                    ToRole="contributors" FromRole="contributorsPartner" />
                <NavigationProperty Name="creators"
                    Relationship="SP.Publishing.SP_Publishing_PointPublishingPostServiceManager_creators_SP_Publishing_PointPublishingUser_creatorsPartner"
                    ToRole="creators" FromRole="creatorsPartner" />
                <NavigationProperty Name="magazineprops"
                    Relationship="SP.Publishing.SP_Publishing_PointPublishingPostServiceManager_magazineprops_SP_Publishing_PointPublishingMagazineProps_magazinepropsPartner"
                    ToRole="magazineprops" FromRole="magazinepropsPartner" />
                <NavigationProperty Name="posts"
                    Relationship="SP.Publishing.SP_Publishing_PointPublishingPostServiceManager_posts_SP_Publishing_PointPublishingPost_postsPartner"
                    ToRole="posts" FromRole="postsPartner" />
                <NavigationProperty Name="viewers"
                    Relationship="SP.Publishing.SP_Publishing_PointPublishingPostServiceManager_viewers_SP_Publishing_PointPublishingUser_viewersPartner"
                    ToRole="viewers" FromRole="viewersPartner" />
            </EntityType>
            <EntityType Name="PointPublishingUser">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="AccountName" Type="Edm.String" />
                <Property Name="Department" Type="Edm.String" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="ID" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsDomainGroup" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMagazineOwner" Type="Edm.Boolean" Nullable="false" />
                <Property Name="JobTitle" Type="Edm.String" />
                <Property Name="LoginName" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="PictureUrl" Type="Edm.String" />
                <Property Name="SipAddress" Type="Edm.String" />
            </EntityType>
            <EntityType Name="PointPublishingSiteManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="PointPublishingSiteStatus">
                <Key>
                    <PropertyRef Name="FriendlyUrl" />
                </Key>
                <Property Name="FriendlyUrl" Type="Edm.String" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="PointPublishingTenantManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="PrimaryCityTime">
                <Key>
                    <PropertyRef Name="Location" />
                </Key>
                <Property Name="Location" Type="Edm.String" Nullable="false" />
                <Property Name="Time" Type="Edm.String" />
                <Property Name="UtcOffset" Type="Edm.String" />
            </EntityType>
            <EntityType Name="RepostPageMetadata" BaseType="SP.Publishing.SitePageMetadata">
                <Property Name="OriginalSourceItemId" Type="Edm.Guid" Nullable="false" />
                <Property Name="OriginalSourceListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="OriginalSourceSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="OriginalSourceUrl" Type="Edm.String" />
                <Property Name="OriginalSourceWebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="RichSharing">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SharePointHomeServiceManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SitePage3D" BaseType="SP.Publishing.SitePage">
                <Property Name="SpaceContent" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SitePageService">
                <Key>
                    <PropertyRef Name="CustomContentApprovalEnabled" />
                </Key>
                <Property Name="CustomContentApprovalEnabled" Type="Edm.Boolean" Nullable="false" />
                <NavigationProperty Name="Campaigns"
                    Relationship="Microsoft.SharePoint.Publishing.Campaigns.SP_Publishing_SitePageService_Campaigns_Microsoft_SharePoint_Publishing_Campaigns_Campaign_CampaignsPartner"
                    ToRole="Campaigns" FromRole="CampaignsPartner" />
                <NavigationProperty Name="CommunicationSite"
                    Relationship="SP.Publishing.SP_Publishing_SitePageService_CommunicationSite_SP_Publishing_CommunicationSite_CommunicationSitePartner"
                    ToRole="CommunicationSite" FromRole="CommunicationSitePartner" />
                <NavigationProperty Name="Pages"
                    Relationship="SP.Publishing.SP_Publishing_SitePageService_Pages_SP_Publishing_SitePage_PagesPartner"
                    ToRole="Pages" FromRole="PagesPartner" />
            </EntityType>
            <EntityType Name="SpotlightChannel">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="ChannelId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="TileHtmlColor" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="VideoLibraryServerRelativeUrl" Type="Edm.String" />
                <NavigationProperty Name="Channel"
                    Relationship="SP.Publishing.SP_Publishing_SpotlightChannel_Channel_SP_Publishing_VideoChannel_ChannelPartner"
                    ToRole="Channel" FromRole="ChannelPartner" />
            </EntityType>
            <EntityType Name="VideoChannel" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="CanAdministrateByCurrent" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanEditByCurrent" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanViewByCurrent" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ChannelPageUrl" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DownloadUrlVisibleMinPermission" Type="Edm.Int32" Nullable="false" />
                <Property Name="FullUrl" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="ShareByEmailEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TileHtmlColor" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="YammerDefaultGroupId" Type="Edm.Int32" Nullable="false" />
                <Property Name="YammerEnabled" Type="Edm.Boolean" Nullable="false" />
                <NavigationProperty Name="Search"
                    Relationship="SP.Publishing.SP_Publishing_VideoChannel_Search_SP_Publishing_Search_SearchPartner"
                    ToRole="Search" FromRole="SearchPartner" />
                <NavigationProperty Name="SpotlightVideos"
                    Relationship="SP.Publishing.SP_Publishing_VideoChannel_SpotlightVideos_SP_Publishing_SpotlightVideo_SpotlightVideosPartner"
                    ToRole="SpotlightVideos" FromRole="SpotlightVideosPartner" />
                <NavigationProperty Name="Videos"
                    Relationship="SP.Publishing.SP_Publishing_VideoChannel_Videos_SP_Publishing_VideoItem_VideosPartner"
                    ToRole="Videos" FromRole="VideosPartner" />
            </EntityType>
            <EntityType Name="Search">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="QueryLanguages" Type="Collection(Edm.Int32)" Nullable="false" />
            </EntityType>
            <EntityType Name="SpotlightVideo" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <NavigationProperty Name="Video"
                    Relationship="SP.Publishing.SP_Publishing_SpotlightVideo_Video_SP_Publishing_VideoItem_VideoPartner"
                    ToRole="Video" FromRole="VideoPartner" />
            </EntityType>
            <EntityType Name="SubtitleFile">
                <Key>
                    <PropertyRef Name="Language" />
                </Key>
                <Property Name="Language" Type="Edm.String" Nullable="false" />
                <Property Name="NativeLanguageName" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </EntityType>
            <EntityType Name="TopicSitePage" BaseType="SP.Publishing.SitePage">
                <Property Name="EntityId" Type="Edm.String" />
                <Property Name="EntityRelations" Type="Edm.String" />
                <Property Name="EntityType" Type="Edm.String" />
                <Property Name="VerifiedTopicAllowedEditors" Type="Edm.String" />
            </EntityType>
            <EntityType Name="TopicPageMetadata" BaseType="SP.Publishing.SitePageMetadata">
                <Property Name="EntityId" Type="Edm.String" />
                <Property Name="EntityType" Type="Edm.String" />
            </EntityType>
            <EntityType Name="VideoPermissionGroup" Abstract="true">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Users"
                    Relationship="SP.SP_Publishing_VideoPermissionGroup_Users_SP_User_UsersPartner"
                    ToRole="Users" FromRole="UsersPartner" />
            </EntityType>
            <EntityType Name="VideoPlaybackMetadata">
                <Key>
                    <PropertyRef Name="HLSUrl" />
                </Key>
                <Property Name="HLSUrl" Type="Edm.String" Nullable="false" />
                <Property Name="SdnPlaybackMetadata" Type="Edm.String" />
                <Property Name="StreamingUrl" Type="Edm.String" />
                <Property Name="Token" Type="Edm.String" />
            </EntityType>
            <EntityType Name="VideoServiceDiscoverer">
                <Key>
                    <PropertyRef Name="ChannelUrlTemplate" />
                </Key>
                <Property Name="ChannelUrlTemplate" Type="Edm.String" Nullable="false" />
                <Property Name="IsFeedbackEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsLicensedForVideoPortal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMigratedToStream" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsO365VideoEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsVideoPortalEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="O365VideoPageUrl" Type="Edm.String" />
                <Property Name="PlayerUrlTemplate" Type="Edm.String" />
                <Property Name="VideoPortalLayoutsUrl" Type="Edm.String" />
                <Property Name="VideoPortalUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="VideoServiceManager">
                <Key>
                    <PropertyRef Name="AutomaticMigrationType" />
                </Key>
                <Property Name="AutomaticMigrationType" Type="Edm.String" Nullable="false" />
                <Property Name="CanAdministratePortalByCurrent" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanCreateChannelsByCurrent" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CanViewPortalByCurrent" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UploadGuidelinesLink" Type="Edm.String" />
                <Property Name="VideoGuidelinesLink" Type="Edm.String" />
                <NavigationProperty Name="CanEditChannels"
                    Relationship="SP.Publishing.SP_Publishing_VideoServiceManager_CanEditChannels_SP_Publishing_VideoChannel_CanEditChannelsPartner"
                    ToRole="CanEditChannels" FromRole="CanEditChannelsPartner" />
                <NavigationProperty Name="Channels"
                    Relationship="SP.Publishing.SP_Publishing_VideoServiceManager_Channels_SP_Publishing_VideoChannel_ChannelsPartner"
                    ToRole="Channels" FromRole="ChannelsPartner" />
                <NavigationProperty Name="Search"
                    Relationship="SP.Publishing.SP_Publishing_VideoServiceManager_Search_SP_Publishing_Search_SearchPartner"
                    ToRole="Search" FromRole="SearchPartner" />
                <NavigationProperty Name="SpotlightChannels"
                    Relationship="SP.Publishing.SP_Publishing_VideoServiceManager_SpotlightChannels_SP_Publishing_SpotlightChannel_SpotlightChannelsPartner"
                    ToRole="SpotlightChannels" FromRole="SpotlightChannelsPartner" />
                <NavigationProperty Name="SpotlightVideos"
                    Relationship="SP.Publishing.SP_Publishing_VideoServiceManager_SpotlightVideos_SP_Publishing_SpotlightVideo_SpotlightVideosPartner"
                    ToRole="SpotlightVideos" FromRole="SpotlightVideosPartner" />
            </EntityType>
            <EntityType Name="VideoThumbnail">
                <Key>
                    <PropertyRef Name="Choice" />
                </Key>
                <Property Name="Choice" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsSelected" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
            </EntityType>
            <EntityType Name="ApprovalRequestSyncResponse">
                <Key>
                    <PropertyRef Name="ApprovalRequest" />
                </Key>
                <Property Name="ApprovalRequest" Type="Edm.String" Nullable="false" />
                <Property Name="PublicationStatus" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <Association
                Name="SP_Publishing_SitePageMetadata_CreatedBy_SP_Publishing_UserInfo_CreatedByPartner">
                <End Type="SP.Publishing.UserInfo" Role="CreatedBy" Multiplicity="0..1" />
                <End Type="SP.Publishing.SitePageMetadata" Role="CreatedByPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_SitePageMetadata_LastModifiedBy_SP_Publishing_UserInfo_LastModifiedByPartner">
                <End Type="SP.Publishing.UserInfo" Role="LastModifiedBy" Multiplicity="0..1" />
                <End Type="SP.Publishing.SitePageMetadata" Role="LastModifiedByPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_PointPublishingPostServiceManager_contributors_SP_Publishing_PointPublishingUser_contributorsPartner">
                <End Type="SP.Publishing.PointPublishingUser" Role="contributors" Multiplicity="*" />
                <End Type="SP.Publishing.PointPublishingPostServiceManager"
                    Role="contributorsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_PointPublishingPostServiceManager_creators_SP_Publishing_PointPublishingUser_creatorsPartner">
                <End Type="SP.Publishing.PointPublishingUser" Role="creators" Multiplicity="*" />
                <End Type="SP.Publishing.PointPublishingPostServiceManager" Role="creatorsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_PointPublishingPostServiceManager_magazineprops_SP_Publishing_PointPublishingMagazineProps_magazinepropsPartner">
                <End Type="SP.Publishing.PointPublishingMagazineProps" Role="magazineprops"
                    Multiplicity="0..1" />
                <End Type="SP.Publishing.PointPublishingPostServiceManager"
                    Role="magazinepropsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_PointPublishingPostServiceManager_posts_SP_Publishing_PointPublishingPost_postsPartner">
                <End Type="SP.Publishing.PointPublishingPost" Role="posts" Multiplicity="*" />
                <End Type="SP.Publishing.PointPublishingPostServiceManager" Role="postsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_PointPublishingPostServiceManager_viewers_SP_Publishing_PointPublishingUser_viewersPartner">
                <End Type="SP.Publishing.PointPublishingUser" Role="viewers" Multiplicity="*" />
                <End Type="SP.Publishing.PointPublishingPostServiceManager" Role="viewersPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_SitePageService_CommunicationSite_SP_Publishing_CommunicationSite_CommunicationSitePartner">
                <End Type="SP.Publishing.CommunicationSite" Role="CommunicationSite"
                    Multiplicity="0..1" />
                <End Type="SP.Publishing.SitePageService" Role="CommunicationSitePartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_SitePageService_Pages_SP_Publishing_SitePage_PagesPartner">
                <End Type="SP.Publishing.SitePage" Role="Pages" Multiplicity="*" />
                <End Type="SP.Publishing.SitePageService" Role="PagesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_SpotlightChannel_Channel_SP_Publishing_VideoChannel_ChannelPartner">
                <End Type="SP.Publishing.VideoChannel" Role="Channel" Multiplicity="0..1" />
                <End Type="SP.Publishing.SpotlightChannel" Role="ChannelPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Publishing_VideoChannel_Search_SP_Publishing_Search_SearchPartner">
                <End Type="SP.Publishing.Search" Role="Search" Multiplicity="0..1" />
                <End Type="SP.Publishing.VideoChannel" Role="SearchPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_VideoChannel_SpotlightVideos_SP_Publishing_SpotlightVideo_SpotlightVideosPartner">
                <End Type="SP.Publishing.SpotlightVideo" Role="SpotlightVideos" Multiplicity="*" />
                <End Type="SP.Publishing.VideoChannel" Role="SpotlightVideosPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_VideoChannel_Videos_SP_Publishing_VideoItem_VideosPartner">
                <End Type="SP.Publishing.VideoItem" Role="Videos" Multiplicity="*" />
                <End Type="SP.Publishing.VideoChannel" Role="VideosPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_SpotlightVideo_Video_SP_Publishing_VideoItem_VideoPartner">
                <End Type="SP.Publishing.VideoItem" Role="Video" Multiplicity="0..1" />
                <End Type="SP.Publishing.SpotlightVideo" Role="VideoPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_VideoServiceManager_CanEditChannels_SP_Publishing_VideoChannel_CanEditChannelsPartner">
                <End Type="SP.Publishing.VideoChannel" Role="CanEditChannels" Multiplicity="*" />
                <End Type="SP.Publishing.VideoServiceManager" Role="CanEditChannelsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_VideoServiceManager_Channels_SP_Publishing_VideoChannel_ChannelsPartner">
                <End Type="SP.Publishing.VideoChannel" Role="Channels" Multiplicity="*" />
                <End Type="SP.Publishing.VideoServiceManager" Role="ChannelsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_VideoServiceManager_Search_SP_Publishing_Search_SearchPartner">
                <End Type="SP.Publishing.Search" Role="Search" Multiplicity="0..1" />
                <End Type="SP.Publishing.VideoServiceManager" Role="SearchPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_VideoServiceManager_SpotlightChannels_SP_Publishing_SpotlightChannel_SpotlightChannelsPartner">
                <End Type="SP.Publishing.SpotlightChannel" Role="SpotlightChannels" Multiplicity="*" />
                <End Type="SP.Publishing.VideoServiceManager" Role="SpotlightChannelsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Publishing_VideoServiceManager_SpotlightVideos_SP_Publishing_SpotlightVideo_SpotlightVideosPartner">
                <End Type="SP.Publishing.SpotlightVideo" Role="SpotlightVideos" Multiplicity="*" />
                <End Type="SP.Publishing.VideoServiceManager" Role="SpotlightVideosPartner"
                    Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Publishing.Amplify.Client">
            <ComplexType Name="ClientAmplifyResult">
                <Property Name="canvasElement" Type="Edm.String" />
                <Property Name="code" Type="Edm.String" />
                <Property Name="endpoint"
                    Type="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyEndpointInfo" />
                <Property Name="eventId" Type="Edm.String" />
                <Property Name="expected" Type="Edm.Boolean" />
                <Property Name="extraProperties"
                    Type="Collection(Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyExtraProperty)" />
                <Property Name="internalDescription" Type="Edm.String" />
                <Property Name="origin" Type="Edm.String" />
                <Property Name="stage" Type="Edm.String" />
                <Property Name="statusIndicative" Type="Edm.Boolean" Nullable="false" />
                <Property Name="step" Type="Edm.String" />
                <Property Name="timestampUTC" Type="Edm.String" />
                <Property Name="upstreamErrorCode" Type="Edm.String" />
                <Property Name="upstreamHttpStatusCode" Type="Edm.Int32" />
            </ComplexType>
            <ComplexType Name="ClientAmplifyEndpointInfo">
                <Property Name="endpointSubType" Type="Edm.String" />
                <Property Name="endpointType" Type="Edm.String" />
                <Property Name="extraProperties"
                    Type="Collection(Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyExtraProperty)" />
                <Property Name="href" Type="Edm.String" />
                <Property Name="id" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ClientAmplifyExtraProperty">
                <Property Name="name" Type="Edm.String" />
                <Property Name="value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ClientAmplifyResults">
                <Property Name="errors"
                    Type="Collection(Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResult)" />
                <Property Name="messages"
                    Type="Collection(Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResult)" />
                <Property Name="warnings"
                    Type="Collection(Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResult)" />
            </ComplexType>
            <ComplexType Name="ClientAmplifyAnywhereResults"
                BaseType="Microsoft.SharePoint.Publishing.Amplify.Client.ClientAmplifyResults">
                <Property Name="publishingStatusResponse"
                    Type="SP.Publishing.PublishingStatusResponse" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="SP.Publishing.PortalLaunch">
            <ComplexType Name="PortalLaunchSetupWrapper" />
            <ComplexType Name="PortalLaunchWaveGroup">
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
                <Property Name="UserGroupName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PortalLaunchWaveSetup">
                <Property Name="AlternativeUrlsOfNewSite" Type="Edm.String" />
                <Property Name="AlternativeUrlsOfOldSite" Type="Edm.String" />
                <Property Name="CreatedOn" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ExpectedUsersSize" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsPaused" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ModifiedOn" Type="Edm.DateTime" Nullable="false" />
                <Property Name="NewSiteUrl" Type="Edm.String" />
                <Property Name="OwnersAndEditors" Type="Collection(SP.KeyValue)" />
                <Property Name="PauseAtWave" Type="Edm.Int32" Nullable="false" />
                <Property Name="RedirectionType" Type="Edm.Int32" Nullable="false" />
                <Property Name="RedirectUrl" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="WaveOverrideUsers" Type="Edm.String" />
                <Property Name="Waves"
                    Type="Collection(SP.Publishing.PortalLaunch.PortalLaunchWave)" />
            </ComplexType>
            <ComplexType Name="PortalLaunchWave">
                <Property Name="Groups"
                    Type="Collection(SP.Publishing.PortalLaunch.PortalLaunchWaveGroup)" />
                <Property Name="LaunchDateUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Order" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <EntityType Name="PortalLaunchWavesManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Publishing.PageCopyWithAssets">
            <ComplexType Name="PageDeepCopyWarning">
                <Property Name="WarningMessage" Type="Edm.String" />
                <Property Name="WarningType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <EntityType Name="PageCopyResponse">
                <Key>
                    <PropertyRef Name="CanvasString" />
                </Key>
                <Property Name="CanvasString" Type="Edm.String" Nullable="false" />
                <Property Name="CompletedAssets" Type="Collection(Edm.String)" />
                <Property Name="CopyToStatusAPI" Type="Edm.String" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="ErrorType" Type="Edm.Int32" Nullable="false" />
                <Property Name="JobState" Type="Edm.Int32" Nullable="false" />
                <Property Name="NewPageId" Type="Edm.Int32" Nullable="false" />
                <Property Name="NewPageUniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="NewPageUrl" Type="Edm.String" />
                <Property Name="NewPageVersion" Type="Edm.String" />
                <Property Name="TotalAssetsToCopy" Type="Edm.Int32" Nullable="false" />
                <Property Name="Warnings"
                    Type="Collection(Microsoft.SharePoint.Publishing.PageCopyWithAssets.PageDeepCopyWarning)" />
                <Property Name="WorkItemId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="SP.Publishing.Navigation">
            <ComplexType Name="StructuralNavigationCacheState">
                <Property Name="IsEnabled" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <EntityType Name="PortalNavigationCacheWrapper">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="StructuralNavigationCacheWrapper">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Publishing.Diagnostics">
            <ComplexType Name="PageDetails">
                <Property Name="CorrelationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsPublished" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ListItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListItemUniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="PageLayoutName" Type="Edm.String" />
                <Property Name="PageLoadTimeInMS" Type="Edm.Int32" Nullable="false" />
                <Property Name="PageType" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SpIISLatencyInMS" Type="Edm.Int32" Nullable="false" />
                <Property Name="SpRequestDurationInMS" Type="Edm.Int32" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="Version" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PageDiagnosticsResult">
                <Property Name="CreatedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="PageDetails"
                    Type="Microsoft.SharePoint.Publishing.Diagnostics.PageDetails" />
                <Property Name="ResultStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="suggestions" Type="Collection(SP.Publishing.RuleResult)" />
                <Property Name="Score" Type="Edm.Int32" Nullable="false" />
                <Property Name="ToolDetails"
                    Type="Microsoft.SharePoint.Publishing.Diagnostics.ToolDetails" />
            </ComplexType>
            <ComplexType Name="ToolDetails">
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Version" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PageDiagnostics">
                <Property Name="LatestDraftVersion" Type="Edm.String" />
                <Property Name="LatestPublishedVersion" Type="Edm.String" />
                <Property Name="PageFileName" Type="Edm.String" />
                <Property Name="Results"
                    Type="Collection(Microsoft.SharePoint.Publishing.Diagnostics.PageDiagnosticsResult)" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Publishing.Campaigns.Models">
            <ComplexType Name="CampaignAssociation">
                <Property Name="CampaignId" Type="Edm.Int32" Nullable="false" />
                <Property Name="PublicationId" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CampaignMetadata">
                <Property Name="Color" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Logo" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PublicationMetadata">
                <Property Name="AmplifiedChannels" Type="SP.Publishing.AmplifiedChannels" />
                <Property Name="BannerImageUrl" Type="Edm.String" />
                <Property Name="CanEdit" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CreationDate" Type="Edm.DateTime" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="ModifiedDate" Type="Edm.DateTime" />
                <Property Name="SharePointIds"
                    Type="Microsoft.SharePoint.Publishing.Campaigns.Models.SharePointIds" />
                <Property Name="Status" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SharePointIds">
                <Property Name="listId" Type="Edm.Guid" Nullable="false" />
                <Property Name="siteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="webId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Office.Server.Search.REST">
            <ComplexType Name="ContextCondition">
                <Property Name="ContextConditionType" Type="Edm.String" />
                <Property Name="SourceId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CustomResult">
                <Property Name="GroupTemplateId" Type="Edm.String" />
                <Property Name="ItemTemplateId" Type="Edm.String" />
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
                <Property Name="ResultTitle" Type="Edm.String" />
                <Property Name="ResultTitleUrl" Type="Edm.String" />
                <Property Name="Table" Type="SP.SimpleDataTable" />
                <Property Name="TableType" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ExpandedQueryParameters">
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
            </ComplexType>
            <ComplexType Name="PromotedResultQueryRule">
                <Property Name="Contact" Type="Edm.String" />
                <Property Name="ContextConditions"
                    Type="Collection(Microsoft.Office.Server.Search.REST.ContextCondition)" />
                <Property Name="CreationDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="EndDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="IsPromotedResultsOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModifiedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="PromotedResults"
                    Type="Collection(Microsoft.Office.Server.Search.REST.PromotedResults)" />
                <Property Name="QueryConditions"
                    Type="Collection(Microsoft.Office.Server.Search.REST.QueryCondition)" />
                <Property Name="ReviewDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StartDate" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PromotedResults">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="IsVisual" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModifiedTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="QueryCondition">
                <Property Name="LCID" Type="Edm.Int32" Nullable="false" />
                <Property Name="MatchingOptions" Type="Edm.String" />
                <Property Name="QueryConditionType" Type="Edm.String" />
                <Property Name="SubjectTermsOrigin" Type="Edm.String" />
                <Property Name="Terms" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="PromotedResultsOperationsResult">
                <Property Name="Result"
                    Type="Collection(Microsoft.Office.Server.Search.REST.PromotedResultQueryRule)" />
                <Property Name="SearchObjectOwner"
                    Type="Microsoft.Office.Server.Search.REST.SearchObjectOwnerResult" />
            </ComplexType>
            <ComplexType Name="SearchObjectOwnerResult">
                <Property Name="SiteCollectionId" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.String" />
                <Property Name="TenantId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="QueryConfiguration">
                <Property Name="QueryContext"
                    Type="Microsoft.Office.Server.Search.REST.QueryContext" />
                <Property Name="QueryParameters"
                    Type="Microsoft.Office.Server.Search.REST.ExpandedQueryParameters" />
                <Property Name="QueryRoutingInfo"
                    Type="Microsoft.Office.Server.Search.REST.QueryRoutingInfo" />
                <Property Name="SearchEndpoints"
                    Type="Microsoft.Office.Server.Search.REST.SearchEndpoints" />
            </ComplexType>
            <ComplexType Name="QueryContext">
                <Property Name="GroupObjectIds" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="PortalUrl" Type="Edm.String" />
                <Property Name="RoleIds" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="SpSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SpWebId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TenantInstanceId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="QueryRoutingInfo">
                <Property Name="QueryState" Type="Edm.Int32" Nullable="false" />
                <Property Name="SearchEndpoints"
                    Type="Collection(Microsoft.Office.Server.Search.REST.SearchEndpoints)" />
            </ComplexType>
            <ComplexType Name="SearchEndpoints">
                <Property Name="AdminEndpoint" Type="Edm.String" />
                <Property Name="AfdEndpoint" Type="Edm.String" />
                <Property Name="Geolocation" Type="Edm.String" />
                <Property Name="QueryContext"
                    Type="Microsoft.Office.Server.Search.REST.QueryContext" />
                <Property Name="QueryEndpoint" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="QueryProperty">
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Value"
                    Type="Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue" />
            </ComplexType>
            <ComplexType Name="QueryResult">
                <Property Name="CustomResults"
                    Type="Collection(Microsoft.Office.Server.Search.REST.CustomResult)" />
                <Property Name="QueryId" Type="Edm.String" />
                <Property Name="QueryRuleId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RefinementResults"
                    Type="Microsoft.Office.Server.Search.REST.RefinementResults" />
                <Property Name="RelevantResults"
                    Type="Microsoft.Office.Server.Search.REST.RelevantResults" />
                <Property Name="SpecialTermResults"
                    Type="Microsoft.Office.Server.Search.REST.SpecialTermResults" />
            </ComplexType>
            <ComplexType Name="RefinementResults">
                <Property Name="GroupTemplateId" Type="Edm.String" />
                <Property Name="ItemTemplateId" Type="Edm.String" />
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
                <Property Name="Refiners"
                    Type="Collection(Microsoft.Office.Server.Search.REST.Refiner)" />
                <Property Name="ResultTitle" Type="Edm.String" />
                <Property Name="ResultTitleUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="Refiner">
                <Property Name="Entries"
                    Type="Collection(Microsoft.Office.Server.Search.REST.RefinerEntry)" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RefinerEntry">
                <Property Name="RefinementCount" Type="Edm.Int64" Nullable="false" />
                <Property Name="RefinementName" Type="Edm.String" />
                <Property Name="RefinementToken" Type="Edm.String" />
                <Property Name="RefinementValue" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RelevantResults">
                <Property Name="GroupTemplateId" Type="Edm.String" />
                <Property Name="ItemTemplateId" Type="Edm.String" />
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
                <Property Name="ResultTitle" Type="Edm.String" />
                <Property Name="ResultTitleUrl" Type="Edm.String" />
                <Property Name="RowCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="Table" Type="SP.SimpleDataTable" />
                <Property Name="TotalRows" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalRowsIncludingDuplicates" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SpecialTermResults">
                <Property Name="GroupTemplateId" Type="Edm.String" />
                <Property Name="ItemTemplateId" Type="Edm.String" />
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
                <Property Name="Results"
                    Type="Collection(Microsoft.Office.Server.Search.REST.SpecialTermResult)" />
                <Property Name="ResultTitle" Type="Edm.String" />
                <Property Name="ResultTitleUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SpecialTermResult">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="IsVisualBestBet" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PiSearchResultId" Type="Edm.String" />
                <Property Name="RenderTemplateId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ReportAbandonedQueriesData">
                <Property Name="AbandonedPercentage" Type="Edm.Double" Nullable="false" />
                <Property Name="QueryText" Type="Edm.String" />
                <Property Name="ResultSource" Type="Edm.String" />
                <Property Name="Total" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ReportAbandonedQueriesItem">
                <Property Name="Date" Type="Edm.String" />
                <Property Name="Report"
                    Type="Collection(Microsoft.Office.Server.Search.REST.ReportAbandonedQueriesData)" />
            </ComplexType>
            <ComplexType Name="ReportBase">
                <Property Name="FarmId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ReportAbandonedQueries"
                BaseType="Microsoft.Office.Server.Search.REST.ReportBase">
                <Property Name="Reports"
                    Type="Collection(Microsoft.Office.Server.Search.REST.ReportAbandonedQueriesItem)" />
            </ComplexType>
            <ComplexType Name="ReportNoResultData">
                <Property Name="NoResultPercentage" Type="Edm.Double" Nullable="false" />
                <Property Name="QueryText" Type="Edm.String" />
                <Property Name="ResultSource" Type="Edm.String" />
                <Property Name="Total" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ReportNoResultItem">
                <Property Name="Date" Type="Edm.String" />
                <Property Name="Report"
                    Type="Collection(Microsoft.Office.Server.Search.REST.ReportNoResultData)" />
            </ComplexType>
            <ComplexType Name="ReportNoResultQueries"
                BaseType="Microsoft.Office.Server.Search.REST.ReportBase">
                <Property Name="Reports"
                    Type="Collection(Microsoft.Office.Server.Search.REST.ReportNoResultItem)" />
            </ComplexType>
            <ComplexType Name="ReportNumberOfQueriesData">
                <Property Name="Hits" Type="Edm.String" />
                <Property Name="ResultSource" Type="Edm.String" />
                <Property Name="TotalQueries" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ReportNumberOfQueriesItem">
                <Property Name="Date" Type="Edm.String" />
                <Property Name="Report"
                    Type="Collection(Microsoft.Office.Server.Search.REST.ReportNumberOfQueriesData)" />
            </ComplexType>
            <ComplexType Name="ReportNumberOfQueries"
                BaseType="Microsoft.Office.Server.Search.REST.ReportBase">
                <Property Name="Reports"
                    Type="Collection(Microsoft.Office.Server.Search.REST.ReportNumberOfQueriesItem)" />
            </ComplexType>
            <ComplexType Name="ReportQueryRulesData">
                <Property Name="DictionaryTerms" Type="Edm.String" />
                <Property Name="OwnerType" Type="Edm.String" />
                <Property Name="PercentagePromotedResult" Type="Edm.String" />
                <Property Name="PromotedResultClicks" Type="Edm.String" />
                <Property Name="PromotedResultId" Type="Edm.String" />
                <Property Name="PromotedResultURL" Type="Edm.String" />
                <Property Name="PromotedResultURLName" Type="Edm.String" />
                <Property Name="QueryRule" Type="Edm.String" />
                <Property Name="QueryRuleId" Type="Edm.String" />
                <Property Name="ResultSource" Type="Edm.String" />
                <Property Name="TimesFired" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ReportQueryRulesItem">
                <Property Name="Date" Type="Edm.String" />
                <Property Name="Report"
                    Type="Collection(Microsoft.Office.Server.Search.REST.ReportQueryRulesData)" />
            </ComplexType>
            <ComplexType Name="ReportQueryRules"
                BaseType="Microsoft.Office.Server.Search.REST.ReportBase">
                <Property Name="Reports"
                    Type="Collection(Microsoft.Office.Server.Search.REST.ReportQueryRulesItem)" />
            </ComplexType>
            <ComplexType Name="ReportTopQueriesData">
                <Property Name="QueryPercentage" Type="Edm.Double" Nullable="false" />
                <Property Name="QueryText" Type="Edm.String" />
                <Property Name="ResultSource" Type="Edm.String" />
                <Property Name="Total" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ReportTopQueriesItem">
                <Property Name="Date" Type="Edm.String" />
                <Property Name="Report"
                    Type="Collection(Microsoft.Office.Server.Search.REST.ReportTopQueriesData)" />
            </ComplexType>
            <ComplexType Name="ReportTopQueries"
                BaseType="Microsoft.Office.Server.Search.REST.ReportBase">
                <Property Name="Reports"
                    Type="Collection(Microsoft.Office.Server.Search.REST.ReportTopQueriesItem)" />
            </ComplexType>
            <ComplexType Name="ScsEndpoint">
                <Property Name="FarmLabel" Type="Edm.String" />
                <Property Name="PushServiceLocation" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SearchRequest">
                <Property Name="BlockDedupeMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="BypassResultTypes" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ClientType" Type="Edm.String" />
                <Property Name="CollapseSpecification" Type="Edm.String" />
                <Property Name="Culture" Type="Edm.Int32" Nullable="false" />
                <Property Name="DesiredSnippetLength" Type="Edm.Int32" Nullable="false" />
                <Property Name="EnableFQL" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableInterleaving" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableNicknames" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableOrderingHitHighlightedProperty" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="EnablePhonetic" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableQueryRules" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableSorting" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableStemming" Type="Edm.Boolean" Nullable="false" />
                <Property Name="GenerateBlockRankLog" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HiddenConstraints" Type="Edm.String" />
                <Property Name="HitHighlightedMultivaluePropertyLimit" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="HitHighlightedProperties" Type="Collection(Edm.String)" />
                <Property Name="ImpressionId" Type="Edm.String" />
                <Property Name="MaxSnippetLength" Type="Edm.Int32" Nullable="false" />
                <Property Name="OLSQuerySession" Type="Edm.String" />
                <Property Name="PersonalizationData" Type="Edm.Guid" Nullable="false" />
                <Property Name="ProcessBestBets" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ProcessPersonalFavorites" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Properties"
                    Type="Collection(Microsoft.Office.Server.Search.REST.QueryProperty)" />
                <Property Name="PropertiesToGenerateAcronyms" Type="Collection(Edm.String)" />
                <Property Name="QueryTag" Type="Edm.String" />
                <Property Name="QueryTemplate" Type="Edm.String" />
                <Property Name="QueryTemplatePropertiesUrl" Type="Edm.String" />
                <Property Name="Querytext" Type="Edm.String" />
                <Property Name="RankingModelId" Type="Edm.String" />
                <Property Name="RefinementFilters" Type="Collection(Edm.String)" />
                <Property Name="Refiners" Type="Edm.String" />
                <Property Name="ReorderingRules"
                    Type="Collection(Microsoft.SharePoint.Client.Search.Query.ReorderingRule)" />
                <Property Name="ResultsUrl" Type="Edm.String" />
                <Property Name="RowLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="RowsPerPage" Type="Edm.Int32" Nullable="false" />
                <Property Name="SelectProperties" Type="Collection(Edm.String)" />
                <Property Name="SortList"
                    Type="Collection(Microsoft.SharePoint.Client.Search.Query.Sort)" />
                <Property Name="SourceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="StartRow" Type="Edm.Int32" Nullable="false" />
                <Property Name="SummaryLength" Type="Edm.Int32" Nullable="false" />
                <Property Name="Timeout" Type="Edm.Int32" Nullable="false" />
                <Property Name="TimeZoneId" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalRowsExactMinimum" Type="Edm.Int32" Nullable="false" />
                <Property Name="TrimDuplicates" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TrimDuplicatesIncludeId" Type="Edm.Int64" Nullable="false" />
                <Property Name="UILanguage" Type="Edm.Int32" Nullable="false" />
                <Property Name="UseOLSQuery" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SearchResult">
                <Property Name="ElapsedTime" Type="Edm.Int32" Nullable="false" />
                <Property Name="PrimaryQueryResult"
                    Type="Microsoft.Office.Server.Search.REST.QueryResult" />
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
                <Property Name="SecondaryQueryResults"
                    Type="Collection(Microsoft.Office.Server.Search.REST.QueryResult)" />
                <Property Name="SpellingSuggestion" Type="Edm.String" />
                <Property Name="TriggeredRules" Type="Collection(Edm.Guid)" Nullable="false" />
            </ComplexType>
            <ComplexType Name="XSSearchPolicy">
                <Property Name="Policy" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="SearchService">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SearchSetting">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Client.Search.Query">
            <ComplexType Name="QueryPropertyValue">
                <Property Name="BoolVal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IntVal" Type="Edm.Int32" Nullable="false" />
                <Property Name="QueryPropertyValueTypeIndex" Type="Edm.Int32" Nullable="false" />
                <Property Name="StrArray" Type="Collection(Edm.String)" />
                <Property Name="StrVal" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ReorderingRule">
                <Property Name="Boost" Type="Edm.Int32" Nullable="false" />
                <Property Name="MatchType" Type="Edm.Int32" Nullable="false" />
                <Property Name="MatchValue" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="Sort">
                <Property Name="Direction" Type="Edm.Int32" Nullable="false" />
                <Property Name="Property" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PersonalResultSuggestion">
                <Property Name="HighlightedTitle" Type="Edm.String" />
                <Property Name="IsBestBet" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="QueryAutoCompletionMatch">
                <Property Name="Alternation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Key" Type="Edm.String" />
                <Property Name="Length" Type="Edm.Int64" Nullable="false" />
                <Property Name="MatchType" Type="Edm.String" />
                <Property Name="Score" Type="Edm.Double" Nullable="false" />
                <Property Name="SourceName" Type="Edm.String" />
                <Property Name="Start" Type="Edm.Int64" Nullable="false" />
                <Property Name="Value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="QueryAutoCompletionResults">
                <Property Name="CoreExecutionTimeMs" Type="Edm.Int64" Nullable="false" />
                <Property Name="CorrelationId" Type="Edm.String" />
                <Property Name="Queries"
                    Type="Collection(Microsoft.SharePoint.Client.Search.Query.QueryAutoCompletion)" />
            </ComplexType>
            <ComplexType Name="QueryAutoCompletion">
                <Property Name="Matches"
                    Type="Collection(Microsoft.SharePoint.Client.Search.Query.QueryAutoCompletionMatch)" />
                <Property Name="Query" Type="Edm.String" />
                <Property Name="Score" Type="Edm.Double" Nullable="false" />
                <Property Name="Source" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="QuerySuggestionQuery">
                <Property Name="IsPersonal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Query" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="QuerySuggestionRange">
                <Property Name="Length" Type="Edm.Int32" Nullable="false" />
                <Property Name="Start" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="QuerySuggestionResults">
                <Property Name="PeopleNames" Type="Collection(Edm.String)" />
                <Property Name="PersonalResults"
                    Type="Collection(Microsoft.SharePoint.Client.Search.Query.PersonalResultSuggestion)" />
                <Property Name="PopularResults"
                    Type="Collection(Microsoft.SharePoint.Client.Search.Query.PersonalResultSuggestion)" />
                <Property Name="Queries"
                    Type="Collection(Microsoft.SharePoint.Client.Search.Query.QuerySuggestionQuery)" />
            </ComplexType>
            <ComplexType Name="TenantCustomQuerySuggestions">
                <Property Name="AlwaysSuggest"
                    Type="Collection(Microsoft.SharePoint.Client.Search.Query.CustomQuerySuggestions)" />
                <Property Name="NeverSuggest"
                    Type="Collection(Microsoft.SharePoint.Client.Search.Query.CustomQuerySuggestions)" />
            </ComplexType>
            <ComplexType Name="CustomQuerySuggestions">
                <Property Name="LCID" Type="Edm.Int32" Nullable="false" />
                <Property Name="Queries" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="PopularTenantQuery">
                <Property Name="AlwaysSuggest" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ClickCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="LCID" Type="Edm.Int32" Nullable="false" />
                <Property Name="QueryCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="QueryText" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SourceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <EntityType Name="StringCollection">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="Items" Type="Collection(Edm.String)" />
            </EntityType>
            <EntityType Name="QueryPersonalizationData">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="RankingLabeling">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ReorderingRuleCollection">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="Items"
                    Type="Collection(Microsoft.SharePoint.Client.Search.Query.ReorderingRule)" />
            </EntityType>
            <EntityType Name="SortCollection">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="Items"
                    Type="Collection(Microsoft.SharePoint.Client.Search.Query.Sort)" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Client.Search.Analytics">
            <ComplexType Name="AnalyticsAction">
                <Property Name="ActionType" Type="Edm.String" />
                <Property Name="ExpireTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
                <Property Name="UserTime" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AnalyticsActor">
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
                <Property Name="TenantId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AnalyticsItem">
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
            </ComplexType>
            <ComplexType Name="AnalyticsSignal">
                <Property Name="Action"
                    Type="Microsoft.SharePoint.Client.Search.Analytics.AnalyticsAction" />
                <Property Name="Actor"
                    Type="Microsoft.SharePoint.Client.Search.Analytics.AnalyticsActor" />
                <Property Name="Item"
                    Type="Microsoft.SharePoint.Client.Search.Analytics.AnalyticsItem" />
                <Property Name="Source" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="SignalStore">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Yammer">
            <ComplexType Name="WacToken">
                <Property Name="AccessToken" Type="Edm.String" />
                <Property Name="AccessTokenTtl" Type="Edm.Int64" Nullable="false" />
                <Property Name="AppUrl" Type="Edm.String" />
                <Property Name="ErrorMessageToDisplay" Type="Edm.String" />
                <Property Name="FavIconTarget" Type="Edm.String" />
                <Property Name="RedirectUrl" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="WacApi" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Portal">
            <ComplexType Name="ChannelInfoCollection">
                <Property Name="CacheUpdatedTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="value" Type="Collection(Microsoft.SharePoint.Portal.ChannelInfo)" />
            </ComplexType>
            <ComplexType Name="ChannelInfo">
                <Property Name="description" Type="Edm.String" />
                <Property Name="displayName" Type="Edm.String" />
                <Property Name="filesFolderWebUrl" Type="Edm.String" />
                <Property Name="id" Type="Edm.String" />
                <Property Name="memberShipType" Type="Edm.Int32" Nullable="false" />
                <Property Name="webUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CollaborationMailboxResponse">
                <Property Name="AlternateUrl" Type="Edm.String" />
                <Property Name="CorrelationId" Type="Edm.String" />
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="EnsureTeamForGroupExResponse">
                <Property Name="teamsId" Type="Edm.String" />
                <Property Name="teamsUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GroupCreationContext">
                <Property Name="ClassificationDescriptions" Type="Collection(SP.KeyValue)" />
                <Property Name="ClassificationDescriptionsNew" Type="Collection(SP.KeyValue)" />
                <Property Name="ClassificationExtSharingValue" Type="Collection(SP.KeyValue)" />
                <Property Name="ClassificationPrivacyValue" Type="Collection(SP.KeyValue)" />
                <Property Name="CustomFormUrl" Type="Edm.String" />
                <Property Name="DataClassificationOptions" Type="Collection(Edm.String)" />
                <Property Name="DataClassificationOptionsNew" Type="Collection(SP.KeyValue)" />
                <Property Name="DefaultClassification" Type="Edm.String" />
                <Property Name="ExternalInvitationEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MachineLearningCaptureEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MachineLearningExperienceEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="PreferredLanguage" Type="Edm.Int32" />
                <Property Name="RequireSecondaryContact" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SensitivityLabelPolicyMandatory" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowSelfServiceSiteCreation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteCreationNewUX" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SitePath" Type="Edm.String" />
                <Property Name="SiteSensitivityLabelId" Type="Edm.String" />
                <Property Name="URLForCustomHelpPageSensitivityLabel" Type="Edm.String" />
                <Property Name="UsageGuidelineUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GroupCreationParams">
                <Property Name="Classification" Type="Edm.String" />
                <Property Name="CreationOptions" Type="Collection(Edm.String)" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Owners" Type="Collection(Edm.String)" />
                <Property Name="PreferredDataLocation" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GroupSiteConversionInfo">
                <Property Name="GroupType" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsGroupifyDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRegionRestricted" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsWrongPdl" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SuggestedMembers" Type="Collection(Edm.String)" />
                <Property Name="SuggestedOwners" Type="Collection(Edm.String)" />
                <Property Name="UnsuggestablePrincipals" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="GroupSiteInfo">
                <Property Name="DocumentsUrl" Type="Edm.String" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="GroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="LinkedSiteContract">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="GroupId" Type="Edm.String" />
                <Property Name="PictureUrl" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="LinkedSitesListContract">
                <Property Name="LinkedSites"
                    Type="Collection(Microsoft.SharePoint.Portal.LinkedSiteContract)" />
            </ComplexType>
            <ComplexType Name="M365TabItem">
                <Property Name="displayName" Type="Edm.String" />
                <Property Name="isDefault" Type="Edm.Boolean" Nullable="false" />
                <Property Name="itemType" Type="Edm.Int32" Nullable="false" />
                <Property Name="url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="OrgLabelsContext">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="LabelApplicableTo" Type="Edm.String" />
                <Property Name="ObjectId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="OrgLabelsContextList">
                <Property Name="IsLastPage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Labels"
                    Type="Collection(Microsoft.SharePoint.Portal.OrgLabelsContext)" />
            </ComplexType>
            <ComplexType Name="ParentGroup">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="GroupSiteUrl" Type="Edm.String" />
                <Property Name="ID" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PinToTeamParams">
                <Property Name="tabs" Type="Collection(Microsoft.SharePoint.Portal.M365TabItem)" />
                <Property Name="teamsId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PinToTeamResponse">
                <Property Name="FailedPinning"
                    Type="Collection(Microsoft.SharePoint.Portal.M365TabItem)" />
                <Property Name="SuccessfulPinning"
                    Type="Collection(Microsoft.SharePoint.Portal.M365TabItem)" />
            </ComplexType>
            <ComplexType Name="RecentAndJoinedTeamsResponse">
                <Property Name="joinedTeams" Type="Edm.String" />
                <Property Name="joinedTeamsError" Type="Edm.String" />
                <Property Name="joinedTeamsErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="pinnedItems"
                    Type="Collection(Microsoft.SharePoint.ListHome.FavoriteListHomeItem)" />
                <Property Name="pinnedItemsError" Type="Edm.String" />
                <Property Name="pinnedItemsErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="quickAccessItems" Type="Edm.String" />
                <Property Name="quickAccessItemsError" Type="Edm.String" />
                <Property Name="quickAccessItemsErrorCode" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="VivaSiteRequestInfo">
                <Property Name="IsAlreadyAdded" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GroupMoveOperation">
                <Property Name="SourceGroup" Type="Edm.String" />
                <Property Name="TargetGroup" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPSiteCreationResponse">
                <Property Name="SiteId" Type="Edm.String" />
                <Property Name="SiteStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPSiteCreationRequest">
                <Property Name="AdditionalSiteFeatureIds" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="AdditionalWebFeatureIds" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="ChannelCapabilities" Type="SP.SPTeamChannelCapabilities" />
                <Property Name="ChannelGroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Classification" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="HubSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Lcid" Type="Edm.Int32" Nullable="false" />
                <Property Name="Owner" Type="Edm.String" />
                <Property Name="RelatedGroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SensitivityLabel" Type="Edm.Guid" Nullable="false" />
                <Property Name="SensitivityLabel2" Type="Edm.String" />
                <Property Name="ShareByEmailEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteDesignId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TeamsChannelType" Type="Edm.Int32" Nullable="false" />
                <Property Name="TimeZoneId" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="WebTemplate" Type="Edm.String" />
                <Property Name="WebTemplateExtensionId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="IBSegmentInfo">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="ObjectId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="GetTeamChannelSiteOwnerResponse">
                <Property Name="Owner" Type="Edm.String" />
                <Property Name="SecondaryContact" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="CollaborationMailbox" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="GroupService">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="GroupSiteManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="CommunityModeration" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="RatingSettings" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SuiteNavData" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SharePointHomeServiceContextBuilder">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SharePointHomeServiceContext">
                <Key>
                    <PropertyRef Name="Payload" />
                </Key>
                <Property Name="HomePageCache"
                    Type="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCacheCollection" />
                <Property Name="HomePageContext"
                    Type="Microsoft.SharePoint.Portal.Home.SharePointHomePageContext" />
                <Property Name="Payload" Type="Edm.String" Nullable="false" />
                <Property Name="Urls" Type="Collection(Edm.String)" />
                <NavigationProperty Name="DWEngineToken"
                    Relationship="SP.OAuth.Microsoft_SharePoint_Portal_SharePointHomeServiceContext_DWEngineToken_SP_OAuth_TokenResponse_DWEngineTokenPartner"
                    ToRole="DWEngineToken" FromRole="DWEngineTokenPartner" />
                <NavigationProperty Name="Token"
                    Relationship="SP.OAuth.Microsoft_SharePoint_Portal_SharePointHomeServiceContext_Token_SP_OAuth_TokenResponse_TokenPartner"
                    ToRole="Token" FromRole="TokenPartner" />
            </EntityType>
            <EntityType Name="SPHubSitesUtility">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPSiteManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SiteIconManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SiteLinkingManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="VivaSiteManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="MySiteRecommendations" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.ListHome">
            <ComplexType Name="ListHomeItem">
                <Property Name="color" Type="Edm.String" />
                <Property Name="icon" Type="Edm.String" />
                <Property Name="isDefaultDocumentLibrary" Type="Edm.Boolean" />
                <Property Name="isDocLib" Type="Edm.Boolean" />
                <Property Name="listId" Type="Edm.String" />
                <Property Name="listUrl" Type="Edm.String" />
                <Property Name="siteAcronym" Type="Edm.String" />
                <Property Name="siteColor" Type="Edm.String" />
                <Property Name="siteIconUrl" Type="Edm.String" />
                <Property Name="siteId" Type="Edm.String" />
                <Property Name="siteTitle" Type="Edm.String" />
                <Property Name="siteUrl" Type="Edm.String" />
                <Property Name="title" Type="Edm.String" />
                <Property Name="webId" Type="Edm.String" />
                <Property Name="webTemplateConfiguration" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FavoriteListHomeItem"
                BaseType="Microsoft.SharePoint.ListHome.ListHomeItem">
                <Property Name="favoritesOrder" Type="Edm.Single" />
                <Property Name="lastPolled" Type="Edm.Single" />
                <Property Name="order" Type="Edm.Int64" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Portal.Project">
            <ComplexType Name="MyRecsCacheBlob">
                <Property Name="DateCached" Type="Edm.DateTime" Nullable="false" />
                <Property Name="FillInQuery" Type="Edm.String" />
                <Property Name="FillInSortBy" Type="Edm.String" />
                <Property Name="Query" Type="Edm.String" />
                <Property Name="QueryInfo"
                    Type="Microsoft.SharePoint.Portal.Project.MyRecsQueryInfo" />
                <Property Name="Result" Type="Edm.String" />
                <Property Name="SortBy" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MyRecsQueryInfo">
                <Property Name="Category" Type="Edm.Int32" Nullable="false" />
                <Property Name="ExpertiseTags" Type="Collection(Edm.String)" />
                <Property Name="FollowedUrls" Type="Collection(Edm.String)" />
                <Property Name="InterestTags" Type="Collection(Edm.String)" />
                <Property Name="QueryInfoExists" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SuggestedTags" Type="Collection(Edm.String)" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Portal.UserProfiles">
            <ComplexType Name="SharedWithMeDocumentUser">
                <Property Name="Id" Type="Edm.String" />
                <Property Name="LoginName" Type="Edm.String" />
                <Property Name="SipAddress" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="MySiteLinks">
                <Key>
                    <PropertyRef Name="AllDocumentsLink" />
                </Key>
                <Property Name="AllDocumentsLink" Type="Edm.String" Nullable="false" />
                <Property Name="AllDocumentsLinkHref" Type="Edm.String" />
                <Property Name="AllDocumentsLinkTarget" Type="Edm.String" />
                <Property Name="AllSitesLink" Type="Edm.String" />
                <Property Name="AllSitesLinkHref" Type="Edm.String" />
                <Property Name="AllSitesLinkTarget" Type="Edm.String" />
            </EntityType>
            <EntityType Name="MySiteDismissStatusText" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="MySiteDocumentMoveUtility" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SharedWithMeDocument">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Authors"
                    Type="Collection(Microsoft.SharePoint.Portal.UserProfiles.SharedWithMeDocumentUser)" />
                <Property Name="CallerStack" Type="Edm.String" />
                <Property Name="ChildCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="ClickThroughId" Type="Edm.String" />
                <Property Name="CommentCount" Type="Edm.Int64" Nullable="false" />
                <Property Name="ContentTypeId" Type="SP.ContentTypeId" />
                <Property Name="CoverPhotoId" Type="Edm.String" />
                <Property Name="CreatedDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CreatedDateTimeUTC" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DocId" Type="Edm.String" />
                <Property Name="Editors"
                    Type="Collection(Microsoft.SharePoint.Portal.UserProfiles.SharedWithMeDocumentUser)" />
                <Property Name="Extension" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsContainer" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMyDocument" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ItemDescription" Type="Edm.String" />
                <Property Name="ItemResourceId" Type="Edm.String" />
                <Property Name="ItemSize" Type="Edm.Double" Nullable="false" />
                <Property Name="LinkingUrl" Type="Edm.String" />
                <Property Name="ListId" Type="Edm.String" />
                <Property Name="ListItemId" Type="Edm.String" />
                <Property Name="LocalItemUniqueId" Type="Edm.String" />
                <Property Name="LocalItemUniqueIdCollection" Type="Edm.String" />
                <Property Name="MediaBaseUrl" Type="Edm.String" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ModifiedDateTimeUTC" Type="Edm.DateTime" Nullable="false" />
                <Property Name="OfficeBundleGenerate" Type="Edm.String" />
                <Property Name="OfficeBundleGetFragment" Type="Edm.String" />
                <Property Name="Owner"
                    Type="Microsoft.SharePoint.Portal.UserProfiles.SharedWithMeDocumentUser" />
                <Property Name="ParentId" Type="Edm.String" />
                <Property Name="ParentLink" Type="Edm.String" />
                <Property Name="PdfConversionUrl" Type="Edm.String" />
                <Property Name="ProgId" Type="Edm.String" />
                <Property Name="RemoteItemPermMask" Type="Edm.Int64" Nullable="false" />
                <Property Name="ServerRedirectedEmbedUrl" Type="Edm.String" />
                <Property Name="ServerRedirectedPreviewUrl" Type="Edm.String" />
                <Property Name="ServerRedirectedUrl" Type="Edm.String" />
                <Property Name="SharedDateTimeUTC" Type="Edm.DateTime" Nullable="false" />
                <Property Name="SharedToGroupGroupDisplayName" Type="Edm.String" />
                <Property Name="SharedToGroupGroupId" Type="Edm.String" />
                <Property Name="SharedWithInternal"
                    Type="Collection(Microsoft.SharePoint.Portal.UserProfiles.SharedWithMeDocumentUser)" />
                <Property Name="SiteId" Type="Edm.String" />
                <Property Name="SiteUrl" Type="Edm.String" />
                <Property Name="SpResourceUrl" Type="Edm.String" />
                <Property Name="SWMSourceFlag" Type="Edm.Int32" Nullable="false" />
                <Property Name="TenantId" Type="Edm.String" />
                <Property Name="TenantName" Type="Edm.String" />
                <Property Name="ThumbnailUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.String" />
                <Property Name="UrlPath" Type="Edm.String" />
                <Property Name="VideoManifestUrl" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.String" />
                <Property Name="WebTemplateId" Type="Edm.Int32" />
                <Property Name="WebUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="DocumentsSharedWithMe" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SharedWithMeItems" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="DocumentsSharedWithGroup" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="DocumentsSharedWithPerson" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="PromotedSites" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Portal.Home">
            <ComplexType Name="SharePointHomeDataCacheCollection">
                <Property Name="Items"
                    Type="Collection(Microsoft.SharePoint.Portal.Home.SharePointHomeDataCache)" />
            </ComplexType>
            <ComplexType Name="SharePointHomeDataCache">
                <Property Name="Key" Type="Edm.String" />
                <Property Name="Value"
                    Type="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCacheEntry" />
            </ComplexType>
            <ComplexType Name="SharePointHomeDataCacheEntry">
                <Property Name="CacheContext"
                    Type="Microsoft.SharePoint.Portal.Home.SharePointHomeDataCacheContext" />
                <Property Name="CacheValue" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SharePointHomeDataCacheContext">
                <Property Name="CacheKey" Type="Edm.String" />
                <Property Name="Hash" Type="Edm.String" />
                <Property Name="ListItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="MySiteUrl" Type="Edm.String" />
                <Property Name="Time" Type="Edm.String" />
                <Property Name="Version" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SharePointHomePageContext">
                <Property Name="ActiveFlights" Type="Collection(Edm.String)" />
                <Property Name="AlternateWebAppHost" Type="Edm.String" />
                <Property Name="ExperienceState" Type="Edm.Int64" Nullable="false" />
                <Property Name="IsGraphEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsGroupCreationNewUXEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsLoggingUploadEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMobile" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsModernSearchEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsOrgLinksProvisioned" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRtl" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSelfServiceSiteCreationEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="IsUserVoiceEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LoadSuiteNav" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MicroserviceFlights" Type="Collection(Edm.String)" />
                <Property Name="MicroserviceUrl" Type="Edm.String" />
                <Property Name="MySiteUrl" Type="Edm.String" />
                <Property Name="SearchCenterUrl" Type="Edm.String" />
                <Property Name="ShowCreateNewsTeachingBubble" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowFirstRunExperience" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowMobileUpsell" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UserAcronym" Type="Edm.String" />
                <Property Name="UserBannerColor" Type="Edm.String" />
                <Property Name="UserPhotoCdnBaseUrl" Type="Edm.String" />
                <Property Name="VideoChannelUrlTemplate" Type="Edm.String" />
                <Property Name="VideoPlayerUrlTemplate" Type="Edm.String" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Webhooks">
            <ComplexType Name="SubscriptionInformation">
                <Property Name="clientState" Type="Edm.String" />
                <Property Name="expirationDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="notificationUrl" Type="Edm.String" />
                <Property Name="resource" Type="Edm.String" />
                <Property Name="resourceData" Type="Edm.String" />
                <Property Name="scenarios" Type="Collection(Edm.String)" />
            </ComplexType>
            <EntityType Name="Subscription">
                <Key>
                    <PropertyRef Name="clientState" />
                </Key>
                <Property Name="clientState" Type="Edm.String" Nullable="false" />
                <Property Name="expirationDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="id" Type="Edm.Guid" Nullable="false" />
                <Property Name="notificationUrl" Type="Edm.String" />
                <Property Name="resource" Type="Edm.String" />
                <Property Name="resourceData" Type="Edm.String" />
                <Property Name="scenarios" Type="Collection(Edm.String)" />
            </EntityType>
            <Association
                Name="SP_List_Subscriptions_Microsoft_SharePoint_Webhooks_Subscription_SubscriptionsPartner">
                <End Type="Microsoft.SharePoint.Webhooks.Subscription" Role="Subscriptions"
                    Multiplicity="*" />
                <End Type="SP.List" Role="SubscriptionsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Utilities.WebTemplateExtensions">
            <ComplexType Name="OutOfBoxSiteTemplateSettings">
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsHidden" Type="Edm.Boolean" />
            </ComplexType>
            <ComplexType Name="SiteDesignCreationInfo">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DesignPackageId" Type="Edm.Guid" />
                <Property Name="DesignType" Type="Edm.Int64" Nullable="false" />
                <Property Name="ExpandedPreviewImages"
                    Type="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignImage)" />
                <Property Name="InternalName" Type="Edm.String" />
                <Property Name="IsCreationOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsDefault" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsOutOfBoxTemplate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsTenantAdminOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ListColor" Type="Edm.Int64" Nullable="false" />
                <Property Name="ListIcon" Type="Edm.Int64" Nullable="false" />
                <Property Name="PreviewImageAltText" Type="Edm.String" />
                <Property Name="PreviewImageUrl" Type="Edm.String" />
                <Property Name="RequiresClassConnected" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RequiresGroupConnected" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RequiresSyntexLicense" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RequiresTeamsConnected" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RequiresYammerConnected" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteScriptIds" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="SupportedWebTemplates" Type="Collection(Edm.String)" />
                <Property Name="SupportedWebTemplateSubtypes" Type="Collection(Edm.String)" />
                <Property Name="TargetPlatforms" Type="Collection(Edm.String)" />
                <Property Name="TeamChannels" Type="Collection(Edm.String)" />
                <Property Name="TeamImageAltText" Type="Edm.String" />
                <Property Name="TeamImageUrl" Type="Edm.String" />
                <Property Name="TeamInstalledApps"
                    Type="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.TeamAppInfo)" />
                <Property Name="TeamTemplate" Type="Edm.String" />
                <Property Name="TemplateAssets" Type="Collection(Edm.String)" />
                <Property Name="TemplateFeatures" Type="Collection(Edm.String)" />
                <Property Name="ThumbnailUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="WebTemplate" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteDesignImage">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="ImageUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TeamAppInfo">
                <Property Name="Children" Type="Collection(Edm.String)" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteDesignMetadata"
                BaseType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignCreationInfo">
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Order" Type="Edm.Int32" />
                <Property Name="Version" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SiteScriptActionResult">
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="Outcome" Type="Edm.Int64" Nullable="false" />
                <Property Name="OutcomeText" Type="Edm.String" />
                <Property Name="Target" Type="Edm.String" />
                <Property Name="TargetId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Verb" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteScriptCreationInfo">
                <Property Name="Content" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteScriptMetadata">
                <Property Name="Content" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsSiteScriptPackage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Version" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SiteScriptSerializationInfo">
                <Property Name="IncludeBranding" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IncludedLists" Type="Collection(Edm.String)" />
                <Property Name="IncludedPages" Type="Collection(Edm.String)" />
                <Property Name="IncludeLinksToExportedItems" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IncludeRegionalSettings" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IncludeSiteExternalSharingCapability" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="IncludeTheme" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SiteScriptSerializationResult">
                <Property Name="JSON" Type="Edm.String" />
                <Property Name="Warnings" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="SiteScriptUpdateInfo"
                BaseType="Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptCreationInfo">
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Version" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SiteDesignTask">
                <Property Name="ID" Type="Edm.Guid" Nullable="false" />
                <Property Name="LogonName" Type="Edm.String" />
                <Property Name="SiteDesignID" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteDesignStore" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteID" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebID" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SiteScriptActionStatus">
                <Property Name="ActionIndex" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActionKey" Type="Edm.Guid" Nullable="false" />
                <Property Name="ActionTitle" Type="Edm.String" />
                <Property Name="ActionVerb" Type="Edm.String" />
                <Property Name="LastModified" Type="Edm.Int64" Nullable="false" />
                <Property Name="OrdinalIndex" Type="Edm.Int32" Nullable="false" />
                <Property Name="OutcomeCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="OutcomeText" Type="Edm.String" />
                <Property Name="SiteScriptID" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteScriptIndex" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteScriptTitle" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPSiteScriptStatusAndSchema">
                <Property Name="ActionStatus"
                    Type="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptActionStatus)" />
                <Property Name="Schema" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="DesignPackageMenuContents">
                <Key>
                    <PropertyRef Name="HiddenDesignPackages" />
                </Key>
                <Property Name="HiddenDesignPackages" Type="Edm.Int64" Nullable="false" />
                <Property Name="SiteDesigns"
                    Type="Collection(Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignMetadata)" />
            </EntityType>
            <EntityType Name="SiteDesignPrincipal">
                <Key>
                    <PropertyRef Name="DisplayName" />
                </Key>
                <Property Name="DisplayName" Type="Edm.String" Nullable="false" />
                <Property Name="PrincipalName" Type="Edm.String" />
                <Property Name="Rights" Type="Edm.Int64" Nullable="false" />
            </EntityType>
            <EntityType Name="SiteDesignRun">
                <Key>
                    <PropertyRef Name="ID" />
                </Key>
                <Property Name="ActionTrigger" Type="Edm.Int32" Nullable="false" />
                <Property Name="ID" Type="Edm.Guid" Nullable="false" />
                <Property Name="InvokedBy" Type="Edm.String" />
                <Property Name="SiteDesignID" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteDesignTitle" Type="Edm.String" />
                <Property Name="SiteDesignVersion" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteID" Type="Edm.Guid" Nullable="false" />
                <Property Name="StartTime" Type="Edm.Int64" Nullable="false" />
                <Property Name="WebID" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="SiteScriptUtility" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.UserActions">
            <ComplexType Name="officeFileUserValueResponse">
                <Property Name="key" Type="Edm.String" />
                <Property Name="value" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="UserActionAPI" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.TenantCdn">
            <ComplexType Name="TenantCdnUrl">
                <Property Name="CdnUrl" Type="Edm.String" />
                <Property Name="ExpirationTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="IsCdnUrlAvailable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ItemUrl" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="TenantCdnApi">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.SiteManager">
            <ComplexType Name="BAAAItemProviderRequest">
                <Property Name="ItemProviderType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListOfIds"
                    Type="Microsoft.SharePoint.SiteManager.ListOfIdsProviderParameters" />
            </ComplexType>
            <ComplexType Name="ListOfIdsProviderParameters">
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ListItemIds" Type="Collection(Edm.Int32)" Nullable="false" />
            </ComplexType>
            <ComplexType Name="BAAARequest">
                <Property Name="BAAAItemProviderRequest"
                    Type="Microsoft.SharePoint.SiteManager.BAAAItemProviderRequest" />
                <Property Name="ForceRunAsync" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsDebug" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TaskParameters"
                    Type="Microsoft.SharePoint.SiteManager.BAAATaskParameters" />
            </ComplexType>
            <ComplexType Name="BAAATaskParameters">
                <Property Name="BulkRetire"
                    Type="Microsoft.SharePoint.SiteManager.BulkRetireTaskParameters" />
                <Property Name="TaskType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="BulkRetireTaskParameters">
                <Property Name="ForceRetire" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="BAAAResponse">
                <Property Name="PageToken" Type="Edm.String" />
                <Property Name="TaskResults"
                    Type="Collection(Microsoft.SharePoint.SiteManager.BAAATaskResult)" />
                <Property Name="WorkItemId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="BAAATaskResult">
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="ResponseStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="TaskListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TaskListItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="TaskResultDetails"
                    Type="Microsoft.SharePoint.SiteManager.BAAATaskResultDetails" />
            </ComplexType>
            <ComplexType Name="BAAATaskResultDetails">
                <Property Name="BulkRetire"
                    Type="Microsoft.SharePoint.SiteManager.BulkRetireTaskResult" />
                <Property Name="ScanForMissingLinks"
                    Type="Microsoft.SharePoint.SiteManager.ScanForMissingLinksTaskResult" />
            </ComplexType>
            <ComplexType Name="BulkRetireTaskResult">
                <Property Name="PagePath" Type="Edm.String" />
                <Property Name="PageTitle" Type="Edm.String" />
                <Property Name="PendingChangesDiscarded" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ScanForMissingLinksTaskResult">
                <Property Name="MissingLinks" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="DocumentsDataSource">
                <Property Name="documentFolderId" Type="Edm.String" />
                <Property Name="documentLibraryId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MissingLinkReferrer">
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MissingLinksResult">
                <Property Name="MissingLinks"
                    Type="Collection(Microsoft.SharePoint.SiteManager.MissingLink)" />
            </ComplexType>
            <ComplexType Name="MissingLink">
                <Property Name="Hits" Type="Edm.Int32" Nullable="false" />
                <Property Name="NotFoundUrl" Type="Edm.String" />
                <Property Name="Referrers"
                    Type="Collection(Microsoft.SharePoint.SiteManager.MissingLinkReferrer)" />
            </ComplexType>
            <ComplexType Name="RetirablePageMetadata">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="LastActivityTimestamp" Type="Edm.DateTime" />
                <Property Name="Path" Type="Edm.String" />
                <Property Name="PictureThumbnailUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RetirablePagesQueryResult">
                <Property Name="Files"
                    Type="Collection(Microsoft.SharePoint.SiteManager.RetirablePageMetadata)" />
            </ComplexType>
            <ComplexType Name="SiteManagerSignals">
                <Property Name="RetirePageSignals"
                    Type="Microsoft.SharePoint.SiteManager.SMARetirePageSignal" />
            </ComplexType>
            <ComplexType Name="SMARetirePageSignal">
                <Property Name="MinimumAge"
                    Type="Microsoft.SharePoint.SiteManager.SMARetirePageMinimumAgeFeedbackSignal" />
            </ComplexType>
            <ComplexType Name="SMARetirePageMinimumAgeFeedbackSignal">
                <Property Name="DefaultAge" Type="Edm.Int32" Nullable="false" />
                <Property Name="FromDismissAction" Type="Edm.Int32" Nullable="false" />
                <Property Name="FromEmptyState" Type="Edm.Int32" Nullable="false" />
                <Property Name="PreferredAge" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SuggestionItem">
                <Property Name="DismissedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Identifier" Type="Edm.String" />
                <Property Name="Metadata" Type="Edm.String" />
                <Property Name="State" Type="Edm.Int32" Nullable="false" />
                <Property Name="SuggestionType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TopSiteFilesResult">
                <Property Name="Files"
                    Type="Collection(Microsoft.SharePoint.SiteManager.TopSiteFile)" />
            </ComplexType>
            <ComplexType Name="TopSiteFile">
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Source" Type="Edm.Int32" Nullable="false" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <EntityType Name="SiteManagerService">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.SectionDesignIdeas">
            <ComplexType Name="SectionModel">
                <Property Name="index" Type="Edm.Int32" Nullable="false" />
                <Property Name="webParts"
                    Type="Collection(Microsoft.SharePoint.SectionDesignIdeas.WebPartModel)" />
            </ComplexType>
            <ComplexType Name="WebPartModel">
                <Property Name="content" Type="Edm.String" />
                <Property Name="index" Type="Edm.Int32" Nullable="false" />
                <Property Name="properties" Type="Collection(SP.KeyValue)" />
                <Property Name="sectionIndex" Type="Edm.Int32" Nullable="false" />
                <Property Name="type" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ZoneModel">
                <Property Name="index" Type="Edm.Int32" Nullable="false" />
                <Property Name="sections"
                    Type="Collection(Microsoft.SharePoint.SectionDesignIdeas.SectionModel)" />
            </ComplexType>
            <EntityType Name="SectionDesignIdeasApi">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.QuickActionMessageCard">
            <ComplexType Name="AutoInvokeAction">
                <Property Name="body" Type="Edm.String" />
                <Property Name="headers"
                    Type="Collection(Microsoft.SharePoint.QuickActionMessageCard.Header)" />
                <Property Name="hideCardOnInvoke" Type="Edm.String" />
                <Property Name="target" Type="Edm.String" />
                <Property Name="type" Type="Edm.String" />
                <Property Name="url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="Header">
                <Property Name="name" Type="Edm.String" />
                <Property Name="value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AutoInvokeOptions">
                <Property Name="showCardOnFailure" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="Choice">
                <Property Name="display" Type="Edm.String" />
                <Property Name="value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="HeroImage">
                <Property Name="image" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MessageCardActionButton">
                <Property Name="body" Type="Edm.String" />
                <Property Name="bodyContentType" Type="Edm.String" />
                <Property Name="headers"
                    Type="Collection(Microsoft.SharePoint.QuickActionMessageCard.Header)" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="target" Type="Edm.String" />
                <Property Name="type" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MessageCardInput">
                <Property Name="choices"
                    Type="Collection(Microsoft.SharePoint.QuickActionMessageCard.Choice)" />
                <Property Name="id" Type="Edm.String" />
                <Property Name="type" Type="Edm.String" />
                <Property Name="value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MessageCard">
                <Property Name="autoInvokeAction"
                    Type="Microsoft.SharePoint.QuickActionMessageCard.AutoInvokeAction" />
                <Property Name="autoInvokeOptions"
                    Type="Microsoft.SharePoint.QuickActionMessageCard.AutoInvokeOptions" />
                <Property Name="context" Type="Edm.String" />
                <Property Name="hideOriginalBody" Type="Edm.String" />
                <Property Name="originator" Type="Edm.String" />
                <Property Name="potentialAction"
                    Type="Collection(Microsoft.SharePoint.QuickActionMessageCard.PotentialAction)" />
                <Property Name="sections"
                    Type="Collection(Microsoft.SharePoint.QuickActionMessageCard.Section)" />
                <Property Name="text" Type="Edm.String" />
                <Property Name="themeColor" Type="Edm.String" />
                <Property Name="title" Type="Edm.String" />
                <Property Name="type" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PotentialAction">
                <Property Name="actions"
                    Type="Collection(Microsoft.SharePoint.QuickActionMessageCard.MessageCardActionButton)" />
                <Property Name="inputs"
                    Type="Collection(Microsoft.SharePoint.QuickActionMessageCard.MessageCardInput)" />
                <Property Name="type" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="Section">
                <Property Name="activityImage" Type="Edm.String" />
                <Property Name="activityImageStyle" Type="Edm.String" />
                <Property Name="activityText" Type="Edm.String" />
                <Property Name="activityTitle" Type="Edm.String" />
                <Property Name="heroImage"
                    Type="Microsoft.SharePoint.QuickActionMessageCard.HeroImage" />
                <Property Name="startGroup" Type="Edm.Boolean" Nullable="false" />
                <Property Name="text" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPAccessRequestRefreshStatusBody">
                <Property Name="refreshStatus"
                    Type="Microsoft.SharePoint.QuickActionMessageCard.SPAccessRequestRefreshStatus" />
            </ComplexType>
            <ComplexType Name="SPAccessRequestRefreshStatus">
                <Property Name="hasprofilepicture" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isAutoInvoke" Type="Edm.Boolean" Nullable="false" />
                <Property Name="replyMessage" Type="Edm.String" />
                <Property Name="roletype" Type="Edm.String" />
                <Property Name="signature" Type="Edm.String" />
                <Property Name="status" Type="Edm.Int32" Nullable="false" />
                <Property Name="uniqueId" Type="Edm.String" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.PortalAndOrgNews">
            <ComplexType Name="HomeSiteConfigurationParam">
                <Property Name="Audiences" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="IsAudiencesPresent" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isGoBackToConnectionsButtonDisabled" Type="Edm.Boolean" />
                <Property Name="isInDraftMode" Type="Edm.Boolean" />
                <Property Name="IsInDraftModePresent" Type="Edm.Boolean" />
                <Property Name="IsOrderPresent" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsTargetedLicenseTypePresent" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsVivaBackendSite" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsVivaBackendSitePresent" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsVivaConnectionsDefaultStartPresent" Type="Edm.Boolean" />
                <Property Name="Order" Type="Edm.Int32" Nullable="false" />
                <Property Name="TargetedLicenseType" Type="Edm.Int32" Nullable="false" />
                <Property Name="vivaConnectionsDefaultStart" Type="Edm.Boolean" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.OrgNewsSite">
            <ComplexType Name="OrgNewsSiteInfo">
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <EntityType Name="OrgNewsSiteApi">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.News">
            <ComplexType Name="NewsNotificationUpdatePayload">
                <Property Name="ActivityId" Type="Edm.Guid" Nullable="false" />
                <Property Name="AuthorName" Type="Edm.String" />
                <Property Name="AuthorObjectId" Type="Edm.Guid" Nullable="false" />
                <Property Name="EventType" Type="Edm.String" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ListItemUniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="PageTitle" Type="Edm.String" />
                <Property Name="PageUrl" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteName" Type="Edm.String" />
                <Property Name="Timestamp" Type="Edm.DateTime" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.News.DataModel">
            <ComplexType Name="SerializableType">
                <Property Name="type" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ItemReference"
                BaseType="Microsoft.SharePoint.News.DataModel.SerializableType">
                <Property Name="exchangeId" Type="Edm.String" />
                <Property Name="siteId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="DocumentReference"
                BaseType="Microsoft.SharePoint.News.DataModel.ItemReference">
                <Property Name="uniqueId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="Item" BaseType="Microsoft.SharePoint.News.DataModel.SerializableType">
                <Property Name="title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="NavigatableItem" BaseType="Microsoft.SharePoint.News.DataModel.Item">
                <Property Name="id" Type="Edm.String" />
                <Property Name="originalUrl" Type="Edm.String" />
                <Property Name="serverRedirectedUrl" Type="Edm.String" />
                <Property Name="url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="Document"
                BaseType="Microsoft.SharePoint.News.DataModel.NavigatableItem">
                <Property Name="comments" Type="Edm.Int64" Nullable="false" />
                <Property Name="contentClass" Type="Edm.String" />
                <Property Name="contentTypeId" Type="Edm.String" />
                <Property Name="fileExtension" Type="Edm.String" />
                <Property Name="folder" Type="Microsoft.SharePoint.News.DataModel.Folder" />
                <Property Name="itemReference"
                    Type="Microsoft.SharePoint.News.DataModel.DocumentReference" />
                <Property Name="lastModifiedBy" Type="Microsoft.SharePoint.News.DataModel.Person" />
                <Property Name="lastModifiedTime" Type="Edm.String" />
                <Property Name="library" Type="Microsoft.SharePoint.News.DataModel.Library" />
                <Property Name="liked" Type="Edm.Boolean" Nullable="false" />
                <Property Name="likes" Type="Edm.Int64" Nullable="false" />
                <Property Name="savedForLater" Type="Edm.Boolean" Nullable="false" />
                <Property Name="site" Type="Microsoft.SharePoint.News.DataModel.SPOSite" />
                <Property Name="size" Type="Edm.Int64" Nullable="false" />
                <Property Name="staticTeaser" Type="Edm.String" />
                <Property Name="views" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="Folder"
                BaseType="Microsoft.SharePoint.News.DataModel.NavigatableItem">
                <Property Name="folderId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="Person"
                BaseType="Microsoft.SharePoint.News.DataModel.NavigatableItem">
                <Property Name="accountName" Type="Edm.String" />
                <Property Name="acronym" Type="Edm.String" />
                <Property Name="bannerColor" Type="Edm.String" />
                <Property Name="itemReference"
                    Type="Microsoft.SharePoint.News.DataModel.PersonReference" />
                <Property Name="workEmail" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PersonReference"
                BaseType="Microsoft.SharePoint.News.DataModel.ItemReference" />
            <ComplexType Name="Library"
                BaseType="Microsoft.SharePoint.News.DataModel.NavigatableItem">
                <Property Name="listId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPOSite"
                BaseType="Microsoft.SharePoint.News.DataModel.NavigatableItem">
                <Property Name="acronym" Type="Edm.String" />
                <Property Name="bannerColor" Type="Edm.String" />
                <Property Name="bannerImageUrl" Type="Edm.String" />
                <Property Name="contentTypeId" Type="Edm.String" />
                <Property Name="departmentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="isExternalContent" Type="Edm.Boolean" Nullable="false" />
                <Property Name="itemReference"
                    Type="Microsoft.SharePoint.News.DataModel.SPOSiteReference" />
                <Property Name="language" Type="Edm.String" />
                <Property Name="lastModifiedTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="webTemplate" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPOSiteReference"
                BaseType="Microsoft.SharePoint.News.DataModel.ItemReference">
                <Property Name="webId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ItemsList"
                BaseType="Microsoft.SharePoint.News.DataModel.SerializableType">
                <Property Name="items" Type="Collection(Microsoft.SharePoint.News.DataModel.Item)" />
            </ComplexType>
            <ComplexType Name="NewsArticle" BaseType="Microsoft.SharePoint.News.DataModel.Document">
                <Property Name="author" Type="Microsoft.SharePoint.News.DataModel.Person" />
                <Property Name="description" Type="Edm.String" />
                <Property Name="firstPublishedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="imageUrl" Type="Edm.String" />
                <Property Name="isAuthoritativeNews" Type="Edm.Boolean" Nullable="false" />
                <Property Name="listItemId" Type="Edm.String" />
                <Property Name="newsSourceType" Type="Edm.Int32" Nullable="false" />
                <Property Name="newsType" Type="Edm.Int32" Nullable="false" />
                <Property Name="relativeAuthorRank" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.MicroService">
            <ComplexType Name="MicroServiceWorkItemAuthCryptoProvider" />
            <ComplexType Name="MicroServiceWorkItemProperties">
                <Property Name="ApiPath" Type="Edm.String" />
                <Property Name="CustomProperties" Type="Collection(SP.KeyValue)" />
                <Property Name="HttpHeaders" Type="Collection(SP.KeyValue)" />
                <Property Name="MicroServiceName" Type="Edm.String" />
                <Property Name="RequestType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <EntityType Name="MicroServiceManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="MicroServiceUtilities" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.MicroService.Internal">
            <ComplexType Name="PacInfo">
                <Property Name="Endpoint" Type="Edm.String" />
                <Property Name="IsAppOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Scenario" Type="Edm.String" />
                <Property Name="Token" Type="Edm.String" />
                <Property Name="Version" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery">
            <ComplexType Name="AppUpgradeAvailability">
                <Property Name="AssetId" Type="Edm.String" />
                <Property Name="IsUpgradeAvailable" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPAddinInstanceInfo">
                <Property Name="appIdentifier" Type="Edm.String" />
                <Property Name="appInstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="appSource" Type="Edm.String" />
                <Property Name="appWebFullUrl" Type="Edm.String" />
                <Property Name="appWebId" Type="Edm.Guid" Nullable="false" />
                <Property Name="appWebName" Type="Edm.String" />
                <Property Name="assetId" Type="Edm.String" />
                <Property Name="creationTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="currentSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="currentWebId" Type="Edm.Guid" Nullable="false" />
                <Property Name="currentWebName" Type="Edm.String" />
                <Property Name="currentWebUrl" Type="Edm.String" />
                <Property Name="installedBy" Type="Edm.String" />
                <Property Name="installedSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="installedWebId" Type="Edm.Guid" Nullable="false" />
                <Property Name="installedWebName" Type="Edm.String" />
                <Property Name="installedWebUrl" Type="Edm.String" />
                <Property Name="launchUrl" Type="Edm.String" />
                <Property Name="licensePurchaseTime" Type="Edm.DateTime" />
                <Property Name="locale" Type="Edm.String" />
                <Property Name="productId" Type="Edm.Guid" Nullable="false" />
                <Property Name="purchaserIdentity" Type="Edm.String" />
                <Property Name="status" Type="Edm.String" />
                <Property Name="tenantAppData" Type="Edm.String" />
                <Property Name="tenantAppDataUpdateTime" Type="Edm.DateTime" />
                <Property Name="title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPAddinPermissionFailedInfo">
                <Property Name="appIdentifier" Type="Edm.String" />
                <Property Name="errorMessage" Type="Edm.String" />
                <Property Name="serverRelativeUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPAddinPermissionInfo">
                <Property Name="absoluteUrl" Type="Edm.String" />
                <Property Name="allowAppOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="appIdentifier" Type="Edm.String" />
                <Property Name="serverRelativeUrl" Type="Edm.String" />
                <Property Name="siteCollectionScopedPermissions"
                    Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPSiteCollectionScopedPermissionInfo)" />
                <Property Name="tenantScopedPermissions"
                    Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPTenantScopedPermissionInfo)" />
            </ComplexType>
            <ComplexType Name="SPSiteCollectionScopedPermissionInfo">
                <Property Name="listId" Type="Edm.Guid" Nullable="false" />
                <Property Name="right" Type="Edm.String" />
                <Property Name="siteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="webId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPTenantScopedPermissionInfo">
                <Property Name="feature" Type="Edm.String" />
                <Property Name="id" Type="Edm.Guid" Nullable="false" />
                <Property Name="right" Type="Edm.String" />
                <Property Name="scope" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPAddinPermissionRequest">
                <Property Name="appIdentifiers" Type="Collection(Edm.String)" />
                <Property Name="serverRelativeUrl" Type="Edm.String" />
                <Property Name="url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPAddinPermissionResponse">
                <Property Name="addinPermissions"
                    Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPAddinPermissionInfo)" />
                <Property Name="failedAddins"
                    Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPAddinPermissionFailedInfo)" />
            </ComplexType>
            <ComplexType Name="SPAddinPrincipalInfo">
                <Property Name="absoluteUrl" Type="Edm.String" />
                <Property Name="appIdentifier" Type="Edm.String" />
                <Property Name="serverRelativeUrl" Type="Edm.String" />
                <Property Name="title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPAppAddAndDeployResponseInfomation">
                <Property Name="IsFirstTimeDeployed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ListId" Type="Edm.String" />
                <Property Name="ListItemId" Type="Edm.String" />
                <Property Name="ListItemUniqueId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPAvailableAddinsResponse">
                <Property Name="addins"
                    Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPAddinInstanceInfo)" />
                <Property Name="errorsWithServerRelativeUrl"
                    Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPErrorWithServerRelativeUrl)" />
            </ComplexType>
            <ComplexType Name="SPErrorWithServerRelativeUrl">
                <Property Name="errorMessage" Type="Edm.String" />
                <Property Name="serverRelativeUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CardDesign">
                <Property Name="description" Type="Edm.String" />
                <Property Name="id" Type="Edm.Guid" Nullable="false" />
                <Property Name="serializedProperties" Type="Edm.String" />
                <Property Name="showInToolbox" Type="Edm.Boolean" Nullable="false" />
                <Property Name="title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CardDesignFeatures">
                <Property Name="catalogType" Type="Edm.Int32" Nullable="false" />
                <Property Name="isContextNotAvailable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isDisabledByTenantAdmin" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isFlightDeactivated" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isNotAHomeSite" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPFailToTriggerUninstallAddinJobResponse">
                <Property Name="appInstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="errorMessage" Type="Edm.String" />
                <Property Name="serverRelativeUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPGetAddinPrincipalsResponse">
                <Property Name="addinPrincipals"
                    Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPAddinPrincipalInfo)" />
                <Property Name="errorsWithServerRelativeUrl"
                    Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPErrorWithServerRelativeUrl)" />
            </ComplexType>
            <ComplexType Name="SPStoreAppCreateByIdInformation">
                <Property Name="CallerId" Type="Edm.String" />
                <Property Name="CMU" Type="Edm.String" />
                <Property Name="isUpdatingApp" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Overwrite" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SkipFeatureDeployment" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StoreAssetId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="StoreAppCreationInformation" BaseType="SP.FileCreationInformation">
                <Property Name="IconUrl" Type="Edm.String" />
                <Property Name="Publisher" Type="Edm.String" />
                <Property Name="ShortDescription" Type="Edm.String" />
                <Property Name="StoreAssetId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPStoreAppRequestInformation">
                <Property Name="AssetId" Type="Edm.String" />
                <Property Name="BillingMarket" Type="Edm.String" />
                <Property Name="ContentMarket" Type="Edm.String" />
                <Property Name="InstallationSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="InstallationWebId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Justification" Type="Edm.String" />
                <Property Name="RequestType" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPStoreAppResponseInformation">
                <Property Name="ItemId" Type="Edm.String" />
                <Property Name="ListId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPTriggeredUninstallAddinJobResponse">
                <Property Name="absoluteUrl" Type="Edm.String" />
                <Property Name="appInstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="serverRelativeUrl" Type="Edm.String" />
                <Property Name="uninstallJobId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPUninstallAddinErrorDetail">
                <Property Name="correlationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="detail" Type="Edm.String" />
                <Property Name="exceptionMessage" Type="Edm.String" />
                <Property Name="source" Type="Edm.String" />
                <Property Name="type" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPUninstallAddinJobDetail">
                <Property Name="absoluteUrl" Type="Edm.String" />
                <Property Name="appInstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="errorDetails"
                    Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPUninstallAddinErrorDetail)" />
                <Property Name="jobId" Type="Edm.Guid" Nullable="false" />
                <Property Name="serverRelativeUrl" Type="Edm.String" />
                <Property Name="siteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="taskStartTime" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPUninstallAddinRequest">
                <Property Name="appInstanceIds" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="serverRelativeUrl" Type="Edm.String" />
                <Property Name="url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPUninstallAddinResponse">
                <Property Name="executing"
                    Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPTriggeredUninstallAddinJobResponse)" />
                <Property Name="failed"
                    Type="Collection(Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SPFailToTriggerUninstallAddinJobResponse)" />
            </ComplexType>
            <EntityType Name="CardDesigns"
                BaseType="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesigns" />
            <EntityType Name="SiteCollectionCorporateCatalogAccessor">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="AvailableApps"
                    Relationship="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_SiteCollectionCorporateCatalogAccessor_AvailableApps_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CorporateCatalogAppMetadata_AvailableAppsPartner"
                    ToRole="AvailableApps" FromRole="AvailableAppsPartner" />
            </EntityType>
            <EntityType Name="CorporateCatalogAppMetadata">
                <Key>
                    <PropertyRef Name="AadAppId" />
                </Key>
                <Property Name="AadAppId" Type="Edm.String" Nullable="false" />
                <Property Name="AadPermissions" Type="Edm.String" />
                <Property Name="AppCatalogVersion" Type="Edm.String" />
                <Property Name="CanUpgrade" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CDNLocation" Type="Edm.String" />
                <Property Name="ContainsTenantWideExtension" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CurrentVersionDeployed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Deployed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="ID" Type="Edm.String" />
                <Property Name="InstalledVersion" Type="Edm.String" />
                <Property Name="IsClientSideSolution" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPackageDefaultSkipFeatureDeployment" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="IsValidAppPackage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ProductId" Type="Edm.String" />
                <Property Name="ShortDescription" Type="Edm.String" />
                <Property Name="SkipDeploymentFeature" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StoreAssetId" Type="Edm.String" />
                <Property Name="SupportsTeamsTabs" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ThumbnailUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </EntityType>
            <EntityType Name="TenantCorporateCatalogAccessor">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="CardDesigns"
                    Relationship="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_CardDesigns_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CardDesigns_CardDesignsPartner"
                    ToRole="CardDesigns" FromRole="CardDesignsPartner" />
                <NavigationProperty Name="AvailableApps"
                    Relationship="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_AvailableApps_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CorporateCatalogAppMetadata_AvailableAppsPartner"
                    ToRole="AvailableApps" FromRole="AvailableAppsPartner" />
                <NavigationProperty Name="SiteCollectionAppCatalogsSites"
                    Relationship="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_SiteCollectionAppCatalogsSites_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_SiteCollectionAppCatalogAllowedItem_SiteCollectionAppCatalogsSitesPartner"
                    ToRole="SiteCollectionAppCatalogsSites"
                    FromRole="SiteCollectionAppCatalogsSitesPartner" />
                <NavigationProperty Name="StoreApps"
                    Relationship="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_StoreApps_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CorporateCatalogAppMetadata_StoreAppsPartner"
                    ToRole="StoreApps" FromRole="StoreAppsPartner" />
            </EntityType>
            <EntityType Name="SiteCollectionAppCatalogAllowedItem">
                <Key>
                    <PropertyRef Name="AbsoluteUrl" />
                </Key>
                <Property Name="AbsoluteUrl" Type="Edm.String" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="SiteID" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="SPCorporateCuratedGallerySettingsBase" Abstract="true">
                <Key>
                    <PropertyRef Name="HostSiteFullUrl" />
                </Key>
                <Property Name="HostSiteFullUrl" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="SPCorporateCuratedGallerySettingsFactory">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="TeamsPackageDownload">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <Association
                Name="SP_Web_CardDesigns_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CardDesigns_CardDesignsPartner">
                <End Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesigns"
                    Role="CardDesigns" Multiplicity="0..1" />
                <End Type="SP.Web" Role="CardDesignsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Web_SiteCollectionAppCatalog_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_SiteCollectionCorporateCatalogAccessor_SiteCollectionAppCatalogPartner">
                <End
                    Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionCorporateCatalogAccessor"
                    Role="SiteCollectionAppCatalog" Multiplicity="0..1" />
                <End Type="SP.Web" Role="SiteCollectionAppCatalogPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Web_TenantAppCatalog_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_TenantAppCatalogPartner">
                <End
                    Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor"
                    Role="TenantAppCatalog" Multiplicity="0..1" />
                <End Type="SP.Web" Role="TenantAppCatalogPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_SiteCollectionCorporateCatalogAccessor_AvailableApps_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CorporateCatalogAppMetadata_AvailableAppsPartner">
                <End
                    Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata"
                    Role="AvailableApps" Multiplicity="*" />
                <End
                    Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionCorporateCatalogAccessor"
                    Role="AvailableAppsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_CardDesigns_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CardDesigns_CardDesignsPartner">
                <End Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CardDesigns"
                    Role="CardDesigns" Multiplicity="0..1" />
                <End
                    Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor"
                    Role="CardDesignsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_AvailableApps_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CorporateCatalogAppMetadata_AvailableAppsPartner">
                <End
                    Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata"
                    Role="AvailableApps" Multiplicity="*" />
                <End
                    Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor"
                    Role="AvailableAppsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_SiteCollectionAppCatalogsSites_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_SiteCollectionAppCatalogAllowedItem_SiteCollectionAppCatalogsSitesPartner">
                <End
                    Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.SiteCollectionAppCatalogAllowedItem"
                    Role="SiteCollectionAppCatalogsSites" Multiplicity="*" />
                <End
                    Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor"
                    Role="SiteCollectionAppCatalogsSitesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_TenantCorporateCatalogAccessor_StoreApps_Microsoft_SharePoint_Marketplace_CorporateCuratedGallery_CorporateCatalogAppMetadata_StoreAppsPartner">
                <End
                    Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.CorporateCatalogAppMetadata"
                    Role="StoreApps" Multiplicity="*" />
                <End
                    Type="Microsoft.SharePoint.Marketplace.CorporateCuratedGallery.TenantCorporateCatalogAccessor"
                    Role="StoreAppsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.KnowledgeSite.Models">
            <ComplexType Name="DocumentPublishRequest">
                <Property Name="publishReason" Type="Edm.String" />
                <Property Name="sourceFileName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="DocumentPublishResponse">
                <Property Name="documentUrl" Type="Edm.String" />
                <Property Name="message" Type="Edm.String" />
                <Property Name="publishedDate" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="DocumentUnpublishRequest">
                <Property Name="fileName" Type="Edm.String" />
                <Property Name="unpublishReason" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="DocumentUnpublishResponse">
                <Property Name="documentUrl" Type="Edm.String" />
                <Property Name="message" Type="Edm.String" />
                <Property Name="unpublishedDate" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.Internal">
            <ComplexType Name="AppRenderInfo">
                <Property Name="BackgroundColor" Type="Edm.String" />
                <Property Name="PrimaryDeviceHeight" Type="Edm.String" />
                <Property Name="PrimaryDeviceWidth" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="FlowPermissions">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="FormsCustomization">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="AgreementsESignManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ApprovalsManager" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="PowerPlatformEnvironments" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Internal">
            <ComplexType Name="BaseGptRequestOptions">
                <Property Name="FrequencyPenalty" Type="Edm.Double" Nullable="false" />
                <Property Name="MaxTokens" Type="Edm.Int32" Nullable="false" />
                <Property Name="PresencePenalty" Type="Edm.Double" Nullable="false" />
                <Property Name="Stop" Type="Edm.String" />
                <Property Name="Temperature" Type="Edm.Double" Nullable="false" />
                <Property Name="TopP" Type="Edm.Double" Nullable="false" />
            </ComplexType>
            <ComplexType Name="BaseGptResponse">
                <Property Name="Created" Type="Edm.Int64" Nullable="false" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Model" Type="Edm.String" />
                <Property Name="ObjectType" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ChatGptRequestOptions"
                BaseType="Microsoft.SharePoint.Internal.BaseGptRequestOptions">
                <Property Name="Messages"
                    Type="Collection(Microsoft.SharePoint.Internal.MessageEntry)" />
            </ComplexType>
            <ComplexType Name="MessageEntry">
                <Property Name="Content" Type="Edm.String" />
                <Property Name="ContentParts"
                    Type="Collection(Microsoft.SharePoint.Internal.ContentPart)" />
                <Property Name="Role" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ContentPart">
                <Property Name="ContentType" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ChatGptResponseChoice">
                <Property Name="FinishReason" Type="Edm.String" />
                <Property Name="Index" Type="Edm.Int32" Nullable="false" />
                <Property Name="Message" Type="Microsoft.SharePoint.Internal.MessageEntry" />
            </ComplexType>
            <ComplexType Name="ChatGptResponse"
                BaseType="Microsoft.SharePoint.Internal.BaseGptResponse">
                <Property Name="Choices"
                    Type="Collection(Microsoft.SharePoint.Internal.ChatGptResponseChoice)" />
                <Property Name="Usage" Type="Microsoft.SharePoint.Internal.GptResponseUsage" />
            </ComplexType>
            <ComplexType Name="GptResponseUsage">
                <Property Name="CompletionTokens" Type="Edm.Int32" Nullable="false" />
                <Property Name="PromptTokens" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalTokens" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="GptAsyncExecuteResponse">
                <Property Name="RequestMetadata" Type="Edm.String" />
                <Property Name="Response" Type="Microsoft.SharePoint.Internal.ChatGptResponse" />
                <Property Name="Status" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GptAsyncSubmitResponse"
                BaseType="Microsoft.SharePoint.Internal.BaseGptResponse">
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="FailureReason" Type="Edm.String" />
                <Property Name="Status" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GptEmbeddingsRequestOptions">
                <Property Name="Input" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GptEmbeddingsResponseData">
                <Property Name="Embedding" Type="Collection(Edm.Single)" Nullable="false" />
                <Property Name="Index" Type="Edm.Int32" Nullable="false" />
                <Property Name="Object" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GptEmbeddingsResponse"
                BaseType="Microsoft.SharePoint.Internal.BaseGptResponse">
                <Property Name="Data"
                    Type="Collection(Microsoft.SharePoint.Internal.GptEmbeddingsResponseData)" />
                <Property Name="Usage" Type="Microsoft.SharePoint.Internal.GptResponseUsage" />
            </ComplexType>
            <ComplexType Name="GptRequestOptions"
                BaseType="Microsoft.SharePoint.Internal.BaseGptRequestOptions">
                <Property Name="BestOf" Type="Edm.Int32" Nullable="false" />
                <Property Name="Prompt" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GptResponseChoice">
                <Property Name="FinishReason" Type="Edm.String" />
                <Property Name="Index" Type="Edm.Int32" Nullable="false" />
                <Property Name="Text" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GptResponse" BaseType="Microsoft.SharePoint.Internal.BaseGptResponse">
                <Property Name="Choices"
                    Type="Collection(Microsoft.SharePoint.Internal.GptResponseChoice)" />
                <Property Name="Usage" Type="Microsoft.SharePoint.Internal.GptResponseUsage" />
            </ComplexType>
            <ComplexType Name="ImageContentPart"
                BaseType="Microsoft.SharePoint.Internal.ContentPart">
                <Property Name="ImageUrl" Type="Microsoft.SharePoint.Internal.ImageUrl" />
            </ComplexType>
            <ComplexType Name="ImageUrl">
                <Property Name="Detail" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="LogActivityExtraProperties">
                <Property Name="CampaignMetadata" Type="Edm.String" />
                <Property Name="IsWebWelcomePage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LinkUrlClicked" Type="Edm.String" />
                <Property Name="SPOWebPartInstanceId" Type="Edm.String" />
                <Property Name="SPOWebPartManifestId" Type="Edm.String" />
                <Property Name="SPOWebPartSubComponentId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="LogActivityRequest">
                <Property Name="LastAccessTime" Type="Edm.String" />
                <Property Name="ListItemUniqueId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TrackedItemUpdatesRequest">
                <Property Name="TimeStamp" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TrackedItemsAsJson" Type="Edm.String" />
                <Property Name="UserEmail" Type="Edm.String" />
                <Property Name="UserLogin" Type="Edm.String" />
                <Property Name="UserPuid" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TextContentPart" BaseType="Microsoft.SharePoint.Internal.ContentPart">
                <Property Name="Text" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="ActivityLogger">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="TrackedItemService">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <Association
                Name="SP_Web_ActivityLogger_Microsoft_SharePoint_Internal_ActivityLogger_ActivityLoggerPartner">
                <End Type="Microsoft.SharePoint.Internal.ActivityLogger" Role="ActivityLogger"
                    Multiplicity="0..1" />
                <End Type="SP.Web" Role="ActivityLoggerPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.IdentityModel">
            <ComplexType Name="SPDefaultDocumentLibrary">
                <Property Name="lastModifiedBy" Type="Edm.String" />
                <Property Name="lastModifiedDateTime" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPRubySite">
                <Property Name="channelGroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="createdDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="defaultDocumentLibrary"
                    Type="Microsoft.SharePoint.IdentityModel.SPDefaultDocumentLibrary" />
                <Property Name="description" Type="Edm.String" />
                <Property Name="id" Type="Edm.Guid" Nullable="false" />
                <Property Name="lastModifiedDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="webUrl" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="SPAllOrgSGManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPAllOrgSGMetadata">
                <Key>
                    <PropertyRef Name="AllOrganizationSecurityGroupId" />
                </Key>
                <Property Name="AllOrganizationSecurityGroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="CreationTimeInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="SiteSubscriptionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="StatusCode" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="SPSyntexRubyAPIController" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.ESign.Models.Requests">
            <ComplexType Name="AddAuditTrailEntryModel">
                <Property Name="action" Type="Edm.String" />
                <Property Name="actionDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="documentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="isEntryVisible" Type="Edm.Boolean" Nullable="false" />
                <Property Name="location" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CancelAgreementModel">
                <Property Name="documentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="reason" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CompleteAgreementModelV4">
                <Property Name="documentId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CompleteAgreementModel">
                <Property Name="documentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="originalDocName" Type="Edm.String" />
                <Property Name="targetFolderUri" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CreateAgreementModelV2">
                <Property Name="agreementId" Type="Edm.Guid" Nullable="false" />
                <Property Name="agreementSource" Type="Edm.String" />
                <Property Name="documents" Type="Edm.String" />
                <Property Name="documentSource" Type="Edm.String" />
                <Property Name="expirationDateTime" Type="Edm.DateTime" />
                <Property Name="formFieldSets" Type="Edm.String" />
                <Property Name="locale" Type="Edm.String" />
                <Property Name="message" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="recipientSets" Type="Edm.String" />
                <Property Name="signingMode" Type="Edm.String" />
                <Property Name="targetFolderUri" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CreateAgreementModel">
                <Property Name="agreementId" Type="Edm.Guid" Nullable="false" />
                <Property Name="agreementSource" Type="Edm.String" />
                <Property Name="documents" Type="Edm.String" />
                <Property Name="expirationDateTime" Type="Edm.DateTime" />
                <Property Name="formFieldSets" Type="Edm.String" />
                <Property Name="locale" Type="Edm.String" />
                <Property Name="message" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="recipientSets" Type="Edm.String" />
                <Property Name="signingMode" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="DeclineAgreementModel">
                <Property Name="documentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="reason" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="InitializeAgreementModel">
                <Property Name="agreementId" Type="Edm.Guid" Nullable="false" />
                <Property Name="documents" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="InitializeWriteBackModel">
                <Property Name="documents" Type="Edm.String" />
                <Property Name="providerName" Type="Edm.String" />
                <Property Name="scheduledCleanUp" Type="Edm.Int32" />
                <Property Name="selectedLocation" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SignAgreementModel">
                <Property Name="agreements" Type="Edm.String" />
                <Property Name="documentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="signatureFields" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="UpdateAuditTrailEntryModel">
                <Property Name="auditTrailEntryId" Type="Edm.Guid" Nullable="false" />
                <Property Name="documentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="shouldRemoveEntry" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="UpdateWriteBackFileModel">
                <Property Name="fileName" Type="Edm.String" />
                <Property Name="listItemId" Type="Edm.String" />
                <Property Name="url" Type="Edm.String" />
                <Property Name="workItemId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="WriteBackLocationModel">
                <Property Name="title" Type="Edm.String" />
                <Property Name="uri" Type="Edm.String" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.EmployeeEngagement">
            <ComplexType Name="ConnectionsConfigurationAndData">
                <Property Name="IsConfigured" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SpotlightConfiguration"
                    Type="Microsoft.SharePoint.EmployeeEngagement.SpotlightConfiguration" />
                <Property Name="SpotlightNews"
                    Type="Collection(Microsoft.SharePoint.EmployeeEngagement.SpotlightNews)" />
                <Property Name="TitleRegion" Type="SP.VivaHomeTitleRegion" />
            </ComplexType>
            <ComplexType Name="SpotlightConfiguration">
                <Property Name="IsHidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="NewsSource" Type="Edm.Int32" Nullable="false" />
                <Property Name="PinnedNews"
                    Type="Collection(Microsoft.SharePoint.EmployeeEngagement.SpotlightNews)" />
                <Property Name="SelectedSites"
                    Type="Collection(Microsoft.SharePoint.EmployeeEngagement.NewsSite)" />
            </ComplexType>
            <ComplexType Name="SpotlightNews">
                <Property Name="AltText" Type="Edm.String" />
                <Property Name="ImageUrl" Type="Edm.String" />
                <Property Name="IsBoosted" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Order" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="NewsSite">
                <Property Name="Acronym" Type="Edm.String" />
                <Property Name="BannerColor" Type="Edm.String" />
                <Property Name="BannerImageUrl" Type="Edm.String" />
                <Property Name="ItemReference"
                    Type="Microsoft.SharePoint.EmployeeEngagement.ItemReference" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Type" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ItemReference">
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Type" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="DashboardConfiguration">
                <Property Name="canvasContent" Type="Edm.String" />
                <Property Name="dashboardItemId" Type="Edm.String" />
                <Property Name="dashboardListId" Type="Edm.String" />
                <Property Name="dashboardUniqueItemId" Type="Edm.String" />
                <Property Name="dashboardUrl" Type="Edm.String" />
                <Property Name="extraComponents"
                    Type="Collection(Microsoft.SharePoint.ClientSideComponent.SPClientSideComponentQueryResult)" />
                <Property Name="personalizationData"
                    Type="Microsoft.SharePoint.EmployeeEngagement.Experience.DashboardContent" />
            </ComplexType>
            <ComplexType Name="SitePage">
                <Property Name="AbsoluteUrl" Type="Edm.String" />
                <Property Name="BannerImageUrl" Type="Edm.String" />
                <Property Name="BannerThumbnailUrl" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="ID" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="VCConfiguration">
                <Property Name="CompanyLinks"
                    Type="Collection(Microsoft.SharePoint.EmployeeEngagement.VivaResourceLink)" />
                <Property Name="SpotlightConfiguration"
                    Type="Microsoft.SharePoint.EmployeeEngagement.SpotlightConfiguration" />
                <Property Name="TitleRegion" Type="SP.VivaHomeTitleRegion" />
            </ComplexType>
            <ComplexType Name="VivaResourceLink">
                <Property Name="Audiences" Type="Collection(Edm.String)" />
                <Property Name="Icon" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="ThumbnailOption" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="VivaConnectionsPage">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="VivaResources">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="VivaHome">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="VivaResourceGetEndpoint">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="CompanyLinks"
                    Type="Collection(Microsoft.SharePoint.EmployeeEngagement.VivaResourceLink)" />
            </EntityType>
            <Association
                Name="SP_EmployeeEngagement_VivaConnectionsPage_Microsoft_SharePoint_EmployeeEngagement_VivaConnectionsPage_VivaConnectionsPagePartner">
                <End Type="Microsoft.SharePoint.EmployeeEngagement.VivaConnectionsPage"
                    Role="VivaConnectionsPage" Multiplicity="0..1" />
                <End Type="SP.EmployeeEngagement" Role="VivaConnectionsPagePartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_EmployeeEngagement_VivaResources_Microsoft_SharePoint_EmployeeEngagement_VivaResources_VivaResourcesPartner">
                <End Type="Microsoft.SharePoint.EmployeeEngagement.VivaResources"
                    Role="VivaResources" Multiplicity="0..1" />
                <End Type="SP.EmployeeEngagement" Role="VivaResourcesPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.ClientSideComponent">
            <ComplexType Name="SPClientSideComponentQueryResult">
                <Property Name="ComponentType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Manifest" Type="Edm.String" />
                <Property Name="ManifestActivatedTime" Type="Edm.DateTime" />
                <Property Name="ManifestType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPClientSideComponentIdentifier">
                <Property Name="id" Type="Edm.String" />
                <Property Name="version" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPTeamsAppComponent">
                <Property Name="appDescription" Type="Edm.String" />
                <Property Name="appId" Type="Edm.String" />
                <Property Name="appName" Type="Edm.String" />
                <Property Name="botId" Type="Edm.String" />
                <Property Name="componentId" Type="Edm.String" />
                <Property Name="defaultSize" Type="Edm.String" />
                <Property Name="description" Type="Edm.String" />
                <Property Name="externalAppId" Type="Edm.String" />
                <Property Name="groupId" Type="Edm.String" />
                <Property Name="iconUrl" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="officeUIFabricIconName" Type="Edm.String" />
                <Property Name="version" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="HostedAppsManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="DependencyPropertyMetadata">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="Spfx3rdPartyCustomPrincipalInfo">
                <Key>
                    <PropertyRef Name="AppId" />
                </Key>
                <Property Name="AppId" Type="Edm.String" Nullable="false" />
                <Property Name="AppUri" Type="Edm.String" />
                <Property Name="ClientSecret" Type="Edm.String" />
            </EntityType>
            <EntityType Name="HostedAppAddResponse">
                <Key>
                    <PropertyRef Name="itemId" />
                </Key>
                <Property Name="itemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="shareLinkUrl" Type="Edm.String" />
                <Property Name="shareWebPath" Type="Edm.String" />
            </EntityType>
            <EntityType Name="HostedApp">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="StorageEntity">
                <Key>
                    <PropertyRef Name="Comment" />
                </Key>
                <Property Name="Comment" Type="Edm.String" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Value" Type="Edm.String" />
            </EntityType>
            <Association
                Name="SP_Web_HostedApps_Microsoft_SharePoint_ClientSideComponent_HostedAppsManager_HostedAppsPartner">
                <End Type="Microsoft.SharePoint.ClientSideComponent.HostedAppsManager"
                    Role="HostedApps" Multiplicity="0..1" />
                <End Type="SP.Web" Role="HostedAppsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.EmployeeEngagement.Experience">
            <ComplexType Name="DashboardContent">
                <Property Name="DashboardCardDetails"
                    Type="Collection(Microsoft.SharePoint.EmployeeEngagement.Experience.DashboardCardDetails)" />
                <Property Name="DashboardFormFactor" Type="Edm.String" />
                <Property Name="DashboardId" Type="Edm.String" />
                <Property Name="LastModifiedDate" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="DashboardCardDetails">
                <Property Name="ControlIndex" Type="Edm.Double" Nullable="false" />
                <Property Name="InstanceId" Type="Edm.String" />
                <Property Name="State" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AnnouncementAction">
                <Property Name="Type" Type="Edm.String" />
                <Property Name="value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AnnouncementState">
                <Property Name="Action"
                    Type="Microsoft.SharePoint.EmployeeEngagement.Experience.AnnouncementAction" />
                <Property Name="ExpiresOn" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="DashboardPersonalizationData">
                <Property Name="PersonalizedOrder"
                    Type="Microsoft.SharePoint.EmployeeEngagement.Experience.DashboardContent" />
                <Property Name="UserCards" Type="Edm.String" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.DynamicContent">
            <ComplexType Name="FAQRequestPayload">
                <Property Name="PageListItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="WebPartInstanceId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AddRawQuestionsPayload"
                BaseType="Microsoft.SharePoint.DynamicContent.FAQRequestPayload">
                <Property Name="Questions" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="AggregatedQuestionsPayload"
                BaseType="Microsoft.SharePoint.DynamicContent.FAQRequestPayload">
                <Property Name="AggregatedQuestions"
                    Type="Collection(Microsoft.SharePoint.DynamicContent.AggregatedQuestion)" />
                <Property Name="AggregatedRawQuestionIds" Type="Collection(Edm.Guid)"
                    Nullable="false" />
            </ComplexType>
            <ComplexType Name="Question">
                <Property Name="CreatedTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="QuestionText" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AggregatedQuestion"
                BaseType="Microsoft.SharePoint.DynamicContent.Question">
                <Property Name="AskedCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AggregatedQuestionsResult">
                <Property Name="AggregatedQuestions"
                    Type="Collection(Microsoft.SharePoint.DynamicContent.AggregatedQuestion)" />
            </ComplexType>
            <ComplexType Name="DeleteAggregatedQuestionsPayload"
                BaseType="Microsoft.SharePoint.DynamicContent.FAQRequestPayload">
                <Property Name="QuestionIds" Type="Collection(Edm.Guid)" Nullable="false" />
            </ComplexType>
            <ComplexType Name="EnsureListItemResult">
                <Property Name="ListItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="FaqSuggestionItem">
                <Property Name="Identifier" Type="Edm.String" />
                <Property Name="Metadata" Type="Edm.String" />
                <Property Name="PageItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="PageUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RawQuestionsResult">
                <Property Name="Questions"
                    Type="Collection(Microsoft.SharePoint.DynamicContent.Question)" />
            </ComplexType>
            <ComplexType Name="SuggestionItemParameters">
                <Property Name="Metadata" Type="Edm.String" />
                <Property Name="PageItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="State" Type="Edm.String" />
                <Property Name="WebPartInstanceId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Deployment">
            <ComplexType Name="ShortcutInformation">
                <Property Name="AddedById" Type="Edm.Int32" Nullable="false" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Scenario" Type="Edm.Int64" Nullable="false" />
                <Property Name="TimeCreated" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TimeLastModified" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Copilot">
            <ComplexType Name="CopilotFileCollectionQueryResult">
                <Property Name="Files"
                    Type="Collection(Microsoft.SharePoint.Copilot.CopilotFileMetadata)" />
                <Property Name="SkipToken" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CopilotFileMetadata">
                <Property Name="ContainerUrl" Type="Edm.String" />
                <Property Name="CreatedBy" Type="Microsoft.SharePoint.Copilot.UserIdentity" />
                <Property Name="FileName" Type="Edm.String" />
                <Property Name="FileUrl" Type="Edm.String" />
                <Property Name="LastModifiedBy" Type="Microsoft.SharePoint.Copilot.UserIdentity" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ListItemId" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SitePath" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="UserRelationship"
                    Type="Microsoft.SharePoint.Copilot.CopilotFileUserRelationship" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="UserIdentity">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="LoginName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CopilotFileUserRelationship">
                <Property Name="LastAccessDateTime" Type="Edm.DateTime" />
            </ComplexType>
            <ComplexType Name="CopilotTransitiveSharingStatusInformation">
                <Property Name="Items"
                    Type="Collection(Microsoft.SharePoint.Copilot.CopilotTransitiveSharingStatusItem)" />
            </ComplexType>
            <ComplexType Name="CopilotTransitiveSharingStatusItem">
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <EntityType Name="CopilotListItemExtensions" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.ContentSolution.Models.Responses">
            <ComplexType Name="ContentControlStdContent">
                <Property Name="ContentControlId" Type="Edm.String" />
                <Property Name="StdContent" Type="Edm.String" />
                <Property Name="Tag" Type="Edm.String" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.ContentSolution.Models.Requests">
            <ComplexType Name="AddTemplateFieldsRequest">
                <Property Name="Fields"
                    Type="Collection(Microsoft.SharePoint.ContentSolution.Models.Requests.FieldInput)" />
                <Property Name="TemplateId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FieldInput">
                <Property Name="AdditionalFieldsData" Type="Edm.String" />
                <Property Name="ColumnId" Type="Edm.String" />
                <Property Name="DataType" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="IsColumnMappingActive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMandatory" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Source" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CreateTemplateRequest">
                <Property Name="DocumentLocation"
                    Type="Microsoft.SharePoint.ContentSolution.Models.Requests.DocumentLocation" />
                <Property Name="Fields"
                    Type="Collection(Microsoft.SharePoint.ContentSolution.Models.Requests.FieldInput)" />
                <Property Name="FormId" Type="Edm.String" />
                <Property Name="SourceFileReference"
                    Type="Microsoft.SharePoint.ContentSolution.Models.Requests.FileReference" />
                <Property Name="TemplateName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="DocumentLocation">
                <Property Name="FolderId" Type="Edm.Int32" Nullable="false" />
                <Property Name="LibraryId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="FileReference">
                <Property Name="LibraryId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CreateTemplateUsingStreamRequest">
                <Property Name="DocumentFolderId" Type="Edm.Int32" Nullable="false" />
                <Property Name="DocumentLibraryId" Type="Edm.Guid" Nullable="false" />
                <Property Name="DocumentSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="DocumentWebId" Type="Edm.Guid" Nullable="false" />
                <Property Name="FormId" Type="Edm.String" />
                <Property Name="TemplateName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FieldUpdate">
                <Property Name="AdditionalFieldsData" Type="Edm.String" />
                <Property Name="DataType" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="IsColumnMappingActive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMandatory" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Source" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="UpdateTemplateFieldRequest">
                <Property Name="FieldId" Type="Edm.String" />
                <Property Name="TemplateId" Type="Edm.String" />
                <Property Name="UpdatedField"
                    Type="Microsoft.SharePoint.ContentSolution.Models.Requests.FieldUpdate" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.ContentSolution.Models.Entities">
            <ComplexType Name="DocumentField">
                <Property Name="AdditionalFieldsData" Type="Edm.String" />
                <Property Name="ColumnId" Type="Edm.String" />
                <Property Name="DataType" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="InsertionsCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsColumnMappingActive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMandatory" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Source" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="Template">
                <Property Name="FullUrl" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ListItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="Status" Type="Edm.String" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Containers">
            <ComplexType Name="SPActiveContainerCollection">
                <Property Name="ContainerCollection"
                    Type="Collection(Microsoft.SharePoint.Containers.SPActiveContainerProperties)" />
                <Property Name="PagingToken" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPActiveContainerProperties">
                <Property Name="ApplicationName" Type="Edm.String" />
                <Property Name="ArchivedBy" Type="Edm.String" />
                <Property Name="ArchiveStatus" Type="Edm.String" />
                <Property Name="ContainerApiUrl" Type="Edm.String" />
                <Property Name="ContainerId" Type="Edm.String" />
                <Property Name="ContainerName" Type="Edm.String" />
                <Property Name="ContainerRedirectUrl" Type="Edm.String" />
                <Property Name="ContainerSiteUrl" Type="Edm.String" />
                <Property Name="ContainerTypeId" Type="Edm.Guid" Nullable="false" />
                <Property Name="CreatedBy" Type="Edm.String" />
                <Property Name="CreatedOn" Type="Edm.String" />
                <Property Name="DeletedOn" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="LastArchivedDateTime" Type="Edm.String" />
                <Property Name="OpticalCharacterRecognitionEnabled" Type="Edm.Boolean" />
                <Property Name="Owners"
                    Type="Collection(Microsoft.SharePoint.Containers.SPActiveContainerMemberProperties)" />
                <Property Name="OwnersCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="OwnershipType" Type="Edm.String" />
                <Property Name="OwningApplicationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="PrincipalOwnerIdentifier" Type="Edm.String" />
                <Property Name="PublisherName" Type="Edm.String" />
                <Property Name="Readers"
                    Type="Collection(Microsoft.SharePoint.Containers.SPActiveContainerMemberProperties)" />
                <Property Name="SensitivityLabel" Type="Edm.String" />
                <Property Name="Status" Type="Edm.String" />
                <Property Name="StorageUsed" Type="Edm.Int64" />
                <Property Name="Writers"
                    Type="Collection(Microsoft.SharePoint.Containers.SPActiveContainerMemberProperties)" />
            </ComplexType>
            <ComplexType Name="SPActiveContainerMemberProperties" />
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Comments">
            <ComplexType Name="CommentInformation">
                <Property Name="contentAnchor" Type="Microsoft.SharePoint.Comments.ContentAnchor" />
                <Property Name="mentions"
                    Type="Collection(Microsoft.SharePoint.Comments.Client.Identity)" />
                <Property Name="text" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ContentAnchor">
                <Property Name="timelineOffset" Type="Edm.Time" />
            </ComplexType>
            <EntityType Name="comment">
                <Key>
                    <PropertyRef Name="id" />
                </Key>
                <Property Name="author" Type="SP.Sharing.Principal" />
                <Property Name="contentAnchor" Type="Microsoft.SharePoint.Comments.ContentAnchor" />
                <Property Name="createdDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="id" Type="Edm.String" Nullable="false" />
                <Property Name="isLikedByUser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isReply" Type="Edm.Boolean" Nullable="false" />
                <Property Name="itemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="likeCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="listId" Type="Edm.Guid" Nullable="false" />
                <Property Name="mentions"
                    Type="Collection(Microsoft.SharePoint.Comments.Client.Identity)" />
                <Property Name="modifiedDate" Type="Edm.DateTime" />
                <Property Name="parentId" Type="Edm.String" />
                <Property Name="relativeCreatedDate" Type="Edm.String" />
                <Property Name="replyCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="text" Type="Edm.String" />
                <NavigationProperty Name="likedBy"
                    Relationship="Microsoft.SharePoint.Likes.Microsoft_SharePoint_Comments_comment_likedBy_Microsoft_SharePoint_Likes_userEntity_likedByPartner"
                    ToRole="likedBy" FromRole="likedByPartner" />
                <NavigationProperty Name="replies"
                    Relationship="Microsoft.SharePoint.Comments.Microsoft_SharePoint_Comments_comment_replies_Microsoft_SharePoint_Comments_comment_repliesPartner"
                    ToRole="replies" FromRole="repliesPartner" />
            </EntityType>
            <EntityType Name="CommentsAPI" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <Association
                Name="Microsoft_SharePoint_Comments_comment_replies_Microsoft_SharePoint_Comments_comment_repliesPartner">
                <End Type="Microsoft.SharePoint.Comments.comment" Role="replies" Multiplicity="*" />
                <End Type="Microsoft.SharePoint.Comments.comment" Role="repliesPartner"
                    Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Comments.Client">
            <ComplexType Name="Identity">
                <Property Name="email" Type="Edm.String" />
                <Property Name="id" Type="Edm.Int32" Nullable="false" />
                <Property Name="loginName" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Campaigns">
            <ComplexType Name="CampaignCommunicationEntity">
                <Property Name="campaignId" Type="Edm.String" />
                <Property Name="channels" Type="Collection(Edm.String)" />
                <Property Name="communicationId" Type="Edm.String" />
                <Property Name="createdBy" Type="Microsoft.SharePoint.Campaigns.CampaignUserInfo" />
                <Property Name="lastEditedDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="page" Type="Edm.String" />
                <Property Name="publishingDateTime" Type="Edm.DateTime" />
                <Property Name="state" Type="Edm.String" />
                <Property Name="title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CampaignUserInfo">
                <Property Name="email" Type="Edm.String" />
                <Property Name="id" Type="Edm.Int32" Nullable="false" />
                <Property Name="isExternal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="loginName" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="principalType" Type="Edm.Int32" Nullable="false" />
                <Property Name="userId" Type="SP.UserIdInfo" />
                <Property Name="userPrincipalName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CampaignEntity">
                <Property Name="campaignId" Type="Edm.String" />
                <Property Name="channels" Type="Collection(Edm.String)" />
                <Property Name="contributors"
                    Type="Collection(Microsoft.SharePoint.Campaigns.CampaignUserInfo)" />
                <Property Name="description" Type="Edm.String" />
                <Property Name="endDate" Type="Edm.DateTime" />
                <Property Name="objectives" Type="Collection(Edm.String)" />
                <Property Name="owner" Type="Microsoft.SharePoint.Campaigns.CampaignUserInfo" />
                <Property Name="startDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="status" Type="Edm.String" />
                <Property Name="tags" Type="Collection(Edm.String)" />
                <Property Name="title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CampaignSummary">
                <Property Name="campaignId" Type="Edm.String" />
                <Property Name="endDate" Type="Edm.DateTime" />
                <Property Name="owner" Type="Microsoft.SharePoint.Campaigns.CampaignUserInfo" />
                <Property Name="startDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="status" Type="Edm.String" />
                <Property Name="tags" Type="Collection(Edm.String)" />
                <Property Name="title" Type="Edm.String" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Administration">
            <ComplexType Name="OrgAssets">
                <Property Name="CentralAssetRepositoryLibraries"
                    Type="Microsoft.SharePoint.Administration.OrgAssetsLibraryCollection" />
                <Property Name="Domain" Type="SP.ResourcePath" />
                <Property Name="OrgAssetsLibraries"
                    Type="Microsoft.SharePoint.Administration.OrgAssetsLibraryCollection" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Url" Type="SP.ResourcePath" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="OrgAssetsLibraryCollection">
                <Property Name="OrgAssetsLibraries"
                    Type="Collection(Microsoft.SharePoint.Administration.OrgAssetsLibrary)" />
                <Property Name="Items"
                    Type="Collection(Microsoft.SharePoint.Administration.OrgAssetsLibrary)" />
            </ComplexType>
            <ComplexType Name="OrgAssetsLibrary">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="FileType" Type="Edm.String" />
                <Property Name="LibraryUrl" Type="SP.ResourcePath" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="OrgAssetFlags" Type="Edm.Int32" Nullable="false" />
                <Property Name="OrgAssetType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ThumbnailUrl" Type="SP.ResourcePath" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CustomFontsResource">
                <Property Name="byteArray" Type="Edm.Binary" />
                <Property Name="fileName" Type="Edm.String" />
                <Property Name="fullPath" Type="Edm.String" />
                <Property Name="MajVer" Type="Edm.Int32" Nullable="false" />
                <Property Name="type" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="FileRequestBrandingAssetConfig">
                <Property Name="AssetLibraryRelativeUrl" Type="Edm.String" />
                <Property Name="AssetLibraryUrl" Type="Edm.String" />
                <Property Name="BrandedProfiles"
                    Type="Collection(Microsoft.SharePoint.Administration.FileRequestBrandingProfile)" />
            </ComplexType>
            <ComplexType Name="FileRequestBrandingProfile">
                <Property Name="BackgroundFileId" Type="Edm.Guid" Nullable="false" />
                <Property Name="BackgroundFileName" Type="Edm.String" />
                <Property Name="BackgroundFileUrl" Type="Edm.String" />
                <Property Name="LogoFileId" Type="Edm.Guid" Nullable="false" />
                <Property Name="LogoFileName" Type="Edm.String" />
                <Property Name="LogoFileUrl" Type="Edm.String" />
                <Property Name="ProfileType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="FileRequestBrandingCdnInfo">
                <Property Name="BackgroundFilePublicCdnUrl" Type="Edm.String" />
                <Property Name="LogoFilePublicCdnUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="UsageEntry">
                <Property Name="EventTypeId" Type="Edm.Int32" Nullable="false" />
                <Property Name="ItemId" Type="Edm.String" />
                <Property Name="ScopeId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Site" Type="Edm.Guid" Nullable="false" />
                <Property Name="User" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="SPAppStateQueryJobDefinition">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPFarm">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <NavigationProperty Name="Local"
                    Relationship="Microsoft.SharePoint.Administration.Microsoft_SharePoint_Administration_SPFarm_Local_Microsoft_SharePoint_Administration_SPFarm_LocalPartner"
                    ToRole="Local" FromRole="LocalPartner" />
            </EntityType>
            <EntityType Name="FeatureDefinition">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="SPTenantAppInstanceData">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPWebApplication">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="OutboundMailPort" Type="Edm.Int32" Nullable="false" />
                <Property Name="OutboundMailReplyToAddress" Type="Edm.String" />
                <Property Name="OutboundMailSenderAddress" Type="Edm.String" />
                <NavigationProperty Name="Sites"
                    Relationship="SP.Microsoft_SharePoint_Administration_SPWebApplication_Sites_SP_Site_SitesPartner"
                    ToRole="Sites" FromRole="SitesPartner" />
            </EntityType>
            <EntityType Name="SPWebService">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="ContentService"
                    Relationship="Microsoft.SharePoint.Administration.Microsoft_SharePoint_Administration_SPWebService_ContentService_Microsoft_SharePoint_Administration_SPWebService_ContentServicePartner"
                    ToRole="ContentService" FromRole="ContentServicePartner" />
                <NavigationProperty Name="WebApplications"
                    Relationship="Microsoft.SharePoint.Administration.Microsoft_SharePoint_Administration_SPWebService_WebApplications_Microsoft_SharePoint_Administration_SPWebApplication_WebApplicationsPartner"
                    ToRole="WebApplications" FromRole="WebApplicationsPartner" />
            </EntityType>
            <EntityType Name="SPAnalyticsUsageService">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <Association
                Name="Microsoft_SharePoint_Administration_SPFarm_Local_Microsoft_SharePoint_Administration_SPFarm_LocalPartner">
                <End Type="Microsoft.SharePoint.Administration.SPFarm" Role="Local"
                    Multiplicity="0..1" />
                <End Type="Microsoft.SharePoint.Administration.SPFarm" Role="LocalPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_SharePoint_Administration_SPWebService_ContentService_Microsoft_SharePoint_Administration_SPWebService_ContentServicePartner">
                <End Type="Microsoft.SharePoint.Administration.SPWebService" Role="ContentService"
                    Multiplicity="0..1" />
                <End Type="Microsoft.SharePoint.Administration.SPWebService"
                    Role="ContentServicePartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_SharePoint_Administration_SPWebService_WebApplications_Microsoft_SharePoint_Administration_SPWebApplication_WebApplicationsPartner">
                <End Type="Microsoft.SharePoint.Administration.SPWebApplication"
                    Role="WebApplications" Multiplicity="*" />
                <End Type="Microsoft.SharePoint.Administration.SPWebService"
                    Role="WebApplicationsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.BrandCenter">
            <ComplexType Name="OrgAssetsLibraryConfigParam">
                <Property Name="IsCopilotSearchable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsCopilotSearchablePresent" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.AuthPolicy">
            <ComplexType Name="BaselineSecurityModeThirdPartyAppHPASetting">
                <Property Name="AdditionalApps" Type="Collection(Edm.String)" />
                <Property Name="Allowlist" Type="Collection(Edm.String)" />
                <Property Name="Block3PHPA" Type="Edm.Boolean" />
                <Property Name="RemovedApps" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="SPJitDlpPolicyData">
                <Property Name="ExecutionMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsPolicyEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ODBSensitivityRefreshWindowInHours" Type="Edm.Int32"
                    Nullable="false" />
            </ComplexType>
            <EntityType Name="SPTenantIBPolicyComplianceReportEntityData">
                <Key>
                    <PropertyRef Name="UpdateOneDriveSegments" />
                </Key>
                <Property Name="UpdateOneDriveSegments" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="SPTenantIBPolicyComplianceReport"
                BaseType="Microsoft.SharePoint.AuthPolicy.SPTenantIBPolicyComplianceReportEntityData">
                <Property Name="CompleteTimeInUtc" Type="Edm.DateTime" />
                <Property Name="Content" Type="Collection(Edm.String)" />
                <Property Name="DownloadReportFilePath" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IncompatibleSegmentsPairsContent" Type="Collection(Edm.String)" />
                <Property Name="InvalidSegmentsContent" Type="Collection(Edm.String)" />
                <Property Name="QueuedTimeInUtc" Type="Edm.DateTime" />
                <Property Name="StartTimeInUtc" Type="Edm.DateTime" />
                <Property Name="State" Type="Edm.String" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.AuthPolicy.Events">
            <ComplexType Name="RoleAssignmentResourcePayload">
                <Property Name="directoryScopeId" Type="Edm.String" />
                <Property Name="principalId" Type="Edm.String" />
                <Property Name="roleDefinitionId" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="SPAuthEvent">
                <Key>
                    <PropertyRef Name="EventData" />
                </Key>
                <Property Name="EventData" Type="Edm.String" Nullable="false" />
                <Property Name="EventSource" Type="Edm.Int32" Nullable="false" />
                <Property Name="TenantId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Authentication">
            <ComplexType Name="SPACSServicePrincipalInfo">
                <Property Name="appDomains" Type="Collection(Edm.String)" />
                <Property Name="appId" Type="Edm.Guid" Nullable="false" />
                <Property Name="appIdentifier" Type="Edm.String" />
                <Property Name="redirectUri" Type="Edm.String" />
                <Property Name="title" Type="Edm.String" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Agreements.Models">
            <ComplexType Name="ApproveItemApprovalRequestPayload">
                <Property Name="approvalId" Type="Edm.String" />
                <Property Name="comments" Type="Edm.String" />
                <Property Name="itemId" Type="Edm.String" />
                <Property Name="url" Type="Edm.String" />
                <Property Name="version" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CancelItemApprovalRequestPayload">
                <Property Name="approvalId" Type="Edm.String" />
                <Property Name="itemId" Type="Edm.String" />
                <Property Name="makeDocumentDraft" Type="Edm.Boolean" Nullable="false" />
                <Property Name="url" Type="Edm.String" />
                <Property Name="version" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CreateItemApprovalRequestPayload"
                BaseType="SP.ApprovalsCreateRequestParameters">
                <Property Name="approvalConfig" Type="Edm.String" />
                <Property Name="restrictDocEdit" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="FieldCreationParameters">
                <Property Name="DataSource" Type="Edm.String" />
                <Property Name="DataType" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FieldInsertionItem">
                <Property Name="Content" Type="Edm.String" />
                <Property Name="DataType" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FieldInsertionPayload">
                <Property Name="Items"
                    Type="Collection(Microsoft.SharePoint.Agreements.Models.FieldInsertionItem)" />
                <Property Name="TemplateUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="FieldItemInsertionDetails">
                <Property Name="ColumnId" Type="Edm.String" />
                <Property Name="DataType" Type="Edm.String" />
                <Property Name="FieldId" Type="Edm.String" />
                <Property Name="Occurrences" Type="Edm.Int32" />
                <Property Name="Text" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RejectItemApprovalRequestPayload">
                <Property Name="approvalId" Type="Edm.String" />
                <Property Name="comments" Type="Edm.String" />
                <Property Name="itemId" Type="Edm.String" />
                <Property Name="url" Type="Edm.String" />
                <Property Name="version" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TemplateCreationParameters">
                <Property Name="SourceFileUniqueId" Type="Edm.String" />
                <Property Name="SourceLibraryId" Type="Edm.String" />
                <Property Name="TemplateName" Type="Edm.String" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Administration.TenantAdmin">
            <ComplexType Name="PolicyResourceStorage">
                <Property Name="createdOn" Type="Edm.DateTime" />
                <Property Name="lastScopedOn" Type="Edm.DateTime" />
                <Property Name="lookupSiteId" Type="SP.FieldLookupValue" />
                <Property Name="notificationData" Type="Edm.String" />
                <Property Name="notificationStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="policyActionLog" Type="Edm.String" />
                <Property Name="resourceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="resourceState" Type="Edm.Int32" Nullable="false" />
                <Property Name="resourceStateTransitionData" Type="Edm.String" />
                <Property Name="resourceType" Type="Edm.Int32" Nullable="false" />
                <Property Name="updatedOn" Type="Edm.DateTime" />
                <Property Name="userResponses" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="AttestationPolicyResourceStorage"
                BaseType="Microsoft.SharePoint.Administration.TenantAdmin.PolicyResourceStorage" />
            <ComplexType Name="AuditData">
                <Property Name="ClientIP" Type="Edm.String" />
                <Property Name="CorrelationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="CreationTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="EventData" Type="Edm.String" />
                <Property Name="EventDataParsed"
                    Type="Microsoft.SharePoint.Administration.TenantAdmin.EventData" />
                <Property Name="EventSource" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="ItemType" Type="Edm.String" />
                <Property Name="ListItemUniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ModifiedProperties"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.ModifiedProperty)" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="NewValue" Type="Edm.String" />
                <Property Name="ObjectId" Type="Edm.String" />
                <Property Name="OldValue" Type="Edm.String" />
                <Property Name="Parameters"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.Parameter)" />
                <Property Name="Site" Type="Edm.String" />
                <Property Name="Target"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.TargetProperty)" />
                <Property Name="TargetUserOrGroupName" Type="Edm.String" />
                <Property Name="TargetUserOrGroupType" Type="Edm.String" />
                <Property Name="TeamName" Type="Edm.String" />
                <Property Name="UserId" Type="Edm.String" />
                <Property Name="UserType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="EventData">
                <Property Name="ArchiveUrl" Type="Edm.String" />
                <Property Name="Group" Type="Edm.String" />
                <Property Name="HubSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Identity" Type="Edm.String" />
                <Property Name="IsHubSite" Type="Edm.String" />
                <Property Name="NewSiteUrl" Type="Edm.String" />
                <Property Name="PreviousHubSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SourceSiteUrl" Type="Edm.String" />
                <Property Name="StorageMaximumLevel" Type="Edm.Int64" Nullable="false" />
                <Property Name="StoragePreviousMaximumLevel" Type="Edm.Int64" Nullable="false" />
                <Property Name="StoragePreviousWarningLevel" Type="Edm.Int64" Nullable="false" />
                <Property Name="StorageWarningLevel" Type="Edm.Int64" Nullable="false" />
                <Property Name="TargetSiteUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ModifiedProperty">
                <Property Name="Name" Type="Edm.String" />
                <Property Name="NewValue" Type="Edm.String" />
                <Property Name="OldValue" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="Parameter" />
            <ComplexType Name="TargetProperty" />
            <ComplexType Name="AuditSearchRequestStatus">
                <Property Name="CompletedTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CompletenessPercent" Type="Edm.Single" Nullable="false" />
                <Property Name="CorrelationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="CreatedTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DataGroupId" Type="Edm.String" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="ExecutedTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="JobId" Type="Edm.String" />
                <Property Name="LastModifiedTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ProgressPercent" Type="Edm.Single" Nullable="false" />
                <Property Name="Request" Type="Edm.String" />
                <Property Name="RequestId" Type="Edm.String" />
                <Property Name="RequestStorageName" Type="Edm.String" />
                <Property Name="ResultStorageName" Type="Edm.String" />
                <Property Name="SearchUser" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="Throttled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TotalItemCount" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AuthoritativeResourceProperties">
                <Property Name="IsAuthoritativeSetBy" Type="Edm.String" />
                <Property Name="IsAuthoritativeSetByUpn" Type="Edm.String" />
                <Property Name="IsAuthoritativeSetByUserId" Type="Edm.String" />
                <Property Name="IsAuthoritativeSetDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteTitle" Type="Edm.String" />
                <Property Name="SiteUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="BulkInsertOperationResult">
                <Property Name="AuthoritativeResourceProperties"
                    Type="Microsoft.SharePoint.Administration.TenantAdmin.AuthoritativeResourceProperties" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="IsSuccess" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CollaborationInsightsData">
                <Property Name="collaborativeOneDriveUsers"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.CollaborativeOneDriveUser)" />
                <Property Name="collaborativeUsers"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.CollaborativeUser)" />
                <Property Name="lastReportDate" Type="Edm.DateTime" />
            </ComplexType>
            <ComplexType Name="CollaborativeOneDriveUser">
                <Property Name="anonymousLinkCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="fileCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="filesSharedExternally" Type="Edm.Int32" Nullable="false" />
                <Property Name="filesSharedInternally" Type="Edm.Int32" Nullable="false" />
                <Property Name="totalFilesShared" Type="Edm.Int32" Nullable="false" />
                <Property Name="userPrincipalName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CollaborativeUser">
                <Property Name="totalFileInteraction" Type="Edm.Int32" Nullable="false" />
                <Property Name="totalFilesSharedExternally" Type="Edm.Int32" Nullable="false" />
                <Property Name="totalFilesSharedInternally" Type="Edm.Int32" Nullable="false" />
                <Property Name="totalFilesViewedOrEdited" Type="Edm.Int32" Nullable="false" />
                <Property Name="userPrincipalName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CollaborationInsightsOverview">
                <Property Name="lastReportDate" Type="Edm.DateTime" />
                <Property Name="totalGuests" Type="Edm.Int32" Nullable="false" />
                <Property Name="totalInternalUsers" Type="Edm.Int32" Nullable="false" />
                <Property Name="totalOneDrives" Type="Edm.Int32" Nullable="false" />
                <Property Name="totalSites" Type="Edm.Int32" Nullable="false" />
                <Property Name="totalUsers" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ContentManagementAssessmentOperationResult">
                <Property Name="dataAccessGovernanceErrorMessage" Type="Edm.String" />
                <Property Name="siteLifecycleManagementErrorMessage" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ContentManagementAssessmentPolicyReportDetails">
                <Property Name="totalImpactedSites" Type="Edm.Int32" Nullable="false" />
                <Property Name="totalInactiveSites" Type="Edm.Int32" Nullable="false" />
                <Property Name="totalOwnerlessSites" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ContentManagementAssessmentResults">
                <Property Name="lastUpdatedTime" Type="Edm.DateTime" />
                <Property Name="requestedTime" Type="Edm.DateTime" />
                <Property Name="siteLifecycleManagementImpactedFileUrl" Type="Edm.String" />
                <Property Name="siteLifecycleManagementPolicyExecutionId" Type="Edm.Int32" />
                <Property Name="siteLifecycleManagementPolicyId" Type="Edm.Guid" Nullable="false" />
                <Property Name="siteLifecycleManagementPolicyLastUpdatedTime" Type="Edm.DateTime" />
                <Property Name="siteLifecycleManagementPolicyResultState" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="siteLifecycleManagementReportDetails"
                    Type="Microsoft.SharePoint.Administration.TenantAdmin.ContentManagementAssessmentPolicyReportDetails" />
                <Property Name="sitePermissionsReportDefinitionId" Type="Edm.String" />
                <Property Name="sitePermissionsReportDetails"
                    Type="Microsoft.SharePoint.Administration.TenantAdmin.SitePermissionsReportDetails" />
                <Property Name="sitePermissionsReportId" Type="Edm.String" />
                <Property Name="sitePermissionsReportLastUpdatedTime" Type="Edm.DateTime" />
                <Property Name="sitePermissionsReportQueuedTime" Type="Edm.DateTime" />
                <Property Name="sitePermissionsReportResultState" Type="Edm.Int32" Nullable="false" />
                <Property Name="totalCountOfSitesInTenant" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SitePermissionsReportDetails">
                <Property Name="anyoneLinksSiteCount" Type="Edm.Int32" />
                <Property Name="eeeuPermissionSiteCount" Type="Edm.Int32" />
                <Property Name="reportTotalSiteCount" Type="Edm.Int32" />
                <Property Name="uniquePermissionSiteCount" Type="Edm.Int32" />
                <Property Name="uniqueSiteCount" Type="Edm.Int32" />
            </ComplexType>
            <ComplexType Name="GroupSitesActivityDetail">
                <Property Name="GroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="LastActivityDate" Type="Edm.DateTime" />
            </ComplexType>
            <ComplexType Name="InactiveSitePolicyResourceStorage">
                <Property Name="createdOn" Type="Edm.DateTime" />
                <Property Name="lastScopedOn" Type="Edm.DateTime" />
                <Property Name="lastTransitionedOn" Type="Edm.DateTime" Nullable="false" />
                <Property Name="lookupSiteId" Type="SP.FieldLookupValue" />
                <Property Name="notificationData" Type="Edm.String" />
                <Property Name="notificationStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="resourceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="resourceState" Type="Edm.Int32" Nullable="false" />
                <Property Name="resourceStateTransitionData" Type="Edm.String" />
                <Property Name="resourceType" Type="Edm.Int32" Nullable="false" />
                <Property Name="updatedOn" Type="Edm.DateTime" />
                <Property Name="userResponses" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="InsightsQueueItem">
                <Property Name="insightsCompletionTime" Type="Edm.DateTime" />
                <Property Name="insightsScenario" Type="Edm.Int32" Nullable="false" />
                <Property Name="itemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="reportCreationTime" Type="Edm.DateTime" />
                <Property Name="reportDataFileName" Type="Edm.String" />
                <Property Name="reportId" Type="Edm.String" />
                <Property Name="status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="InsightsSummaryResponse">
                <Property Name="insightsSummary" Type="Edm.String" />
                <Property Name="totalPagedCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="OwnershipPolicyResourceStorage">
                <Property Name="createdOn" Type="Edm.DateTime" />
                <Property Name="lastScopedOn" Type="Edm.DateTime" />
                <Property Name="lookupSiteId" Type="SP.FieldLookupValue" />
                <Property Name="notificationData" Type="Edm.String" />
                <Property Name="notificationStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="policyActionLog" Type="Edm.String" />
                <Property Name="resourceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="resourceState" Type="Edm.Int32" Nullable="false" />
                <Property Name="resourceStateTransitionData" Type="Edm.String" />
                <Property Name="resourceType" Type="Edm.Int32" Nullable="false" />
                <Property Name="updatedOn" Type="Edm.DateTime" />
                <Property Name="userResponses" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PageResponse">
                <Property Name="ContinuationToken" Type="Edm.String" />
                <Property Name="PageNumber" Type="Edm.Int32" Nullable="false" />
                <Property Name="PageResult"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.AuditSearchRequestStatus)" />
                <Property Name="PageSize" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalPages" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="RansomwareProperties">
                <Property Name="activityGeneratedOn" Type="Edm.DateTime" Nullable="false" />
                <Property Name="activityId" Type="Edm.Guid" Nullable="false" />
                <Property Name="category" Type="Edm.Int32" Nullable="false" />
                <Property Name="detectionSource" Type="Edm.String" />
                <Property Name="driveId" Type="Edm.String" />
                <Property Name="firstActivity" Type="Edm.DateTime" Nullable="false" />
                <Property Name="impactedAssetLocation" Type="Edm.String" />
                <Property Name="impactedAssetsCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="impactedDocLibName" Type="Edm.String" />
                <Property Name="impactedSiteType" Type="Edm.Int32" Nullable="false" />
                <Property Name="lastActivity" Type="Edm.DateTime" Nullable="false" />
                <Property Name="processedStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="ransomwareDetectionReason" Type="Edm.String" />
                <Property Name="ransomwareDetectionScore" Type="Edm.Double" Nullable="false" />
                <Property Name="runId" Type="Edm.Guid" Nullable="false" />
                <Property Name="siteLabelId" Type="Edm.String" />
                <Property Name="siteLabelName" Type="Edm.String" />
                <Property Name="siteName" Type="Edm.String" />
                <Property Name="siteOwnerName" Type="Edm.String" />
                <Property Name="siteSubscriptionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="siteUrl" Type="Edm.String" />
                <Property Name="userName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RecentAdminActionReport">
                <Property Name="actions" Type="Edm.String" />
                <Property Name="createdByEmail" Type="Edm.String" />
                <Property Name="createdByName" Type="Edm.String" />
                <Property Name="createdDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="downloadLink" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="numberOfRecords" Type="Edm.Int64" Nullable="false" />
                <Property Name="progressPercentage" Type="Edm.Double" Nullable="false" />
                <Property Name="queryEndDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="queryStartDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="reportType" Type="Edm.Int32" Nullable="false" />
                <Property Name="requestId" Type="Edm.Guid" Nullable="false" />
                <Property Name="sites" Type="Edm.String" />
                <Property Name="sPOCorrelationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="status" Type="Edm.Int32" Nullable="false" />
                <Property Name="uALCorrelationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="uALNumberOfRecords" Type="Edm.Int64" Nullable="false" />
                <Property Name="users" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteOwnerData">
                <Property Name="department" Type="Edm.String" />
                <Property Name="jobTitle" Type="Edm.String" />
                <Property Name="preferredDataLocation" Type="Edm.String" />
                <Property Name="preferredLanguage" Type="Edm.String" />
                <Property Name="userPrincipalName" Type="Edm.String" />
                <Property Name="userType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPContentEventsCustomEmailProperty">
                <Property Name="Category" Type="Edm.Int32" Nullable="false" />
                <Property Name="EmailAddresses" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="ImpactedAsset" />
            <ComplexType Name="TeamsSitesActivityDetail">
                <Property Name="LastActivityDate" Type="Edm.DateTime" />
                <Property Name="TeamId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TenantAdminListItemColumnValue">
                <Property Name="columnName" Type="Edm.String" />
                <Property Name="columnValue" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TenantAdminPolicyDefinition">
                <Property Name="createdBy" Type="Edm.String" />
                <Property Name="lastUpdatedTime" Type="Edm.DateTime" />
                <Property Name="policyCreatedTime" Type="Edm.DateTime" />
                <Property Name="policyCustomName" Type="Edm.String" />
                <Property Name="policyDefinitionDetails" Type="Edm.String" />
                <Property Name="policyDeleteReason" Type="Edm.String" />
                <Property Name="policyDescription" Type="Edm.String" />
                <Property Name="policyFrequencyUnit" Type="Edm.Int32" Nullable="false" />
                <Property Name="policyFrequencyValue" Type="Edm.Int32" Nullable="false" />
                <Property Name="policyId" Type="Edm.Guid" Nullable="false" />
                <Property Name="policyState" Type="Edm.Int32" Nullable="false" />
                <Property Name="policyTags" Type="Edm.String" />
                <Property Name="policyTemplate" Type="Edm.Int32" Nullable="false" />
                <Property Name="policyType" Type="Edm.Int32" Nullable="false" />
                <Property Name="policyVersion" Type="Edm.Int32" Nullable="false" />
                <Property Name="updatedBy" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TenantAdminPolicyReport">
                <Property Name="policyExecutionTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="policyExecutionId" Type="Edm.Int32" Nullable="false" />
                <Property Name="policyId" Type="Edm.Guid" Nullable="false" />
                <Property Name="policyReportDetails" Type="Edm.String" />
                <Property Name="policyVersion" Type="Edm.Int32" Nullable="false" />
                <Property Name="reportCreationTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="reportUpdationTime" Type="Edm.DateTime" />
                <Property Name="usersToExclude" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TenantAdminRansomwareActivitiesOverview">
                <Property Name="categoryThresholdLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="firstActivityTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="impactedAssetsCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="lastActivityTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="oneDriveActivityCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="sharePointActivityCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="totalActivitiesCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="totalHighVolumeComponentActivityDetectionCount" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="unresolvedActivitiesCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="usersCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TenantAdminRansomwareActivity">
                <Property Name="activityGeneratedOn" Type="Edm.DateTime" />
                <Property Name="activityId" Type="Edm.Guid" Nullable="false" />
                <Property Name="assignedTo" Type="Edm.String" />
                <Property Name="category" Type="Edm.Int32" Nullable="false" />
                <Property Name="classification" Type="Edm.Int32" Nullable="false" />
                <Property Name="createdTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="detectionSource" Type="Edm.String" />
                <Property Name="driveId" Type="Edm.String" />
                <Property Name="eventId" Type="Edm.Guid" Nullable="false" />
                <Property Name="firstActivity" Type="Edm.DateTime" />
                <Property Name="impactedAssetLocation" Type="Edm.String" />
                <Property Name="impactedAssets" Type="Edm.String" />
                <Property Name="impactedAssetsCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="impactedAssetsUserCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="impactedDocLibName" Type="Edm.String" />
                <Property Name="investigationState" Type="Edm.Int32" Nullable="false" />
                <Property Name="lastActivity" Type="Edm.DateTime" />
                <Property Name="lastUpdatedTime" Type="Edm.DateTime" />
                <Property Name="processedStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="ransomwareDetectionReason" Type="Edm.String" />
                <Property Name="RansomwareDetectionScore" Type="Edm.Double" Nullable="false" />
                <Property Name="runId" Type="Edm.Guid" Nullable="false" />
                <Property Name="siteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="siteName" Type="Edm.String" />
                <Property Name="siteOwner" Type="Edm.String" />
                <Property Name="siteType" Type="Edm.Int32" Nullable="false" />
                <Property Name="siteUrl" Type="Edm.String" />
                <Property Name="status" Type="Edm.Int32" Nullable="false" />
                <Property Name="syncStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="tagId" Type="Edm.String" />
                <Property Name="updatedBy" Type="Edm.String" />
                <Property Name="userName" Type="Edm.String" />
                <Property Name="webId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TenantAdminRansomwareEventsOverview">
                <Property Name="activeEventsCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="openEventsCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TenantAdminRansomwareEvent">
                <Property Name="assignedTo" Type="Edm.String" />
                <Property Name="category" Type="Edm.Int32" Nullable="false" />
                <Property Name="categoryThresholdLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="classification" Type="Edm.Int32" Nullable="false" />
                <Property Name="consolidatedReportLocation" Type="Edm.String" />
                <Property Name="createdTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="eventId" Type="Edm.Guid" Nullable="false" />
                <Property Name="firstOccurrence" Type="Edm.DateTime" />
                <Property Name="investigationState" Type="Edm.Int32" Nullable="false" />
                <Property Name="lastOccurrence" Type="Edm.DateTime" />
                <Property Name="lastUpdatedTime" Type="Edm.DateTime" />
                <Property Name="severity" Type="Edm.Int32" Nullable="false" />
                <Property Name="status" Type="Edm.Int32" Nullable="false" />
                <Property Name="tagId" Type="Edm.String" />
                <Property Name="totalHighVolumeComponentActivityDetectionCount" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="updatedBy" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TenantAdminRecentActionPayload">
                <Property Name="adminActionId" Type="Edm.String" />
                <Property Name="adminActionSource" Type="Edm.String" />
                <Property Name="adminActionStatus" Type="Edm.String" />
                <Property Name="adminActionType" Type="Edm.String" />
                <Property Name="correlationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="createdTime" Type="Edm.DateTime" />
                <Property Name="isPartOfBulkUpdate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="key" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="newValue" Type="Edm.String" />
                <Property Name="oldValue" Type="Edm.String" />
                <Property Name="url" Type="Edm.String" />
                <Property Name="userEmail" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TenantAdminRecentAction">
                <Property Name="adminActionId" Type="Edm.String" />
                <Property Name="adminActionSource" Type="Edm.Int32" Nullable="false" />
                <Property Name="adminActionStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="adminActionType" Type="Edm.Int32" Nullable="false" />
                <Property Name="correlationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="createdTime" Type="Edm.DateTime" />
                <Property Name="isPartOfBulkUpdate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="key" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="newValue" Type="Edm.String" />
                <Property Name="oldValue" Type="Edm.String" />
                <Property Name="type" Type="Edm.String" />
                <Property Name="url" Type="Edm.String" />
                <Property Name="userEmail" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="UnifiedAuditRecord">
                <Property Name="AuditData"
                    Type="Microsoft.SharePoint.Administration.TenantAdmin.AuditData" />
                <Property Name="CreationDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Operation" Type="Edm.String" />
                <Property Name="RawAuditData" Type="Edm.String" />
                <Property Name="RecordId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RecordType" Type="Edm.Int32" Nullable="false" />
                <Property Name="UserId" Type="Edm.String" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Administration.TenantAdmin.StorageUsage">
            <ComplexType Name="StorageUsageMetricsSnapshot">
                <Property Name="ActiveSitesCount" Type="Edm.Int64" />
                <Property Name="ActiveUsedStorageMB" Type="Edm.Int64" Nullable="false" />
                <Property Name="AllocationType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ArchivedFilesUsedStorageMB" Type="Edm.Int64" Nullable="false" />
                <Property Name="ArchivedSitesCount" Type="Edm.Int64" />
                <Property Name="ArchivedSitesUsedStorageMB" Type="Edm.Int64" Nullable="false" />
                <Property Name="AvailableFreeStorageMB" Type="Edm.Int64" Nullable="false" />
                <Property Name="GeoLocations" Type="Collection(Edm.String)" />
                <Property Name="MetricsAggregationScope" Type="Edm.Int32" Nullable="false" />
                <Property Name="SnapshotDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TotalAvailableStorageMB" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Administration.TenantAdmin.SPOAdminReportInsights.Models">
            <ComplexType Name="DatasetMetadataInfo">
                <Property Name="createdDate" Type="Edm.String" />
                <Property Name="downloadUrl" Type="Edm.String" />
                <Property Name="id" Type="Edm.String" />
                <Property Name="lastSyncedDate" Type="Edm.String" />
                <Property Name="subType" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="DatasetMetadataRequestInfo">
                <Property Name="feature" Type="Edm.String" />
                <Property Name="subTypes" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="DatasetMetadataResponse">
                <Property Name="featureId" Type="Edm.String" />
                <Property Name="sitePermissions"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.SPOAdminReportInsights.Models.DatasetMetadataInfo)" />
                <Property Name="TenantAdminSiteLifeCycle"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.SPOAdminReportInsights.Models.DatasetMetadataInfo)" />
            </ComplexType>
            <ComplexType Name="DatasetPolicyMetadataInfo"
                BaseType="Microsoft.SharePoint.Administration.TenantAdmin.SPOAdminReportInsights.Models.DatasetMetadataInfo">
                <Property Name="feature" Type="Edm.String" />
                <Property Name="featureId" Type="Edm.String" />
                <Property Name="policyName" Type="Edm.String" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Administration.TenantAdmin.Copilot">
            <ComplexType Name="AdaptiveCardConfig">
                <Property Name="data"
                    Type="Microsoft.SharePoint.Administration.TenantAdmin.Copilot.BaseRawDataSources" />
                <Property Name="featureName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="BaseRawDataSources">
                <Property Name="DisplayMessage" Type="Edm.String" />
                <Property Name="Metadata"
                    Type="Microsoft.SharePoint.Administration.TenantAdmin.Copilot.BaseMetadata" />
            </ComplexType>
            <ComplexType Name="BaseMetadata" />
            <ComplexType Name="CopilotTranspilerPayload">
                <Property Name="StatementList"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.Copilot.TranspilerStatement)" />
            </ComplexType>
            <ComplexType Name="TranspilerStatement">
                <Property Name="Arguments" Type="Collection(SP.KeyValue)" />
                <Property Name="Returns" Type="Edm.String" />
                <Property Name="StatementName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CopilotTranspilerResponse">
                <Property Name="data"
                    Type="Microsoft.SharePoint.Administration.TenantAdmin.Copilot.TranspilerResponse" />
                <Property Name="errorMessage" Type="Edm.String" />
                <Property Name="isEligible" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TranspilerResponse">
                <Property Name="config"
                    Type="Microsoft.SharePoint.Administration.TenantAdmin.Copilot.AdaptiveCardConfig" />
                <Property Name="schemaVersion" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ReportDetails"
                BaseType="Microsoft.SharePoint.Administration.TenantAdmin.Copilot.BaseRawDataSources">
                <Property Name="Headers" Type="Collection(Edm.String)" />
                <Property Name="ReportDownloadUrl" Type="Edm.String" />
                <Property Name="ReportRows"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.Copilot.ReportRow)" />
            </ComplexType>
            <ComplexType Name="ReportRow">
                <Property Name="Row" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="ReportMetadata"
                BaseType="Microsoft.SharePoint.Administration.TenantAdmin.Copilot.BaseMetadata">
                <Property Name="ReportMetadataDetails" Type="Collection(SP.KeyValue)" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Administration.TenantAdmin.CatalogManagement">
            <ComplexType Name="CatalogManagementSettings">
                <Property Name="departmentDisplayName" Type="Edm.String" />
                <Property Name="extendedAttributes"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.CatalogManagement.ExtendedAttributeSettings)" />
                <Property Name="informationBarriersSegmentDisplayName" Type="Edm.String" />
                <Property Name="localeDisplayName" Type="Edm.String" />
                <Property Name="preferredDataLocationDisplayName" Type="Edm.String" />
                <Property Name="userTypeDisplayName" Type="Edm.String" />
                <Property Name="valueDisplayNames"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.CatalogManagement.ValueDisplayNameSettings)" />
            </ComplexType>
            <ComplexType Name="ExtendedAttributeSettings">
                <Property Name="attributeNumber" Type="Edm.Int32" Nullable="false" />
                <Property Name="description" Type="Edm.String" />
                <Property Name="displayName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ValueDisplayNameSettings">
                <Property Name="displayName" Type="Edm.String" />
                <Property Name="id" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ExtendedPropertyMap">
                <Property Name="createdDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="properties"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.CatalogManagement.Property)" />
            </ComplexType>
            <ComplexType Name="Property">
                <Property Name="propertyType" Type="Edm.Int32" Nullable="false" />
                <Property Name="values"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.CatalogManagement.PropertyValue)" />
            </ComplexType>
            <ComplexType Name="PropertyValue">
                <Property Name="id" Type="Edm.Guid" Nullable="false" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="sites" Type="Collection(Edm.Guid)" Nullable="false" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.SiteHealth">
            <ComplexType Name="SiteHealthResult">
                <Property Name="MessageAsText" Type="Edm.String" />
                <Property Name="RuleHelpLink" Type="Edm.String" />
                <Property Name="RuleId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RuleIsRepairable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RuleName" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="TimeStamp" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <EntityType Name="SiteHealthSummary">
                <Key>
                    <PropertyRef Name="FailedErrorCount" />
                </Key>
                <Property Name="FailedErrorCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="FailedWarningCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="PassedCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="Results" Type="Collection(SP.SiteHealth.SiteHealthResult)" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Administration.OdbLicenseEnforcement">
            <ComplexType Name="UnlicensedOdbLicenseEnforcementWarningContext">
                <Property Name="GeneratedOn" Type="Edm.DateTime" Nullable="false" />
                <Property Name="WarningStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="WarningStatusEffectiveUntil" Type="Edm.DateTime" />
            </ComplexType>
            <ComplexType Name="UnlicensedOdbTenantMetrics">
                <Property Name="adminLockedCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="adminLockedSizeBytes" Type="Edm.Double" Nullable="false" />
                <Property Name="billableCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="billableSizeBytes" Type="Edm.Double" Nullable="false" />
                <Property Name="complianceHoldCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="complianceHoldSizeBytes" Type="Edm.Double" Nullable="false" />
                <Property Name="count" Type="Edm.Int32" Nullable="false" />
                <Property Name="duplicateSiteCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="duplicateSiteSizeBytes" Type="Edm.Double" Nullable="false" />
                <Property Name="invalidLicenseCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="invalidLicenseSizeBytes" Type="Edm.Double" Nullable="false" />
                <Property Name="lastRefreshOn" Type="Edm.DateTime" Nullable="false" />
                <Property Name="restoredByTenantAdminCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="restoredByTenantAdminSizeBytes" Type="Edm.Double" Nullable="false" />
                <Property Name="retentionPeriodCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="retentionPeriodSizeBytes" Type="Edm.Double" Nullable="false" />
                <Property Name="sizeBytes" Type="Edm.Double" Nullable="false" />
                <Property Name="unknownCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="unknownSizeBytes" Type="Edm.Double" Nullable="false" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.AddToOneDrive">
            <ComplexType Name="GetRemoteItemInfoRequest">
                <Property Name="IsCreateMountPointFlow" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MountedRemoteItemUniqueIds" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="RemoteItemListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RemoteItemSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RemoteItemUniqueIds" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="RemoteItemWebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="GetSourceItemMetadataForODCMountPointRequest">
                <Property Name="IsCreateMountPointFlow" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MountedRemoteItemUniqueIds" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="RemoteItemListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RemoteItemSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RemoteItemUniqueIds" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="RemoteItemWebId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="GetSourceItemMetadataForODCMountPointResponse" />
            <ComplexType Name="NotifyChangeToMountPointsRequest">
                <Property Name="MountPointUniqueIds" Type="Collection(Edm.Guid)" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PlacesUserEntity">
                <Property Name="email" Type="Edm.String" />
                <Property Name="loginName" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="MountService" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="PlacesEntity">
                <Key>
                    <PropertyRef Name="actionDate" />
                </Key>
                <Property Name="actionDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="userEntity"
                    Type="Microsoft.SharePoint.AddToOneDrive.PlacesUserEntity" />
            </EntityType>
            <EntityType Name="placesInformation">
                <Key>
                    <PropertyRef Name="inCallersDrive" />
                </Key>
                <Property Name="inCallersDrive" Type="Edm.String" Nullable="false" />
                <Property Name="placesCount" Type="Edm.String" />
                <Property Name="itemSourceListTitle" Type="Edm.String" />
                <Property Name="itemSourcePath" Type="Edm.String" />
                <Property Name="itemSourceSiteOwnerIdentity"
                    Type="Microsoft.SharePoint.AddToOneDrive.PlacesUserEntity" />
                <Property Name="itemSourceSiteTemplateId" Type="Edm.String" />
                <Property Name="itemSourceSiteTitle" Type="Edm.String" />
                <NavigationProperty Name="places"
                    Relationship="Microsoft.SharePoint.AddToOneDrive.Microsoft_SharePoint_AddToOneDrive_placesInformation_places_Microsoft_SharePoint_AddToOneDrive_PlacesEntity_placesPartner"
                    ToRole="places" FromRole="placesPartner" />
            </EntityType>
            <Association
                Name="Microsoft_SharePoint_AddToOneDrive_placesInformation_places_Microsoft_SharePoint_AddToOneDrive_PlacesEntity_placesPartner">
                <End Type="Microsoft.SharePoint.AddToOneDrive.PlacesEntity" Role="places"
                    Multiplicity="*" />
                <End Type="Microsoft.SharePoint.AddToOneDrive.placesInformation"
                    Role="placesPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.ActionableMessage">
            <ComplexType Name="ElementUpdate">
                <Property Name="action" Type="Edm.String" />
                <Property Name="element"
                    Type="Microsoft.SharePoint.ActionableMessage.UpdateCardElement" />
                <Property Name="elementId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="UpdateCardElement">
                <Property Name="isVisible" Type="Edm.Boolean" />
                <Property Name="type" Type="Edm.String" />
                <Property Name="value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="UpdateCard">
                <Property Name="cardUpdates"
                    Type="Collection(Microsoft.SharePoint.ActionableMessage.ElementUpdate)" />
                <Property Name="type" Type="Edm.String" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.Sharing">
            <ComplexType Name="Principal">
                <Property Name="directoryObjectId" Type="Edm.String" />
                <Property Name="email" Type="Edm.String" />
                <Property Name="expiration" Type="Edm.String" />
                <Property Name="id" Type="Edm.Int32" Nullable="false" />
                <Property Name="isActive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isExternal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="jobTitle" Type="Edm.String" />
                <Property Name="loginName" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="principalType" Type="Edm.Int32" Nullable="false" />
                <Property Name="userId" Type="SP.UserIdInfo" />
                <Property Name="userPrincipalName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="LinkInvitation">
                <Property Name="invitedBy" Type="SP.Sharing.Principal" />
                <Property Name="invitedOn" Type="Edm.String" />
                <Property Name="invitee" Type="SP.Sharing.Principal" />
            </ComplexType>
            <ComplexType Name="AccessRequestSettings">
                <Property Name="hasPendingAccessRequests" Type="Edm.Boolean" Nullable="false" />
                <Property Name="pendingAccessRequestsLink" Type="Edm.String" />
                <Property Name="requiresAccessApproval" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="AddressBarLinkSettings">
                <Property Name="linkDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="linkPermission" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="DirectSharingAbilities">
                <Property Name="canAddExternalPrincipal" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canAddInternalPrincipal" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canAddNewExternalPrincipal" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canRequestGrantAccess" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canRequestGrantAccessForExistingExternalPrincipal"
                    Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canRequestGrantAccessForInternalPrincipal"
                    Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canRequestGrantAccessForNewExternalPrincipal"
                    Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="supportsEditPermission" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="supportsManageListPermission" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="supportsReadPermission" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="supportsRestrictedViewPermission"
                    Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="supportsReviewPermission" Type="SP.Sharing.SharingAbilityStatus" />
            </ComplexType>
            <ComplexType Name="SharingAbilityStatus">
                <Property Name="disabledReason" Type="Edm.Int32" Nullable="false" />
                <Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="DomainRestrictionSettings">
                <Property Name="domainRestrictionMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="domainRestrictionModeAtSite" Type="Edm.Int32" Nullable="false" />
                <Property Name="restrictedDomains" Type="Edm.String" />
                <Property Name="restrictedDomainsAtSite" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="EmailData">
                <Property Name="body" Type="Edm.String" />
                <Property Name="subject" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="EntityPermission">
                <Property Name="canHaveAccess" Type="Edm.Boolean" Nullable="false" />
                <Property Name="existingAccessType" Type="Edm.Int32" Nullable="false" />
                <Property Name="hasAccess" Type="Edm.Boolean" Nullable="false" />
                <Property Name="inputEntity" Type="Edm.String" />
                <Property Name="isPending" Type="Edm.Boolean" Nullable="false" />
                <Property Name="recipientDeniedReason" Type="Edm.Int32" Nullable="false" />
                <Property Name="resolvedEntity" Type="Edm.String" />
                <Property Name="role" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="EphemeralLinkRequest">
                <Property Name="meetingId" Type="Edm.String" />
                <Property Name="peoplePickerInput" Type="Edm.String" />
                <Property Name="settings" Type="SP.Sharing.ShareLinkSettings" />
            </ComplexType>
            <ComplexType Name="ShareLinkSettings">
                <Property Name="allowAnonymousAccess" Type="Edm.Boolean" Nullable="false" />
                <Property Name="applicationLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="description" Type="Edm.String" />
                <Property Name="embeddable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="expiration" Type="Edm.String" />
                <Property Name="inviteesToRemove" Type="Collection(SP.Sharing.Principal)" />
                <Property Name="limitUseToApplication" Type="Edm.Boolean" Nullable="false" />
                <Property Name="linkKind" Type="Edm.Int32" Nullable="false" />
                <Property Name="nav" Type="Edm.String" />
                <Property Name="nonDefaultLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="password" Type="Edm.String" />
                <Property Name="passwordProtected" Type="Edm.Boolean" Nullable="false" />
                <Property Name="restrictShareMembership" Type="Edm.Boolean" Nullable="false" />
                <Property Name="restrictToExistingRelationships" Type="Edm.Boolean" Nullable="false" />
                <Property Name="role" Type="Edm.Int32" Nullable="false" />
                <Property Name="scope" Type="Edm.Int32" Nullable="false" />
                <Property Name="shareId" Type="Edm.Guid" Nullable="false" />
                <Property Name="trackLinkUsers" Type="Edm.Boolean" Nullable="false" />
                <Property Name="updatePassword" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="InheritedFrom">
                <Property Name="directUrl" Type="Edm.String" />
                <Property Name="driveId" Type="Edm.String" />
                <Property Name="driveType" Type="Edm.String" />
                <Property Name="id" Type="Edm.String" />
                <Property Name="itemType" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="path" Type="Edm.String" />
                <Property Name="shareId" Type="Edm.String" />
                <Property Name="sharepointIds" Type="SP.Sharing.SharePointIds" />
            </ComplexType>
            <ComplexType Name="SharePointIds">
                <Property Name="listId" Type="Edm.String" />
                <Property Name="listItemId" Type="Edm.String" />
                <Property Name="listItemUniqueId" Type="Edm.String" />
                <Property Name="siteId" Type="Edm.String" />
                <Property Name="siteUrl" Type="Edm.String" />
                <Property Name="tenantId" Type="Edm.String" />
                <Property Name="webId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ItemSharingSettings">
                <Property Name="blockSharingPushDown" Type="Edm.Boolean" Nullable="false" />
                <Property Name="itemId" Type="Edm.String" />
                <Property Name="itemMembersCanShare" Type="Edm.Boolean" Nullable="false" />
                <Property Name="itemName" Type="Edm.String" />
                <Property Name="itemType" Type="Edm.Int32" Nullable="false" />
                <Property Name="parentId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="LinkInfo">
                <Property Name="inheritedFrom" Type="SP.Sharing.InheritedFrom" />
                <Property Name="isInherited" Type="Edm.Boolean" Nullable="false" />
                <Property Name="linkDetails" Type="SP.SharingLinkInfo" />
                <Property Name="linkMembers" Type="Collection(SP.Sharing.Principal)" />
                <Property Name="linkStatus" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="totalLinkMembersCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="LinkParameters">
                <Property Name="nav" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MainAccessInformation">
                <Property Name="defaultMainLinkRole" Type="Edm.Int32" Nullable="false" />
                <Property Name="mainLink" Type="SP.Sharing.MainLinkInfo" />
                <Property Name="sharingSettings" Type="SP.Sharing.ItemSharingSettings" />
            </ComplexType>
            <ComplexType Name="MainLinkInfo">
                <Property Name="accessors" Type="Collection(SP.Sharing.Principal)" />
                <Property Name="audience" Type="Edm.Int32" Nullable="false" />
                <Property Name="role" Type="Edm.Int32" Nullable="false" />
                <Property Name="shareId" Type="Edm.Guid" Nullable="false" />
                <Property Name="url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MainLinkAbilities">
                <Property Name="canGetLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canManageLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canResetLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="mainLinkAudienceAbilities"
                    Type="SP.Sharing.MainLinkAudienceAbilities" />
                <Property Name="mainLinkRoleAbilities" Type="SP.Sharing.MainLinkRoleAbilities" />
            </ComplexType>
            <ComplexType Name="MainLinkAudienceAbilities">
                <Property Name="anyoneLinkAvailable" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="onlyPeopleAddedLinkAvailable" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="organizationLinkAvailable" Type="SP.Sharing.SharingAbilityStatus" />
            </ComplexType>
            <ComplexType Name="MainLinkRoleAbilities">
                <Property Name="commentRoleAvailable" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="editRoleAvailable" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="restrictedViewRoleAvailable" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="viewRoleAvailable" Type="SP.Sharing.SharingAbilityStatus" />
            </ComplexType>
            <ComplexType Name="OversharedWebInfo">
                <Property Name="hasUniqueRoleAssignmentsForList" Type="Edm.Boolean" Nullable="false" />
                <Property Name="principals" Type="Collection(SP.Sharing.Principal)" />
            </ComplexType>
            <ComplexType Name="PermissionCollection">
                <Property Name="appConsentPrincipals" Type="Collection(SP.Sharing.PrincipalInfo)" />
                <Property Name="hasInheritedLinks" Type="Edm.Boolean" Nullable="false" />
                <Property Name="links" Type="Collection(SP.Sharing.LinkInfo)" />
                <Property Name="mainAccess" Type="SP.Sharing.MainAccessInformation" />
                <Property Name="principals" Type="Collection(SP.Sharing.PrincipalInfo)" />
                <Property Name="siteAdmins" Type="Collection(SP.Sharing.PrincipalInfo)" />
                <Property Name="totalNumberOfPrincipals" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PrincipalInfo">
                <Property Name="canBeModified" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="ExpirationDateTimeOnACE" Type="Edm.DateTime" />
                <Property Name="inheritedFrom" Type="SP.Sharing.InheritedFrom" />
                <Property Name="isInherited" Type="Edm.Boolean" Nullable="false" />
                <Property Name="members" Type="Collection(SP.Sharing.Principal)" />
                <Property Name="principal" Type="SP.Sharing.Principal" />
                <Property Name="role" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="RecipientLimits">
                <Property Name="checkPermissions" Type="SP.RecipientLimitsInfo" />
                <Property Name="grantDirectAccess" Type="SP.RecipientLimitsInfo" />
                <Property Name="shareLink" Type="SP.RecipientLimitsInfo" />
                <Property Name="shareLinkWithDeferRedeem" Type="SP.RecipientLimitsInfo" />
            </ComplexType>
            <ComplexType Name="Recipient">
                <Property Name="alias" Type="Edm.String" />
                <Property Name="email" Type="Edm.String" />
                <Property Name="objectId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SensitivityLabelInformation">
                <Property Name="color" Type="Edm.String" />
                <Property Name="displayName" Type="Edm.String" />
                <Property Name="hasIRMProtection" Type="Edm.Boolean" Nullable="false" />
                <Property Name="id" Type="Edm.String" />
                <Property Name="sensitivityLabelProtectionType" Type="Edm.String" />
                <Property Name="tooltip" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SharedWithMeViewItemRemovalResult">
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="Success" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ShareLinkResponse">
                <Property Name="sharingLinkInfo" Type="SP.SharingLinkInfo" />
            </ComplexType>
            <ComplexType Name="ShareLinkPartialSuccessResponse"
                BaseType="SP.Sharing.ShareLinkResponse">
                <Property Name="entityResults" Type="Collection(SP.Sharing.SharingEntityResult)" />
            </ComplexType>
            <ComplexType Name="SharingEntityResult">
                <Property Name="Description" Type="SP.Sharing.SharingEntityResultDescription" />
                <Property Name="Key" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SharingEntityResultDescription">
                <Property Name="Result" Type="Edm.Int32" Nullable="false" />
                <Property Name="ResultString" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ShareLinkRequest">
                <Property Name="createLink" Type="Edm.Boolean" Nullable="false" />
                <Property Name="emailData" Type="SP.Sharing.EmailData" />
                <Property Name="expiration" Type="Edm.String" />
                <Property Name="linkKind" Type="Edm.Int32" Nullable="false" />
                <Property Name="peoplePickerInput" Type="Edm.String" />
                <Property Name="settings" Type="SP.Sharing.ShareLinkSettings" />
            </ComplexType>
            <ComplexType Name="SharingAbilities">
                <Property Name="anonymousLinkAbilities" Type="SP.Sharing.SharingLinkAbilities" />
                <Property Name="anyoneLinkAbilities" Type="SP.Sharing.SharingLinkAbilities" />
                <Property Name="canStopSharing" Type="Edm.Boolean" Nullable="false" />
                <Property Name="directSharingAbilities" Type="SP.Sharing.DirectSharingAbilities" />
                <Property Name="mainLinkAbilities" Type="SP.Sharing.MainLinkAbilities" />
                <Property Name="organizationLinkAbilities" Type="SP.Sharing.SharingLinkAbilities" />
                <Property Name="peopleSharingLinkAbilities" Type="SP.Sharing.SharingLinkAbilities" />
                <Property Name="sharingSettingsAbilities" Type="SP.Sharing.SharingSettingsAbilities" />
            </ComplexType>
            <ComplexType Name="SharingLinkAbilities">
                <Property Name="canAddNewExternalPrincipals" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canDeleteEditLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canDeleteManageListLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canDeleteReadLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canDeleteRestrictedViewLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canDeleteReviewLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canDeleteSubmitOnlyLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canGetEditLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canGetManageListLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canGetReadLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canGetRestrictedViewLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canGetReviewLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canGetSubmitOnlyLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canHaveExternalUsers" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canManageEditLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canManageManageListLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canManageReadLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canManageRestrictedViewLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canManageReviewLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canManageSubmitOnlyLink" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="linkExpiration" Type="SP.Sharing.SharingLinkExpirationAbilityStatus" />
                <Property Name="passwordProtected"
                    Type="SP.Sharing.SharingLinkPasswordAbilityStatus" />
                <Property Name="submitOnlylinkExpiration"
                    Type="SP.Sharing.SharingLinkExpirationAbilityStatus" />
                <Property Name="supportsRestrictedView" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="supportsRestrictToExistingRelationships"
                    Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="trackLinkUsers" Type="SP.Sharing.SharingAbilityStatus" />
            </ComplexType>
            <ComplexType Name="SharingLinkExpirationAbilityStatus"
                BaseType="SP.Sharing.SharingAbilityStatus">
                <Property Name="defaultExpirationInDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="maxExpirationInDays" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SharingLinkPasswordAbilityStatus"
                BaseType="SP.Sharing.SharingAbilityStatus" />
            <ComplexType Name="SharingSettingsAbilities">
                <Property Name="canGetBlockSharingPushDown" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canGetItemMembersCanShare" Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canManageBlockSharingPushDown"
                    Type="SP.Sharing.SharingAbilityStatus" />
                <Property Name="canManageItemMembersCanShare" Type="SP.Sharing.SharingAbilityStatus" />
            </ComplexType>
            <ComplexType Name="SharingEntityResultSettingPolicyReason"
                BaseType="SP.Sharing.SharingEntityResultDescription">
                <Property Name="SettingPolicyResult" Type="Edm.Int32" Nullable="false" />
                <Property Name="SettingPolicyResultString" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SharingInformationRequest">
                <Property Name="clientSupportedFeatures" Type="Edm.String" />
                <Property Name="maxLinkMembersToReturn" Type="Edm.Int32" Nullable="false" />
                <Property Name="maxPrincipalsToReturn" Type="Edm.Int32" Nullable="false" />
                <Property Name="populateInheritedLinks" Type="Edm.Boolean" Nullable="false" />
                <Property Name="populateMainLinkTree" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SharingLinkAccessRequest">
                <Property Name="ensureAccess" Type="Edm.Boolean" Nullable="false" />
                <Property Name="password" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SharingLinkDefaultTemplatesCollection">
                <Property Name="templates" Type="Collection(SP.Sharing.SharingLinkDefaultTemplate)" />
            </ComplexType>
            <ComplexType Name="SharingLinkDefaultTemplate">
                <Property Name="linkDetails" Type="SP.SharingLinkInfo" />
                <Property Name="passwordProtected" Type="Edm.Boolean" Nullable="false" />
                <Property Name="role" Type="Edm.Int32" Nullable="false" />
                <Property Name="scope" Type="Edm.Int32" Nullable="false" />
                <Property Name="shareKind" Type="Edm.Int32" Nullable="false" />
                <Property Name="trackLinkUsers" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SharingLinkTemplate">
                <Property Name="passwordProtected" Type="Edm.Boolean" Nullable="false" />
                <Property Name="role" Type="Edm.Int32" Nullable="false" />
                <Property Name="scope" Type="Edm.Int32" Nullable="false" />
                <Property Name="variant" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SiteSharingReportCapabilities">
                <Property Name="canCancelSharingReport" Type="Edm.Boolean" Nullable="false" />
                <Property Name="canCreateSharingReport" Type="Edm.Boolean" Nullable="false" />
                <Property Name="createSharingReportNotAllowedReason" Type="Edm.String" />
                <Property Name="jobData" Type="SP.Sharing.SiteSharingReportJobData" />
                <Property Name="stopSharingReportNotAllowedReason" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteSharingReportJobData">
                <Property Name="folderUrl" Type="Edm.String" />
                <Property Name="webUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteSharingReportStatus">
                <Property Name="errorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="jobData" Type="SP.Sharing.SiteSharingReportJobData" />
                <Property Name="message" Type="Edm.String" />
                <Property Name="success" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="UniqueAccessGroupInfo">
                <Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="groupId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="UniqueAccessGroupsWrapper">
                <Property Name="discoverableByOrganization" Type="SP.Sharing.UniqueAccessGroupInfo" />
            </ComplexType>
            <ComplexType Name="UserDirectoryInfo">
                <Property Name="Name" Type="Edm.String" />
                <Property Name="NetId" Type="Edm.String" />
                <Property Name="PrimaryEmail" Type="Edm.String" />
                <Property Name="PrincipalName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="UserRoleAssignment">
                <Property Name="Role" Type="Edm.Int32" Nullable="false" />
                <Property Name="UserId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="UserSharingResult">
                <Property Name="AllowedRoles" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="CurrentRole" Type="Edm.Int32" Nullable="false" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="ExpirationDateTimeOnACE" Type="Edm.DateTime" />
                <Property Name="InvitationLink" Type="Edm.String" />
                <Property Name="IsUserKnown" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Message" Type="Edm.String" />
                <Property Name="OtherMails" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Boolean" Nullable="false" />
                <Property Name="User" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="SharedDocumentInfo">
                <Key>
                    <PropertyRef Name="Activity" />
                </Key>
                <Property Name="Activity" Type="Edm.String" Nullable="false" />
                <Property Name="Author" Type="SP.Sharing.Principal" />
                <Property Name="CallerStack" Type="Edm.String" />
                <Property Name="ColorHex" Type="Edm.String" />
                <Property Name="ColorTag" Type="Edm.String" />
                <Property Name="ContentTypeId" Type="SP.ContentTypeId" />
                <Property Name="DriveAccessToken" Type="Edm.String" />
                <Property Name="DriveAccessTokenV21" Type="Edm.String" />
                <Property Name="DriveUrl" Type="Edm.String" />
                <Property Name="Editor" Type="SP.Sharing.Principal" />
                <Property Name="Emoji" Type="Edm.String" />
                <Property Name="Extension" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="IsContainer" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LinkingUrl" Type="Edm.String" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ListItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="MediaBaseUrl" Type="Edm.String" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="OfficeBundleGenerate" Type="Edm.String" />
                <Property Name="OfficeBundleGetFragment" Type="Edm.String" />
                <Property Name="PdfConversionUrl" Type="Edm.String" />
                <Property Name="ProgId" Type="Edm.String" />
                <Property Name="ServerRedirectedEmbedUrl" Type="Edm.String" />
                <Property Name="ServerRedirectedPreviewUrl" Type="Edm.String" />
                <Property Name="ServerRedirectedUrl" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
                <Property Name="SpItemUrl" Type="Edm.String" />
                <Property Name="SpResourceUrl" Type="Edm.String" />
                <Property Name="ThumbnailUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="UrlPath" Type="Edm.String" />
                <Property Name="VideoManifestUrl" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="PersonalWeb" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SharingInformation">
                <Key>
                    <PropertyRef Name="ageGroup" />
                </Key>
                <Property Name="accessRequestSettings" Type="SP.Sharing.AccessRequestSettings" />
                <Property Name="addressBarLinkSettings" Type="SP.Sharing.AddressBarLinkSettings" />
                <Property Name="ageGroup" Type="Edm.Int32" Nullable="false" />
                <Property Name="allOrganizationSecurityGroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="anonymousLinkExpirationRestrictionDays" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="anyoneLinkTrackUsers" Type="Edm.Boolean" Nullable="false" />
                <Property Name="blockPeoplePickerAndSharing" Type="Edm.Boolean" Nullable="false" />
                <Property Name="canAddExistingExternalPrincipal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="canAddExternalPrincipal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="canAddInternalPrincipal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="canRequestAccessForGrantAccess" Type="Edm.Boolean" Nullable="false" />
                <Property Name="canSendEmail" Type="Edm.Boolean" Nullable="false" />
                <Property Name="canUseSimplifiedRoles" Type="Edm.Boolean" Nullable="false" />
                <Property Name="currentRole" Type="Edm.Int32" Nullable="false" />
                <Property Name="customizedExternalSharingServiceUrl" Type="Edm.String" />
                <Property Name="defaultLinkKind" Type="Edm.Int32" Nullable="false" />
                <Property Name="defaultShareLinkPermission" Type="Edm.Int32" Nullable="false" />
                <Property Name="defaultShareLinkScope" Type="Edm.Int32" Nullable="false" />
                <Property Name="defaultShareLinkToExistingAccess" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="directUrl" Type="Edm.String" />
                <Property Name="discoverableByOrganizationEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="displayName" Type="Edm.String" />
                <Property Name="domainRestrictionSettings"
                    Type="SP.Sharing.DomainRestrictionSettings" />
                <Property Name="enforceIBSegmentFiltering" Type="Edm.Boolean" Nullable="false" />
                <Property Name="enforceSPOSearch" Type="Edm.Boolean" Nullable="false" />
                <Property Name="fileExtension" Type="Edm.String" />
                <Property Name="hasUniquePermissions" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isConsumerFiles" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isMultiTenantOrganization" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isPremium" Type="Edm.Boolean" Nullable="false" />
                <Property Name="isStubFile" Type="Edm.Boolean" Nullable="false" />
                <Property Name="itemUniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="itemUrl" Type="Edm.String" />
                <Property Name="listId" Type="Edm.Guid" Nullable="false" />
                <Property Name="microserviceShareUiUrl" Type="Edm.String" />
                <Property Name="outlookEndpointHostUrl" Type="Edm.String" />
                <Property Name="permissionsInformation" Type="SP.Sharing.PermissionCollection" />
                <Property Name="recipientLimits" Type="SP.Sharing.RecipientLimits" />
                <Property Name="sensitivityLabelInformation"
                    Type="SP.Sharing.SensitivityLabelInformation" />
                <Property Name="sharedObjectType" Type="Edm.Int32" Nullable="false" />
                <Property Name="shareUiUrl" Type="Edm.String" />
                <Property Name="sharingAbilities" Type="SP.Sharing.SharingAbilities" />
                <Property Name="sharingLinkTemplates"
                    Type="SP.Sharing.SharingLinkDefaultTemplatesCollection" />
                <Property Name="sharingStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="showExternalSharingWarning" Type="Edm.Boolean" Nullable="false" />
                <Property Name="siteIBMode" Type="Edm.String" />
                <Property Name="siteIBSegmentIDs" Type="Collection(Edm.String)" />
                <Property Name="siteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="standardRolesModified" Type="Edm.Boolean" Nullable="false" />
                <Property Name="substrateFileId" Type="Edm.String" />
                <Property Name="tenantDisplayName" Type="Edm.String" />
                <Property Name="tenantId" Type="Edm.String" />
                <Property Name="uniqueAccessGroups" Type="SP.Sharing.UniqueAccessGroupsWrapper" />
                <Property Name="userIsSharingViaMCS" Type="Edm.String" />
                <Property Name="userPhotoCdnBaseUrl" Type="Edm.String" />
                <Property Name="webTemplateId" Type="Edm.Int32" Nullable="false" />
                <Property Name="webUrl" Type="Edm.String" />
                <NavigationProperty Name="pickerSettings"
                    Relationship="SP.SP_Sharing_SharingInformation_pickerSettings_SP_PickerSettings_pickerSettingsPartner"
                    ToRole="pickerSettings" FromRole="pickerSettingsPartner" />
            </EntityType>
            <EntityType Name="DocumentSharingManager" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SecurableObjectExtensions" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SiteSharingReportHelper" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="WebSharingManager" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <Association
                Name="SP_Web_OneDriveSharedItems_SP_Sharing_SharedDocumentInfo_OneDriveSharedItemsPartner">
                <End Type="SP.Sharing.SharedDocumentInfo" Role="OneDriveSharedItems"
                    Multiplicity="*" />
                <End Type="SP.Web" Role="OneDriveSharedItemsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.Workflow">
            <ComplexType Name="WorkflowAssociationCreationInformation">
                <Property Name="ContentTypeAssociationHistoryListName" Type="Edm.String" />
                <Property Name="ContentTypeAssociationTaskListName" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="WorkflowAssociation">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AllowManual" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AssociationData" Type="Edm.String" />
                <Property Name="AutoStartChange" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AutoStartCreate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BaseId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Created" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Enabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HistoryListTitle" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="InstantiationUrl" Type="Edm.String" />
                <Property Name="InternalName" Type="Edm.String" />
                <Property Name="IsDeclarative" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ListId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Modified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="RunningInstances" Type="Edm.Int32" Nullable="false" />
                <Property Name="TaskListTitle" Type="Edm.String" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="WorkflowTemplate">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AllowManual" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AssociationUrl" Type="Edm.String" />
                <Property Name="AutoStartChange" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AutoStartCreate" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsDeclarative" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="PermissionsManual" Type="SP.BasePermissions" />
            </EntityType>
            <EntityType Name="SPWorkflow">
                <Key>
                    <PropertyRef Name="AssociationId" />
                </Key>
                <Property Name="AssociationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="InstanceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsCompleted" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StatusText" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SPWorkflowManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPWorkflowTask" BaseType="SP.ListItem" OpenType="true" />
            <Association
                Name="SP_ContentType_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner">
                <End Type="SP.Workflow.WorkflowAssociation" Role="WorkflowAssociations"
                    Multiplicity="*" />
                <End Type="SP.ContentType" Role="WorkflowAssociationsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Web_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner">
                <End Type="SP.Workflow.WorkflowAssociation" Role="WorkflowAssociations"
                    Multiplicity="*" />
                <End Type="SP.Web" Role="WorkflowAssociationsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Web_WorkflowTemplates_SP_Workflow_WorkflowTemplate_WorkflowTemplatesPartner">
                <End Type="SP.Workflow.WorkflowTemplate" Role="WorkflowTemplates" Multiplicity="*" />
                <End Type="SP.Web" Role="WorkflowTemplatesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_List_WorkflowAssociations_SP_Workflow_WorkflowAssociation_WorkflowAssociationsPartner">
                <End Type="SP.Workflow.WorkflowAssociation" Role="WorkflowAssociations"
                    Multiplicity="*" />
                <End Type="SP.List" Role="WorkflowAssociationsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.WebParts">
            <ComplexType Name="TileData">
                <Property Name="BackgroundCollageImageLocations" Type="Collection(Edm.String)" />
                <Property Name="BackgroundImageLocation" Type="Edm.String" />
                <Property Name="BackgroundImageRendersAsIcon" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BodyText" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="HoverDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ID" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsWide" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LinkLocation" Type="Edm.String" />
                <Property Name="TileOrder" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TransparentOverlay" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <EntityType Name="WebPart" Abstract="true">
                <Key>
                    <PropertyRef Name="ExportMode" />
                </Key>
                <Property Name="ExportMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="Hidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsClosed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Subtitle" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TitleUrl" Type="Edm.String" />
                <Property Name="ZoneIndex" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Properties"
                    Relationship="SP.SP_WebParts_WebPart_Properties_SP_PropertyValues_PropertiesPartner"
                    ToRole="Properties" FromRole="PropertiesPartner" />
            </EntityType>
            <EntityType Name="LimitedWebPartManager">
                <Key>
                    <PropertyRef Name="HasPersonalizedParts" />
                </Key>
                <Property Name="HasPersonalizedParts" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasWebPartConnections" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Scope" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="WebParts"
                    Relationship="SP.WebParts.SP_WebParts_LimitedWebPartManager_WebParts_SP_WebParts_WebPartDefinition_WebPartsPartner"
                    ToRole="WebParts" FromRole="WebPartsPartner" />
            </EntityType>
            <EntityType Name="WebPartDefinition">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ZoneId" Type="Edm.String" />
                <NavigationProperty Name="WebPart"
                    Relationship="SP.WebParts.SP_WebParts_WebPartDefinition_WebPart_SP_WebParts_WebPart_WebPartPartner"
                    ToRole="WebPart" FromRole="WebPartPartner" />
            </EntityType>
            <Association
                Name="SP_WebParts_LimitedWebPartManager_WebParts_SP_WebParts_WebPartDefinition_WebPartsPartner">
                <End Type="SP.WebParts.WebPartDefinition" Role="WebParts" Multiplicity="*" />
                <End Type="SP.WebParts.LimitedWebPartManager" Role="WebPartsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WebParts_WebPartDefinition_WebPart_SP_WebParts_WebPart_WebPartPartner">
                <End Type="SP.WebParts.WebPart" Role="WebPart" Multiplicity="0..1" />
                <End Type="SP.WebParts.WebPartDefinition" Role="WebPartPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.Utilities">
            <ComplexType Name="AutofillColumnInfo">
                <Property Name="ColumnDataType" Type="Edm.String" />
                <Property Name="columnName" Type="Edm.String" />
                <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="prompt" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="EmailProperties">
                <Property Name="AdditionalHeaders" Type="Collection(SP.KeyValue)" />
                <Property Name="BCC" Type="Collection(Edm.String)" />
                <Property Name="Body" Type="Edm.String" />
                <Property Name="CC" Type="Collection(Edm.String)" />
                <Property Name="From" Type="Edm.String" />
                <Property Name="Subject" Type="Edm.String" />
                <Property Name="To" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="JsonTheme">
                <Property Name="name" Type="Edm.String" />
                <Property Name="themeJson" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="LLMColumnInfo">
                <Property Name="AnalyzeImageDetailLevel" Type="Edm.String" />
                <Property Name="AnalyzeImageWithVision" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AutofillColumnType" Type="Edm.String" />
                <Property Name="CustomModelId" Type="Edm.String" />
                <Property Name="CustomParametersJson" Type="Edm.String" />
                <Property Name="IsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Prompt" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="NewsItemMetaData">
                <Property Name="fileExtension" Type="Edm.String" />
                <Property Name="newsType" Type="Edm.Int32" Nullable="false" />
                <Property Name="progId" Type="Edm.String" />
                <Property Name="siteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="title" Type="Edm.String" />
                <Property Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="url" Type="Edm.String" />
                <Property Name="webId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="NewsItem" BaseType="SP.Utilities.NewsItemMetaData">
                <Property Name="backupPictureUrl" Type="Edm.String" />
                <Property Name="caption" Type="Edm.String" />
                <Property Name="itemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="pictureAltText" Type="Edm.String" />
                <Property Name="pictureUrl" Type="Edm.String" />
                <Property Name="properties" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PrincipalInfo">
                <Property Name="Department" Type="Edm.String" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Email" Type="Edm.String" />
                <Property Name="JobTitle" Type="Edm.String" />
                <Property Name="LoginName" Type="Edm.String" />
                <Property Name="Mobile" Type="Edm.String" />
                <Property Name="PrincipalId" Type="Edm.Int32" Nullable="false" />
                <Property Name="PrincipalType" Type="Edm.Int32" Nullable="false" />
                <Property Name="SIPAddress" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="WebAppUrlsByAction">
                <Property Name="Action" Type="Edm.String" />
                <Property Name="UrlsByExt" Type="Collection(SP.Utilities.WebAppExtUrlPair)" />
            </ComplexType>
            <ComplexType Name="WebAppExtUrlPair">
                <Property Name="Ext" Type="Edm.String" />
                <Property Name="WacUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="WikiPageCreationInformation">
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="WikiHtmlContent" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="WopiWebAppProperties">
                <Property Name="App" Type="Edm.String" />
                <Property Name="BootstrapperUrl" Type="Edm.String" />
                <Property Name="ListByAction" Type="Collection(SP.Utilities.WebAppUrlsByAction)" />
            </ComplexType>
            <ComplexType Name="ThemingOptions">
                <Property Name="hideDefaultThemes" Type="Edm.Boolean" Nullable="false" />
                <Property Name="themePreviews" Type="Collection(SP.Utilities.JsonTheme)" />
            </ComplexType>
            <EntityType Name="MarketplaceUtilities" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="PolicyLicenseUtilities">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ShortcutLink" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ShortcutTargetInfo">
                <Key>
                    <PropertyRef Name="siteId" />
                </Key>
                <Property Name="siteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="url" Type="Edm.String" />
                <Property Name="webId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="FileHandlerWopiProperties">
                <Key>
                    <PropertyRef Name="FileGetUrl" />
                </Key>
                <Property Name="FileGetUrl" Type="Edm.String" Nullable="false" />
                <Property Name="FileId" Type="Edm.String" />
                <Property Name="FilePutUrl" Type="Edm.String" />
                <Property Name="ResourceId" Type="Edm.String" />
            </EntityType>
            <EntityType Name="NewsUtility" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPSocialSwitch" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SpotlightResult">
                <Key>
                    <PropertyRef Name="ResultCode" />
                </Key>
                <Property Name="Order" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="ResultCode" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="ThemeManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="ContextThemeManager"
                    Relationship="SP.Utilities.SP_Utilities_ThemeManager_ContextThemeManager_SP_Utilities_ThemeManager_ContextThemeManagerPartner"
                    ToRole="ContextThemeManager" FromRole="ContextThemeManagerPartner" />
            </EntityType>
            <EntityType Name="Utility" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="WopiHostUtility" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="WopiProperties">
                <Key>
                    <PropertyRef Name="AccessToken" />
                </Key>
                <Property Name="AccessToken" Type="Edm.String" Nullable="false" />
                <Property Name="AccessTokenTtl" Type="Edm.Int64" Nullable="false" />
                <Property Name="AppIconUrl" Type="Edm.String" />
                <Property Name="ErrorMessageToDisplay" Type="Edm.String" />
                <Property Name="RedirectUrl" Type="Edm.String" />
                <Property Name="WebApplicationUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="UploadStatus">
                <Key>
                    <PropertyRef Name="ExpectedContentRange" />
                </Key>
                <Property Name="ExpectedContentRange" Type="Edm.String" Nullable="false" />
                <Property Name="ExpirationDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="UploadId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <Association
                Name="SP_Utilities_ThemeManager_ContextThemeManager_SP_Utilities_ThemeManager_ContextThemeManagerPartner">
                <End Type="SP.Utilities.ThemeManager" Role="ContextThemeManager" Multiplicity="0..1" />
                <End Type="SP.Utilities.ThemeManager" Role="ContextThemeManagerPartner"
                    Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="SP.PageInstrumentation">
            <ComplexType Name="PageImpressionClient">
                <Property Name="BasePageCorrelationId" Type="Edm.String" />
                <Property Name="ClientIdToClickInfoMap" Type="Collection(SP.KeyValue)" />
            </ComplexType>
            <EntityType Name="ClickManager" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="SP.UI.ApplicationPages">
            <ComplexType Name="ClientPeoplePickerQueryParameters">
                <Property Name="AllowEmailAddresses" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowMultipleEntities" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowOnlyEmailAddresses" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllUrlZones" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnabledClaimProviders" Type="Edm.String" />
                <Property Name="ForceClaims" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MaximumEntitySuggestions" Type="Edm.Int32" Nullable="false" />
                <Property Name="PrincipalSource" Type="Edm.Int32" Nullable="false" />
                <Property Name="PrincipalType" Type="Edm.Int32" Nullable="false" />
                <Property Name="QuerySettings"
                    Type="SP.UI.ApplicationPages.PeoplePickerQuerySettings" />
                <Property Name="QueryString" Type="Edm.String" />
                <Property Name="Required" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SharePointGroupID" Type="Edm.Int32" Nullable="false" />
                <Property Name="UrlZone" Type="Edm.Int32" Nullable="false" />
                <Property Name="UrlZoneSpecified" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UseSubstrateSearch" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WebApplicationID" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PeoplePickerQuerySettings">
                <Property Name="ExcludeAllUsersOnTenantClaim" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSharing" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PickerEntityInformationRequest">
                <Property Name="EmailAddress" Type="Edm.String" />
                <Property Name="GroupId" Type="Edm.Int32" Nullable="false" />
                <Property Name="Key" Type="Edm.String" />
                <Property Name="PrincipalType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <EntityType Name="ClientPeoplePickerWebServiceInterface" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="PickerEntityInformation">
                <Key>
                    <PropertyRef Name="TotalMemberCount" />
                </Key>
                <Property Name="Entity" Type="SP.UI.ApplicationPages.PickerEntityInformationRequest" />
                <Property Name="TotalMemberCount" Type="Edm.Int32" Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Sharing.Internal">
            <ComplexType Name="CAnonymousLinkUseLimit">
                <Property Name="dailyLimitPerSite" Type="Edm.Int32" Nullable="false" />
                <Property Name="expiration" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CExternalSharingEnforcement">
                <Property Name="enforceBlock" Type="Edm.Boolean" Nullable="false" />
                <Property Name="expiration" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CExternalSharingThrottling">
                <Property Name="expiration" Type="Edm.DateTime" Nullable="false" />
                <Property Name="limitLevel" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPSharingWorkItemAuthCryptoProvider" />
            <EntityType Name="SharingRestrictions">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="anonymousLinkUseLimit"
                    Type="Microsoft.SharePoint.Sharing.Internal.CAnonymousLinkUseLimit" />
                <Property Name="externalSharingEnforcement"
                    Type="Microsoft.SharePoint.Sharing.Internal.CExternalSharingEnforcement" />
                <Property Name="externalSharingThrottling"
                    Type="Microsoft.SharePoint.Sharing.Internal.CExternalSharingThrottling" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Activities">
            <ComplexType Name="ActionFacet">
                <Property Name="addToOneDrive"
                    Type="Microsoft.SharePoint.Activities.AddToOneDriveFacet" />
                <Property Name="archive" Type="Microsoft.SharePoint.Activities.ArchiveFacet" />
                <Property Name="checkin" Type="Microsoft.SharePoint.Activities.CheckinFacet" />
                <Property Name="checkout" Type="Microsoft.SharePoint.Activities.CheckoutFacet" />
                <Property Name="comment" Type="Microsoft.SharePoint.Activities.GetCommentFacet" />
                <Property Name="create" Type="Microsoft.SharePoint.Activities.CreateFacet" />
                <Property Name="delete" Type="Microsoft.SharePoint.Activities.DeleteFacet" />
                <Property Name="discardCheckout"
                    Type="Microsoft.SharePoint.Activities.DiscardCheckoutFacet" />
                <Property Name="edit" Type="Microsoft.SharePoint.Activities.EditFacet" />
                <Property Name="mention" Type="Microsoft.SharePoint.Activities.GetMentionFacet" />
                <Property Name="move" Type="Microsoft.SharePoint.Activities.MoveFacet" />
                <Property Name="pointInTimeRestore"
                    Type="Microsoft.SharePoint.Activities.PointInTimeRestoreFacet" />
                <Property Name="reactivate" Type="Microsoft.SharePoint.Activities.ReactivateFacet" />
                <Property Name="rename" Type="Microsoft.SharePoint.Activities.RenameFacet" />
                <Property Name="restore" Type="Microsoft.SharePoint.Activities.RestoreFacet" />
                <Property Name="restoreVersion"
                    Type="Microsoft.SharePoint.Activities.RestoreVersionFacet" />
                <Property Name="share" Type="Microsoft.SharePoint.Activities.SharingFacet" />
                <Property Name="taskCompleted"
                    Type="Microsoft.SharePoint.Activities.TaskCompletedFacet" />
                <Property Name="taskCreated" Type="Microsoft.SharePoint.Activities.TaskCreatedFacet" />
                <Property Name="taskReassigned"
                    Type="Microsoft.SharePoint.Activities.TaskReassignedFacet" />
                <Property Name="taskReopened"
                    Type="Microsoft.SharePoint.Activities.TaskReopenedFacet" />
                <Property Name="version" Type="Microsoft.SharePoint.Activities.VersionFacet" />
            </ComplexType>
            <ComplexType Name="AddToOneDriveFacet">
                <Property Name="addedDateTime" Type="Edm.String" />
                <Property Name="mountPointName" Type="Edm.String" />
                <Property Name="removedDateTime" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ArchiveFacet" />
            <ComplexType Name="CheckinFacet" />
            <ComplexType Name="CheckoutFacet" />
            <ComplexType Name="GetCommentFacet">
                <Property Name="assignees"
                    Type="Collection(Microsoft.SharePoint.Activities.ActivityIdentity)" />
                <Property Name="commentId" Type="Edm.String" />
                <Property Name="isReply" Type="Edm.Boolean" Nullable="false" />
                <Property Name="parentAuthor"
                    Type="Microsoft.SharePoint.Activities.ActivityIdentity" />
                <Property Name="parentCommentId" Type="Edm.String" />
                <Property Name="participants"
                    Type="Collection(Microsoft.SharePoint.Activities.ActivityIdentity)" />
            </ComplexType>
            <ComplexType Name="ActivityIdentity">
                <Property Name="clientId" Type="Edm.String" />
                <Property Name="clientIdProvider" Type="Edm.String" />
                <Property Name="email" Type="Edm.String" />
                <Property Name="group" Type="Microsoft.SharePoint.Activities.ActivityIdentityItem" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="user" Type="Microsoft.SharePoint.Activities.ActivityIdentityItem" />
                <Property Name="userPrincipalName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ActivityIdentityItem">
                <Property Name="clientId" Type="Edm.String" />
                <Property Name="clientIdProvider" Type="Edm.String" />
                <Property Name="displayName" Type="Edm.String" />
                <Property Name="email" Type="Edm.String" />
                <Property Name="userPrincipalName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CreateFacet" />
            <ComplexType Name="DeleteFacet">
                <Property Name="name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="DiscardCheckoutFacet" />
            <ComplexType Name="EditFacet" />
            <ComplexType Name="GetMentionFacet">
                <Property Name="mentionees"
                    Type="Collection(Microsoft.SharePoint.Activities.ActivityIdentity)" />
            </ComplexType>
            <ComplexType Name="MoveFacet">
                <Property Name="from" Type="SP.ResourcePath" />
                <Property Name="to" Type="SP.ResourcePath" />
            </ComplexType>
            <ComplexType Name="PointInTimeRestoreFacet">
                <Property Name="restoreToDateTime" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ReactivateFacet" />
            <ComplexType Name="RenameFacet">
                <Property Name="oldName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RestoreFacet" />
            <ComplexType Name="RestoreVersionFacet">
                <Property Name="fromVersion" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SharingFacet">
                <Property Name="recipients"
                    Type="Collection(Microsoft.SharePoint.Activities.ActivityIdentity)" />
                <Property Name="sharingType" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TaskCompletedFacet">
                <Property Name="assignees"
                    Type="Collection(Microsoft.SharePoint.Activities.ActivityIdentity)" />
                <Property Name="taskCreator" Type="Microsoft.SharePoint.Activities.ActivityIdentity" />
            </ComplexType>
            <ComplexType Name="TaskCreatedFacet">
                <Property Name="assignees"
                    Type="Collection(Microsoft.SharePoint.Activities.ActivityIdentity)" />
                <Property Name="taskCreator" Type="Microsoft.SharePoint.Activities.ActivityIdentity" />
            </ComplexType>
            <ComplexType Name="TaskReassignedFacet">
                <Property Name="assignees"
                    Type="Collection(Microsoft.SharePoint.Activities.ActivityIdentity)" />
                <Property Name="previousAssignees"
                    Type="Collection(Microsoft.SharePoint.Activities.ActivityIdentity)" />
                <Property Name="taskCreator" Type="Microsoft.SharePoint.Activities.ActivityIdentity" />
            </ComplexType>
            <ComplexType Name="TaskReopenedFacet">
                <Property Name="assignees"
                    Type="Collection(Microsoft.SharePoint.Activities.ActivityIdentity)" />
                <Property Name="taskCreator" Type="Microsoft.SharePoint.Activities.ActivityIdentity" />
            </ComplexType>
            <ComplexType Name="VersionFacet">
                <Property Name="newVersion" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ActivityClientIdentity">
                <Property Name="email" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="id" Type="Edm.String" />
                <Property Name="provider" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ActivityTimeFacet">
                <Property Name="lastRecordedTime" Type="Edm.String" />
                <Property Name="observedTime" Type="Edm.String" />
                <Property Name="recordedTime" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="CoalescedFacet" />
            <ComplexType Name="CommentFacet">
                <Property Name="commentText" Type="Edm.String" />
                <Property Name="parentAuthor"
                    Type="Microsoft.SharePoint.Activities.ActivityClientIdentity" />
                <Property Name="participants"
                    Type="Collection(Microsoft.SharePoint.Activities.ActivityClientIdentity)" />
            </ComplexType>
            <ComplexType Name="InDocFacet">
                <Property Name="contentId" Type="Edm.String" />
                <Property Name="navigationId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MentionFacet">
                <Property Name="commentContentId" Type="Edm.String" />
                <Property Name="mentionees"
                    Type="Collection(Microsoft.SharePoint.Activities.ActivityClientIdentity)" />
            </ComplexType>
            <ComplexType Name="ResourceFacet">
                <Property Name="contentTypeId" Type="Edm.String" />
                <Property Name="fileSystemObjectType" Type="Edm.Int32" Nullable="false" />
                <Property Name="fileType" Type="Edm.String" />
                <Property Name="itemId" Type="Edm.String" />
                <Property Name="itemUniqueId" Type="Edm.String" />
                <Property Name="listId" Type="Edm.String" />
                <Property Name="orgId" Type="Edm.String" />
                <Property Name="serverRelativePath" Type="SP.ResourcePath" />
                <Property Name="siteId" Type="Edm.String" />
                <Property Name="title" Type="Edm.String" />
                <Property Name="webId" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RevisionInfo">
                <Property Name="id" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RevisionSetFacet">
                <Property Name="author"
                    Type="Microsoft.SharePoint.Activities.ActivityClientIdentity" />
                <Property Name="revisions"
                    Type="Collection(Microsoft.SharePoint.Activities.RevisionInfo)" />
            </ComplexType>
            <ComplexType Name="ActivityCapabilities">
                <Property Name="clientActivitiesEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="clientActivitiesNotificationEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="enabled" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ActivityClientRequest">
                <Property Name="comment" Type="Microsoft.SharePoint.Activities.CommentFacet" />
                <Property Name="contentAction" Type="Edm.String" />
                <Property Name="contentId" Type="Edm.String" />
                <Property Name="contentOrigin" Type="Edm.String" />
                <Property Name="created" Type="Edm.String" />
                <Property Name="id" Type="Edm.Guid" Nullable="false" />
                <Property Name="mention" Type="Microsoft.SharePoint.Activities.MentionFacet" />
                <Property Name="navigationId" Type="Edm.String" />
                <Property Name="revisionSet" Type="Microsoft.SharePoint.Activities.RevisionSetFacet" />
            </ComplexType>
            <ComplexType Name="ActivityClientResponse">
                <Property Name="id" Type="Edm.Guid" Nullable="false" />
                <Property Name="message" Type="Edm.String" />
                <Property Name="serverId" Type="Edm.String" />
                <Property Name="status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <EntityType Name="SPActivityEntity">
                <Key>
                    <PropertyRef Name="id" />
                </Key>
                <Property Name="action" Type="Microsoft.SharePoint.Activities.ActionFacet" />
                <Property Name="actor" Type="SP.Sharing.Principal" />
                <Property Name="isCoalesced" Type="Microsoft.SharePoint.Activities.CoalescedFacet" />
                <Property Name="docDetails" Type="Microsoft.SharePoint.Activities.InDocFacet" />
                <Property Name="id" Type="Edm.String" Nullable="false" />
                <Property Name="resource" Type="Microsoft.SharePoint.Activities.ResourceFacet" />
                <Property Name="times" Type="Microsoft.SharePoint.Activities.ActivityTimeFacet" />
            </EntityType>
            <EntityType Name="ActivityExtensions" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <Association
                Name="SP_Web_Activities_Microsoft_SharePoint_Activities_SPActivityEntity_ActivitiesPartner">
                <End Type="Microsoft.SharePoint.Activities.SPActivityEntity" Role="Activities"
                    Multiplicity="*" />
                <End Type="SP.Web" Role="ActivitiesPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.Taxonomy">
            <ComplexType Name="TaxonomyFieldValue">
                <Property Name="Label" Type="Edm.String" />
                <Property Name="TermGuid" Type="Edm.String" />
                <Property Name="WssId" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <EntityType Name="TaxonomyField" BaseType="SP.FieldLookup">
                <Property Name="AnchorId" Type="Edm.Guid" Nullable="false" />
                <Property Name="CreateValuesInEditForm" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsAnchorValid" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsDocTagsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsEnhancedImageTaggingEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsKeyword" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPathRendered" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsTermSetValid" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Open" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SspId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TargetTemplate" Type="Edm.String" />
                <Property Name="TermSetId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TextField" Type="Edm.Guid" Nullable="false" />
                <Property Name="UserCreated" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="SP.Taxonomy.ContentTypeSync">
            <ComplexType Name="ContentTypeInfo">
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Group" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="IsHidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSealed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ParentName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ContentTypeSyndicationResult">
                <Property Name="FailedContentTypeErrors" Type="Collection(Edm.String)" />
                <Property Name="FailedContentTypeIDs" Type="Collection(Edm.String)" />
                <Property Name="FailedReason" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsPassed" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Online.SharePoint.TenantAdministration">
            <ComplexType Name="AutoQuotaEnabled">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CommentsOnSitePagesDisabled">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CreatePolicyRequest">
                <Property Name="isPreviewRun" Type="Edm.Boolean" Nullable="false" />
                <Property Name="policyCustomName" Type="Edm.String" />
                <Property Name="policyDefinitionDetails" Type="Edm.String" />
                <Property Name="policyDescription" Type="Edm.String" />
                <Property Name="policyFrequencyUnit" Type="Edm.Int32" Nullable="false" />
                <Property Name="policyFrequencyValue" Type="Edm.Int32" Nullable="false" />
                <Property Name="policyId" Type="Edm.Guid" Nullable="false" />
                <Property Name="policyTags" Type="Edm.String" />
                <Property Name="policyTemplate" Type="Edm.Int32" Nullable="false" />
                <Property Name="policyType" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="CustomFormUrl">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="DisableGroupify">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="DisableSelfServiceSiteCreation">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="EnableAutoNewsDigest">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ErrorFacet">
                <Property Name="Code" Type="Edm.String" />
                <Property Name="Message" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="EsignatureThirdPartyProvidersInfo">
                <Property Name="IsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ProviderName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="columnsInfo">
                <Property Name="columnName" Type="Edm.String" />
                <Property Name="viewFieldName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="GroupInfo">
                <Property Name="GroupStatusInAAD" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="HubSitePermission">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="PrincipalName" Type="Edm.String" />
                <Property Name="Rights" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="IBSegmentInfo">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="ObjectId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="IncludeAtAGlanceInShareEmails">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MailFromAddress">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MobileNotificationIsEnabledForSharepoint">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MonthlyUsage">
                <Property Name="CreatedDate" Type="Edm.String" />
                <Property Name="PromotionGranted" Type="Edm.Int32" Nullable="false" />
                <Property Name="PromotionRemaining" Type="Edm.Int32" Nullable="false" />
                <Property Name="PromotionUsed" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="NewSiteManagedPath">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="NewSubsiteInModernOffForAll">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="NewSubsiteInModernOffForModernTemplates">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="NewTeamSiteManagedPath">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="ParentSiteUrl">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PolicyOption">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PowerAppsEnvironment">
                <Property Name="AllocatedAICredits" Type="Edm.Double" Nullable="false" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="IsDefault" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="PurchasedAICredits" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="RecentAdminActionReportPayload">
                <Property Name="actions" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="queryEndDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="queryStartDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="reportType" Type="Edm.Int32" Nullable="false" />
                <Property Name="sites" Type="Edm.String" />
                <Property Name="users" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="RequireSecondaryContact">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SecondaryAdministratorsFieldsData">
                <Property Name="secondaryAdministratorEmails" Type="Collection(Edm.String)" />
                <Property Name="secondaryAdministratorLoginNames" Type="Collection(Edm.String)" />
                <Property Name="siteId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SecondaryAdministratorsInfo">
                <Property Name="email" Type="Edm.String" />
                <Property Name="loginName" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="userPrincipalName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SettingDataProperty">
                <Property Name="AvailableInGraph" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AvailableInPowerShell" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AvailableInSharePointAdminCenter" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="Category" Type="Edm.Int32" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="SettingName" Type="Edm.String" />
                <Property Name="SettingValue" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SharePointEmbeddedClientLogProperties">
                <Property Name="Identifier" Type="Edm.String" />
                <Property Name="LogMessage" Type="Edm.String" />
                <Property Name="LogType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Operation" Type="Edm.Int32" Nullable="false" />
                <Property Name="OperationStatus" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ShowNextGenerationSyncClientOnTeamSite">
                <Property Name="IsHidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReadOnlyReasonCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="ShowSelfServiceSiteCreation">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SiteAdministratorsFieldsData">
                <Property Name="siteAdministrators" Type="Collection(Edm.String)" />
                <Property Name="siteId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SiteAdministratorsInfo">
                <Property Name="email" Type="Edm.String" />
                <Property Name="loginName" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="userPrincipalName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteCohortsSummary">
                <Property Name="ExternallySharedSitesCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="GroupConnectedSitesCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="InactiveSitesCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalSitesCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SiteCreationData">
                <Property Name="Count" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteCreationSourceGuid" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteCreationDefaultStorageQuota">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SiteCreationNewUX">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SiteCreationProperties">
                <Property Name="CompatibilityLevel" Type="Edm.Int32" Nullable="false" />
                <Property Name="EnableAgreementsSolution" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Lcid" Type="Edm.Int64" Nullable="false" />
                <Property Name="Owner" Type="Edm.String" />
                <Property Name="StorageMaximumLevel" Type="Edm.Int64" Nullable="false" />
                <Property Name="StorageWarningLevel" Type="Edm.Int64" Nullable="false" />
                <Property Name="Template" Type="Edm.String" />
                <Property Name="TimeZoneId" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="UserCodeMaximumLevel" Type="Edm.Double" Nullable="false" />
                <Property Name="UserCodeWarningLevel" Type="Edm.Double" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SiteCreationSource">
                <Property Name="IsSyncThresholdLimitReached" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastRefreshTimeStamp" Type="Edm.DateTime" />
                <Property Name="SiteCreationData"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteCreationData)" />
                <Property Name="SyncThresholdLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalSitesCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SiteInfoForSitePicker">
                <Property Name="Error" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteName" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SitePagesEnabled">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPOSitePropertiesEnumerableFilter">
                <Property Name="ArchivedBy" Type="Edm.String" />
                <Property Name="ArchivedTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ArchiveStatus" Type="Edm.String" />
                <Property Name="Filter" Type="Edm.String" />
                <Property Name="GroupIdDefined" Type="Edm.Int32" Nullable="false" />
                <Property Name="IncludeDetail" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IncludePersonalSite" Type="Edm.Int32" Nullable="false" />
                <Property Name="IncludeSystemUserSite" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsAuthoritative" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StartIndex" Type="Edm.String" />
                <Property Name="Template" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteStateProperties">
                <Property Name="GroupSiteRelationship" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsArchived" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSiteOnHold" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LockState" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SiteUserGroupInfo">
                <Property Name="userGroup"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.UserInfo)" />
            </ComplexType>
            <ComplexType Name="UserInfo">
                <Property Name="email" Type="Edm.String" />
                <Property Name="loginName" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
                <Property Name="userPrincipalName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SiteUserGroupsData">
                <Property Name="members"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.UserInfo)" />
                <Property Name="owners"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.UserInfo)" />
                <Property Name="siteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="visitors"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.UserInfo)" />
            </ComplexType>
            <ComplexType Name="SmtpServer">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPAuditDataCollectionResponse">
                <Property Name="DataCollectionStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="OptInDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="OptOutDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ReportEntity" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPContainerApplicationProperties">
                <Property Name="ContainerTypeId" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsGovernableByAdmin" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OwningApplicationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="OwningApplicationName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPContainerCollection">
                <Property Name="ContainerCollection"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPContainerProperties)" />
                <Property Name="PagingToken" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPContainerProperties">
                <Property Name="AllowEditing" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ArchivedBy" Type="Edm.String" />
                <Property Name="ArchiveStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="AuthenticationContextName" Type="Edm.String" />
                <Property Name="BlockDownloadPolicy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ClearRestrictedAccessControl" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ConditionalAccessPolicy" Type="Edm.Int32" Nullable="false" />
                <Property Name="ContainerApiUrl" Type="Edm.String" />
                <Property Name="ContainerId" Type="Edm.String" />
                <Property Name="ContainerName" Type="Edm.String" />
                <Property Name="ContainerRedirectUrl" Type="Edm.String" />
                <Property Name="ContainerSiteUrl" Type="Edm.String" />
                <Property Name="ContainerTypeId" Type="Edm.Guid" Nullable="false" />
                <Property Name="CreatedBy" Type="Edm.String" />
                <Property Name="CreatedOn" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="EnableRestrictedAccessControl" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExcludeBlockDownloadPolicyContainerOwners" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="LastArchivedDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LimitedAccessFileType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Managers" Type="Collection(Edm.String)" />
                <Property Name="NewPrincipalOwnerIdentifier" Type="Edm.String" />
                <Property Name="Owners" Type="Collection(Edm.String)" />
                <Property Name="OwnersCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="OwnershipType" Type="Edm.String" />
                <Property Name="OwningApplicationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="OwningApplicationName" Type="Edm.String" />
                <Property Name="PrincipalOwnerIdentifier" Type="Edm.String" />
                <Property Name="Readers" Type="Collection(Edm.String)" />
                <Property Name="ReadOnlyForBlockDownloadPolicy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReadOnlyForUnmanagedDevices" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RestrictContentOrgWideSearch" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RestrictedAccessControlGroups" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="RestrictedAccessControlGroupsToAdd" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="RestrictedAccessControlGroupsToRemove" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="SensitivityLabel" Type="Edm.String" />
                <Property Name="SharingAllowedDomainList" Type="Edm.String" />
                <Property Name="SharingBlockedDomainList" Type="Edm.String" />
                <Property Name="SharingDomainRestrictionMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="Status" Type="Edm.String" />
                <Property Name="StorageUsed" Type="Edm.Int64" Nullable="false" />
                <Property Name="TransferFromPrincipalOwnerIdentifier" Type="Edm.String" />
                <Property Name="Writers" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="SPContainerFilterOrder">
                <Property Name="ArchiveStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="CreatedBeforeDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="DeletedBeforeDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="FilteringApplicationId" Type="Edm.String" />
                <Property Name="FilteringApplicationName" Type="Edm.String" />
                <Property Name="FilteringContainerTypeId" Type="Edm.String" />
                <Property Name="FilteringField" Type="Edm.Int32" Nullable="false" />
                <Property Name="FilteringSensitivityLabels" Type="Collection(Edm.String)" />
                <Property Name="OpticalCharacterRecognitionEnabled" Type="Edm.Boolean" />
                <Property Name="OwnersCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="OwnershipType" Type="Edm.Int32" Nullable="false" />
                <Property Name="PrincipalOwnerIdentifier" Type="Edm.String" />
                <Property Name="PublisherName" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPContainerSearchParameters">
                <Property Name="SearchText" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPContainerSortOrder">
                <Property Name="Ascending" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SortingField" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPContainerTypeBillingProperties">
                <Property Name="AzureSubscriptionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="BillingPolicyId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Region" Type="Edm.String" />
                <Property Name="ResourceGroup" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPContainerTypeConfigurationProperties">
                <Property Name="AnonymousLinkExpirationInDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="ApplicationRedirectUrl" Type="Edm.String" />
                <Property Name="Classification" Type="Edm.Int32" Nullable="false" />
                <Property Name="ContainerTypeId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ContainerTypeName" Type="Edm.String" />
                <Property Name="CopilotEmbeddedChatHosts" Type="Collection(Edm.String)" />
                <Property Name="IsArchiveEnabled" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsDiscoverablilityDisabled" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsMoveDisabled" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsRenameDisabled" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsSharingRestricted" Type="Edm.Int32" Nullable="false" />
                <Property Name="OverrideTenantWhoCanShareAnonymousAllowList" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="OverrideTenantWhoCanShareAuthenticatedGuestAllowList"
                    Type="Edm.Int32" Nullable="false" />
                <Property Name="OwningAppId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WhoCanShareAnonymousAllowList" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="WhoCanShareAuthenticatedGuestAllowList" Type="Collection(Edm.Guid)"
                    Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPContainerTypeProperties">
                <Property Name="ApplicationRedirectUrl" Type="Edm.String" />
                <Property Name="AzureSubscriptionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="BillingProperties"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SPContainerTypeBillingProperties" />
                <Property Name="ContainerTypeId" Type="Edm.Guid" Nullable="false" />
                <Property Name="CreationDate" Type="Edm.String" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="ExpiryDate" Type="Edm.String" />
                <Property Name="IsArchiveEnabled" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsBillingProfileRequired" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsGovernableByAdmin" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsGovernableByAdminNullable" Type="Edm.Int32" Nullable="false" />
                <Property Name="OwningAppId" Type="Edm.Guid" Nullable="false" />
                <Property Name="OwningTenantId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Region" Type="Edm.String" />
                <Property Name="ResourceGroup" Type="Edm.String" />
                <Property Name="SPContainerTypeBillingClassification" Type="Edm.Int32"
                    Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPContainerTypeStatus">
                <Property Name="BillingClassification" Type="Edm.Int32" Nullable="false" />
                <Property Name="ContainerTypeId" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsActiveBillingProfile" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsArchivable" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPDataGovernanceInsightCreateParameters">
                <Property Name="CountOfUsersMoreThan" Type="Edm.Int32" Nullable="false" />
                <Property Name="FileSensitivityLabelGUID" Type="Edm.String" />
                <Property Name="FileSensitivityLabelName" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Privacy" Type="Edm.String" />
                <Property Name="ReportEntity" Type="Edm.Int32" Nullable="false" />
                <Property Name="ReportType" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteSensitivityLabelGUID" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="Template" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="UserEmailList" Type="Collection(Edm.String)" />
                <Property Name="UserIDList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="Workload" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPDataGovernanceInsightExportedReport">
                <Property Name="CreatedDateTime" Type="Edm.String" />
                <Property Name="LabelName" Type="Edm.String" />
                <Property Name="ReportContent" Type="Edm.String" />
                <Property Name="ReportEntity" Type="Edm.String" />
                <Property Name="ReportNameEEEU" Type="Edm.String" />
                <Property Name="ReportNameSitePermissions" Type="Edm.String" />
                <Property Name="ReportNameUserPermissions" Type="Edm.String" />
                <Property Name="SharingLinkType" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPDataGovernanceInsightMetadata">
                <Property Name="ReportId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Status" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPDataGovernanceInsightQueryParameters">
                <Property Name="IncludeWorkload" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReportEntity" Type="Edm.Int32" Nullable="false" />
                <Property Name="Workload" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPDataGovernanceInsightResponse">
                <Property Name="CountOfSitesInReport" Type="Edm.Int32" Nullable="false" />
                <Property Name="CountOfSitesInReportUserPermissions" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="CountOfSitesInTenant" Type="Edm.Int32" Nullable="false" />
                <Property Name="CountOfSitesInTenantUserPermissions" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="CreatedDateTime" Type="Edm.String" />
                <Property Name="EEEUType" Type="Edm.String" />
                <Property Name="InvalidUserEntries" Type="Collection(Edm.String)" />
                <Property Name="LabelId" Type="Edm.Guid" Nullable="false" />
                <Property Name="LabelName" Type="Edm.String" />
                <Property Name="PrivacyEEEU" Type="Collection(Edm.String)" />
                <Property Name="PrivacySitePermissions" Type="Edm.String" />
                <Property Name="ReportEndTimeEEEU" Type="Edm.String" />
                <Property Name="ReportEndTimeSharingLink" Type="Edm.String" />
                <Property Name="ReportEntity" Type="Edm.String" />
                <Property Name="ReportFormat" Type="Edm.String" />
                <Property Name="ReportId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ReportNameEEEU" Type="Edm.String" />
                <Property Name="ReportNameSitePermissions" Type="Edm.String" />
                <Property Name="ReportNameUserPermissions" Type="Edm.String" />
                <Property Name="ReportStartTimeEEEU" Type="Edm.String" />
                <Property Name="ReportStartTimeSharingLink" Type="Edm.String" />
                <Property Name="ReportType" Type="Edm.String" />
                <Property Name="SensitivityEEEU" Type="Collection(Edm.String)" />
                <Property Name="SensitivitySitePermissions" Type="Collection(Edm.String)" />
                <Property Name="SharingLinkType" Type="Edm.String" />
                <Property Name="SitesFoundEEEU" Type="Edm.Int32" Nullable="false" />
                <Property Name="SitesFoundSharingLink" Type="Edm.Int32" Nullable="false" />
                <Property Name="Status" Type="Edm.String" />
                <Property Name="TemplatesEEEU" Type="Collection(Edm.String)" />
                <Property Name="TemplatesSitePermissions" Type="Collection(Edm.String)" />
                <Property Name="TriggeredDateTime" Type="Edm.String" />
                <Property Name="UserEmailList" Type="Collection(Edm.String)" />
                <Property Name="UserID" Type="Edm.Guid" Nullable="false" />
                <Property Name="UserIDList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="UserLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="Variation" Type="Edm.String" />
                <Property Name="Version" Type="Edm.String" />
                <Property Name="Workload" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPDataGovernanceOptInParameters">
                <Property Name="OptInStatus" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReportEntity" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPDataGovernanceSARStartSiteReviewResponse">
                <Property Name="AdminComment" Type="Edm.String" />
                <Property Name="Error"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.ErrorFacet" />
                <Property Name="ReportEntity" Type="Edm.Int32" Nullable="false" />
                <Property Name="ReviewId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ReviewInitiatedDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteName" Type="Edm.String" />
                <Property Name="Status" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPDataGovernanceSiteReviewsResponse">
                <Property Name="AdminComment" Type="Edm.String" />
                <Property Name="ReportCreatedDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ReportEndDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ReportEntity" Type="Edm.Int32" Nullable="false" />
                <Property Name="ReviewCompletedDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ReviewerComment" Type="Edm.String" />
                <Property Name="ReviewerEmail" Type="Edm.String" />
                <Property Name="ReviewId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ReviewInitiatedDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteName" Type="Edm.String" />
                <Property Name="Status" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPDeletedContainerProperties">
                <Property Name="ContainerId" Type="Edm.String" />
                <Property Name="ContainerName" Type="Edm.String" />
                <Property Name="CreatedOn" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DeletedOn" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPDeletedContainerTypeProperties">
                <Property Name="ContainerTypeId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPListModernUXOff">
                <Property Name="IsHidden" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPOAppBillingProperties">
                <Property Name="ApplicationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="AzureRegion" Type="Edm.String" />
                <Property Name="IsActivated" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ResourceGroup" Type="Edm.String" />
                <Property Name="SubscriptionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SubscriptionState" Type="Edm.String" />
                <Property Name="UsageCharges" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPOContainerQueryParams">
                <Property Name="FilterByColumnsList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPContainerFilterOrder)" />
                <Property Name="OrderByColumnsList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPContainerSortOrder)" />
                <Property Name="PagingToken" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPOContentSecurityPolicyEntry">
                <Property Name="Manual" Type="Edm.Boolean" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="Source" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPOCopilotAgentInsightsCopilotAgentsOnSitesDetails">
                <Property Name="AgentCreatedDate" Type="Edm.String" />
                <Property Name="CopilotName" Type="Edm.String" />
                <Property Name="CreatedBy" Type="Edm.String" />
                <Property Name="ExternalSharing" Type="Edm.String" />
                <Property Name="RestrictSiteAccessEnabled" Type="Edm.String" />
                <Property Name="RestrictSiteDiscoveryEnabled" Type="Edm.String" />
                <Property Name="Sensitivity" Type="Edm.String" />
                <Property Name="SiteName" Type="Edm.String" />
                <Property Name="SiteOwner" Type="Edm.String" />
                <Property Name="Template" Type="Edm.String" />
                <Property Name="URL" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPOCopilotAgentInsightsReportMetadata">
                <Property Name="CreatedDateTimeInUtc" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ReportPeriodInDays" Type="Edm.Int32" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPOCopilotAgentInsightsSiteDistribution">
                <Property Name="CopilotAgents" Type="Edm.Int32" Nullable="false" />
                <Property Name="Sites" Type="Edm.Int32" Nullable="false" />
                <Property Name="Template" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPOCopilotAgentInsightsTopSitesDetails">
                <Property Name="CopilotAgents" Type="Edm.Int32" Nullable="false" />
                <Property Name="ExternalSharing" Type="Edm.String" />
                <Property Name="RestrictSiteAccessEnabled" Type="Edm.String" />
                <Property Name="RestrictSiteDiscoveryEnabled" Type="Edm.String" />
                <Property Name="Sensitivity" Type="Edm.String" />
                <Property Name="SiteName" Type="Edm.String" />
                <Property Name="SiteOwner" Type="Edm.String" />
                <Property Name="Template" Type="Edm.String" />
                <Property Name="URL" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPOCopilotPromoUsage">
                <Property Name="IsCopilotPromoEligible" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsCopilotPromoStatusEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MonthlyUsage"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.MonthlyUsage)" />
            </ComplexType>
            <ComplexType Name="SPOFileVersionBatchDeleteJobProgress">
                <Property Name="BatchDeleteMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="CompleteTimeInUTC" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DeleteOlderThan" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="FilesProcessed" Type="Edm.Int32" Nullable="false" />
                <Property Name="FileTypeSelections" Type="Edm.String" />
                <Property Name="LastProcessTimeInUTC" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ListsProcessed" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListsSynced" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListSyncFailed" Type="Edm.Int32" Nullable="false" />
                <Property Name="MajorVersionLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="MajorWithMinorVersionsLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="RequestTimeInUTC" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Status" Type="Edm.String" />
                <Property Name="StorageReleasedInBytes" Type="Edm.Int64" Nullable="false" />
                <Property Name="SyncListPolicy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="VersionsDeleted" Type="Edm.Int32" Nullable="false" />
                <Property Name="VersionsFailed" Type="Edm.Int32" Nullable="false" />
                <Property Name="VersionsProcessed" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkItemId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPOFileVersionExpirationReportJobProgress">
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="ReportUrl" Type="Edm.String" />
                <Property Name="Status" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPOFileVersionFileTypePolicySettings">
                <Property Name="EnableAutoExpirationVersionTrim" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExpireVersionsAfter" Type="Edm.Time" Nullable="false" />
                <Property Name="Extensions" Type="Collection(Edm.String)" />
                <Property Name="MajorVersionLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="MajorWithMinorVersionsLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPOFileVersionPolicySettings">
                <Property Name="EnableAutoExpirationVersionTrim" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExpireVersionsAfterDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="FileTypesForVersionExpiration" Type="Collection(Edm.String)" />
                <Property Name="MajorVersionLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="MajorWithMinorVersionsLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="MinorVersionsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="VersioningEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="VersionPolicyFileTypeOverride"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOFileVersionFileTypePolicySettings)" />
            </ComplexType>
            <ComplexType Name="SPOInsightsReportMetadata">
                <Property Name="CreatedDateTimeInUtc" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPOListParameters">
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPOM365AgentInsightsM365AgentsOnSitesDetails">
                <Property Name="AgentID" Type="Edm.String" />
                <Property Name="AgentName" Type="Edm.String" />
                <Property Name="AgentType" Type="Edm.String" />
                <Property Name="AgentVersion" Type="Edm.String" />
                <Property Name="ExternalSharing" Type="Edm.String" />
                <Property Name="RequestVolume" Type="Edm.Int64" Nullable="false" />
                <Property Name="RestrictSiteAccessEnabled" Type="Edm.String" />
                <Property Name="RestrictSiteDiscoveryEnabled" Type="Edm.String" />
                <Property Name="Sensitivity" Type="Edm.String" />
                <Property Name="SiteID" Type="Edm.String" />
                <Property Name="SiteName" Type="Edm.String" />
                <Property Name="SiteOwner" Type="Edm.String" />
                <Property Name="SiteType" Type="Edm.String" />
                <Property Name="SiteURL" Type="Edm.String" />
                <Property Name="TotalAgents" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalRequestVolume" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPOM365AgentInsightsReportMetadata">
                <Property Name="CreatedDateTimeInUtc" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ReportPeriodInDays" Type="Edm.Int32" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPOM365AgentInsightsSiteDistributionDetails">
                <Property Name="Agents" Type="Edm.Int32" Nullable="false" />
                <Property Name="RequestVolume" Type="Edm.Int64" Nullable="false" />
                <Property Name="Sites" Type="Edm.Int32" Nullable="false" />
                <Property Name="Template" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPORestrictedContentDiscoverabilitySiteDetails">
                <Property Name="LastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="SiteOwnerEmail" Type="Edm.String" />
                <Property Name="SiteTitle" Type="Edm.String" />
                <Property Name="SiteUrl" Type="Edm.String" />
                <Property Name="TimeCreated" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPOServicePrioritizationAppRegistrations">
                <Property Name="Registrations"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOServicePrioritizationAppRegistration)" />
            </ComplexType>
            <ComplexType Name="SPOServicePrioritizationAppRegistration">
                <Property Name="AppId" Type="Edm.String" />
                <Property Name="Enabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PolicyId" Type="Edm.String" />
                <Property Name="QuotaMultiplier" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPOServicePrioritizationBillingPayload">
                <Property Name="AzureRegion" Type="Edm.String" />
                <Property Name="AzureSubscription" Type="Edm.String" />
                <Property Name="Feature" Type="Edm.String" />
                <Property Name="FriendlyName" Type="Edm.String" />
                <Property Name="IdentityId" Type="Edm.String" />
                <Property Name="IdentityType" Type="Edm.String" />
                <Property Name="PolicyId" Type="Edm.String" />
                <Property Name="ResourceGroup" Type="Edm.String" />
                <Property Name="Scope" Type="Edm.String" />
                <Property Name="Service" Type="Edm.String" />
                <Property Name="Tags" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPOServicePrioritizationPolicyFromTenantStore">
                <Property Name="AzureRegion" Type="Edm.String" />
                <Property Name="AzureSubscriptionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="FriendlyName" Type="Edm.String" />
                <Property Name="PolicyId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ResourceGroup" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPOSiteCreationSource">
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPSitePageCopyJobProgress">
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="JobState" Type="Edm.String" />
                <Property Name="NewPageUrl" Type="Edm.String" />
                <Property Name="SourcePageName" Type="Edm.String" />
                <Property Name="StatusMessage" Type="Edm.String" />
                <Property Name="WorkItemId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPSitePage">
                <Property Name="CreatedBy" Type="Edm.String" />
                <Property Name="CreatedDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LastModifiedDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPSyntexApplicationProperties">
                <Property Name="ApplicationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ApplicationName" Type="Edm.String" />
                <Property Name="Applications" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="AppOnlyPermissions" Type="Collection(Edm.String)" />
                <Property Name="CopilotEmbeddedChatHosts" Type="Collection(Edm.String)" />
                <Property Name="DelegatedPermissions" Type="Collection(Edm.String)" />
                <Property Name="OverrideTenantSharingCapability" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OverrideTenantSharingCapabilityNullable" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="OwningApplicationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="OwningApplicationName" Type="Edm.String" />
                <Property Name="SharingCapability" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SyntexBillingContext">
                <Property Name="ActivationStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="AzureResourceId" Type="Edm.String" />
                <Property Name="AzureSubscriptionState" Type="Edm.Int32" Nullable="false" />
                <Property Name="EnabledFeatures" Type="Edm.Int32" Nullable="false" />
                <Property Name="Location" Type="Edm.String" />
                <Property Name="Updated" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SyntexCheckManagementAllowedResponse">
                <Property Name="allowedBillingOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="allowedLicenseOrBilling" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SyntexFeatureScopeSettingsValues">
                <Property Name="Enabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="FileName" Type="Edm.String" />
                <Property Name="SiteScopingMode" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SyntexGetModifiedListResponse">
                <Property Name="IgnoredUrlsList" Type="Collection(Edm.String)" />
                <Property Name="ModifiedSelectedSitesList" Type="Collection(Edm.Guid)"
                    Nullable="false" />
            </ComplexType>
            <ComplexType Name="SyntexPowerAppsEnvironmentsContext">
                <Property Name="Environments"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.PowerAppsEnvironmentContext)" />
                <Property Name="TimerJobSyncDisabled" Type="Edm.Boolean" Nullable="false" />
            </ComplexType>
            <ComplexType Name="PowerAppsEnvironmentContext">
                <Property Name="DataverseInstanceUrl" Type="Edm.String" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="IsTestEnvironment" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastGetEnvironmentError" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="UpdatedUTC" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SyntexPremiumFeatureSettings">
                <Property Name="SiteList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="SiteListFileName" Type="Edm.String" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TenantDefaultTimeZoneId">
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Value" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="UpdateGroupSitePropertiesParameters">
                <Property Name="storageMaximumLevel" Type="Edm.Int64" Nullable="false" />
                <Property Name="storageWarningLevel" Type="Edm.Int64" Nullable="false" />
            </ComplexType>
            <ComplexType Name="SPOTenantWebTemplate">
                <Property Name="CompatibilityLevel" Type="Edm.Int32" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DisplayCategory" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="Lcid" Type="Edm.Int64" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="CatalogManagementCollection">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="Items"
                    Type="Collection(Microsoft.SharePoint.Administration.TenantAdmin.CatalogManagement.Property)" />
            </EntityType>
            <EntityType Name="HubSiteProperties">
                <Key>
                    <PropertyRef Name="Description" />
                </Key>
                <Property Name="Description" Type="Edm.String" Nullable="false" />
                <Property Name="EnablePermissionsSync" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HideNameInNavigation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ID" Type="Edm.Guid" Nullable="false" />
                <Property Name="LogoUrl" Type="Edm.String" />
                <Property Name="ParentHubSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Permissions"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.HubSitePermission)" />
                <Property Name="RequiresJoinApproval" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SiteDesignId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteUrl" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SiteProperties">
                <Key>
                    <PropertyRef Name="AllowDownloadingNonWebViewableFiles" />
                </Key>
                <Property Name="AllowDownloadingNonWebViewableFiles" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowEditing" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowFileArchive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowSelfServiceUpgrade" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled"
                    Type="Edm.Boolean" Nullable="false" />
                <Property Name="AnonymousLinkExpirationInDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="ApplyToExistingDocumentLibraries" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ApplyToNewDocumentLibraries" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ArchivedBy" Type="Edm.String" />
                <Property Name="ArchivedFileDiskUsed" Type="Edm.Int64" Nullable="false" />
                <Property Name="ArchivedTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ArchiveStatus" Type="Edm.String" />
                <Property Name="AuthContextStrength" Type="Edm.String" />
                <Property Name="AuthenticationContextLimitedAccess" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AuthenticationContextName" Type="Edm.String" />
                <Property Name="AverageResourceUsage" Type="Edm.Double" Nullable="false" />
                <Property Name="BlockDownloadLinksFileType" Type="Edm.Int32" Nullable="false" />
                <Property Name="BlockDownloadMicrosoft365GroupIds" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="BlockDownloadPolicy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BlockDownloadPolicyFileTypeIds" Type="Collection(Edm.String)" />
                <Property Name="BlockGuestsAsSiteAdmin" Type="Edm.Int32" Nullable="false" />
                <Property Name="BonusDiskQuota" Type="Edm.Int64" Nullable="false" />
                <Property Name="ClearGroupId" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ClearRestrictedAccessControl" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CommentsOnSitePagesDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CompatibilityLevel" Type="Edm.Int32" Nullable="false" />
                <Property Name="ConditionalAccessPolicy" Type="Edm.Int32" Nullable="false" />
                <Property Name="CreatedTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="CurrentResourceUsage" Type="Edm.Double" Nullable="false" />
                <Property Name="DefaultLinkPermission" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultLinkToExistingAccess" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DefaultLinkToExistingAccessReset" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="DefaultShareLinkRole" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultShareLinkScope" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultSharingLinkType" Type="Edm.Int32" Nullable="false" />
                <Property Name="DenyAddAndCustomizePages" Type="Edm.Int32" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DisableAppViews" Type="Edm.Int32" Nullable="false" />
                <Property Name="DisableClassicPageBaselineSecurityMode" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="DisableCompanyWideSharingLinks" Type="Edm.Int32" Nullable="false" />
                <Property Name="DisableFlows" Type="Edm.Int32" Nullable="false" />
                <Property Name="DisableSiteBranding" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableAutoExpirationVersionTrim" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExcludeBlockDownloadPolicySiteOwners" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ExcludeBlockDownloadSharePointGroups" Type="Collection(Edm.String)" />
                <Property Name="ExcludedBlockDownloadGroupIds" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="ExpireVersionsAfterDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="ExternalUserExpirationInDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="FileTypesForVersionExpiration" Type="Collection(Edm.String)" />
                <Property Name="GroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="GroupOwnerLoginName" Type="Edm.String" />
                <Property Name="HasHolds" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HidePeoplePreviewingFiles" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HidePeopleWhoHaveListsOpen" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HubSiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="IBMode" Type="Edm.String" />
                <Property Name="IBSegments" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="IBSegmentsToAdd" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="IBSegmentsToRemove" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="InheritVersionPolicyFromTenant" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsAuthoritative" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsGroupOwnerSiteAdmin" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsHubSite" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsTeamsChannelConnected" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsTeamsConnected" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastContentModifiedDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Lcid" Type="Edm.Int64" Nullable="false" />
                <Property Name="LimitedAccessFileType" Type="Edm.Int32" Nullable="false" />
                <Property Name="ListsShowHeaderAndNavigation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LockIssue" Type="Edm.String" />
                <Property Name="LockReason" Type="Edm.Int32" Nullable="false" />
                <Property Name="LockState" Type="Edm.String" />
                <Property Name="LoopDefaultSharingLinkRole" Type="Edm.Int32" Nullable="false" />
                <Property Name="LoopDefaultSharingLinkScope" Type="Edm.Int32" Nullable="false" />
                <Property Name="MajorVersionLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="MajorWithMinorVersionsLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="MediaTranscription" Type="Edm.Int32" Nullable="false" />
                <Property Name="OrganizationLinkMaxExpirationInDays" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="OrganizationLinkRecommendedExpirationInDays" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="OverrideBlockUserInfoVisibility" Type="Edm.Int32" Nullable="false" />
                <Property Name="OverrideSharingCapability" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OverrideTenantAnonymousLinkExpirationPolicy" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="OverrideTenantExternalUserExpirationPolicy" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="OverrideTenantOrganizationLinkExpirationPolicy" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="Owner" Type="Edm.String" />
                <Property Name="OwnerEmail" Type="Edm.String" />
                <Property Name="OwnerLoginName" Type="Edm.String" />
                <Property Name="OwnerName" Type="Edm.String" />
                <Property Name="PWAEnabled" Type="Edm.Int32" Nullable="false" />
                <Property Name="ReadOnlyAccessPolicy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReadOnlyForBlockDownloadPolicy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReadOnlyForUnmanagedDevices" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RelatedGroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="RemoveVersionExpirationFileTypeOverride"
                    Type="Collection(Edm.String)" />
                <Property Name="RequestFilesLinkEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RequestFilesLinkExpirationInDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="RestrictContentOrgWideSearch" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RestrictedAccessControl" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RestrictedAccessControlGroups" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="RestrictedAccessControlGroupsToAdd" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="RestrictedAccessControlGroupsToRemove" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="RestrictedContentDiscoveryforCopilotAndAgents" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="RestrictedToRegion" Type="Edm.Int32" Nullable="false" />
                <Property Name="SandboxedCodeActivationCapability" Type="Edm.Int32" Nullable="false" />
                <Property Name="SensitivityLabel" Type="Edm.Guid" Nullable="false" />
                <Property Name="SensitivityLabel2" Type="Edm.String" />
                <Property Name="SetOwnerWithoutUpdatingSecondaryAdmin" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="SharingAllowedDomainList" Type="Edm.String" />
                <Property Name="SharingBlockedDomainList" Type="Edm.String" />
                <Property Name="SharingCapability" Type="Edm.Int32" Nullable="false" />
                <Property Name="SharingDomainRestrictionMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="SharingLockDownCanBeCleared" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SharingLockDownEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowPeoplePickerSuggestionsForGuestUsers" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="SiteDefinedSharingCapability" Type="Edm.Int32" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SocialBarOnSitePagesDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Status" Type="Edm.String" />
                <Property Name="StorageMaximumLevel" Type="Edm.Int64" Nullable="false" />
                <Property Name="StorageQuotaType" Type="Edm.String" />
                <Property Name="StorageUsage" Type="Edm.Int64" Nullable="false" />
                <Property Name="StorageWarningLevel" Type="Edm.Int64" Nullable="false" />
                <Property Name="TeamsChannelType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Template" Type="Edm.String" />
                <Property Name="TimeZoneId" Type="Edm.Int32" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TitleTranslations" Type="Collection(SP.SPResourceEntry)" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="UserCodeMaximumLevel" Type="Edm.Double" Nullable="false" />
                <Property Name="UserCodeWarningLevel" Type="Edm.Double" Nullable="false" />
                <Property Name="VersionCount" Type="Edm.Int64" Nullable="false" />
                <Property Name="VersionPolicyFileTypeOverride"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOFileVersionFileTypePolicySettings)" />
                <Property Name="VersionSize" Type="Edm.Int64" Nullable="false" />
                <Property Name="WebsCount" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="SPDataGovernanceClientException">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPDataGovernanceRestApiClientBase">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPDataGovernanceInsightRestApiClient"
                BaseType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceRestApiClientBase" />
            <EntityType Name="SPDataGovernanceSARRestApiClient"
                BaseType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceRestApiClientBase" />
            <EntityType Name="SPOContentSecurityPolicyConfiguration">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="Items"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOContentSecurityPolicyEntry)" />
            </EntityType>
            <EntityType Name="SPOCopilotAgentInsightsRestApiClient"
                BaseType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceRestApiClientBase" />
            <EntityType Name="SPOGroup">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPOM365AgentInsightsRestApiClient"
                BaseType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceRestApiClientBase" />
            <EntityType Name="SPOMalwareFile">
                <Key>
                    <PropertyRef Name="MalwareInfo" />
                </Key>
                <Property Name="FilePath" Type="SP.ResourcePath" />
                <Property Name="MalwareInfo" Type="Edm.String" Nullable="false" />
                <Property Name="MalwareStatus" Type="Edm.Byte" Nullable="false" />
                <Property Name="SiteURL" Type="Edm.String" />
                <NavigationProperty Name="File"
                    Relationship="SP.Microsoft_Online_SharePoint_TenantAdministration_SPOMalwareFile_File_SP_File_FilePartner"
                    ToRole="File" FromRole="FilePartner" />
            </EntityType>
            <EntityType Name="SPOPortalLaunchValidator">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPORestrictedContentDiscoverabilityClient"
                BaseType="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceRestApiClientBase" />
            <EntityType Name="SPOTenantCdnPolicy">
                <Key>
                    <PropertyRef Name="PolicyType" />
                </Key>
                <Property Name="PolicyType" Type="Edm.Int32" Nullable="false" />
                <Property Name="PolicyValue" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SPOWebAppServicePrincipalPublic">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPOTenantWebTemplateCollection">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="Items"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOTenantWebTemplate)" />
            </EntityType>
            <EntityType Name="SPSyntexManagementUtilities">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPSyntexOCRBackfillTrigger">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="TenantAdminEndpoints">
                <Key>
                    <PropertyRef Name="AADAdminCenterEndpoint" />
                </Key>
                <Property Name="AADAdminCenterEndpoint" Type="Edm.String" Nullable="false" />
                <Property Name="CdnDefaultEndpoint" Type="Edm.String" />
                <Property Name="MicrosoftGraphEndpoint" Type="Edm.String" />
                <Property Name="MigrationAgentUrl" Type="Edm.String" />
                <Property Name="O365AdminCenterEndpoint" Type="Edm.String" />
                <Property Name="SPMigrationToolUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="TenantAdminSettingsService">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="AutoQuotaEnabled"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.AutoQuotaEnabled" />
                <Property Name="AvailableManagedPathsForSiteCreation" Type="Collection(Edm.String)" />
                <Property Name="CommentsOnSitePagesDisabled"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.CommentsOnSitePagesDisabled" />
                <Property Name="CustomFormUrl"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.CustomFormUrl" />
                <Property Name="DisableGroupify"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.DisableGroupify" />
                <Property Name="DisableSelfServiceSiteCreation"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.DisableSelfServiceSiteCreation" />
                <Property Name="EnableAutoNewsDigest"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.EnableAutoNewsDigest" />
                <Property Name="IncludeAtAGlanceInShareEmails"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.IncludeAtAGlanceInShareEmails" />
                <Property Name="MailFromAddress"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.MailFromAddress" />
                <Property Name="MobileNotificationIsEnabledForSharepoint"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.MobileNotificationIsEnabledForSharepoint" />
                <Property Name="NewSiteManagedPath"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.NewSiteManagedPath" />
                <Property Name="NewSubsiteInModernOffForAll"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.NewSubsiteInModernOffForAll" />
                <Property Name="NewSubsiteInModernOffForModernTemplates"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.NewSubsiteInModernOffForModernTemplates" />
                <Property Name="NewTeamSiteManagedPath"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.NewTeamSiteManagedPath" />
                <Property Name="ParentSiteUrl"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.ParentSiteUrl" />
                <Property Name="PolicyOption"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.PolicyOption" />
                <Property Name="RequireSecondaryContact"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.RequireSecondaryContact" />
                <Property Name="ShowNextGenerationSyncClientOnTeamSite"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.ShowNextGenerationSyncClientOnTeamSite" />
                <Property Name="ShowSelfServiceSiteCreation"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.ShowSelfServiceSiteCreation" />
                <Property Name="SiteCreationDefaultStorageQuota"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SiteCreationDefaultStorageQuota" />
                <Property Name="SiteCreationNewUX"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SiteCreationNewUX" />
                <Property Name="SitePagesEnabled"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SitePagesEnabled" />
                <Property Name="SmtpServer"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SmtpServer" />
                <Property Name="SPListModernUXOff"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SPListModernUXOff" />
                <Property Name="TenantDefaultTimeZoneId"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.TenantDefaultTimeZoneId" />
            </EntityType>
            <EntityType Name="Tenant">
                <Key>
                    <PropertyRef Name="AddressbarLinkPermission" />
                </Key>
                <Property Name="AddressbarLinkPermission" Type="Edm.Int32" Nullable="false" />
                <Property Name="AIBuilderDefaultPowerAppsEnvironment" Type="Edm.String" />
                <Property Name="AIBuilderEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AIBuilderEnabledInContentCenter" Type="Edm.Int32" Nullable="false" />
                <Property Name="AIBuilderSiteInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker)" />
                <Property Name="AIBuilderSiteList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="AIBuilderSiteListFileName" Type="Edm.String" />
                <Property Name="AllOrganizationSecurityGroupId" Type="Edm.Guid" Nullable="false" />
                <Property Name="AllowAnonymousMeetingParticipantsToAccessWhiteboards"
                    Type="Edm.Int32" Nullable="false" />
                <Property Name="AllowAppsBypassOfUnmanagedDevicePolicy" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowClassicPublishingSiteCreation" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowCommentsTextOnEmailEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowDownloadingNonWebViewableFiles" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowedDomainListForSyncClient" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="AllowEditing" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowEveryoneExceptExternalUsersClaimInPrivateSite"
                    Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowFileArchive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowFileArchiveOnNewSitesByDefault" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowGuestUserShareToUsersNotInSiteCollection" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowLegacyAuthProtocolsEnabledSetting" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowLegacyBrowserAuthProtocolsEnabledSetting" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowLimitedAccessOnUnmanagedDevices" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowOverrideForBlockUserInfoVisibility" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowSelectSecurityGroupsInSPSitesList"
                    Type="Collection(Edm.String)" />
                <Property Name="AllowSelectSGsInODBListInTenant" Type="Collection(Edm.String)" />
                <Property Name="AllowSensitivityLabelOnRecords" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowSharingOutsideRestrictedAccessControlGroups" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled"
                    Type="Edm.Boolean" Nullable="false" />
                <Property Name="AmplifyAdminSettings" Type="Edm.String" />
                <Property Name="AnyoneLinkTrackUsers" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AppAccessInformationBarriersAllowList" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="AppBypassInformationBarriers" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ApplyAppEnforcedRestrictionsToAdHocRecipients" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AppOnlyBypassPeoplePickerPolicies" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ArchiveRedirectUrl" Type="Edm.String" />
                <Property Name="AuthContextResilienceMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="AutofillColumnsCustomModelEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AutofillColumnsCustomModelSettings"
                    Type="Collection(SP.SyntexCustomModelSetting)" />
                <Property Name="AutofillColumnsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AutofillColumnsSiteInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker)" />
                <Property Name="AutofillColumnsSiteList" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="AutofillColumnsSiteListFileName" Type="Edm.String" />
                <Property Name="BaselineSecurityModeThirdPartyAppHPA"
                    Type="Microsoft.SharePoint.AuthPolicy.BaselineSecurityModeThirdPartyAppHPASetting" />
                <Property Name="BccExternalSharingInvitations" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BccExternalSharingInvitationsList" Type="Edm.String" />
                <Property Name="BlockAccessOnUnmanagedDevices" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BlockAppAccessWithAuthenticationContext" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="BlockDownloadFileTypeIds" Type="Collection(Edm.Int32)"
                    Nullable="false" />
                <Property Name="BlockDownloadFileTypePolicy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BlockDownloadLinksFileType" Type="Edm.Int32" Nullable="false" />
                <Property Name="BlockDownloadOfAllFilesForGuests" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="BlockDownloadOfAllFilesOnUnmanagedDevices" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="BlockDownloadOfViewableFilesForGuests" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="BlockDownloadOfViewableFilesOnUnmanagedDevices" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="BlockMacSync" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BlockSendLabelMismatchEmail" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BlockUserInfoVisibility" Type="Edm.String" />
                <Property Name="BlockUserInfoVisibilityInOneDrive" Type="Edm.Int32" Nullable="false" />
                <Property Name="BlockUserInfoVisibilityInSharePoint" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="BonusStorageQuotaMB" Type="Edm.Int64" Nullable="false" />
                <Property Name="BusinessConnectivityServiceDisabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ClassicPagesRestrictMode" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CommentsOnFilesDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CommentsOnListItemsDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CommentsOnSitePagesDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CompatibilityRange" Type="Edm.String" />
                <Property Name="ConditionalAccessPolicy" Type="Edm.Int32" Nullable="false" />
                <Property Name="ConditionalAccessPolicyErrorHelpLink" Type="Edm.String" />
                <Property Name="ContentSecurityPolicyConfigSynced" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ContentSecurityPolicyEnforcement" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ContentTypeSyncSiteTemplatesList" Type="Collection(Edm.String)" />
                <Property Name="CoreBlockGuestsAsSiteAdmin" Type="Edm.Int32" Nullable="false" />
                <Property Name="CoreDefaultLinkToExistingAccess" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CoreDefaultShareLinkRole" Type="Edm.Int32" Nullable="false" />
                <Property Name="CoreDefaultShareLinkScope" Type="Edm.Int32" Nullable="false" />
                <Property Name="CoreLoopDefaultSharingLinkRole" Type="Edm.Int32" Nullable="false" />
                <Property Name="CoreLoopDefaultSharingLinkScope" Type="Edm.Int32" Nullable="false" />
                <Property Name="CoreLoopSharingCapability" Type="Edm.Int32" Nullable="false" />
                <Property Name="CoreOrganizationSharingLinkMaxExpirationInDays" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="CoreOrganizationSharingLinkRecommendedExpirationInDays"
                    Type="Edm.Int32" Nullable="false" />
                <Property Name="CoreRequestFilesLinkEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CoreRequestFilesLinkExpirationInDays" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="CoreSharingCapability" Type="Edm.Int32" Nullable="false" />
                <Property Name="CustomizedExternalSharingServiceUrl" Type="Edm.String" />
                <Property Name="CustomScriptsRestrictMode" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DataverseUsageConsentEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DefaultContentCenterSite"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker" />
                <Property Name="DefaultLinkPermission" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultODBMode" Type="Edm.String" />
                <Property Name="DefaultSharingLinkType" Type="Edm.Int32" Nullable="false" />
                <Property Name="DelayContentSecurityPolicyEnforcement" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="DelayDenyAddAndCustomizePagesEnforcement" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="DelayDenyAddAndCustomizePagesEnforcementOnClassicPublishingSites"
                    Type="Edm.Boolean" Nullable="false" />
                <Property Name="DelegateRestrictedAccessControlConfiguration" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="DelegateRestrictedContentDiscoveryConfiguration" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="DenySelectSecurityGroupsInSPSitesList" Type="Collection(Edm.String)" />
                <Property Name="DenySelectSGsInODBListInTenant" Type="Collection(Edm.String)" />
                <Property Name="DisableAddToOneDrive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableBackToClassic" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableCustomAppAuthentication" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisabledAdaptiveCardExtensionIds" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="DisabledModernListTemplateIds" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="DisableDocumentLibraryDefaultLabeling" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="DisabledWebPartIds" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="DisableOutlookPSTVersionTrimming" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="DisablePersonalListCreation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableReportProblemDialog" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableSharePointStoreAccess" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableSpacesActivation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableVivaConnectionsAnalytics" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisallowInfectedFileDownload" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisplayNamesOfFileViewers" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisplayNamesOfFileViewersInSpo" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisplayStartASiteOption" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DocumentUnderstandingEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DocumentUnderstandingEnabledInContentCenter" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="DocumentUnderstandingSiteInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker)" />
                <Property Name="DocumentUnderstandingSiteList" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="DocumentUnderstandingSiteListFileName" Type="Edm.String" />
                <Property Name="EmailAttestationEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EmailAttestationReAuthDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="EmailAttestationRequired" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableAIPIntegration" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableAutoExpirationVersionTrim" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableAutoNewsDigest" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableAzureADB2BIntegration" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnabledFlightAllowAADB2BSkipCheckingOTP" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="EnableDirectToCustomerBilling" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableDiscoverableByOrganizationForVideos" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="EnableGuestSignInAcceleration" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableMediaReactions" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableMinimumVersionRequirement" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableMipSiteLabel" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnablePromotedFileHandlers" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableRestrictedAccessControl" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableSensitivityLabelForOneNote" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="EnableSensitivityLabelForPDF" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableSensitivityLabelForVideoFiles" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="EnableSiteArchive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableTenantRestrictionsInsights" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="EnforceRequestDigest" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ESignatureAppList" Type="Collection(Edm.String)" />
                <Property Name="ESignatureEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ESignatureSiteInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker)" />
                <Property Name="ESignatureSiteList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="ESignatureSiteListFileName" Type="Edm.String" />
                <Property Name="ESignatureThirdPartyProviderInfoList" Type="Collection(Edm.String)" />
                <Property Name="ESignatureThirdPartyProviderList" Type="Collection(Edm.String)" />
                <Property Name="ESignatureThirdPartyProviderListFileName" Type="Edm.String" />
                <Property Name="ExcludedBlockDownloadGroupIds" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="ExcludedFileExtensionsForSyncClient" Type="Collection(Edm.String)" />
                <Property Name="ExemptNativeUsersFromTenantLevelRestricedAccessControl"
                    Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExpireVersionsAfterDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="ExtendPermissionsToUnprotectedFiles" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ExternalServicesEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExternalUserExpirationRequired" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExternalUserExpireInDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="FileAnonymousLinkType" Type="Edm.Int32" Nullable="false" />
                <Property Name="FilePickerExternalImageSearchEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="FileVersionPolicyXml" Type="Edm.String" />
                <Property Name="FolderAnonymousLinkType" Type="Edm.Int32" Nullable="false" />
                <Property Name="GuestSharingGroupAllowListInTenant" Type="Edm.String" />
                <Property Name="GuestSharingGroupAllowListInTenantByGroupId"
                    Type="Collection(Edm.String)" />
                <Property Name="GuestSharingGroupAllowListInTenantByPrincipalIdentity"
                    Type="Collection(Edm.String)" />
                <Property Name="HardDeprecationRPSEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasAdminCompletedCUConfiguration" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="HasIntelligentContentServicesCapability" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="HasTopicExperiencesCapability" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HideDefaultThemes" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HideSyncButtonOnDocLib" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HideSyncButtonOnODB" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IBImplicitGroupBased" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ImageTaggingOption" Type="Edm.Int32" Nullable="false" />
                <Property Name="ImageTaggingSiteInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker)" />
                <Property Name="ImageTaggingSiteList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="ImageTaggingSiteListFileName" Type="Edm.String" />
                <Property Name="IncludeAtAGlanceInShareEmails" Type="Edm.Boolean" Nullable="false" />
                <Property Name="InformationBarriersSuspension" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IPAddressAllowList" Type="Edm.String" />
                <Property Name="IPAddressEnforcement" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IPAddressWACTokenLifetime" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsAppBarTemporarilyDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsCollabMeetingNotesFluidEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="IsDataAccessInCardDesignerEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="IsEnableAppAuthPopUpEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsFluidEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsHubSitesMultiGeoFlightEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsLoopEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMnAFlightEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMultiGeo" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMultipleHomeSitesFlightEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="IsMultipleVivaConnectionsFlightEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="IsUnmanagedSyncClientForTenantRestricted" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="IsUnmanagedSyncClientRestrictionFlightEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="IsVivaHomeFlightEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsVivaHomeGAFlightEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsWBFluidEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="KnowledgeAgentEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="KnowledgeAgentScopeMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="KnowledgeAgentSiteInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker)" />
                <Property Name="KnowledgeAgentSiteList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="KnowledgeAgentSiteListFileName" Type="Edm.String" />
                <Property Name="LabelMismatchEmailHelpLink" Type="Edm.String" />
                <Property Name="LegacyAuthProtocolsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LegacyBrowserAuthProtocolsEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="LimitedAccessFileType" Type="Edm.Int32" Nullable="false" />
                <Property Name="M365AdditionalStorageSPOEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MachineLearningCaptureEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MajorVersionLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="ManagedPathsForSiteCreation" Type="Collection(Edm.String)" />
                <Property Name="MarkAllFilesAsSensitiveByDefault" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="MarkNewFilesSensitiveByDefault" Type="Edm.Int32" Nullable="false" />
                <Property Name="MassDeleteNotificationDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MassDeleteNotificationDisabledForODB" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="MassDeleteNotificationDisabledForSPO" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="MediaTranscription" Type="Edm.Int32" Nullable="false" />
                <Property Name="MediaTranscriptionAutomaticFeatures" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="MobileFriendlyUrlEnabledInTenant" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="NewSharePointExperienceOptIn" Type="Edm.Boolean" Nullable="false" />
                <Property Name="NoAccessRedirectUrl" Type="Edm.String" />
                <Property Name="NotificationsInOneDriveForBusinessEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="NotificationsInSharePointEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="NotifyOwnersWhenInvitationsAccepted" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="NotifyOwnersWhenItemsReshared" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OCRAdminODBGroupList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="OCRAdminODBUserList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="OCRAdminSiteInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker)" />
                <Property Name="OCRAdminSiteList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="OCRAdminSiteListFileName" Type="Edm.String" />
                <Property Name="OCRComplianceODBGroupList" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="OCRComplianceODBUserList" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="OCRComplianceSiteInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker)" />
                <Property Name="OCRComplianceSiteList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="OCRComplianceSiteListFileName" Type="Edm.String" />
                <Property Name="OCRModeForAdminODBs" Type="Edm.Int32" Nullable="false" />
                <Property Name="OCRModeForAdminSites" Type="Edm.Int32" Nullable="false" />
                <Property Name="OCRModeForComplianceODBs" Type="Edm.Int32" Nullable="false" />
                <Property Name="OCRModeForComplianceSites" Type="Edm.Int32" Nullable="false" />
                <Property Name="ODBAccessRequests" Type="Edm.Int32" Nullable="false" />
                <Property Name="ODBMembersCanShare" Type="Edm.Int32" Nullable="false" />
                <Property Name="ODBSensitivityRefreshWindowInHours" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="ODBSharingCapability" Type="Edm.Int32" Nullable="false" />
                <Property Name="ODBTranslationEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OfficeClientADALDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OneDriveBlockGuestsAsSiteAdmin" Type="Edm.Int32" Nullable="false" />
                <Property Name="OneDriveDefaultLinkToExistingAccess" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="OneDriveDefaultShareLinkRole" Type="Edm.Int32" Nullable="false" />
                <Property Name="OneDriveDefaultShareLinkScope" Type="Edm.Int32" Nullable="false" />
                <Property Name="OneDriveForGuestsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OneDriveLoopDefaultSharingLinkRole" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="OneDriveLoopDefaultSharingLinkScope" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="OneDriveLoopSharingCapability" Type="Edm.Int32" Nullable="false" />
                <Property Name="OneDriveOrganizationSharingLinkMaxExpirationInDays" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="OneDriveOrganizationSharingLinkRecommendedExpirationInDays"
                    Type="Edm.Int32" Nullable="false" />
                <Property Name="OneDriveRequestFilesLinkEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OneDriveRequestFilesLinkExpirationInDays" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="OneDriveStorageQuota" Type="Edm.Int64" Nullable="false" />
                <Property Name="OptOutOfGrooveBlock" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OptOutOfGrooveSoftBlock" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OrgNewsSiteUrl" Type="Edm.String" />
                <Property Name="OrphanedPersonalSitesRetentionPeriod" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="OwnerAnonymousNotification" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PermissiveBrowserFileHandlingOverride" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="PrebuiltEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PrebuiltEnabledInContentCenter" Type="Edm.Int32" Nullable="false" />
                <Property Name="PrebuiltSiteInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker)" />
                <Property Name="PrebuiltSiteList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="PrebuiltSiteListFileName" Type="Edm.String" />
                <Property Name="PreventExternalUsersFromResharing" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ProvisionSharedWithEveryoneFolder" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="PublicCdnAllowedFileTypes" Type="Edm.String" />
                <Property Name="PublicCdnEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PublicCdnOrigins" Type="Collection(Edm.String)" />
                <Property Name="ReactivationCost" Type="Edm.Double" />
                <Property Name="RecycleBinRetentionPeriod" Type="Edm.Int32" Nullable="false" />
                <Property Name="ReduceTempTokenLifetimeEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReduceTempTokenLifetimeValue" Type="Edm.Int32" Nullable="false" />
                <Property Name="RequireAcceptingAccountMatchInvitedAccount" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="RequireAnonymousLinksExpireInDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="ResourceQuota" Type="Edm.Double" Nullable="false" />
                <Property Name="ResourceQuotaAllocated" Type="Edm.Double" Nullable="false" />
                <Property Name="RestrictedAccessControlForOneDriveErrorHelpLink" Type="Edm.String" />
                <Property Name="RestrictedAccessControlforSitesErrorHelpLink" Type="Edm.String" />
                <Property Name="RestrictedOneDriveLicense" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RestrictedSharePointLicense" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RestrictExternalSharing" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="RestrictExternalSharingForAgents" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="RestrictResourceAccountAccess" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RootSiteUrl" Type="Edm.String" />
                <Property Name="SearchResolveExactEmailOrUPN" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SelfServiceSiteCreationDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SharePointAddInsBlocked" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SharePointAddInsDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SharingAllowedDomainList" Type="Edm.String" />
                <Property Name="SharingBlockedDomainList" Type="Edm.String" />
                <Property Name="SharingCapability" Type="Edm.Int32" Nullable="false" />
                <Property Name="SharingDomainRestrictionMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="ShowAllUsersClaim" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowEveryoneClaim" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowEveryoneExceptExternalUsersClaim" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ShowNGSCDialogForSyncOnODB" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowOpenInDesktopOptionForSyncedFiles" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ShowPeoplePickerGroupSuggestionsForIB" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ShowPeoplePickerSuggestionsForGuestUsers" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="SignInAccelerationDomain" Type="Edm.String" />
                <Property Name="SiteOwnerManageLegacyServicePrincipalEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="SiteOwnersCanAccessMissingContent" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="SocialBarOnSitePagesDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SpecialCharactersStateInFileFolderNames" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="SPJitDlpPolicyData"
                    Type="Microsoft.SharePoint.AuthPolicy.SPJitDlpPolicyData" />
                <Property Name="StartASiteFormUrl" Type="Edm.String" />
                <Property Name="StopAlerts" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StopNew2010Workflows" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StopNew2013Workflows" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StorageQuota" Type="Edm.Int64" Nullable="false" />
                <Property Name="StorageQuotaAllocated" Type="Edm.Int64" Nullable="false" />
                <Property Name="StreamLaunchConfig" Type="Edm.Int32" Nullable="false" />
                <Property Name="StreamLaunchConfigLastUpdated" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StreamLaunchConfigUpdateCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="SyncPrivacyProfileProperties" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SyntexBillingSubscriptionSettings"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SyntexBillingContext" />
                <Property Name="SyntexInternalFeatureFlags" Type="Collection(SP.KeyValue)" />
                <Property Name="SyntexMediaAnalyticsSettings"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SyntexPremiumFeatureSettings" />
                <Property Name="SyntexPaygFeatureActivations" Type="Collection(SP.KeyValue)" />
                <Property Name="SyntexPlaybackTranscriptTranslationSettings"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SyntexPremiumFeatureSettings" />
                <Property Name="SyntexPowerAppsEnvironmentsContext"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SyntexPowerAppsEnvironmentsContext" />
                <Property Name="TaxonomyTaggingEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TaxonomyTaggingSiteInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker)" />
                <Property Name="TaxonomyTaggingSiteList" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="TaxonomyTaggingSiteListFileName" Type="Edm.String" />
                <Property Name="TlsTokenBindingPolicyValue" Type="Edm.Int32" Nullable="false" />
                <Property Name="TranslationEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TranslationSiteInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker)" />
                <Property Name="TranslationSiteList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="TranslationSiteListFileName" Type="Edm.String" />
                <Property Name="UniversalAnnotationDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UnlicensedOdbSyntexBillingEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="UnlicensedOneDriveForBusinessTenantMetricsData"
                    Type="Microsoft.SharePoint.Administration.OdbLicenseEnforcement.UnlicensedOdbTenantMetrics" />
                <Property Name="UseFindPeopleInPeoplePicker" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UsePersistentCookiesForExplorerView" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="VersionPolicyFileTypeOverride"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPOFileVersionFileTypePolicySettings)" />
                <Property Name="ViewersCanCommentOnMediaDisabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ViewInFileExplorerEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WhoCanShareAllowListInTenant" Type="Edm.String" />
                <Property Name="WhoCanShareAllowListInTenantByGroupId" Type="Collection(Edm.String)" />
                <Property Name="WhoCanShareAllowListInTenantByPrincipalIdentity"
                    Type="Collection(Edm.String)" />
                <Property Name="Workflow2010Disabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Workflows2013State" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="CatalogManagement"
                    Relationship="Microsoft.Online.SharePoint.TenantAdministration.Microsoft_Online_SharePoint_TenantAdministration_Tenant_CatalogManagement_Microsoft_Online_SharePoint_TenantAdministration_CatalogManagementCollection_CatalogManagementPartner"
                    ToRole="CatalogManagement" FromRole="CatalogManagementPartner" />
                <NavigationProperty Name="Sites"
                    Relationship="Microsoft.Online.SharePoint.TenantAdministration.Microsoft_Online_SharePoint_TenantAdministration_Tenant_Sites_Microsoft_Online_SharePoint_TenantAdministration_SiteProperties_SitesPartner"
                    ToRole="Sites" FromRole="SitesPartner" />
                <NavigationProperty Name="TenantDataLossPreventionQuarantineSettings"
                    Relationship="SP.Microsoft_Online_SharePoint_TenantAdministration_Tenant_TenantDataLossPreventionQuarantineSettings_SP_TenantDataLossPreventionQuarantineSettings_TenantDataLossPreventionQuarantineSettingsPartner"
                    ToRole="TenantDataLossPreventionQuarantineSettings"
                    FromRole="TenantDataLossPreventionQuarantineSettingsPartner" />
                <NavigationProperty Name="TotalTenantArchiveFileSizeAggregation"
                    Relationship="Microsoft.SharePoint.Administration.Archiving.Microsoft_Online_SharePoint_TenantAdministration_Tenant_TotalTenantArchiveFileSizeAggregation_Microsoft_SharePoint_Administration_Archiving_ArchiveFileSizeMetric_TotalTenantArchiveFileSizeAggregationPartner"
                    ToRole="TotalTenantArchiveFileSizeAggregation"
                    FromRole="TotalTenantArchiveFileSizeAggregationPartner" />
            </EntityType>
            <EntityType Name="SpoOperation">
                <Key>
                    <PropertyRef Name="HasTimedout" />
                </Key>
                <Property Name="HasTimedout" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsComplete" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PollingInterval" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="DeletedSiteProperties">
                <Key>
                    <PropertyRef Name="ArchiveStatus" />
                </Key>
                <Property Name="ArchiveStatus" Type="Edm.String" Nullable="false" />
                <Property Name="DaysRemaining" Type="Edm.Int32" Nullable="false" />
                <Property Name="DeletionTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Status" Type="Edm.String" />
                <Property Name="StorageMaximumLevel" Type="Edm.Int64" Nullable="false" />
                <Property Name="Url" Type="Edm.String" />
                <Property Name="UserCodeMaximumLevel" Type="Edm.Double" Nullable="false" />
            </EntityType>
            <EntityType Name="FileSensitivityLabelInfo">
                <Key>
                    <PropertyRef Name="DisplayName" />
                </Key>
                <Property Name="DisplayName" Type="Edm.String" Nullable="false" />
                <Property Name="LabelId" Type="Edm.String" />
                <Property Name="ParentLabelId" Type="Edm.String" />
                <Property Name="ProtectionEnabled" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <Association
                Name="Microsoft_Online_SharePoint_TenantAdministration_Tenant_CatalogManagement_Microsoft_Online_SharePoint_TenantAdministration_CatalogManagementCollection_CatalogManagementPartner">
                <End
                    Type="Microsoft.Online.SharePoint.TenantAdministration.CatalogManagementCollection"
                    Role="CatalogManagement" Multiplicity="0..1" />
                <End Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"
                    Role="CatalogManagementPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_TenantAdministration_Tenant_Sites_Microsoft_Online_SharePoint_TenantAdministration_SiteProperties_SitesPartner">
                <End Type="Microsoft.Online.SharePoint.TenantAdministration.SiteProperties"
                    Role="Sites" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"
                    Role="SitesPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Online.SharePoint.MigrationCenter.Service">
            <ComplexType Name="MigrationProperty">
                <Property Name="key" Type="Edm.String" />
                <Property Name="updatedTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="value" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="PerformanceDashboardData">
                <Property Name="BottleneckList" Type="Collection(Edm.String)" />
                <Property Name="RecommendationList" Type="Collection(Edm.String)" />
                <Property Name="ThroughputTrend"
                    Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Service.ThroughputData)" />
            </ComplexType>
            <ComplexType Name="ThroughputData">
                <Property Name="Bytes" Type="Edm.Int64" Nullable="false" />
                <Property Name="EndTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Files" Type="Edm.Int64" Nullable="false" />
                <Property Name="StartTime" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <EntityType Name="AgentGroup"
                BaseType="Microsoft.Online.SharePoint.MigrationCenter.Common.AgentGroupEntity">
                <Property Name="ActiveAgentCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="ActiveAgentIdList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="AgentCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="AgentIdList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="TaskCount" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="Device"
                BaseType="Microsoft.Online.SharePoint.MigrationCenter.Common.DeviceEntityData">
                <Property Name="ActionId" Type="Edm.Int32" Nullable="false" />
                <Property Name="AssignedTimeUTC" Type="Edm.DateTime" Nullable="false" />
                <Property Name="AssignmentId" Type="Edm.String" />
                <Property Name="DebugCommand" Type="Edm.String" />
                <Property Name="DeviceAddedTimeUTC" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Disconnected" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ErrorCode" Type="Edm.String" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="FromClient" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastActivityTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LastHeartbeatTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LastModifiedTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LinkedTaskId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Message" Type="Edm.String" />
                <Property Name="RunningTaskCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="UpdateTimestamp" Type="Edm.String" />
                <Property Name="WaitingTaskCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="WorkflowJsonData" Type="Edm.String" />
            </EntityType>
            <EntityType Name="MigrationCenterDeployStatus">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="MigrationCenterServices">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="AgentGroups"
                    Relationship="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_AgentGroups_Microsoft_Online_SharePoint_MigrationCenter_Service_AgentGroup_AgentGroupsPartner"
                    ToRole="AgentGroups" FromRole="AgentGroupsPartner" />
                <NavigationProperty Name="DeployStatus"
                    Relationship="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_DeployStatus_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterDeployStatus_DeployStatusPartner"
                    ToRole="DeployStatus" FromRole="DeployStatusPartner" />
                <NavigationProperty Name="Devices"
                    Relationship="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Devices_Microsoft_Online_SharePoint_MigrationCenter_Service_Device_DevicesPartner"
                    ToRole="Devices" FromRole="DevicesPartner" />
                <NavigationProperty Name="PerformanceData"
                    Relationship="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_PerformanceData_Microsoft_Online_SharePoint_MigrationCenter_Service_PerformanceData_PerformanceDataPartner"
                    ToRole="PerformanceData" FromRole="PerformanceDataPartner" />
                <NavigationProperty Name="Properties"
                    Relationship="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Properties_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationProperties_PropertiesPartner"
                    ToRole="Properties" FromRole="PropertiesPartner" />
                <NavigationProperty Name="SPFlight"
                    Relationship="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_SPFlight_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationSPFlight_SPFlightPartner"
                    ToRole="SPFlight" FromRole="SPFlightPartner" />
                <NavigationProperty Name="Storage"
                    Relationship="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Storage_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterStorage_StoragePartner"
                    ToRole="Storage" FromRole="StoragePartner" />
                <NavigationProperty Name="Tasks"
                    Relationship="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Tasks_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationTask_TasksPartner"
                    ToRole="Tasks" FromRole="TasksPartner" />
                <NavigationProperty Name="Teams"
                    Relationship="Microsoft.Online.SharePoint.MigrationCenter.Service.Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Teams_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterTeams_TeamsPartner"
                    ToRole="Teams" FromRole="TeamsPartner" />
            </EntityType>
            <EntityType Name="PerformanceData"
                BaseType="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationPerformanceEntityData" />
            <EntityType Name="MigrationProperties">
                <Key>
                    <PropertyRef Name="Count" />
                </Key>
                <Property Name="Count" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="MigrationSPFlight">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="MigrationCenterStorage">
                <Key>
                    <PropertyRef Name="ActionId" />
                </Key>
                <Property Name="ActionId" Type="Edm.Int32" Nullable="false" />
                <Property Name="DebugCommand" Type="Edm.String" />
                <Property Name="DeviceCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="GlobalTaskSettings"
                    Type="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationTaskSettings" />
                <Property Name="IsServiceInitialized" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PerformanceDataCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="SchedulerInformation"
                    Type="Microsoft.Online.SharePoint.MigrationCenter.Common.TaskSchedulerInformation" />
                <Property Name="SchemaVersion" Type="Edm.String" />
                <Property Name="TaskCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalDevicesAdded" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalPerformanceDataAdded" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalTasksAdded" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="MigrationTask"
                BaseType="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationTaskEntityData">
                <Property Name="ActionId" Type="Edm.Int32" Nullable="false" />
                <Property Name="ClientName" Type="Edm.String" />
                <Property Name="DebugCommand" Type="Edm.String" />
                <Property Name="DeltaSyncQualified" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Duration" Type="Edm.Time" Nullable="false" />
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="FailedTimes" Type="Edm.Int32" Nullable="false" />
                <Property Name="FailedTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="FailureId" Type="Edm.Int32" Nullable="false" />
                <Property Name="FilesScanned" Type="Edm.Int64" Nullable="false" />
                <Property Name="FilesScannedWithIssues" Type="Edm.Int64" Nullable="false" />
                <Property Name="FriendlyClientName" Type="Edm.String" />
                <Property Name="IsRetryableFailure" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsScanDone" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastFinishedTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LinkedDeviceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="LogFilePath" Type="Edm.String" />
                <Property Name="ManagementStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="MigratedFilesCount" Type="Edm.Int64" Nullable="false" />
                <Property Name="NextScheduleTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="OverallProgressPercentage" Type="Edm.Int32" Nullable="false" />
                <Property Name="ReportFileUrl" Type="Edm.String" />
                <Property Name="RunTimes" Type="Edm.Int32" Nullable="false" />
                <Property Name="ScanDoneTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ScheduledTimes" Type="Edm.Int32" Nullable="false" />
                <Property Name="StartTimeUTC" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="StatusUpdatedTimeUTC" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TaskCreatedTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TaskId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ToBeMigratedFilesCount" Type="Edm.Int64" Nullable="false" />
                <Property Name="TotalBytes" Type="Edm.Int64" Nullable="false" />
                <Property Name="TotalBytesMigrated" Type="Edm.Int64" Nullable="false" />
                <Property Name="UpdateStatusOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UpdateTimestamp" Type="Edm.String" />
                <Property Name="WorkflowId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="MigrationCenterTeams">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="MigrationCredential"
                BaseType="Microsoft.Online.SharePoint.MigrationCenter.Common.MigrationCredentialEntityData">
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="LastModifiedBy" Type="Edm.String" />
                <Property Name="LastModifiedDateTimeUtc" Type="Edm.DateTime" Nullable="false" />
            </EntityType>
            <Association
                Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_AgentGroups_Microsoft_Online_SharePoint_MigrationCenter_Service_AgentGroup_AgentGroupsPartner">
                <End Type="Microsoft.Online.SharePoint.MigrationCenter.Service.AgentGroup"
                    Role="AgentGroups" Multiplicity="*" />
                <End
                    Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterServices"
                    Role="AgentGroupsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_DeployStatus_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterDeployStatus_DeployStatusPartner">
                <End
                    Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterDeployStatus"
                    Role="DeployStatus" Multiplicity="0..1" />
                <End
                    Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterServices"
                    Role="DeployStatusPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Devices_Microsoft_Online_SharePoint_MigrationCenter_Service_Device_DevicesPartner">
                <End Type="Microsoft.Online.SharePoint.MigrationCenter.Service.Device"
                    Role="Devices" Multiplicity="*" />
                <End
                    Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterServices"
                    Role="DevicesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_PerformanceData_Microsoft_Online_SharePoint_MigrationCenter_Service_PerformanceData_PerformanceDataPartner">
                <End Type="Microsoft.Online.SharePoint.MigrationCenter.Service.PerformanceData"
                    Role="PerformanceData" Multiplicity="*" />
                <End
                    Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterServices"
                    Role="PerformanceDataPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Properties_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationProperties_PropertiesPartner">
                <End Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationProperties"
                    Role="Properties" Multiplicity="0..1" />
                <End
                    Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterServices"
                    Role="PropertiesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_SPFlight_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationSPFlight_SPFlightPartner">
                <End Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationSPFlight"
                    Role="SPFlight" Multiplicity="0..1" />
                <End
                    Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterServices"
                    Role="SPFlightPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Storage_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterStorage_StoragePartner">
                <End
                    Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterStorage"
                    Role="Storage" Multiplicity="0..1" />
                <End
                    Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterServices"
                    Role="StoragePartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Tasks_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationTask_TasksPartner">
                <End Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationTask"
                    Role="Tasks" Multiplicity="*" />
                <End
                    Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterServices"
                    Role="TasksPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterServices_Teams_Microsoft_Online_SharePoint_MigrationCenter_Service_MigrationCenterTeams_TeamsPartner">
                <End Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterTeams"
                    Role="Teams" Multiplicity="0..1" />
                <End
                    Type="Microsoft.Online.SharePoint.MigrationCenter.Service.MigrationCenterServices"
                    Role="TeamsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Online.SharePoint.MigrationCenter.Common">
            <ComplexType Name="BatchCreationResult">
                <Property Name="CreatedCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="CreatedTaskIdList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="ErrorCode" Type="Edm.String" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="FieldError" Type="Edm.String" />
                <Property Name="ProcessingMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="BatchDeletionResult">
                <Property Name="DeletedCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="DeletedTaskIdList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="ErrorCode" Type="Edm.String" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="NotDeletedCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="NotDeletedTaskIdList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="ProcessingMilliseconds" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="BatchUpdatePayload">
                <Property Name="Tags" Type="Collection(Edm.String)" />
                <Property Name="TaskId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="BatchUpdateResult">
                <Property Name="ErrorCode" Type="Edm.String" />
                <Property Name="FailCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="ProcessingMilliseconds" Type="Edm.Int64" Nullable="false" />
                <Property Name="ResultList"
                    Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Common.TaskUpdateResult)" />
                <Property Name="SuccessCount" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TaskUpdateResult">
                <Property Name="ErrorCode" Type="Edm.String" />
                <Property Name="TaskId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MigrationStorageSettings">
                <Property Name="EncryptedCertificate" Type="Edm.String" />
                <Property Name="EncryptionKey" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="MigrationTaskDefinition">
                <Property Name="Name" Type="Edm.String" />
                <Property Name="SourceListName" Type="Edm.String" />
                <Property Name="SourceListRelativePath" Type="Edm.String" />
                <Property Name="SourceUri" Type="Edm.String" />
                <Property Name="SourceUserName" Type="Edm.String" />
                <Property Name="TargetListName" Type="Edm.String" />
                <Property Name="TargetListRelativePath" Type="Edm.String" />
                <Property Name="TargetSiteUrl" Type="Edm.String" />
                <Property Name="TargetUserName" Type="Edm.String" />
                <Property Name="Type" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MigrationTaskSettings">
                <Property Name="AgentGroupName" Type="Edm.String" />
                <Property Name="AzureActiveDirectoryLkp" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CustomAzureAccessKey" Type="Edm.String" />
                <Property Name="CustomAzureDeletionAfterMig" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CustomAzureStorageAccount" Type="Edm.String" />
                <Property Name="DateCreated" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DateModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DeltaSyncDateTimeFilter" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DeltaSyncEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableIncremental" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableUserMappings" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Encrypted" Type="Edm.Boolean" Nullable="false" />
                <Property Name="FilterOutHiddenFiles" Type="Edm.Boolean" Nullable="false" />
                <Property Name="FilterOutPathSpecialCharacters" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IgnoredFileExtensions" Type="Edm.String" />
                <Property Name="InvalidCharsReplacement" Type="Edm.String" />
                <Property Name="MigrateAllWebStructures" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MigrateOneNoteNotebook" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MigrateSchema" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PreservePermissionForFileShare" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PreserveUserPermissionForOnPrem" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReplaceInvalidChars" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ScanOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SettingsUpdateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="SkipListWithAudienceEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StartMigrationAutomaticallyWhenNoScanIssue" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="Tags" Type="Collection(Edm.String)" />
                <Property Name="TurnOnDateCreatedFilter" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TurnOnDateModifiedFilter" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TurnOnExtensionFilter" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UseCustomAzureStorage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UserMappingCSVFile" Type="Edm.String" />
                <Property Name="VersionNumsPreserved" Type="Edm.Int32" Nullable="false" />
            </ComplexType>
            <ComplexType Name="MMTaskSettings">
                <Property Name="AgentGroupName" Type="Edm.String" />
                <Property Name="ScheduledTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ScheduledType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Tags" Type="Collection(Edm.String)" />
            </ComplexType>
            <ComplexType Name="SPFolderInformation">
                <Property Name="Depth" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsSpecified" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="WebRelativeUrl" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="SPListInformation">
                <Property Name="AbsoluteUrl" Type="Edm.String" />
                <Property Name="BaseTemplate" Type="Edm.Int32" Nullable="false" />
                <Property Name="DisplayTitle" Type="Edm.String" />
                <Property Name="FolderInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Common.SPFolderInformation)" />
                <Property Name="ID" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsListPathUsedAsTitle" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsMySiteDocumentLibrary" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsQueryFoldersThrottled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsSpecifiedOrDefault" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="ShowWarning" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </ComplexType>
            <ComplexType Name="TaskSchedulerInformation">
                <Property Name="AverageDurationMilliSeconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="CreatedDateUtc" Type="Edm.String" />
                <Property Name="DeliveryDateUtc" Type="Edm.String" />
                <Property Name="MaxDurationMilliSeconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ScheduledTimes" Type="Edm.Int32" Nullable="false" />
                <Property Name="SchedulerExists" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SchedulerId" Type="Edm.String" />
                <Property Name="Version" Type="Edm.String" />
            </ComplexType>
            <EntityType Name="AgentGroupEntity">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <NavigationProperty Name="Default"
                    Relationship="Microsoft.Online.SharePoint.MigrationCenter.Common.Microsoft_Online_SharePoint_MigrationCenter_Common_AgentGroupEntity_Default_Microsoft_Online_SharePoint_MigrationCenter_Common_AgentGroupEntity_DefaultPartner"
                    ToRole="Default" FromRole="DefaultPartner" />
            </EntityType>
            <EntityType Name="DeviceEntityData">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="ClientUserName" Type="Edm.String" />
                <Property Name="DeviceName" Type="Edm.String" />
                <Property Name="DiskSpace" Type="Edm.Int64" Nullable="false" />
                <Property Name="FreeQuota" Type="Edm.Int32" Nullable="false" />
                <Property Name="FriendlyName" Type="Edm.String" />
                <Property Name="GroupName" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="StatusQueueExpiresOnTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StatusQueueUrl" Type="Edm.String" />
                <Property Name="TargetUserName" Type="Edm.String" />
                <Property Name="TaskQueueExpiresOnTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="TaskQueueUrl" Type="Edm.String" />
                <Property Name="Version" Type="Edm.String" />
                <Property Name="WorkingFolder" Type="Edm.String" />
            </EntityType>
            <EntityType Name="MigrationPerformanceEntityData">
                <Key>
                    <PropertyRef Name="AgentId" />
                </Key>
                <Property Name="AgentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="AgentName" Type="Edm.String" />
                <Property Name="Bottleneck" Type="Edm.String" />
                <Property Name="DiskWritingSpeed" Type="Edm.Int64" Nullable="false" />
                <Property Name="Duration" Type="Edm.Int64" Nullable="false" />
                <Property Name="MigratedBytes" Type="Edm.Int64" Nullable="false" />
                <Property Name="MigratedFiles" Type="Edm.Int64" Nullable="false" />
                <Property Name="PackingSpeed" Type="Edm.Int64" Nullable="false" />
                <Property Name="Recommendation" Type="Edm.String" />
                <Property Name="ResourceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SourceReadingSpeed" Type="Edm.Int64" Nullable="false" />
                <Property Name="SPOProcessingSpeed" Type="Edm.Int64" Nullable="false" />
                <Property Name="Timestamp" Type="Edm.DateTime" Nullable="false" />
                <Property Name="UploadingSpeed" Type="Edm.Int64" Nullable="false" />
            </EntityType>
            <EntityType Name="MigrationTaskEntityData">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="AgentGroupName" Type="Edm.String" />
                <Property Name="AzureActiveDirectoryLkp" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CustomAzureAccessKey" Type="Edm.String" />
                <Property Name="CustomAzureDeletionAfterMig" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CustomAzureStorageAccount" Type="Edm.String" />
                <Property Name="DateCreated" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DateModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DeltaSyncDateTimeFilter" Type="Edm.DateTime" Nullable="false" />
                <Property Name="DeltaSyncEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableIncremental" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableUserMappings" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Encrypted" Type="Edm.Boolean" Nullable="false" />
                <Property Name="FilterOutHiddenFiles" Type="Edm.Boolean" Nullable="false" />
                <Property Name="FilterOutPathSpecialCharacters" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IgnoredFileExtensions" Type="Edm.String" />
                <Property Name="InvalidCharsReplacement" Type="Edm.String" />
                <Property Name="MigrateAllWebStructures" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MigrateOneNoteNotebook" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MigrateSchema" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="PreservePermissionForFileShare" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PreserveUserPermissionForOnPrem" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReplaceInvalidChars" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ScanOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ScheduledTimeUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ScheduledType" Type="Edm.Int32" Nullable="false" />
                <Property Name="SettingsUpdateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="SkipListWithAudienceEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SourceListName" Type="Edm.String" />
                <Property Name="SourceListRelativePath" Type="Edm.String" />
                <Property Name="SourceUri" Type="Edm.String" />
                <Property Name="SourceUserName" Type="Edm.String" />
                <Property Name="StartMigrationAutomaticallyWhenNoScanIssue" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="Tags" Type="Collection(Edm.String)" />
                <Property Name="TargetListName" Type="Edm.String" />
                <Property Name="TargetListRelativePath" Type="Edm.String" />
                <Property Name="TargetSiteUrl" Type="Edm.String" />
                <Property Name="TargetUserName" Type="Edm.String" />
                <Property Name="TurnOnDateCreatedFilter" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TurnOnDateModifiedFilter" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TurnOnExtensionFilter" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Type" Type="Edm.Int32" Nullable="false" />
                <Property Name="UseCustomAzureStorage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UserMappingCSVFile" Type="Edm.String" />
                <Property Name="VersionNumsPreserved" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="MigrationCredentialEntityData">
                <Key>
                    <PropertyRef Name="AccountName" />
                </Key>
                <Property Name="AccountName" Type="Edm.String" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Password" Type="Edm.String" />
                <Property Name="Type" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="MigrationUrlParser">
                <Key>
                    <PropertyRef Name="CurrentContextSiteSubscriptionId" />
                </Key>
                <Property Name="CurrentContextSiteSubscriptionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ForceMySiteDefaultList" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MaxFolderLevels" Type="Edm.Int32" Nullable="false" />
                <Property Name="MigrationType" Type="Edm.String" />
                <Property Name="OriginalDestinationUrl" Type="Edm.String" />
                <Property Name="RetrieveAllLists" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RetrieveSubFoldersForAllLists" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="PerfRecommendation">
                <Key>
                    <PropertyRef Name="Guidance" />
                </Key>
                <Property Name="Guidance" Type="Edm.String" Nullable="false" />
                <Property Name="Link" Type="Edm.String" />
            </EntityType>
            <EntityType Name="UrlParseResult">
                <Key>
                    <PropertyRef Name="DisplayUrl" />
                </Key>
                <Property Name="DisplayUrl" Type="Edm.String" Nullable="false" />
                <Property Name="ErrorCode" Type="Edm.String" />
                <Property Name="FreeSiteStorageBytes" Type="Edm.Int64" Nullable="false" />
                <Property Name="HasEnoughSiteStorage" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsCurrentUserSiteAdmin" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPersonalSite" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Message" Type="Edm.String" />
                <Property Name="OriginalUrl" Type="Edm.String" />
                <Property Name="ProcessingMilliseconds" Type="Edm.Int32" Nullable="false" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteServerRelativeUrl" Type="Edm.String" />
                <Property Name="SiteUrl" Type="Edm.String" />
                <Property Name="SPListInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Common.SPListInformation)" />
                <Property Name="Success" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WebId" Type="Edm.Guid" Nullable="false" />
                <Property Name="WebServerRelativeUrl" Type="Edm.String" />
                <Property Name="WebTemplateId" Type="Edm.Int32" Nullable="false" />
                <Property Name="WebUrl" Type="Edm.String" />
            </EntityType>
            <Association
                Name="Microsoft_Online_SharePoint_MigrationCenter_Common_AgentGroupEntity_Default_Microsoft_Online_SharePoint_MigrationCenter_Common_AgentGroupEntity_DefaultPartner">
                <End Type="Microsoft.Online.SharePoint.MigrationCenter.Common.AgentGroupEntity"
                    Role="Default" Multiplicity="0..1" />
                <End Type="Microsoft.Online.SharePoint.MigrationCenter.Common.AgentGroupEntity"
                    Role="DefaultPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.Translation">
            <ComplexType Name="TranslationItemInfo">
                <Property Name="Canceled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="Failed" Type="Edm.Boolean" Nullable="false" />
                <Property Name="InProgress" Type="Edm.Boolean" Nullable="false" />
                <Property Name="InputFile" Type="Edm.String" />
                <Property Name="NotStarted" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OutputFile" Type="Edm.String" />
                <Property Name="Result" Type="Edm.Int32" Nullable="false" />
                <Property Name="Succeeded" Type="Edm.Boolean" Nullable="false" />
                <Property Name="TranslationId" Type="Edm.Guid" Nullable="false" />
            </ComplexType>
            <ComplexType Name="TranslationJobInfo">
                <Property Name="Canceled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CancelTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="JobId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="PartiallySubmitted" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SubmittedTime" Type="Edm.DateTime" Nullable="false" />
            </ComplexType>
            <EntityType Name="SyncTranslator">
                <Key>
                    <PropertyRef Name="OutputSaveBehavior" />
                </Key>
                <Property Name="OutputSaveBehavior" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="TranslationJob">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="JobId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="OutputSaveBehavior" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="TranslationJobStatus">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="Canceled" Type="Edm.Int32" Nullable="false" />
                <Property Name="Count" Type="Edm.Int32" Nullable="false" />
                <Property Name="Failed" Type="Edm.Int32" Nullable="false" />
                <Property Name="InProgress" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="NotStarted" Type="Edm.Int32" Nullable="false" />
                <Property Name="Succeeded" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="VariationsTranslationTimerJob" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="SP.WorkManagement.OM">
            <EntityType Name="BaseSession">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="BooleanCriterion">
                <Key>
                    <PropertyRef Name="CompareType" />
                </Key>
                <Property Name="CompareType" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="CalloutInfo">
                <Key>
                    <PropertyRef Name="DirectLinkTitle" />
                </Key>
                <Property Name="Contacts" Type="Collection(Edm.String)" />
                <Property Name="DirectLinkTitle" Type="Edm.String" Nullable="false" />
                <Property Name="DirectLinkUrl" Type="Edm.String" />
                <Property Name="Hierarchy" Type="Collection(Edm.String)" />
                <Property Name="Predecessors" Type="Collection(Edm.String)" />
                <Property Name="Successors" Type="Collection(Edm.String)" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </EntityType>
            <EntityType Name="CreateRefreshJobResult">
                <Key>
                    <PropertyRef Name="CreatedJob" />
                </Key>
                <Property Name="CreatedJob" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CurrentJobId" Type="Edm.Int32" Nullable="false" />
                <Property Name="EncounteredError" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="CustomAttributeFilter">
                <Key>
                    <PropertyRef Name="ConcatType" />
                </Key>
                <Property Name="Attributes" Type="Collection(Edm.String)" />
                <Property Name="ConcatType" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="DashboardScriptExtensionInfo">
                <Key>
                    <PropertyRef Name="ProviderKey" />
                </Key>
                <Property Name="ProviderKey" Type="Edm.String" Nullable="false" />
                <Property Name="ScriptClass" Type="Edm.String" />
                <Property Name="ScriptData" Type="Edm.String" />
                <Property Name="ScriptFiles" Type="Collection(Edm.String)" />
            </EntityType>
            <EntityType Name="DateRangeCriterion">
                <Key>
                    <PropertyRef Name="RangeEndValue" />
                </Key>
                <Property Name="RangeEndValue" Type="Edm.DateTime" Nullable="false" />
                <Property Name="RangeStartValue" Type="Edm.DateTime" Nullable="false" />
            </EntityType>
            <EntityType Name="ExchangeUserSyncState">
                <Key>
                    <PropertyRef Name="IsOptedIn" />
                </Key>
                <Property Name="IsOptedIn" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastEndTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LastSyncResult" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="Location">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Color" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="Important" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ParentId" Type="Edm.Int32" Nullable="false" />
                <Property Name="RootProviderKey" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </EntityType>
            <EntityType Name="LocationDisplaySetting">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Color" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="LocationFilter">
                <Key>
                    <PropertyRef Name="IncludeUncategorizedTasks" />
                </Key>
                <Property Name="IncludeUncategorizedTasks" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LocationKeys" Type="Collection(Edm.Int32)" Nullable="false" />
            </EntityType>
            <EntityType Name="Task">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="CustomAttributes" Type="Collection(Edm.String)" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DueDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="EditUrl" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsCompleted" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsPersonal" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LastModified" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LocationId" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="PinAge" Type="Edm.Int32" Nullable="false" />
                <Property Name="SerializedCustomDataForClient" Type="Edm.String" />
                <Property Name="StartDate" Type="Edm.DateTime" Nullable="false" />
            </EntityType>
            <EntityType Name="LocationOrientedSortableSession"
                BaseType="SP.WorkManagement.OM.BaseSession" />
            <EntityType Name="LocationOrientedUserOrderedSession"
                BaseType="SP.WorkManagement.OM.BaseSession" />
            <EntityType Name="LocationUpdateResult">
                <Key>
                    <PropertyRef Name="ActiveAddedCount" />
                </Key>
                <Property Name="ActiveAddedCount" Type="Edm.Int64" Nullable="false" />
                <Property Name="AddedCount" Type="Edm.Int64" Nullable="false" />
                <Property Name="RemovedCount" Type="Edm.Int64" Nullable="false" />
                <Property Name="RootLocationId" Type="Edm.Int32" Nullable="false" />
                <Property Name="UpdatedCount" Type="Edm.Int64" Nullable="false" />
            </EntityType>
            <EntityType Name="NameCriterion">
                <Key>
                    <PropertyRef Name="CompareType" />
                </Key>
                <Property Name="CompareType" Type="Edm.Int32" Nullable="false" />
                <Property Name="CompareValue" Type="Edm.String" />
            </EntityType>
            <EntityType Name="NonTaskDataReadResult">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="AllLocatons"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_AllLocatons_SP_WorkManagement_OM_Location_AllLocatonsPartner"
                    ToRole="AllLocatons" FromRole="AllLocatonsPartner" />
                <NavigationProperty Name="PersistedProperties"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_PersistedProperties_SP_WorkManagement_OM_PersistedProperties_PersistedPropertiesPartner"
                    ToRole="PersistedProperties" FromRole="PersistedPropertiesPartner" />
                <NavigationProperty Name="RefreshHistory"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_RefreshHistory_SP_WorkManagement_OM_RefreshHistory_RefreshHistoryPartner"
                    ToRole="RefreshHistory" FromRole="RefreshHistoryPartner" />
                <NavigationProperty Name="ScriptExtensions"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_ScriptExtensions_SP_WorkManagement_OM_DashboardScriptExtensionInfo_ScriptExtensionsPartner"
                    ToRole="ScriptExtensions" FromRole="ScriptExtensionsPartner" />
                <NavigationProperty Name="UserSettings"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_NonTaskDataReadResult_UserSettings_SP_WorkManagement_OM_UserSettings_UserSettingsPartner"
                    ToRole="UserSettings" FromRole="UserSettingsPartner" />
            </EntityType>
            <EntityType Name="PersistedProperties">
                <Key>
                    <PropertyRef Name="GroupByProjects" />
                </Key>
                <Property Name="FilteredLocationIds" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="GroupByProjects" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasShownMarkAsImportantCallout" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HasShownTaskListTooLongNotification" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="QuickLaunchLandingPage" Type="Edm.String" />
            </EntityType>
            <EntityType Name="RefreshHistory">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="Refreshes"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshHistory_Refreshes_SP_WorkManagement_OM_RefreshResult_RefreshesPartner"
                    ToRole="Refreshes" FromRole="RefreshesPartner" />
            </EntityType>
            <EntityType Name="RefreshResult">
                <Key>
                    <PropertyRef Name="AggregatorRefreshState" />
                </Key>
                <Property Name="AggregatorRefreshState" Type="Edm.Int32" Nullable="false" />
                <Property Name="CorrelationId" Type="Edm.String" />
                <Property Name="RefreshFinished" Type="Edm.DateTime" Nullable="false" />
                <Property Name="RefreshId" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="ProviderStatuses"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshResult_ProviderStatuses_SP_WorkManagement_OM_ProviderRefreshStatus_ProviderStatusesPartner"
                    ToRole="ProviderStatuses" FromRole="ProviderStatusesPartner" />
                <NavigationProperty Name="TaskChangesByLocation"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshResult_TaskChangesByLocation_SP_WorkManagement_OM_LocationUpdateResult_TaskChangesByLocationPartner"
                    ToRole="TaskChangesByLocation" FromRole="TaskChangesByLocationPartner" />
            </EntityType>
            <EntityType Name="ProviderRefreshStatus">
                <Key>
                    <PropertyRef Name="ProviderKey" />
                </Key>
                <Property Name="ProviderKey" Type="Edm.String" Nullable="false" />
                <Property Name="ProviderLocalizedName" Type="Edm.String" />
                <Property Name="RefreshFinished" Type="Edm.DateTime" Nullable="false" />
                <Property Name="RefreshStarted" Type="Edm.DateTime" Nullable="false" />
                <Property Name="RootLocationId" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="UserSettings">
                <Key>
                    <PropertyRef Name="DaysAfterCurrentDateTimelineEnds" />
                </Key>
                <Property Name="DaysAfterCurrentDateTimelineEnds" Type="Edm.Int32" Nullable="false" />
                <Property Name="DaysATaskIsConsideredNewTask" Type="Edm.Int32" Nullable="false" />
                <Property Name="DaysBeforeCurrentDateTimelineStarts" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="ImportantLocationIds" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="ImportantTasksLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="InactiveMonthsBeforeLocationExpiration" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="LateTasksLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="OldTasksLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="UpcomingTasksLimit" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="OrderInfo">
                <Key>
                    <PropertyRef Name="Field" />
                </Key>
                <Property Name="Field" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsDescending" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="ProviderErrorInfo">
                <Key>
                    <PropertyRef Name="CorrelationId" />
                </Key>
                <Property Name="CorrelationId" Type="Edm.String" Nullable="false" />
                <Property Name="LastSuccessfulRefresh" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LocalizedName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="RefreshHealthInfo">
                <Key>
                    <PropertyRef Name="LatestRefreshTime" />
                </Key>
                <Property Name="LatestRefreshTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="NewTasks" Type="Edm.Int32" Nullable="false" />
                <Property Name="Succeeded" Type="Edm.Boolean" Nullable="false" />
                <NavigationProperty Name="ProviderErrors"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_RefreshHealthInfo_ProviderErrors_SP_WorkManagement_OM_ProviderErrorInfo_ProviderErrorsPartner"
                    ToRole="ProviderErrors" FromRole="ProviderErrorsPartner" />
            </EntityType>
            <EntityType Name="SortableSessionManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SortableSession" BaseType="SP.WorkManagement.OM.BaseSession" />
            <EntityType Name="SortableTaskQuery">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="CoreQuery"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_SortableTaskQuery_CoreQuery_SP_WorkManagement_OM_TaskQuery_CoreQueryPartner"
                    ToRole="CoreQuery" FromRole="CoreQueryPartner" />
                <NavigationProperty Name="Order"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_SortableTaskQuery_Order_SP_WorkManagement_OM_OrderInfo_OrderPartner"
                    ToRole="Order" FromRole="OrderPartner" />
            </EntityType>
            <EntityType Name="TaskQuery">
                <Key>
                    <PropertyRef Name="KeywordFilter" />
                </Key>
                <Property Name="KeywordFilter" Type="Edm.String" Nullable="false" />
                <Property Name="LastQueryTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="PinnedFilter" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="CustomAttributeFilter"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_CustomAttributeFilter_SP_WorkManagement_OM_CustomAttributeFilter_CustomAttributeFilterPartner"
                    ToRole="CustomAttributeFilter" FromRole="CustomAttributeFilterPartner" />
                <NavigationProperty Name="FieldFilter"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_FieldFilter_SP_WorkManagement_OM_TaskFilter_FieldFilterPartner"
                    ToRole="FieldFilter" FromRole="FieldFilterPartner" />
                <NavigationProperty Name="LastModifiedDateRangeFilter"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_LastModifiedDateRangeFilter_SP_WorkManagement_OM_DateRangeCriterion_LastModifiedDateRangeFilterPartner"
                    ToRole="LastModifiedDateRangeFilter"
                    FromRole="LastModifiedDateRangeFilterPartner" />
                <NavigationProperty Name="LocationFilter"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQuery_LocationFilter_SP_WorkManagement_OM_LocationFilter_LocationFilterPartner"
                    ToRole="LocationFilter" FromRole="LocationFilterPartner" />
            </EntityType>
            <EntityType Name="TaskFilter">
                <Key>
                    <PropertyRef Name="CriterionConcatType" />
                </Key>
                <Property Name="CriterionConcatType" Type="Edm.Int32" Nullable="false" />
                <Property Name="IdsToFilterBy" Type="Collection(Edm.Int32)" Nullable="false" />
                <NavigationProperty Name="CompletedCriterion"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_CompletedCriterion_SP_WorkManagement_OM_BooleanCriterion_CompletedCriterionPartner"
                    ToRole="CompletedCriterion" FromRole="CompletedCriterionPartner" />
                <NavigationProperty Name="DueDateRangeCriterion"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_DueDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_DueDateRangeCriterionPartner"
                    ToRole="DueDateRangeCriterion" FromRole="DueDateRangeCriterionPartner" />
                <NavigationProperty Name="IsNewCriterion"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_IsNewCriterion_SP_WorkManagement_OM_BooleanCriterion_IsNewCriterionPartner"
                    ToRole="IsNewCriterion" FromRole="IsNewCriterionPartner" />
                <NavigationProperty Name="NameCriterion"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_NameCriterion_SP_WorkManagement_OM_NameCriterion_NameCriterionPartner"
                    ToRole="NameCriterion" FromRole="NameCriterionPartner" />
                <NavigationProperty Name="StartDateRangeCriterion"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskFilter_StartDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_StartDateRangeCriterionPartner"
                    ToRole="StartDateRangeCriterion" FromRole="StartDateRangeCriterionPartner" />
            </EntityType>
            <EntityType Name="TaskQueryByLocationResult">
                <Key>
                    <PropertyRef Name="Error" />
                </Key>
                <Property Name="Error" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <NavigationProperty Name="Results"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQueryByLocationResult_Results_SP_WorkManagement_OM_Task_ResultsPartner"
                    ToRole="Results" FromRole="ResultsPartner" />
            </EntityType>
            <EntityType Name="TaskQueryResult">
                <Key>
                    <PropertyRef Name="Error" />
                </Key>
                <Property Name="Error" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <NavigationProperty Name="Results"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskQueryResult_Results_SP_WorkManagement_OM_Task_ResultsPartner"
                    ToRole="Results" FromRole="ResultsPartner" />
            </EntityType>
            <EntityType Name="TaskRefreshResult">
                <Key>
                    <PropertyRef Name="ErrorCorrelationId" />
                </Key>
                <Property Name="ErrorCorrelationId" Type="Edm.String" Nullable="false" />
                <Property Name="RefreshState" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="Result"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskRefreshResult_Result_SP_WorkManagement_OM_Task_ResultPartner"
                    ToRole="Result" FromRole="ResultPartner" />
            </EntityType>
            <EntityType Name="TaskWriteResult">
                <Key>
                    <PropertyRef Name="Error" />
                </Key>
                <Property Name="Error" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <NavigationProperty Name="Result"
                    Relationship="SP.WorkManagement.OM.SP_WorkManagement_OM_TaskWriteResult_Result_SP_WorkManagement_OM_Task_ResultPartner"
                    ToRole="Result" FromRole="ResultPartner" />
            </EntityType>
            <EntityType Name="UserOrderedSessionManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="UserOrderedSession" BaseType="SP.WorkManagement.OM.BaseSession" />
            <EntityType Name="UserSettingsManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ViewSelectionInfo">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="Image" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
            </EntityType>
            <Association
                Name="SP_WorkManagement_OM_NonTaskDataReadResult_AllLocatons_SP_WorkManagement_OM_Location_AllLocatonsPartner">
                <End Type="SP.WorkManagement.OM.Location" Role="AllLocatons" Multiplicity="*" />
                <End Type="SP.WorkManagement.OM.NonTaskDataReadResult" Role="AllLocatonsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_NonTaskDataReadResult_PersistedProperties_SP_WorkManagement_OM_PersistedProperties_PersistedPropertiesPartner">
                <End Type="SP.WorkManagement.OM.PersistedProperties" Role="PersistedProperties"
                    Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.NonTaskDataReadResult"
                    Role="PersistedPropertiesPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_NonTaskDataReadResult_RefreshHistory_SP_WorkManagement_OM_RefreshHistory_RefreshHistoryPartner">
                <End Type="SP.WorkManagement.OM.RefreshHistory" Role="RefreshHistory"
                    Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.NonTaskDataReadResult" Role="RefreshHistoryPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_NonTaskDataReadResult_ScriptExtensions_SP_WorkManagement_OM_DashboardScriptExtensionInfo_ScriptExtensionsPartner">
                <End Type="SP.WorkManagement.OM.DashboardScriptExtensionInfo"
                    Role="ScriptExtensions" Multiplicity="*" />
                <End Type="SP.WorkManagement.OM.NonTaskDataReadResult"
                    Role="ScriptExtensionsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_NonTaskDataReadResult_UserSettings_SP_WorkManagement_OM_UserSettings_UserSettingsPartner">
                <End Type="SP.WorkManagement.OM.UserSettings" Role="UserSettings"
                    Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.NonTaskDataReadResult" Role="UserSettingsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_RefreshHistory_Refreshes_SP_WorkManagement_OM_RefreshResult_RefreshesPartner">
                <End Type="SP.WorkManagement.OM.RefreshResult" Role="Refreshes" Multiplicity="*" />
                <End Type="SP.WorkManagement.OM.RefreshHistory" Role="RefreshesPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_RefreshResult_ProviderStatuses_SP_WorkManagement_OM_ProviderRefreshStatus_ProviderStatusesPartner">
                <End Type="SP.WorkManagement.OM.ProviderRefreshStatus" Role="ProviderStatuses"
                    Multiplicity="*" />
                <End Type="SP.WorkManagement.OM.RefreshResult" Role="ProviderStatusesPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_RefreshResult_TaskChangesByLocation_SP_WorkManagement_OM_LocationUpdateResult_TaskChangesByLocationPartner">
                <End Type="SP.WorkManagement.OM.LocationUpdateResult" Role="TaskChangesByLocation"
                    Multiplicity="*" />
                <End Type="SP.WorkManagement.OM.RefreshResult" Role="TaskChangesByLocationPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_RefreshHealthInfo_ProviderErrors_SP_WorkManagement_OM_ProviderErrorInfo_ProviderErrorsPartner">
                <End Type="SP.WorkManagement.OM.ProviderErrorInfo" Role="ProviderErrors"
                    Multiplicity="*" />
                <End Type="SP.WorkManagement.OM.RefreshHealthInfo" Role="ProviderErrorsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_SortableTaskQuery_CoreQuery_SP_WorkManagement_OM_TaskQuery_CoreQueryPartner">
                <End Type="SP.WorkManagement.OM.TaskQuery" Role="CoreQuery" Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.SortableTaskQuery" Role="CoreQueryPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_SortableTaskQuery_Order_SP_WorkManagement_OM_OrderInfo_OrderPartner">
                <End Type="SP.WorkManagement.OM.OrderInfo" Role="Order" Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.SortableTaskQuery" Role="OrderPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_TaskQuery_CustomAttributeFilter_SP_WorkManagement_OM_CustomAttributeFilter_CustomAttributeFilterPartner">
                <End Type="SP.WorkManagement.OM.CustomAttributeFilter" Role="CustomAttributeFilter"
                    Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.TaskQuery" Role="CustomAttributeFilterPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_TaskQuery_FieldFilter_SP_WorkManagement_OM_TaskFilter_FieldFilterPartner">
                <End Type="SP.WorkManagement.OM.TaskFilter" Role="FieldFilter" Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.TaskQuery" Role="FieldFilterPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_TaskQuery_LastModifiedDateRangeFilter_SP_WorkManagement_OM_DateRangeCriterion_LastModifiedDateRangeFilterPartner">
                <End Type="SP.WorkManagement.OM.DateRangeCriterion"
                    Role="LastModifiedDateRangeFilter" Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.TaskQuery" Role="LastModifiedDateRangeFilterPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_TaskQuery_LocationFilter_SP_WorkManagement_OM_LocationFilter_LocationFilterPartner">
                <End Type="SP.WorkManagement.OM.LocationFilter" Role="LocationFilter"
                    Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.TaskQuery" Role="LocationFilterPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_TaskFilter_CompletedCriterion_SP_WorkManagement_OM_BooleanCriterion_CompletedCriterionPartner">
                <End Type="SP.WorkManagement.OM.BooleanCriterion" Role="CompletedCriterion"
                    Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.TaskFilter" Role="CompletedCriterionPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_TaskFilter_DueDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_DueDateRangeCriterionPartner">
                <End Type="SP.WorkManagement.OM.DateRangeCriterion" Role="DueDateRangeCriterion"
                    Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.TaskFilter" Role="DueDateRangeCriterionPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_TaskFilter_IsNewCriterion_SP_WorkManagement_OM_BooleanCriterion_IsNewCriterionPartner">
                <End Type="SP.WorkManagement.OM.BooleanCriterion" Role="IsNewCriterion"
                    Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.TaskFilter" Role="IsNewCriterionPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_TaskFilter_NameCriterion_SP_WorkManagement_OM_NameCriterion_NameCriterionPartner">
                <End Type="SP.WorkManagement.OM.NameCriterion" Role="NameCriterion"
                    Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.TaskFilter" Role="NameCriterionPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_TaskFilter_StartDateRangeCriterion_SP_WorkManagement_OM_DateRangeCriterion_StartDateRangeCriterionPartner">
                <End Type="SP.WorkManagement.OM.DateRangeCriterion" Role="StartDateRangeCriterion"
                    Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.TaskFilter" Role="StartDateRangeCriterionPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_TaskQueryByLocationResult_Results_SP_WorkManagement_OM_Task_ResultsPartner">
                <End Type="SP.WorkManagement.OM.Task" Role="Results" Multiplicity="*" />
                <End Type="SP.WorkManagement.OM.TaskQueryByLocationResult" Role="ResultsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_TaskQueryResult_Results_SP_WorkManagement_OM_Task_ResultsPartner">
                <End Type="SP.WorkManagement.OM.Task" Role="Results" Multiplicity="*" />
                <End Type="SP.WorkManagement.OM.TaskQueryResult" Role="ResultsPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_TaskRefreshResult_Result_SP_WorkManagement_OM_Task_ResultPartner">
                <End Type="SP.WorkManagement.OM.Task" Role="Result" Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.TaskRefreshResult" Role="ResultPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkManagement_OM_TaskWriteResult_Result_SP_WorkManagement_OM_Task_ResultPartner">
                <End Type="SP.WorkManagement.OM.Task" Role="Result" Multiplicity="0..1" />
                <End Type="SP.WorkManagement.OM.TaskWriteResult" Role="ResultPartner"
                    Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.AppServices">
            <EntityType Name="AppCollection">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="SP.ComplianceFoundation">
            <EntityType Name="ComplianceDlpWorkItemSubmitter">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ComplianceRetentionWorkItemSubmitter">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="PreserveDocumentSubmitter">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="SP.DocumentManagement">
            <EntityType Name="DocumentId">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SPO.Identity">
            <EntityType Name="SPOIdentityHelper" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Online.SharePoint.Onboarding.RestService">
            <EntityType Name="JobEntityData" Abstract="true">
                <Key>
                    <PropertyRef Name="Option" />
                </Key>
                <Property Name="Option" Type="Edm.Int32" Nullable="false" />
                <Property Name="Reserve" Type="Edm.String" />
            </EntityType>
            <EntityType Name="OnboardingServicesBeta">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="PrioritySiteRenameJobs"
                    Relationship="Microsoft.Online.SharePoint.Onboarding.RestService.PrioritySiteRename.Microsoft_Online_SharePoint_Onboarding_RestService_OnboardingServicesBeta_PrioritySiteRenameJobs_Microsoft_Online_SharePoint_Onboarding_RestService_PrioritySiteRename_PrioritySiteRenameJob_PrioritySiteRenameJobsPartner"
                    ToRole="PrioritySiteRenameJobs" FromRole="PrioritySiteRenameJobsPartner" />
                <NavigationProperty Name="SiteRenameJobs"
                    Relationship="Microsoft.Online.SharePoint.Onboarding.RestService.Service.Microsoft_Online_SharePoint_Onboarding_RestService_OnboardingServicesBeta_SiteRenameJobs_Microsoft_Online_SharePoint_Onboarding_RestService_Service_SiteRenameJob_SiteRenameJobsPartner"
                    ToRole="SiteRenameJobs" FromRole="SiteRenameJobsPartner" />
                <NavigationProperty Name="TenantRenameJobs"
                    Relationship="Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.Microsoft_Online_SharePoint_Onboarding_RestService_OnboardingServicesBeta_TenantRenameJobs_Microsoft_Online_SharePoint_Onboarding_RestService_TenantRename_TenantRenameJob_TenantRenameJobsPartner"
                    ToRole="TenantRenameJobs" FromRole="TenantRenameJobsPartner" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Online.SharePoint.Onboarding.RestService.PrioritySiteRename">
            <EntityType Name="PrioritySiteRenameJobEntityData"
                BaseType="Microsoft.Online.SharePoint.Onboarding.RestService.JobEntityData">
                <Property Name="SiteUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="PrioritySiteRenameJob"
                BaseType="Microsoft.Online.SharePoint.Onboarding.RestService.PrioritySiteRename.PrioritySiteRenameJobEntityData">
                <Property Name="JobId" Type="Edm.Guid" Nullable="false" />
                <Property Name="PrioritizedSiteCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="ResponseMessages" Type="Collection(Edm.String)" />
            </EntityType>
            <Association
                Name="Microsoft_Online_SharePoint_Onboarding_RestService_OnboardingServicesBeta_PrioritySiteRenameJobs_Microsoft_Online_SharePoint_Onboarding_RestService_PrioritySiteRename_PrioritySiteRenameJob_PrioritySiteRenameJobsPartner">
                <End
                    Type="Microsoft.Online.SharePoint.Onboarding.RestService.PrioritySiteRename.PrioritySiteRenameJob"
                    Role="PrioritySiteRenameJobs" Multiplicity="*" />
                <End
                    Type="Microsoft.Online.SharePoint.Onboarding.RestService.OnboardingServicesBeta"
                    Role="PrioritySiteRenameJobsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Online.SharePoint.Onboarding.RestService.Service">
            <EntityType Name="SiteRenameJobEntityData"
                BaseType="Microsoft.Online.SharePoint.Onboarding.RestService.JobEntityData">
                <Property Name="OperationId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SkipGestures" Type="Edm.String" />
                <Property Name="SourceSiteUrl" Type="Edm.String" />
                <Property Name="TargetSiteTitle" Type="Edm.String" />
                <Property Name="TargetSiteUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SiteRenameJob"
                BaseType="Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJobEntityData">
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorDescription" Type="Edm.String" />
                <Property Name="JobId" Type="Edm.Guid" Nullable="false" />
                <Property Name="JobState" Type="Edm.String" />
                <Property Name="ParentId" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="TriggeredBy" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SiteRenameJobsForTenantRename">
                <Key>
                    <PropertyRef Name="NextLink" />
                </Key>
                <Property Name="NextLink" Type="Edm.String" Nullable="false" />
                <Property Name="SiteRenameJobsCountByParentIdAndState" Type="Edm.Int32"
                    Nullable="false" />
            </EntityType>
            <Association
                Name="Microsoft_Online_SharePoint_Onboarding_RestService_OnboardingServicesBeta_SiteRenameJobs_Microsoft_Online_SharePoint_Onboarding_RestService_Service_SiteRenameJob_SiteRenameJobsPartner">
                <End Type="Microsoft.Online.SharePoint.Onboarding.RestService.Service.SiteRenameJob"
                    Role="SiteRenameJobs" Multiplicity="*" />
                <End
                    Type="Microsoft.Online.SharePoint.Onboarding.RestService.OnboardingServicesBeta"
                    Role="SiteRenameJobsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename">
            <EntityType Name="TenantRenameJobEntityData"
                BaseType="Microsoft.Online.SharePoint.Onboarding.RestService.JobEntityData">
                <Property Name="IncludeGestures" Type="Edm.String" />
                <Property Name="JobId" Type="Edm.Guid" Nullable="false" />
                <Property Name="ScheduledDateTimeInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="SkipDomainCheck" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SourceAdminSiteUrl" Type="Edm.String" />
                <Property Name="SourceMySiteHostUrl" Type="Edm.String" />
                <Property Name="SourceRootSiteUrl" Type="Edm.String" />
                <Property Name="TargetAdminSiteUrl" Type="Edm.String" />
                <Property Name="TargetDomainPrefix" Type="Edm.String" />
                <Property Name="TargetMySiteHostUrl" Type="Edm.String" />
                <Property Name="TargetRootSiteUrl" Type="Edm.String" />
                <Property Name="UseV2TenantRename" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UseV3TenantRename" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="TenantRenameJob"
                BaseType="Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.TenantRenameJobEntityData">
                <Property Name="AttentionRequired" Type="Edm.Int32" Nullable="false" />
                <Property Name="DateTimeFormat" Type="Edm.String" />
                <Property Name="FailedSitesCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="InprogressSitesCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="JobState" Type="Edm.String" />
                <Property Name="QueuedSitesCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="RenamedSitesCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="RequestedAt" Type="Edm.DateTime" Nullable="false" />
                <Property Name="ResponseMessages" Type="Collection(Edm.String)" />
                <Property Name="SuccessSitesCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="SuspendedSitesCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="TotalSitesCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="TriggeredBy" Type="Edm.String" />
                <Property Name="UseGetSpoTenantRenameStatusV2" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <Association
                Name="Microsoft_Online_SharePoint_Onboarding_RestService_OnboardingServicesBeta_TenantRenameJobs_Microsoft_Online_SharePoint_Onboarding_RestService_TenantRename_TenantRenameJob_TenantRenameJobsPartner">
                <End
                    Type="Microsoft.Online.SharePoint.Onboarding.RestService.TenantRename.TenantRenameJob"
                    Role="TenantRenameJobs" Multiplicity="*" />
                <End
                    Type="Microsoft.Online.SharePoint.Onboarding.RestService.OnboardingServicesBeta"
                    Role="TenantRenameJobsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.WorkflowServices">
            <EntityType Name="WorkflowDefinition">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AssociationUrl" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="DraftVersion" Type="Edm.String" />
                <Property Name="FormField" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="InitiationUrl" Type="Edm.String" />
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
                <Property Name="Published" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RequiresAssociationForm" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RequiresInitiationForm" Type="Edm.Boolean" Nullable="false" />
                <Property Name="RestrictToScope" Type="Edm.String" />
                <Property Name="RestrictToType" Type="Edm.String" />
                <Property Name="Xaml" Type="Edm.String" />
            </EntityType>
            <EntityType Name="WorkflowDeploymentService" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="WorkflowInstance">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="FaultInfo" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="InstanceCreated" Type="Edm.DateTime" Nullable="false" />
                <Property Name="LastUpdated" Type="Edm.DateTime" Nullable="false" />
                <Property Name="Properties" Type="Collection(SP.KeyValue)" />
                <Property Name="Status" Type="Edm.Int32" Nullable="false" />
                <Property Name="UserStatus" Type="Edm.String" />
                <Property Name="WorkflowSubscriptionId" Type="Edm.Guid" Nullable="false" />
            </EntityType>
            <EntityType Name="WorkflowInstanceService" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="Current"
                    Relationship="SP.WorkflowServices.SP_WorkflowServices_WorkflowInstanceService_Current_SP_WorkflowServices_WorkflowInstanceService_CurrentPartner"
                    ToRole="Current" FromRole="CurrentPartner" />
            </EntityType>
            <EntityType Name="InteropService" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="Current"
                    Relationship="SP.WorkflowServices.SP_WorkflowServices_InteropService_Current_SP_WorkflowServices_InteropService_CurrentPartner"
                    ToRole="Current" FromRole="CurrentPartner" />
            </EntityType>
            <EntityType Name="WorkflowServicesManager">
                <Key>
                    <PropertyRef Name="AppId" />
                </Key>
                <Property Name="AppId" Type="Edm.String" Nullable="false" />
                <Property Name="IsConnected" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsRegistered" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ScopePath" Type="Edm.String" />
                <Property Name="ServiceHealthStatus" Type="Edm.Int32" Nullable="false" />
                <Property Name="Workflow2013Retired" Type="Edm.Boolean" Nullable="false" />
                <NavigationProperty Name="Current"
                    Relationship="SP.WorkflowServices.SP_WorkflowServices_WorkflowServicesManager_Current_SP_WorkflowServices_WorkflowServicesManager_CurrentPartner"
                    ToRole="Current" FromRole="CurrentPartner" />
            </EntityType>
            <EntityType Name="WorkflowSubscription">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="DefinitionId" Type="Edm.Guid" Nullable="false" />
                <Property Name="Enabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EventSourceId" Type="Edm.Guid" Nullable="false" />
                <Property Name="EventTypes" Type="Collection(Edm.String)" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="ManualStartBypassesActivationLimit" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="ParentContentTypeId" Type="Edm.String" />
                <Property Name="PropertyDefinitions" Type="Collection(SP.KeyValue)" />
                <Property Name="StatusFieldName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="WorkflowSubscriptionService" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="Current"
                    Relationship="SP.WorkflowServices.SP_WorkflowServices_WorkflowSubscriptionService_Current_SP_WorkflowServices_WorkflowSubscriptionService_CurrentPartner"
                    ToRole="Current" FromRole="CurrentPartner" />
            </EntityType>
            <EntityType Name="WorkflowMessagingService" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <Association
                Name="SP_WorkflowServices_WorkflowInstanceService_Current_SP_WorkflowServices_WorkflowInstanceService_CurrentPartner">
                <End Type="SP.WorkflowServices.WorkflowInstanceService" Role="Current"
                    Multiplicity="0..1" />
                <End Type="SP.WorkflowServices.WorkflowInstanceService" Role="CurrentPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkflowServices_InteropService_Current_SP_WorkflowServices_InteropService_CurrentPartner">
                <End Type="SP.WorkflowServices.InteropService" Role="Current" Multiplicity="0..1" />
                <End Type="SP.WorkflowServices.InteropService" Role="CurrentPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkflowServices_WorkflowServicesManager_Current_SP_WorkflowServices_WorkflowServicesManager_CurrentPartner">
                <End Type="SP.WorkflowServices.WorkflowServicesManager" Role="Current"
                    Multiplicity="0..1" />
                <End Type="SP.WorkflowServices.WorkflowServicesManager" Role="CurrentPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_WorkflowServices_WorkflowSubscriptionService_Current_SP_WorkflowServices_WorkflowSubscriptionService_CurrentPartner">
                <End Type="SP.WorkflowServices.WorkflowSubscriptionService" Role="Current"
                    Multiplicity="0..1" />
                <End Type="SP.WorkflowServices.WorkflowSubscriptionService" Role="CurrentPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="PS_ProjectWorkflowInstance_WorkflowInstance_SP_WorkflowServices_WorkflowInstance_WorkflowInstancePartner">
                <End Type="SP.WorkflowServices.WorkflowInstance" Role="WorkflowInstance"
                    Multiplicity="0..1" />
                <End Type="PS.ProjectWorkflowInstance" Role="WorkflowInstancePartner"
                    Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Likes">
            <EntityType Name="likedByInformation">
                <Key>
                    <PropertyRef Name="isLikedByUser" />
                </Key>
                <Property Name="isLikedByUser" Type="Edm.Boolean" Nullable="false" />
                <Property Name="likeCount" Type="Edm.Int64" Nullable="false" />
                <NavigationProperty Name="likedBy"
                    Relationship="Microsoft.SharePoint.Likes.Microsoft_SharePoint_Likes_likedByInformation_likedBy_Microsoft_SharePoint_Likes_userEntity_likedByPartner"
                    ToRole="likedBy" FromRole="likedByPartner" />
            </EntityType>
            <EntityType Name="userEntity">
                <Key>
                    <PropertyRef Name="creationDate" />
                </Key>
                <Property Name="creationDate" Type="Edm.DateTime" Nullable="false" />
                <Property Name="email" Type="Edm.String" />
                <Property Name="id" Type="Edm.Int32" Nullable="false" />
                <Property Name="loginName" Type="Edm.String" />
                <Property Name="name" Type="Edm.String" />
            </EntityType>
            <EntityType Name="LikesAPI" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <Association
                Name="SP_ListItem_LikedByInformation_Microsoft_SharePoint_Likes_likedByInformation_LikedByInformationPartner">
                <End Type="Microsoft.SharePoint.Likes.likedByInformation" Role="LikedByInformation"
                    Multiplicity="0..1" />
                <End Type="SP.ListItem" Role="LikedByInformationPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_SharePoint_Likes_likedByInformation_likedBy_Microsoft_SharePoint_Likes_userEntity_likedByPartner">
                <End Type="Microsoft.SharePoint.Likes.userEntity" Role="likedBy" Multiplicity="*" />
                <End Type="Microsoft.SharePoint.Likes.likedByInformation" Role="likedByPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_SharePoint_Comments_comment_likedBy_Microsoft_SharePoint_Likes_userEntity_likedByPartner">
                <End Type="Microsoft.SharePoint.Likes.userEntity" Role="likedBy" Multiplicity="*" />
                <End Type="Microsoft.SharePoint.Comments.comment" Role="likedByPartner"
                    Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Office.Server.ReputationModel">
            <EntityType Name="Reputation" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Publishing.Campaigns">
            <EntityType Name="Campaign">
                <Key>
                    <PropertyRef Name="color" />
                </Key>
                <Property Name="color" Type="Edm.String" Nullable="false" />
                <Property Name="creationDate" Type="Edm.DateTime" />
                <Property Name="description" Type="Edm.String" />
                <Property Name="id" Type="Edm.Int32" Nullable="false" />
                <Property Name="logo" Type="Edm.String" />
                <Property Name="sharePointIds"
                    Type="Microsoft.SharePoint.Publishing.Campaigns.Models.SharePointIds" />
                <Property Name="status" Type="Edm.String" />
                <Property Name="title" Type="Edm.String" />
            </EntityType>
            <Association
                Name="SP_Publishing_SitePageService_Campaigns_Microsoft_SharePoint_Publishing_Campaigns_Campaign_CampaignsPartner">
                <End Type="Microsoft.SharePoint.Publishing.Campaigns.Campaign" Role="Campaigns"
                    Multiplicity="*" />
                <End Type="SP.Publishing.SitePageService" Role="CampaignsPartner"
                    Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Publishing.RestOnly">
            <EntityType Name="BaseCustomProperty">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="IsEdited" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="PropertyType" Type="Edm.String" />
            </EntityType>
            <EntityType Name="BigIntCustomProperty"
                BaseType="Microsoft.SharePoint.Publishing.RestOnly.BaseCustomProperty">
                <Property Name="Value" Type="Edm.Int64" Nullable="false" />
            </EntityType>
            <EntityType Name="BooleanCustomProperty"
                BaseType="Microsoft.SharePoint.Publishing.RestOnly.BaseCustomProperty">
                <Property Name="Value" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="DateTimeTypeCustomProperty"
                BaseType="Microsoft.SharePoint.Publishing.RestOnly.BaseCustomProperty">
                <Property Name="Value" Type="Edm.DateTime" Nullable="false" />
            </EntityType>
            <EntityType Name="MultiValueStringCustomProperty"
                BaseType="Microsoft.SharePoint.Publishing.RestOnly.BaseCustomProperty">
                <Property Name="Value" Type="Collection(Edm.String)" />
            </EntityType>
            <EntityType Name="NumberCustomProperty"
                BaseType="Microsoft.SharePoint.Publishing.RestOnly.BaseCustomProperty">
                <Property Name="Value" Type="Edm.Double" Nullable="false" />
            </EntityType>
            <EntityType Name="PersonTypeCustomProperty"
                BaseType="Microsoft.SharePoint.Publishing.RestOnly.BaseCustomProperty">
                <Property Name="Value" Type="SP.Publishing.ProfileCoreProperties" />
            </EntityType>
            <EntityType Name="StringCustomProperty"
                BaseType="Microsoft.SharePoint.Publishing.RestOnly.BaseCustomProperty">
                <Property Name="Value" Type="Edm.String" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Client.Search.Administration">
            <EntityType Name="DocumentCrawlLog">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SiteContentProcessingInfoProvider">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SiteProvisioningInfoProvider">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="TenantCrawlVersionsInfoProvider">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="TenantRecycleBinInfoProvider">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Marketplace">
            <EntityType Name="SPMarketplaceSettings">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Flighting.Runtime">
            <EntityType Name="SPFlight">
                <Key>
                    <PropertyRef Name="Configuration" />
                </Key>
                <Property Name="Configuration" Type="Edm.String" Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.AppManagement">
            <EntityType Name="SPAppPrincipalInfo">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="Flag" Type="Edm.Int32" Nullable="false" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="Title" Type="Edm.String" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Office.SecureStoreService.Server">
            <EntityType Name="TargetApplicationField">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="CredentialType" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsMasked" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="TargetApplication">
                <Key>
                    <PropertyRef Name="ApplicationId" />
                </Key>
                <Property Name="ApplicationId" Type="Edm.String" Nullable="false" />
                <Property Name="ContactEmail" Type="Edm.String" />
                <Property Name="FriendlyName" Type="Edm.String" />
                <Property Name="TargetAppType" Type="Edm.Int32" Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.BusinessData.Infrastructure.SecureStore">
            <EntityType Name="ConnectionSettings">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="AuthenticationMode" Type="Edm.String" />
                <Property Name="ConnectionSettingsType" Type="Edm.Int32" Nullable="false" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="ParentName" Type="Edm.String" />
                <Property Name="ProxySSOApplicationId" Type="Edm.String" />
                <Property Name="ProxyTarget" Type="Edm.String" />
                <Property Name="SSOApplicationId" Type="Edm.String" />
                <Property Name="SSOProviderImplId" Type="Edm.String" />
                <Property Name="Target" Type="Edm.String" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Administration.SiteMove.Service">
            <EntityType Name="SiteMoveService">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.OAuth">
            <EntityType Name="TokenResponse">
                <Key>
                    <PropertyRef Name="access_token" />
                </Key>
                <Property Name="access_token" Type="Edm.String" Nullable="false" />
                <Property Name="expires_on" Type="Edm.String" />
                <Property Name="id_token" Type="Edm.String" />
                <Property Name="resource" Type="Edm.String" />
                <Property Name="scope" Type="Edm.String" />
                <Property Name="token_type" Type="Edm.String" />
                <NavigationProperty Name="accessTokenOptionalClaim"
                    Relationship="SP.OAuth.SP_OAuth_TokenResponse_accessTokenOptionalClaim_SP_OAuth_AccessTokenOptionalClaim_accessTokenOptionalClaimPartner"
                    ToRole="accessTokenOptionalClaim" FromRole="accessTokenOptionalClaimPartner" />
            </EntityType>
            <EntityType Name="AccessTokenOptionalClaim">
                <Key>
                    <PropertyRef Name="Acrs" />
                </Key>
                <Property Name="Acrs" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="NativeClient">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="Token">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="Authentication">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <Association
                Name="Microsoft_SharePoint_Portal_SharePointHomeServiceContext_DWEngineToken_SP_OAuth_TokenResponse_DWEngineTokenPartner">
                <End Type="SP.OAuth.TokenResponse" Role="DWEngineToken" Multiplicity="0..1" />
                <End Type="Microsoft.SharePoint.Portal.SharePointHomeServiceContext"
                    Role="DWEngineTokenPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_SharePoint_Portal_SharePointHomeServiceContext_Token_SP_OAuth_TokenResponse_TokenPartner">
                <End Type="SP.OAuth.TokenResponse" Role="Token" Multiplicity="0..1" />
                <End Type="Microsoft.SharePoint.Portal.SharePointHomeServiceContext"
                    Role="TokenPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_OAuth_TokenResponse_accessTokenOptionalClaim_SP_OAuth_AccessTokenOptionalClaim_accessTokenOptionalClaimPartner">
                <End Type="SP.OAuth.AccessTokenOptionalClaim" Role="accessTokenOptionalClaim"
                    Multiplicity="0..1" />
                <End Type="SP.OAuth.TokenResponse" Role="accessTokenOptionalClaimPartner"
                    Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Portal.WebControls">
            <EntityType Name="RecentDocument">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="Application" Type="Edm.String" />
                <Property Name="FileName" Type="Edm.String" />
                <Property Name="IconUrl" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsPinned" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LinkLocation" Type="Edm.String" />
                <Property Name="TimeStamp" Type="Edm.DateTime" Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="SP.BusinessData.Runtime">
            <EntityType Name="EntityInstance" OpenType="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="EntityFieldValueDictionary" OpenType="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="EntityIdentity" OpenType="true">
                <Key>
                    <PropertyRef Name="IdentifierCount" />
                </Key>
                <Property Name="IdentifierCount" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="NotificationCallback">
                <Key>
                    <PropertyRef Name="NotificationContext" />
                </Key>
                <Property Name="NotificationContext" Type="Edm.String" Nullable="false" />
                <Property Name="NotificationEndpoint" Type="Edm.String" />
                <Property Name="NotificationForwarderType" Type="Edm.String" />
            </EntityType>
            <EntityType Name="Subscription">
                <Key>
                    <PropertyRef Name="Hash" />
                </Key>
                <Property Name="Hash" Type="Edm.String" Nullable="false" />
                <Property Name="ID" Type="Collection(SP.KeyValue)" />
            </EntityType>
            <Association
                Name="SP_BusinessData_MethodExecutionResult_ReturnParameterCollection_SP_BusinessData_Runtime_EntityFieldValueDictionary_ReturnParameterCollectionPartner">
                <End Type="SP.BusinessData.Runtime.EntityFieldValueDictionary"
                    Role="ReturnParameterCollection" Multiplicity="*" />
                <End Type="SP.BusinessData.MethodExecutionResult"
                    Role="ReturnParameterCollectionPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.BusinessData">
            <EntityType Name="Entity">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="EstimatedInstanceCount" Type="Edm.Int64" Nullable="false" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="Namespace" Type="Edm.String" />
            </EntityType>
            <EntityType Name="EntityField">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="ContainsLocalizedDisplayName" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DefaultDisplayName" Type="Edm.String" />
                <Property Name="LocalizedDisplayName" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="Filter">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="DefaultDisplayName" Type="Edm.String" />
                <Property Name="FilterField" Type="Edm.String" />
                <Property Name="FilterType" Type="Edm.String" />
                <Property Name="LocalizedDisplayName" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="ValueCount" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="EntityIdentifier">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="IdentifierType" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="LobSystemInstance">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="Name" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="MethodExecutionResult">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="ReturnParameterCollection"
                    Relationship="SP.BusinessData.Runtime.SP_BusinessData_MethodExecutionResult_ReturnParameterCollection_SP_BusinessData_Runtime_EntityFieldValueDictionary_ReturnParameterCollectionPartner"
                    ToRole="ReturnParameterCollection" FromRole="ReturnParameterCollectionPartner" />
            </EntityType>
            <EntityType Name="TypeDescriptor">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="ContainsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsCollection" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsReadOnly" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="TypeName" Type="Edm.String" />
            </EntityType>
            <EntityType Name="EntityView">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="RelatedSpecificFinderName" Type="Edm.String" />
                <NavigationProperty Name="Fields"
                    Relationship="SP.BusinessData.SP_BusinessData_EntityView_Fields_SP_BusinessData_EntityField_FieldsPartner"
                    ToRole="Fields" FromRole="FieldsPartner" />
            </EntityType>
            <EntityType Name="AppBdcCatalog">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <Association
                Name="SP_BusinessData_EntityView_Fields_SP_BusinessData_EntityField_FieldsPartner">
                <End Type="SP.BusinessData.EntityField" Role="Fields" Multiplicity="*" />
                <End Type="SP.BusinessData.EntityView" Role="FieldsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.WebControls">
            <EntityType Name="ModuleLink">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ResourceManifestInformation">
                <Key>
                    <PropertyRef Name="RequireJsScriptBlock" />
                </Key>
                <Property Name="RequireJsScriptBlock" Type="Edm.String" Nullable="false" />
                <Property Name="ScenarioMapping" Type="Collection(SP.KeyValue)" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.SPStart">
            <EntityType Name="SPStartUtilitiesProxy" Abstract="true">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.SmartCache">
            <EntityType Name="SmartCacheItem">
                <Key>
                    <PropertyRef Name="accessUrl" />
                </Key>
                <Property Name="accessUrl" Type="Edm.String" Nullable="false" />
                <Property Name="containerTitle" Type="Edm.String" />
                <Property Name="contentClass" Type="Edm.String" />
                <Property Name="isDefaultDocumentLibrary" Type="Edm.Boolean" />
                <Property Name="isTeamsChannelSite" Type="Edm.Boolean" />
                <Property Name="isTeamsConnectedSite" Type="Edm.Boolean" />
                <Property Name="lastAccessDateTime" Type="Edm.DateTime" Nullable="false" />
                <Property Name="listId" Type="Edm.Guid" Nullable="false" />
                <Property Name="listItemId" Type="Edm.Int32" Nullable="false" />
                <Property Name="operation" Type="Edm.Int32" Nullable="false" />
                <Property Name="pinOrder" Type="Edm.Int64" />
                <Property Name="properties" Type="Edm.String" />
                <Property Name="siteAcronym" Type="Edm.String" />
                <Property Name="siteColor" Type="Edm.String" />
                <Property Name="siteId" Type="Edm.Guid" Nullable="false" />
                <Property Name="siteLogoUrl" Type="Edm.String" />
                <Property Name="spoId" Type="Edm.String" />
                <Property Name="title" Type="Edm.String" />
                <Property Name="uniqueId" Type="Edm.Guid" Nullable="false" />
                <Property Name="webId" Type="Edm.Guid" Nullable="false" />
                <Property Name="webUrl" Type="Edm.String" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.QuotaManagement.Consumer">
            <EntityType Name="NonQuotaBackfillApi">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="NonQuotaMigrationApi">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="QuotaMigrationApi">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Photos">
            <EntityType Name="PhotosMigration">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Packaging">
            <EntityType Name="AppDetails">
                <Key>
                    <PropertyRef Name="EulaUrl" />
                </Key>
                <Property Name="EulaUrl" Type="Edm.String" Nullable="false" />
                <Property Name="PrivacyUrl" Type="Edm.String" />
                <Property Name="Publisher" Type="Edm.String" />
                <Property Name="ShortDescription" Type="Edm.String" />
                <Property Name="SupportUrl" Type="Edm.String" />
            </EntityType>
            <EntityType Name="AppIconInfo">
                <Key>
                    <PropertyRef Name="Content" />
                </Key>
                <Property Name="Content" Type="Edm.Binary" Nullable="false" />
                <Property Name="MimeType" Type="Edm.String" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Navigation.REST">
            <EntityType Name="HomeSiteNavigationSettings">
                <Key>
                    <PropertyRef Name="IsEnabled" />
                </Key>
                <Property Name="IsEnabled" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
            <EntityType Name="NavigationServiceRest">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <NavigationProperty Name="HomeSiteSettings"
                    Relationship="Microsoft.SharePoint.Navigation.REST.Microsoft_SharePoint_Navigation_REST_NavigationServiceRest_HomeSiteSettings_Microsoft_SharePoint_Navigation_REST_HomeSiteNavigationSettings_HomeSiteSettingsPartner"
                    ToRole="HomeSiteSettings" FromRole="HomeSiteSettingsPartner" />
            </EntityType>
            <Association
                Name="Microsoft_SharePoint_Navigation_REST_NavigationServiceRest_HomeSiteSettings_Microsoft_SharePoint_Navigation_REST_HomeSiteNavigationSettings_HomeSiteSettingsPartner">
                <End Type="Microsoft.SharePoint.Navigation.REST.HomeSiteNavigationSettings"
                    Role="HomeSiteSettings" Multiplicity="0..1" />
                <End Type="Microsoft.SharePoint.Navigation.REST.NavigationServiceRest"
                    Role="HomeSiteSettingsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.MultiGeo">
            <EntityType Name="SPMultiGeoProxy">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.LargeOperation">
            <EntityType Name="SPLargeOperation">
                <Key>
                    <PropertyRef Name="OperationType" />
                </Key>
                <Property Name="OperationType" Type="Edm.String" Nullable="false" />
                <Property Name="ProgressPercentage" Type="Edm.Double" Nullable="false" />
                <Property Name="ResourceLocation" Type="Edm.String" />
                <Property Name="Status" Type="Edm.String" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.IR">
            <EntityType Name="IRMigration">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Internal.ClientSideComponent">
            <EntityType Name="ComponentContextInfo">
                <Key>
                    <PropertyRef Name="SerializedData" />
                </Key>
                <Property Name="SerializedData" Type="Edm.String" Nullable="false" />
            </EntityType>
            <EntityType Name="Token">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Insights">
            <EntityType Name="SPTenantIBInsightsReportManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="SPTenantIBInsightsReportMetadata">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="CompleteTimeInUtc" Type="Edm.DateTime" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="QueuedTimeInUtc" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StartTimeInUtc" Type="Edm.DateTime" />
                <Property Name="State" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SPTenantIBInsightsReport"
                BaseType="Microsoft.SharePoint.Insights.SPTenantIBInsightsReportMetadata">
                <Property Name="Explicit" Type="Collection(Edm.String)" />
                <Property Name="ModeDistribution" Type="Collection(Edm.String)" />
                <Property Name="Open" Type="Collection(Edm.String)" />
                <Property Name="OwnerModerated" Type="Collection(Edm.String)" />
            </EntityType>
            <EntityType Name="SPTenantIBInsightsReportOneDrive"
                BaseType="Microsoft.SharePoint.Insights.SPTenantIBInsightsReport">
                <Property Name="Mixed" Type="Collection(Edm.String)" />
            </EntityType>
            <EntityType Name="SPTenantIBInsightsReportSharePoint"
                BaseType="Microsoft.SharePoint.Insights.SPTenantIBInsightsReport">
                <Property Name="Implicit" Type="Collection(Edm.String)" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.FilePublish.Model">
            <EntityType Name="FileStatus">
                <Key>
                    <PropertyRef Name="ErrorCode" />
                </Key>
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="InitialCreation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ListItemId" Type="Edm.Int32" />
                <Property Name="ParentListId" Type="Edm.Guid" />
                <Property Name="Path" Type="SP.ResourcePath" />
                <Property Name="Succeeded" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UniqueId" Type="Edm.Guid" />
            </EntityType>
            <EntityType Name="RemovedStatus">
                <Key>
                    <PropertyRef Name="ErrorCode" />
                </Key>
                <Property Name="ErrorCode" Type="Edm.Int32" Nullable="false" />
                <Property Name="FoundAndRemovedFile" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Succeeded" Type="Edm.Boolean" Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Convergence">
            <EntityType Name="AddNoLiveBlobsInOdcServiceStateApi">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="ConsumerPermissions">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="MigrationCompleteStateApi">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="OdcMetadataCleanedUpApi">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.ContentSolution.API">
            <EntityType Name="TemplateAPI">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <Association
                Name="SP_ContentSolution_Templates_Microsoft_SharePoint_ContentSolution_API_TemplateAPI_TemplatesPartner">
                <End Type="Microsoft.SharePoint.ContentSolution.API.TemplateAPI" Role="Templates"
                    Multiplicity="0..1" />
                <End Type="SP.ContentSolution" Role="TemplatesPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="SP.BusinessData.Infrastructure">
            <EntityType Name="ExternalSubscriptionStore">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.Analytics">
            <EntityType Name="AnalyticsUsageEntry">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Administration.Claims">
            <EntityType Name="SPVivaLearningManager">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.SharePoint.Administration.Archiving">
            <EntityType Name="ArchiveFileSizeMetric">
                <Key>
                    <PropertyRef Name="ActiveStorageInGB" />
                </Key>
                <Property Name="ActiveStorageInGB" Type="Edm.Double" Nullable="false" />
                <Property Name="ArchivedStorageInGB" Type="Edm.Double" Nullable="false" />
                <Property Name="InactiveStorageInGB" Type="Edm.Double" Nullable="false" />
                <Property Name="LastRefreshOn" Type="Edm.DateTime" />
                <Property Name="UnsupportedStorageInGB" Type="Edm.Double" Nullable="false" />
            </EntityType>
            <Association
                Name="Microsoft_Online_SharePoint_TenantAdministration_Tenant_TotalTenantArchiveFileSizeAggregation_Microsoft_SharePoint_Administration_Archiving_ArchiveFileSizeMetric_TotalTenantArchiveFileSizeAggregationPartner">
                <End Type="Microsoft.SharePoint.Administration.Archiving.ArchiveFileSizeMetric"
                    Role="TotalTenantArchiveFileSizeAggregation" Multiplicity="0..1" />
                <End Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"
                    Role="TotalTenantArchiveFileSizeAggregationPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Online.SharePoint.TenantManagement">
            <EntityType Name="ExternalUser">
                <Key>
                    <PropertyRef Name="AcceptedAs" />
                </Key>
                <Property Name="AcceptedAs" Type="Edm.String" Nullable="false" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="InvitedAs" Type="Edm.String" />
                <Property Name="InvitedBy" Type="Edm.String" />
                <Property Name="IsCrossTenant" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LoginName" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.String" />
                <Property Name="UserId" Type="Edm.Int32" Nullable="false" />
                <Property Name="WhenCreated" Type="Edm.DateTime" Nullable="false" />
            </EntityType>
            <EntityType Name="GetExternalUsersResults">
                <Key>
                    <PropertyRef Name="TotalUserCount" />
                </Key>
                <Property Name="TotalUserCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="UserCollectionPosition" Type="Edm.Int32" Nullable="false" />
                <NavigationProperty Name="ExternalUserCollection"
                    Relationship="Microsoft.Online.SharePoint.TenantManagement.Microsoft_Online_SharePoint_TenantManagement_GetExternalUsersResults_ExternalUserCollection_Microsoft_Online_SharePoint_TenantManagement_ExternalUser_ExternalUserCollectionPartner"
                    ToRole="ExternalUserCollection" FromRole="ExternalUserCollectionPartner" />
            </EntityType>
            <EntityType Name="GroupCreationParams">
                <Key>
                    <PropertyRef Name="Classification" />
                </Key>
                <Property Name="Classification" Type="Edm.String" Nullable="false" />
                <Property Name="CreationOptions" Type="Collection(Edm.String)" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="Owners" Type="Collection(Edm.String)" />
            </EntityType>
            <EntityType Name="ImportProfilePropertiesJobInfo">
                <Key>
                    <PropertyRef Name="Error" />
                </Key>
                <Property Name="Error" Type="Edm.Int32" Nullable="false" />
                <Property Name="ErrorMessage" Type="Edm.String" />
                <Property Name="JobId" Type="Edm.Guid" Nullable="false" />
                <Property Name="LogFolderUri" Type="Edm.String" />
                <Property Name="SourceUri" Type="Edm.String" />
                <Property Name="State" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="Office365Tenant">
                <Key>
                    <PropertyRef Name="AddressbarLinkPermission" />
                </Key>
                <Property Name="AddressbarLinkPermission" Type="Edm.Int32" Nullable="false" />
                <Property Name="AllowAnonymousMeetingParticipantsToAccessWhiteboards"
                    Type="Edm.Int32" Nullable="false" />
                <Property Name="AllowCommentsTextOnEmailEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowDownloadingNonWebViewableFiles" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowedDomainListForSyncClient" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="AllowEditing" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowEveryoneExceptExternalUsersClaimInPrivateSite"
                    Type="Edm.Boolean" Nullable="false" />
                <Property Name="AllowGuestUserShareToUsersNotInSiteCollection" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowLegacyBrowserAuthProtocolsEnabledSetting" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowLimitedAccessOnUnmanagedDevices" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowOverrideForBlockUserInfoVisibility" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowSelectSecurityGroupsInSPSitesList"
                    Type="Collection(Edm.String)" />
                <Property Name="AllowSelectSGsInODBList" Type="Collection(Edm.String)" />
                <Property Name="AllowSharingOutsideRestrictedAccessControlGroups" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled"
                    Type="Edm.Boolean" Nullable="false" />
                <Property Name="AnyoneLinkTrackUsers" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AppAccessInformationBarriersAllowList" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="AppBypassInformationBarriers" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ApplyAppEnforcedRestrictionsToAdHocRecipients" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AppOnlyBypassPeoplePickerPolicies" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="AuthContextResilienceMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="BccExternalSharingInvitations" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BccExternalSharingInvitationsList" Type="Edm.String" />
                <Property Name="BlockAccessOnUnmanagedDevices" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BlockAppAccessWithAuthenticationContext" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="BlockDownloadFileTypeIds" Type="Collection(Edm.Int32)"
                    Nullable="false" />
                <Property Name="BlockDownloadFileTypePolicy" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BlockDownloadLinksFileType" Type="Edm.Int32" Nullable="false" />
                <Property Name="BlockDownloadOfAllFilesForGuests" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="BlockDownloadOfAllFilesOnUnmanagedDevices" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="BlockDownloadOfViewableFilesForGuests" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="BlockDownloadOfViewableFilesOnUnmanagedDevices" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="BlockMacSync" Type="Edm.Boolean" Nullable="false" />
                <Property Name="BlockUserInfoVisibility" Type="Edm.String" />
                <Property Name="BlockUserInfoVisibilityInOneDrive" Type="Edm.Int32" Nullable="false" />
                <Property Name="BlockUserInfoVisibilityInSharePoint" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="BusinessConnectivityServiceDisabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="CommentsOnFilesDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CommentsOnListItemsDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CommentsOnSitePagesDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ConditionalAccessPolicy" Type="Edm.Int32" Nullable="false" />
                <Property Name="ConditionalAccessPolicyErrorHelpLink" Type="Edm.String" />
                <Property Name="ContentTypeSyncSiteTemplatesList" Type="Collection(Edm.String)" />
                <Property Name="CoreBlockGuestsAsSiteAdmin" Type="Edm.Int32" Nullable="false" />
                <Property Name="CoreDefaultLinkToExistingAccess" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CoreDefaultShareLinkRole" Type="Edm.Int32" Nullable="false" />
                <Property Name="CoreDefaultShareLinkScope" Type="Edm.Int32" Nullable="false" />
                <Property Name="CoreLoopDefaultSharingLinkRole" Type="Edm.Int32" Nullable="false" />
                <Property Name="CoreLoopDefaultSharingLinkScope" Type="Edm.Int32" Nullable="false" />
                <Property Name="CoreRequestFilesLinkEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="CoreRequestFilesLinkExpirationInDays" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="CoreSharingCapability" Type="Edm.Int32" Nullable="false" />
                <Property Name="CustomizedExternalSharingServiceUrl" Type="Edm.String" />
                <Property Name="DefaultContentCenterSite"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker" />
                <Property Name="DefaultLinkPermission" Type="Edm.Int32" Nullable="false" />
                <Property Name="DefaultODBMode" Type="Edm.String" />
                <Property Name="DefaultSharingLinkType" Type="Edm.Int32" Nullable="false" />
                <Property Name="DenySelectSecurityGroupsInSPSitesList" Type="Collection(Edm.String)" />
                <Property Name="DenySelectSGsInODBList" Type="Collection(Edm.String)" />
                <Property Name="DisableAddToOneDrive" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableBackToClassic" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableCustomAppAuthentication" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisabledModernListTemplateIds" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="DisableOutlookPSTVersionTrimming" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="DisablePersonalListCreation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableSpacesActivation" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisableVivaConnectionsAnalytics" Type="Edm.Boolean" Nullable="false" />
                <Property Name="DisplayStartASiteOption" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EmailAttestationEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EmailAttestationReAuthDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="EmailAttestationRequired" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableAutoExpirationVersionTrim" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableAutoNewsDigest" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableAzureADB2BIntegration" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableGuestSignInAcceleration" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnablePromotedFileHandlers" Type="Edm.Boolean" Nullable="false" />
                <Property Name="EnableRestrictedAccessControl" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ESignatureAppList" Type="Collection(Edm.String)" />
                <Property Name="ESignatureEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ESignatureSiteInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker)" />
                <Property Name="ESignatureSiteList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="ESignatureSiteListFileName" Type="Edm.String" />
                <Property Name="ESignatureThirdPartyProviderInfoList" Type="Collection(Edm.String)" />
                <Property Name="ESignatureThirdPartyProviderList" Type="Collection(Edm.String)" />
                <Property Name="ESignatureThirdPartyProviderListFileName" Type="Edm.String" />
                <Property Name="ExcludedBlockDownloadGroupIds" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <Property Name="ExcludedFileExtensionsForSyncClient" Type="Collection(Edm.String)" />
                <Property Name="ExemptNativeUsersFromTenantLevelRestricedAccessControl"
                    Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExpireVersionsAfterDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="ExternalServicesEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExternalUserExpirationRequired" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ExternalUserExpireInDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="FileAnonymousLinkType" Type="Edm.Int32" Nullable="false" />
                <Property Name="FilePickerExternalImageSearchEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="FileVersionPolicyXml" Type="Edm.String" />
                <Property Name="FolderAnonymousLinkType" Type="Edm.Int32" Nullable="false" />
                <Property Name="GetOrgAssets" Type="Microsoft.SharePoint.Administration.OrgAssets" />
                <Property Name="GuestSharingGroupAllowList" Type="Edm.String" />
                <Property Name="HasAdminCompletedCUConfiguration" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="HideSyncButtonOnDocLib" Type="Edm.Boolean" Nullable="false" />
                <Property Name="HideSyncButtonOnODB" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IBImplicitGroupBased" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ImageTaggingOption" Type="Edm.Int32" Nullable="false" />
                <Property Name="ImageTaggingSiteInfoList"
                    Type="Collection(Microsoft.Online.SharePoint.TenantAdministration.SiteInfoForSitePicker)" />
                <Property Name="ImageTaggingSiteList" Type="Collection(Edm.Guid)" Nullable="false" />
                <Property Name="ImageTaggingSiteListFileName" Type="Edm.String" />
                <Property Name="IncludeAtAGlanceInShareEmails" Type="Edm.Boolean" Nullable="false" />
                <Property Name="InformationBarriersSuspension" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IPAddressAllowList" Type="Edm.String" />
                <Property Name="IPAddressEnforcement" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IPAddressWACTokenLifetime" Type="Edm.Int32" Nullable="false" />
                <Property Name="IsUnmanagedSyncClientForTenantRestricted" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="IsUnmanagedSyncClientRestrictionFlightEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="LegacyAuthProtocolsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="LegacyBrowserAuthProtocolsEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="LimitedAccessFileType" Type="Edm.Int32" Nullable="false" />
                <Property Name="MachineLearningCaptureEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MajorVersionLimit" Type="Edm.Int32" Nullable="false" />
                <Property Name="MarkAllFilesAsSensitiveByDefault" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="MassDeleteNotificationDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MassDeleteNotificationDisabledForODB" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="MassDeleteNotificationDisabledForSPO" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="MediaTranscription" Type="Edm.Int32" Nullable="false" />
                <Property Name="MediaTranscriptionAutomaticFeatures" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="MobileFriendlyUrlEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MySitesPublicEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="NotificationsInOneDriveForBusinessEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="NotificationsInSharePointEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="NotifyOwnersWhenItemsReshared" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ODBAccessRequests" Type="Edm.Int32" Nullable="false" />
                <Property Name="ODBMembersCanShare" Type="Edm.Int32" Nullable="false" />
                <Property Name="ODBSensitivityRefreshWindowInHours" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="ODBSharingCapability" Type="Edm.Int32" Nullable="false" />
                <Property Name="OfficeClientADALDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OneDriveBlockGuestsAsSiteAdmin" Type="Edm.Int32" Nullable="false" />
                <Property Name="OneDriveDefaultLinkToExistingAccess" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="OneDriveDefaultShareLinkRole" Type="Edm.Int32" Nullable="false" />
                <Property Name="OneDriveDefaultShareLinkScope" Type="Edm.Int32" Nullable="false" />
                <Property Name="OneDriveForGuestsEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OneDriveLoopDefaultSharingLinkRole" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="OneDriveLoopDefaultSharingLinkScope" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="OneDriveRequestFilesLinkEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="OneDriveRequestFilesLinkExpirationInDays" Type="Edm.Int32"
                    Nullable="false" />
                <Property Name="OwnerAnonymousNotification" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PreventExternalUsersFromResharing" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ProvisionSharedWithEveryoneFolder" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="PublicCdnAllowedFileTypes" Type="Edm.String" />
                <Property Name="PublicCdnEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="PublicCdnOrigins" Type="Collection(Edm.String)" />
                <Property Name="RecycleBinRetentionPeriod" Type="Edm.Int32" Nullable="false" />
                <Property Name="ReduceTempTokenLifetimeEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ReduceTempTokenLifetimeValue" Type="Edm.Int32" Nullable="false" />
                <Property Name="RequireAnonymousLinksExpireInDays" Type="Edm.Int32" Nullable="false" />
                <Property Name="RestrictedAccessControlForOneDriveErrorHelpLink" Type="Edm.String" />
                <Property Name="RestrictedAccessControlforSitesErrorHelpLink" Type="Edm.String" />
                <Property Name="SearchResolveExactEmailOrUPN" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SelfServiceSiteCreationDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SharingAllowedDomainList" Type="Edm.String" />
                <Property Name="SharingBlockedDomainList" Type="Edm.String" />
                <Property Name="SharingCapability" Type="Edm.Int32" Nullable="false" />
                <Property Name="SharingDomainRestrictionMode" Type="Edm.Int32" Nullable="false" />
                <Property Name="ShowAllUsersClaim" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowEveryoneClaim" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowEveryoneExceptExternalUsersClaim" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ShowNGSCDialogForSyncOnODB" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ShowOpenInDesktopOptionForSyncedFiles" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ShowPeoplePickerGroupSuggestionsForIB" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ShowPeoplePickerSuggestionsForGuestUsers" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="SignInAccelerationDomain" Type="Edm.String" />
                <Property Name="SiteOwnerManageLegacyServicePrincipalEnabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="SocialBarOnSitePagesDisabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SPJitDlpPolicyData"
                    Type="Microsoft.SharePoint.AuthPolicy.SPJitDlpPolicyData" />
                <Property Name="StartASiteFormUrl" Type="Edm.String" />
                <Property Name="StopNew2010Workflows" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StopNew2013Workflows" Type="Edm.Boolean" Nullable="false" />
                <Property Name="StreamLaunchConfig" Type="Edm.Int32" Nullable="false" />
                <Property Name="StreamLaunchConfigLastUpdated" Type="Edm.DateTime" Nullable="false" />
                <Property Name="StreamLaunchConfigUpdateCount" Type="Edm.Int32" Nullable="false" />
                <Property Name="SyncPrivacyProfileProperties" Type="Edm.Boolean" Nullable="false" />
                <Property Name="SyntexBillingSubscriptionSettings"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SyntexBillingContext" />
                <Property Name="SyntexInternalFeatureFlags" Type="Collection(SP.KeyValue)" />
                <Property Name="SyntexMediaAnalyticsSettings"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SyntexPremiumFeatureSettings" />
                <Property Name="SyntexPaygFeatureActivations" Type="Collection(SP.KeyValue)" />
                <Property Name="SyntexPlaybackTranscriptTranslationSettings"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SyntexPremiumFeatureSettings" />
                <Property Name="SyntexPowerAppsEnvironmentsContext"
                    Type="Microsoft.Online.SharePoint.TenantAdministration.SyntexPowerAppsEnvironmentsContext" />
                <Property Name="TlsTokenBindingPolicyValue" Type="Edm.Int32" Nullable="false" />
                <Property Name="UseFindPeopleInPeoplePicker" Type="Edm.Boolean" Nullable="false" />
                <Property Name="UsePersistentCookiesForExplorerView" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ViewersCanCommentOnMediaDisabled" Type="Edm.Boolean"
                    Nullable="false" />
                <Property Name="ViewInFileExplorerEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="WhoCanShareAllowList" Type="Edm.String" />
                <Property Name="Workflow2010Disabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Workflows2013State" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="RemoveExternalUsersResults">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
                <Property Name="RemoveFailed" Type="Collection(Edm.String)" />
                <Property Name="RemoveSucceeded" Type="Collection(Edm.String)" />
            </EntityType>
            <EntityType Name="SPOUserSessionRevocationResult">
                <Key>
                    <PropertyRef Name="State" />
                </Key>
                <Property Name="State" Type="Edm.Int32" Nullable="false" />
            </EntityType>
            <EntityType Name="ThemeProperties">
                <Key>
                    <PropertyRef Name="Name" />
                </Key>
                <Property Name="ColorPairsJson" Type="Edm.String" />
                <Property Name="Editable" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsInverted" Type="Edm.Boolean" Nullable="false" />
                <Property Name="Name" Type="Edm.String" Nullable="false" />
                <Property Name="Palette" Type="Collection(SP.KeyValue)" />
            </EntityType>
            <Association
                Name="Microsoft_Online_SharePoint_TenantManagement_GetExternalUsersResults_ExternalUserCollection_Microsoft_Online_SharePoint_TenantManagement_ExternalUser_ExternalUserCollectionPartner">
                <End Type="Microsoft.Online.SharePoint.TenantManagement.ExternalUser"
                    Role="ExternalUserCollection" Multiplicity="*" />
                <End Type="Microsoft.Online.SharePoint.TenantManagement.GetExternalUsersResults"
                    Role="ExternalUserCollectionPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Online.SharePoint.TenantAdministration.Internal">
            <EntityType Name="SPO3rdPartyAADPermissionGrant">
                <Key>
                    <PropertyRef Name="ClientId" />
                </Key>
                <Property Name="ClientId" Type="Edm.String" Nullable="false" />
                <Property Name="ConsentType" Type="Edm.String" />
                <Property Name="IsDomainIsolated" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ObjectId" Type="Edm.String" />
                <Property Name="PackageName" Type="Edm.String" />
                <Property Name="Resource" Type="Edm.String" />
                <Property Name="Scope" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SPOWebAppServicePrincipalPermissionGrant">
                <Key>
                    <PropertyRef Name="ClientId" />
                </Key>
                <Property Name="ClientId" Type="Edm.String" Nullable="false" />
                <Property Name="ConsentType" Type="Edm.String" />
                <Property Name="IsDomainIsolated" Type="Edm.Boolean" Nullable="false" />
                <Property Name="ObjectId" Type="Edm.String" />
                <Property Name="PackageName" Type="Edm.String" />
                <Property Name="Resource" Type="Edm.String" />
                <Property Name="ResourceId" Type="Edm.String" />
                <Property Name="Scope" Type="Edm.String" />
            </EntityType>
            <EntityType Name="SPOWebAppServicePrincipalPermissionRequest">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="ClientComponentItemUniqueId" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="IsDomainIsolated" Type="Edm.Boolean" Nullable="false" />
                <Property Name="IsolatedDomainUrl" Type="Edm.String" />
                <Property Name="IsPreauthorizedPermission" Type="Edm.Boolean" Nullable="false" />
                <Property Name="MultiTenantAppId" Type="Edm.String" />
                <Property Name="MultiTenantAppReplyUrl" Type="Edm.String" />
                <Property Name="PackageApproverName" Type="Edm.String" />
                <Property Name="PackageName" Type="Edm.String" />
                <Property Name="PackageVersion" Type="Edm.String" />
                <Property Name="Resource" Type="Edm.String" />
                <Property Name="ResourceId" Type="Edm.String" />
                <Property Name="Scope" Type="Edm.String" />
                <Property Name="TimeRequested" Type="Edm.DateTime" Nullable="false" />
            </EntityType>
            <EntityType Name="SPOWebAppServicePrincipal">
                <Key>
                    <PropertyRef Name="AccountEnabled" />
                </Key>
                <Property Name="AccountEnabled" Type="Edm.Boolean" Nullable="false" />
                <Property Name="AppHelperId" Type="Edm.String" />
                <Property Name="AppId" Type="Edm.String" />
                <Property Name="AppsToDelete" Type="Collection(Edm.String)" />
                <Property Name="ReplyUrls" Type="Collection(Edm.String)" />
                <Property Name="ServicePrincipalObjectIds" Type="Collection(Edm.Guid)"
                    Nullable="false" />
                <NavigationProperty Name="GrantManager"
                    Relationship="Microsoft.Online.SharePoint.TenantAdministration.Internal.Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipal_GrantManager_Microsoft_Online_SharePoint_TenantAdministration_Internal_SPO3rdPartyAADPermissionGrant_GrantManagerPartner"
                    ToRole="GrantManager" FromRole="GrantManagerPartner" />
                <NavigationProperty Name="PermissionGrants"
                    Relationship="Microsoft.Online.SharePoint.TenantAdministration.Internal.Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipal_PermissionGrants_Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipalPermissionGrant_PermissionGrantsPartner"
                    ToRole="PermissionGrants" FromRole="PermissionGrantsPartner" />
                <NavigationProperty Name="PermissionRequests"
                    Relationship="Microsoft.Online.SharePoint.TenantAdministration.Internal.Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipal_PermissionRequests_Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipalPermissionRequest_PermissionRequestsPartner"
                    ToRole="PermissionRequests" FromRole="PermissionRequestsPartner" />
            </EntityType>
            <Association
                Name="Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipal_GrantManager_Microsoft_Online_SharePoint_TenantAdministration_Internal_SPO3rdPartyAADPermissionGrant_GrantManagerPartner">
                <End
                    Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPO3rdPartyAADPermissionGrant"
                    Role="GrantManager" Multiplicity="*" />
                <End
                    Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal"
                    Role="GrantManagerPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipal_PermissionGrants_Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipalPermissionGrant_PermissionGrantsPartner">
                <End
                    Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionGrant"
                    Role="PermissionGrants" Multiplicity="*" />
                <End
                    Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal"
                    Role="PermissionGrantsPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipal_PermissionRequests_Microsoft_Online_SharePoint_TenantAdministration_Internal_SPOWebAppServicePrincipalPermissionRequest_PermissionRequestsPartner">
                <End
                    Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipalPermissionRequest"
                    Role="PermissionRequests" Multiplicity="*" />
                <End
                    Type="Microsoft.Online.SharePoint.TenantAdministration.Internal.SPOWebAppServicePrincipal"
                    Role="PermissionRequestsPartner" Multiplicity="0..1" />
            </Association>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Online.SharePoint.TenantAdmin.MiddleTier">
            <EntityType Name="DDIAdapter">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Online.SharePoint.SPLogger">
            <EntityType Name="LogExport">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
            <EntityType Name="LogFileInfo">
                <Key>
                    <PropertyRef Name="AlternateUrl" />
                </Key>
                <Property Name="AlternateUrl" Type="Edm.String" Nullable="false" />
                <Property Name="DecryptionIV" Type="Edm.Binary" />
                <Property Name="DecryptionKey" Type="Edm.Binary" />
                <Property Name="Exception" Type="Edm.String" />
                <Property Name="FileName" Type="Edm.String" />
                <Property Name="Url" Type="Edm.String" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Online.SharePoint.MigrationCenter.Common.Teams">
            <EntityType Name="ChannelResource">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="AbsoluteUrl" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Id" Type="Edm.String" Nullable="false" />
                <Property Name="MembershipType" Type="Edm.String" />
                <Property Name="ServerRelativeUrl" Type="Edm.String" />
                <Property Name="SubFolders"
                    Type="Collection(Microsoft.Online.SharePoint.MigrationCenter.Common.SPFolderInformation)" />
            </EntityType>
            <EntityType Name="TeamResource">
                <Key>
                    <PropertyRef Name="Id" />
                </Key>
                <Property Name="DisplayName" Type="Edm.String" />
                <Property Name="Id" Type="Edm.Guid" Nullable="false" />
                <Property Name="SiteLogoUrl" Type="Edm.String" />
                <Property Name="Visibility" Type="Edm.String" />
                <Property Name="WebUrl" Type="Edm.String" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm"
            Namespace="Microsoft.Online.SharePoint.AppLauncher">
            <EntityType Name="AppLauncher">
                <Key>
                    <PropertyRef Name="Id4a81de82eeb94d6080ea5bf63e27023a" />
                </Key>
                <Property Name="Id4a81de82eeb94d6080ea5bf63e27023a" Type="Edm.String"
                    Nullable="false" />
            </EntityType>
        </Schema>
        <Schema xmlns="http://schemas.microsoft.com/ado/2009/11/edm" Namespace="SP.Data">
            <EntityType Name="OData__x005f_catalogs_x002f_hubsiteItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TemplateUrl" Type="Edm.String" />
                <Property Name="xd_ProgID" Type="Edm.String" />
                <Property Name="xd_Signature" Type="Edm.Boolean" />
                <Property Name="Combine" Type="Edm.String" />
                <Property Name="RepairDocument" Type="Edm.String" />
                <Property Name="PolicyDisabledUICapabilities" Type="Edm.String" />
                <Property Name="OData__EffectiveIpLabelDisplayName" Type="Edm.String" />
                <Property Name="OData__ShortcutUrl" Type="SP.FieldUrlValue" />
                <Property Name="OData__ShortcutSiteId" Type="Edm.Guid" />
                <Property Name="OData__ShortcutWebId" Type="Edm.Guid" />
                <Property Name="OData__ShortcutUniqueId" Type="Edm.Guid" />
                <Property Name="OData__ExtendedDescription" Type="Edm.String" />
                <Property Name="TriggerFlowInfo" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__hubsiteItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__hubsiteItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__hubsiteItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="UserInfoItem" BaseType="SP.ListItem">
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="EMail" Type="Edm.String" />
                <Property Name="OtherMail" Type="Edm.String" />
                <Property Name="UserExpiration" Type="Edm.DateTime" />
                <Property Name="UserLastDeletionTime" Type="Edm.DateTime" />
                <Property Name="MobilePhone" Type="Edm.String" />
                <Property Name="Notes" Type="Edm.String" />
                <Property Name="SipAddress" Type="Edm.String" />
                <Property Name="Locale" Type="Edm.Int32" />
                <Property Name="CalendarType" Type="Edm.Int32" />
                <Property Name="AdjustHijriDays" Type="Edm.Int32" />
                <Property Name="TimeZone" Type="Edm.Int32" />
                <Property Name="Time24" Type="Edm.Boolean" />
                <Property Name="AltCalendarType" Type="Edm.Int32" />
                <Property Name="CalendarViewOptions" Type="Edm.Int32" />
                <Property Name="WorkDays" Type="Edm.Int32" />
                <Property Name="WorkDayStartHour" Type="Edm.Int32" />
                <Property Name="WorkDayEndHour" Type="Edm.Int32" />
                <Property Name="MUILanguages" Type="Edm.String" />
                <Property Name="ContentLanguages" Type="Edm.String" />
                <Property Name="IsSiteAdmin" Type="Edm.Boolean" />
                <Property Name="Deleted" Type="Edm.Boolean" />
                <Property Name="UserInfoHidden" Type="Edm.Boolean" />
                <Property Name="Picture" Type="SP.FieldUrlValue" />
                <Property Name="Department" Type="Edm.String" />
                <Property Name="JobTitle" Type="Edm.String" />
                <Property Name="IsActive" Type="Edm.Boolean" />
                <Property Name="FirstName" Type="Edm.String" />
                <Property Name="LastName" Type="Edm.String" />
                <Property Name="LinkTitle" Type="Edm.String" />
                <Property Name="LinkTitle2" Type="Edm.String" />
                <Property Name="WorkPhone" Type="Edm.String" />
                <Property Name="UserName" Type="Edm.String" />
                <Property Name="WebSite" Type="SP.FieldUrlValue" />
                <Property Name="SPSResponsibility" Type="Edm.String" />
                <Property Name="Office" Type="Edm.String" />
                <Property Name="SPSPictureTimestamp" Type="Edm.String" />
                <Property Name="SPSPicturePlaceholderState" Type="Edm.Int32" />
                <Property Name="SPSPictureExchangeSyncState" Type="Edm.Int32" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="Attachments" Type="Edm.Boolean" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="LinkTitleNoMenu" Type="Edm.String" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="GroupLink" Type="Edm.String" />
                <Property Name="GroupEdit" Type="Edm.String" />
                <Property Name="ImnName" Type="Edm.String" />
                <Property Name="PictureDisp" Type="Edm.String" />
                <Property Name="PictureOnly_Size_36px" Type="Edm.String" />
                <Property Name="PictureOnly_Size_48px" Type="Edm.String" />
                <Property Name="PictureOnly_Size_72px" Type="Edm.String" />
                <Property Name="NameWithPicture" Type="Edm.String" />
                <Property Name="NameWithPictureAndDetails" Type="Edm.String" />
                <Property Name="EditUser" Type="Edm.String" />
                <Property Name="UserSelection" Type="Edm.String" />
                <Property Name="ContentTypeDisp" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_UserInfoItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_UserInfoItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
            </EntityType>
            <EntityType Name="OData__x005f_catalogs_x002f_appdataItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="Attachments" Type="Edm.Boolean" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="LinkTitleNoMenu" Type="Edm.String" />
                <Property Name="LinkTitle" Type="Edm.String" />
                <Property Name="LinkTitle2" Type="Edm.String" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__appdataItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__appdataItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
            </EntityType>
            <EntityType Name="OData__x005f_catalogs_x002f_appfilesItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__appfilesItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__appfilesItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__appfilesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="ClientSideAssetsItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TemplateUrl" Type="Edm.String" />
                <Property Name="xd_ProgID" Type="Edm.String" />
                <Property Name="xd_Signature" Type="Edm.Boolean" />
                <Property Name="Combine" Type="Edm.String" />
                <Property Name="RepairDocument" Type="Edm.String" />
                <Property Name="PolicyDisabledUICapabilities" Type="Edm.String" />
                <Property Name="OData__EffectiveIpLabelDisplayName" Type="Edm.String" />
                <Property Name="OData__ShortcutUrl" Type="SP.FieldUrlValue" />
                <Property Name="OData__ShortcutSiteId" Type="Edm.Guid" />
                <Property Name="OData__ShortcutWebId" Type="Edm.Guid" />
                <Property Name="OData__ShortcutUniqueId" Type="Edm.Guid" />
                <Property Name="OData__ExtendedDescription" Type="Edm.String" />
                <Property Name="TriggerFlowInfo" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_ClientSideAssetsItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_ClientSideAssetsItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_ClientSideAssetsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="OData__x005f_catalogs_x002f_designItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="Attachments" Type="Edm.Boolean" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="LinkTitleNoMenu" Type="Edm.String" />
                <Property Name="LinkTitle" Type="Edm.String" />
                <Property Name="LinkTitle2" Type="Edm.String" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="Name" Type="Edm.String" />
                <Property Name="MasterPageUrl" Type="SP.FieldUrlValue" />
                <Property Name="ThemeUrl" Type="SP.FieldUrlValue" />
                <Property Name="ImageUrl" Type="SP.FieldUrlValue" />
                <Property Name="FontSchemeUrl" Type="SP.FieldUrlValue" />
                <Property Name="DisplayOrder" Type="Edm.Double" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__designItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__designItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
            </EntityType>
            <EntityType Name="IWConvertedFormsItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="TemplateId" Type="Edm.String" />
                <Property Name="FormRelativeUrl" Type="Edm.String" />
                <Property Name="FormVersion" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_IWConvertedFormsItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_IWConvertedFormsItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_IWConvertedFormsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="CSPViolationReportListListItem" BaseType="SP.ListItem">
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="Key" Type="Edm.String" />
                <Property Name="Domain" Type="Edm.String" />
                <Property Name="Directive" Type="Edm.String" />
                <Property Name="Source" Type="Edm.String" />
                <Property Name="Blocked" Type="Edm.String" />
                <Property Name="LastReported" Type="Edm.DateTime" />
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="Attachments" Type="Edm.Boolean" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="LinkTitleNoMenu" Type="Edm.String" />
                <Property Name="LinkTitle" Type="Edm.String" />
                <Property Name="LinkTitle2" Type="Edm.String" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_CSPViolationReportListListItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_CSPViolationReportListListItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
            </EntityType>
            <EntityType Name="DevListItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="Attachments" Type="Edm.Boolean" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="LinkTitleNoMenu" Type="Edm.String" />
                <Property Name="LinkTitle" Type="Edm.String" />
                <Property Name="LinkTitle2" Type="Edm.String" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="Image" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_DevListItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_DevListItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
            </EntityType>
            <EntityType Name="Shared_x0020_DocumentsItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TemplateUrl" Type="Edm.String" />
                <Property Name="xd_ProgID" Type="Edm.String" />
                <Property Name="xd_Signature" Type="Edm.Boolean" />
                <Property Name="Combine" Type="Edm.String" />
                <Property Name="RepairDocument" Type="Edm.String" />
                <Property Name="PolicyDisabledUICapabilities" Type="Edm.String" />
                <Property Name="OData__EffectiveIpLabelDisplayName" Type="Edm.String" />
                <Property Name="OData__ShortcutUrl" Type="SP.FieldUrlValue" />
                <Property Name="OData__ShortcutSiteId" Type="Edm.Guid" />
                <Property Name="OData__ShortcutWebId" Type="Edm.Guid" />
                <Property Name="OData__ShortcutUniqueId" Type="Edm.Guid" />
                <Property Name="OData__ExtendedDescription" Type="Edm.String" />
                <Property Name="TriggerFlowInfo" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_Shared__x0020__DocumentsItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_Shared__x0020__DocumentsItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_Shared__x0020__DocumentsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="EventsListItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="Attachments" Type="Edm.Boolean" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="LinkTitleNoMenu" Type="Edm.String" />
                <Property Name="LinkTitle" Type="Edm.String" />
                <Property Name="LinkTitle2" Type="Edm.String" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="Location" Type="Edm.String" />
                <Property Name="Geolocation" Type="SP.FieldGeolocationValue" />
                <Property Name="EventDate" Type="Edm.DateTime" />
                <Property Name="EndDate" Type="Edm.DateTime" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="fAllDayEvent" Type="Edm.Boolean" />
                <Property Name="fRecurrence" Type="Edm.Boolean" />
                <Property Name="WorkspaceLink" Type="Edm.Boolean" />
                <Property Name="EventType" Type="Edm.Int32" />
                <Property Name="UID" Type="Edm.Guid" />
                <Property Name="RecurrenceID" Type="Edm.DateTime" />
                <Property Name="EventCanceled" Type="Edm.Boolean" />
                <Property Name="Duration" Type="Edm.Int32" />
                <Property Name="RecurrenceData" Type="Edm.String" />
                <Property Name="TimeZone" Type="Edm.Int32" />
                <Property Name="XMLTZone" Type="Edm.String" />
                <Property Name="MasterSeriesItemID" Type="Edm.Int32" />
                <Property Name="Workspace" Type="SP.FieldUrlValue" />
                <Property Name="ParticipantsPickerId" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="ParticipantsPickerStringId" Type="Collection(Edm.String)" />
                <Property Name="Category" Type="Edm.String" />
                <Property Name="Facilities" Type="Collection(SP.FieldLookupValue)" />
                <Property Name="FreeBusy" Type="Edm.String" />
                <Property Name="Overbook" Type="Edm.String" />
                <Property Name="Participants" Type="Edm.String" />
                <Property Name="BannerUrl" Type="SP.FieldUrlValue" />
                <Property Name="BannerImageUrl" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_EventsListItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_EventsListItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="ParticipantsPicker"
                    Relationship="SP.Data.SP_Data_EventsListItem_ParticipantsPicker_SP_Data_UserInfoItem_ParticipantsPickerPartner"
                    ToRole="ParticipantsPicker" FromRole="ParticipantsPickerPartner" />
            </EntityType>
            <EntityType Name="FormServerTemplatesItem" BaseType="SP.ListItem">
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TemplateUrl" Type="Edm.String" />
                <Property Name="xd_ProgID" Type="Edm.String" />
                <Property Name="xd_Signature" Type="Edm.Boolean" />
                <Property Name="OData__ShortcutUrl" Type="SP.FieldUrlValue" />
                <Property Name="OData__ShortcutSiteId" Type="Edm.Guid" />
                <Property Name="OData__ShortcutWebId" Type="Edm.Guid" />
                <Property Name="OData__ShortcutUniqueId" Type="Edm.Guid" />
                <Property Name="FormName" Type="Edm.String" />
                <Property Name="FormCategory" Type="Edm.String" />
                <Property Name="FormVersion" Type="Edm.String" />
                <Property Name="FormId" Type="Edm.String" />
                <Property Name="FormLocale" Type="Edm.String" />
                <Property Name="FormDescription" Type="Edm.String" />
                <Property Name="CustomContentTypeId" Type="Edm.String" />
                <Property Name="ShowInCatalog" Type="Edm.Boolean" />
                <Property Name="LinkTemplateName" Type="Edm.String" />
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="Combine" Type="Edm.String" />
                <Property Name="RepairDocument" Type="Edm.String" />
                <Property Name="PolicyDisabledUICapabilities" Type="Edm.String" />
                <Property Name="OData__EffectiveIpLabelDisplayName" Type="Edm.String" />
                <Property Name="OData__ExtendedDescription" Type="Edm.String" />
                <Property Name="TriggerFlowInfo" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_FormServerTemplatesItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_FormServerTemplatesItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_FormServerTemplatesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="OData__x005f_catalogs_x002f_ltItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="TemplateTitle" Type="Edm.String" />
                <Property Name="TemplateDescription" Type="Edm.String" />
                <Property Name="TemplateID" Type="Edm.String" />
                <Property Name="Language" Type="Edm.Int32" />
                <Property Name="TemplateType" Type="Edm.Int32" />
                <Property Name="BaseType" Type="Edm.Int32" />
                <Property Name="SubType" Type="Edm.Int32" />
                <Property Name="Hidden" Type="Edm.Boolean" />
                <Property Name="MajorVersion" Type="Edm.Double" />
                <Property Name="FeatureID" Type="Edm.Guid" />
                <Property Name="LanguageDisplay" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__ltItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__ltItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__ltItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="OData__x005f_catalogs_x002f_MaintenanceLogsItem"
                BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__MaintenanceLogsItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__MaintenanceLogsItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__MaintenanceLogsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="OData__x005f_catalogs_x002f_masterpageItem" BaseType="SP.ListItem">
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="MasterPageDescription" Type="Edm.String" />
                <Property Name="UIVersion" Type="Collection(Edm.String)" />
                <Property Name="DefaultCssFile" Type="Edm.String" />
                <Property Name="DisplayTemplateJSTemplateHidden" Type="Edm.Boolean" />
                <Property Name="DisplayTemplateJSTargetControlType" Type="Edm.String" />
                <Property Name="DisplayTemplateJSIconUrl" Type="SP.FieldUrlValue" />
                <Property Name="DisplayTemplateJSTemplateType" Type="Edm.String" />
                <Property Name="DisplayTemplateJSTargetScope" Type="Edm.String" />
                <Property Name="DisplayTemplateJSTargetListTemplate" Type="Edm.String" />
                <Property Name="DisplayTemplateJSTargetContentType" Type="Edm.String" />
                <Property Name="DisplayTemplateJSConfigurationUrl" Type="SP.FieldUrlValue" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TemplateHidden" Type="Edm.Boolean" />
                <Property Name="TargetControlType" Type="Collection(Edm.String)" />
                <Property Name="CrawlerXSLFile" Type="SP.FieldUrlValue" />
                <Property Name="DisplayTemplateLevel" Type="Edm.String" />
                <Property Name="ManagedPropertyMapping" Type="Edm.String" />
                <Property Name="CompatibleSearchDataTypes" Type="Collection(Edm.String)" />
                <Property Name="CompatibleManagedProperties" Type="Edm.String" />
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="FilenameMenuNoLink" Type="Edm.String" />
                <Property Name="MasterPageIcon" Type="Edm.String" />
                <Property Name="FilenameNoLink" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__masterpageItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="SharePointHomeOrgLinksListItem" BaseType="SP.ListItem">
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="Url" Type="SP.FieldUrlValue" />
                <Property Name="Priority" Type="Edm.Double" />
                <Property Name="MobileAppVisible" Type="Edm.Boolean" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="Attachments" Type="Edm.Boolean" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="LinkTitleNoMenu" Type="Edm.String" />
                <Property Name="LinkTitle" Type="Edm.String" />
                <Property Name="LinkTitle2" Type="Edm.String" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_SharePointHomeOrgLinksListItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_SharePointHomeOrgLinksListItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
            </EntityType>
            <EntityType Name="SiteAssetsItem" BaseType="SP.ListItem">
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TemplateUrl" Type="Edm.String" />
                <Property Name="xd_ProgID" Type="Edm.String" />
                <Property Name="xd_Signature" Type="Edm.Boolean" />
                <Property Name="OData__ShortcutUrl" Type="SP.FieldUrlValue" />
                <Property Name="OData__ShortcutSiteId" Type="Edm.Guid" />
                <Property Name="OData__ShortcutWebId" Type="Edm.Guid" />
                <Property Name="OData__ShortcutUniqueId" Type="Edm.Guid" />
                <Property Name="OData__ExtendedDescription" Type="Edm.String" />
                <Property Name="TriggerFlowInfo" Type="Edm.String" />
                <Property Name="ImageMetadataListItemId" Type="Edm.Int32" />
                <Property Name="ImageMetadataListFieldId" Type="Edm.Guid" />
                <Property Name="MediaServiceImageTags"
                    Type="Collection(SP.Taxonomy.TaxonomyFieldValue)" />
                <Property Name="lcf76f155ced4ddcb4097134ff3c332f" Type="Edm.String" />
                <Property Name="TaxCatchAllId" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="MediaServiceMetadata" Type="Edm.String" />
                <Property Name="MediaServiceFastMetadata" Type="Edm.String" />
                <Property Name="MediaServiceGenerationTime" Type="Edm.String" />
                <Property Name="MediaServiceEventHashCode" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="OData__EffectiveIpLabelDisplayName" Type="Edm.String" />
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="Combine" Type="Edm.String" />
                <Property Name="RepairDocument" Type="Edm.String" />
                <Property Name="PolicyDisabledUICapabilities" Type="Edm.String" />
                <NavigationProperty Name="TaxCatchAll"
                    Relationship="SP.Data.SP_Data_SiteAssetsItem_TaxCatchAll_SP_Data_TaxonomyHiddenListListItem_TaxCatchAllPartner"
                    ToRole="TaxCatchAll" FromRole="TaxCatchAllPartner" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_SiteAssetsItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_SiteAssetsItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_SiteAssetsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="TaxonomyHiddenListListItem" BaseType="SP.ListItem">
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="IdForTermStore" Type="Edm.String" />
                <Property Name="IdForTerm" Type="Edm.String" />
                <Property Name="IdForTermSet" Type="Edm.String" />
                <Property Name="Term" Type="Edm.String" />
                <Property Name="Path" Type="Edm.String" />
                <Property Name="CatchAllData" Type="Edm.String" />
                <Property Name="CatchAllDataLabel" Type="Edm.String" />
                <Property Name="Term1031" Type="Edm.String" />
                <Property Name="Path1031" Type="Edm.String" />
                <Property Name="Term1036" Type="Edm.String" />
                <Property Name="Path1036" Type="Edm.String" />
                <Property Name="Term2108" Type="Edm.String" />
                <Property Name="Path2108" Type="Edm.String" />
                <Property Name="Term1057" Type="Edm.String" />
                <Property Name="Path1057" Type="Edm.String" />
                <Property Name="Term1044" Type="Edm.String" />
                <Property Name="Path1044" Type="Edm.String" />
                <Property Name="Term1049" Type="Edm.String" />
                <Property Name="Path1049" Type="Edm.String" />
                <Property Name="Term2052" Type="Edm.String" />
                <Property Name="Path2052" Type="Edm.String" />
                <Property Name="Term1028" Type="Edm.String" />
                <Property Name="Path1028" Type="Edm.String" />
                <Property Name="Term1081" Type="Edm.String" />
                <Property Name="Path1081" Type="Edm.String" />
                <Property Name="Term1086" Type="Edm.String" />
                <Property Name="Path1086" Type="Edm.String" />
                <Property Name="Term1060" Type="Edm.String" />
                <Property Name="Path1060" Type="Edm.String" />
                <Property Name="Term1030" Type="Edm.String" />
                <Property Name="Path1030" Type="Edm.String" />
                <Property Name="Term1069" Type="Edm.String" />
                <Property Name="Path1069" Type="Edm.String" />
                <Property Name="Term1035" Type="Edm.String" />
                <Property Name="Path1035" Type="Edm.String" />
                <Property Name="Term1043" Type="Edm.String" />
                <Property Name="Path1043" Type="Edm.String" />
                <Property Name="Term1051" Type="Edm.String" />
                <Property Name="Path1051" Type="Edm.String" />
                <Property Name="Term1068" Type="Edm.String" />
                <Property Name="Path1068" Type="Edm.String" />
                <Property Name="Term1026" Type="Edm.String" />
                <Property Name="Path1026" Type="Edm.String" />
                <Property Name="Term1110" Type="Edm.String" />
                <Property Name="Path1110" Type="Edm.String" />
                <Property Name="Term1055" Type="Edm.String" />
                <Property Name="Path1055" Type="Edm.String" />
                <Property Name="Term1106" Type="Edm.String" />
                <Property Name="Path1106" Type="Edm.String" />
                <Property Name="Term1050" Type="Edm.String" />
                <Property Name="Path1050" Type="Edm.String" />
                <Property Name="Term1038" Type="Edm.String" />
                <Property Name="Path1038" Type="Edm.String" />
                <Property Name="Term1042" Type="Edm.String" />
                <Property Name="Path1042" Type="Edm.String" />
                <Property Name="Term1063" Type="Edm.String" />
                <Property Name="Path1063" Type="Edm.String" />
                <Property Name="Term1071" Type="Edm.String" />
                <Property Name="Path1071" Type="Edm.String" />
                <Property Name="Term1033" Type="Edm.String" />
                <Property Name="Path1033" Type="Edm.String" />
                <Property Name="Term1025" Type="Edm.String" />
                <Property Name="Path1025" Type="Edm.String" />
                <Property Name="Term1041" Type="Edm.String" />
                <Property Name="Path1041" Type="Edm.String" />
                <Property Name="Term1062" Type="Edm.String" />
                <Property Name="Path1062" Type="Edm.String" />
                <Property Name="Term1164" Type="Edm.String" />
                <Property Name="Path1164" Type="Edm.String" />
                <Property Name="Term1046" Type="Edm.String" />
                <Property Name="Path1046" Type="Edm.String" />
                <Property Name="Term2070" Type="Edm.String" />
                <Property Name="Path2070" Type="Edm.String" />
                <Property Name="Term9242" Type="Edm.String" />
                <Property Name="Path9242" Type="Edm.String" />
                <Property Name="Term1054" Type="Edm.String" />
                <Property Name="Path1054" Type="Edm.String" />
                <Property Name="Term5146" Type="Edm.String" />
                <Property Name="Path5146" Type="Edm.String" />
                <Property Name="Term1029" Type="Edm.String" />
                <Property Name="Path1029" Type="Edm.String" />
                <Property Name="Term3082" Type="Edm.String" />
                <Property Name="Path3082" Type="Edm.String" />
                <Property Name="Term1037" Type="Edm.String" />
                <Property Name="Path1037" Type="Edm.String" />
                <Property Name="Term1045" Type="Edm.String" />
                <Property Name="Path1045" Type="Edm.String" />
                <Property Name="Term10266" Type="Edm.String" />
                <Property Name="Path10266" Type="Edm.String" />
                <Property Name="Term2074" Type="Edm.String" />
                <Property Name="Path2074" Type="Edm.String" />
                <Property Name="Term1058" Type="Edm.String" />
                <Property Name="Path1058" Type="Edm.String" />
                <Property Name="Term1032" Type="Edm.String" />
                <Property Name="Path1032" Type="Edm.String" />
                <Property Name="Term1061" Type="Edm.String" />
                <Property Name="Path1061" Type="Edm.String" />
                <Property Name="Term1040" Type="Edm.String" />
                <Property Name="Path1040" Type="Edm.String" />
                <Property Name="Term1087" Type="Edm.String" />
                <Property Name="Path1087" Type="Edm.String" />
                <Property Name="Term1053" Type="Edm.String" />
                <Property Name="Path1053" Type="Edm.String" />
                <Property Name="Term1066" Type="Edm.String" />
                <Property Name="Path1066" Type="Edm.String" />
                <Property Name="Term1027" Type="Edm.String" />
                <Property Name="Path1027" Type="Edm.String" />
                <Property Name="Term1048" Type="Edm.String" />
                <Property Name="Path1048" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="Attachments" Type="Edm.Boolean" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="LinkTitleNoMenu" Type="Edm.String" />
                <Property Name="LinkTitle" Type="Edm.String" />
                <Property Name="LinkTitle2" Type="Edm.String" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_TaxonomyHiddenListListItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_TaxonomyHiddenListListItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
            </EntityType>
            <EntityType Name="SitePagesItem" BaseType="SP.ListItem">
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="WikiField" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="ClientSideApplicationId" Type="Edm.Guid" />
                <Property Name="PageLayoutType" Type="Edm.String" />
                <Property Name="CanvasContent1" Type="Edm.String" />
                <Property Name="BannerImageUrl" Type="SP.FieldUrlValue" />
                <Property Name="BannerImageOffset" Type="Edm.String" />
                <Property Name="Description" Type="Edm.String" />
                <Property Name="PromotedState" Type="Edm.Double" />
                <Property Name="FirstPublishedDate" Type="Edm.DateTime" />
                <Property Name="LayoutWebpartsContent" Type="Edm.String" />
                <Property Name="OData__AuthorBylineId" Type="Collection(Edm.Int32)" Nullable="false" />
                <Property Name="_AuthorBylineStringId" Type="Collection(Edm.String)" />
                <Property Name="OData__TopicHeader" Type="Edm.String" />
                <Property Name="OData__SPSitePageFlags" Type="Collection(Edm.String)" />
                <Property Name="LinkTitle" Type="Edm.String" />
                <Property Name="OData__OriginalSourceUrl" Type="Edm.String" />
                <Property Name="OData__OriginalSourceSiteId" Type="Edm.Guid" />
                <Property Name="OData__OriginalSourceWebId" Type="Edm.Guid" />
                <Property Name="OData__OriginalSourceListId" Type="Edm.Guid" />
                <Property Name="OData__OriginalSourceItemId" Type="Edm.Guid" />
                <Property Name="OData__SPAssetFolderId" Type="Edm.Double" />
                <Property Name="OData__SPCallToAction" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="OData__SPAuthoringMetadata" Type="Edm.String" />
                <Property Name="OData__SPCollaborators" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <NavigationProperty Name="OData__AuthorByline"
                    Relationship="SP.Data.SP_Data_SitePagesItem_OData____AuthorByline_SP_Data_UserInfoItem_OData____AuthorBylinePartner"
                    ToRole="OData__AuthorByline" FromRole="OData__AuthorBylinePartner" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_SitePagesItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_SitePagesItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_SitePagesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="OData__x005f_catalogs_x002f_solutionsItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="SolutionId" Type="Edm.Guid" />
                <Property Name="SolutionTitle" Type="Edm.String" />
                <Property Name="SolutionDescription" Type="Edm.String" />
                <Property Name="SolutionHash" Type="Edm.String" />
                <Property Name="ComputedStatus" Type="Edm.String" />
                <Property Name="ComputedQuota" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__solutionsItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__solutionsItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__solutionsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="Style_x0020_LibraryItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="TemplateUrl" Type="Edm.String" />
                <Property Name="xd_ProgID" Type="Edm.String" />
                <Property Name="xd_Signature" Type="Edm.Boolean" />
                <Property Name="Combine" Type="Edm.String" />
                <Property Name="RepairDocument" Type="Edm.String" />
                <Property Name="PolicyDisabledUICapabilities" Type="Edm.String" />
                <Property Name="OData__EffectiveIpLabelDisplayName" Type="Edm.String" />
                <Property Name="OData__ShortcutUrl" Type="SP.FieldUrlValue" />
                <Property Name="OData__ShortcutSiteId" Type="Edm.Guid" />
                <Property Name="OData__ShortcutWebId" Type="Edm.Guid" />
                <Property Name="OData__ShortcutUniqueId" Type="Edm.Guid" />
                <Property Name="OData__ExtendedDescription" Type="Edm.String" />
                <Property Name="TriggerFlowInfo" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_Style__x0020__LibraryItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_Style__x0020__LibraryItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_Style__x0020__LibraryItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="OData__x005f_catalogs_x002f_themeItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="ThemeDescription" Type="Edm.String" />
                <Property Name="OData__ThemePreviewJson" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__themeItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__themeItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__themeItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="OData__x005f_catalogs_x002f_wpItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="CheckoutUserId" Type="Edm.Int32" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="OData__CheckinComment" Type="Edm.String" />
                <Property Name="LinkCheckedOutTitle" Type="Edm.String" />
                <Property Name="Modified_x0020_By" Type="Edm.String" />
                <Property Name="Created_x0020_By" Type="Edm.String" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__SourceUrl" Type="Edm.String" />
                <Property Name="OData__SharedFileIndex" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="FileSizeDisplay" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__DisplayName" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MediaGeneratedMetadata" Type="Edm.String" />
                <Property Name="MediaUserMetadata" Type="Edm.String" />
                <Property Name="ExtractedMetadataComputed" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="SelectFilename" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="WebPartDescription" Type="Edm.String" />
                <Property Name="WebPartAssembly" Type="Edm.String" />
                <Property Name="WebPartTypeName" Type="Edm.String" />
                <Property Name="WebPartPartImageLarge" Type="Edm.String" />
                <Property Name="LinkWebPart" Type="Edm.String" />
                <Property Name="WebPartIcon" Type="Edm.String" />
                <Property Name="Group" Type="Edm.String" />
                <Property Name="QuickAddGroups" Type="Collection(Edm.String)" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__wpItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__wpItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
                <NavigationProperty Name="CheckoutUser"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__wpItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner"
                    ToRole="CheckoutUser" FromRole="CheckoutUserPartner" />
            </EntityType>
            <EntityType Name="OData__x005f_catalogs_x002f_wteItem" BaseType="SP.ListItem">
                <Property Name="ID" Type="Edm.Int32" />
                <Property Name="ContentTypeId" Type="Edm.String" />
                <Property Name="Title" Type="Edm.String" />
                <Property Name="Modified" Type="Edm.DateTime" />
                <Property Name="Created" Type="Edm.DateTime" />
                <Property Name="AuthorId" Type="Edm.Int32" />
                <Property Name="EditorId" Type="Edm.Int32" />
                <Property Name="OData__HasCopyDestinations" Type="Edm.Boolean" />
                <Property Name="OData__CopySource" Type="Edm.String" />
                <Property Name="owshiddenversion" Type="Edm.Int32" />
                <Property Name="WorkflowVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersion" Type="Edm.Int32" />
                <Property Name="OData__UIVersionString" Type="Edm.String" />
                <Property Name="Attachments" Type="Edm.Boolean" />
                <Property Name="OData__ModerationStatus" Type="Edm.Int32" />
                <Property Name="OData__ModerationComments" Type="Edm.String" />
                <Property Name="Edit" Type="Edm.String" />
                <Property Name="LinkTitleNoMenu" Type="Edm.String" />
                <Property Name="LinkTitle" Type="Edm.String" />
                <Property Name="LinkTitle2" Type="Edm.String" />
                <Property Name="SelectTitle" Type="Edm.String" />
                <Property Name="InstanceID" Type="Edm.Int32" />
                <Property Name="Order" Type="Edm.Double" />
                <Property Name="GUID" Type="Edm.Guid" />
                <Property Name="WorkflowInstanceID" Type="Edm.Guid" />
                <Property Name="FileRef" Type="Edm.String" />
                <Property Name="FileDirRef" Type="Edm.String" />
                <Property Name="Last_x0020_Modified" Type="Edm.DateTime" />
                <Property Name="Created_x0020_Date" Type="Edm.DateTime" />
                <Property Name="FSObjType" Type="Edm.Int32" />
                <Property Name="PermMask" Type="Edm.String" />
                <Property Name="PrincipalCount" Type="Edm.String" />
                <Property Name="FileLeafRef" Type="Edm.String" />
                <Property Name="UniqueId" Type="Edm.Guid" />
                <Property Name="File_x0020_Type" Type="Edm.String" />
                <Property Name="HTML_x0020_File_x0020_Type" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart" Type="Edm.String" />
                <Property Name="OData__EditMenuTableStart2" Type="Edm.String" />
                <Property Name="OData__EditMenuTableEnd" Type="Edm.String" />
                <Property Name="LinkFilenameNoMenu" Type="Edm.String" />
                <Property Name="LinkFilename" Type="Edm.String" />
                <Property Name="LinkFilename2" Type="Edm.String" />
                <Property Name="DocIcon" Type="Edm.String" />
                <Property Name="ServerUrl" Type="Edm.String" />
                <Property Name="EncodedAbsUrl" Type="Edm.String" />
                <Property Name="BaseName" Type="Edm.String" />
                <Property Name="OData__Level" Type="Edm.Int32" />
                <Property Name="OData__IsCurrentVersion" Type="Edm.Boolean" />
                <Property Name="OData__IsRecord" Type="Edm.String" />
                <Property Name="OData__ColorHex" Type="Edm.String" />
                <Property Name="OData__ColorTag" Type="Edm.String" />
                <Property Name="OData__Emoji" Type="Edm.String" />
                <Property Name="MainLinkSettings" Type="Edm.String" />
                <Property Name="AppAuthorId" Type="Edm.Int32" />
                <Property Name="AppEditorId" Type="Edm.Int32" />
                <Property Name="ComplianceAssetId" Type="Edm.String" />
                <Property Name="OrdinalStageIndex" Type="Edm.Double" />
                <Property Name="ActionIndex" Type="Edm.Double" />
                <Property Name="StageIndex" Type="Edm.Double" />
                <Property Name="RecipeIndex" Type="Edm.Double" />
                <Property Name="RecipeTitle" Type="Edm.String" />
                <Property Name="RecipeGuid" Type="Edm.Guid" />
                <Property Name="StageTitle" Type="Edm.String" />
                <Property Name="OutcomeCode" Type="Edm.Double" />
                <Property Name="OutcomeText" Type="Edm.String" />
                <Property Name="StagesData" Type="Edm.String" />
                <Property Name="SiteDesignTitle" Type="Edm.String" />
                <Property Name="SiteDesignVersion" Type="Edm.Double" />
                <Property Name="SiteDesignId" Type="Edm.Guid" />
                <Property Name="ItemType" Type="Edm.Double" />
                <Property Name="Key" Type="Edm.Guid" />
                <Property Name="CorrelationId" Type="Edm.Guid" />
                <Property Name="FinalCorrelationId" Type="Edm.Guid" />
                <Property Name="ErrorCode" Type="Edm.Double" />
                <Property Name="SiteDesignInvokerLogonName" Type="Edm.String" />
                <Property Name="ActionTrigger" Type="Edm.Double" />
                <Property Name="ActionVerb" Type="Edm.String" />
                <NavigationProperty Name="Author"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__wteItem_Author_SP_Data_UserInfoItem_AuthorPartner"
                    ToRole="Author" FromRole="AuthorPartner" />
                <NavigationProperty Name="Editor"
                    Relationship="SP.Data.SP_Data_OData____x005f__catalogs__x002f__wteItem_Editor_SP_Data_UserInfoItem_EditorPartner"
                    ToRole="Editor" FromRole="EditorPartner" />
            </EntityType>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__hubsiteItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_hubsiteItem" Role="AuthorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__hubsiteItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_hubsiteItem" Role="EditorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__hubsiteItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_hubsiteItem"
                    Role="CheckoutUserPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Data_UserInfoItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.UserInfoItem" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Data_UserInfoItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.UserInfoItem" Role="EditorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__appdataItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_appdataItem" Role="AuthorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__appdataItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_appdataItem" Role="EditorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__appfilesItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_appfilesItem" Role="AuthorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__appfilesItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_appfilesItem" Role="EditorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__appfilesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_appfilesItem"
                    Role="CheckoutUserPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_ClientSideAssetsItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.ClientSideAssetsItem" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_ClientSideAssetsItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.ClientSideAssetsItem" Role="EditorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_ClientSideAssetsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.ClientSideAssetsItem" Role="CheckoutUserPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__designItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_designItem" Role="AuthorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__designItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_designItem" Role="EditorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_IWConvertedFormsItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.IWConvertedFormsItem" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_IWConvertedFormsItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.IWConvertedFormsItem" Role="EditorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_IWConvertedFormsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.IWConvertedFormsItem" Role="CheckoutUserPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_CSPViolationReportListListItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.CSPViolationReportListListItem" Role="AuthorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_CSPViolationReportListListItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.CSPViolationReportListListItem" Role="EditorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Data_DevListItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.DevListItem" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Data_DevListItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.DevListItem" Role="EditorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_Shared__x0020__DocumentsItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.Shared_x0020_DocumentsItem" Role="AuthorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_Shared__x0020__DocumentsItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.Shared_x0020_DocumentsItem" Role="EditorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_Shared__x0020__DocumentsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.Shared_x0020_DocumentsItem" Role="CheckoutUserPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Data_EventsListItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.EventsListItem" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Data_EventsListItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.EventsListItem" Role="EditorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_EventsListItem_ParticipantsPicker_SP_Data_UserInfoItem_ParticipantsPickerPartner">
                <End Type="SP.Data.UserInfoItem" Role="ParticipantsPicker" Multiplicity="*" />
                <End Type="SP.Data.EventsListItem" Role="ParticipantsPickerPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_FormServerTemplatesItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.FormServerTemplatesItem" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_FormServerTemplatesItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.FormServerTemplatesItem" Role="EditorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_FormServerTemplatesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.FormServerTemplatesItem" Role="CheckoutUserPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__ltItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_ltItem" Role="AuthorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__ltItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_ltItem" Role="EditorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__ltItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_ltItem" Role="CheckoutUserPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__MaintenanceLogsItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_MaintenanceLogsItem"
                    Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__MaintenanceLogsItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_MaintenanceLogsItem"
                    Role="EditorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__MaintenanceLogsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_MaintenanceLogsItem"
                    Role="CheckoutUserPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_masterpageItem" Role="AuthorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__masterpageItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_masterpageItem" Role="EditorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__masterpageItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_masterpageItem"
                    Role="CheckoutUserPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_SharePointHomeOrgLinksListItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.SharePointHomeOrgLinksListItem" Role="AuthorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_SharePointHomeOrgLinksListItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.SharePointHomeOrgLinksListItem" Role="EditorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_SiteAssetsItem_TaxCatchAll_SP_Data_TaxonomyHiddenListListItem_TaxCatchAllPartner">
                <End Type="SP.Data.TaxonomyHiddenListListItem" Role="TaxCatchAll" Multiplicity="*" />
                <End Type="SP.Data.SiteAssetsItem" Role="TaxCatchAllPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Data_SiteAssetsItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.SiteAssetsItem" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Data_SiteAssetsItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.SiteAssetsItem" Role="EditorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_SiteAssetsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.SiteAssetsItem" Role="CheckoutUserPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_TaxonomyHiddenListListItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.TaxonomyHiddenListListItem" Role="AuthorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_TaxonomyHiddenListListItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.TaxonomyHiddenListListItem" Role="EditorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_SitePagesItem_OData____AuthorByline_SP_Data_UserInfoItem_OData____AuthorBylinePartner">
                <End Type="SP.Data.UserInfoItem" Role="OData__AuthorByline" Multiplicity="*" />
                <End Type="SP.Data.SitePagesItem" Role="OData__AuthorBylinePartner"
                    Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Data_SitePagesItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.SitePagesItem" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association Name="SP_Data_SitePagesItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.SitePagesItem" Role="EditorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_SitePagesItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.SitePagesItem" Role="CheckoutUserPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__solutionsItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_solutionsItem" Role="AuthorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__solutionsItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_solutionsItem" Role="EditorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__solutionsItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_solutionsItem"
                    Role="CheckoutUserPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_Style__x0020__LibraryItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.Style_x0020_LibraryItem" Role="AuthorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_Style__x0020__LibraryItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.Style_x0020_LibraryItem" Role="EditorPartner" Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_Style__x0020__LibraryItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.Style_x0020_LibraryItem" Role="CheckoutUserPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__themeItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_themeItem" Role="AuthorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__themeItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_themeItem" Role="EditorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__themeItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_themeItem" Role="CheckoutUserPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__wpItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_wpItem" Role="AuthorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__wpItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_wpItem" Role="EditorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__wpItem_CheckoutUser_SP_Data_UserInfoItem_CheckoutUserPartner">
                <End Type="SP.Data.UserInfoItem" Role="CheckoutUser" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_wpItem" Role="CheckoutUserPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__wteItem_Author_SP_Data_UserInfoItem_AuthorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Author" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_wteItem" Role="AuthorPartner"
                    Multiplicity="0..1" />
            </Association>
            <Association
                Name="SP_Data_OData____x005f__catalogs__x002f__wteItem_Editor_SP_Data_UserInfoItem_EditorPartner">
                <End Type="SP.Data.UserInfoItem" Role="Editor" Multiplicity="0..1" />
                <End Type="SP.Data.OData__x005f_catalogs_x002f_wteItem" Role="EditorPartner"
                    Multiplicity="0..1" />
            </Association>
        </Schema>
    </edmx:DataServices>
</edmx:Edmx>