home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / apache_2.2.8-win32-x86-no_ssl.msi / Data1.cab / _9166CA61AD245F6603302EBDE93FD01A < prev    next >
Extensible Markup Language  |  2006-07-11  |  2KB  |  77 lines

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