annotate texts/archimedesOldCVSRepository/archimedes/xsd/archimedes.xsd @ 17:9c3c82b4e517

Adding special instructions
author Klaus Thoden <kthoden@mpiwg-berlin.mpg.de>
date Thu, 02 May 2013 12:21:30 +0200
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 version="1.0" 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 <!-- footnotes and margnotes get yanked out of their <p>s, repl. by <arrow>, -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
3 <!-- and moved to own p. -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
4 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:xlink="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
5 <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
6 <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
7 <xs:element name="foot.target">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
8 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
9 <xs:attribute name="id" use="required" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
10 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
11 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
12 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
13 <!-- e.g. number in front of a footnote -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
14 <xs:element name="margin.target">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
15 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
16 <xs:attribute name="id" use="required" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
17 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
18 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
19 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
20 <xs:element name="table.target">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
21 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
22 <xs:attribute name="id" use="required" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
23 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
24 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
25 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
26 <xs:element name="arrow.to.target">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
27 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
28 <xs:attribute name="symbol"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
29 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
30 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
31 <xs:attribute ref="xlink:type" default="simple"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
32 <xs:attribute ref="xlink:href"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
33 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
34 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
35 <!-- reference to removed figure/note. contains mark in text. -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
36 <!-- n attribute contains id of referent target -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
37 <!-- Can marginalia ever have referring marks in text? -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
38 <xs:element name="archimedes">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
39 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
40 <xs:sequence>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
41 <xs:element ref="info"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
42 <xs:element ref="text"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
43 </xs:sequence>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
44 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
45 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
46 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
47 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
48 <xs:element name="author">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
49 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
50 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
51 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
52 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
53 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
54 <xs:element name="back">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
55 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
56 <xs:choice maxOccurs="unbounded">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
57 <xs:element ref="section"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
58 <xs:element minOccurs="0" ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
59 </xs:choice>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
60 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
61 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
62 <xs:attribute name="type"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
63 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
64 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
65 <xs:element name="body">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
66 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
67 <xs:choice maxOccurs="unbounded">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
68 <xs:element ref="chap"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
69 <xs:element minOccurs="0" ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
70 </xs:choice>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
71 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
72 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
73 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
74 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
75 <xs:element name="comments">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
76 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
77 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
78 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
79 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
80 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
81 <xs:element name="cvs_file">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
82 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
83 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
84 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
85 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
86 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
87 <xs:element name="cvs_version">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
88 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
89 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
90 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
91 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
92 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
93 <xs:element name="chap">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
94 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
95 <xs:choice maxOccurs="unbounded">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
96 <xs:element ref="p"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
97 <xs:element ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
98 <xs:element ref="figure"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
99 <xs:element ref="table"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
100 <xs:element ref="subchap1"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
101 </xs:choice>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
102 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
103 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
104 <xs:attribute name="type"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
105 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
106 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
107 <xs:element name="subchap1">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
108 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
109 <xs:choice maxOccurs="unbounded">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
110 <xs:element ref="p"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
111 <xs:element ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
112 <xs:element ref="figure"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
113 <xs:element ref="table"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
114 <xs:element ref="subchap2"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
115 </xs:choice>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
116 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
117 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
118 <xs:attribute name="type"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
119 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
120 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
121 <xs:element name="subchap2">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
122 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
123 <xs:choice maxOccurs="unbounded">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
124 <xs:element ref="p"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
125 <xs:element ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
126 <xs:element ref="figure"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
127 <xs:element ref="table"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
128 </xs:choice>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
129 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
130 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
131 <xs:attribute name="type"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
132 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
133 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
134 <xs:element name="date">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
135 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
136 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
137 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
138 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
139 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
140 <!---->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
141 <xs:element name="emph">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
142 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
143 <xs:attribute name="type" default="italics">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
144 <xs:simpleType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
145 <xs:restriction base="xs:token">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
146 <xs:enumeration value="italics"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
147 <xs:enumeration value="bold"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
148 <xs:enumeration value="sup"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
149 <xs:enumeration value="sub"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
150 <xs:enumeration value="over"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
151 <xs:enumeration value="smallcaps"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
152 <xs:enumeration value="center"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
153 <xs:enumeration value="roman"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
154 <xs:enumeration value="ul"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
155 <xs:enumeration value="quote"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
156 <xs:enumeration value="other"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
157 </xs:restriction>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
158 </xs:simpleType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
159 </xs:attribute>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
160 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
161 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
162 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
163 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
164 <xs:element name="emph.end">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
165 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
166 <xs:attribute name="type" default="italics">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
167 <xs:simpleType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
168 <xs:restriction base="xs:token">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
169 <xs:enumeration value="italics"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
170 <xs:enumeration value="bold"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
171 <xs:enumeration value="sup"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
172 <xs:enumeration value="sub"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
173 <xs:enumeration value="over"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
174 <xs:enumeration value="smallcaps"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
175 <xs:enumeration value="center"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
176 <xs:enumeration value="roman"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
177 <xs:enumeration value="ul"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
178 <xs:enumeration value="quote"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
179 <xs:enumeration value="other"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
180 </xs:restriction>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
181 </xs:simpleType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
182 </xs:attribute>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
183 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
184 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
185 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
186 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
187 <!-- the type attrib. here shld be entitized -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
188 <xs:element name="expan">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
189 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
190 <xs:choice minOccurs="0" maxOccurs="unbounded">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
191 <xs:element ref="foot.target"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
192 <xs:element ref="margin.target"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
193 <xs:element ref="arrow.to.target"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
194 <xs:element ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
195 <xs:element ref="lb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
196 <xs:element ref="emph"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
197 <xs:element ref="emph.end"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
198 <xs:element ref="gap"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
199 </xs:choice>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
200 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
201 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
202 <xs:attribute name="abbr"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
203 <xs:attribute name="type"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
204 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
205 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
206 <!-- expand tags must be placed around the whole word in which abbreviations occur -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
207 <xs:element name="figure">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
208 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
209 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
210 <xs:attribute name="place" default="text">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
211 <xs:simpleType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
212 <xs:restriction base="xs:token">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
213 <xs:enumeration value="margin"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
214 <xs:enumeration value="text"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
215 </xs:restriction>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
216 </xs:simpleType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
217 </xs:attribute>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
218 <xs:attribute ref="xlink:type" default="simple"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
219 <xs:attribute ref="xlink:href"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
220 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
221 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
222 <xs:element name="foreign">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
223 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
224 <xs:choice minOccurs="0" maxOccurs="unbounded">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
225 <xs:element ref="expan"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
226 <xs:element ref="foot.target"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
227 <xs:element ref="margin.target"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
228 <xs:element ref="arrow.to.target"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
229 <xs:element ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
230 <xs:element ref="lb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
231 <xs:element ref="emph"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
232 <xs:element ref="emph.end"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
233 <xs:element ref="gap"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
234 </xs:choice>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
235 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
236 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
237 <xs:attribute name="lang"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
238 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
239 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
240 <!-- <foreign> for text within sentences not in the main lang of the text -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
241 <!-- or for text within non-default-lang higher elements -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
242 <xs:element name="front">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
243 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
244 <xs:choice maxOccurs="unbounded">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
245 <xs:element ref="section"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
246 <xs:element minOccurs="0" ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
247 </xs:choice>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
248 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
249 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
250 <xs:attribute name="type"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
251 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
252 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
253 <xs:element name="gap">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
254 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
255 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
256 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
257 <xs:attribute name="desc"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
258 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
259 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
260 <!-- gap is a catch-all tag employed at Perseus and in the TEI to isolate -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
261 <!-- uncertain DE markup. It appears here for continuity's sake. -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
262 <xs:element name="info">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
263 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
264 <xs:sequence>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
265 <xs:element ref="author"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
266 <xs:element ref="title"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
267 <xs:element ref="date"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
268 <xs:element ref="place"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
269 <xs:element ref="translator"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
270 <xs:element ref="lang"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
271 <xs:element minOccurs="0" ref="cvs_file"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
272 <xs:element minOccurs="0" ref="cvs_version"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
273 <xs:element minOccurs="0" ref="comments"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
274 <xs:element ref="locator"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
275 </xs:sequence>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
276 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
277 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
278 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
279 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
280 <!-- how many of these should be required? -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
281 <!-- what about bringing in line with dublin core? -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
282 <xs:element name="lang">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
283 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
284 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
285 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
286 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
287 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
288 <xs:element name="lb">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
289 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
290 <xs:attribute name="ed"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
291 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
292 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
293 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
294 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
295 <!-- <lb> occurs at <s> level and at <p> level -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
296 <!-- <lb> at end of <s> must be placed after </s> -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
297 <!-- <lb> at beginning of <s> must be placed before <s> -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
298 <!-- unrecognized symbols will appear inline acc. to special conventions. -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
299 <!-- (as in DE specs) -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
300 <!-- emph and and emph.end are elements that are quer to the xml structure -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
301 <xs:element name="locator">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
302 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
303 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
304 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
305 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
306 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
307 <xs:element name="p">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
308 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
309 <xs:choice maxOccurs="unbounded">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
310 <xs:element ref="s"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
311 <xs:element ref="figure"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
312 <xs:element ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
313 <xs:element ref="lb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
314 <xs:element ref="emph"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
315 <xs:element ref="emph.end"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
316 <xs:element ref="gap"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
317 </xs:choice>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
318 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
319 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
320 <xs:attribute name="type" default="main">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
321 <xs:simpleType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
322 <xs:restriction base="xs:token">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
323 <xs:enumeration value="main"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
324 <xs:enumeration value="table"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
325 <xs:enumeration value="marked"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
326 <xs:enumeration value="foot"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
327 <xs:enumeration value="margin"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
328 <xs:enumeration value="list"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
329 <xs:enumeration value="head"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
330 <xs:enumeration value="caption"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
331 </xs:restriction>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
332 </xs:simpleType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
333 </xs:attribute>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
334 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
335 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
336 <!-- captions go in paragr's immediately after figure, with arrow.to.target -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
337 <!-- table is allowed as val for type attr for backward compatibility -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
338 <!-- pb can occur within p but NOT at the start or end -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
339 <xs:element name="pb">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
340 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
341 <xs:attribute name="ed"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
342 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
343 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
344 <xs:attribute ref="xlink:type" default="simple"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
345 <xs:attribute ref="xlink:href"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
346 <xs:attribute name="pagenum"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
347 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
348 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
349 <!-- the "ed" attribute gives the edition in which the page break occurs. If no -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
350 <!-- edition is given, it is assumed to be that given in info -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
351 <!-- pagenum gives the page number actually printed on the page. -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
352 <!-- n gives the page number numbered consecutively from page 1 of text. -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
353 <!-- pb can occur inside <s> etc. and inside <p> and inside <chap> -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
354 <!-- <pb> at end of <p> must be placed after </p> -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
355 <xs:element name="place">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
356 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
357 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
358 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
359 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
360 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
361 <xs:element name="publisher">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
362 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
363 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
364 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
365 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
366 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
367 <xs:element name="s">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
368 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
369 <xs:choice minOccurs="0" maxOccurs="unbounded">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
370 <xs:element ref="foreign"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
371 <xs:element ref="figure"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
372 <xs:element ref="expan"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
373 <xs:element ref="foot.target"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
374 <xs:element ref="margin.target"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
375 <xs:element ref="arrow.to.target"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
376 <xs:element ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
377 <xs:element ref="lb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
378 <xs:element ref="emph"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
379 <xs:element ref="emph.end"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
380 <xs:element ref="gap"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
381 </xs:choice>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
382 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
383 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
384 <xs:attribute ref="xml:space" default="preserve"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
385 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
386 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
387 <!--
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
388 mdh 2003-07-23
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
389
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
390 I've given <s> the special attribute xml:space="preserve", so that
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
391 XML processors will respect whitespace within <s> and its descendants.
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
392 See: "Extensible Markup Language (XML) 1.0", http://www.w3.org/TR/REC-xml,
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
393 sec. 2.10 "White Space Handling".
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
394 -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
395 <xs:element name="section">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
396 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
397 <xs:choice maxOccurs="unbounded">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
398 <xs:element ref="p"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
399 <xs:element ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
400 <xs:element ref="figure"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
401 <xs:element ref="table"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
402 </xs:choice>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
403 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
404 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
405 <xs:attribute name="type"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
406 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
407 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
408 <xs:element name="table">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
409 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
410 <xs:sequence>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
411 <xs:element minOccurs="0" ref="table.target"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
412 <xs:sequence maxOccurs="unbounded">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
413 <xs:element ref="row"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
414 <xs:element minOccurs="0" ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
415 </xs:sequence>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
416 </xs:sequence>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
417 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
418 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
419 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
420 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
421 <!--
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
422 order is now:
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
423 <table><table.target/><row>...</row><pb>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
424 i.e. <table> is equiv. to <p type=margin>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
425 -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
426 <xs:element name="row">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
427 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
428 <xs:sequence>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
429 <xs:element maxOccurs="unbounded" ref="cell"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
430 </xs:sequence>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
431 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
432 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
433 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
434 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
435 <xs:element name="cell">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
436 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
437 <xs:choice minOccurs="0" maxOccurs="unbounded">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
438 <xs:element ref="foreign"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
439 <xs:element ref="expan"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
440 <xs:element ref="foot.target"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
441 <xs:element ref="margin.target"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
442 <xs:element ref="arrow.to.target"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
443 <xs:element ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
444 <xs:element ref="lb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
445 <xs:element ref="emph"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
446 <xs:element ref="emph.end"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
447 <xs:element ref="gap"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
448 </xs:choice>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
449 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
450 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
451 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
452 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
453 <xs:element name="text">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
454 <xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
455 <xs:sequence>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
456 <xs:element minOccurs="0" ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
457 <xs:element ref="front"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
458 <xs:element minOccurs="0" ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
459 <xs:element ref="body"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
460 <xs:element minOccurs="0" ref="pb"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
461 <xs:element minOccurs="0" ref="back"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
462 </xs:sequence>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
463 <xs:attribute name="type"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
464 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
465 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
466 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
467 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
468 <!-- if front and back are going to be optional, then pb can be allowed to -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
469 <!-- occur only within front body back. -->
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
470 <xs:element name="title">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
471 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
472 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
473 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
474 <xs:attribute name="type"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
475 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
476 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
477 <xs:element name="translator">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
478 <xs:complexType mixed="true">
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
479 <xs:attribute name="id" type="xs:ID"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
480 <xs:attribute name="n"/>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
481 </xs:complexType>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
482 </xs:element>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
483 </xs:schema>
22d6a63640c6 moved texts from SVN https://it-dev.mpiwg-berlin.mpg.de/svn/mpdl-project-content/trunk/texts/eXist/
casties
parents:
diff changeset
484 <!-- entities are included below here (2001-11-14; mdh) -->