hal_strings.dtd 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: hal
  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. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  9. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  10. -->
  11. <!ELEMENT param EMPTY>
  12. <!ATTLIST param
  13. index (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10) #IMPLIED
  14. name CDATA #IMPLIED
  15. usage CDATA #IMPLIED
  16. type (shortTime | mediumTime | longTime | fullTime | shortDate | mediumDate | longDate | fullDate | currency | percent | integer | string) #IMPLIED
  17. >
  18. <!ELEMENT string (#PCDATA | param)*>
  19. <!--
  20. string types:
  21. Dialog Caption
  22. Tab Label
  23. Button
  24. Link
  25. Check Box
  26. Radio Button
  27. Group Box Label
  28. Control Label
  29. List Item Label
  30. Tooltip
  31. Status Bar
  32. Property Name
  33. Property Group
  34. Pane Header
  35. String
  36. Menu
  37. Menu Item
  38. -->
  39. <!ATTLIST string
  40. xml:space (default | preserve) "preserve"
  41. id ID #REQUIRED
  42. errorCode CDATA #IMPLIED
  43. name CDATA #IMPLIED
  44. type CDATA #IMPLIED
  45. usage CDATA #IMPLIED
  46. translate (new | changed) #IMPLIED
  47. >
  48. <!ELEMENT stringTable (component*)>
  49. <!ATTLIST stringTable
  50. localization CDATA #IMPLIED
  51. usage CDATA #IMPLIED
  52. >
  53. <!ELEMENT component (section*)>
  54. <!ATTLIST component
  55. name CDATA #REQUIRED
  56. usage CDATA #IMPLIED
  57. >
  58. <!ELEMENT section (string*)>
  59. <!ATTLIST section
  60. type (Messages | Menus | UI) #IMPLIED
  61. name CDATA #REQUIRED
  62. usage CDATA #IMPLIED
  63. >