change existence of component_description element in module_description to optional
This commit is contained in:
parent
45f5a4728c
commit
577ecb1543
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
$Id: module-description.dtd,v 1.3 2001-03-30 15:09:24 jsc Exp $
|
||||
$Id: module-description.dtd,v 1.4 2001-04-02 12:59:19 jsc Exp $
|
||||
|
||||
The Contents of this file are made available subject to the terms of
|
||||
either of the following licenses
|
||||
|
@ -56,7 +56,7 @@
|
|||
|
||||
<!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 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)>
|
||||
|
|
Loading…
Reference in a new issue