<?xml version="1.0" encoding="utf-8"?>
<bag
   xmlns:boolean="http://www.w3.org/2001/XMLSchema#boolean"
   xsl:version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns:exsl="http://exslt.org/common"
   exsl:keep_exsl_namespace=""
   syntax="norules"
>
  <workflow displayName="%SurveyTypes">
    <description>%SurveyTypesDescription</description>
    <boolean:property name="expanded">true</boolean:property>
    <hierarchy>
      <workflow displayName="%SurveyGroup">
        <description>%SurveyGroupDescription</description>
        <property name="show_as_profile">combobox</property>
        <property name="use_picture">survey-16x16@discclient.loader.dat#zip:images.xrc</property>
        <property name="group_name">release</property>
        <boolean:property name="expanded">true</boolean:property>
        <hierarchy>
          <item idToUse="%Survey"/>
          <item idToUse="%AttachSurvey"/>
        </hierarchy>
      </workflow>
      <workflow displayName="%TripCountsGroup">
        <description>%TripCountsGroupDescription</description>
        <property name="show_as_profile">combobox</property>
        <property name="use_picture">trip-count-16x16@discclient.loader.dat#zip:images.xrc</property>
        <property name="group_name">tripcounts</property>
        <boolean:property name="expanded">true</boolean:property>
        <hierarchy>
          <item idToUse="%TripCounts"/>
          <item idToUse="%AttachTripCounts"/>
        </hierarchy>
      </workflow>
      <item idToUse="%Suitability"/>
    </hierarchy>
  </workflow>
  <workflow displayName="%RefinementTypes">
    <description>%RefinementTypesDescription</description>
    <boolean:property name="expanded">true</boolean:property>
    <hierarchy>
      <item idToUse="%Map"/>
      <item idToUse="%Correctness"/>
      <xsl:if test="exsl:is_experimental('dcfg')">
          <item idToUse="%DCFG"/>
      </xsl:if>
    </hierarchy>
  </workflow>

  <item idToUse="%PerfProjection"/>

  <defaultItem idToUse="%SurveySuitability"/>
</bag>
