ChartGroups.xml 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <!--
  8. This file defines what appears in the chart selection dialog
  9. Each chartGroup will show up on the left side of the dialog.
  10. Each chartType within each chartGroup will show up in the right side of the dialog as a selectable template
  11. smallIcon points to an image in the pat images directory (or relative to it), the image should be 20x20 pixels (required)
  12. idsLabel is a string resource used for the label of in the list view, put one in each language resource file for multi-lingual text (required)
  13. useLabels indicates whether or not the chartTypes will have only icons or icons and labels. The default is false (optional)
  14. <chartGroup smallIcon="image" idsLabel="string resource" useLabels="true">
  15. icon points to an image in the pat images directory (or relative to it), the image should be 48x48 pixels (required)
  16. idsLabel is a string resource used for the label of in the chart type, by default none is used, put one in each language resource file for multi-lingual text, it is only used if the group has useLabels="true" (optional)
  17. idsName is a string resource used for the name of chart type displayed at the top of the dialog, put one in each language resource file for multi-lingual text (required)
  18. idsTips is a string resource used for a description of the chart type displayed at the bottom of the dialog, put one in each language resource file for multi-lingual text (required)
  19. <chartType icon="chart_icon_bar_clustered_flat.gif" idsLabel="IDS_PROP_float" idsName="IDS_EL_bubbleChart" idsTips="IDS_XTAB_DROP">
  20. Place the full report spec for a single chart here
  21. </chartType>
  22. </chartGroup>
  23. -->
  24. <resources>
  25. <xmlFragment id="ChartGroups">
  26. <chartGroups>
  27. <chartGroup id="chartGroup_Column" idsLabel="IDS_LBL_CHART_Column" smallIcon="group_v2_column.jpg">
  28. <chartType legacyMode="v2" id="v2_column_rectangle_clustered" icon="type_v2_column_rectangle_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_column_rectangle_clustered"/>
  29. <chartType legacyMode="v2" id="v2_column_rectangle_stacked" icon="type_v2_column_rectangle_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_column_rectangle_stacked"/>
  30. <chartType legacyMode="v2" id="v2_column_rectangle_percent" icon="type_v2_column_rectangle_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_column_rectangle_percent"/>
  31. <chartType legacyMode="v2" id="v2_column_box_clustered_depth" icon="type_v2_column_box_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_box_clustered_depth"/>
  32. <chartType legacyMode="v2" id="v2_column_box_stacked_depth" icon="type_v2_column_box_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_box_stacked_depth"/>
  33. <chartType legacyMode="v2" id="v2_column_box_percent_depth" icon="type_v2_column_box_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_box_percent_depth"/>
  34. <chartType legacyMode="v2" id="v2_column_cylinder_clustered" icon="type_v2_column_cylinder_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cylinder_clustered"/>
  35. <chartType legacyMode="v2" id="v2_column_cylinder_stacked" icon="type_v2_column_cylinder_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cylinder_stacked"/>
  36. <chartType legacyMode="v2" id="v2_column_cylinder_percent" icon="type_v2_column_cylinder_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cylinder_percent"/>
  37. <chartType legacyMode="v2" id="v2_column_cylinder_clustered_depth" icon="type_v2_column_cylinder_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cylinder_clustered_depth"/>
  38. <chartType legacyMode="v2" id="v2_column_cylinder_stacked_depth" icon="type_v2_column_cylinder_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cylinder_stacked_depth"/>
  39. <chartType legacyMode="v2" id="v2_column_cylinder_percent_depth" icon="type_v2_column_cylinder_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cylinder_percent_depth"/>
  40. <chartType legacyMode="v2" id="v2_column_triangle_clustered" icon="type_v2_column_triangle_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_column_triangle_clustered"/>
  41. <chartType legacyMode="v2" id="v2_column_triangle_stacked" icon="type_v2_column_triangle_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_column_triangle_stacked"/>
  42. <chartType legacyMode="v2" id="v2_column_triangle_percent" icon="type_v2_column_triangle_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_column_triangle_percent"/>
  43. <chartType legacyMode="v2" id="v2_column_pyramid_clustered_depth" icon="type_v2_column_pyramid_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_pyramid_clustered_depth"/>
  44. <chartType legacyMode="v2" id="v2_column_pyramid_stacked_depth" icon="type_v2_column_pyramid_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_pyramid_stacked_depth"/>
  45. <chartType legacyMode="v2" id="v2_column_pyramid_percent_depth" icon="type_v2_column_pyramid_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_pyramid_percent_depth"/>
  46. <chartType legacyMode="v2" id="v2_column_cone_clustered" icon="type_v2_column_cone_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cone_clustered"/>
  47. <chartType legacyMode="v2" id="v2_column_cone_stacked" icon="type_v2_column_cone_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cone_stacked"/>
  48. <chartType legacyMode="v2" id="v2_column_cone_percent" icon="type_v2_column_cone_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cone_percent"/>
  49. <chartType legacyMode="v2" id="v2_column_cone_clustered_depth" icon="type_v2_column_cone_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cone_clustered_depth"/>
  50. <chartType legacyMode="v2" id="v2_column_cone_stacked_depth" icon="type_v2_column_cone_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cone_stacked_depth"/>
  51. <chartType legacyMode="v2" id="v2_column_cone_percent_depth" icon="type_v2_column_cone_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cone_percent_depth"/>
  52. </chartGroup>
  53. <chartGroup id="chartGroup_Line" idsLabel="IDS_LBL_CHART_Line" smallIcon="group_v2_line.jpg">
  54. <chartType legacyMode="v2" id="v2_line_clustered" icon="type_v2_line_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered"/>
  55. <chartType legacyMode="v2" id="v2_line_clustered_samemarkers" icon="type_v2_line_clustered_samemakers.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered_samemarkers"/>
  56. <chartType legacyMode="v2" id="v2_line_clustered_markers" icon="type_v2_line_clustered_makers.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered_markers"/>
  57. <chartType legacyMode="v2" id="v2_line_clustered_3dmarkers" icon="type_v2_line_clustered_3dmakers.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered_3dmarkers"/>
  58. <chartType legacyMode="v2" id="v2_line_clustered_openclosemarkers" icon="type_v2_line_clustered_openclosemakers.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered_openclosemarkers"/>
  59. <chartType legacyMode="v2" id="v2_line_clustered_highlowmarkers" icon="type_v2_line_clustered_highlowmakers.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered_highlowmarkers"/>
  60. <chartType legacyMode="v2" id="v2_smooth_line_clustered" icon="type_v2_smooth_line_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_smooth_line_clustered"/>
  61. <chartType legacyMode="v2" id="v2_line_clustered_linestyles" icon="type_v2_line_clustered_linestyles.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered_linestyles"/>
  62. <chartType legacyMode="v2" id="v2_stepped_line_at_points_clustered" icon="type_v2_stepped_line_at_points_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_stepped_line_at_points_clustered"/>
  63. <chartType legacyMode="v2" id="v2_stepped_line_between_points_clustered" icon="type_v2_stepped_line_between_points_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_stepped_line_between_points_clustered"/>
  64. <chartType legacyMode="v2" id="v2_line_clustered_depth" icon="type_v2_line_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered_depth"/>
  65. <chartType legacyMode="v2" id="v2_smooth_line_clustered_depth" icon="type_v2_smooth_line_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_smooth_line_clustered_depth"/>
  66. <chartType legacyMode="v2" id="v2_stepped_line_at_points_clustered_depth" icon="type_v2_stepped_line_at_points_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_stepped_line_at_points_clustered_depth"/>
  67. <chartType legacyMode="v2" id="v2_stepped_line_between_points_clustered_depth" icon="type_v2_stepped_line_between_points_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_stepped_line_between_points_clustered_depth"/>
  68. </chartGroup>
  69. <chartGroup id="chartGroup_Pie" idsLabel="IDS_LBL_CHART_PieDonut" smallIcon="group_v2_pie.gif">
  70. <chartType legacyMode="v2" id="v2_pie" icon="type_v2_pie.gif" idsTooltip="IDS_LBL_CHART_v2_pie"/>
  71. <chartType legacyMode="v2" id="v2_pie_exploded" icon="type_v2_pie_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_pie_exploded"/>
  72. <chartType legacyMode="v2" id="v2_pie_depth" icon="type_v2_pie_depth.gif" idsTooltip="IDS_LBL_CHART_v2_pie_depth"/>
  73. <chartType legacyMode="v2" id="v2_pie_depth_exploded" icon="type_v2_pie_depth_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_pie_depth_exploded"/>
  74. <chartType legacyMode="v2" id="v2_pie_depth_flat" icon="type_v2_pie_depth_flat.gif" idsTooltip="IDS_LBL_CHART_v2_pie_depth_flat"/>
  75. <chartType legacyMode="v2" id="v2_pie_depth_flat_exploded" icon="type_v2_pie_depth_flat_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_pie_depth_flat_exploded"/>
  76. <chartType legacyMode="v2" id="v2_pie_depth_round" icon="type_v2_pie_depth_round.gif" idsTooltip="IDS_LBL_CHART_v2_pie_depth_round"/>
  77. <chartType legacyMode="v2" id="v2_pie_depth_round_exploded" icon="type_v2_pie_depth_round_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_pie_depth_round_exploded"/>
  78. <chartType legacyMode="v2" id="v2_donut" icon="type_v2_donut.gif" idsTooltip="IDS_LBL_CHART_v2_donut"/>
  79. <chartType legacyMode="v2" id="v2_donut_exploded" icon="type_v2_donut_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_donut_exploded"/>
  80. <chartType legacyMode="v2" id="v2_donut_depth" icon="type_v2_donut_depth.gif" idsTooltip="IDS_LBL_CHART_v2_donut_depth"/>
  81. <chartType legacyMode="v2" id="v2_donut_depth_exploded" icon="type_v2_donut_depth_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_donut_depth_exploded"/>
  82. <chartType legacyMode="v2" id="v2_donut_depth_flat" icon="type_v2_donut_depth_flat.gif" idsTooltip="IDS_LBL_CHART_v2_donut_depth_flat"/>
  83. <chartType legacyMode="v2" id="v2_donut_depth_flat_exploded" icon="type_v2_donut_depth_flat_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_donut_depth_flat_exploded"/>
  84. <chartType legacyMode="v2" id="v2_donut_depth_round" icon="type_v2_donut_depth_round.gif" idsTooltip="IDS_LBL_CHART_v2_donut_depth_round"/>
  85. <chartType legacyMode="v2" id="v2_donut_depth_round_exploded" icon="type_v2_donut_depth_round_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_donut_depth_round_exploded"/>
  86. </chartGroup>
  87. <chartGroup id="chartGroup_Bar" idsLabel="IDS_LBL_CHART_Bar" smallIcon="group_v2_bar.jpg">
  88. <chartType legacyMode="v2" id="v2_bar_rectangle_clustered" icon="type_v2_bar_rectangle_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_rectangle_clustered"/>
  89. <chartType legacyMode="v2" id="v2_bar_rectangle_stacked" icon="type_v2_bar_rectangle_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_rectangle_stacked"/>
  90. <chartType legacyMode="v2" id="v2_bar_rectangle_percent" icon="type_v2_bar_rectangle_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_rectangle_percent"/>
  91. <chartType legacyMode="v2" id="v2_bar_box_clustered_depth" icon="type_v2_bar_box_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_box_clustered_depth"/>
  92. <chartType legacyMode="v2" id="v2_bar_box_stacked_depth" icon="type_v2_bar_box_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_box_stacked_depth"/>
  93. <chartType legacyMode="v2" id="v2_bar_box_percent_depth" icon="type_v2_bar_box_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_box_percent_depth"/>
  94. <chartType legacyMode="v2" id="v2_bar_cylinder_clustered" icon="type_v2_bar_cylinder_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cylinder_clustered"/>
  95. <chartType legacyMode="v2" id="v2_bar_cylinder_stacked" icon="type_v2_bar_cylinder_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cylinder_stacked"/>
  96. <chartType legacyMode="v2" id="v2_bar_cylinder_percent" icon="type_v2_bar_cylinder_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cylinder_percent"/>
  97. <chartType legacyMode="v2" id="v2_bar_cylinder_clustered_depth" icon="type_v2_bar_cylinder_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cylinder_clustered_depth"/>
  98. <chartType legacyMode="v2" id="v2_bar_cylinder_stacked_depth" icon="type_v2_bar_cylinder_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cylinder_stacked_depth"/>
  99. <chartType legacyMode="v2" id="v2_bar_cylinder_percent_depth" icon="type_v2_bar_cylinder_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cylinder_percent_depth"/>
  100. <chartType legacyMode="v2" id="v2_bar_cone_clustered" icon="type_v2_bar_cone_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cone_clustered"/>
  101. <chartType legacyMode="v2" id="v2_bar_cone_stacked" icon="type_v2_bar_cone_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cone_stacked"/>
  102. <chartType legacyMode="v2" id="v2_bar_cone_percent" icon="type_v2_bar_cone_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cone_percent"/>
  103. <chartType legacyMode="v2" id="v2_bar_cone_clustered_depth" icon="type_v2_bar_cone_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cone_clustered_depth"/>
  104. <chartType legacyMode="v2" id="v2_bar_cone_stacked_depth" icon="type_v2_bar_cone_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cone_stacked_depth"/>
  105. <chartType legacyMode="v2" id="v2_bar_cone_percent_depth" icon="type_v2_bar_cone_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cone_percent_depth"/>
  106. <chartType legacyMode="v2" id="v2_bar_triangle_clustered" icon="type_v2_bar_triangle_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_triangle_clustered"/>
  107. <chartType legacyMode="v2" id="v2_bar_triangle_stacked" icon="type_v2_bar_triangle_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_triangle_stacked"/>
  108. <chartType legacyMode="v2" id="v2_bar_triangle_percent" icon="type_v2_bar_triangle_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_triangle_percent"/>
  109. <chartType legacyMode="v2" id="v2_bar_pyramid_clustered_depth" icon="type_v2_bar_pyramid_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_pyramid_clustered_depth"/>
  110. <chartType legacyMode="v2" id="v2_bar_pyramid_stacked_depth" icon="type_v2_bar_pyramid_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_pyramid_stacked_depth"/>
  111. <chartType legacyMode="v2" id="v2_bar_pyramid_percent_depth" icon="type_v2_bar_pyramid_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_pyramid_percent_depth"/>
  112. </chartGroup>
  113. <chartGroup id="chartGroup_Area" idsLabel="IDS_LBL_CHART_Area" smallIcon="group_v2_area.gif">
  114. <chartType legacyMode="v2" id="v2_area_flat_point_to_point" icon="type_v2_area_flat_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_flat_point_to_point"/>
  115. <chartType legacyMode="v2" id="v2_area_flat_percent_point_to_point" icon="type_v2_area_flat_percent_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_flat_percent_point_to_point"/>
  116. <chartType legacyMode="v2" id="v2_area_depth_point_to_point" icon="type_v2_area_depth_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_depth_point_to_point"/>
  117. <chartType legacyMode="v2" id="v2_area_depth_percent_point_to_point" icon="type_v2_area_depth_percent_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_depth_percent_point_to_point"/>
  118. <chartType legacyMode="v2" id="v2_area_flat_smooth" icon="type_v2_area_flat_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_flat_smooth"/>
  119. <chartType legacyMode="v2" id="v2_area_flat_percent_smooth" icon="type_v2_area_flat_percent_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_flat_percent_smooth"/>
  120. <chartType legacyMode="v2" id="v2_area_depth_smooth" icon="type_v2_area_depth_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_depth_smooth"/>
  121. <chartType legacyMode="v2" id="v2_area_depth_percent_smooth" icon="type_v2_area_depth_percent_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_depth_percent_smooth"/>
  122. <chartType legacyMode="v2" id="v2_area_flat_step_at_point" icon="type_v2_area_flat_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_flat_step_at_point"/>
  123. <chartType legacyMode="v2" id="v2_area_flat_percent_step_at_point" icon="type_v2_area_flat_percent_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_flat_percent_step_at_point"/>
  124. <chartType legacyMode="v2" id="v2_area_depth_step_at_point" icon="type_v2_area_depth_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_depth_step_at_point"/>
  125. <chartType legacyMode="v2" id="v2_area_depth_percent_step_at_point" icon="type_v2_area_depth_percent_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_depth_percent_step_at_point"/>
  126. <chartType legacyMode="v2" id="v2_area_horizontal_flat_point_to_point" icon="type_v2_area_horizontal_flat_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_flat_point_to_point"/>
  127. <chartType legacyMode="v2" id="v2_area_horizontal_flat_percent_point_to_point" icon="type_v2_area_horizontal_flat_percent_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_flat_percent_point_to_point"/>
  128. <chartType legacyMode="v2" id="v2_area_horizontal_depth_point_to_point" icon="type_v2_area_horizontal_depth_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_depth_point_to_point"/>
  129. <chartType legacyMode="v2" id="v2_area_horizontal_depth_percent_point_to_point" icon="type_v2_area_horizontal_depth_percent_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_depth_percent_point_to_point"/>
  130. <chartType legacyMode="v2" id="v2_area_horizontal_flat_smooth" icon="type_v2_area_horizontal_flat_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_flat_smooth"/>
  131. <chartType legacyMode="v2" id="v2_area_horizontal_flat_percent_smooth" icon="type_v2_area_horizontal_flat_percent_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_flat_percent_smooth"/>
  132. <chartType legacyMode="v2" id="v2_area_horizontal_depth_smooth" icon="type_v2_area_horizontal_depth_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_depth_smooth"/>
  133. <chartType legacyMode="v2" id="v2_area_horizontal_depth_percent_smooth" icon="type_v2_area_horizontal_depth_percent_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_depth_percent_smooth"/>
  134. <chartType legacyMode="v2" id="v2_area_horizontal_flat_step_at_point" icon="type_v2_area_horizontal_flat_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_flat_step_at_point"/>
  135. <chartType legacyMode="v2" id="v2_area_horizontal_flat_percent_step_at_point" icon="type_v2_area_horizontal_flat_percent_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_flat_percent_step_at_point"/>
  136. <chartType legacyMode="v2" id="v2_area_horizontal_depth_step_at_point" icon="type_v2_area_horizontal_depth_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_depth_step_at_point"/>
  137. <chartType legacyMode="v2" id="v2_area_horizontal_depth_percent_step_at_point" icon="type_v2_area_horizontal_depth_percent_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_depth_percent_step_at_point"/>
  138. </chartGroup>
  139. <chartGroup id="chartGroup_Point" idsLabel="IDS_LBL_CHART_Point" smallIcon="group_v2_point.jpg">
  140. <chartType legacyMode="v2" id="v2_point_clustered_circlemarkers" icon="type_v2_point_clustered_circlemarkers.jpg" idsTooltip="IDS_LBL_CHART_v2_point_clustered_circlemarkers"/>
  141. <chartType legacyMode="v2" id="v2_point_clustered_markers" icon="type_v2_point_clustered_markers.jpg" idsTooltip="IDS_LBL_CHART_v2_point_clustered_markers"/>
  142. <chartType legacyMode="v2" id="v2_point_clustered_spheremarkers" icon="type_v2_point_clustered_spheremarkers.jpg" idsTooltip="IDS_LBL_CHART_v2_point_clustered_spheremarkers"/>
  143. <chartType legacyMode="v2" id="v2_point_clustered_3dmarkers" icon="type_v2_point_clustered_3dmarkers.jpg" idsTooltip="IDS_LBL_CHART_v2_point_clustered_3dmarkers"/>
  144. </chartGroup>
  145. <!-- Combination Charts -->
  146. <chartGroup id="chartGroup_Combination" idsLabel="IDS_LBL_CHART_Combination" smallIcon="../v2_combinationChart.gif">
  147. <chartType legacyMode="v2" id="v2_combo_tl_clustered_bar_line" icon="type_v2_combo_tl_clustered_bar_line.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_clustered_bar_line"/>
  148. <chartType legacyMode="v2" id="v2_combo_tl_stacked_bar_clustered_line" icon="type_v2_combo_tl_stacked_bar_clustered_line.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_stacked_bar_clustered_line"/>
  149. <chartType legacyMode="v2" id="v2_combo_tl_stacked_bar_area" icon="type_v2_combo_tl_stacked_bar_area.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_stacked_bar_area"/>
  150. <chartType legacyMode="v2" id="v2_combo_tl_stacked_bar_tr_clustered_line" icon="type_v2_combo_tl_stacked_bar_tr_clustered_line.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_stacked_bar_tr_clustered_line"/>
  151. <chartType legacyMode="v2" id="v2_combo_tl_clustered_bar_tr_clustered_line" icon="type_v2_combo_tl_clustered_bar_tr_clustered_line.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_clustered_bar_tr_clustered_line"/>
  152. <chartType legacyMode="v2" id="v2_combo_tl_stacked_area_tr_clustered_bar_line" icon="type_v2_combo_tl_stacked_area_tr_clustered_bar_line.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_stacked_area_tr_clustered_bar_line"/>
  153. <chartType legacyMode="v2" id="v2_combo_tl_clustered_line_bl_stacked_bar" icon="type_v2_combo_tl_clustered_line_bl_stacked_bar.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_clustered_line_bl_stacked_bar"/>
  154. <chartType legacyMode="v2" id="v2_combo_tl_clustered_bar_line_bl_clustered_bar_line" icon="type_v2_combo_tl_clustered_bar_line_bl_clustered_bar_line.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_clustered_bar_line_bl_clustered_bar_line"/>
  155. </chartGroup>
  156. <!-- Point Style Scatter Charts -->
  157. <chartGroup id="chartGroup_Scatter" idsLabel="IDS_LBL_CHART_Scatter" smallIcon="../v2_scatterChart.gif">
  158. <chartType legacyMode="v2" id="v2_scatter" icon="type_v2_scatter.gif" idsTooltip="IDS_TOOLTIP_SCATTER" idsTips="IDS_TOOLTIP_SCATTER"/>
  159. <chartType legacyMode="v2" id="v2_scatter_changingMarkers" icon="type_v2_scatter_changingMarkers.gif" idsTooltip="IDS_TOOLTIP_SCATTER_CHANGINGMARKERS" idsTips="IDS_TOOLTIP_SCATTER_CHANGINGMARKERS"/>
  160. <chartType legacyMode="v2" id="v2_scatter_changingMarkers_plot" icon="type_v2_scatter_changingMarkers_plot.gif" idsTooltip="IDS_TOOLTIP_SCATTER_CHANGINGMARKERS_PLOT" idsTips="IDS_TOOLTIP_SCATTER_CHANGINGMARKERS_PLOT"/>
  161. <chartType legacyMode="v2" id="v2_scatter_3dMarkers" icon="type_v2_scatter_3dMarkers.gif" idsTooltip="IDS_TOOLTIP_SCATTER_3DMARKERS" idsTips="IDS_TOOLTIP_SCATTER_3DMARKERS"/>
  162. <chartType legacyMode="v2" id="v2_scatter_quadrant" icon="type_v2_scatter_quadrant.gif" idsTooltip="IDS_TOOLTIP_SCATTER_QUADRANT" idsTips="IDS_TOOLTIP_SCATTER_QUADRANT"/>
  163. <chartType legacyMode="v2" id="v2_bubble" icon="type_v2_bubble.gif" idsTooltip="IDS_TOOLTIP_BUBBLE" idsTips="IDS_TOOLTIP_BUBBLE"/>
  164. <chartType legacyMode="v2" id="v2_bubble_3d" icon="type_v2_bubble_3dmarkers.gif" idsTooltip="IDS_TOOLTIP_BUBBLE_3d" idsTips="IDS_TOOLTIP_BUBBLE"/>
  165. <chartType legacyMode="v2" id="v2_bubble_changingMarkers" icon="type_v2_bubble_changingmarkers.gif" idsTooltip="IDS_TOOLTIP_BUBBLE_CHANGINGMARKERS" idsTips="IDS_TOOLTIP_BUBBLE_CHANGINGMARKERS"/>
  166. <chartType legacyMode="v2" id="v2_bubble_changingMarkers_plot" icon="type_v2_bubble_changingmarkers_plot.gif" idsTooltip="IDS_TOOLTIP_BUBBLE_CHANGINGMARKERS_PLOT" idsTips="IDS_TOOLTIP_BUBBLE_CHANGINGMARKERS_PLOT"/>
  167. <chartType legacyMode="v2" id="v2_bubble_3dchangingMarkers" icon="type_v2_bubble_changing3dmarkers.gif" idsTooltip="IDS_TOOLTIP_BUBBLE_CHANGINGMARKERS_3d" idsTips="IDS_TOOLTIP_BUBBLE_CHANGINGMARKERS_3d"/>
  168. <chartType legacyMode="v2" id="v2_quadrant" icon="type_v2_bubble_quadrant.gif" idsName="IDS_LBL_CHART_quadrant" idsTooltip="IDS_TOOLTIP_BUBBLE_quadrant" idsTips="IDS_TOOLTIP_CHART_quadrant"/>
  169. </chartGroup>
  170. <!-- Bullet Charts -->
  171. <chartGroup id="chartGroup_Bullet" idsLabel="IDS_LBL_CHART_bullet" smallIcon="../v2_bulletChart.gif">
  172. <chartType legacyMode="v2" id="v2_bullet" icon="type_v2_bullet.gif" idsTooltip="IDS_TOOLTIP_BULLET_HOR" idsTips="IDS_TOOLTIP_BULLET_HOR"/>
  173. <chartType legacyMode="v2" id="v2_bullet_vertical" icon="type_v2_bullet_vertical.gif" idsTooltip="IDS_TOOLTIP_BULLET_VERT" idsTips="IDS_TOOLTIP_BULLET_VERT"/>
  174. <chartType legacyMode="v2" id="v2_bullet_greyscale" icon="type_v2_bullet_greyscale.gif" idsTooltip="IDS_TOOLTIP_BULLET_HOR_GREYSCALE" idsTips="IDS_TOOLTIP_BULLET_HOR_GREYSCALE"/>
  175. <chartType legacyMode="v2" id="v2_bullet_vertical_greyscale" icon="type_v2_bullet_vertical_greyscale.gif" idsTooltip="IDS_TOOLTIP_BULLET_VERT_GREYSCALE" idsTips="IDS_TOOLTIP_BULLET_VERT_GREYSCALE"/>
  176. </chartGroup>
  177. <!-- Gauge Charts -->
  178. <chartGroup id="chartGroup_Gauge" idsLabel="IDS_LBL_CHART_gauge" smallIcon="../v2_gaugeChart.gif">
  179. <chartType legacyMode="v2" id="v2_gauge_shallowBorder" icon="type_v2_gauge_shallowBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_SHALLOWBORDER" idsTips="IDS_TOOLTIP_GAUGE_SHALLOWBORDER"/>
  180. <chartType legacyMode="v2" id="v2_gauge" icon="type_v2_gauge.gif" idsTooltip="IDS_TOOLTIP_GAUGE_DEEPBORDER" idsTips="IDS_TOOLTIP_GAUGE_DEEPBORDER"/>
  181. <chartType legacyMode="v2" id="v2_gauge_noBorder" icon="type_v2_gauge_noBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_NOBORDER" idsTips="IDS_TOOLTIP_GAUGE_NOBORDER"/>
  182. <chartType legacyMode="v2" id="v2_gauge_topHalf" icon="type_v2_gauge_topHalf.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_HALF" idsTips="IDS_TOOLTIP_GAUGE_TOP_HALF"/>
  183. <chartType legacyMode="v2" id="v2_gauge_topHalf_noBorder" icon="type_v2_gauge_topHalf_noBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_HALF_NOBORDER" idsTips="IDS_TOOLTIP_GAUGE_TOP_HALF_NOBORDER"/>
  184. <chartType legacyMode="v2" id="v2_gauge_bottomHalf" icon="type_v2_gauge_bottomHalf.gif" idsTooltip="IDS_TOOLTIP_GAUGE_BOTTOM_HALF" idsTips="IDS_TOOLTIP_GAUGE_BOTTOM_HALF"/>
  185. <chartType legacyMode="v2" id="v2_gauge_bottomHalf_noBorder" icon="type_v2_gauge_bottomHalf_noBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_BOTTOM_HALF_NOBORDER" idsTips="IDS_TOOLTIP_GAUGE_BOTTOM_HALF_NOBORDER"/>
  186. <chartType legacyMode="v2" id="v2_gauge_topLeft" icon="type_v2_gauge_topLeft.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_LEFT" idsTips="IDS_TOOLTIP_GAUGE_TOP_LEFT"/>
  187. <chartType legacyMode="v2" id="v2_gauge_topLeft_noBorder" icon="type_v2_gauge_topLeft_noBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_LEFT_NOBORDER" idsTips="IDS_TOOLTIP_GAUGE_TOP_LEFT_NOBORDER"/>
  188. <chartType legacyMode="v2" id="v2_gauge_topRight" icon="type_v2_gauge_topRight.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_RIGHT" idsTips="IDS_TOOLTIP_GAUGE_TOP_RIGHT"/>
  189. <chartType legacyMode="v2" id="v2_gauge_topRight_noBorder" icon="type_v2_gauge_topRight_noBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_RIGHT_NOBORDER" idsTips="IDS_TOOLTIP_GAUGE_TOP_RIGHT_NOBORDER"/>
  190. <chartType legacyMode="v2" id="v2_gauge_bottomLeft" icon="type_v2_gauge_bottomLeft.gif" idsTooltip="IDS_TOOLTIP_GAUGE_BOTTOM_LEFT" idsTips="IDS_TOOLTIP_GAUGE_BOTTOM_LEFT"/>
  191. <chartType legacyMode="v2" id="v2_gauge_bottomLeft_noBorder" icon="type_v2_gauge_bottomLeft_noBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_BOTTOM_LEFT_NOBORDER" idsTips="IDS_TOOLTIP_GAUGE_BOTTOM_LEFT_NOBORDER"/>
  192. <chartType legacyMode="v2" id="v2_gauge_bottomRight" icon="type_v2_gauge_bottomRight.gif" idsTooltip="IDS_TOOLTIP_GAUGE_BOTTOM_RIGHT" idsTips="IDS_TOOLTIP_GAUGE_BOTTOM_RIGHT"/>
  193. <chartType legacyMode="v2" id="v2_gauge_bottomRight_noBorder" icon="type_v2_gauge_bottomRight_noBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_BOTTOM_RIGHT_NOBORDER" idsTips="IDS_TOOLTIP_GAUGE_BOTTOM_RIGHT_NOBORDER"/>
  194. <chartType legacyMode="v2" id="v2_gauge_topBottom" icon="type_v2_gauge_topBottom.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_BOTTOM" idsTips="IDS_TOOLTIP_GAUGE_TOP_BOTTOM"/>
  195. <chartType legacyMode="v2" id="v2_gauge_range" icon="type_v2_gauge_range.gif" idsTooltip="IDS_TOOLTIP_GAUGE_RANGE" idsTips="IDS_TOOLTIP_GAUGE_RANGE"/>
  196. <chartType legacyMode="v2" id="v2_gauge_innerOuter" icon="type_v2_gauge_innerOuter.gif" idsTooltip="IDS_TOOLTIP_GAUGE_INNER_OUTER" idsTips="IDS_TOOLTIP_GAUGE_INNER_OUTER"/>
  197. <chartType legacyMode="v2" id="v2_gauge_topBottom_dual" icon="type_v2_gauge_topBottom_dual.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_BOTTOM_DUAL" idsTips="IDS_TOOLTIP_GAUGE_TOP_BOTTOM_DUAL"/>
  198. </chartGroup>
  199. <!-- V2 Paretto Chart-->
  200. <chartGroup id="chartGroup_Pareto" idsLabel="IDS_LBL_CHART_PARETO" smallIcon="../v2_paretoChart.gif">
  201. <chartType legacyMode="v2" id="v2_pareto" icon="type_pareto_column_flat.gif" idsTooltip="IDS_TOOLTIP_PARETO"/>
  202. <chartType legacyMode="v2" id="v2_pareto_horisontal" icon="type_pareto_bar_flat.gif" idsTooltip="IDS_TOOLTIP_PARETO_HORIS"/>
  203. <chartType legacyMode="v2" id="v2_pareto_with_depth" icon="type_pareto_column.gif" idsTooltip="IDS_TOOLTIP_PARETO_DEPTH"/>
  204. <chartType legacyMode="v2" id="v2_pareto_horisontal_with_depth" icon="type_pareto_bar.gif" idsTooltip="IDS_TOOLTIP_PARETO_HORIS_DEPTH"/>
  205. </chartGroup>
  206. <!-- V2 Progressive Chart -->
  207. <chartGroup id="chartGroup_Progressive" idsLabel="IDS_LBL_CHART_PROGRESSIVE" smallIcon="../v2_progressiveChart.gif">
  208. <chartType legacyMode="v2" id="v2_progressive" icon="type_v2_progressive_flat.jpg" idsTooltip="IDS_TOOLTIP_PROGRESSIVE"/>
  209. <chartType legacyMode="v2" id="v2_progressive_horisontal" icon="type_progressive_bar_flat.png" idsTooltip="IDS_TOOLTIP_PROGRESSIVE_HORIS"/>
  210. <chartType legacyMode="v2" id="v2_progressive_with_depth" icon="type_v2_progressive.jpg" idsTooltip="IDS_TOOLTIP_PROGRESSIVE_DEPTH"/>
  211. <chartType legacyMode="v2" id="v2_progressive_horisontal_with_depth" icon="type_progressive_bar.png" idsTooltip="IDS_TOOLTIP_PROGRESSIVE_HORIS_DEPTH"/>
  212. </chartGroup>
  213. <!-- V2 Micro Charts -->
  214. <chartGroup id="chartGroup_MicroGroup" idsLabel="IDS_LBL_CHART_microGroup" smallIcon="group_microchart_line.gif">
  215. <chartType id="micro_line_v2" legacyMode="v2" icon="type_new_micro_line.gif" idsName="IDS_LBL_CHART_microLine" idsTooltip="IDS_LBL_CHART_microLine"/>
  216. <chartType id="micro_line_close_v2" legacyMode="v2" icon="type_new_micro_line_close.gif" idsName="IDS_LBL_CHART_microLineClose" idsTooltip="IDS_LBL_CHART_microLineClose"/>
  217. <chartType id="micro_line_opencloseminmax_v2" legacyMode="v2" icon="type_new_micro_line_opencloseminmax.gif" idsName="IDS_LBL_CHART_microLineOpenCloseMinMax" idsTooltip="IDS_LBL_CHART_microLineOpenCloseMinMax"/>
  218. <chartType id="micro_line_baseline_v2" legacyMode="v2" icon="type_new_micro_line_baseline.gif" idsName="IDS_LBL_CHART_microLineBand" idsTooltip="IDS_LBL_CHART_microLineBand"/>
  219. <chartType id="micro_column_v2" legacyMode="v2" icon="type_new_micro_column.gif" idsName="IDS_LBL_CHART_microColumn" idsTooltip="IDS_LBL_CHART_microColumn"/>
  220. <chartType id="micro_bar_v2" legacyMode="v2" icon="type_new_micro_bar.gif" idsName="IDS_LBL_CHART_microBar" idsTooltip="IDS_LBL_CHART_microBar"/>
  221. <chartType id="micro_area_v2" legacyMode="v2" icon="type_micro_area.gif" idsName="IDS_LBL_CHART_microArea" idsTooltip="IDS_LBL_CHART_microArea"/>
  222. <chartType id="micro_horizontal_area_v2" legacyMode="v2" icon="type_micro_horizontal_area.gif" idsName="IDS_LBL_CHART_microHorizontalArea" idsTooltip="IDS_LBL_CHART_microHorizontalArea"/>
  223. <chartType id="micro_pie_v2" legacyMode="v2" icon="type_micro_pie.gif" idsName="IDS_LBL_CHART_microPie" idsTooltip="IDS_LBL_CHART_microPie"/>
  224. <chartType id="micro_donut_v2" legacyMode="v2" icon="type_micro_donut.gif" idsName="IDS_LBL_CHART_microDonut" idsTooltip="IDS_LBL_CHART_microDonut"/>
  225. </chartGroup>
  226. <chartGroup id="chartGroup_Advanced" idsLabel="IDS_LBL_CHART_advanced" smallIcon="advancedGroup.gif">
  227. <chartType id="column_marimemkko_new" icon="type_new_column_marimekko.gif" idsName="IDS_LBL_CHART_marimekko" idsTooltip="IDS_LBL_CHART_marimekko" idsTips="IDS_TOOLTIP_CHART_marimekko" legacyMode="v2"/>
  228. <chartType id="column_3daxis_new" icon="type_new_column_3daxis.gif" idsName="IDS_LBL_CHART_column_3daxis" idsTooltip="IDS_LBL_CHART_column_3daxis" idsTips="IDS_TOOLTIP_CHART_column_3daxis" legacyMode="v2"/>
  229. <chartType id="line_3daxis_new" legacyMode="v2" icon="type_new_line_3daxis.gif" idsName="IDS_LBL_CHART_line_3daxis" idsTooltip="IDS_LBL_CHART_line_3daxis" idsTips="IDS_TOOLTIP_CHART_line_3daxis"/>
  230. <chartType id="area_3daxis_new" legacyMode="v2" icon="type_new_area_3daxis.gif" idsName="IDS_LBL_CHART_area_3daxis" idsTooltip="IDS_LBL_CHART_area_3daxis" idsTips="IDS_TOOLTIP_CHART_area_3daxis"/>
  231. <chartType id="combo_3daxis_new" legacyMode="v2" icon="type_new_combo_3daxis.gif" idsName="IDS_LBL_CHART_combo_cus_3daxis" idsTooltip="IDS_LBL_CHART_combo_cus_3daxis" idsTips="IDS_TOOLTIP_CHART_combo_cus_3daxis"/>
  232. <chartType id="scatter_3daxis_new" legacyMode="v2" icon="type_new_scatter_3daxis.gif" idsName="IDS_LBL_CHART_3dscatter" idsTooltip="IDS_LBL_CHART_3dscatter" idsTips="IDS_TOOLTIP_CHART_3dscatter"/>
  233. <chartType id="radar_flat_new" legacyMode="v2" icon="type_new_radar.gif" idsName="IDS_LBL_CHART_radar_flat" idsTooltip="IDS_LBL_CHART_radar_flat" idsTips="IDS_TOOLTIP_CHART_radar_flat"/>
  234. <chartType id="radar_stacked_flat_new" legacyMode="v2" icon="type_new_radar_stacked.gif" idsName="IDS_LBL_CHART_radar_stacked_flat" idsTooltip="IDS_LBL_CHART_radar_stacked_flat" idsTips="IDS_TOOLTIP_CHART_radar_stacked_flat"/>
  235. <chartType id="polar_categorymarkers_new" legacyMode="v2" icon="type_new_polar_categorymarkers.gif" idsName="IDS_LBL_CHART_polar" idsTooltip="IDS_LBL_CHART_polar" idsTips="IDS_TOOLTIP_CHART_polar"/>
  236. <chartType id="metricsRange_column_new" legacyMode="v2" icon="type_new_metricsRange_column.gif" idsName="IDS_LBL_CHART_metricsRange_column" idsTooltip="IDS_LBL_CHART_metricsRange_column" idsTips="IDS_TOOLTIP_CHART_metricsRange_column"/>
  237. <chartType id="metricsRange_area_new" legacyMode="v2" icon="type_new_metricsRange_area.gif" idsName="IDS_LBL_CHART_metricsRange_area" idsTooltip="IDS_LBL_CHART_metricsRange_area" idsTips="IDS_TOOLTIP_CHART_metricsRange_area"/>
  238. <chartType id="metricsRange_line_new" legacyMode="v2" icon="type_new_metricsRange_line.gif" idsName="IDS_LBL_CHART_metricsRange_line" idsTooltip="IDS_LBL_CHART_metricsRange_line" idsTips="IDS_TOOLTIP_CHART_metricsRange_line"/>
  239. <chartType id="micro_win_loss_new" legacyMode="v2" icon="type_new_micro_win_loss.gif" idsName="IDS_LBL_CHART_winLoss" idsTooltip="IDS_LBL_CHART_winLoss" idsTips="IDS_TOOLTIP_CHART_winLoss"/>
  240. </chartGroup>
  241. </chartGroups>
  242. </xmlFragment>
  243. </resources>