447060df4e
2005/09/05 17:10:38 rt 1.4.218.1: #i54170# Change license header: remove SISSL
62 lines
2.5 KiB
XML
62 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
|
|
OpenOffice.org - a multi-platform office productivity suite
|
|
|
|
$RCSfile: module-description.dtd,v $
|
|
|
|
$Revision: 1.5 $
|
|
|
|
last change: $Author: rt $ $Date: 2005-09-08 07:51:17 $
|
|
|
|
The Contents of this file are made available subject to
|
|
the terms of GNU Lesser General Public License Version 2.1.
|
|
|
|
|
|
GNU Lesser General Public License Version 2.1
|
|
=============================================
|
|
Copyright 2005 by Sun Microsystems, Inc.
|
|
901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU Lesser General Public
|
|
License version 2.1, as published by the Free Software Foundation.
|
|
|
|
This library is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
Lesser General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Lesser General Public
|
|
License along with this library; if not, write to the Free Software
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
MA 02111-1307 USA
|
|
|
|
-->
|
|
|
|
<!ENTITY % component-description-optional "reference-docu|service-dependency|type">
|
|
<!ENTITY % module-description-optional "project-build-dependency|runtime-module-dependency|(%component-description-optional;)">
|
|
<!ELEMENT module-description (module-name, component-description*,(%module-description-optional;)* )>
|
|
<!ELEMENT component-description (author,name,description,loader-name,language,status, supported-service+, (%component-description-optional;)* )>
|
|
|
|
<!ELEMENT author (#PCDATA)>
|
|
<!ELEMENT name (#PCDATA)>
|
|
<!ELEMENT description (#PCDATA)>
|
|
<!ELEMENT reference-docu EMPTY >
|
|
<!ATTLIST reference-docu
|
|
xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink/Namespace"
|
|
xlink:type (simple) #FIXED "simple"
|
|
xlink:href CDATA #REQUIRED
|
|
xlink:role NMTOKEN #IMPLIED
|
|
xlink:title CDATA #IMPLIED >
|
|
|
|
<!ELEMENT module-name (#PCDATA)>
|
|
<!ELEMENT loader-name (#PCDATA)>
|
|
<!ELEMENT supported-service (#PCDATA)>
|
|
<!ELEMENT service-dependency (#PCDATA)>
|
|
<!ELEMENT project-build-dependency (#PCDATA)>
|
|
<!ELEMENT runtime-module-dependency (#PCDATA)>
|
|
<!ELEMENT language (#PCDATA)>
|
|
<!ELEMENT status EMPTY >
|
|
<!ATTLIST status value (under_construction | alpha | beta | final) #REQUIRED>
|
|
<!ELEMENT type (#PCDATA)>
|