summaryrefslogtreecommitdiff
path: root/xmlscript/dtd
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-12-04 10:44:14 +0000
committerAndreas Bregas <ab@openoffice.org>2001-12-04 10:44:14 +0000
commit031c6d61b32505383ce57767759eb79cca6ece93 (patch)
tree5660f113066647a2cb2fe386a1fd94296afba527 /xmlscript/dtd
parent11a305b62375fccacdf4bae6cc4091f6766312cf (diff)
#95236# New library container description format
Diffstat (limited to 'xmlscript/dtd')
-rw-r--r--xmlscript/dtd/libraries.dtd11
1 files changed, 3 insertions, 8 deletions
diff --git a/xmlscript/dtd/libraries.dtd b/xmlscript/dtd/libraries.dtd
index ae1fa5e4c7f0..d2366863263c 100644
--- a/xmlscript/dtd/libraries.dtd
+++ b/xmlscript/dtd/libraries.dtd
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: libraries.dtd,v 1.2 2001-06-08 10:42:31 ab Exp $
+ $Id: libraries.dtd,v 1.3 2001-12-04 11:44:14 ab Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -62,17 +62,12 @@
xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink"
>
-<!ELEMENT library:library (library:element)*>
+<!ELEMENT library:library EMPTY>
<!ATTLIST library:library
library:name CDATA #REQUIRED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
library:link %boolean; #REQUIRED
- library:readonly %boolean; #REQUIRED
->
-
-<!ELEMENT library:element EMPTY>
-<!ATTLIST library:element
- library:name CDATA #REQUIRED
+ library:readonly %boolean; #IMPLIED
>