buxschemasmsg_en.xml 1.3 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. +========================================================================+
  4. | Licensed Materials - Property of IBM
  5. |
  6. | IBM Cognos Products: BUX
  7. |
  8. | (C) Copyright IBM Corp. 2009, 2011
  9. |
  10. | The source code for this program is not published or otherwise
  11. | divested of its trade secrets, irrespective of what has been deposited
  12. | with the U.S. Copyright Office.
  13. +========================================================================+
  14. -->
  15. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
  16. <component name="BUX" usage="BUX messages">
  17. <section name="SCH" usage="BUX schemas messages." type="Messages">
  18. <string id="EXPECTING_ELEMENT_ERROR" type="String" errorCode="1100">Expecting element: <param name="0" type="string" usage="element name"/>.</string>
  19. <string id="UNEXPECTED_ELEMENT_ERROR" type="String" errorCode="1101">unexpected element: <param name="0" type="string" usage="element name"/>.</string>
  20. <string id="CANNOT_BE_NULL_ERROR" type="String" errorCode="1102">cannot be null: <param name="0" type="string" usage="name"/>.</string>
  21. <string id="CHOICES_CANNOT_BE_NULL_ERROR" type="String" errorCode="1103">choices cannot be null.</string>
  22. </section>
  23. </component>
  24. </stringTable>