rulesMapping.xml 6.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <rulesMappings>
  3. <templateGroup name="pie" iconClass="ChartTypePie" label="MSG.IDS_CHART_GROUP_PIE_DONUT">
  4. <templateRef id="pie.xml" iconClass="ChartTypePie" templateId="v2_pieChart" name="v2_pie" label="Pie Chart" extends="pie_base.xml">
  5. <ruleref id="summaryPresent" weight="0.4"/>
  6. </templateRef>
  7. <templateRef id="pie_mm.xml" iconClass="ChartTypePie" templateId="v2_pieChart" name="v2_pie" label="Pie Chart" extends="pie_comparison_base.xml">
  8. <ruleref id="summaryPresent" weight="0.4"/>
  9. </templateRef>
  10. </templateGroup>
  11. <templateGroup name="column" iconClass="ChartTypeColumn" label="MSG.IDS_CHART_GROUP_COLUMN">
  12. <templateRef id="clustered_column.xml" iconClass="ChartTypeColumn" templateId="v2_combinationChart" name="column_clustered" label="Clustered Column Chart" extends="clustered_column_base.xml"/>
  13. <templateRef id="clustered_column_mm.xml" iconClass="ChartTypeColumn" templateId="v2_combinationChart" name="column_clustered" label="Clustered Column Chart" extends="clustered_column_comparison_base.xml"/>
  14. <templateRef id="stacked_column.xml" iconClass="ChartTypeColumn" templateId="v2_combinationChart" name="column_stacked" label="Stacked Column Chart" extends="stacked_column_base.xml">
  15. <ruleref id="summaryPresent" weight="0.4"/>
  16. </templateRef>
  17. <templateRef id="stacked_column_mm.xml" iconClass="ChartTypeColumn" templateId="v2_combinationChart" name="column_stacked" label="Stacked Column Chart" extends="stacked_column_comparison_base.xml">
  18. <ruleref id="summaryPresent" weight="0.4"/>
  19. </templateRef>
  20. </templateGroup>
  21. <templateGroup name="bar" iconClass="ChartTypeBar" label="MSG.IDS_CHART_GROUP_BAR">
  22. <templateRef id="clustered_bar.xml" majorType="bar" iconClass="ChartTypeBar" templateId="v2_combinationChart" name="bar_clustered" label="Clustered Bar Chart" extends="clustered_bar_base.xml"/>
  23. <templateRef id="clustered_bar_mm.xml" majorType="bar" iconClass="ChartTypeBar" templateId="v2_combinationChart" name="bar_clustered" label="Clustered Bar Chart" extends="clustered_bar_comparison_base.xml"/>
  24. <templateRef id="stacked_bar.xml" majorType="bar" iconClass="ChartTypeBar" templateId="v2_combinationChart" name="bar_stacked" label="Stacked Bar Chart" extends="stacked_bar_base.xml">
  25. <ruleref id="summaryPresent" weight="0.4"/>
  26. </templateRef>
  27. <templateRef id="stacked_bar_mm.xml" majorType="bar" iconClass="ChartTypeBar" templateId="v2_combinationChart" name="bar_stacked" label="Stacked Bar Chart" extends="stacked_bar_comparison_base.xml">
  28. <ruleref id="summaryPresent" weight="0.4"/>
  29. </templateRef>
  30. </templateGroup>
  31. <templateGroup name="line" iconClass="ChartTypeLine" label="MSG.IDS_CHART_GROUP_LINE">
  32. <templateRef id="line.xml" majorType="line" iconClass="ChartTypeLine" templateId="v2_combinationChart" name="line_clustered" label="Line Chart" extends="line_base.xml">
  33. <ruleref id="preferenceForNonEdges_orSingleEdgeandDimension" weight="1.5"/>
  34. </templateRef>
  35. <templateRef id="line_mm.xml" majorType="line" iconClass="ChartTypeLine" templateId="v2_combinationChart" name="line_clustered" label="Line Chart" extends="line_comparison_base.xml">
  36. <ruleref id="preferenceForNonEdges_orSingleEdgeandDimension" weight="1.5"/>
  37. </templateRef>
  38. </templateGroup>
  39. <templateGroup name="area" iconClass="ChartTypeArea" label="MSG.IDS_CHART_GROUP_AREA">
  40. <templateRef id="area.xml" majorType="area" iconClass="ChartTypeArea" templateId="v2_combinationChart" name="area_clustered" label="Area Chart" extends="area_base.xml">
  41. <ruleref id="preferenceForNonEdges_orSingleEdgeandDimension" weight="1.5"/>
  42. <ruleref id="summaryPresent" weight="0.4"/>
  43. </templateRef>
  44. <templateRef id="area_mm.xml" majorType="area" iconClass="ChartTypeArea" templateId="v2_combinationChart" name="area_clustered" label="Area Chart" extends="area_comparison_base.xml">
  45. <ruleref id="summaryPresent" weight="0.4"/>
  46. </templateRef>
  47. </templateGroup>
  48. <templateGroup name="table" iconClass="ChartTypeCrosstab" label="MSG.IDS_CHART_GROUP_TABLE">
  49. <templateRef id="crosstab.xml" majorType="table" iconClass="ChartTypeCrosstab" templateId="crosstab" name="crosstab" label="Crosstab" extends="crosstab_base.xml">
  50. <ruleref id="hasNoEdges" required="true"/>
  51. </templateRef>
  52. <templateRef id="crosstab_edge.xml" majorType="table" iconClass="ChartTypeCrosstab" templateId="crosstab" name="crosstab" label="Crosstab">
  53. <ruleref id="hasEdges" required="true"/>
  54. <ruleref id="fixedScore" weight="1.9"/>
  55. <ruleref id="scoreNumberCategorydimensions" weight="0.2"/>
  56. </templateRef>
  57. <templateRef id="list.xml" majorType="table" iconClass="ChartTypeList" templateId="list" name="list" label="List" extends="list_base.xml">
  58. <ruleref id="hasNoEdges" required="true"/>
  59. <ruleref id="hasNoMeasureExpressions" required="true"/>
  60. </templateRef>
  61. </templateGroup>
  62. <templateGroup name="point" iconClass="ChartTypeScatter" label="MSG.IDS_CHART_GROUP_POINT">
  63. <templateRef id="point.xml" majorType="point" iconClass="ChartTypePoint" templateId="v2_combinationChart" name="point" label="Point Chart" extends="point_base.xml"/>
  64. <templateRef id="point_mm.xml" majorType="point" iconClass="ChartTypePoint" templateId="v2_combinationChart" name="point" label="Point Chart" extends="point_comparison_base.xml"/>
  65. </templateGroup>
  66. <templateGroup name="scatter" iconClass="ChartTypeScatter" label="MSG.IDS_CHART_GROUP_SCATTER">
  67. <templateRef id="scatter.xml" majorType="scatter" iconClass="ChartTypeScatter" templateId="scatter" name="scatter" label="Scatter Chart" extends="scatter_base.xml"/>
  68. </templateGroup>
  69. <templateGroup name="bubble" iconClass="ChartTypeScatter" label="MSG.IDS_CHART_GROUP_BUBBLE">
  70. <templateRef id="bubble.xml" majorType="scatter" iconClass="ChartTypeBubble" templateId="v2_bubbleChart" name="bubble" label="Bubble Chart" extends="bubble_base.xml"/>
  71. </templateGroup>
  72. <templateGroup name="gauge" iconClass="ChartTypeGauge" label="MSG.IDS_CHART_GROUP_GAUGE">
  73. <templateRef id="guage.xml" majorType="gauge" iconClass="ChartTypeGauge" templateId="v2_gaugeChart" name="guage" label="Gauge Chart" extends="guage_base.xml"/>
  74. <templateRef id="guage_mm.xml" majorType="gauge" iconClass="ChartTypeGauge" templateId="v2_gaugeChart" name="guage" label="Gauge Chart" extends="guage_comparison_base.xml"/>
  75. </templateGroup>
  76. </rulesMappings>