home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 79 / IOPROG_79.ISO / soft / Tools / XMLSPYEnt2004 / XMLSPYEntComplete2004.exe / Data1.cab / _3CD437B451BD4FD9865D442DA0FF02A4 < prev    next >
Encoding:
Text File  |  2003-07-28  |  3.2 KB  |  85 lines

  1. <!--  
  2.  | (C) Copyright IBM Corporation 2001, 2002, 2003. All Rights Reserved.
  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 Software 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 March 2002 (dita10.zip)
  20.  |   1.1.1 Release 1.1 December 2002
  21.  |   1.1.2 Release 1.2 June 2003
  22.  *-->
  23.  
  24.  
  25. <!ENTITY % msgph "msgph">
  26. <!ENTITY % msgblock "msgblock">
  27. <!ENTITY % msgnum "msgnum">
  28. <!ENTITY % cmdname "cmdname">
  29. <!ENTITY % varname "varname">
  30. <!ENTITY % filepath "filepath">
  31. <!ENTITY % userinput "userinput">
  32. <!ENTITY % systemoutput "systemoutput">
  33.  
  34.  
  35. <!-- software domain vocabulary -->
  36. <!ELEMENT msgph          (#PCDATA | %varname; | %msgnum;)* >
  37. <!ATTLIST msgph           %univ-atts;
  38.                           outputclass CDATA #IMPLIED
  39. >
  40. <!ELEMENT msgblock       (#PCDATA | %varname; | %msgnum;)* >
  41. <!ATTLIST msgblock        %display-atts;
  42.                           %univ-atts;
  43.                           spectitle CDATA #IMPLIED
  44.                           outputclass CDATA #IMPLIED
  45.                           xml:space (preserve) #FIXED 'preserve'
  46. >
  47. <!ELEMENT msgnum         (#PCDATA)>
  48. <!ATTLIST msgnum          keyref NMTOKEN #IMPLIED
  49.                           %univ-atts;
  50.                           outputclass CDATA #IMPLIED
  51. >
  52. <!ELEMENT cmdname        (#PCDATA)>
  53. <!ATTLIST cmdname         keyref NMTOKEN #IMPLIED
  54.                           %univ-atts;
  55.                           outputclass CDATA #IMPLIED
  56. >
  57. <!ELEMENT varname        (#PCDATA)>
  58. <!ATTLIST varname         keyref NMTOKEN #IMPLIED
  59.                           %univ-atts;
  60.                           outputclass CDATA #IMPLIED
  61. >
  62. <!ELEMENT filepath       (#PCDATA | %varname;)* >
  63. <!ATTLIST filepath        %univ-atts;
  64.                           outputclass CDATA #IMPLIED
  65. >
  66. <!ELEMENT userinput      (#PCDATA | %varname;)* >
  67. <!ATTLIST userinput       %univ-atts;
  68.                           outputclass CDATA #IMPLIED
  69. >
  70. <!ELEMENT systemoutput   (#PCDATA | %varname;)* >
  71. <!ATTLIST systemoutput    %univ-atts;
  72.                           outputclass CDATA #IMPLIED
  73. >
  74.  
  75.  
  76. <!ATTLIST msgph          %global-atts; class CDATA "+ topic/ph sw-d/msgph ">
  77. <!ATTLIST msgblock       %global-atts; class CDATA "+ topic/pre sw-d/msgblock ">
  78. <!ATTLIST msgnum         %global-atts; class CDATA "+ topic/keyword sw-d/msgnum ">
  79. <!ATTLIST cmdname        %global-atts; class CDATA "+ topic/keyword sw-d/cmdname ">
  80. <!ATTLIST varname        %global-atts; class CDATA "+ topic/keyword sw-d/varname ">
  81. <!ATTLIST filepath       %global-atts; class CDATA "+ topic/ph sw-d/filepath ">
  82. <!ATTLIST userinput      %global-atts; class CDATA "+ topic/ph sw-d/userinput ">
  83. <!ATTLIST systemoutput   %global-atts; class CDATA "+ topic/ph sw-d/systemoutput ">
  84.  
  85.