7.2 http://schemas.datacontract.org/2004/07/Microsoft.Office.Excel.Server Schema

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:q1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Excel.Server" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Microsoft.Office.Excel.Server" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
   <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
   <xs:complexType name="ExcelServerMessage">
     <xs:sequence>
       <xs:element minOccurs="0" name="Appearance" type="q1:ExcelServerMessageAppearance"/>
       <xs:element minOccurs="0" name="Caption" nillable="true" type="xs:string"/>
       <xs:element minOccurs="0" name="DebugInfo" nillable="true" type="xs:string"/>
       <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/>
       <xs:element minOccurs="0" name="DisplaysCorrelationId" type="xs:boolean"/>
       <xs:element minOccurs="0" name="ExtendedDescription" nillable="true" type="xs:string"/>
       <xs:element minOccurs="0" name="HasClientUrl" type="xs:boolean"/>
       <xs:element minOccurs="0" name="HasOpenItemPermission" type="xs:boolean"/>
       <xs:element minOccurs="0" name="HealthInformation" nillable="true" type="q1:ServerHealthInformation"/>
       <xs:element minOccurs="0" name="HelpDisplayText" nillable="true" type="xs:string"/>
       <xs:element minOccurs="0" name="HelpTopicId" nillable="true" type="xs:string"/>
       <xs:element minOccurs="0" name="Id" type="q1:ExcelServerMessageId"/>
       <xs:element minOccurs="0" name="Severity" type="q1:ExcelServerMessageSeverity"/>
       <xs:element minOccurs="0" name="Type" type="q1:ExcelServerMessageType"/>
       <xs:element minOccurs="0" name="WrongEcsServerId" nillable="true" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ExcelServerMessage" nillable="true" type="q1:ExcelServerMessage"/>
   <xs:simpleType name="ExcelServerMessageAppearance">
     <xs:list>
       <xs:simpleType>
         <xs:restriction base="xs:string">
           <xs:enumeration value="None"/>
           <xs:enumeration value="OK"/>
           <xs:enumeration value="Cancel"/>
           <xs:enumeration value="Yes"/>
           <xs:enumeration value="No"/>
           <xs:enumeration value="Notification"/>
         </xs:restriction>
       </xs:simpleType>
     </xs:list>
   </xs:simpleType>
   <xs:element name="ExcelServerMessageAppearance" nillable="true" type="q1:ExcelServerMessageAppearance"/>
   <xs:complexType name="ServerHealthInformation">
     <xs:sequence>
       <xs:element minOccurs="0" name="HealthScore" type="xs:float"/>
       <xs:element minOccurs="0" name="StateFlags" type="q1:ServerStateFlags"/>
       <xs:element minOccurs="0" name="ThrottlingInformation" nillable="true" type="q1:ServerThrottlingInformation"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ServerHealthInformation" nillable="true" type="q1:ServerHealthInformation"/>
   <xs:simpleType name="ServerStateFlags">
     <xs:list>
       <xs:simpleType>
         <xs:restriction base="xs:string">
           <xs:enumeration value="None"/>
           <xs:enumeration value="Probation"/>
           <xs:enumeration value="ShuttingDown"/>
         </xs:restriction>
       </xs:simpleType>
     </xs:list>
   </xs:simpleType>
   <xs:element name="ServerStateFlags" nillable="true" type="q1:ServerStateFlags"/>
   <xs:complexType name="ServerThrottlingInformation">
     <xs:sequence>
       <xs:element minOccurs="0" name="CpuUsage" type="xs:long"/>
       <xs:element minOccurs="0" name="MemoryUsage" type="xs:long"/>
       <xs:element minOccurs="0" name="ScenarioThrottlingInformationList" nillable="true" type="q1:ArrayOfScenarioThrottlingInformation"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ServerThrottlingInformation" nillable="true" type="q1:ServerThrottlingInformation"/>
   <xs:complexType name="ArrayOfScenarioThrottlingInformation">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioThrottlingInformation" nillable="true" type="q1:ScenarioThrottlingInformation"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ArrayOfScenarioThrottlingInformation" nillable="true" type="q1:ArrayOfScenarioThrottlingInformation"/>
   <xs:complexType name="ScenarioThrottlingInformation">
     <xs:sequence>
       <xs:element minOccurs="0" name="CpuUsage" type="xs:long"/>
       <xs:element minOccurs="0" name="MemoryUsage" type="xs:long"/>
       <xs:element minOccurs="0" name="Scenario" nillable="true" type="xs:string"/>
       <xs:element xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="SubscriberList" nillable="true" type="q2:ArrayOfstring"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ScenarioThrottlingInformation" nillable="true" type="q1:ScenarioThrottlingInformation"/>
   <xs:simpleType name="ExcelServerMessageId">
     <xs:restriction base="xs:string">
       <xs:enumeration value="Blank"/>
       <xs:enumeration value="InternalError"/>
       <xs:enumeration value="NotMemberOfRole"/>
       <xs:enumeration value="EncryptionTooLow"/>
       <xs:enumeration value="ConfirmDataRefresh"/>
       <xs:enumeration value="ExternalDataRefreshFailed"/>
       <xs:enumeration value="ExternalDataRefreshFailedReal"/>
       <xs:enumeration value="ExternalDataRefreshFailedReadOrViewOnly"/>
       <xs:enumeration value="NoAccessToOdcReadOrViewOnly"/>
       <xs:enumeration value="ErrorConnectingToDataSourceReadOrViewOnly"/>
       <xs:enumeration value="InvalidUserNameOrPasswordReadOrViewOnly"/>
       <xs:enumeration value="InvalidUserNameOrPassword"/>
       <xs:enumeration value="ExternalDataNotAllowedOnTL"/>
       <xs:enumeration value="InvalidUriorLocalConnectionPath"/>
       <xs:enumeration value="DclNotTrusted"/>
       <xs:enumeration value="OdcFileDoesNotExist"/>
       <xs:enumeration value="OdcNotSupported"/>
       <xs:enumeration value="ErrorAccessingSsoFromEcs"/>
       <xs:enumeration value="SsoError"/>
       <xs:enumeration value="ErrorConnectingToDataSource"/>
       <xs:enumeration value="UnattendedAccountNotConfigured"/>
       <xs:enumeration value="IncorrectAuthUsed"/>
       <xs:enumeration value="ExternalDataRefreshFailed_Details"/>
       <xs:enumeration value="GenericModelFailure"/>
       <xs:enumeration value="ModelStreamingFailure"/>
       <xs:enumeration value="NoStreamingServers"/>
       <xs:enumeration value="LegacyModelError"/>
       <xs:enumeration value="ConnectionChangeOutofSync"/>
       <xs:enumeration value="PivotNoOverlapAllowed"/>
       <xs:enumeration value="PivotOverlapList"/>
       <xs:enumeration value="PivotCubeNotUnique"/>
       <xs:enumeration value="NoDataItemsOlap"/>
       <xs:enumeration value="OlapSchemaFail"/>
       <xs:enumeration value="InvalidPivot"/>
       <xs:enumeration value="OlapNoMoreDetail"/>
       <xs:enumeration value="DrillActionInvalid"/>
       <xs:enumeration value="DriverNotOlap"/>
       <xs:enumeration value="CubeMissing"/>
       <xs:enumeration value="SkipLine"/>
       <xs:enumeration value="CDimMismatch"/>
       <xs:enumeration value="DataSetAxisTooBig"/>
       <xs:enumeration value="CubeIntegrityError"/>
       <xs:enumeration value="PivotNotExpandedtoProtectCellContents"/>
       <xs:enumeration value="PivotTruncatedSheetEdge"/>
       <xs:enumeration value="DdlGrpNotSup"/>
       <xs:enumeration value="PivotFormulasCollided"/>
       <xs:enumeration value="NoRetItems"/>
       <xs:enumeration value="OlapConnectVisualModeProvider"/>
       <xs:enumeration value="PivotNoSourceData"/>
       <xs:enumeration value="PivotFilteringError"/>
       <xs:enumeration value="PivotTableIncorrectDateFormat"/>
       <xs:enumeration value="PivotTableEndingLargerThanStarting"/>
       <xs:enumeration value="PivotTableIncorrectNumberFormat"/>
       <xs:enumeration value="MergedCellOverlap"/>
       <xs:enumeration value="PivotSourceNotAvailable"/>
       <xs:enumeration value="UnexpectedPivotError"/>
       <xs:enumeration value="EditModeCannotAcquireLockUnknownReason"/>
       <xs:enumeration value="EditModeCannotAcquireLock"/>
       <xs:enumeration value="EditModeCannotAcquireLockUnknownUser"/>
       <xs:enumeration value="EditModeWorkbookCheckedOutRequired"/>
       <xs:enumeration value="EditModeWorkbookCheckedOutToLocalDrafts"/>
       <xs:enumeration value="SiteTooBusy"/>
       <xs:enumeration value="SiteCollectionMemoryQuotaExceeded"/>
       <xs:enumeration value="SessionMemoryQuotaExceeded"/>
       <xs:enumeration value="SiteCollectionChartQuotaExceeded"/>
       <xs:enumeration value="RequestLimitsExceeded"/>
       <xs:enumeration value="SavingUnsupportedInViewMode"/>
       <xs:enumeration value="SavingWorkbookNoWorkbookName"/>
       <xs:enumeration value="FileSaveGeneric"/>
       <xs:enumeration value="SavingWorkbookInvalidPermissions"/>
       <xs:enumeration value="SavingWorkbookLockedOrCheckedOut"/>
       <xs:enumeration value="SavingWorkbookNotCheckedOut"/>
       <xs:enumeration value="SavingWorkbookAccessDenied"/>
       <xs:enumeration value="SavingWorkbookInvalidFileType"/>
       <xs:enumeration value="SavingWorkbookFileNameExists"/>
       <xs:enumeration value="HostedSavingWorkbookFileNameExists"/>
       <xs:enumeration value="HostedSavingWorkbookInvalidFileName"/>
       <xs:enumeration value="SavingWorkbookNotTrustedLocation"/>
       <xs:enumeration value="SavingWorkbookInvalidLocation"/>
       <xs:enumeration value="SavingWorkbookInvalidFileName"/>
       <xs:enumeration value="SavingWorkbookTrustedLocationSettingWarning"/>
       <xs:enumeration value="SavingWorkbookAlmostTooLarge"/>
       <xs:enumeration value="SavingWorkbookTooLarge"/>
       <xs:enumeration value="NewWorkbookInvalidLocation"/>
       <xs:enumeration value="FileOpenSecuritySettings"/>
       <xs:enumeration value="FileOpenNotFound"/>
       <xs:enumeration value="FileOpenAccessDenied"/>
       <xs:enumeration value="FileCorrupt"/>
       <xs:enumeration value="OpenWorkbookTooLarge"/>
       <xs:enumeration value="OpenWorkbookTooLargeNoUrl"/>
       <xs:enumeration value="OpenWorkbookLocationNotTrusted"/>
       <xs:enumeration value="OpenWorkbookAccessDenied"/>
       <xs:enumeration value="WorkbookNotSupported"/>
       <xs:enumeration value="WorkbookNotSupportedViewRight"/>
       <xs:enumeration value="UnsupportedFeatureViewWarning"/>
       <xs:enumeration value="UnsupportedFeatureSaveCopyWarning"/>
       <xs:enumeration value="UnsupportedFeatureDownloadWarning"/>
       <xs:enumeration value="ExternalWorkbookLinksDisabled"/>
       <xs:enumeration value="WorkbookLockedRead"/>
       <xs:enumeration value="EditModeCannotEditNonSharePointWorkbook"/>
       <xs:enumeration value="EditModeAccessDenied"/>
       <xs:enumeration value="GenericFileOpenError"/>
       <xs:enumeration value="IRMedWorkbook"/>
       <xs:enumeration value="ParameterInvalid"/>
       <xs:enumeration value="ParameterLimitExceeded"/>
       <xs:enumeration value="WorkbookInternalLimit"/>
       <xs:enumeration value="OldFormatConversionFailed"/>
       <xs:enumeration value="EditModeWorkbookExternalData"/>
       <xs:enumeration value="FormulaEditingNotEnabled"/>
       <xs:enumeration value="DimensionMismatch"/>
       <xs:enumeration value="SetRangeFailure"/>
       <xs:enumeration value="ObjectTypeNotSupported"/>
       <xs:enumeration value="ParameterDoesNotExist"/>
       <xs:enumeration value="FormulaParseFailed"/>
       <xs:enumeration value="SetParameterFailure"/>
       <xs:enumeration value="CannotEditPivotTable"/>
       <xs:enumeration value="InsDelCellsNonblankCells"/>
       <xs:enumeration value="InsDelCellsArrayFmla"/>
       <xs:enumeration value="InsDelCellsPivotTable"/>
       <xs:enumeration value="InsDelCellsTable"/>
       <xs:enumeration value="InsDelCellsMergedCells"/>
       <xs:enumeration value="InsDelCellsDatatable"/>
       <xs:enumeration value="InsDelCellsRowsForWholeColumn"/>
       <xs:enumeration value="InsDelCellsColumnsForWholeRow"/>
       <xs:enumeration value="InsertChartPivotTable"/>
       <xs:enumeration value="SuggestChartNoNumericData"/>
       <xs:enumeration value="SuggestChartFailed"/>
       <xs:enumeration value="PivotChartInteractivityMissingWarning"/>
       <xs:enumeration value="EditChartTitleTooLong"/>
       <xs:enumeration value="EditChartTitleStartsWithEquals"/>
       <xs:enumeration value="EditChartDataTooLong"/>
       <xs:enumeration value="EditChartDataInvalidReference"/>
       <xs:enumeration value="EditChartDataOverlapsPivotTable"/>
       <xs:enumeration value="ChartOperationNotSupported"/>
       <xs:enumeration value="EditChartDataPivotChart"/>
       <xs:enumeration value="ChangeChartTypePivotScatter"/>
       <xs:enumeration value="ChartTooManyDataSeries"/>
       <xs:enumeration value="InvalidSheetName"/>
       <xs:enumeration value="RangeParseError"/>
       <xs:enumeration value="SpecifiedRangeNotFound"/>
       <xs:enumeration value="RangeDefinitionError"/>
       <xs:enumeration value="DiscontiguousRangeNotSupported"/>
       <xs:enumeration value="RangeRequestAreaExceeded"/>
       <xs:enumeration value="SheetRangeMismatch"/>
       <xs:enumeration value="ImageGenFailed"/>
       <xs:enumeration value="ApiInvalidArgument"/>
       <xs:enumeration value="ApiInvalidCoordinate"/>
       <xs:enumeration value="ConfirmationUnsupported"/>
       <xs:enumeration value="ApiInvalidDimensionReturned"/>
       <xs:enumeration value="ApiMissingSiteContext"/>
       <xs:enumeration value="Ewr_IllegalPageSize"/>
       <xs:enumeration value="Ewr_WorkbookNotSpecified"/>
       <xs:enumeration value="Ewr_LoadProgress"/>
       <xs:enumeration value="Ewr_FileCorrupt"/>
       <xs:enumeration value="Ewr_WorkbookNotSupported"/>
       <xs:enumeration value="Ewr_GenericFileOpenError"/>
       <xs:enumeration value="Ewr_InvalidParameterGeneric"/>
       <xs:enumeration value="Ewr_InvalidParameterMandatoryMissing"/>
       <xs:enumeration value="Ewr_InvalidParameterUnexpectedFormat"/>
       <xs:enumeration value="Ewr_InvalidParameterOutOfRange"/>
       <xs:enumeration value="Ewr_InvalidParameterOperationNotAllowed"/>
       <xs:enumeration value="Ewr_ParameterInvalid"/>
       <xs:enumeration value="Ewr_ParameterLimitExceeded"/>
       <xs:enumeration value="Ewr_ParameterDoesNotExist"/>
       <xs:enumeration value="Ewr_SetParameterFailure"/>
       <xs:enumeration value="Ewr_SetParameterFailureOnOpen"/>
       <xs:enumeration value="Ewr_ParameterReadFromDocPropsError"/>
       <xs:enumeration value="Ewr_FormulaEditingNotEnabled"/>
       <xs:enumeration value="Ewr_InvalidVisibleItem"/>
       <xs:enumeration value="Ewr_EditSaveAsOverCurrentWorkbook"/>
       <xs:enumeration value="Ewr_RequestTimedOut"/>
       <xs:enumeration value="Ewr_ServerCommunicationError"/>
       <xs:enumeration value="Ewr_ServerAuthenticationError"/>
       <xs:enumeration value="Ewr_Top10InvalidValue"/>
       <xs:enumeration value="Ewr_Top10InvalidValue_Float"/>
       <xs:enumeration value="DocumentIsIrmProtected"/>
       <xs:enumeration value="Mewa_PageStateInitFailed"/>
       <xs:enumeration value="Mewa_CriticalParameterMissing"/>
       <xs:enumeration value="Mewa_GridViewRenderingFailed"/>
       <xs:enumeration value="Mewa_FeatureNotActive"/>
       <xs:enumeration value="OperationNotSupportedInViewOnly"/>
       <xs:enumeration value="OperationOnInvalidState"/>
       <xs:enumeration value="InvalidOrTimedOutSession"/>
       <xs:enumeration value="InvalidOrTimedOutSessionRecoverable"/>
       <xs:enumeration value="InvalidOrTimedOutSessionPageRefresh"/>
       <xs:enumeration value="ScratchPadChangesLost"/>
       <xs:enumeration value="MaxSessionsPerUserExceeded"/>
       <xs:enumeration value="OperationCanceled"/>
       <xs:enumeration value="MaxRequestDurationExceeded"/>
       <xs:enumeration value="NoOccurrencesFound"/>
       <xs:enumeration value="EcsInvalidNamedObject"/>
       <xs:enumeration value="NoPublishedItems"/>
       <xs:enumeration value="RetryError"/>
       <xs:enumeration value="StopOpenOnRefreshFailure"/>
       <xs:enumeration value="ProductExpired"/>
       <xs:enumeration value="SortActionInvalid"/>
       <xs:enumeration value="SortActionNotSupportedWithPivot"/>
       <xs:enumeration value="CircularReferencesFound"/>
       <xs:enumeration value="SessionNotFound"/>
       <xs:enumeration value="NewWorkbookSessionTimeout"/>
       <xs:enumeration value="NewWorkbookSessionTimeoutRecoverable"/>
       <xs:enumeration value="GeneratedWorkbookSessionTimeoutRegenerate"/>
       <xs:enumeration value="GeneratedWorkbookSessionTimeoutNonRecoverable"/>
       <xs:enumeration value="GeneratedWorkbookSessionTimeoutRecoverable"/>
       <xs:enumeration value="EditXLSFile"/>
       <xs:enumeration value="UnsupportedFeatureEditWarning"/>
       <xs:enumeration value="EditModeSessionExists"/>
       <xs:enumeration value="NewerWorkbookExists"/>
       <xs:enumeration value="ExternalDataOfficeLive"/>
       <xs:enumeration value="PowerPivotOfficeLive"/>
       <xs:enumeration value="LostAuthentication"/>
       <xs:enumeration value="ListEntryNotFound_1"/>
       <xs:enumeration value="ListEntryNotFound_2"/>
       <xs:enumeration value="ListEntryAlreadyExists_1"/>
       <xs:enumeration value="ListEntryAlreadyExists_2"/>
       <xs:enumeration value="InvalidArgumentValue"/>
       <xs:enumeration value="MissingArgumentName"/>
       <xs:enumeration value="InvalidArgumentName"/>
       <xs:enumeration value="ArgumentBadInRemove"/>
       <xs:enumeration value="ManagementUIListEntryAlreadyExists"/>
       <xs:enumeration value="ManagementUIListEntryNotFound"/>
       <xs:enumeration value="ManagementUIInternalError"/>
       <xs:enumeration value="UnsupportedUICulture"/>
       <xs:enumeration value="UnsupportedDataCulture"/>
       <xs:enumeration value="SpecifiedItemNotFound"/>
       <xs:enumeration value="EcsSnapshotAccessDenied"/>
       <xs:enumeration value="SaveFailed"/>
       <xs:enumeration value="WrongEcs"/>
       <xs:enumeration value="PasteDataLimitHit"/>
       <xs:enumeration value="UndoStackEmpty"/>
       <xs:enumeration value="RedoStackEmpty"/>
       <xs:enumeration value="UndoStackCleared"/>
       <xs:enumeration value="UndoCollabFail"/>
       <xs:enumeration value="RedoCollabFail"/>
       <xs:enumeration value="HyperlinkLocationRequired"/>
       <xs:enumeration value="CollabLocaleMismatch"/>
       <xs:enumeration value="RestoredLocale"/>
       <xs:enumeration value="InvalidEditSession"/>
       <xs:enumeration value="InvalidEditSessionPageRefresh"/>
       <xs:enumeration value="InvalidEditSessionId"/>
       <xs:enumeration value="UnableToLoadEditSession"/>
       <xs:enumeration value="SavingWorkbookFailed"/>
       <xs:enumeration value="RefreshLockFailed"/>
       <xs:enumeration value="InvalidChartName"/>
       <xs:enumeration value="RetryOutOfSync"/>
       <xs:enumeration value="OperationFailed"/>
       <xs:enumeration value="OpenInExcelActiveXError"/>
       <xs:enumeration value="OpenInExcelCollaborationError"/>
       <xs:enumeration value="ProcessingUserChangesFileDownloadIgnored"/>
       <xs:enumeration value="PhoneticDataLossWarning"/>
       <xs:enumeration value="NoViewingLicenseError"/>
       <xs:enumeration value="NoEditingLicenseError"/>
       <xs:enumeration value="BIFeatureNotAvailable"/>
       <xs:enumeration value="BIFeatureNotAvailableOnOpen"/>
       <xs:enumeration value="NoUnsupportedFeatureCopyAndEdit"/>
       <xs:enumeration value="CrossEnvironmentEditNotSupported"/>
       <xs:enumeration value="RestBiff8Unsupported"/>
       <xs:enumeration value="ExtendedBIFeatureNotAvailable"/>
       <xs:enumeration value="ExtendedBIROOFailed"/>
       <xs:enumeration value="TransitionXls"/>
       <xs:enumeration value="UnsupportedFeaturesSaveOverwrite"/>
       <xs:enumeration value="UnsupportedFeaturesSaveCopy"/>
       <xs:enumeration value="ChallengeAnonymousUser"/>
       <xs:enumeration value="ClipboardAccessDenied"/>
       <xs:enumeration value="CannotMergeCellsInTable"/>
       <xs:enumeration value="MergeCellsLoseData"/>
       <xs:enumeration value="CollabConflictError"/>
       <xs:enumeration value="OdfCompatibilityWarning"/>
       <xs:enumeration value="OdfUnsupportedEncryption"/>
       <xs:enumeration value="OdfUnreadableContentGeneric"/>
       <xs:enumeration value="Ewr_OdfUnreadableContentGeneric"/>
       <xs:enumeration value="XLSMacroFailure"/>
       <xs:enumeration value="XLSPreBiff8Failure"/>
       <xs:enumeration value="XLSPasswordProtectionFailure"/>
       <xs:enumeration value="XLSIRMFailure"/>
       <xs:enumeration value="XLSUnknownFailures"/>
       <xs:enumeration value="GenerateWorkbookFailureInvalidProperty"/>
       <xs:enumeration value="GenerateWorkbookFailureInvalidGenerationItems"/>
       <xs:enumeration value="GenerateWorkbookFailureTable"/>
       <xs:enumeration value="GenerateWorkbookFailureConditionalFormatting"/>
       <xs:enumeration value="GenerateWorkbookFailureSlicers"/>
       <xs:enumeration value="GenerateWorkbookFailureChart"/>
       <xs:enumeration value="GenerateWorkbookFailureOpenWorkbook"/>
       <xs:enumeration value="GenerateWorkbookFailureUpdateTheme"/>
       <xs:enumeration value="GenerateWorkbookFailureAttribution"/>
       <xs:enumeration value="GenerateWorkbookFailureResizeColumn"/>
       <xs:enumeration value="GenerateWorkbookFailureClearUndoStack"/>
       <xs:enumeration value="CrossDomainAjaxNotSupported"/>
       <xs:enumeration value="WorkbookNotInCollection"/>
       <xs:enumeration value="FossEditUnknown"/>
       <xs:enumeration value="FossSaveUnknown"/>
       <xs:enumeration value="FossSaveEmptyTitle"/>
       <xs:enumeration value="FossSaveEmptyQuestion"/>
       <xs:enumeration value="FossSaveEmptySurvey"/>
       <xs:enumeration value="FossSaveSurveyNotFound"/>
       <xs:enumeration value="FossSaveTableLimited"/>
       <xs:enumeration value="FossSaveTooManyQuestions"/>
       <xs:enumeration value="FossSaveBlocked"/>
       <xs:enumeration value="FossViewDefaultError"/>
       <xs:enumeration value="FossViewBlocked"/>
       <xs:enumeration value="FossSubmitDefaultError"/>
       <xs:enumeration value="FossSubmitTableLimited"/>
       <xs:enumeration value="FossDeleteSurveyNotFound"/>
       <xs:enumeration value="FossShareSurveyNotFound"/>
       <xs:enumeration value="FossShareHostError"/>
       <xs:enumeration value="FossUnshareHostError"/>
       <xs:enumeration value="FossEnvironmentUnsupported"/>
       <xs:enumeration value="FossViewUnsupportedFeatures"/>
       <xs:enumeration value="EwrPrintSelectionTooBig"/>
       <xs:enumeration value="DdaUnsupportedCoercionType"/>
       <xs:enumeration value="DdaReadUnsupportedSelection"/>
       <xs:enumeration value="DdaReadCoercionBindingMismatch"/>
       <xs:enumeration value="DdaReadInvalidRowColCount"/>
       <xs:enumeration value="DdaReadCoercionSelectionMismatch"/>
       <xs:enumeration value="DdaReadInvalidRowColOffset"/>
       <xs:enumeration value="DdaReadBeyondDataLimits"/>
       <xs:enumeration value="DdaWriteUnsupportedDataObject"/>
       <xs:enumeration value="DdaWriteUnsupportedSelection"/>
       <xs:enumeration value="DdaWriteSelectionShapeAndDataMismatch"/>
       <xs:enumeration value="DdaWriteDataOverlap"/>
       <xs:enumeration value="DdaWriteDataOverflow"/>
       <xs:enumeration value="DdaWriteInvalidRowColOffset"/>
       <xs:enumeration value="DdaWriteCoercionDataMismatch"/>
       <xs:enumeration value="DdaWriteCoercionSelectionMismatch"/>
       <xs:enumeration value="DdaWriteBeyondDataLimits"/>
       <xs:enumeration value="DdaWriteTableHasNoHeaders"/>
       <xs:enumeration value="DdaBindingNotFound"/>
       <xs:enumeration value="DdaBindingInvalidSelection"/>
       <xs:enumeration value="DdaBindingInvalidOperation"/>
       <xs:enumeration value="DdaBindingNamedItemNotFound"/>
       <xs:enumeration value="DdaBindingMultipleNamedItemFound"/>
       <xs:enumeration value="DdaBindingInvalidNamedItemForBindingType"/>
       <xs:enumeration value="DdaBindingUnknownType"/>
       <xs:enumeration value="DdaBindingInvalidRef"/>
       <xs:enumeration value="DdaStaleSettings"/>
       <xs:enumeration value="DdaNoAccessHiddenCells"/>
       <xs:enumeration value="JsomBrowserUdfsAbandoned"/>
       <xs:enumeration value="JsomBrowserUdfsCanceled"/>
       <xs:enumeration value="JsomBrowserUdfsRecalcFailed"/>
       <xs:enumeration value="AccessTokenExpiringWarning"/>
       <xs:enumeration value="AccessTokenExpiredWarning"/>
       <xs:enumeration value="DataTypeMismatch"/>
       <xs:enumeration value="CloneWorkbookAllSheetsInteractiveReports"/>
       <xs:enumeration value="Count"/>
     </xs:restriction>
   </xs:simpleType>
   <xs:element name="ExcelServerMessageId" nillable="true" type="q1:ExcelServerMessageId"/>
   <xs:simpleType name="ExcelServerMessageSeverity">
     <xs:restriction base="xs:string">
       <xs:enumeration value="Error"/>
       <xs:enumeration value="Warning"/>
       <xs:enumeration value="Information"/>
       <xs:enumeration value="Progress"/>
       <xs:enumeration value="GettingStarted"/>
     </xs:restriction>
   </xs:simpleType>
   <xs:element name="ExcelServerMessageSeverity" nillable="true" type="q1:ExcelServerMessageSeverity"/>
   <xs:simpleType name="ExcelServerMessageType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="Alert"/>
       <xs:enumeration value="Status"/>
       <xs:enumeration value="Confirmation"/>
     </xs:restriction>
   </xs:simpleType>
   <xs:element name="ExcelServerMessageType" nillable="true" type="q1:ExcelServerMessageType"/>
 </xs:schema>