DTD of plugins.xml

<!--
  DonQuixote Rocinante: DonQuixote plugins development kit.
  Copyright (C) 2006 Haruaki TAMADA

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0
-->

<!ELEMENT name        (#PCDATA)>
<!ELEMENT description (#PCDATA)>
<!ELEMENT value       (#PCDATA)>
<!ELEMENT email       (#PCDATA)>
<!ELEMENT url         (#PCDATA)>

<!--
The content is allowed only `true' and `false'.
Other text is specified, the content makes `false.'
-->
<!ELEMENT filter      (#PCDATA)>

<!--
definition of author's affiliation
-->
<!ELEMENT organization (name,url)>

<!--
Author information.
-->
<!ELEMENT author (name,email,organization-name?)>

<!ELEMENT authors (author*)>
<!ELEMENT organizations (organization*)>

<!ELEMENT author-information (organizations?,authors?)>

<!ELEMENT property (name,(description,value)*)>
<!ELEMENT properties (property*)>

<!ELEMENT plugin (name,description?,processor,filter?,properties?)>

<!ELEMENT plugins (plugin*)>

<!ELEMENT donquixote-plugins (author-information?,plugins?)>