-
- <!-- Extract of the bibliographic entries from -
- $Id: bib-dtd-bits.html,v 1.1 2003/06/17 06:11:53 dnw Exp $
- I have just cut and pasted bits from the full file so this is not likley to be properly formed.
- The full OpenOffice dtd documnets are at -
-
http://xml.openoffice.org/source/browse/xml/xmloff/dtd/#dirlist
- -->
- <!ENTITY % fields "text:date | text:bibliography-mark >
- <!ELEMENT text:bibliography-mark (#PCDATA)>
- <!ATTLIST text:bibliography-mark text:bibliography-type
- ( article | book | booklet | conference | custom1 | custom2 | custom3 |
- custom4 | custom5 | email | inbook | incollection | inproceedings |
- journal | manual | mastersthesis | misc | phdthesis | proceedings |
- techreport | unpublished | www ) #REQUIRED >
- <!ATTLIST text:bibliography-mark text:identifier CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:address CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:annote CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:author CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:booktitle CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:chapter CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:edition CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:editor CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:howpublished CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:institution CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:journal CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:month CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:note CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:number CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:organizations CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:pages CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:publisher CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:school CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:series CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:title CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:report-type CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:volume CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:year CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:url CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:custom1 CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:custom2 CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:custom3 CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:custom4 CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:custom5 CDATA #IMPLIED>
- <!ATTLIST text:bibliography-mark text:isbn CDATA #IMPLIED>
- <!ELEMENT text:bibliography (text:bibliography-source, text:index-body) >
- <!ATTLIST text:bibliography %sectionAttr;>
- <!ELEMENT text:bibliography-source ( text:index-title-template?,
- text:bibliography-entry-template* ) >
- <!ELEMENT text:bibliography-entry-template ( text:index-entry-span |
- text:index-entry-tab-stop |
- text:index-entry-bibliography )* >
- <!ATTLIST text:bibliography-entry-template text:bibliography-type
- ( article | book | booklet | conference | custom1 | custom2 |
- custom3 | custom4 | custom5 | email | inbook | incollection |
- inproceedings | journal | manual | mastersthesis | misc |
- phdthesis | proceedings | techreport | unpublished | www )
- #REQUIRED >
- <!ATTLIST text:bibliography-entry-template text:style-name
- %styleName; #REQUIRED>
- <!ELEMENT text:index-entry-bibliography EMPTY>
- <!ATTLIST text:index-entry-bibliography text:style-name %styleName; #IMPLIED>
- <!ATTLIST text:index-entry-bibliography text:bibliography-data-field
- ( address | annote | author | bibliography-type |
- booktitle | chapter | custom1 | custom2 |
- custom3 | custom4 | custom5 | edition | editor |
- howpublished | identifier | institution | isbn |
- journal | month | note | number | organizations |
- pages | publisher | report-type | school |
- series | title | url | volume | year ) #REQUIRED>
- <!ELEMENT text:bibliography-configuration (text:sort-key)*>
- <!ATTLIST text:bibliography-configuration text:prefix %string; #IMPLIED>
- <!ATTLIST text:bibliography-configuration text:suffix %string; #IMPLIED>
- <!ATTLIST text:bibliography-configuration text:sort-by-position %boolean; "true">
- <!ATTLIST text:bibliography-configuration text:numbered-entries %boolean; "false">
- <!ATTLIST text:bibliography-configuration fo:language %string; #IMPLIED>
- <!ATTLIST text:bibliography-configuration fo:country %string; #IMPLIED>
- <!ATTLIST text:bibliography-configuration text:sort-algorithm %string; #IMPLIED>
- <!ELEMENT text:sort-key EMPTY>
- <!ATTLIST text:sort-key text:key ( address | annote | author |
- bibliography-type | booktitle | chapter | custom1 | custom2 |
- custom3 | custom4 | custom5 | edition | editor | howpublished |
- identifier | institution | isbn | journal | month | note | number |
- organizations | pages | publisher | report-type | school | series |
- title | url | volume | year ) #REQUIRED>
- <!ATTLIST text:sort-key text:sort-ascending %boolean; "true">