home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278581_modulesynopsis.dtd < prev    next >
Extensible Markup Language  |  2004-05-12  |  2KB  |  76 lines

  1. <?xml version='1.0' encoding='UTF-8' ?>
  2.  
  3. <!--
  4.  Copyright 2002-2004 The Apache Software Foundation
  5.  
  6.  Licensed under the Apache License, Version 2.0 (the "License");
  7.  you may not use this file except in compliance with the License.
  8.  You may obtain a copy of the License at
  9.  
  10.      http://www.apache.org/licenses/LICENSE-2.0
  11.  
  12.  Unless required by applicable law or agreed to in writing, software
  13.  distributed under the License is distributed on an "AS IS" BASIS,
  14.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15.  See the License for the specific language governing permissions and
  16.  limitations under the License.
  17. -->
  18.  
  19. <!ENTITY % sitemap SYSTEM "sitemap.dtd">
  20. %sitemap;
  21.  
  22. <!ELEMENT modulesynopsis (name , description, status, hint?, sourcefile?,
  23. identifier? , compatibility? , summary? , seealso* , section*,
  24. directivesynopsis*)>
  25.  
  26. <!ATTLIST modulesynopsis metafile CDATA  #REQUIRED>
  27.  
  28. <!ELEMENT directivesynopsis (name , description? , syntax? , default?
  29. , contextlist? , override? , modulelist?, status?, compatibility? ,
  30. usage?, seealso*)>
  31.  
  32. <!ELEMENT name (#PCDATA)>
  33.  
  34. <!ELEMENT status (#PCDATA)>
  35.  
  36. <!ELEMENT hint %Inline;>
  37.  
  38. <!ELEMENT identifier (#PCDATA)>
  39.  
  40. <!ELEMENT sourcefile (#PCDATA)>
  41.  
  42. <!ELEMENT compatibility %Inline;>
  43.  
  44. <!ELEMENT description %Inline;>
  45.  
  46. <!ATTLIST directivesynopsis  type CDATA  #IMPLIED
  47.                              location CDATA  #IMPLIED >
  48.  
  49. <!ELEMENT syntax %Inline;>
  50.  
  51. <!ELEMENT default (#PCDATA | br)*>
  52.  
  53. <!ELEMENT contextlist (context+)+>
  54.  
  55. <!ELEMENT context (#PCDATA)>
  56.  
  57. <!ELEMENT override (#PCDATA)>
  58.  
  59. <!ELEMENT usage %Block;>
  60.  
  61. <!-- Used in index.xml -->
  62. <!ELEMENT moduleindex (title, summary, seealso*)>
  63.  
  64. <!ATTLIST moduleindex metafile CDATA  #REQUIRED>
  65.  
  66. <!-- Used in directive.xml -->
  67. <!ELEMENT directiveindex (title | summary)+>
  68.  
  69. <!ATTLIST directiveindex metafile CDATA  #REQUIRED>
  70.  
  71. <!-- Used in quickreference.xml -->
  72. <!ELEMENT quickreference (title | summary | legend)+>
  73. <!ATTLIST quickreference metafile CDATA  #REQUIRED>
  74.  
  75. <!ELEMENT legend (table, table)>
  76.