12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: hal
- (C) Copyright IBM Corp. 2003, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <!ELEMENT param EMPTY>
- <!ATTLIST param
- index (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10) #IMPLIED
- name CDATA #IMPLIED
- usage CDATA #IMPLIED
- type (shortTime | mediumTime | longTime | fullTime | shortDate | mediumDate | longDate | fullDate | currency | percent | integer | string) #IMPLIED
- >
- <!ELEMENT string (#PCDATA | param)*>
- <!--
- string types:
- Dialog Caption
- Tab Label
- Button
- Link
- Check Box
- Radio Button
- Group Box Label
- Control Label
- List Item Label
- Tooltip
- Status Bar
- Property Name
- Property Group
- Pane Header
- String
- Menu
- Menu Item
- -->
- <!ATTLIST string
- xml:space (default | preserve) "preserve"
- id ID #REQUIRED
- errorCode CDATA #IMPLIED
- name CDATA #IMPLIED
- type CDATA #IMPLIED
- usage CDATA #IMPLIED
- translate (new | changed) #IMPLIED
- >
- <!ELEMENT stringTable (component*)>
- <!ATTLIST stringTable
- localization CDATA #IMPLIED
- usage CDATA #IMPLIED
- >
- <!ELEMENT component (section*)>
- <!ATTLIST component
- name CDATA #REQUIRED
- usage CDATA #IMPLIED
- >
- <!ELEMENT section (string*)>
- <!ATTLIST section
- type (Messages | Menus | UI) #IMPLIED
- name CDATA #REQUIRED
- usage CDATA #IMPLIED
- >
|