<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->

<!-- Insert Workflow.xml Code Snippet here.  To do this:
1) Right click on this page and select "Insert Snippet" (or press Ctrl+K, then X)
2) Select Snippets->SharePoint Server Workflow->Workflow.xml Code -->

<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  <Workflow
       Name="$Resources:wacore,SchRepWFName"
       Description="$Resources:wacore,SchRepWFDesc"
       Id="49A1FFA8-B55F-486a-8D8B-0963C3027F45"
       CodeBesideClass="Microsoft.Office.Server.WebAnalytics.ScheduledReportWorkflow" 
       CodeBesideAssembly="Microsoft.Office.Server.WebAnalytics.UI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
       TaskListContentTypeId="0x01080100C9C9515DE4E24001905074F980F93160"
       AssociationUrl="_layouts/CstWrkflIP.aspx"	   
       ModificationUrl="_layouts/ModWrkflIP.aspx">
    <Categories/>
    <!-- Tags to specify InfoPath forms for the workflow; delete tags for forms that you do not have -->
    <MetaData>		
                <Association_FormURN>urn:schemas-microsoft-com:office:infopath:workflow:ScheduledReportsWF-AssocForm:$Subst:LCID;</Association_FormURN>		
		<AssociationCategories>Site</AssociationCategories>
		<StatusPageUrl>_layouts/WrkStat.aspx</StatusPageUrl>
    </MetaData>
  </Workflow>
</Elements>
