home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / pagesheet.dtd < prev    next >
Encoding:
Text File  |  2004-07-12  |  1.8 KB  |  52 lines

  1. <!--
  2.   Copyright 1999-2004 The Apache Software Foundation
  3.  
  4.   Licensed under the Apache License, Version 2.0 (the "License");
  5.   you may not use this file except in compliance with the License.
  6.   You may obtain a copy of the License at
  7.  
  8.       http://www.apache.org/licenses/LICENSE-2.0
  9.  
  10.   Unless required by applicable law or agreed to in writing, software
  11.   distributed under the License is distributed on an "AS IS" BASIS,
  12.   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13.   See the License for the specific language governing permissions and
  14.   limitations under the License.
  15. -->
  16. <!-- =================================================================== -->
  17. <!-- CVS: $Id: pagesheet.dtd,v 1.3 2004/03/17 07:22:39 crossley Exp $     -->
  18. <!--                                                                     -->
  19. <!--     Pagesheet DTD (Version 0.1)                                     -->
  20. <!--                                                                     -->
  21. <!-- =================================================================== -->
  22.  
  23. <!ELEMENT pagesheet (items?, rules)*>
  24. <!ATTLIST pagesheet xmlns CDATA #IMPLIED>
  25.  
  26. <!ELEMENT items (group)>
  27.  
  28. <!ELEMENT group EMPTY >
  29. <!ATTLIST group 
  30.    name CDATA #IMPLIED 
  31.    element CDATA #IMPLIED >
  32.  
  33. <!ELEMENT rules (link?, count?)*>
  34.  
  35. <!ELEMENT link EMPTY >
  36. <!ATTLIST link 
  37.    type ( unit | range ) #REQUIRED 
  38.    num CDATA #REQUIRED 
  39.  >
  40.  
  41.  <!ELEMENT count EMPTY >
  42.  <!ATTLIST count 
  43.    type ( element | char ) #REQUIRED 
  44.    num CDATA #REQUIRED 
  45.    name CDATA #IMPLIED 
  46.    namespace CDATA #IMPLIED 
  47.  >
  48.  
  49. <!-- =================================================================== -->
  50. <!-- End of DTD                                                          -->
  51. <!-- =================================================================== -->
  52.