home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _D3EE1899F8274F05B76A2FA2B7D53A2E < prev    next >
Encoding:
Text File  |  2002-09-20  |  2.0 KB  |  61 lines

  1. <!--  
  2.  | Copyright IBM Corporation, 2001, 2002
  3.  | This file is part of the DITA package on IBM's developerWorks site.
  4.  | See license.txt for disclaimers.
  5.  |
  6.  | The Darwin Information Typing Architecture (DITA) was orginated by
  7.  | IBM's XML Workgroup and ID Workbench tools team.
  8.  |
  9.  | Refer to this file by the following public identfier or an appropriate
  10.  | system identifier:
  11.  |
  12.  |   PUBLIC "-//IBM//ELEMENTS DITA User Interface Domain//EN"
  13.  |
  14.  | Release history (vrm):
  15.  |   1.0.0 Initial release on developerWorks, March 2001 (dita00.zip)
  16.  |   1.0.1 fix 1 on developerWorks, October 2001 (dita01.zip)
  17.  |   1.0.2 consolidated redesign December 2001
  18.  |   1.0.3 fix 1, dtd freeze for UCD-1 January 2002
  19.  |   1.1.0 Release 1 May 2002
  20.  *-->
  21.  
  22.  
  23. <!ENTITY % uicontrol "uicontrol">
  24. <!ENTITY % wintitle "wintitle">
  25. <!ENTITY % menucascade "menucascade">
  26. <!ENTITY % shortcut "shortcut">
  27.  
  28.  
  29. <!--ui keyword types-->
  30. <!ELEMENT uicontrol (#PCDATA|%image;|%shortcut;)*>
  31. <!ATTLIST uicontrol       keyref NMTOKEN #IMPLIED
  32.                           %univ-atts;
  33.                           outputclass CDATA #IMPLIED
  34. >
  35.  
  36. <!ELEMENT wintitle (#PCDATA)>
  37. <!ATTLIST wintitle        keyref NMTOKEN #IMPLIED
  38.                           %univ-atts;
  39.                           outputclass CDATA #IMPLIED
  40. >
  41.  
  42. <!ELEMENT menucascade (%uicontrol;)+>
  43. <!ATTLIST menucascade     keyref NMTOKEN #IMPLIED
  44.                           %univ-atts;
  45.                           outputclass CDATA #IMPLIED
  46. >
  47.  
  48.  
  49. <!ELEMENT shortcut (#PCDATA)>
  50. <!ATTLIST shortcut        keyref NMTOKEN #IMPLIED
  51.                           %univ-atts;
  52.                           outputclass CDATA #IMPLIED
  53. >
  54.  
  55.  
  56. <!-- specialization class declarations -->
  57. <!ATTLIST uicontrol       class CDATA "+ topic/ph ui-d/uicontrol ">
  58. <!ATTLIST wintitle        class CDATA "+ topic/keyword ui-d/wintitle ">
  59. <!ATTLIST menucascade     class CDATA "+ topic/ph ui-d/menucascade ">
  60. <!ATTLIST shortcut        class CDATA "+ topic/keyword ui-d/shortcut ">
  61.