annotate texts/archimedesOldCVSRepository/archimedes/dtd/chunks.dtd @ 31:edf6e8fcf323 default tip

Removing DESpecs directory which deserted to git
author Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
date Wed, 29 Nov 2017 16:55:37 +0100
parents 22d6a63640c6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
1 <?xml encoding="UTF-8"?>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
2
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
3 <!ELEMENT archimedes (chunk)+>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
4 <!ATTLIST archimedes
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
5 xmlns:xml CDATA #FIXED "http://www.w3.org/XML/1998/namespace"
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
6
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
7 >
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
8
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
9 <!ELEMENT chunk (description|name|nodeset)*>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
10 <!ATTLIST chunk
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
11 xmlns CDATA #FIXED ''>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
12
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
13 <!ELEMENT description EMPTY>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
14 <!ATTLIST description
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
15 xmlns CDATA #FIXED ''>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
16
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
17 <!ELEMENT name (#PCDATA)>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
18 <!ATTLIST name
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
19 xmlns CDATA #FIXED ''>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
20
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
21 <!ELEMENT nodeset (chunk|link)*>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
22 <!ATTLIST nodeset
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
23 xmlns CDATA #FIXED ''>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
24
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
25 <!ELEMENT link EMPTY>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
26
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
27 <!ATTLIST link
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
28 xmlns CDATA #FIXED ''
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
29 xmlns:xlink CDATA #FIXED 'http://www.w3.org/1999/xlink'
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
30 xlink:href CDATA #REQUIRED>