FormatTree.xml 1001 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: QECL
  5. (C) Copyright IBM Corp. 2005, 2009
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <functionsRoot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FuncTree.xsd">
  9. <format>
  10. <id>PERCENTAGE_0</id>
  11. <format><![CDATA[&amp;lt;formatGroup&amp;gt;&amp;lt;percentFormat decimalSize=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/formatGroup&amp;gt;]]></format>
  12. </format>
  13. <format>
  14. <id>PERCENTAGE_1</id>
  15. <format><![CDATA[&amp;lt;formatGroup&amp;gt;&amp;lt;percentFormat decimalSize=&amp;quot;1&amp;quot; /&amp;gt;&amp;lt;/formatGroup&amp;gt;]]></format>
  16. </format>
  17. <format>
  18. <id>PERCENTAGE_2</id>
  19. <format><![CDATA[&amp;lt;formatGroup&amp;gt;&amp;lt;percentFormat decimalSize=&amp;quot;2&amp;quot; /&amp;gt;&amp;lt;/formatGroup&amp;gt;]]></format>
  20. </format>
  21. </functionsRoot>