File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird / doc / sbase / dtd / common
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Aug 22 12:33:54 2017 UTC (6 years, 11 months ago) by misho
Branches: bird, MAIN
CVS tags: v1_6_8p3, v1_6_3p0, v1_6_3, HEAD
bird 1.6.3

    1: <!-- This is a DTD, but will be read as -*- sgml -*-   -->
    2: <!-- ================================================= -->
    3: <!-- $Id: common,v 1.1.1.1 2017/08/22 12:33:54 misho Exp $ 
    4: 
    5:      This is COMMON ENTITY for SGML-Tools.
    6: 
    7:      The definitions herein are used by both
    8:      LINUXDOC97 Strict DTD and SGMLTOOL DTD.
    9: 
   10:      Initial revision May 16, 1997, by B. Kreimeier
   11: 
   12:      &Log:$
   13: 
   14:                                                        -->
   15: <!-- ================================================= -->
   16: <!-- Revision Comments                                 -->
   17: 
   18: <!-- BK/97/05/16: created from linuxdoc97.dtd          -->
   19: <!-- BK/97/07/17: Moved <descrip> to linuxdoc97.dtd.   -->
   20: <!-- BK/97/05/18: removed quote and code back from
   21:      "common", as I want to modify them (caption)      -->
   22: <!-- ================================================= -->
   23: 
   24: 
   25: 
   26: 
   27: 
   28: <!-- ================================================= -->
   29: <!-- TITLE, TITLEPAGE                                  -->
   30: <!-- MDW: hacked, abstract now part of titlepag        -->
   31: <!-- ================================================= -->
   32: 
   33: <!element titlepag o o (title, author, date?, abstract?)>
   34: <!element title - o (%inline) >
   35: 
   36: <!usemap oneline titlepag>
   37: 
   38: <!element author - o 
   39:         (name, (and, name )*)>
   40: 
   41: <!element name o o (%inline) >
   42: <!element and - o empty>
   43: <!element date - o (#pcdata) >
   44: 
   45: 
   46: <!element abstract - o (%inline)>
   47: <!usemap oneline abstract>
   48: 
   49: <!element toc - o empty>
   50: 
   51: <!-- ================================================= -->
   52: <!-- SECTion - section hierarchy                       -->
   53: <!-- ================================================= -->
   54: 
   55: <!element header - - (lhead, rhead) >
   56: <!element lhead - o (%inline)>
   57: <!element rhead - o (%inline)>
   58: 
   59: <!entity % sect "heading, header?, p* " >
   60: 
   61: <!element heading o o (%inline)>
   62: <!element sect  - o (%sect, sect1*)>
   63: <!element sect1 - o (%sect, sect2*)>
   64: <!element sect2 - o (%sect, sect3*)>
   65: <!element sect3 - o (%sect, sect4*)>
   66: <!element sect4 - o (%sect)>
   67: 
   68: <!usemap oneline (sect,sect1,sect2,sect3,sect4)>
   69: 
   70: <!-- ================================================= -->
   71: <!-- LIST elements                                     -->
   72: <!-- Group of all list elements, except descrip        -->
   73: <!-- ================================================= -->
   74: 
   75: <!element itemize - - (item+)>
   76: <!element enum - - (item+)>
   77: <!element item o o ((%inline; | %sectpar;)*, p*) >
   78: 
   79: <!usemap global (itemize,enum)>
   80: 
   81: 
   82: 
   83: <!-- ================================================= -->
   84: <!-- P - paragraph, smallest block of text             -->
   85: <!-- ================================================= -->
   86: 
   87: <!element  p o o (( %inline | %sectpar )+) >
   88: <!usemap pmap p>
   89: 
   90: 
   91: 
   92: <!-- ================================================= -->
   93: <!-- end of COMMON ENTITY                             -->
   94: <!--
   95:      Local Variables:
   96:      mode: sgml
   97:      End:                                              -->
   98: <!-- ================================================= -->

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>