Statistiques
| Révision :

root / tei / dtd / tei_thesaurus.dtd @ 2

Historique | Voir | Annoter | Télécharger (122,5 ko)

1 2 mingarao
2 2 mingarao
<!--
3 2 mingarao
DTD Generated 2009-11-24T10:56:13-05:00.
4 2 mingarao
Edition: 1.5.0. Last updated on November 8th 2009.
5 2 mingarao
6 2 mingarao
-->
7 2 mingarao
8 2 mingarao
<!-- start datatypes -->
9 2 mingarao
10 2 mingarao
<!-- end datatypes -->
11 2 mingarao
12 2 mingarao
<!--predeclared classes -->
13 2 mingarao
14 2 mingarao
<!ENTITY % model.entryPart "superEntry |
15 2 mingarao
 hom |
16 2 mingarao
 sense |
17 2 mingarao
 form |
18 2 mingarao
 orth |
19 2 mingarao
 pron |
20 2 mingarao
 hyph |
21 2 mingarao
 syll |
22 2 mingarao
 gen |
23 2 mingarao
 number |
24 2 mingarao
 case |
25 2 mingarao
 per |
26 2 mingarao
 tns |
27 2 mingarao
 mood |
28 2 mingarao
 iType |
29 2 mingarao
 gramGrp |
30 2 mingarao
 pos |
31 2 mingarao
 subc |
32 2 mingarao
 colloc |
33 2 mingarao
 def |
34 2 mingarao
 etym |
35 2 mingarao
 usg |
36 2 mingarao
 lbl |
37 2 mingarao
 xr |
38 2 mingarao
 re">
39 2 mingarao
<!ENTITY % model.entryPart_sequence "superEntry, hom, sense, form, orth, pron, hyph, syll, gen, number, case, per, tns, mood, iType, gramGrp, pos, subc, colloc, def, etym, usg, lbl, xr, re">
40 2 mingarao
<!ENTITY % model.entryPart_sequenceOptional "superEntry?, hom?, sense?, form?, orth?, pron?, hyph?, syll?, gen?, number?, case?, per?, tns?, mood?, iType?, gramGrp?, pos?, subc?, colloc?, def?, etym?, usg?, lbl?, xr?, re?">
41 2 mingarao
<!ENTITY % model.entryPart_sequenceOptionalRepeatable "superEntry*, hom*, sense*, form*, orth*, pron*, hyph*, syll*, gen*, number*, case*, per*, tns*, mood*, iType*, gramGrp*, pos*, subc*, colloc*, def*, etym*, usg*, lbl*, xr*, re*">
42 2 mingarao
<!ENTITY % model.entryPart_sequenceRepeatable "superEntry+, hom+, sense+, form+, orth+, pron+, hyph+, syll+, gen+, number+, case+, per+, tns+, mood+, iType+, gramGrp+, pos+, subc+, colloc+, def+, etym+, usg+, lbl+, xr+, re+">
43 2 mingarao
<!ENTITY % model.resourceLike "">
44 2 mingarao
<!ENTITY % model.resourceLike_sequence "">
45 2 mingarao
<!ENTITY % model.resourceLike_sequenceOptional "">
46 2 mingarao
<!ENTITY % model.resourceLike_sequenceOptionalRepeatable "">
47 2 mingarao
<!ENTITY % model.resourceLike_sequenceRepeatable "">
48 2 mingarao
<!ENTITY % model.entryLike "superEntry |
49 2 mingarao
 entry |
50 2 mingarao
 entryFree">
51 2 mingarao
<!ENTITY % model.entryLike_sequence "superEntry, entry, entryFree">
52 2 mingarao
<!ENTITY % model.entryLike_sequenceOptional "superEntry?, entry?, entryFree?">
53 2 mingarao
<!ENTITY % model.entryLike_sequenceOptionalRepeatable "superEntry*, entry*, entryFree*">
54 2 mingarao
<!ENTITY % model.entryLike_sequenceRepeatable "superEntry+, entry+, entryFree+">
55 2 mingarao
<!ENTITY % model.ptrLike.form "oRef |
56 2 mingarao
 oVar |
57 2 mingarao
 pRef |
58 2 mingarao
 pVar">
59 2 mingarao
<!ENTITY % model.ptrLike.form_sequence "oRef, oVar, pRef, pVar">
60 2 mingarao
<!ENTITY % model.ptrLike.form_sequenceOptional "oRef?, oVar?, pRef?, pVar?">
61 2 mingarao
<!ENTITY % model.ptrLike.form_sequenceOptionalRepeatable "oRef*, oVar*, pRef*, pVar*">
62 2 mingarao
<!ENTITY % model.ptrLike.form_sequenceRepeatable "oRef+, oVar+, pRef+, pVar+">
63 2 mingarao
<!ENTITY % att.ptrLike.form.attributes '
64 2 mingarao
target CDATA #IMPLIED'>
65 2 mingarao
<!ENTITY % att.ptrLike.form.attribute.target '
66 2 mingarao
target CDATA #IMPLIED'>
67 2 mingarao
68 2 mingarao
<!ENTITY % att.global.linking.attributes '
69 2 mingarao
corresp CDATA  #IMPLIED
70 2 mingarao
synch CDATA  #IMPLIED
71 2 mingarao
sameAs CDATA #IMPLIED
72 2 mingarao
copyOf CDATA #IMPLIED
73 2 mingarao
next CDATA #IMPLIED
74 2 mingarao
prev CDATA #IMPLIED
75 2 mingarao
exclude CDATA  #IMPLIED
76 2 mingarao
select CDATA  #IMPLIED'>
77 2 mingarao
<!ENTITY % att.global.linking.attribute.corresp '
78 2 mingarao
corresp CDATA  #IMPLIED'>
79 2 mingarao
80 2 mingarao
<!ENTITY % att.global.linking.attribute.synch '
81 2 mingarao
synch CDATA  #IMPLIED'>
82 2 mingarao
83 2 mingarao
<!ENTITY % att.global.linking.attribute.sameAs '
84 2 mingarao
sameAs CDATA #IMPLIED'>
85 2 mingarao
86 2 mingarao
<!ENTITY % att.global.linking.attribute.copyOf '
87 2 mingarao
copyOf CDATA #IMPLIED'>
88 2 mingarao
89 2 mingarao
<!ENTITY % att.global.linking.attribute.next '
90 2 mingarao
next CDATA #IMPLIED'>
91 2 mingarao
92 2 mingarao
<!ENTITY % att.global.linking.attribute.prev '
93 2 mingarao
prev CDATA #IMPLIED'>
94 2 mingarao
95 2 mingarao
<!ENTITY % att.global.linking.attribute.exclude '
96 2 mingarao
exclude CDATA  #IMPLIED'>
97 2 mingarao
98 2 mingarao
<!ENTITY % att.global.linking.attribute.select '
99 2 mingarao
select CDATA  #IMPLIED'>
100 2 mingarao
101 2 mingarao
<!ENTITY % att.pointing.attributes '
102 2 mingarao
type NMTOKEN  #IMPLIED
103 2 mingarao
evaluate (all|
104 2 mingarao
one|
105 2 mingarao
none) #IMPLIED'>
106 2 mingarao
<!ENTITY % att.pointing.attribute.type '
107 2 mingarao
type NMTOKEN  #IMPLIED'>
108 2 mingarao
109 2 mingarao
<!ENTITY % att.pointing.attribute.evaluate '
110 2 mingarao
evaluate (all|
111 2 mingarao
one|
112 2 mingarao
none) #IMPLIED'>
113 2 mingarao
114 2 mingarao
<!--end of predeclared classes -->
115 2 mingarao
116 2 mingarao
<!ENTITY % att.ascribed.attributes '
117 2 mingarao
who CDATA  #IMPLIED'>
118 2 mingarao
<!ENTITY % att.ascribed.attribute.who '
119 2 mingarao
who CDATA  #IMPLIED'>
120 2 mingarao
121 2 mingarao
<!ENTITY % att.canonical.attributes '
122 2 mingarao
key CDATA #IMPLIED
123 2 mingarao
ref CDATA  #IMPLIED'>
124 2 mingarao
<!ENTITY % att.canonical.attribute.key '
125 2 mingarao
key CDATA #IMPLIED'>
126 2 mingarao
127 2 mingarao
<!ENTITY % att.canonical.attribute.ref '
128 2 mingarao
ref CDATA  #IMPLIED'>
129 2 mingarao
130 2 mingarao
<!ENTITY % att.ranging.attributes '
131 2 mingarao
atLeast CDATA #IMPLIED
132 2 mingarao
atMost CDATA #IMPLIED
133 2 mingarao
min CDATA #IMPLIED
134 2 mingarao
max CDATA #IMPLIED'>
135 2 mingarao
<!ENTITY % att.ranging.attribute.atLeast '
136 2 mingarao
atLeast CDATA #IMPLIED'>
137 2 mingarao
138 2 mingarao
<!ENTITY % att.ranging.attribute.atMost '
139 2 mingarao
atMost CDATA #IMPLIED'>
140 2 mingarao
141 2 mingarao
<!ENTITY % att.ranging.attribute.min '
142 2 mingarao
min CDATA #IMPLIED'>
143 2 mingarao
144 2 mingarao
<!ENTITY % att.ranging.attribute.max '
145 2 mingarao
max CDATA #IMPLIED'>
146 2 mingarao
147 2 mingarao
<!ENTITY % att.dimensions.attributes ' %att.ranging.attributes;
148 2 mingarao
unit NMTOKEN  #IMPLIED
149 2 mingarao
quantity CDATA #IMPLIED
150 2 mingarao
extent CDATA  #IMPLIED
151 2 mingarao
precision CDATA #IMPLIED
152 2 mingarao
scope NMTOKEN  #IMPLIED'>
153 2 mingarao
<!ENTITY % att.dimensions.attribute.unit '
154 2 mingarao
unit NMTOKEN  #IMPLIED'>
155 2 mingarao
156 2 mingarao
<!ENTITY % att.dimensions.attribute.quantity '
157 2 mingarao
quantity CDATA #IMPLIED'>
158 2 mingarao
159 2 mingarao
<!ENTITY % att.dimensions.attribute.extent '
160 2 mingarao
extent CDATA  #IMPLIED'>
161 2 mingarao
162 2 mingarao
<!ENTITY % att.dimensions.attribute.precision '
163 2 mingarao
precision CDATA #IMPLIED'>
164 2 mingarao
165 2 mingarao
<!ENTITY % att.dimensions.attribute.scope '
166 2 mingarao
scope NMTOKEN  #IMPLIED'>
167 2 mingarao
168 2 mingarao
<!ENTITY % att.datable.w3c.attributes '
169 2 mingarao
period CDATA #IMPLIED
170 2 mingarao
when CDATA #IMPLIED
171 2 mingarao
notBefore CDATA #IMPLIED
172 2 mingarao
notAfter CDATA #IMPLIED
173 2 mingarao
from CDATA #IMPLIED
174 2 mingarao
to CDATA #IMPLIED'>
175 2 mingarao
<!ENTITY % att.datable.w3c.attribute.period '
176 2 mingarao
period CDATA #IMPLIED'>
177 2 mingarao
178 2 mingarao
<!ENTITY % att.datable.w3c.attribute.when '
179 2 mingarao
when CDATA #IMPLIED'>
180 2 mingarao
181 2 mingarao
<!ENTITY % att.datable.w3c.attribute.notBefore '
182 2 mingarao
notBefore CDATA #IMPLIED'>
183 2 mingarao
184 2 mingarao
<!ENTITY % att.datable.w3c.attribute.notAfter '
185 2 mingarao
notAfter CDATA #IMPLIED'>
186 2 mingarao
187 2 mingarao
<!ENTITY % att.datable.w3c.attribute.from '
188 2 mingarao
from CDATA #IMPLIED'>
189 2 mingarao
190 2 mingarao
<!ENTITY % att.datable.w3c.attribute.to '
191 2 mingarao
to CDATA #IMPLIED'>
192 2 mingarao
193 2 mingarao
<!ENTITY % att.datable.attributes ' %att.datable.w3c.attributes;'>
194 2 mingarao
<!ENTITY % att.declarable.attributes '
195 2 mingarao
default (true|
196 2 mingarao
false) "false" '>
197 2 mingarao
<!ENTITY % att.declarable.attribute.default '
198 2 mingarao
default (true|
199 2 mingarao
false) "false" '>
200 2 mingarao
201 2 mingarao
<!ENTITY % att.declaring.attributes '
202 2 mingarao
decls CDATA  #IMPLIED'>
203 2 mingarao
<!ENTITY % att.declaring.attribute.decls '
204 2 mingarao
decls CDATA  #IMPLIED'>
205 2 mingarao
206 2 mingarao
<!ENTITY % att.divLike.attributes '
207 2 mingarao
org (composite|
208 2 mingarao
uniform) "uniform"
209 2 mingarao
sample (initial|
210 2 mingarao
medial|
211 2 mingarao
final|
212 2 mingarao
unknown|
213 2 mingarao
complete) "complete"
214 2 mingarao
part (Y|
215 2 mingarao
N|
216 2 mingarao
I|
217 2 mingarao
M|
218 2 mingarao
F) "N" '>
219 2 mingarao
<!ENTITY % att.divLike.attribute.org '
220 2 mingarao
org (composite|
221 2 mingarao
uniform) "uniform" '>
222 2 mingarao
223 2 mingarao
<!ENTITY % att.divLike.attribute.sample '
224 2 mingarao
sample (initial|
225 2 mingarao
medial|
226 2 mingarao
final|
227 2 mingarao
unknown|
228 2 mingarao
complete) "complete" '>
229 2 mingarao
230 2 mingarao
<!ENTITY % att.divLike.attribute.part '
231 2 mingarao
part (Y|
232 2 mingarao
N|
233 2 mingarao
I|
234 2 mingarao
M|
235 2 mingarao
F) "N" '>
236 2 mingarao
237 2 mingarao
<!ENTITY % att.responsibility.attributes '
238 2 mingarao
cert CDATA #IMPLIED
239 2 mingarao
resp CDATA  #IMPLIED'>
240 2 mingarao
<!ENTITY % att.responsibility.attribute.cert '
241 2 mingarao
cert CDATA #IMPLIED'>
242 2 mingarao
243 2 mingarao
<!ENTITY % att.responsibility.attribute.resp '
244 2 mingarao
resp CDATA  #IMPLIED'>
245 2 mingarao
246 2 mingarao
<!ENTITY % att.editLike.attributes ' %att.dimensions.attributes; %att.responsibility.attributes;
247 2 mingarao
evidence NMTOKEN  #IMPLIED
248 2 mingarao
source CDATA  #IMPLIED'>
249 2 mingarao
<!ENTITY % att.editLike.attribute.evidence '
250 2 mingarao
evidence NMTOKEN  #IMPLIED'>
251 2 mingarao
252 2 mingarao
<!ENTITY % att.editLike.attribute.source '
253 2 mingarao
source CDATA  #IMPLIED'>
254 2 mingarao
255 2 mingarao
<!ENTITY % att.global.attributes ' %att.global.linking.attributes;
256 2 mingarao
xml:id ID #IMPLIED
257 2 mingarao
n CDATA  #IMPLIED
258 2 mingarao
xml:lang CDATA #IMPLIED
259 2 mingarao
rend CDATA  #IMPLIED
260 2 mingarao
rendition CDATA  #IMPLIED
261 2 mingarao
xml:base CDATA #IMPLIED'>
262 2 mingarao
<!ENTITY % att.global.attribute.xmlid '
263 2 mingarao
xml:id ID #IMPLIED'>
264 2 mingarao
265 2 mingarao
<!ENTITY % att.global.attribute.n '
266 2 mingarao
n CDATA  #IMPLIED'>
267 2 mingarao
268 2 mingarao
<!ENTITY % att.global.attribute.xmllang '
269 2 mingarao
xml:lang CDATA #IMPLIED'>
270 2 mingarao
271 2 mingarao
<!ENTITY % att.global.attribute.rend '
272 2 mingarao
rend CDATA  #IMPLIED'>
273 2 mingarao
274 2 mingarao
<!ENTITY % att.global.attribute.rendition '
275 2 mingarao
rendition CDATA  #IMPLIED'>
276 2 mingarao
277 2 mingarao
<!ENTITY % att.global.attribute.xmlbase '
278 2 mingarao
xml:base CDATA #IMPLIED'>
279 2 mingarao
280 2 mingarao
<!ENTITY % att.handFeatures.attributes '
281 2 mingarao
scribe NMTOKEN  #IMPLIED
282 2 mingarao
script NMTOKENS  #IMPLIED
283 2 mingarao
medium NMTOKEN  #IMPLIED
284 2 mingarao
scope (sole|
285 2 mingarao
major|
286 2 mingarao
minor) #IMPLIED'>
287 2 mingarao
<!ENTITY % att.handFeatures.attribute.scribe '
288 2 mingarao
scribe NMTOKEN  #IMPLIED'>
289 2 mingarao
290 2 mingarao
<!ENTITY % att.handFeatures.attribute.script '
291 2 mingarao
script NMTOKENS  #IMPLIED'>
292 2 mingarao
293 2 mingarao
<!ENTITY % att.handFeatures.attribute.medium '
294 2 mingarao
medium NMTOKEN  #IMPLIED'>
295 2 mingarao
296 2 mingarao
<!ENTITY % att.handFeatures.attribute.scope '
297 2 mingarao
scope (sole|
298 2 mingarao
major|
299 2 mingarao
minor) #IMPLIED'>
300 2 mingarao
301 2 mingarao
<!ENTITY % att.internetMedia.attributes '
302 2 mingarao
mimeType CDATA #IMPLIED'>
303 2 mingarao
<!ENTITY % att.internetMedia.attribute.mimeType '
304 2 mingarao
mimeType CDATA #IMPLIED'>
305 2 mingarao
306 2 mingarao
<!ENTITY % att.measurement.attributes '
307 2 mingarao
unit NMTOKEN  #IMPLIED
308 2 mingarao
quantity CDATA #IMPLIED
309 2 mingarao
commodity CDATA  #IMPLIED'>
310 2 mingarao
<!ENTITY % att.measurement.attribute.unit '
311 2 mingarao
unit NMTOKEN  #IMPLIED'>
312 2 mingarao
313 2 mingarao
<!ENTITY % att.measurement.attribute.quantity '
314 2 mingarao
quantity CDATA #IMPLIED'>
315 2 mingarao
316 2 mingarao
<!ENTITY % att.measurement.attribute.commodity '
317 2 mingarao
commodity CDATA  #IMPLIED'>
318 2 mingarao
319 2 mingarao
<!ENTITY % att.naming.attributes ' %att.canonical.attributes;
320 2 mingarao
role NMTOKEN  #IMPLIED
321 2 mingarao
nymRef CDATA  #IMPLIED'>
322 2 mingarao
<!ENTITY % att.naming.attribute.role '
323 2 mingarao
role NMTOKEN  #IMPLIED'>
324 2 mingarao
325 2 mingarao
<!ENTITY % att.naming.attribute.nymRef '
326 2 mingarao
nymRef CDATA  #IMPLIED'>
327 2 mingarao
328 2 mingarao
<!ENTITY % att.placement.attributes '
329 2 mingarao
place NMTOKENS  #IMPLIED'>
330 2 mingarao
<!ENTITY % att.placement.attribute.place '
331 2 mingarao
place NMTOKENS  #IMPLIED'>
332 2 mingarao
333 2 mingarao
<!ENTITY % att.segLike.attributes '
334 2 mingarao
function NMTOKEN  #IMPLIED
335 2 mingarao
part (Y|
336 2 mingarao
N|
337 2 mingarao
I|
338 2 mingarao
M|
339 2 mingarao
F) "N" '>
340 2 mingarao
<!ENTITY % att.segLike.attribute.function '
341 2 mingarao
function NMTOKEN  #IMPLIED'>
342 2 mingarao
343 2 mingarao
<!ENTITY % att.segLike.attribute.part '
344 2 mingarao
part (Y|
345 2 mingarao
N|
346 2 mingarao
I|
347 2 mingarao
M|
348 2 mingarao
F) "N" '>
349 2 mingarao
350 2 mingarao
<!ENTITY % att.sourced.attributes '
351 2 mingarao
ed CDATA  #IMPLIED'>
352 2 mingarao
<!ENTITY % att.sourced.attribute.ed '
353 2 mingarao
ed CDATA  #IMPLIED'>
354 2 mingarao
355 2 mingarao
<!ENTITY % att.spanning.attributes '
356 2 mingarao
spanTo CDATA #IMPLIED'>
357 2 mingarao
<!ENTITY % att.spanning.attribute.spanTo '
358 2 mingarao
spanTo CDATA #IMPLIED'>
359 2 mingarao
360 2 mingarao
<!ENTITY % att.transcriptional.attributes ' %att.editLike.attributes;
361 2 mingarao
hand CDATA #IMPLIED
362 2 mingarao
status NMTOKEN  "unremarkable"
363 2 mingarao
seq CDATA  #IMPLIED'>
364 2 mingarao
<!ENTITY % att.transcriptional.attribute.hand '
365 2 mingarao
hand CDATA #IMPLIED'>
366 2 mingarao
367 2 mingarao
<!ENTITY % att.transcriptional.attribute.status '
368 2 mingarao
status NMTOKEN  "unremarkable" '>
369 2 mingarao
370 2 mingarao
<!ENTITY % att.transcriptional.attribute.seq '
371 2 mingarao
seq CDATA  #IMPLIED'>
372 2 mingarao
373 2 mingarao
<!ENTITY % att.translatable.attributes '
374 2 mingarao
version CDATA #IMPLIED'>
375 2 mingarao
<!ENTITY % att.translatable.attribute.version '
376 2 mingarao
version CDATA #IMPLIED'>
377 2 mingarao
378 2 mingarao
<!ENTITY % att.typed.attributes '
379 2 mingarao
type NMTOKEN  #IMPLIED
380 2 mingarao
subtype NMTOKEN  #IMPLIED'>
381 2 mingarao
<!ENTITY % att.typed.attribute.type '
382 2 mingarao
type NMTOKEN  #IMPLIED'>
383 2 mingarao
384 2 mingarao
<!ENTITY % att.typed.attribute.subtype '
385 2 mingarao
subtype NMTOKEN  #IMPLIED'>
386 2 mingarao
387 2 mingarao
<!ENTITY % model.nameLike.agent "name">
388 2 mingarao
<!ENTITY % model.nameLike.agent_sequence "name">
389 2 mingarao
<!ENTITY % model.nameLike.agent_sequenceOptional "name?">
390 2 mingarao
<!ENTITY % model.nameLike.agent_sequenceOptionalRepeatable "name*">
391 2 mingarao
<!ENTITY % model.nameLike.agent_sequenceRepeatable "name+">
392 2 mingarao
<!ENTITY % model.segLike "seg">
393 2 mingarao
<!ENTITY % model.segLike_sequence "seg">
394 2 mingarao
<!ENTITY % model.segLike_sequenceOptional "seg?">
395 2 mingarao
<!ENTITY % model.segLike_sequenceOptionalRepeatable "seg*">
396 2 mingarao
<!ENTITY % model.segLike_sequenceRepeatable "seg+">
397 2 mingarao
<!ENTITY % model.hiLike "hi">
398 2 mingarao
<!ENTITY % model.hiLike_sequence "hi">
399 2 mingarao
<!ENTITY % model.hiLike_sequenceOptional "hi?">
400 2 mingarao
<!ENTITY % model.hiLike_sequenceOptionalRepeatable "hi*">
401 2 mingarao
<!ENTITY % model.hiLike_sequenceRepeatable "hi+">
402 2 mingarao
<!ENTITY % model.emphLike "foreign |
403 2 mingarao
 emph |
404 2 mingarao
 distinct |
405 2 mingarao
 mentioned |
406 2 mingarao
 soCalled |
407 2 mingarao
 gloss |
408 2 mingarao
 term |
409 2 mingarao
 title">
410 2 mingarao
<!ENTITY % model.emphLike_sequence "foreign, emph, distinct, mentioned, soCalled, gloss, term, title">
411 2 mingarao
<!ENTITY % model.emphLike_sequenceOptional "foreign?, emph?, distinct?, mentioned?, soCalled?, gloss?, term?, title?">
412 2 mingarao
<!ENTITY % model.emphLike_sequenceOptionalRepeatable "foreign*, emph*, distinct*, mentioned*, soCalled*, gloss*, term*, title*">
413 2 mingarao
<!ENTITY % model.emphLike_sequenceRepeatable "foreign+, emph+, distinct+, mentioned+, soCalled+, gloss+, term+, title+">
414 2 mingarao
<!ENTITY % model.highlighted "%model.hiLike; |
415 2 mingarao
 %model.emphLike;">
416 2 mingarao
<!ENTITY % model.highlighted_sequence "%model.hiLike;, %model.emphLike;">
417 2 mingarao
<!ENTITY % model.highlighted_sequenceOptional "%model.hiLike;?, %model.emphLike;?">
418 2 mingarao
<!ENTITY % model.highlighted_sequenceOptionalRepeatable "%model.hiLike;*, %model.emphLike;*">
419 2 mingarao
<!ENTITY % model.highlighted_sequenceRepeatable "%model.hiLike;+, %model.emphLike;+">
420 2 mingarao
<!ENTITY % model.dateLike "date |
421 2 mingarao
 time">
422 2 mingarao
<!ENTITY % model.dateLike_sequence "date, time">
423 2 mingarao
<!ENTITY % model.dateLike_sequenceOptional "date?, time?">
424 2 mingarao
<!ENTITY % model.dateLike_sequenceOptionalRepeatable "date*, time*">
425 2 mingarao
<!ENTITY % model.dateLike_sequenceRepeatable "date+, time+">
426 2 mingarao
<!ENTITY % model.measureLike "num |
427 2 mingarao
 measure |
428 2 mingarao
 measureGrp">
429 2 mingarao
<!ENTITY % model.measureLike_sequence "num, measure, measureGrp">
430 2 mingarao
<!ENTITY % model.measureLike_sequenceOptional "num?, measure?, measureGrp?">
431 2 mingarao
<!ENTITY % model.measureLike_sequenceOptionalRepeatable "num*, measure*, measureGrp*">
432 2 mingarao
<!ENTITY % model.measureLike_sequenceRepeatable "num+, measure+, measureGrp+">
433 2 mingarao
<!ENTITY % model.graphicLike "graphic |
434 2 mingarao
 binaryObject">
435 2 mingarao
<!ENTITY % model.graphicLike_sequence "graphic, binaryObject">
436 2 mingarao
<!ENTITY % model.graphicLike_sequenceOptional "graphic?, binaryObject?">
437 2 mingarao
<!ENTITY % model.graphicLike_sequenceOptionalRepeatable "graphic*, binaryObject*">
438 2 mingarao
<!ENTITY % model.graphicLike_sequenceRepeatable "graphic+, binaryObject+">
439 2 mingarao
<!ENTITY % model.pPart.editorial "choice |
440 2 mingarao
 abbr |
441 2 mingarao
 expan">
442 2 mingarao
<!ENTITY % model.pPart.editorial_sequence "choice, abbr, expan">
443 2 mingarao
<!ENTITY % model.pPart.editorial_sequenceOptional "choice?, abbr?, expan?">
444 2 mingarao
<!ENTITY % model.pPart.editorial_sequenceOptionalRepeatable "choice*, abbr*, expan*">
445 2 mingarao
<!ENTITY % model.pPart.editorial_sequenceRepeatable "choice+, abbr+, expan+">
446 2 mingarao
<!ENTITY % model.pPart.transcriptional "sic |
447 2 mingarao
 corr |
448 2 mingarao
 reg |
449 2 mingarao
 orig |
450 2 mingarao
 add |
451 2 mingarao
 del |
452 2 mingarao
 unclear">
453 2 mingarao
<!ENTITY % model.pPart.transcriptional_sequence "sic, corr, reg, orig, add, del, unclear">
454 2 mingarao
<!ENTITY % model.pPart.transcriptional_sequenceOptional "sic?, corr?, reg?, orig?, add?, del?, unclear?">
455 2 mingarao
<!ENTITY % model.pPart.transcriptional_sequenceOptionalRepeatable "sic*, corr*, reg*, orig*, add*, del*, unclear*">
456 2 mingarao
<!ENTITY % model.pPart.transcriptional_sequenceRepeatable "sic+, corr+, reg+, orig+, add+, del+, unclear+">
457 2 mingarao
<!ENTITY % model.pPart.edit "%model.pPart.editorial; |
458 2 mingarao
 %model.pPart.transcriptional;">
459 2 mingarao
<!ENTITY % model.pPart.edit_sequence "%model.pPart.editorial;, %model.pPart.transcriptional;">
460 2 mingarao
<!ENTITY % model.pPart.edit_sequenceOptional "%model.pPart.editorial;?, %model.pPart.transcriptional;?">
461 2 mingarao
<!ENTITY % model.pPart.edit_sequenceOptionalRepeatable "%model.pPart.editorial;*, %model.pPart.transcriptional;*">
462 2 mingarao
<!ENTITY % model.pPart.edit_sequenceRepeatable "%model.pPart.editorial;+, %model.pPart.transcriptional;+">
463 2 mingarao
<!ENTITY % model.ptrLike "ptr |
464 2 mingarao
 ref">
465 2 mingarao
<!ENTITY % model.ptrLike_sequence "ptr, ref">
466 2 mingarao
<!ENTITY % model.ptrLike_sequenceOptional "ptr?, ref?">
467 2 mingarao
<!ENTITY % model.ptrLike_sequenceOptionalRepeatable "ptr*, ref*">
468 2 mingarao
<!ENTITY % model.ptrLike_sequenceRepeatable "ptr+, ref+">
469 2 mingarao
<!ENTITY % model.global.meta "index |
470 2 mingarao
 link |
471 2 mingarao
 linkGrp |
472 2 mingarao
 timeline |
473 2 mingarao
 join |
474 2 mingarao
 joinGrp |
475 2 mingarao
 alt |
476 2 mingarao
 altGrp">
477 2 mingarao
<!ENTITY % model.global.meta_sequence "index, link, linkGrp, timeline, join, joinGrp, alt, altGrp">
478 2 mingarao
<!ENTITY % model.global.meta_sequenceOptional "index?, link?, linkGrp?, timeline?, join?, joinGrp?, alt?, altGrp?">
479 2 mingarao
<!ENTITY % model.global.meta_sequenceOptionalRepeatable "index*, link*, linkGrp*, timeline*, join*, joinGrp*, alt*, altGrp*">
480 2 mingarao
<!ENTITY % model.global.meta_sequenceRepeatable "index+, link+, linkGrp+, timeline+, join+, joinGrp+, alt+, altGrp+">
481 2 mingarao
<!ENTITY % model.milestoneLike "milestone |
482 2 mingarao
 pb |
483 2 mingarao
 lb |
484 2 mingarao
 cb |
485 2 mingarao
 anchor">
486 2 mingarao
<!ENTITY % model.milestoneLike_sequence "milestone, pb, lb, cb, anchor">
487 2 mingarao
<!ENTITY % model.milestoneLike_sequenceOptional "milestone?, pb?, lb?, cb?, anchor?">
488 2 mingarao
<!ENTITY % model.milestoneLike_sequenceOptionalRepeatable "milestone*, pb*, lb*, cb*, anchor*">
489 2 mingarao
<!ENTITY % model.milestoneLike_sequenceRepeatable "milestone+, pb+, lb+, cb+, anchor+">
490 2 mingarao
<!ENTITY % model.gLike "">
491 2 mingarao
<!ENTITY % model.gLike_sequence "">
492 2 mingarao
<!ENTITY % model.gLike_sequenceOptional "">
493 2 mingarao
<!ENTITY % model.gLike_sequenceOptionalRepeatable "">
494 2 mingarao
<!ENTITY % model.gLike_sequenceRepeatable "">
495 2 mingarao
<!ENTITY % model.biblLike "bibl |
496 2 mingarao
 biblStruct |
497 2 mingarao
 biblFull">
498 2 mingarao
<!ENTITY % model.biblLike_sequence "bibl, biblStruct, biblFull">
499 2 mingarao
<!ENTITY % model.biblLike_sequenceOptional "bibl?, biblStruct?, biblFull?">
500 2 mingarao
<!ENTITY % model.biblLike_sequenceOptionalRepeatable "bibl*, biblStruct*, biblFull*">
501 2 mingarao
<!ENTITY % model.biblLike_sequenceRepeatable "bibl+, biblStruct+, biblFull+">
502 2 mingarao
<!ENTITY % model.headLike "head">
503 2 mingarao
<!ENTITY % model.headLike_sequence "head">
504 2 mingarao
<!ENTITY % model.headLike_sequenceOptional "head?">
505 2 mingarao
<!ENTITY % model.headLike_sequenceOptionalRepeatable "head*">
506 2 mingarao
<!ENTITY % model.headLike_sequenceRepeatable "head+">
507 2 mingarao
<!ENTITY % model.labelLike "desc |
508 2 mingarao
 label">
509 2 mingarao
<!ENTITY % model.labelLike_sequence "desc, label">
510 2 mingarao
<!ENTITY % model.labelLike_sequenceOptional "desc?, label?">
511 2 mingarao
<!ENTITY % model.labelLike_sequenceOptionalRepeatable "desc*, label*">
512 2 mingarao
<!ENTITY % model.labelLike_sequenceRepeatable "desc+, label+">
513 2 mingarao
<!ENTITY % model.listLike "list |
514 2 mingarao
 listBibl">
515 2 mingarao
<!ENTITY % model.listLike_sequence "list, listBibl">
516 2 mingarao
<!ENTITY % model.listLike_sequenceOptional "list?, listBibl?">
517 2 mingarao
<!ENTITY % model.listLike_sequenceOptionalRepeatable "list*, listBibl*">
518 2 mingarao
<!ENTITY % model.listLike_sequenceRepeatable "list+, listBibl+">
519 2 mingarao
<!ENTITY % model.noteLike "note">
520 2 mingarao
<!ENTITY % model.noteLike_sequence "note">
521 2 mingarao
<!ENTITY % model.noteLike_sequenceOptional "note?">
522 2 mingarao
<!ENTITY % model.noteLike_sequenceOptionalRepeatable "note*">
523 2 mingarao
<!ENTITY % model.noteLike_sequenceRepeatable "note+">
524 2 mingarao
<!ENTITY % model.lLike "l">
525 2 mingarao
<!ENTITY % model.lLike_sequence "l">
526 2 mingarao
<!ENTITY % model.lLike_sequenceOptional "l?">
527 2 mingarao
<!ENTITY % model.lLike_sequenceOptionalRepeatable "l*">
528 2 mingarao
<!ENTITY % model.lLike_sequenceRepeatable "l+">
529 2 mingarao
<!ENTITY % model.pLike "p |
530 2 mingarao
 ab">
531 2 mingarao
<!ENTITY % model.pLike_sequence "p, ab">
532 2 mingarao
<!ENTITY % model.pLike_sequenceOptional "p?, ab?">
533 2 mingarao
<!ENTITY % model.pLike_sequenceOptionalRepeatable "p*, ab*">
534 2 mingarao
<!ENTITY % model.pLike_sequenceRepeatable "p+, ab+">
535 2 mingarao
<!ENTITY % model.stageLike "stage">
536 2 mingarao
<!ENTITY % model.stageLike_sequence "stage">
537 2 mingarao
<!ENTITY % model.stageLike_sequenceOptional "stage?">
538 2 mingarao
<!ENTITY % model.stageLike_sequenceOptionalRepeatable "stage*">
539 2 mingarao
<!ENTITY % model.stageLike_sequenceRepeatable "stage+">
540 2 mingarao
<!ENTITY % model.entryPart "superEntry |
541 2 mingarao
 hom |
542 2 mingarao
 sense |
543 2 mingarao
 form |
544 2 mingarao
 orth |
545 2 mingarao
 pron |
546 2 mingarao
 hyph |
547 2 mingarao
 syll |
548 2 mingarao
 gen |
549 2 mingarao
 number |
550 2 mingarao
 case |
551 2 mingarao
 per |
552 2 mingarao
 tns |
553 2 mingarao
 mood |
554 2 mingarao
 iType |
555 2 mingarao
 gramGrp |
556 2 mingarao
 pos |
557 2 mingarao
 subc |
558 2 mingarao
 colloc |
559 2 mingarao
 def |
560 2 mingarao
 etym |
561 2 mingarao
 usg |
562 2 mingarao
 lbl |
563 2 mingarao
 xr |
564 2 mingarao
 re">
565 2 mingarao
<!ENTITY % model.entryPart_sequence "superEntry, hom, sense, form, orth, pron, hyph, syll, gen, number, case, per, tns, mood, iType, gramGrp, pos, subc, colloc, def, etym, usg, lbl, xr, re">
566 2 mingarao
<!ENTITY % model.entryPart_sequenceOptional "superEntry?, hom?, sense?, form?, orth?, pron?, hyph?, syll?, gen?, number?, case?, per?, tns?, mood?, iType?, gramGrp?, pos?, subc?, colloc?, def?, etym?, usg?, lbl?, xr?, re?">
567 2 mingarao
<!ENTITY % model.entryPart_sequenceOptionalRepeatable "superEntry*, hom*, sense*, form*, orth*, pron*, hyph*, syll*, gen*, number*, case*, per*, tns*, mood*, iType*, gramGrp*, pos*, subc*, colloc*, def*, etym*, usg*, lbl*, xr*, re*">
568 2 mingarao
<!ENTITY % model.entryPart_sequenceRepeatable "superEntry+, hom+, sense+, form+, orth+, pron+, hyph+, syll+, gen+, number+, case+, per+, tns+, mood+, iType+, gramGrp+, pos+, subc+, colloc+, def+, etym+, usg+, lbl+, xr+, re+">
569 2 mingarao
<!ENTITY % model.entryPart.top "cit |
570 2 mingarao
 dictScrap |
571 2 mingarao
 form |
572 2 mingarao
 gramGrp |
573 2 mingarao
 def |
574 2 mingarao
 etym |
575 2 mingarao
 usg |
576 2 mingarao
 xr |
577 2 mingarao
 re">
578 2 mingarao
<!ENTITY % model.entryPart.top_sequence "cit, dictScrap, form, gramGrp, def, etym, usg, xr, re">
579 2 mingarao
<!ENTITY % model.entryPart.top_sequenceOptional "cit?, dictScrap?, form?, gramGrp?, def?, etym?, usg?, xr?, re?">
580 2 mingarao
<!ENTITY % model.entryPart.top_sequenceOptionalRepeatable "cit*, dictScrap*, form*, gramGrp*, def*, etym*, usg*, xr*, re*">
581 2 mingarao
<!ENTITY % model.entryPart.top_sequenceRepeatable "cit+, dictScrap+, form+, gramGrp+, def+, etym+, usg+, xr+, re+">
582 2 mingarao
<!ENTITY % model.global.edit "gap">
583 2 mingarao
<!ENTITY % model.global.edit_sequence "gap">
584 2 mingarao
<!ENTITY % model.global.edit_sequenceOptional "gap?">
585 2 mingarao
<!ENTITY % model.global.edit_sequenceOptionalRepeatable "gap*">
586 2 mingarao
<!ENTITY % model.global.edit_sequenceRepeatable "gap+">
587 2 mingarao
<!ENTITY % model.divPart "%model.lLike; |
588 2 mingarao
 %model.pLike; |
589 2 mingarao
 lg |
590 2 mingarao
 sp |
591 2 mingarao
 floatingText">
592 2 mingarao
<!ENTITY % model.divPart_sequence "%model.lLike;, %model.pLike;, lg, sp, floatingText">
593 2 mingarao
<!ENTITY % model.divPart_sequenceOptional "%model.lLike;?, %model.pLike;?, lg?, sp?, floatingText?">
594 2 mingarao
<!ENTITY % model.divPart_sequenceOptionalRepeatable "%model.lLike;*, %model.pLike;*, lg*, sp*, floatingText*">
595 2 mingarao
<!ENTITY % model.divPart_sequenceRepeatable "%model.lLike;+, %model.pLike;+, lg+, sp+, floatingText+">
596 2 mingarao
<!ENTITY % model.personPart "bibl">
597 2 mingarao
<!ENTITY % model.personPart_sequence "bibl">
598 2 mingarao
<!ENTITY % model.personPart_sequenceOptional "bibl?">
599 2 mingarao
<!ENTITY % model.personPart_sequenceOptionalRepeatable "bibl*">
600 2 mingarao
<!ENTITY % model.personPart_sequenceRepeatable "bibl+">
601 2 mingarao
<!ENTITY % model.publicationStmtPart "address |
602 2 mingarao
 date |
603 2 mingarao
 publisher |
604 2 mingarao
 pubPlace |
605 2 mingarao
 distributor |
606 2 mingarao
 authority |
607 2 mingarao
 idno |
608 2 mingarao
 availability">
609 2 mingarao
<!ENTITY % model.publicationStmtPart_sequence "address, date, publisher, pubPlace, distributor, authority, idno, availability">
610 2 mingarao
<!ENTITY % model.publicationStmtPart_sequenceOptional "address?, date?, publisher?, pubPlace?, distributor?, authority?, idno?, availability?">
611 2 mingarao
<!ENTITY % model.publicationStmtPart_sequenceOptionalRepeatable "address*, date*, publisher*, pubPlace*, distributor*, authority*, idno*, availability*">
612 2 mingarao
<!ENTITY % model.publicationStmtPart_sequenceRepeatable "address+, date+, publisher+, pubPlace+, distributor+, authority+, idno+, availability+">
613 2 mingarao
<!ENTITY % model.glossLike "desc |
614 2 mingarao
 gloss">
615 2 mingarao
<!ENTITY % model.glossLike_sequence "desc, gloss">
616 2 mingarao
<!ENTITY % model.glossLike_sequenceOptional "desc?, gloss?">
617 2 mingarao
<!ENTITY % model.glossLike_sequenceOptionalRepeatable "desc*, gloss*">
618 2 mingarao
<!ENTITY % model.glossLike_sequenceRepeatable "desc+, gloss+">
619 2 mingarao
<!ENTITY % model.quoteLike "quote |
620 2 mingarao
 cit">
621 2 mingarao
<!ENTITY % model.quoteLike_sequence "quote, cit">
622 2 mingarao
<!ENTITY % model.quoteLike_sequenceOptional "quote?, cit?">
623 2 mingarao
<!ENTITY % model.quoteLike_sequenceOptionalRepeatable "quote*, cit*">
624 2 mingarao
<!ENTITY % model.quoteLike_sequenceRepeatable "quote+, cit+">
625 2 mingarao
<!ENTITY % model.qLike "%model.quoteLike; |
626 2 mingarao
 said |
627 2 mingarao
 q">
628 2 mingarao
<!ENTITY % model.qLike_sequence "%model.quoteLike;, said, q">
629 2 mingarao
<!ENTITY % model.qLike_sequenceOptional "%model.quoteLike;?, said?, q?">
630 2 mingarao
<!ENTITY % model.qLike_sequenceOptionalRepeatable "%model.quoteLike;*, said*, q*">
631 2 mingarao
<!ENTITY % model.qLike_sequenceRepeatable "%model.quoteLike;+, said+, q+">
632 2 mingarao
<!ENTITY % model.respLike "author |
633 2 mingarao
 editor |
634 2 mingarao
 respStmt |
635 2 mingarao
 sponsor |
636 2 mingarao
 funder |
637 2 mingarao
 principal">
638 2 mingarao
<!ENTITY % model.respLike_sequence "author, editor, respStmt, sponsor, funder, principal">
639 2 mingarao
<!ENTITY % model.respLike_sequenceOptional "author?, editor?, respStmt?, sponsor?, funder?, principal?">
640 2 mingarao
<!ENTITY % model.respLike_sequenceOptionalRepeatable "author*, editor*, respStmt*, sponsor*, funder*, principal*">
641 2 mingarao
<!ENTITY % model.respLike_sequenceRepeatable "author+, editor+, respStmt+, sponsor+, funder+, principal+">
642 2 mingarao
<!ENTITY % model.divWrapper "meeting |
643 2 mingarao
 byline |
644 2 mingarao
 dateline |
645 2 mingarao
 argument |
646 2 mingarao
 epigraph |
647 2 mingarao
 salute |
648 2 mingarao
 docAuthor |
649 2 mingarao
 docDate">
650 2 mingarao
<!ENTITY % model.divWrapper_sequence "meeting, byline, dateline, argument, epigraph, salute, docAuthor, docDate">
651 2 mingarao
<!ENTITY % model.divWrapper_sequenceOptional "meeting?, byline?, dateline?, argument?, epigraph?, salute?, docAuthor?, docDate?">
652 2 mingarao
<!ENTITY % model.divWrapper_sequenceOptionalRepeatable "meeting*, byline*, dateline*, argument*, epigraph*, salute*, docAuthor*, docDate*">
653 2 mingarao
<!ENTITY % model.divWrapper_sequenceRepeatable "meeting+, byline+, dateline+, argument+, epigraph+, salute+, docAuthor+, docDate+">
654 2 mingarao
<!ENTITY % model.divTopPart "%model.headLike; |
655 2 mingarao
 opener">
656 2 mingarao
<!ENTITY % model.divTopPart_sequence "%model.headLike;, opener">
657 2 mingarao
<!ENTITY % model.divTopPart_sequenceOptional "%model.headLike;?, opener?">
658 2 mingarao
<!ENTITY % model.divTopPart_sequenceOptionalRepeatable "%model.headLike;*, opener*">
659 2 mingarao
<!ENTITY % model.divTopPart_sequenceRepeatable "%model.headLike;+, opener+">
660 2 mingarao
<!ENTITY % model.divTop "%model.divWrapper; |
661 2 mingarao
 %model.divTopPart;">
662 2 mingarao
<!ENTITY % model.divTop_sequence "%model.divWrapper;, %model.divTopPart;">
663 2 mingarao
<!ENTITY % model.divTop_sequenceOptional "%model.divWrapper;?, %model.divTopPart;?">
664 2 mingarao
<!ENTITY % model.divTop_sequenceOptionalRepeatable "%model.divWrapper;*, %model.divTopPart;*">
665 2 mingarao
<!ENTITY % model.divTop_sequenceRepeatable "%model.divWrapper;+, %model.divTopPart;+">
666 2 mingarao
<!ENTITY % model.pLike.front "head |
667 2 mingarao
 byline |
668 2 mingarao
 argument |
669 2 mingarao
 epigraph |
670 2 mingarao
 docTitle |
671 2 mingarao
 titlePart |
672 2 mingarao
 docAuthor |
673 2 mingarao
 docEdition |
674 2 mingarao
 docImprint |
675 2 mingarao
 docDate">
676 2 mingarao
<!ENTITY % model.pLike.front_sequence "head, byline, argument, epigraph, docTitle, titlePart, docAuthor, docEdition, docImprint, docDate">
677 2 mingarao
<!ENTITY % model.pLike.front_sequenceOptional "head?, byline?, argument?, epigraph?, docTitle?, titlePart?, docAuthor?, docEdition?, docImprint?, docDate?">
678 2 mingarao
<!ENTITY % model.pLike.front_sequenceOptionalRepeatable "head*, byline*, argument*, epigraph*, docTitle*, titlePart*, docAuthor*, docEdition*, docImprint*, docDate*">
679 2 mingarao
<!ENTITY % model.pLike.front_sequenceRepeatable "head+, byline+, argument+, epigraph+, docTitle+, titlePart+, docAuthor+, docEdition+, docImprint+, docDate+">
680 2 mingarao
<!ENTITY % model.divBottomPart "trailer |
681 2 mingarao
 closer |
682 2 mingarao
 signed |
683 2 mingarao
 postscript">
684 2 mingarao
<!ENTITY % model.divBottomPart_sequence "trailer, closer, signed, postscript">
685 2 mingarao
<!ENTITY % model.divBottomPart_sequenceOptional "trailer?, closer?, signed?, postscript?">
686 2 mingarao
<!ENTITY % model.divBottomPart_sequenceOptionalRepeatable "trailer*, closer*, signed*, postscript*">
687 2 mingarao
<!ENTITY % model.divBottomPart_sequenceRepeatable "trailer+, closer+, signed+, postscript+">
688 2 mingarao
<!ENTITY % model.divBottom "%model.divWrapper; |
689 2 mingarao
 %model.divBottomPart;">
690 2 mingarao
<!ENTITY % model.divBottom_sequence "%model.divWrapper;, %model.divBottomPart;">
691 2 mingarao
<!ENTITY % model.divBottom_sequenceOptional "%model.divWrapper;?, %model.divBottomPart;?">
692 2 mingarao
<!ENTITY % model.divBottom_sequenceOptionalRepeatable "%model.divWrapper;*, %model.divBottomPart;*">
693 2 mingarao
<!ENTITY % model.divBottom_sequenceRepeatable "%model.divWrapper;+, %model.divBottomPart;+">
694 2 mingarao
<!ENTITY % model.titlepagePart "graphic |
695 2 mingarao
 binaryObject |
696 2 mingarao
 byline |
697 2 mingarao
 epigraph |
698 2 mingarao
 docTitle |
699 2 mingarao
 titlePart |
700 2 mingarao
 docAuthor |
701 2 mingarao
 imprimatur |
702 2 mingarao
 docEdition |
703 2 mingarao
 docImprint |
704 2 mingarao
 docDate">
705 2 mingarao
<!ENTITY % model.titlepagePart_sequence "graphic, binaryObject, byline, epigraph, docTitle, titlePart, docAuthor, imprimatur, docEdition, docImprint, docDate">
706 2 mingarao
<!ENTITY % model.titlepagePart_sequenceOptional "graphic?, binaryObject?, byline?, epigraph?, docTitle?, titlePart?, docAuthor?, imprimatur?, docEdition?, docImprint?, docDate?">
707 2 mingarao
<!ENTITY % model.titlepagePart_sequenceOptionalRepeatable "graphic*, binaryObject*, byline*, epigraph*, docTitle*, titlePart*, docAuthor*, imprimatur*, docEdition*, docImprint*, docDate*">
708 2 mingarao
<!ENTITY % model.titlepagePart_sequenceRepeatable "graphic+, binaryObject+, byline+, epigraph+, docTitle+, titlePart+, docAuthor+, imprimatur+, docEdition+, docImprint+, docDate+">
709 2 mingarao
<!ENTITY % model.msQuoteLike "title">
710 2 mingarao
<!ENTITY % model.msQuoteLike_sequence "title">
711 2 mingarao
<!ENTITY % model.msQuoteLike_sequenceOptional "title?">
712 2 mingarao
<!ENTITY % model.msQuoteLike_sequenceOptionalRepeatable "title*">
713 2 mingarao
<!ENTITY % model.msQuoteLike_sequenceRepeatable "title+">
714 2 mingarao
<!ENTITY % model.msItemPart "%model.quoteLike; |
715 2 mingarao
 %model.respLike; |
716 2 mingarao
 %model.msQuoteLike; |
717 2 mingarao
 bibl |
718 2 mingarao
 listBibl">
719 2 mingarao
<!ENTITY % model.msItemPart_sequence "%model.quoteLike;, %model.respLike;, %model.msQuoteLike;, bibl, listBibl">
720 2 mingarao
<!ENTITY % model.msItemPart_sequenceOptional "%model.quoteLike;?, %model.respLike;?, %model.msQuoteLike;?, bibl?, listBibl?">
721 2 mingarao
<!ENTITY % model.msItemPart_sequenceOptionalRepeatable "%model.quoteLike;*, %model.respLike;*, %model.msQuoteLike;*, bibl*, listBibl*">
722 2 mingarao
<!ENTITY % model.msItemPart_sequenceRepeatable "%model.quoteLike;+, %model.respLike;+, %model.msQuoteLike;+, bibl+, listBibl+">
723 2 mingarao
<!ENTITY % model.choicePart "sic |
724 2 mingarao
 corr |
725 2 mingarao
 reg |
726 2 mingarao
 orig |
727 2 mingarao
 unclear |
728 2 mingarao
 abbr |
729 2 mingarao
 expan |
730 2 mingarao
 seg">
731 2 mingarao
<!ENTITY % model.choicePart_sequence "sic, corr, reg, orig, unclear, abbr, expan, seg">
732 2 mingarao
<!ENTITY % model.choicePart_sequenceOptional "sic?, corr?, reg?, orig?, unclear?, abbr?, expan?, seg?">
733 2 mingarao
<!ENTITY % model.choicePart_sequenceOptionalRepeatable "sic*, corr*, reg*, orig*, unclear*, abbr*, expan*, seg*">
734 2 mingarao
<!ENTITY % model.choicePart_sequenceRepeatable "sic+, corr+, reg+, orig+, unclear+, abbr+, expan+, seg+">
735 2 mingarao
<!ENTITY % model.imprintPart "publisher |
736 2 mingarao
 biblScope |
737 2 mingarao
 pubPlace |
738 2 mingarao
 distributor">
739 2 mingarao
<!ENTITY % model.imprintPart_sequence "publisher, biblScope, pubPlace, distributor">
740 2 mingarao
<!ENTITY % model.imprintPart_sequenceOptional "publisher?, biblScope?, pubPlace?, distributor?">
741 2 mingarao
<!ENTITY % model.imprintPart_sequenceOptionalRepeatable "publisher*, biblScope*, pubPlace*, distributor*">
742 2 mingarao
<!ENTITY % model.imprintPart_sequenceRepeatable "publisher+, biblScope+, pubPlace+, distributor+">
743 2 mingarao
<!ENTITY % model.catDescPart "">
744 2 mingarao
<!ENTITY % model.catDescPart_sequence "">
745 2 mingarao
<!ENTITY % model.catDescPart_sequenceOptional "">
746 2 mingarao
<!ENTITY % model.catDescPart_sequenceOptionalRepeatable "">
747 2 mingarao
<!ENTITY % model.catDescPart_sequenceRepeatable "">
748 2 mingarao
<!ENTITY % model.addressLike "email |
749 2 mingarao
 address">
750 2 mingarao
<!ENTITY % model.addressLike_sequence "email, address">
751 2 mingarao
<!ENTITY % model.addressLike_sequenceOptional "email?, address?">
752 2 mingarao
<!ENTITY % model.addressLike_sequenceOptionalRepeatable "email*, address*">
753 2 mingarao
<!ENTITY % model.addressLike_sequenceRepeatable "email+, address+">
754 2 mingarao
<!ENTITY % model.nameLike "%model.nameLike.agent; |
755 2 mingarao
 rs |
756 2 mingarao
 lang">
757 2 mingarao
<!ENTITY % model.nameLike_sequence "%model.nameLike.agent;, rs, lang">
758 2 mingarao
<!ENTITY % model.nameLike_sequenceOptional "%model.nameLike.agent;?, rs?, lang?">
759 2 mingarao
<!ENTITY % model.nameLike_sequenceOptionalRepeatable "%model.nameLike.agent;*, rs*, lang*">
760 2 mingarao
<!ENTITY % model.nameLike_sequenceRepeatable "%model.nameLike.agent;+, rs+, lang+">
761 2 mingarao
<!ENTITY % model.global "%model.global.meta; |
762 2 mingarao
 %model.milestoneLike; |
763 2 mingarao
 %model.noteLike; |
764 2 mingarao
 %model.global.edit;">
765 2 mingarao
<!ENTITY % model.global_sequence "%model.global.meta;, %model.milestoneLike;, %model.noteLike;, %model.global.edit;">
766 2 mingarao
<!ENTITY % model.global_sequenceOptional "%model.global.meta;?, %model.milestoneLike;?, %model.noteLike;?, %model.global.edit;?">
767 2 mingarao
<!ENTITY % model.global_sequenceOptionalRepeatable "%model.global.meta;*, %model.milestoneLike;*, %model.noteLike;*, %model.global.edit;*">
768 2 mingarao
<!ENTITY % model.global_sequenceRepeatable "%model.global.meta;+, %model.milestoneLike;+, %model.noteLike;+, %model.global.edit;+">
769 2 mingarao
<!ENTITY % model.biblPart "%model.respLike; |
770 2 mingarao
 %model.imprintPart; |
771 2 mingarao
 series |
772 2 mingarao
 meeting |
773 2 mingarao
 relatedItem |
774 2 mingarao
 edition |
775 2 mingarao
 extent |
776 2 mingarao
 idno">
777 2 mingarao
<!ENTITY % model.biblPart_sequence "%model.respLike;, %model.imprintPart;, series, meeting, relatedItem, edition, extent, idno">
778 2 mingarao
<!ENTITY % model.biblPart_sequenceOptional "%model.respLike;?, %model.imprintPart;?, series?, meeting?, relatedItem?, edition?, extent?, idno?">
779 2 mingarao
<!ENTITY % model.biblPart_sequenceOptionalRepeatable "%model.respLike;*, %model.imprintPart;*, series*, meeting*, relatedItem*, edition*, extent*, idno*">
780 2 mingarao
<!ENTITY % model.biblPart_sequenceRepeatable "%model.respLike;+, %model.imprintPart;+, series+, meeting+, relatedItem+, edition+, extent+, idno+">
781 2 mingarao
<!ENTITY % model.frontPart "divGen |
782 2 mingarao
 titlePage">
783 2 mingarao
<!ENTITY % model.frontPart_sequence "divGen, titlePage">
784 2 mingarao
<!ENTITY % model.frontPart_sequenceOptional "divGen?, titlePage?">
785 2 mingarao
<!ENTITY % model.frontPart_sequenceOptionalRepeatable "divGen*, titlePage*">
786 2 mingarao
<!ENTITY % model.frontPart_sequenceRepeatable "divGen+, titlePage+">
787 2 mingarao
<!ENTITY % model.addrPart "%model.nameLike; |
788 2 mingarao
 addrLine |
789 2 mingarao
 street |
790 2 mingarao
 postCode |
791 2 mingarao
 postBox">
792 2 mingarao
<!ENTITY % model.addrPart_sequence "%model.nameLike;, addrLine, street, postCode, postBox">
793 2 mingarao
<!ENTITY % model.addrPart_sequenceOptional "%model.nameLike;?, addrLine?, street?, postCode?, postBox?">
794 2 mingarao
<!ENTITY % model.addrPart_sequenceOptionalRepeatable "%model.nameLike;*, addrLine*, street*, postCode*, postBox*">
795 2 mingarao
<!ENTITY % model.addrPart_sequenceRepeatable "%model.nameLike;+, addrLine+, street+, postCode+, postBox+">
796 2 mingarao
<!ENTITY % model.pPart.data "%model.dateLike; |
797 2 mingarao
 %model.measureLike; |
798 2 mingarao
 %model.addressLike; |
799 2 mingarao
 %model.nameLike;">
800 2 mingarao
<!ENTITY % model.pPart.data_sequence "%model.dateLike;, %model.measureLike;, %model.addressLike;, %model.nameLike;">
801 2 mingarao
<!ENTITY % model.pPart.data_sequenceOptional "%model.dateLike;?, %model.measureLike;?, %model.addressLike;?, %model.nameLike;?">
802 2 mingarao
<!ENTITY % model.pPart.data_sequenceOptionalRepeatable "%model.dateLike;*, %model.measureLike;*, %model.addressLike;*, %model.nameLike;*">
803 2 mingarao
<!ENTITY % model.pPart.data_sequenceRepeatable "%model.dateLike;+, %model.measureLike;+, %model.addressLike;+, %model.nameLike;+">
804 2 mingarao
<!ENTITY % model.inter "%model.biblLike; |
805 2 mingarao
 %model.labelLike; |
806 2 mingarao
 %model.listLike; |
807 2 mingarao
 %model.stageLike; |
808 2 mingarao
 %model.qLike;">
809 2 mingarao
<!ENTITY % model.inter_sequence "%model.biblLike;, %model.labelLike;, %model.listLike;, %model.stageLike;, %model.qLike;">
810 2 mingarao
<!ENTITY % model.inter_sequenceOptional "%model.biblLike;?, %model.labelLike;?, %model.listLike;?, %model.stageLike;?, %model.qLike;?">
811 2 mingarao
<!ENTITY % model.inter_sequenceOptionalRepeatable "%model.biblLike;*, %model.labelLike;*, %model.listLike;*, %model.stageLike;*, %model.qLike;*">
812 2 mingarao
<!ENTITY % model.inter_sequenceRepeatable "%model.biblLike;+, %model.labelLike;+, %model.listLike;+, %model.stageLike;+, %model.qLike;+">
813 2 mingarao
<!ENTITY % model.common "%model.divPart; |
814 2 mingarao
 %model.inter; |
815 2 mingarao
 %model.entryLike;">
816 2 mingarao
<!ENTITY % model.common_sequence "%model.divPart;, %model.inter;, %model.entryLike;">
817 2 mingarao
<!ENTITY % model.common_sequenceOptional "%model.divPart;?, %model.inter;?, %model.entryLike;?">
818 2 mingarao
<!ENTITY % model.common_sequenceOptionalRepeatable "%model.divPart;*, %model.inter;*, %model.entryLike;*">
819 2 mingarao
<!ENTITY % model.common_sequenceRepeatable "%model.divPart;+, %model.inter;+, %model.entryLike;+">
820 2 mingarao
<!ENTITY % model.phrase "%model.segLike; |
821 2 mingarao
 %model.highlighted; |
822 2 mingarao
 %model.graphicLike; |
823 2 mingarao
 %model.pPart.edit; |
824 2 mingarao
 %model.ptrLike; |
825 2 mingarao
 %model.pPart.data; |
826 2 mingarao
 %model.ptrLike.form;">
827 2 mingarao
<!ENTITY % model.phrase_sequence "%model.segLike;, %model.highlighted;, %model.graphicLike;, %model.pPart.edit;, %model.ptrLike;, %model.pPart.data;, %model.ptrLike.form;">
828 2 mingarao
<!ENTITY % model.phrase_sequenceOptional "%model.segLike;?, %model.highlighted;?, %model.graphicLike;?, %model.pPart.edit;?, %model.ptrLike;?, %model.pPart.data;?, %model.ptrLike.form;?">
829 2 mingarao
<!ENTITY % model.phrase_sequenceOptionalRepeatable "%model.segLike;*, %model.highlighted;*, %model.graphicLike;*, %model.pPart.edit;*, %model.ptrLike;*, %model.pPart.data;*, %model.ptrLike.form;*">
830 2 mingarao
<!ENTITY % model.phrase_sequenceRepeatable "%model.segLike;+, %model.highlighted;+, %model.graphicLike;+, %model.pPart.edit;+, %model.ptrLike;+, %model.pPart.data;+, %model.ptrLike.form;+">
831 2 mingarao
<!ENTITY % model.limitedPhrase "%model.emphLike; |
832 2 mingarao
 %model.pPart.editorial; |
833 2 mingarao
 %model.ptrLike; |
834 2 mingarao
 %model.pPart.data;">
835 2 mingarao
<!ENTITY % model.limitedPhrase_sequence "%model.emphLike;, %model.pPart.editorial;, %model.ptrLike;, %model.pPart.data;">
836 2 mingarao
<!ENTITY % model.limitedPhrase_sequenceOptional "%model.emphLike;?, %model.pPart.editorial;?, %model.ptrLike;?, %model.pPart.data;?">
837 2 mingarao
<!ENTITY % model.limitedPhrase_sequenceOptionalRepeatable "%model.emphLike;*, %model.pPart.editorial;*, %model.ptrLike;*, %model.pPart.data;*">
838 2 mingarao
<!ENTITY % model.limitedPhrase_sequenceRepeatable "%model.emphLike;+, %model.pPart.editorial;+, %model.ptrLike;+, %model.pPart.data;+">
839 2 mingarao
<!ENTITY % model.divLike "div">
840 2 mingarao
<!ENTITY % model.divLike_sequence "div">
841 2 mingarao
<!ENTITY % model.divLike_sequenceOptional "div?">
842 2 mingarao
<!ENTITY % model.divLike_sequenceOptionalRepeatable "div*">
843 2 mingarao
<!ENTITY % model.divLike_sequenceRepeatable "div+">
844 2 mingarao
<!ENTITY % model.divGenLike "divGen">
845 2 mingarao
<!ENTITY % model.divGenLike_sequence "divGen">
846 2 mingarao
<!ENTITY % model.divGenLike_sequenceOptional "divGen?">
847 2 mingarao
<!ENTITY % model.divGenLike_sequenceOptionalRepeatable "divGen*">
848 2 mingarao
<!ENTITY % model.divGenLike_sequenceRepeatable "divGen+">
849 2 mingarao
<!ENTITY % model.div1Like "div1">
850 2 mingarao
<!ENTITY % model.div1Like_sequence "div1">
851 2 mingarao
<!ENTITY % model.div1Like_sequenceOptional "div1?">
852 2 mingarao
<!ENTITY % model.div1Like_sequenceOptionalRepeatable "div1*">
853 2 mingarao
<!ENTITY % model.div1Like_sequenceRepeatable "div1+">
854 2 mingarao
<!ENTITY % model.div2Like "div2">
855 2 mingarao
<!ENTITY % model.div2Like_sequence "div2">
856 2 mingarao
<!ENTITY % model.div2Like_sequenceOptional "div2?">
857 2 mingarao
<!ENTITY % model.div2Like_sequenceOptionalRepeatable "div2*">
858 2 mingarao
<!ENTITY % model.div2Like_sequenceRepeatable "div2+">
859 2 mingarao
<!ENTITY % model.div3Like "div3">
860 2 mingarao
<!ENTITY % model.div3Like_sequence "div3">
861 2 mingarao
<!ENTITY % model.div3Like_sequenceOptional "div3?">
862 2 mingarao
<!ENTITY % model.div3Like_sequenceOptionalRepeatable "div3*">
863 2 mingarao
<!ENTITY % model.div3Like_sequenceRepeatable "div3+">
864 2 mingarao
<!ENTITY % model.div4Like "div4">
865 2 mingarao
<!ENTITY % model.div4Like_sequence "div4">
866 2 mingarao
<!ENTITY % model.div4Like_sequenceOptional "div4?">
867 2 mingarao
<!ENTITY % model.div4Like_sequenceOptionalRepeatable "div4*">
868 2 mingarao
<!ENTITY % model.div4Like_sequenceRepeatable "div4+">
869 2 mingarao
<!ENTITY % model.div5Like "div5">
870 2 mingarao
<!ENTITY % model.div5Like_sequence "div5">
871 2 mingarao
<!ENTITY % model.div5Like_sequenceOptional "div5?">
872 2 mingarao
<!ENTITY % model.div5Like_sequenceOptionalRepeatable "div5*">
873 2 mingarao
<!ENTITY % model.div5Like_sequenceRepeatable "div5+">
874 2 mingarao
<!ENTITY % model.div6Like "div6">
875 2 mingarao
<!ENTITY % model.div6Like_sequence "div6">
876 2 mingarao
<!ENTITY % model.div6Like_sequenceOptional "div6?">
877 2 mingarao
<!ENTITY % model.div6Like_sequenceOptionalRepeatable "div6*">
878 2 mingarao
<!ENTITY % model.div6Like_sequenceRepeatable "div6+">
879 2 mingarao
<!ENTITY % model.div7Like "div7">
880 2 mingarao
<!ENTITY % model.div7Like_sequence "div7">
881 2 mingarao
<!ENTITY % model.div7Like_sequenceOptional "div7?">
882 2 mingarao
<!ENTITY % model.div7Like_sequenceOptionalRepeatable "div7*">
883 2 mingarao
<!ENTITY % model.div7Like_sequenceRepeatable "div7+">
884 2 mingarao
<!ENTITY % model.resourceLike "">
885 2 mingarao
<!ENTITY % model.resourceLike_sequence "">
886 2 mingarao
<!ENTITY % model.resourceLike_sequenceOptional "">
887 2 mingarao
<!ENTITY % model.resourceLike_sequenceOptionalRepeatable "">
888 2 mingarao
<!ENTITY % model.resourceLike_sequenceRepeatable "">
889 2 mingarao
<!ENTITY % model.teiHeaderPart "encodingDesc |
890 2 mingarao
 profileDesc">
891 2 mingarao
<!ENTITY % model.teiHeaderPart_sequence "encodingDesc, profileDesc">
892 2 mingarao
<!ENTITY % model.teiHeaderPart_sequenceOptional "encodingDesc?, profileDesc?">
893 2 mingarao
<!ENTITY % model.teiHeaderPart_sequenceOptionalRepeatable "encodingDesc*, profileDesc*">
894 2 mingarao
<!ENTITY % model.teiHeaderPart_sequenceRepeatable "encodingDesc+, profileDesc+">
895 2 mingarao
<!ENTITY % model.sourceDescPart "">
896 2 mingarao
<!ENTITY % model.sourceDescPart_sequence "">
897 2 mingarao
<!ENTITY % model.sourceDescPart_sequenceOptional "">
898 2 mingarao
<!ENTITY % model.sourceDescPart_sequenceOptionalRepeatable "">
899 2 mingarao
<!ENTITY % model.sourceDescPart_sequenceRepeatable "">
900 2 mingarao
<!ENTITY % model.encodingDescPart "projectDesc |
901 2 mingarao
 samplingDecl |
902 2 mingarao
 editorialDecl |
903 2 mingarao
 tagsDecl |
904 2 mingarao
 refsDecl |
905 2 mingarao
 classDecl |
906 2 mingarao
 appInfo |
907 2 mingarao
 geoDecl">
908 2 mingarao
<!ENTITY % model.encodingDescPart_sequence "projectDesc, samplingDecl, editorialDecl, tagsDecl, refsDecl, classDecl, appInfo, geoDecl">
909 2 mingarao
<!ENTITY % model.encodingDescPart_sequenceOptional "projectDesc?, samplingDecl?, editorialDecl?, tagsDecl?, refsDecl?, classDecl?, appInfo?, geoDecl?">
910 2 mingarao
<!ENTITY % model.encodingDescPart_sequenceOptionalRepeatable "projectDesc*, samplingDecl*, editorialDecl*, tagsDecl*, refsDecl*, classDecl*, appInfo*, geoDecl*">
911 2 mingarao
<!ENTITY % model.encodingDescPart_sequenceRepeatable "projectDesc+, samplingDecl+, editorialDecl+, tagsDecl+, refsDecl+, classDecl+, appInfo+, geoDecl+">
912 2 mingarao
<!ENTITY % model.editorialDeclPart "correction |
913 2 mingarao
 normalization |
914 2 mingarao
 quotation |
915 2 mingarao
 hyphenation |
916 2 mingarao
 segmentation |
917 2 mingarao
 stdVals |
918 2 mingarao
 interpretation">
919 2 mingarao
<!ENTITY % model.editorialDeclPart_sequence "correction, normalization, quotation, hyphenation, segmentation, stdVals, interpretation">
920 2 mingarao
<!ENTITY % model.editorialDeclPart_sequenceOptional "correction?, normalization?, quotation?, hyphenation?, segmentation?, stdVals?, interpretation?">
921 2 mingarao
<!ENTITY % model.editorialDeclPart_sequenceOptionalRepeatable "correction*, normalization*, quotation*, hyphenation*, segmentation*, stdVals*, interpretation*">
922 2 mingarao
<!ENTITY % model.editorialDeclPart_sequenceRepeatable "correction+, normalization+, quotation+, hyphenation+, segmentation+, stdVals+, interpretation+">
923 2 mingarao
<!ENTITY % model.applicationLike "application">
924 2 mingarao
<!ENTITY % model.applicationLike_sequence "application">
925 2 mingarao
<!ENTITY % model.applicationLike_sequenceOptional "application?">
926 2 mingarao
<!ENTITY % model.applicationLike_sequenceOptionalRepeatable "application*">
927 2 mingarao
<!ENTITY % model.applicationLike_sequenceRepeatable "application+">
928 2 mingarao
<!ENTITY % model.profileDescPart "langUsage |
929 2 mingarao
 textClass">
930 2 mingarao
<!ENTITY % model.profileDescPart_sequence "langUsage, textClass">
931 2 mingarao
<!ENTITY % model.profileDescPart_sequenceOptional "langUsage?, textClass?">
932 2 mingarao
<!ENTITY % model.profileDescPart_sequenceOptionalRepeatable "langUsage*, textClass*">
933 2 mingarao
<!ENTITY % model.profileDescPart_sequenceRepeatable "langUsage+, textClass+">
934 2 mingarao
<!ENTITY % model.entryLike "superEntry |
935 2 mingarao
 entry |
936 2 mingarao
 entryFree">
937 2 mingarao
<!ENTITY % model.entryLike_sequence "superEntry, entry, entryFree">
938 2 mingarao
<!ENTITY % model.entryLike_sequenceOptional "superEntry?, entry?, entryFree?">
939 2 mingarao
<!ENTITY % model.entryLike_sequenceOptionalRepeatable "superEntry*, entry*, entryFree*">
940 2 mingarao
<!ENTITY % model.entryLike_sequenceRepeatable "superEntry+, entry+, entryFree+">
941 2 mingarao
<!ENTITY % att.entryLike.attributes '
942 2 mingarao
type NMTOKEN  "main"
943 2 mingarao
sortKey CDATA #IMPLIED'>
944 2 mingarao
<!ENTITY % att.entryLike.attribute.type '
945 2 mingarao
type NMTOKEN  "main" '>
946 2 mingarao
947 2 mingarao
<!ENTITY % att.entryLike.attribute.sortKey '
948 2 mingarao
sortKey CDATA #IMPLIED'>
949 2 mingarao
950 2 mingarao
<!ENTITY % att.lexicographic.attributes '
951 2 mingarao
expand CDATA #IMPLIED
952 2 mingarao
norm CDATA #IMPLIED
953 2 mingarao
split CDATA #IMPLIED
954 2 mingarao
value CDATA #IMPLIED
955 2 mingarao
orig CDATA #IMPLIED
956 2 mingarao
location CDATA #IMPLIED
957 2 mingarao
mergedIn CDATA #IMPLIED
958 2 mingarao
opt (true | false)  "false" '>
959 2 mingarao
<!ENTITY % att.lexicographic.attribute.expand '
960 2 mingarao
expand CDATA #IMPLIED'>
961 2 mingarao
962 2 mingarao
<!ENTITY % att.lexicographic.attribute.norm '
963 2 mingarao
norm CDATA #IMPLIED'>
964 2 mingarao
965 2 mingarao
<!ENTITY % att.lexicographic.attribute.split '
966 2 mingarao
split CDATA #IMPLIED'>
967 2 mingarao
968 2 mingarao
<!ENTITY % att.lexicographic.attribute.value '
969 2 mingarao
value CDATA #IMPLIED'>
970 2 mingarao
971 2 mingarao
<!ENTITY % att.lexicographic.attribute.orig '
972 2 mingarao
orig CDATA #IMPLIED'>
973 2 mingarao
974 2 mingarao
<!ENTITY % att.lexicographic.attribute.location '
975 2 mingarao
location CDATA #IMPLIED'>
976 2 mingarao
977 2 mingarao
<!ENTITY % att.lexicographic.attribute.mergedIn '
978 2 mingarao
mergedIn CDATA #IMPLIED'>
979 2 mingarao
980 2 mingarao
<!ENTITY % att.lexicographic.attribute.opt '
981 2 mingarao
opt (true | false)  "false" '>
982 2 mingarao
983 2 mingarao
<!ENTITY % model.morphLike "gram |
984 2 mingarao
 gen |
985 2 mingarao
 number |
986 2 mingarao
 case |
987 2 mingarao
 per |
988 2 mingarao
 tns |
989 2 mingarao
 mood |
990 2 mingarao
 iType">
991 2 mingarao
<!ENTITY % model.morphLike_sequence "gram, gen, number, case, per, tns, mood, iType">
992 2 mingarao
<!ENTITY % model.morphLike_sequenceOptional "gram?, gen?, number?, case?, per?, tns?, mood?, iType?">
993 2 mingarao
<!ENTITY % model.morphLike_sequenceOptionalRepeatable "gram*, gen*, number*, case*, per*, tns*, mood*, iType*">
994 2 mingarao
<!ENTITY % model.morphLike_sequenceRepeatable "gram+, gen+, number+, case+, per+, tns+, mood+, iType+">
995 2 mingarao
<!ENTITY % model.gramPart "%model.morphLike; |
996 2 mingarao
 gramGrp |
997 2 mingarao
 pos |
998 2 mingarao
 subc |
999 2 mingarao
 colloc |
1000 2 mingarao
 usg |
1001 2 mingarao
 lbl">
1002 2 mingarao
<!ENTITY % model.gramPart_sequence "%model.morphLike;, gramGrp, pos, subc, colloc, usg, lbl">
1003 2 mingarao
<!ENTITY % model.gramPart_sequenceOptional "%model.morphLike;?, gramGrp?, pos?, subc?, colloc?, usg?, lbl?">
1004 2 mingarao
<!ENTITY % model.gramPart_sequenceOptionalRepeatable "%model.morphLike;*, gramGrp*, pos*, subc*, colloc*, usg*, lbl*">
1005 2 mingarao
<!ENTITY % model.gramPart_sequenceRepeatable "%model.morphLike;+, gramGrp+, pos+, subc+, colloc+, usg+, lbl+">
1006 2 mingarao
<!ENTITY % model.formPart "form |
1007 2 mingarao
 orth |
1008 2 mingarao
 pron |
1009 2 mingarao
 hyph |
1010 2 mingarao
 syll |
1011 2 mingarao
 stress |
1012 2 mingarao
 %model.gramPart;">
1013 2 mingarao
<!ENTITY % model.formPart_sequence "form, orth, pron, hyph, syll, stress, %model.gramPart;">
1014 2 mingarao
<!ENTITY % model.formPart_sequenceOptional "form?, orth?, pron?, hyph?, syll?, stress?, %model.gramPart;?">
1015 2 mingarao
<!ENTITY % model.formPart_sequenceOptionalRepeatable "form*, orth*, pron*, hyph*, syll*, stress*, %model.gramPart;*">
1016 2 mingarao
<!ENTITY % model.formPart_sequenceRepeatable "form+, orth+, pron+, hyph+, syll+, stress+, %model.gramPart;+">
1017 2 mingarao
<!ENTITY % model.ptrLike.form "oRef |
1018 2 mingarao
 oVar |
1019 2 mingarao
 pRef |
1020 2 mingarao
 pVar">
1021 2 mingarao
<!ENTITY % model.ptrLike.form_sequence "oRef, oVar, pRef, pVar">
1022 2 mingarao
<!ENTITY % model.ptrLike.form_sequenceOptional "oRef?, oVar?, pRef?, pVar?">
1023 2 mingarao
<!ENTITY % model.ptrLike.form_sequenceOptionalRepeatable "oRef*, oVar*, pRef*, pVar*">
1024 2 mingarao
<!ENTITY % model.ptrLike.form_sequenceRepeatable "oRef+, oVar+, pRef+, pVar+">
1025 2 mingarao
<!ENTITY % att.ptrLike.form.attributes '
1026 2 mingarao
target CDATA #IMPLIED'>
1027 2 mingarao
<!ENTITY % att.ptrLike.form.attribute.target '
1028 2 mingarao
target CDATA #IMPLIED'>
1029 2 mingarao
1030 2 mingarao
<!ENTITY % att.global.linking.attributes '
1031 2 mingarao
corresp CDATA  #IMPLIED
1032 2 mingarao
synch CDATA  #IMPLIED
1033 2 mingarao
sameAs CDATA #IMPLIED
1034 2 mingarao
copyOf CDATA #IMPLIED
1035 2 mingarao
next CDATA #IMPLIED
1036 2 mingarao
prev CDATA #IMPLIED
1037 2 mingarao
exclude CDATA  #IMPLIED
1038 2 mingarao
select CDATA  #IMPLIED'>
1039 2 mingarao
<!ENTITY % att.global.linking.attribute.corresp '
1040 2 mingarao
corresp CDATA  #IMPLIED'>
1041 2 mingarao
1042 2 mingarao
<!ENTITY % att.global.linking.attribute.synch '
1043 2 mingarao
synch CDATA  #IMPLIED'>
1044 2 mingarao
1045 2 mingarao
<!ENTITY % att.global.linking.attribute.sameAs '
1046 2 mingarao
sameAs CDATA #IMPLIED'>
1047 2 mingarao
1048 2 mingarao
<!ENTITY % att.global.linking.attribute.copyOf '
1049 2 mingarao
copyOf CDATA #IMPLIED'>
1050 2 mingarao
1051 2 mingarao
<!ENTITY % att.global.linking.attribute.next '
1052 2 mingarao
next CDATA #IMPLIED'>
1053 2 mingarao
1054 2 mingarao
<!ENTITY % att.global.linking.attribute.prev '
1055 2 mingarao
prev CDATA #IMPLIED'>
1056 2 mingarao
1057 2 mingarao
<!ENTITY % att.global.linking.attribute.exclude '
1058 2 mingarao
exclude CDATA  #IMPLIED'>
1059 2 mingarao
1060 2 mingarao
<!ENTITY % att.global.linking.attribute.select '
1061 2 mingarao
select CDATA  #IMPLIED'>
1062 2 mingarao
1063 2 mingarao
<!ENTITY % att.pointing.attributes '
1064 2 mingarao
type NMTOKEN  #IMPLIED
1065 2 mingarao
evaluate (all|
1066 2 mingarao
one|
1067 2 mingarao
none) #IMPLIED'>
1068 2 mingarao
<!ENTITY % att.pointing.attribute.type '
1069 2 mingarao
type NMTOKEN  #IMPLIED'>
1070 2 mingarao
1071 2 mingarao
<!ENTITY % att.pointing.attribute.evaluate '
1072 2 mingarao
evaluate (all|
1073 2 mingarao
one|
1074 2 mingarao
none) #IMPLIED'>
1075 2 mingarao
1076 2 mingarao
<!ENTITY % att.pointing.group.attributes ' %att.pointing.attributes;
1077 2 mingarao
domains NMTOKENS  #IMPLIED
1078 2 mingarao
targFunc CDATA  #IMPLIED'>
1079 2 mingarao
<!ENTITY % att.pointing.group.attribute.domains '
1080 2 mingarao
domains NMTOKENS  #IMPLIED'>
1081 2 mingarao
1082 2 mingarao
<!ENTITY % att.pointing.group.attribute.targFunc '
1083 2 mingarao
targFunc CDATA  #IMPLIED'>
1084 2 mingarao
1085 2 mingarao
<!-- start predeclared patterns -->
1086 2 mingarao
1087 2 mingarao
<!-- start rest of patterns -->
1088 2 mingarao
1089 2 mingarao
<!ENTITY % macro.paraContent '( #PCDATA |
1090 2 mingarao
 _DUMMY_model.gLike |
1091 2 mingarao
 %model.phrase; |
1092 2 mingarao
 %model.inter; |
1093 2 mingarao
 %model.global;)*' >
1094 2 mingarao
1095 2 mingarao
<!ENTITY % macro.limitedContent '( #PCDATA |
1096 2 mingarao
 %model.limitedPhrase; |
1097 2 mingarao
 %model.inter;)*' >
1098 2 mingarao
1099 2 mingarao
<!ENTITY % macro.phraseSeq '( #PCDATA |
1100 2 mingarao
 _DUMMY_model.gLike |
1101 2 mingarao
 %model.phrase; |
1102 2 mingarao
 %model.global;)*' >
1103 2 mingarao
1104 2 mingarao
<!ENTITY % macro.phraseSeq.limited '( #PCDATA |
1105 2 mingarao
 %model.limitedPhrase; |
1106 2 mingarao
 %model.global;)*' >
1107 2 mingarao
1108 2 mingarao
<!ENTITY % macro.specialPara '( #PCDATA |
1109 2 mingarao
 _DUMMY_model.gLike |
1110 2 mingarao
 %model.phrase; |
1111 2 mingarao
 %model.inter; |
1112 2 mingarao
 %model.divPart; |
1113 2 mingarao
 %model.global;)*' >
1114 2 mingarao
1115 2 mingarao
<!-- end patterns -->
1116 2 mingarao
1117 2 mingarao
<!-- start elements -->
1118 2 mingarao
1119 2 mingarao
<!--doc: (document TEI) contient un seul document conforme à la TEI, qui
1120 2 mingarao
            comprend un en-tête TEI et un texte, soit de façon isolée soit comme  partie d’un
1121 2 mingarao
            élément teiCorpus. -->
1122 2 mingarao
    <!ELEMENT TEI (teiHeader,((_DUMMY_model.resourceLike+,text?) |
1123 2 mingarao
 text))>
1124 2 mingarao
<!ATTLIST TEI xmlns CDATA "http://www.tei-c.org/ns/1.0">
1125 2 mingarao
<!ATTLIST TEI
1126 2 mingarao
 %att.global.attributes;
1127 2 mingarao
version CDATA "5.0"  >
1128 2 mingarao
<!ATTLIST TEI xsi:schemaLocation CDATA #IMPLIED
1129 2 mingarao
 xmlns:xsi CDATA #FIXED 'http://www.w3.org/2001/XMLSchema-instance'
1130 2 mingarao
 >
1131 2 mingarao
<!--doc: (bloc anonyme) contient une unité de texte quelconque, de niveau "composant", faisant office de contenant anonyme pour une expression ou des éléments de niveau intermédiaire, analogue à un paragraphe mais sans sa portée sémantique. -->
1132 2 mingarao
    <!ELEMENT ab %macro.paraContent;>
1133 2 mingarao
<!ATTLIST ab xmlns CDATA "http://www.tei-c.org/ns/1.0">
1134 2 mingarao
<!ATTLIST ab
1135 2 mingarao
 %att.global.attributes;
1136 2 mingarao
 %att.typed.attributes;
1137 2 mingarao
 %att.declaring.attributes;
1138 2 mingarao
part (Y|
1139 2 mingarao
N|
1140 2 mingarao
I|
1141 2 mingarao
M|
1142 2 mingarao
F) "N"  >
1143 2 mingarao
<!--doc: (abréviation) contient une abréviation quelconque. -->
1144 2 mingarao
    <!ELEMENT abbr %macro.phraseSeq;>
1145 2 mingarao
<!ATTLIST abbr xmlns CDATA "http://www.tei-c.org/ns/1.0">
1146 2 mingarao
<!ATTLIST abbr
1147 2 mingarao
 %att.global.attributes;
1148 2 mingarao
type NMTOKEN  #IMPLIED >
1149 2 mingarao
<!--doc: ( ajout) contient des lettres, des mots ou des phrases
1150 2 mingarao
        insérées dans le texte par un auteur, un copiste, un annotateur ou un correcteur. -->
1151 2 mingarao
    <!ELEMENT add %macro.paraContent;>
1152 2 mingarao
<!ATTLIST add xmlns CDATA "http://www.tei-c.org/ns/1.0">
1153 2 mingarao
<!ATTLIST add
1154 2 mingarao
 %att.global.attributes;
1155 2 mingarao
 %att.transcriptional.attributes;
1156 2 mingarao
 %att.placement.attributes;
1157 2 mingarao
 %att.typed.attributes; >
1158 2 mingarao
<!--doc: (ligne d'adresse) contient une ligne d'adresse postale.
1159 2 mingarao
     -->
1160 2 mingarao
    <!ELEMENT addrLine %macro.phraseSeq;>
1161 2 mingarao
<!ATTLIST addrLine xmlns CDATA "http://www.tei-c.org/ns/1.0">
1162 2 mingarao
<!ATTLIST addrLine
1163 2 mingarao
 %att.global.attributes; >
1164 2 mingarao
<!--doc:contient une adresse postale ou d'un autre type, par
1165 2 mingarao
        exemple l'adresse d'un éditeur, d'un organisme ou d'une personne. -->
1166 2 mingarao
    <!ELEMENT address ((%model.global;)*,((%model.addrPart;),(%model.global;)*)+)>
1167 2 mingarao
<!ATTLIST address xmlns CDATA "http://www.tei-c.org/ns/1.0">
1168 2 mingarao
<!ATTLIST address
1169 2 mingarao
 %att.global.attributes; >
1170 2 mingarao
<!--doc: (alternative) identifie une alternative ou un ensemble d'options
1171 2 mingarao
        entre des éléments ou des passages. -->
1172 2 mingarao
    <!ELEMENT alt EMPTY>
1173 2 mingarao
<!ATTLIST alt xmlns CDATA "http://www.tei-c.org/ns/1.0">
1174 2 mingarao
<!ATTLIST alt
1175 2 mingarao
 %att.global.attributes;
1176 2 mingarao
 %att.pointing.attributes;
1177 2 mingarao
targets CDATA  #REQUIRED
1178 2 mingarao
mode (excl|
1179 2 mingarao
incl) #IMPLIED
1180 2 mingarao
weights CDATA  #IMPLIED >
1181 2 mingarao
<!--doc: (groupe d'alternatives) regroupe une collection d'éléments alt et,
1182 2 mingarao
        éventuellement, de pointeurs. -->
1183 2 mingarao
    <!ELEMENT altGrp (alt |
1184 2 mingarao
 ptr)*>
1185 2 mingarao
<!ATTLIST altGrp xmlns CDATA "http://www.tei-c.org/ns/1.0">
1186 2 mingarao
<!ATTLIST altGrp
1187 2 mingarao
 %att.global.attributes;
1188 2 mingarao
 %att.pointing.group.attributes;
1189 2 mingarao
mode (excl|
1190 2 mingarao
incl) "excl"  >
1191 2 mingarao
<!--doc: (niveau analytique) contient des éléments descriptifs qui décrivent la
1192 2 mingarao
    bibliographie d'une ressource (par exemple un poème ou un article de revue) publiée à
1193 2 mingarao
    l'intérieur d'une monographie ou d'une ressource et non publiée de façon indépendante. -->
1194 2 mingarao
    <!ELEMENT analytic (author |
1195 2 mingarao
 editor |
1196 2 mingarao
 respStmt |
1197 2 mingarao
 title)*>
1198 2 mingarao
<!ATTLIST analytic xmlns CDATA "http://www.tei-c.org/ns/1.0">
1199 2 mingarao
<!ATTLIST analytic
1200 2 mingarao
 %att.global.attributes; >
1201 2 mingarao
<!--doc: (point d'ancrage) attache un identifiant à un point du texte, que ce point corresponde ou non à un élément textuel. -->
1202 2 mingarao
    <!ELEMENT anchor EMPTY>
1203 2 mingarao
<!ATTLIST anchor xmlns CDATA "http://www.tei-c.org/ns/1.0">
1204 2 mingarao
<!ATTLIST anchor
1205 2 mingarao
 %att.global.attributes;
1206 2 mingarao
 %att.typed.attributes; >
1207 2 mingarao
<!--doc: (informations d'application) enregistre des informations sur l'application qui a
1208 2 mingarao
été utilisée pour traiter le fichier TEI. -->
1209 2 mingarao
    <!ELEMENT appInfo (%model.applicationLike;)+>
1210 2 mingarao
<!ATTLIST appInfo xmlns CDATA "http://www.tei-c.org/ns/1.0">
1211 2 mingarao
<!ATTLIST appInfo
1212 2 mingarao
 %att.global.attributes; >
1213 2 mingarao
<!--doc:fournit des informations sur une application qui a été
1214 2 mingarao
    utilisée pour le traitement du document. -->
1215 2 mingarao
    <!ELEMENT application ((%model.labelLike;)+,((%model.ptrLike;)* |
1216 2 mingarao
 (%model.pLike;)*))>
1217 2 mingarao
<!ATTLIST application xmlns CDATA "http://www.tei-c.org/ns/1.0">
1218 2 mingarao
<!ATTLIST application
1219 2 mingarao
 %att.global.attributes;
1220 2 mingarao
 %att.typed.attributes;
1221 2 mingarao
 %att.datable.attributes;
1222 2 mingarao
ident NMTOKEN  #REQUIRED
1223 2 mingarao
version CDATA #REQUIRED >
1224 2 mingarao
<!--doc: (argument) liste formelle ou description en texte libre
1225 2 mingarao
            des sujets traités dans une subdivision d’un texte -->
1226 2 mingarao
    <!ELEMENT argument ((%model.global; |
1227 2 mingarao
 %model.headLike;)*,((%model.common;),(%model.global;)*)+)>
1228 2 mingarao
<!ATTLIST argument xmlns CDATA "http://www.tei-c.org/ns/1.0">
1229 2 mingarao
<!ATTLIST argument
1230 2 mingarao
 %att.global.attributes; >
1231 2 mingarao
<!--doc: (auteur) dans une référence bibliographique contient le nom de la
1232 2 mingarao
    (des) personne(s) physique(s) ou du collectif, auteur(s) d'une oeuvre ; la première mention de
1233 2 mingarao
    responsabilité comme seul élément bibliographique.  -->
1234 2 mingarao
    <!ELEMENT author %macro.phraseSeq;>
1235 2 mingarao
<!ATTLIST author xmlns CDATA "http://www.tei-c.org/ns/1.0">
1236 2 mingarao
<!ATTLIST author
1237 2 mingarao
 %att.global.attributes;
1238 2 mingarao
 %att.canonical.attributes; >
1239 2 mingarao
<!--doc: (responsable de la publication.)  donne le nom de la personne ou de l'organisme responsable de la publication d’un fichier électronique, autre qu’un éditeur ou un distributeur. -->
1240 2 mingarao
    <!ELEMENT authority %macro.phraseSeq.limited;>
1241 2 mingarao
<!ATTLIST authority xmlns CDATA "http://www.tei-c.org/ns/1.0">
1242 2 mingarao
<!ATTLIST authority
1243 2 mingarao
 %att.global.attributes; >
1244 2 mingarao
<!--doc: (disponibilité) renseigne sur la disponibilité du texte, par exemple sur
1245 2 mingarao
    toutes restrictions quant à son usage ou sa diffusion, son statut de copyright, etc. -->
1246 2 mingarao
    <!ELEMENT availability (%model.pLike;)+>
1247 2 mingarao
<!ATTLIST availability xmlns CDATA "http://www.tei-c.org/ns/1.0">
1248 2 mingarao
<!ATTLIST availability
1249 2 mingarao
 %att.global.attributes;
1250 2 mingarao
 %att.declarable.attributes;
1251 2 mingarao
status (free|
1252 2 mingarao
unknown|
1253 2 mingarao
restricted) "unknown"  >
1254 2 mingarao
<!--doc: (texte postliminaire) contient tout supplément placé après la partie principale
1255 2 mingarao
    d'un texte : appendice, etc. -->
1256 2 mingarao
    <!ELEMENT back ((%model.frontPart; |
1257 2 mingarao
 %model.pLike.front; |
1258 2 mingarao
 %model.global;)*,(((%model.div1Like;),(%model.frontPart; |
1259 2 mingarao
 %model.div1Like; |
1260 2 mingarao
 %model.global;)*) |
1261 2 mingarao
 ((%model.divLike;),(%model.frontPart; |
1262 2 mingarao
 %model.divLike; |
1263 2 mingarao
 %model.global;)*))?,((%model.divBottomPart;),(%model.divBottomPart; |
1264 2 mingarao
 %model.global;)*)?)>
1265 2 mingarao
<!ATTLIST back xmlns CDATA "http://www.tei-c.org/ns/1.0">
1266 2 mingarao
<!ATTLIST back
1267 2 mingarao
 %att.global.attributes;
1268 2 mingarao
 %att.declaring.attributes; >
1269 2 mingarao
<!--doc: (référence bibliographique.) contient une référence bibliographique faiblement
1270 2 mingarao
    structurée dans laquelle les sous-composants peuvent ou non être explicitement balisés. -->
1271 2 mingarao
    <!ELEMENT bibl ( #PCDATA |
1272 2 mingarao
 _DUMMY_model.gLike |
1273 2 mingarao
 %model.highlighted; |
1274 2 mingarao
 %model.pPart.data; |
1275 2 mingarao
 %model.pPart.edit; |
1276 2 mingarao
 %model.segLike; |
1277 2 mingarao
 %model.ptrLike; |
1278 2 mingarao
 %model.biblPart; |
1279 2 mingarao
 %model.global;)*>
1280 2 mingarao
<!ATTLIST bibl xmlns CDATA "http://www.tei-c.org/ns/1.0">
1281 2 mingarao
<!ATTLIST bibl
1282 2 mingarao
 %att.global.attributes;
1283 2 mingarao
 %att.declarable.attributes;
1284 2 mingarao
 %att.typed.attributes; >
1285 2 mingarao
<!--doc: (référence bibliographique totalement structurée) contient une référence bibliographique totalement
1286 2 mingarao
    structurée : tous les composants de la description du fichier TEI  y sont présents. -->
1287 2 mingarao
    <!ELEMENT biblFull ((titleStmt,editionStmt?,extent?,publicationStmt,seriesStmt?,notesStmt?),sourceDesc*)>
1288 2 mingarao
<!ATTLIST biblFull xmlns CDATA "http://www.tei-c.org/ns/1.0">
1289 2 mingarao
<!ATTLIST biblFull
1290 2 mingarao
 %att.global.attributes;
1291 2 mingarao
 %att.declarable.attributes; >
1292 2 mingarao
<!--doc: (extension d'une référence bibliographique.) définit l'extension d'une référence
1293 2 mingarao
        bibliographique, comme par exemple une liste de numéros de pages, ou le nom
1294 2 mingarao
        d'une subdivision d'une oeuvre plus étendue. -->
1295 2 mingarao
    <!ELEMENT biblScope %macro.phraseSeq;>
1296 2 mingarao
<!ATTLIST biblScope xmlns CDATA "http://www.tei-c.org/ns/1.0">
1297 2 mingarao
<!ATTLIST biblScope
1298 2 mingarao
 %att.global.attributes;
1299 2 mingarao
type NMTOKEN  #IMPLIED
1300 2 mingarao
from CDATA #IMPLIED
1301 2 mingarao
to CDATA #IMPLIED >
1302 2 mingarao
<!--doc: (référence bibliographique structurée) contient une référence bibliographique dans laquelle
1303 2 mingarao
    seuls des sous-éléments bibliographiques apparaissent et cela, selon un ordre déterminé. -->
1304 2 mingarao
    <!ELEMENT biblStruct (analytic*,(monogr,series*)+,(%model.noteLike; |
1305 2 mingarao
 idno |
1306 2 mingarao
 relatedItem)*)>
1307 2 mingarao
<!ATTLIST biblStruct xmlns CDATA "http://www.tei-c.org/ns/1.0">
1308 2 mingarao
<!ATTLIST biblStruct
1309 2 mingarao
 %att.global.attributes;
1310 2 mingarao
 %att.declarable.attributes;
1311 2 mingarao
 %att.typed.attributes; >
1312 2 mingarao
<!--doc:fournit des données binaires encodées qui représentent
1313 2 mingarao
    une image ou un autre objet insérés dans le texte ou dans un autre objet. -->
1314 2 mingarao
    <!ELEMENT binaryObject  (#PCDATA)>
1315 2 mingarao
<!ATTLIST binaryObject xmlns CDATA "http://www.tei-c.org/ns/1.0">
1316 2 mingarao
<!ATTLIST binaryObject
1317 2 mingarao
 %att.global.attributes;
1318 2 mingarao
 %att.internetMedia.attributes;
1319 2 mingarao
width CDATA #IMPLIED
1320 2 mingarao
height CDATA #IMPLIED
1321 2 mingarao
scale CDATA #IMPLIED
1322 2 mingarao
encoding CDATA  #IMPLIED >
1323 2 mingarao
<!--doc: (corps du texte) contient la totalité du corps d’un seul texte simple, à
1324 2 mingarao
    l’exclusion de toute partie pré- ou post-liminaire. -->
1325 2 mingarao
    <!ELEMENT body ((%model.global;)*,((%model.divTop;),(%model.global; |
1326 2 mingarao
 %model.divTop;)*)?,((%model.divGenLike;),(%model.global; |
1327 2 mingarao
 %model.divGenLike;)*)?,(((%model.divLike;),(%model.global; |
1328 2 mingarao
 %model.divGenLike;)*)+ |
1329 2 mingarao
 ((%model.div1Like;),(%model.global; |
1330 2 mingarao
 %model.divGenLike;)*)+ |
1331 2 mingarao
 (((%model.common;),(%model.global;)*)+,(((%model.divLike;),(%model.global; |
1332 2 mingarao
 %model.divGenLike;)*)+ |
1333 2 mingarao
 ((%model.div1Like;),(%model.global; |
1334 2 mingarao
 %model.divGenLike;)*)+)?)),((%model.divBottom;),(%model.global;)*)*)>
1335 2 mingarao
<!ATTLIST body xmlns CDATA "http://www.tei-c.org/ns/1.0">
1336 2 mingarao
<!ATTLIST body
1337 2 mingarao
 %att.global.attributes;
1338 2 mingarao
 %att.declaring.attributes; >
1339 2 mingarao
<!--doc: (mention de responsablité) contient la mention de responsabilité principale
1340 2 mingarao
            pour une œuvre donnée sur la page de titre ou au début ou à la fin de
1341 2 mingarao
        l’œuvre. -->
1342 2 mingarao
    <!ELEMENT byline ( #PCDATA |
1343 2 mingarao
 _DUMMY_model.gLike |
1344 2 mingarao
 %model.phrase; |
1345 2 mingarao
 docAuthor |
1346 2 mingarao
 %model.global;)*>
1347 2 mingarao
<!ATTLIST byline xmlns CDATA "http://www.tei-c.org/ns/1.0">
1348 2 mingarao
<!ATTLIST byline
1349 2 mingarao
 %att.global.attributes; >
1350 2 mingarao
<!--doc: (Modèle de référence canonique) spécifie un modèle d’expression et des règles de
1351 2 mingarao
    remplacement pour transformer une référence canonique en URI. -->
1352 2 mingarao
    <!ELEMENT cRefPattern (%model.pLike;)*>
1353 2 mingarao
<!ATTLIST cRefPattern xmlns CDATA "http://www.tei-c.org/ns/1.0">
1354 2 mingarao
<!ATTLIST cRefPattern
1355 2 mingarao
 %att.global.attributes;
1356 2 mingarao
matchPattern CDATA #REQUIRED
1357 2 mingarao
replacementPattern CDATA #REQUIRED >
1358 2 mingarao
<!--doc: (cas)  contient des informations sur le cas grammatical
1359 2 mingarao
			présenté par le dictionnaire pour une forme donnée.  -->
1360 2 mingarao
    <!ELEMENT case %macro.paraContent;>
1361 2 mingarao
<!ATTLIST case xmlns CDATA "http://www.tei-c.org/ns/1.0">
1362 2 mingarao
<!ATTLIST case
1363 2 mingarao
 %att.global.attributes;
1364 2 mingarao
 %att.lexicographic.attributes; >
1365 2 mingarao
<!--doc: (Description de la catégorie) décrit une catégorie particulière à l’intérieur d’une
1366 2 mingarao
    taxinomie ou d’une typologie de texte, sous forme d’un court texte descriptif suivi ou dans les
1367 2 mingarao
    termes des paramètres contextuels utilisés dans l’élément Description du texte
1368 2 mingarao
    textDesc.  -->
1369 2 mingarao
    <!ELEMENT catDesc ( #PCDATA |
1370 2 mingarao
 %model.limitedPhrase; |
1371 2 mingarao
 _DUMMY_model.catDescPart)*>
1372 2 mingarao
<!ATTLIST catDesc xmlns CDATA "http://www.tei-c.org/ns/1.0">
1373 2 mingarao
<!ATTLIST catDesc
1374 2 mingarao
 %att.global.attributes; >
1375 2 mingarao
<!--doc: (Référence à la catégorie) spécifie une ou plusieurs catégories définies dans une
1376 2 mingarao
    taxinomie ou une typologie textuelle. -->
1377 2 mingarao
    <!ELEMENT catRef EMPTY>
1378 2 mingarao
<!ATTLIST catRef xmlns CDATA "http://www.tei-c.org/ns/1.0">
1379 2 mingarao
<!ATTLIST catRef
1380 2 mingarao
 %att.global.attributes;
1381 2 mingarao
target CDATA  #REQUIRED
1382 2 mingarao
scheme CDATA #IMPLIED >
1383 2 mingarao
<!--doc: (catégorie)  contient une catégorie descriptive particulière,
1384 2 mingarao
    éventuellement intégrée dans une catégorie de niveau supérieur, à l’intérieur d’une taxinomie
1385 2 mingarao
    définie par l’utilisateur. -->
1386 2 mingarao
    <!ELEMENT category ((catDesc+ |
1387 2 mingarao
 (%model.glossLike;)*),category*)>
1388 2 mingarao
<!ATTLIST category xmlns CDATA "http://www.tei-c.org/ns/1.0">
1389 2 mingarao
<!ATTLIST category
1390 2 mingarao
 %att.global.attributes; >
1391 2 mingarao
<!--doc: (saut de colonne) Dans un système de référence normalisé, marque dans un texte la frontière entre une colonne et la suivante. -->
1392 2 mingarao
    <!ELEMENT cb EMPTY>
1393 2 mingarao
<!ATTLIST cb xmlns CDATA "http://www.tei-c.org/ns/1.0">
1394 2 mingarao
<!ATTLIST cb
1395 2 mingarao
 %att.global.attributes;
1396 2 mingarao
 %att.typed.attributes;
1397 2 mingarao
 %att.sourced.attributes; >
1398 2 mingarao
<!--doc: (changement) résume une modification ou une correction apportée à une
1399 2 mingarao
    version particulière d’un texte électronique partagé entre plusieurs chercheurs. -->
1400 2 mingarao
    <!ELEMENT change ( #PCDATA |
1401 2 mingarao
 %model.limitedPhrase; |
1402 2 mingarao
 %model.inter; |
1403 2 mingarao
 %model.global;)*>
1404 2 mingarao
<!ATTLIST change xmlns CDATA "http://www.tei-c.org/ns/1.0">
1405 2 mingarao
<!ATTLIST change
1406 2 mingarao
 %att.global.attributes;
1407 2 mingarao
 %att.ascribed.attributes;
1408 2 mingarao
 %att.datable.attributes; >
1409 2 mingarao
<!--doc: (choix) regroupe un certain nombre de balisages alternatifs possibles
1410 2 mingarao
        pour un même endroit  dans un texte. -->
1411 2 mingarao
    <!ELEMENT choice (%model.choicePart; |
1412 2 mingarao
 choice)*>
1413 2 mingarao
<!ATTLIST choice xmlns CDATA "http://www.tei-c.org/ns/1.0">
1414 2 mingarao
<!ATTLIST choice
1415 2 mingarao
 %att.global.attributes; >
1416 2 mingarao
<!--doc: (citation) citation provenant d'un autre document comprenant la
1417 2 mingarao
    référence bibliographique de sa source. Dans un dictionnaire il peut contenir un exemple avec au
1418 2 mingarao
    moins une occurrence du mot employé dans l’acception qui est décrite, ou une traduction du
1419 2 mingarao
    mot-clé, ou un exemple. -->
1420 2 mingarao
    <!ELEMENT cit (%model.qLike; |
1421 2 mingarao
 %model.biblLike; |
1422 2 mingarao
 %model.ptrLike; |
1423 2 mingarao
 %model.global; |
1424 2 mingarao
 %model.entryPart;)+>
1425 2 mingarao
<!ATTLIST cit xmlns CDATA "http://www.tei-c.org/ns/1.0">
1426 2 mingarao
<!ATTLIST cit
1427 2 mingarao
 %att.global.attributes;
1428 2 mingarao
 %att.typed.attributes; >
1429 2 mingarao
<!--doc: (code de classification) contient le code de classification attribué à ce texte en
1430 2 mingarao
    référence à un système standard de classification. -->
1431 2 mingarao
    <!ELEMENT classCode %macro.phraseSeq.limited;>
1432 2 mingarao
<!ATTLIST classCode xmlns CDATA "http://www.tei-c.org/ns/1.0">
1433 2 mingarao
<!ATTLIST classCode
1434 2 mingarao
 %att.global.attributes;
1435 2 mingarao
scheme CDATA #REQUIRED >
1436 2 mingarao
<!--doc: (déclaration de classification) contient une ou plusieurs taxinomies définissant les codes de classification utilisés n’importe où dans le texte. -->
1437 2 mingarao
    <!ELEMENT classDecl (taxonomy)+>
1438 2 mingarao
<!ATTLIST classDecl xmlns CDATA "http://www.tei-c.org/ns/1.0">
1439 2 mingarao
<!ATTLIST classDecl
1440 2 mingarao
 %att.global.attributes; >
1441 2 mingarao
<!--doc: (formule finale) regroupe une formule de politesse, une indication d'une
1442 2 mingarao
    date et d'autres expressions semblables figurant comme expression à la fin d’une division, en
1443 2 mingarao
    particulier à la fin d’une lettre. -->
1444 2 mingarao
    <!ELEMENT closer ( #PCDATA |
1445 2 mingarao
 _DUMMY_model.gLike |
1446 2 mingarao
 signed |
1447 2 mingarao
 dateline |
1448 2 mingarao
 salute |
1449 2 mingarao
 %model.phrase; |
1450 2 mingarao
 %model.global;)*>
1451 2 mingarao
<!ATTLIST closer xmlns CDATA "http://www.tei-c.org/ns/1.0">
1452 2 mingarao
<!ATTLIST closer
1453 2 mingarao
 %att.global.attributes; >
1454 2 mingarao
<!--doc: (collocation) contient une collocation de l'entrée. -->
1455 2 mingarao
    <!ELEMENT colloc %macro.paraContent;>
1456 2 mingarao
<!ATTLIST colloc xmlns CDATA "http://www.tei-c.org/ns/1.0">
1457 2 mingarao
<!ATTLIST colloc
1458 2 mingarao
 %att.global.attributes;
1459 2 mingarao
 %att.lexicographic.attributes;
1460 2 mingarao
 %att.typed.attributes; >
1461 2 mingarao
<!--doc:(correction) correctioncontient la forme correcte d'un passage
1462 2 mingarao
    qui, apparemment  est erroné dans la copie du texte. -->
1463 2 mingarao
    <!ELEMENT corr %macro.paraContent;>
1464 2 mingarao
<!ATTLIST corr xmlns CDATA "http://www.tei-c.org/ns/1.0">
1465 2 mingarao
<!ATTLIST corr
1466 2 mingarao
 %att.global.attributes;
1467 2 mingarao
 %att.editLike.attributes;
1468 2 mingarao
 %att.typed.attributes; >
1469 2 mingarao
<!--doc: (règles de correction) établit comment et dans quelles circonstances des
1470 2 mingarao
    corrections ont été apportées au texte. -->
1471 2 mingarao
    <!ELEMENT correction (%model.pLike;)+>
1472 2 mingarao
<!ATTLIST correction xmlns CDATA "http://www.tei-c.org/ns/1.0">
1473 2 mingarao
<!ATTLIST correction
1474 2 mingarao
 %att.global.attributes;
1475 2 mingarao
 %att.declarable.attributes;
1476 2 mingarao
status (high|
1477 2 mingarao
medium|
1478 2 mingarao
low|
1479 2 mingarao
unknown) "unknown"
1480 2 mingarao
method (silent|
1481 2 mingarao
markup) "silent"  >
1482 2 mingarao
<!--doc: (création) contient des informations concernant la création d’un
1483 2 mingarao
    texte. -->
1484 2 mingarao
    <!ELEMENT creation %macro.phraseSeq.limited;>
1485 2 mingarao
<!ATTLIST creation xmlns CDATA "http://www.tei-c.org/ns/1.0">
1486 2 mingarao
<!ATTLIST creation
1487 2 mingarao
 %att.global.attributes; >
1488 2 mingarao
<!--doc: (date) contient une date exprimée dans n'importe quel format. -->
1489 2 mingarao
    <!ELEMENT date ( #PCDATA |
1490 2 mingarao
 _DUMMY_model.gLike |
1491 2 mingarao
 %model.phrase; |
1492 2 mingarao
 %model.global;)*>
1493 2 mingarao
<!ATTLIST date xmlns CDATA "http://www.tei-c.org/ns/1.0">
1494 2 mingarao
<!ATTLIST date
1495 2 mingarao
 %att.global.attributes;
1496 2 mingarao
 %att.datable.attributes;
1497 2 mingarao
 %att.editLike.attributes;
1498 2 mingarao
 %att.typed.attributes;
1499 2 mingarao
calendar NMTOKEN  #IMPLIED >
1500 2 mingarao
<!--doc: (mention de date) contient une brève description des lieux, date, heure,
1501 2 mingarao
    etc. concernant la production d’une lettre, d’un article de journal ou d’un autre texte qui,
1502 2 mingarao
    placée au début ou à la fin, lui est associée comme en-tête ou annonce de fin. -->
1503 2 mingarao
    <!ELEMENT dateline %macro.phraseSeq;>
1504 2 mingarao
<!ATTLIST dateline xmlns CDATA "http://www.tei-c.org/ns/1.0">
1505 2 mingarao
<!ATTLIST dateline
1506 2 mingarao
 %att.global.attributes; >
1507 2 mingarao
<!--doc: (définition) contient le texte de la définition dans une entrée de
1508 2 mingarao
    dictionnaire -->
1509 2 mingarao
    <!ELEMENT def %macro.paraContent;>
1510 2 mingarao
<!ATTLIST def xmlns CDATA "http://www.tei-c.org/ns/1.0">
1511 2 mingarao
<!ATTLIST def
1512 2 mingarao
 %att.global.attributes;
1513 2 mingarao
 %att.lexicographic.attributes; >
1514 2 mingarao
<!--doc: (suppression) contient une lettre, un mot ou un passage supprimé,
1515 2 mingarao
    marqué comme supprimé, sinon indiqué comme superflu ou erroné dans le texte par un auteur, un
1516 2 mingarao
    copiste, un annotateur ou un correcteur. -->
1517 2 mingarao
    <!ELEMENT del %macro.paraContent;>
1518 2 mingarao
<!ATTLIST del xmlns CDATA "http://www.tei-c.org/ns/1.0">
1519 2 mingarao
<!ATTLIST del
1520 2 mingarao
 %att.global.attributes;
1521 2 mingarao
 %att.transcriptional.attributes;
1522 2 mingarao
 %att.typed.attributes; >
1523 2 mingarao
<!--doc: (description) contient une courte description de l'objet documenté par
1524 2 mingarao
    son élément parent, qui comprend son utilisation prévue, son but, ou son application là où c'est
1525 2 mingarao
    approprié. -->
1526 2 mingarao
    <!ELEMENT desc %macro.limitedContent;>
1527 2 mingarao
<!ATTLIST desc xmlns CDATA "http://www.tei-c.org/ns/1.0">
1528 2 mingarao
<!ATTLIST desc
1529 2 mingarao
 %att.global.attributes;
1530 2 mingarao
 %att.translatable.attributes; >
1531 2 mingarao
<!--doc: (bloc d'informations) contient la partie d'une entrée de dictionnaire
1532 2 mingarao
			dans laquelle d'autres éléments de niveau "expression" sont librement associés. -->
1533 2 mingarao
    <!ELEMENT dictScrap ( #PCDATA |
1534 2 mingarao
 _DUMMY_model.gLike |
1535 2 mingarao
 %model.entryPart; |
1536 2 mingarao
 %model.phrase; |
1537 2 mingarao
 %model.inter; |
1538 2 mingarao
 %model.global;)*>
1539 2 mingarao
<!ATTLIST dictScrap xmlns CDATA "http://www.tei-c.org/ns/1.0">
1540 2 mingarao
<!ATTLIST dictScrap
1541 2 mingarao
 %att.global.attributes; >
1542 2 mingarao
<!--doc:identifie tout mot ou toute expression en la  considérérant comme
1543 2 mingarao
        linguistiquement spécifique, par exemple comme étant archaïque, technique, dialectale,
1544 2 mingarao
        inusitée, ou comme appartenant à une langue spécifique. -->
1545 2 mingarao
    <!ELEMENT distinct %macro.phraseSeq;>
1546 2 mingarao
<!ATTLIST distinct xmlns CDATA "http://www.tei-c.org/ns/1.0">
1547 2 mingarao
<!ATTLIST distinct
1548 2 mingarao
 %att.global.attributes;
1549 2 mingarao
type NMTOKEN  #IMPLIED
1550 2 mingarao
time CDATA #IMPLIED
1551 2 mingarao
space CDATA #IMPLIED
1552 2 mingarao
social CDATA #IMPLIED >
1553 2 mingarao
<!--doc: (Diffuseur) donne le nom d’une personne ou d’un organisme responsable de la diffusion d’un texte. -->
1554 2 mingarao
    <!ELEMENT distributor %macro.phraseSeq;>
1555 2 mingarao
<!ATTLIST distributor xmlns CDATA "http://www.tei-c.org/ns/1.0">
1556 2 mingarao
<!ATTLIST distributor
1557 2 mingarao
 %att.global.attributes; >
1558 2 mingarao
<!--doc: (division du texte) contient une subdivision dans le texte préliminaire, dans le
1559 2 mingarao
    corps d’un texte ou dans le texte postliminaire. -->
1560 2 mingarao
    <!ELEMENT div ((%model.divTop; |
1561 2 mingarao
 %model.global;)*,((((%model.divLike; |
1562 2 mingarao
 %model.divGenLike;),(%model.global;)*)+ |
1563 2 mingarao
 (((%model.common;),(%model.global;)*)+,((%model.divLike; |
1564 2 mingarao
 %model.divGenLike;),(%model.global;)*)*)),((%model.divBottom;),(%model.global;)*)*)?)>
1565 2 mingarao
<!ATTLIST div xmlns CDATA "http://www.tei-c.org/ns/1.0">
1566 2 mingarao
<!ATTLIST div
1567 2 mingarao
 %att.global.attributes;
1568 2 mingarao
 %att.divLike.attributes;
1569 2 mingarao
 %att.typed.attributes;
1570 2 mingarao
 %att.declaring.attributes; >
1571 2 mingarao
<!--doc: (division du texte de niveau 1) contient une subdivision de premier niveau dans
1572 2 mingarao
    le texte préliminaire, dans le corps d’un texte ou dans le texte postliminaire.  -->
1573 2 mingarao
    <!ELEMENT div1 ((%model.divTop; |
1574 2 mingarao
 %model.global;)*,((((%model.div2Like; |
1575 2 mingarao
 %model.divGenLike;),(%model.global;)*)+ |
1576 2 mingarao
 (((%model.common;),(%model.global;)*)+,((%model.div2Like; |
1577 2 mingarao
 %model.divGenLike;),(%model.global;)*)*)),((%model.divBottom;),(%model.global;)*)*)?)>
1578 2 mingarao
<!ATTLIST div1 xmlns CDATA "http://www.tei-c.org/ns/1.0">
1579 2 mingarao
<!ATTLIST div1
1580 2 mingarao
 %att.global.attributes;
1581 2 mingarao
 %att.divLike.attributes;
1582 2 mingarao
 %att.typed.attributes;
1583 2 mingarao
 %att.declaring.attributes; >
1584 2 mingarao
<!--doc: (division du texte de niveau 2) contient une subdivision de deuxième niveau dans
1585 2 mingarao
   le texte prélimaire, dans le corps d’un texte ou dans le texte postliminaire.  -->
1586 2 mingarao
    <!ELEMENT div2 ((%model.divTop; |
1587 2 mingarao
 %model.global;)*,((((%model.div3Like; |
1588 2 mingarao
 %model.divGenLike;),(%model.global;)*)+ |
1589 2 mingarao
 (((%model.common;),(%model.global;)*)+,((%model.div3Like; |
1590 2 mingarao
 %model.divGenLike;),(%model.global;)*)*)),((%model.divBottom;),(%model.global;)*)*)?)>
1591 2 mingarao
<!ATTLIST div2 xmlns CDATA "http://www.tei-c.org/ns/1.0">
1592 2 mingarao
<!ATTLIST div2
1593 2 mingarao
 %att.global.attributes;
1594 2 mingarao
 %att.divLike.attributes;
1595 2 mingarao
 %att.typed.attributes;
1596 2 mingarao
 %att.declaring.attributes; >
1597 2 mingarao
<!--doc: (division du texte de niveau 3) contient une subdivision de troisième niveau dans
1598 2 mingarao
  le texte préliminaire, dans le corps d’un texte ou dans le texte postliminaire.  -->
1599 2 mingarao
    <!ELEMENT div3 ((%model.divTop; |
1600 2 mingarao
 %model.global;)*,((((%model.div4Like; |
1601 2 mingarao
 %model.divGenLike;),(%model.global;)*)+ |
1602 2 mingarao
 (((%model.common;),(%model.global;)*)+,((%model.div4Like; |
1603 2 mingarao
 %model.divGenLike;),(%model.global;)*)*)),((%model.divBottom;),(%model.global;)*)*)?)>
1604 2 mingarao
<!ATTLIST div3 xmlns CDATA "http://www.tei-c.org/ns/1.0">
1605 2 mingarao
<!ATTLIST div3
1606 2 mingarao
 %att.global.attributes;
1607 2 mingarao
 %att.divLike.attributes;
1608 2 mingarao
 %att.typed.attributes;
1609 2 mingarao
 %att.declaring.attributes; >
1610 2 mingarao
<!--doc: ( division du texte de niveau 4)  contient une subdivision de quatrième niveau dans
1611 2 mingarao
  le texte préliminaire, dans le corps d’un texte ou dans le texte postliminaire.  -->
1612 2 mingarao
    <!ELEMENT div4 ((%model.divTop; |
1613 2 mingarao
 %model.global;)*,((((%model.div5Like; |
1614 2 mingarao
 %model.divGenLike;),(%model.global;)*)+ |
1615 2 mingarao
 (((%model.common;),(%model.global;)*)+,((%model.div5Like; |
1616 2 mingarao
 %model.divGenLike;),(%model.global;)*)*)),((%model.divBottom;),(%model.global;)*)*)?)>
1617 2 mingarao
<!ATTLIST div4 xmlns CDATA "http://www.tei-c.org/ns/1.0">
1618 2 mingarao
<!ATTLIST div4
1619 2 mingarao
 %att.global.attributes;
1620 2 mingarao
 %att.divLike.attributes;
1621 2 mingarao
 %att.typed.attributes;
1622 2 mingarao
 %att.declaring.attributes; >
1623 2 mingarao
<!--doc: ( division du texte de niveau 5)  contient une subdivision de cinquième niveau dans le
1624 2 mingarao
    texte préliminaire, dans le corps d’un texte ou dans le texte postliminaire.  -->
1625 2 mingarao
    <!ELEMENT div5 ((%model.divTop; |
1626 2 mingarao
 %model.global;)*,((((%model.div6Like; |
1627 2 mingarao
 %model.divGenLike;),(%model.global;)*)+ |
1628 2 mingarao
 (((%model.common;),(%model.global;)*)+,((%model.div6Like; |
1629 2 mingarao
 %model.divGenLike;),(%model.global;)*)*)),((%model.divBottom;),(%model.global;)*)*)?)>
1630 2 mingarao
<!ATTLIST div5 xmlns CDATA "http://www.tei-c.org/ns/1.0">
1631 2 mingarao
<!ATTLIST div5
1632 2 mingarao
 %att.global.attributes;
1633 2 mingarao
 %att.divLike.attributes;
1634 2 mingarao
 %att.typed.attributes;
1635 2 mingarao
 %att.declaring.attributes; >
1636 2 mingarao
<!--doc: ( division du texte de niveau 6)  contient une subdivision de sixième niveau dans le texte
1637 2 mingarao
    préliminaire, dans le corps d’un texte ou dans le texte postliminaire.  -->
1638 2 mingarao
    <!ELEMENT div6 ((%model.divTop; |
1639 2 mingarao
 %model.global;)*,((((%model.div7Like; |
1640 2 mingarao
 %model.divGenLike;),(%model.global;)*)+ |
1641 2 mingarao
 (((%model.common;),(%model.global;)*)+,((%model.div7Like; |
1642 2 mingarao
 %model.divGenLike;),(%model.global;)*)*)),((%model.divBottom;),(%model.global;)*)*)?)>
1643 2 mingarao
<!ATTLIST div6 xmlns CDATA "http://www.tei-c.org/ns/1.0">
1644 2 mingarao
<!ATTLIST div6
1645 2 mingarao
 %att.global.attributes;
1646 2 mingarao
 %att.divLike.attributes;
1647 2 mingarao
 %att.typed.attributes;
1648 2 mingarao
 %att.declaring.attributes; >
1649 2 mingarao
<!--doc: ( division du texte de niveau 7) contient la plus petite subdivision possible dans le
1650 2 mingarao
    texte préliminaire, dans le corps d’un texte ou dans le texte postliminaire, plus grande
1651 2 mingarao
    néanmoins qu’un paragraphe. -->
1652 2 mingarao
    <!ELEMENT div7 ((%model.divTop; |
1653 2 mingarao
 %model.global;)*,(((%model.common;),(%model.global;)*)+,((%model.divBottom;),(%model.global;)*)*)?)>
1654 2 mingarao
<!ATTLIST div7 xmlns CDATA "http://www.tei-c.org/ns/1.0">
1655 2 mingarao
<!ATTLIST div7
1656 2 mingarao
 %att.global.attributes;
1657 2 mingarao
 %att.divLike.attributes;
1658 2 mingarao
 %att.typed.attributes;
1659 2 mingarao
 %att.declaring.attributes; >
1660 2 mingarao
<!--doc: (division de texte générée automatiquement.) indique l'emplacement où doit apparaître une
1661 2 mingarao
        division du texte générée automatiquement par une application de traitement de
1662 2 mingarao
        texte. -->
1663 2 mingarao
    <!ELEMENT divGen (%model.headLike;)*>
1664 2 mingarao
<!ATTLIST divGen xmlns CDATA "http://www.tei-c.org/ns/1.0">
1665 2 mingarao
<!ATTLIST divGen
1666 2 mingarao
 %att.global.attributes;
1667 2 mingarao
type NMTOKEN  #IMPLIED >
1668 2 mingarao
<!--doc: (auteur du document) contient le nom de l’auteur du document tel qu’il
1669 2 mingarao
            est donné sur la page de titre (ce nom est le plus souvent contenu dans une mention de
1670 2 mingarao
           responsabilité) . -->
1671 2 mingarao
    <!ELEMENT docAuthor %macro.phraseSeq;>
1672 2 mingarao
<!ATTLIST docAuthor xmlns CDATA "http://www.tei-c.org/ns/1.0">
1673 2 mingarao
<!ATTLIST docAuthor
1674 2 mingarao
 %att.global.attributes;
1675 2 mingarao
 %att.canonical.attributes; >
1676 2 mingarao
<!--doc: (date du document) contient la date d’un document telle qu’elle est
1677 2 mingarao
            (généralement ) donnée sur une page de titre.  -->
1678 2 mingarao
    <!ELEMENT docDate %macro.phraseSeq;>
1679 2 mingarao
<!ATTLIST docDate xmlns CDATA "http://www.tei-c.org/ns/1.0">
1680 2 mingarao
<!ATTLIST docDate
1681 2 mingarao
 %att.global.attributes;
1682 2 mingarao
when CDATA #IMPLIED >
1683 2 mingarao
<!--doc: (édition du document) contient une mention d’édition telle qu’elle
1684 2 mingarao
            figure sur la page de titre d’un document. -->
1685 2 mingarao
    <!ELEMENT docEdition %macro.paraContent;>
1686 2 mingarao
<!ATTLIST docEdition xmlns CDATA "http://www.tei-c.org/ns/1.0">
1687 2 mingarao
<!ATTLIST docEdition
1688 2 mingarao
 %att.global.attributes; >
1689 2 mingarao
<!--doc: (mention d'impression) contient la mention d'impression
1690 2 mingarao
            de l'éditeur (lieu et date de publication, nom de l’éditeur), telle qu’elle est
1691 2 mingarao
            généralement donnée au bas de la page de titre. -->
1692 2 mingarao
    <!ELEMENT docImprint ( #PCDATA |
1693 2 mingarao
 _DUMMY_model.gLike |
1694 2 mingarao
 %model.phrase; |
1695 2 mingarao
 pubPlace |
1696 2 mingarao
 docDate |
1697 2 mingarao
 publisher |
1698 2 mingarao
 %model.global;)*>
1699 2 mingarao
<!ATTLIST docImprint xmlns CDATA "http://www.tei-c.org/ns/1.0">
1700 2 mingarao
<!ATTLIST docImprint
1701 2 mingarao
 %att.global.attributes; >
1702 2 mingarao
<!--doc: (titre du document) contient le titre d’un document, incluant la
1703 2 mingarao
            totalité de ses composants tels qu’ils sont donnés sur la page de titre. -->
1704 2 mingarao
    <!ELEMENT docTitle ((%model.global;)*,(titlePart,(%model.global;)*)+)>
1705 2 mingarao
<!ATTLIST docTitle xmlns CDATA "http://www.tei-c.org/ns/1.0">
1706 2 mingarao
<!ATTLIST docTitle
1707 2 mingarao
 %att.global.attributes;
1708 2 mingarao
 %att.canonical.attributes; >
1709 2 mingarao
<!--doc: (édition) décrit les particularités de l’édition d’un texte. -->
1710 2 mingarao
    <!ELEMENT edition %macro.phraseSeq;>
1711 2 mingarao
<!ATTLIST edition xmlns CDATA "http://www.tei-c.org/ns/1.0">
1712 2 mingarao
<!ATTLIST edition
1713 2 mingarao
 %att.global.attributes; >
1714 2 mingarao
<!--doc: (mention d'édition) regroupe les informations relatives à l’édition d’un texte. -->
1715 2 mingarao
    <!ELEMENT editionStmt ((%model.pLike;)+ |
1716 2 mingarao
 (edition,respStmt*))>
1717 2 mingarao
<!ATTLIST editionStmt xmlns CDATA "http://www.tei-c.org/ns/1.0">
1718 2 mingarao
<!ATTLIST editionStmt
1719 2 mingarao
 %att.global.attributes; >
1720 2 mingarao
<!--doc:mention de responsabilité secondaire pour un item
1721 2 mingarao
    bibliographique, par exemple le nom d'une personne, d'une institution ou d'un organisme (ou de
1722 2 mingarao
    plusieurs d'entre eux) comme éditeur scientifique, compilateur, traducteur, etc. -->
1723 2 mingarao
    <!ELEMENT editor %macro.phraseSeq;>
1724 2 mingarao
<!ATTLIST editor xmlns CDATA "http://www.tei-c.org/ns/1.0">
1725 2 mingarao
<!ATTLIST editor
1726 2 mingarao
 %att.global.attributes;
1727 2 mingarao
role NMTOKEN  "editor"  >
1728 2 mingarao
<!--doc: (déclaration des pratiques éditoriales) donne des précisions sur les pratiques et  les principes éditoriaux appliqués au cours de l’encodage du texte. -->
1729 2 mingarao
    <!ELEMENT editorialDecl (%model.pLike; |
1730 2 mingarao
 %model.editorialDeclPart;)+>
1731 2 mingarao
<!ATTLIST editorialDecl xmlns CDATA "http://www.tei-c.org/ns/1.0">
1732 2 mingarao
<!ATTLIST editorialDecl
1733 2 mingarao
 %att.global.attributes;
1734 2 mingarao
 %att.declarable.attributes; >
1735 2 mingarao
<!--doc: (adresse de courrier électronique) contient l'adresse de courriel identifiant un
1736 2 mingarao
        emplacement où un courriel peut être envoyé. -->
1737 2 mingarao
    <!ELEMENT email %macro.phraseSeq;>
1738 2 mingarao
<!ATTLIST email xmlns CDATA "http://www.tei-c.org/ns/1.0">
1739 2 mingarao
<!ATTLIST email
1740 2 mingarao
 %att.global.attributes; >
1741 2 mingarao
<!--doc: (mis en valeur) marque des mots ou des expressions qui sont
1742 2 mingarao
        accentuées ou mises en valeur pour un motif  linguistique ou rhétorique. -->
1743 2 mingarao
    <!ELEMENT emph %macro.paraContent;>
1744 2 mingarao
<!ATTLIST emph xmlns CDATA "http://www.tei-c.org/ns/1.0">
1745 2 mingarao
<!ATTLIST emph
1746 2 mingarao
 %att.global.attributes; >
1747 2 mingarao
<!--doc: (description de l'encodage) documente la relation d'un texte électronique avec sa ou ses sources. -->
1748 2 mingarao
    <!ELEMENT encodingDesc (%model.encodingDescPart; |
1749 2 mingarao
 %model.pLike;)+>
1750 2 mingarao
<!ATTLIST encodingDesc xmlns CDATA "http://www.tei-c.org/ns/1.0">
1751 2 mingarao
<!ATTLIST encodingDesc
1752 2 mingarao
 %att.global.attributes; >
1753 2 mingarao
<!--doc: (entrée) contient une entrée structurée de dictionnaire. -->
1754 2 mingarao
    <!ELEMENT entry (hom |
1755 2 mingarao
 sense |
1756 2 mingarao
 %model.entryPart.top; |
1757 2 mingarao
 %model.global;)+>
1758 2 mingarao
<!ATTLIST entry xmlns CDATA "http://www.tei-c.org/ns/1.0">
1759 2 mingarao
<!ATTLIST entry
1760 2 mingarao
 %att.global.attributes;
1761 2 mingarao
 %att.entryLike.attributes; >
1762 2 mingarao
<!--doc: (entrée libre) contient une entrée de dictionnaire qui ne se
1763 2 mingarao
			conforme pas nécessairement aux contraintes imposées par l’élément
1764 2 mingarao
		entry. -->
1765 2 mingarao
    <!ELEMENT entryFree ( #PCDATA |
1766 2 mingarao
 _DUMMY_model.gLike |
1767 2 mingarao
 %model.entryPart; |
1768 2 mingarao
 %model.phrase; |
1769 2 mingarao
 %model.inter; |
1770 2 mingarao
 %model.global;)*>
1771 2 mingarao
<!ATTLIST entryFree xmlns CDATA "http://www.tei-c.org/ns/1.0">
1772 2 mingarao
<!ATTLIST entryFree
1773 2 mingarao
 %att.global.attributes;
1774 2 mingarao
 %att.entryLike.attributes;
1775 2 mingarao
 %att.lexicographic.attributes; >
1776 2 mingarao
<!--doc:contient une citation, anonyme ou attribuée et qui apparaît au
1777 2 mingarao
    début d’une section ou d’un chapitre ou sur une page de titre. -->
1778 2 mingarao
    <!ELEMENT epigraph (%model.common; |
1779 2 mingarao
 %model.global;)*>
1780 2 mingarao
<!ATTLIST epigraph xmlns CDATA "http://www.tei-c.org/ns/1.0">
1781 2 mingarao
<!ATTLIST epigraph
1782 2 mingarao
 %att.global.attributes; >
1783 2 mingarao
<!--doc: (étymologie) contient les informations sur l'étymologie de l'entrée -->
1784 2 mingarao
    <!ELEMENT etym ( #PCDATA |
1785 2 mingarao
 _DUMMY_model.gLike |
1786 2 mingarao
 %model.phrase; |
1787 2 mingarao
 %model.inter; |
1788 2 mingarao
 usg |
1789 2 mingarao
 lbl |
1790 2 mingarao
 def |
1791 2 mingarao
 %model.morphLike; |
1792 2 mingarao
 xr |
1793 2 mingarao
 %model.global;)*>
1794 2 mingarao
<!ATTLIST etym xmlns CDATA "http://www.tei-c.org/ns/1.0">
1795 2 mingarao
<!ATTLIST etym
1796 2 mingarao
 %att.global.attributes;
1797 2 mingarao
 %att.lexicographic.attributes; >
1798 2 mingarao
<!--doc: (expansion) contient l'expansion d'une abréviation. -->
1799 2 mingarao
    <!ELEMENT expan %macro.phraseSeq;>
1800 2 mingarao
<!ATTLIST expan xmlns CDATA "http://www.tei-c.org/ns/1.0">
1801 2 mingarao
<!ATTLIST expan
1802 2 mingarao
 %att.global.attributes;
1803 2 mingarao
 %att.editLike.attributes; >
1804 2 mingarao
<!--doc: (étendue)  décrit la taille approximative d’un texte stocké sur son
1805 2 mingarao
    support, numérique ou non-numérique, exprimé dans une unité quelconque appropriée. -->
1806 2 mingarao
    <!ELEMENT extent %macro.phraseSeq;>
1807 2 mingarao
<!ATTLIST extent xmlns CDATA "http://www.tei-c.org/ns/1.0">
1808 2 mingarao
<!ATTLIST extent
1809 2 mingarao
 %att.global.attributes; >
1810 2 mingarao
<!--doc: (description bibliographique du fichier.) contient une description bibliographique complète du
1811 2 mingarao
    fichier électronique. -->
1812 2 mingarao
    <!ELEMENT fileDesc ((titleStmt,editionStmt?,extent?,publicationStmt,seriesStmt?,notesStmt?),sourceDesc+)>
1813 2 mingarao
<!ATTLIST fileDesc xmlns CDATA "http://www.tei-c.org/ns/1.0">
1814 2 mingarao
<!ATTLIST fileDesc
1815 2 mingarao
 %att.global.attributes; >
1816 2 mingarao
<!--doc: (texte mobile) contient un texte quelconque, homogène ou composite, qui
1817 2 mingarao
    interrompt le texte le contenant à n’importe quel endroit et après lequel le texte environnant
1818 2 mingarao
    reprend. -->
1819 2 mingarao
    <!ELEMENT floatingText ((%model.global;)*,(front,(%model.global;)*)?,(body |
1820 2 mingarao
 group),(%model.global;)*,(back,(%model.global;)*)?)>
1821 2 mingarao
<!ATTLIST floatingText xmlns CDATA "http://www.tei-c.org/ns/1.0">
1822 2 mingarao
<!ATTLIST floatingText
1823 2 mingarao
 %att.global.attributes;
1824 2 mingarao
 %att.declaring.attributes;
1825 2 mingarao
 %att.typed.attributes; >
1826 2 mingarao
<!--doc: (étranger) reconnaît un mot ou une expression comme
1827 2 mingarao
                appartenant à une langue différente de celle du contexte.  -->
1828 2 mingarao
    <!ELEMENT foreign %macro.phraseSeq;>
1829 2 mingarao
<!ATTLIST foreign xmlns CDATA "http://www.tei-c.org/ns/1.0">
1830 2 mingarao
<!ATTLIST foreign
1831 2 mingarao
 %att.global.attributes; >
1832 2 mingarao
<!--doc: (groupe d'informations sur une forme dans une entrée) regroupe toutes les informations relatives à la
1833 2 mingarao
    morphologie et à la prononciation d'une entrée -->
1834 2 mingarao
    <!ELEMENT form ( #PCDATA |
1835 2 mingarao
 _DUMMY_model.gLike |
1836 2 mingarao
 %model.phrase; |
1837 2 mingarao
 %model.inter; |
1838 2 mingarao
 %model.formPart; |
1839 2 mingarao
 %model.global;)*>
1840 2 mingarao
<!ATTLIST form xmlns CDATA "http://www.tei-c.org/ns/1.0">
1841 2 mingarao
<!ATTLIST form
1842 2 mingarao
 %att.global.attributes;
1843 2 mingarao
 %att.lexicographic.attributes;
1844 2 mingarao
type NMTOKEN  #IMPLIED >
1845 2 mingarao
<!--doc: (texte préliminaire) contient tout ce qui est au début du document,
1846 2 mingarao
            avant le corps du texte : en-têtes, page de titre, préfaces, dédicaces, etc. -->
1847 2 mingarao
    <!ELEMENT front ((%model.frontPart; |
1848 2 mingarao
 %model.pLike.front; |
1849 2 mingarao
 %model.global;)*,(((%model.div1Like;),(%model.frontPart; |
1850 2 mingarao
 %model.div1Like; |
1851 2 mingarao
 %model.global;)*) |
1852 2 mingarao
 ((%model.divLike;),(%model.frontPart; |
1853 2 mingarao
 %model.divLike; |
1854 2 mingarao
 %model.global;)*))?,((%model.divBottomPart;),(%model.divBottomPart; |
1855 2 mingarao
 %model.global;)*)?)>
1856 2 mingarao
<!ATTLIST front xmlns CDATA "http://www.tei-c.org/ns/1.0">
1857 2 mingarao
<!ATTLIST front
1858 2 mingarao
 %att.global.attributes;
1859 2 mingarao
 %att.declaring.attributes; >
1860 2 mingarao
<!--doc: (financeur) désigne le nom d’une personne ou d’un organisme
1861 2 mingarao
    responsable du financement d’un projet ou d’un texte. -->
1862 2 mingarao
    <!ELEMENT funder %macro.phraseSeq.limited;>
1863 2 mingarao
<!ATTLIST funder xmlns CDATA "http://www.tei-c.org/ns/1.0">
1864 2 mingarao
<!ATTLIST funder
1865 2 mingarao
 %att.global.attributes; >
1866 2 mingarao
<!--doc: (omission) indique une omission dans une transcription, soit pour
1867 2 mingarao
    des raisons éditoriales décrites dans l'en-tête TEI au cours d’un échantillonnage, soit parce
1868 2 mingarao
    que le matériau est illisible ou inaudible. -->
1869 2 mingarao
    <!ELEMENT gap (%model.glossLike;)*>
1870 2 mingarao
<!ATTLIST gap xmlns CDATA "http://www.tei-c.org/ns/1.0">
1871 2 mingarao
<!ATTLIST gap
1872 2 mingarao
 %att.global.attributes;
1873 2 mingarao
 %att.editLike.attributes;
1874 2 mingarao
reason CDATA  #IMPLIED
1875 2 mingarao
hand CDATA #IMPLIED
1876 2 mingarao
agent NMTOKEN  #IMPLIED >
1877 2 mingarao
<!--doc: (genre) identifie le genre morphologique d'un élément
1878 2 mingarao
			lexical, tel qu'il est donné par le dictionnaire. -->
1879 2 mingarao
    <!ELEMENT gen %macro.paraContent;>
1880 2 mingarao
<!ATTLIST gen xmlns CDATA "http://www.tei-c.org/ns/1.0">
1881 2 mingarao
<!ATTLIST gen
1882 2 mingarao
 %att.global.attributes;
1883 2 mingarao
 %att.lexicographic.attributes; >
1884 2 mingarao
<!--doc: (déclaration de coordonnées géographiques.) documente la notation et les données utilisées pour
1885 2 mingarao
    exprimer les coordonnées géographiques dans l'élément geo ailleurs dans le document. -->
1886 2 mingarao
    <!ELEMENT geoDecl %macro.phraseSeq;>
1887 2 mingarao
<!ATTLIST geoDecl xmlns CDATA "http://www.tei-c.org/ns/1.0">
1888 2 mingarao
<!ATTLIST geoDecl
1889 2 mingarao
 %att.global.attributes;
1890 2 mingarao
 %att.declarable.attributes;
1891 2 mingarao
datum NMTOKEN  "WGS84"  >
1892 2 mingarao
<!--doc: (glose) identifie une expression ou un mot utilisé pour fournir
1893 2 mingarao
    une glose ou une définition à quelque autre mot ou expression. -->
1894 2 mingarao
    <!ELEMENT gloss %macro.phraseSeq;>
1895 2 mingarao
<!ATTLIST gloss xmlns CDATA "http://www.tei-c.org/ns/1.0">
1896 2 mingarao
<!ATTLIST gloss
1897 2 mingarao
 %att.global.attributes;
1898 2 mingarao
 %att.declaring.attributes;
1899 2 mingarao
 %att.translatable.attributes;
1900 2 mingarao
 %att.typed.attributes;
1901 2 mingarao
target CDATA #IMPLIED
1902 2 mingarao
cRef CDATA #IMPLIED >
1903 2 mingarao
<!--doc: (information grammaticale )  contient de l'information grammaticale relative à un
1904 2 mingarao
    terme, un mot ou une forme dans une entrée de dictionnaire ou dans un fichier de données
1905 2 mingarao
    terminologiques. -->
1906 2 mingarao
    <!ELEMENT gram %macro.paraContent;>
1907 2 mingarao
<!ATTLIST gram xmlns CDATA "http://www.tei-c.org/ns/1.0">
1908 2 mingarao
<!ATTLIST gram
1909 2 mingarao
 %att.global.attributes;
1910 2 mingarao
 %att.lexicographic.attributes;
1911 2 mingarao
type NMTOKEN  #IMPLIED >
1912 2 mingarao
<!--doc: (groupe d'informations grammaticales) regroupe des informations morphosyntaxiques sur
1913 2 mingarao
			un item lexical, par exemple Partie du discours pos, Genre gen, Nombre
1914 2 mingarao
				number, Cas case, ou Classe flexionnelle iType. -->
1915 2 mingarao
    <!ELEMENT gramGrp ( #PCDATA |
1916 2 mingarao
 _DUMMY_model.gLike |
1917 2 mingarao
 %model.phrase; |
1918 2 mingarao
 %model.inter; |
1919 2 mingarao
 %model.gramPart; |
1920 2 mingarao
 %model.global;)*>
1921 2 mingarao
<!ATTLIST gramGrp xmlns CDATA "http://www.tei-c.org/ns/1.0">
1922 2 mingarao
<!ATTLIST gramGrp
1923 2 mingarao
 %att.global.attributes;
1924 2 mingarao
 %att.lexicographic.attributes; >
1925 2 mingarao
<!--doc:indique l'emplacement d'une image, d'une illustration ou
1926 2 mingarao
    d'un schéma intégrés. -->
1927 2 mingarao
    <!ELEMENT graphic EMPTY>
1928 2 mingarao
<!ATTLIST graphic xmlns CDATA "http://www.tei-c.org/ns/1.0">
1929 2 mingarao
<!ATTLIST graphic
1930 2 mingarao
 %att.global.attributes;
1931 2 mingarao
 %att.internetMedia.attributes;
1932 2 mingarao
 %att.declaring.attributes;
1933 2 mingarao
width CDATA #IMPLIED
1934 2 mingarao
height CDATA #IMPLIED
1935 2 mingarao
scale CDATA #IMPLIED
1936 2 mingarao
url CDATA #IMPLIED >
1937 2 mingarao
<!--doc: (groupe) contient le corps d’un texte composite qui regroupe une
1938 2 mingarao
    suite de textes distincts (ou des groupes de textes de ce type), considérés comme formant une
1939 2 mingarao
    unité dans un but quelconque, par exemple pour présenter les œuvres complètes d’un auteur, une
1940 2 mingarao
    suite d’essais en prose, etc. -->
1941 2 mingarao
    <!ELEMENT group ((%model.divTop; |
1942 2 mingarao
 %model.global;)*,((text |
1943 2 mingarao
 group),(text |
1944 2 mingarao
 group |
1945 2 mingarao
 %model.global;)*),(%model.divBottom;)*)>
1946 2 mingarao
<!ATTLIST group xmlns CDATA "http://www.tei-c.org/ns/1.0">
1947 2 mingarao
<!ATTLIST group
1948 2 mingarao
 %att.global.attributes;
1949 2 mingarao
 %att.declaring.attributes; >
1950 2 mingarao
<!--doc: (note sur une main) décrit un style d'écriture ou une main qui sont reconnus
1951 2 mingarao
    dans un manuscrit. -->
1952 2 mingarao
    <!ELEMENT handNote %macro.specialPara;>
1953 2 mingarao
<!ATTLIST handNote xmlns CDATA "http://www.tei-c.org/ns/1.0">
1954 2 mingarao
<!ATTLIST handNote
1955 2 mingarao
 %att.global.attributes;
1956 2 mingarao
 %att.handFeatures.attributes; >
1957 2 mingarao
<!--doc: (en-tête) contient tout type d'en-tête, par exemple le titre d'une
1958 2 mingarao
    section, ou l'intitulé d'une liste, d'un glossaire, d'une description de manuscrit, etc. -->
1959 2 mingarao
    <!ELEMENT head %macro.paraContent;>
1960 2 mingarao
<!ATTLIST head xmlns CDATA "http://www.tei-c.org/ns/1.0">
1961 2 mingarao
<!ATTLIST head
1962 2 mingarao
 %att.global.attributes;
1963 2 mingarao
 %att.typed.attributes; >
1964 2 mingarao
<!--doc: (intitulé d'une liste d'items ) contient l'intitulé pour la colonne d'items ou de
1965 2 mingarao
        gloses dans un glossaire ou  dans une liste  semblablement structurée. -->
1966 2 mingarao
    <!ELEMENT headItem %macro.phraseSeq;>
1967 2 mingarao
<!ATTLIST headItem xmlns CDATA "http://www.tei-c.org/ns/1.0">
1968 2 mingarao
<!ATTLIST headItem
1969 2 mingarao
 %att.global.attributes; >
1970 2 mingarao
<!--doc: (intitulé d'une liste d'étiquettes) contient l'intitulé pour la colonne d'étiquettes ou de
1971 2 mingarao
        termes dans un glossaire ou dans une liste structurée de la même manière.  -->
1972 2 mingarao
    <!ELEMENT headLabel %macro.phraseSeq;>
1973 2 mingarao
<!ATTLIST headLabel xmlns CDATA "http://www.tei-c.org/ns/1.0">
1974 2 mingarao
<!ATTLIST headLabel
1975 2 mingarao
 %att.global.attributes; >
1976 2 mingarao
<!--doc: (mis en évidence) distingue un mot ou une expression comme
1977 2 mingarao
        graphiquement distincte du texte environnant, sans en donner la raison.  -->
1978 2 mingarao
    <!ELEMENT hi %macro.paraContent;>
1979 2 mingarao
<!ATTLIST hi xmlns CDATA "http://www.tei-c.org/ns/1.0">
1980 2 mingarao
<!ATTLIST hi
1981 2 mingarao
 %att.global.attributes; >
1982 2 mingarao
<!--doc: (homographe) regroupe les informations relatives à un
1983 2 mingarao
			homographe dans une entrée. -->
1984 2 mingarao
    <!ELEMENT hom (sense |
1985 2 mingarao
 %model.entryPart.top; |
1986 2 mingarao
 %model.global;)*>
1987 2 mingarao
<!ATTLIST hom xmlns CDATA "http://www.tei-c.org/ns/1.0">
1988 2 mingarao
<!ATTLIST hom
1989 2 mingarao
 %att.global.attributes;
1990 2 mingarao
 %att.lexicographic.attributes; >
1991 2 mingarao
<!--doc: (syllabation) contient une entrée de dictionnaire comportant des
1992 2 mingarao
    marques de césure sous forme de traits d'union ou sous d'autres formes.  -->
1993 2 mingarao
    <!ELEMENT hyph %macro.paraContent;>
1994 2 mingarao
<!ATTLIST hyph xmlns CDATA "http://www.tei-c.org/ns/1.0">
1995 2 mingarao
<!ATTLIST hyph
1996 2 mingarao
 %att.global.attributes;
1997 2 mingarao
 %att.lexicographic.attributes; >
1998 2 mingarao
<!--doc: (césurage) résume la façon dont les traits d'union sécants de fin de
1999 2 mingarao
    ligne d’un texte source ont été traités dans sa version encodée. -->
2000 2 mingarao
    <!ELEMENT hyphenation (%model.pLike;)+>
2001 2 mingarao
<!ATTLIST hyphenation xmlns CDATA "http://www.tei-c.org/ns/1.0">
2002 2 mingarao
<!ATTLIST hyphenation
2003 2 mingarao
 %att.global.attributes;
2004 2 mingarao
 %att.declarable.attributes;
2005 2 mingarao
eol (all|
2006 2 mingarao
some|
2007 2 mingarao
hard|
2008 2 mingarao
none) "some"  >
2009 2 mingarao
<!--doc: (classe flexionnelle) indique la classe flexionnelle à laquelle appartient un
2010 2 mingarao
    item lexical.  -->
2011 2 mingarao
    <!ELEMENT iType %macro.paraContent;>
2012 2 mingarao
<!ATTLIST iType xmlns CDATA "http://www.tei-c.org/ns/1.0">
2013 2 mingarao
<!ATTLIST iType
2014 2 mingarao
 %att.global.attributes;
2015 2 mingarao
 %att.lexicographic.attributes;
2016 2 mingarao
type NMTOKEN  #IMPLIED >
2017 2 mingarao
<!--doc: (Numéro d'identification) donne un numéro normalisé ou non qui peut être utilisé
2018 2 mingarao
    pour identifier une référence bibliographique. -->
2019 2 mingarao
    <!ELEMENT idno  (#PCDATA)>
2020 2 mingarao
<!ATTLIST idno xmlns CDATA "http://www.tei-c.org/ns/1.0">
2021 2 mingarao
<!ATTLIST idno
2022 2 mingarao
 %att.global.attributes;
2023 2 mingarao
type NMTOKEN  #IMPLIED >
2024 2 mingarao
<!--doc:contient une mention formalisée autorisant la publication
2025 2 mingarao
    d’un ouvrage, parfois exigée sur une page de titre ou à son verso. -->
2026 2 mingarao
    <!ELEMENT imprimatur %macro.paraContent;>
2027 2 mingarao
<!ATTLIST imprimatur xmlns CDATA "http://www.tei-c.org/ns/1.0">
2028 2 mingarao
<!ATTLIST imprimatur
2029 2 mingarao
 %att.global.attributes; >
2030 2 mingarao
<!--doc:regroupe des informations relatives à la
2031 2 mingarao
        publication ou à la distribution d'un élément bibliographique. -->
2032 2 mingarao
    <!ELEMENT imprint (((%model.imprintPart;) |
2033 2 mingarao
 (%model.dateLike;)),(%model.global;)*)+>
2034 2 mingarao
<!ATTLIST imprint xmlns CDATA "http://www.tei-c.org/ns/1.0">
2035 2 mingarao
<!ATTLIST imprint
2036 2 mingarao
 %att.global.attributes; >
2037 2 mingarao
<!--doc: (entrée d'index) marque un emplacement à indexer dans un but quelconque -->
2038 2 mingarao
    <!ELEMENT index (term,index?)*>
2039 2 mingarao
<!ATTLIST index xmlns CDATA "http://www.tei-c.org/ns/1.0">
2040 2 mingarao
<!ATTLIST index
2041 2 mingarao
 %att.global.attributes;
2042 2 mingarao
 %att.spanning.attributes;
2043 2 mingarao
indexName NMTOKEN  #IMPLIED >
2044 2 mingarao
<!--doc: (Interprétation) décrit le champ d’application de toute information
2045 2 mingarao
    analytique ou interprétative ajoutée à la transcription du texte. -->
2046 2 mingarao
    <!ELEMENT interpretation (%model.pLike;)+>
2047 2 mingarao
<!ATTLIST interpretation xmlns CDATA "http://www.tei-c.org/ns/1.0">
2048 2 mingarao
<!ATTLIST interpretation
2049 2 mingarao
 %att.global.attributes;
2050 2 mingarao
 %att.declarable.attributes; >
2051 2 mingarao
<!--doc:contient un composant d'une liste. -->
2052 2 mingarao
    <!ELEMENT item %macro.specialPara;>
2053 2 mingarao
<!ATTLIST item xmlns CDATA "http://www.tei-c.org/ns/1.0">
2054 2 mingarao
<!ATTLIST item
2055 2 mingarao
 %att.global.attributes; >
2056 2 mingarao
<!--doc: (jointure) identifie un segment de texte, qui peut être fragmenté, en pointant vers les éléments éventuellement dispersés qui le composent. -->
2057 2 mingarao
    <!ELEMENT join (%model.glossLike;)*>
2058 2 mingarao
<!ATTLIST join xmlns CDATA "http://www.tei-c.org/ns/1.0">
2059 2 mingarao
<!ATTLIST join
2060 2 mingarao
 %att.global.attributes;
2061 2 mingarao
 %att.pointing.attributes;
2062 2 mingarao
targets CDATA  #REQUIRED
2063 2 mingarao
result NMTOKEN  #IMPLIED
2064 2 mingarao
scope (root|
2065 2 mingarao
branches) "root"  >
2066 2 mingarao
<!--doc: (groupe de jointures) regroupe une collection d'éléments join ainsi que, éventuellement, des pointeurs. -->
2067 2 mingarao
    <!ELEMENT joinGrp ((%model.glossLike;)*,(join |
2068 2 mingarao
 ptr)+)>
2069 2 mingarao
<!ATTLIST joinGrp xmlns CDATA "http://www.tei-c.org/ns/1.0">
2070 2 mingarao
<!ATTLIST joinGrp
2071 2 mingarao
 %att.global.attributes;
2072 2 mingarao
 %att.pointing.group.attributes;
2073 2 mingarao
result NMTOKEN  #IMPLIED >
2074 2 mingarao
<!--doc: (mot-clé) contient une liste de mots-clés ou d’expressions
2075 2 mingarao
    décrivant la nature ou le sujet d’un texte. -->
2076 2 mingarao
    <!ELEMENT keywords (term+ |
2077 2 mingarao
 list)>
2078 2 mingarao
<!ATTLIST keywords xmlns CDATA "http://www.tei-c.org/ns/1.0">
2079 2 mingarao
<!ATTLIST keywords
2080 2 mingarao
 %att.global.attributes;
2081 2 mingarao
scheme CDATA #REQUIRED >
2082 2 mingarao
<!--doc: (vers) contient un seul vers, éventuellement incomplet. -->
2083 2 mingarao
    <!ELEMENT l %macro.paraContent;>
2084 2 mingarao
<!ATTLIST l xmlns CDATA "http://www.tei-c.org/ns/1.0">
2085 2 mingarao
<!ATTLIST l
2086 2 mingarao
 %att.global.attributes;
2087 2 mingarao
part (Y|
2088 2 mingarao
N|
2089 2 mingarao
I|
2090 2 mingarao
M|
2091 2 mingarao
F) "N"  >
2092 2 mingarao
<!--doc: (étiquette) contient l'étiquette attachée à un item dans une liste ;
2093 2 mingarao
    dans les glossaires marque le terme qui est défini. -->
2094 2 mingarao
    <!ELEMENT label %macro.phraseSeq;>
2095 2 mingarao
<!ATTLIST label xmlns CDATA "http://www.tei-c.org/ns/1.0">
2096 2 mingarao
<!ATTLIST label
2097 2 mingarao
 %att.global.attributes; >
2098 2 mingarao
<!--doc: (nom de la langue)  nom de la langue mentionnée des informations de nature
2099 2 mingarao
    linguistique (étymologique ou autre) -->
2100 2 mingarao
    <!ELEMENT lang %macro.paraContent;>
2101 2 mingarao
<!ATTLIST lang xmlns CDATA "http://www.tei-c.org/ns/1.0">
2102 2 mingarao
<!ATTLIST lang
2103 2 mingarao
 %att.global.attributes;
2104 2 mingarao
 %att.lexicographic.attributes; >
2105 2 mingarao
<!--doc: (langue utilisée)  décrit les langues, variétés de
2106 2 mingarao
langues, registres, dialectes, etc. présents à l’intérieur d’un texte. -->
2107 2 mingarao
    <!ELEMENT langUsage (language)+>
2108 2 mingarao
<!ATTLIST langUsage xmlns CDATA "http://www.tei-c.org/ns/1.0">
2109 2 mingarao
<!ATTLIST langUsage
2110 2 mingarao
 %att.global.attributes;
2111 2 mingarao
 %att.declarable.attributes; >
2112 2 mingarao
<!--doc: (langue) caractérise une langue ou une variété de langue utilisée
2113 2 mingarao
    dans un texte. -->
2114 2 mingarao
    <!ELEMENT language %macro.phraseSeq.limited;>
2115 2 mingarao
<!ATTLIST language xmlns CDATA "http://www.tei-c.org/ns/1.0">
2116 2 mingarao
<!ATTLIST language
2117 2 mingarao
 %att.global.attributes;
2118 2 mingarao
ident CDATA #REQUIRED
2119 2 mingarao
usage CDATA #IMPLIED >
2120 2 mingarao
<!--doc: (saut de ligne) marque le début d'une nouvelle ligne (typographique) dans
2121 2 mingarao
    une édition ou dans une version d'un texte. -->
2122 2 mingarao
    <!ELEMENT lb EMPTY>
2123 2 mingarao
<!ATTLIST lb xmlns CDATA "http://www.tei-c.org/ns/1.0">
2124 2 mingarao
<!ATTLIST lb
2125 2 mingarao
 %att.global.attributes;
2126 2 mingarao
 %att.typed.attributes;
2127 2 mingarao
 %att.sourced.attributes; >
2128 2 mingarao
<!--doc: (étiquette) étiquette pour la forme d’un mot, pour un exemple, pour
2129 2 mingarao
    une traduction, ou pour tout autre type d’information, par exemple "abréviation pour",
2130 2 mingarao
    "contraction de", "littéralement", "approximativement", "synonymes", etc. -->
2131 2 mingarao
    <!ELEMENT lbl %macro.paraContent;>
2132 2 mingarao
<!ATTLIST lbl xmlns CDATA "http://www.tei-c.org/ns/1.0">
2133 2 mingarao
<!ATTLIST lbl
2134 2 mingarao
 %att.global.attributes;
2135 2 mingarao
 %att.lexicographic.attributes;
2136 2 mingarao
type NMTOKEN  #IMPLIED >
2137 2 mingarao
<!--doc: (groupe de vers) contient un groupe de vers fonctionnant comme une unité
2138 2 mingarao
        formelle, par exemple une strophe, un refrain, un paragraphe en vers, etc. -->
2139 2 mingarao
    <!ELEMENT lg ((%model.divTop; |
2140 2 mingarao
 %model.global;)*,(%model.lLike; |
2141 2 mingarao
 lg),(%model.lLike; |
2142 2 mingarao
 lg |
2143 2 mingarao
 %model.global;)*,((%model.divBottom;),(%model.global;)*)*)>
2144 2 mingarao
<!ATTLIST lg xmlns CDATA "http://www.tei-c.org/ns/1.0">
2145 2 mingarao
<!ATTLIST lg
2146 2 mingarao
 %att.global.attributes;
2147 2 mingarao
 %att.divLike.attributes;
2148 2 mingarao
 %att.typed.attributes;
2149 2 mingarao
 %att.declaring.attributes; >
2150 2 mingarao
<!--doc: ( lien) définit une association ou un lien hypertextuel entre des éléments ou des passages, lien dont le type ne peut être spécifié précisément par d'autres éléments. -->
2151 2 mingarao
    <!ELEMENT link EMPTY>
2152 2 mingarao
<!ATTLIST link xmlns CDATA "http://www.tei-c.org/ns/1.0">
2153 2 mingarao
<!ATTLIST link
2154 2 mingarao
 %att.global.attributes;
2155 2 mingarao
 %att.pointing.attributes;
2156 2 mingarao
targets CDATA  #REQUIRED >
2157 2 mingarao
<!--doc: (groupe de liens) définit un ensemble d'associations ou de liens hypertextuels. -->
2158 2 mingarao
    <!ELEMENT linkGrp (link |
2159 2 mingarao
 ptr)+>
2160 2 mingarao
<!ATTLIST linkGrp xmlns CDATA "http://www.tei-c.org/ns/1.0">
2161 2 mingarao
<!ATTLIST linkGrp
2162 2 mingarao
 %att.global.attributes;
2163 2 mingarao
 %att.pointing.group.attributes; >
2164 2 mingarao
<!--doc: (liste) contient une suite d'items ordonnés dans une liste. -->
2165 2 mingarao
    <!ELEMENT list (((%model.divTop;) |
2166 2 mingarao
 (%model.global;))*,((item,(%model.global;)*)+ |
2167 2 mingarao
 (headLabel?,headItem?,(label,(%model.global;)*,item,(%model.global;)*)+)),((%model.divBottom;),(%model.global;)*)*)>
2168 2 mingarao
<!ATTLIST list xmlns CDATA "http://www.tei-c.org/ns/1.0">
2169 2 mingarao
<!ATTLIST list
2170 2 mingarao
 %att.global.attributes;
2171 2 mingarao
type NMTOKEN  "simple"  >
2172 2 mingarao
<!--doc: (liste de références bibliographiques) contient une liste de références
2173 2 mingarao
        bibliographiques de toute nature. -->
2174 2 mingarao
    <!ELEMENT listBibl ((%model.headLike;)*,(%model.biblLike; |
2175 2 mingarao
 %model.milestoneLike; |
2176 2 mingarao
 listBibl)+)>
2177 2 mingarao
<!ATTLIST listBibl xmlns CDATA "http://www.tei-c.org/ns/1.0">
2178 2 mingarao
<!ATTLIST listBibl
2179 2 mingarao
 %att.global.attributes;
2180 2 mingarao
 %att.declarable.attributes;
2181 2 mingarao
 %att.typed.attributes; >
2182 2 mingarao
<!--doc: (mesure) contient un mot ou une expression faisant référence à
2183 2 mingarao
        la quantité d'un objet ou d'un produit, comprenant en général un nombre, une unité et le nom
2184 2 mingarao
        d'un produit. -->
2185 2 mingarao
    <!ELEMENT measure %macro.phraseSeq;>
2186 2 mingarao
<!ATTLIST measure xmlns CDATA "http://www.tei-c.org/ns/1.0">
2187 2 mingarao
<!ATTLIST measure
2188 2 mingarao
 %att.global.attributes;
2189 2 mingarao
 %att.measurement.attributes;
2190 2 mingarao
type NMTOKEN  #IMPLIED >
2191 2 mingarao
<!--doc: (groupe de mesures) contient un groupe de spécifications des dimensions qui
2192 2 mingarao
    concernent un même objet, par exemple la hauteur et la largeur d'une page d'un manuscrit. -->
2193 2 mingarao
    <!ELEMENT measureGrp ( #PCDATA |
2194 2 mingarao
 _DUMMY_model.gLike |
2195 2 mingarao
 %model.measureLike;)*>
2196 2 mingarao
<!ATTLIST measureGrp xmlns CDATA "http://www.tei-c.org/ns/1.0">
2197 2 mingarao
<!ATTLIST measureGrp
2198 2 mingarao
 %att.global.attributes;
2199 2 mingarao
 %att.measurement.attributes;
2200 2 mingarao
 %att.typed.attributes; >
2201 2 mingarao
<!--doc:contient le titre descriptif formalisé d’une réunion ou
2202 2 mingarao
    d’une conférence, employé dans une description bibliographique pour un article provenant d'une
2203 2 mingarao
    telle réunion, ou comme le titre ou le préambule aux publications qui en émanent.  -->
2204 2 mingarao
    <!ELEMENT meeting %macro.limitedContent;>
2205 2 mingarao
<!ATTLIST meeting xmlns CDATA "http://www.tei-c.org/ns/1.0">
2206 2 mingarao
<!ATTLIST meeting
2207 2 mingarao
 %att.global.attributes; >
2208 2 mingarao
<!--doc:marque des mots ou des expressions mentionnées mais non
2209 2 mingarao
        employées -->
2210 2 mingarao
    <!ELEMENT mentioned %macro.phraseSeq;>
2211 2 mingarao
<!ATTLIST mentioned xmlns CDATA "http://www.tei-c.org/ns/1.0">
2212 2 mingarao
<!ATTLIST mentioned
2213 2 mingarao
 %att.global.attributes; >
2214 2 mingarao
<!--doc: (balise de bornage) marque un point séparant n'importe quelle section d'un
2215 2 mingarao
    texte qui indique, habituellement mais pas nécessairement, un endroit à partir duquel une
2216 2 mingarao
    certaine partie d'un système standard de référence change et que ce changement n'est pas
2217 2 mingarao
    représenté par un élément structurel. -->
2218 2 mingarao
    <!ELEMENT milestone EMPTY>
2219 2 mingarao
<!ATTLIST milestone xmlns CDATA "http://www.tei-c.org/ns/1.0">
2220 2 mingarao
<!ATTLIST milestone
2221 2 mingarao
 %att.global.attributes;
2222 2 mingarao
 %att.typed.attributes;
2223 2 mingarao
 %att.sourced.attributes;
2224 2 mingarao
unit NMTOKEN  #REQUIRED >
2225 2 mingarao
<!--doc: (niveau monographique) contient des données bibliographiques décrivant un objet
2226 2 mingarao
    (par exemple une monographie ou une revue) publié comme un élément indépendant (i.e.
2227 2 mingarao
    matériellement séparé. -->
2228 2 mingarao
    <!ELEMENT monogr ((((author |
2229 2 mingarao
 editor |
2230 2 mingarao
 respStmt),(author |
2231 2 mingarao
 editor |
2232 2 mingarao
 respStmt)*,title+,(idno |
2233 2 mingarao
 editor |
2234 2 mingarao
 respStmt)*) |
2235 2 mingarao
 (title+,(idno |
2236 2 mingarao
 author |
2237 2 mingarao
 editor |
2238 2 mingarao
 respStmt)*))?,(%model.noteLike; |
2239 2 mingarao
 meeting)*,(edition,(idno |
2240 2 mingarao
 editor |
2241 2 mingarao
 respStmt)*)*,imprint,(imprint |
2242 2 mingarao
 extent |
2243 2 mingarao
 biblScope)*)>
2244 2 mingarao
<!ATTLIST monogr xmlns CDATA "http://www.tei-c.org/ns/1.0">
2245 2 mingarao
<!ATTLIST monogr
2246 2 mingarao
 %att.global.attributes; >
2247 2 mingarao
<!--doc: (mode) contient des informations sur le mode grammatical
2248 2 mingarao
			des verbes (par exemple l’indicatif, le subjonctif, l’impératif) -->
2249 2 mingarao
    <!ELEMENT mood %macro.paraContent;>
2250 2 mingarao
<!ATTLIST mood xmlns CDATA "http://www.tei-c.org/ns/1.0">
2251 2 mingarao
<!ATTLIST mood
2252 2 mingarao
 %att.global.attributes;
2253 2 mingarao
 %att.lexicographic.attributes; >
2254 2 mingarao
<!--doc: (nom, nom propre) contient un nom propre ou un syntagme nominal -->
2255 2 mingarao
    <!ELEMENT name %macro.phraseSeq;>
2256 2 mingarao
<!ATTLIST name xmlns CDATA "http://www.tei-c.org/ns/1.0">
2257 2 mingarao
<!ATTLIST name
2258 2 mingarao
 %att.global.attributes;
2259 2 mingarao
 %att.naming.attributes;
2260 2 mingarao
 %att.typed.attributes; >
2261 2 mingarao
<!--doc: (espace de noms) fournit le nom formel de l'espace de noms auquel
2262 2 mingarao
    appartiennent les éléments documentés par ses éléments fils.  -->
2263 2 mingarao
    <!ELEMENT namespace (tagUsage)+>
2264 2 mingarao
<!ATTLIST namespace xmlns CDATA "http://www.tei-c.org/ns/1.0">
2265 2 mingarao
<!ATTLIST namespace
2266 2 mingarao
 %att.global.attributes;
2267 2 mingarao
name CDATA #REQUIRED >
2268 2 mingarao
<!--doc: (normalisation)  indique l'extension de la normalisation ou de la
2269 2 mingarao
    régularisation effectuée sur le texte source dans sa conversion vers sa forme électronique.  -->
2270 2 mingarao
    <!ELEMENT normalization (%model.pLike;)+>
2271 2 mingarao
<!ATTLIST normalization xmlns CDATA "http://www.tei-c.org/ns/1.0">
2272 2 mingarao
<!ATTLIST normalization
2273 2 mingarao
 %att.global.attributes;
2274 2 mingarao
 %att.declarable.attributes;
2275 2 mingarao
source CDATA #IMPLIED
2276 2 mingarao
method (silent|
2277 2 mingarao
markup) "silent"  >
2278 2 mingarao
<!--doc:contient une note ou une annotation -->
2279 2 mingarao
    <!ELEMENT note %macro.specialPara;>
2280 2 mingarao
<!ATTLIST note xmlns CDATA "http://www.tei-c.org/ns/1.0">
2281 2 mingarao
<!ATTLIST note
2282 2 mingarao
 %att.global.attributes;
2283 2 mingarao
 %att.placement.attributes;
2284 2 mingarao
 %att.responsibility.attributes;
2285 2 mingarao
type NMTOKEN  #IMPLIED
2286 2 mingarao
anchored CDATA "true"
2287 2 mingarao
target CDATA  #IMPLIED
2288 2 mingarao
targetEnd CDATA  #IMPLIED >
2289 2 mingarao
<!--doc: (mention de notes) rassemble toutes les notes fournissant des informations
2290 2 mingarao
    sur un texte, en plus des informations mentionnées dans d'autres parties de la description
2291 2 mingarao
    bibliographique. -->
2292 2 mingarao
    <!ELEMENT notesStmt (%model.noteLike;)+>
2293 2 mingarao
<!ATTLIST notesStmt xmlns CDATA "http://www.tei-c.org/ns/1.0">
2294 2 mingarao
<!ATTLIST notesStmt
2295 2 mingarao
 %att.global.attributes; >
2296 2 mingarao
<!--doc: (numéro) contient un numéro écrit sous une forme quelconque. -->
2297 2 mingarao
    <!ELEMENT num %macro.phraseSeq;>
2298 2 mingarao
<!ATTLIST num xmlns CDATA "http://www.tei-c.org/ns/1.0">
2299 2 mingarao
<!ATTLIST num
2300 2 mingarao
 %att.global.attributes;
2301 2 mingarao
 %att.ranging.attributes;
2302 2 mingarao
type NMTOKEN  #IMPLIED
2303 2 mingarao
value CDATA #IMPLIED >
2304 2 mingarao
<!--doc: (nombre)  indique le nombre grammatical associé à une forme, telle
2305 2 mingarao
    qu'elle est donnée par le dictionnaire.  -->
2306 2 mingarao
    <!ELEMENT number %macro.paraContent;>
2307 2 mingarao
<!ATTLIST number xmlns CDATA "http://www.tei-c.org/ns/1.0">
2308 2 mingarao
<!ATTLIST number
2309 2 mingarao
 %att.global.attributes;
2310 2 mingarao
 %att.lexicographic.attributes; >
2311 2 mingarao
<!--doc: (référence à la forme orthographique) dans un exemple de dictionnaire, indique une référence à
2312 2 mingarao
    la/aux forme(s) orthographique(s) du mot-vedette. -->
2313 2 mingarao
    <!ELEMENT oRef EMPTY>
2314 2 mingarao
<!ATTLIST oRef xmlns CDATA "http://www.tei-c.org/ns/1.0">
2315 2 mingarao
<!ATTLIST oRef
2316 2 mingarao
 %att.global.attributes;
2317 2 mingarao
 %att.ptrLike.form.attributes;
2318 2 mingarao
 %att.lexicographic.attributes;
2319 2 mingarao
type NMTOKEN  #IMPLIED >
2320 2 mingarao
<!--doc: (référence de variante orthographique) dans un exemple de dictionnaire, indique une référence à
2321 2 mingarao
    une/des variante(s) orthographique(s) du mot-vedette. -->
2322 2 mingarao
    <!ELEMENT oVar ( #PCDATA |
2323 2 mingarao
 _DUMMY_model.gLike |
2324 2 mingarao
 oRef)*>
2325 2 mingarao
<!ATTLIST oVar xmlns CDATA "http://www.tei-c.org/ns/1.0">
2326 2 mingarao
<!ATTLIST oVar
2327 2 mingarao
 %att.global.attributes;
2328 2 mingarao
 %att.ptrLike.form.attributes;
2329 2 mingarao
 %att.lexicographic.attributes;
2330 2 mingarao
type NMTOKEN  #IMPLIED >
2331 2 mingarao
<!--doc: (formule de début) regroupe la date, la mention de responsabilité, la
2332 2 mingarao
    formule de politesse et d'autres expressions de ce type dans un groupe préliminaire au début
2333 2 mingarao
    d’une division, en particulier au commencement d’une lettre. -->
2334 2 mingarao
    <!ELEMENT opener ( #PCDATA |
2335 2 mingarao
 _DUMMY_model.gLike |
2336 2 mingarao
 %model.phrase; |
2337 2 mingarao
 argument |
2338 2 mingarao
 byline |
2339 2 mingarao
 dateline |
2340 2 mingarao
 epigraph |
2341 2 mingarao
 salute |
2342 2 mingarao
 signed |
2343 2 mingarao
 %model.global;)*>
2344 2 mingarao
<!ATTLIST opener xmlns CDATA "http://www.tei-c.org/ns/1.0">
2345 2 mingarao
<!ATTLIST opener
2346 2 mingarao
 %att.global.attributes; >
2347 2 mingarao
<!--doc: (forme originale) contient une leçon notée comme étant fidèle à
2348 2 mingarao
        l'original et non pas normalisée ou corrigée. -->
2349 2 mingarao
    <!ELEMENT orig %macro.paraContent;>
2350 2 mingarao
<!ATTLIST orig xmlns CDATA "http://www.tei-c.org/ns/1.0">
2351 2 mingarao
<!ATTLIST orig
2352 2 mingarao
 %att.global.attributes; >
2353 2 mingarao
<!--doc: (forme orthographique) donne l’orthographe d'un mot-vedette de dictionnaire -->
2354 2 mingarao
    <!ELEMENT orth %macro.paraContent;>
2355 2 mingarao
<!ATTLIST orth xmlns CDATA "http://www.tei-c.org/ns/1.0">
2356 2 mingarao
<!ATTLIST orth
2357 2 mingarao
 %att.global.attributes;
2358 2 mingarao
 %att.lexicographic.attributes;
2359 2 mingarao
type NMTOKEN  #IMPLIED
2360 2 mingarao
extent NMTOKEN  "full"  >
2361 2 mingarao
<!--doc: (paragraphe) marque les paragraphes dans un texte en prose. -->
2362 2 mingarao
    <!ELEMENT p %macro.paraContent;>
2363 2 mingarao
<!ATTLIST p xmlns CDATA "http://www.tei-c.org/ns/1.0">
2364 2 mingarao
<!ATTLIST p
2365 2 mingarao
 %att.global.attributes;
2366 2 mingarao
 %att.declaring.attributes; >
2367 2 mingarao
<!--doc: (référence à une prononciation) dans un exemple de dictionnaire, indique une référence à
2368 2 mingarao
    la/aux prononciation(s) du mot-vedette -->
2369 2 mingarao
    <!ELEMENT pRef EMPTY>
2370 2 mingarao
<!ATTLIST pRef xmlns CDATA "http://www.tei-c.org/ns/1.0">
2371 2 mingarao
<!ATTLIST pRef
2372 2 mingarao
 %att.global.attributes;
2373 2 mingarao
 %att.ptrLike.form.attributes;
2374 2 mingarao
 %att.lexicographic.attributes; >
2375 2 mingarao
<!--doc: (référence à une variante de prononciation) dans un exemple de dictionnaire, indique une référence à
2376 2 mingarao
    une ou des variante(s) de prononciation du mot-vedette. -->
2377 2 mingarao
    <!ELEMENT pVar ( #PCDATA |
2378 2 mingarao
 _DUMMY_model.gLike |
2379 2 mingarao
 pRef)*>
2380 2 mingarao
<!ATTLIST pVar xmlns CDATA "http://www.tei-c.org/ns/1.0">
2381 2 mingarao
<!ATTLIST pVar
2382 2 mingarao
 %att.global.attributes;
2383 2 mingarao
 %att.ptrLike.form.attributes;
2384 2 mingarao
 %att.lexicographic.attributes; >
2385 2 mingarao
<!--doc: (saut de page) marque la limite entre une page d'un texte et la page
2386 2 mingarao
    suivante dans un système de référence normalisé. -->
2387 2 mingarao
    <!ELEMENT pb EMPTY>
2388 2 mingarao
<!ATTLIST pb xmlns CDATA "http://www.tei-c.org/ns/1.0">
2389 2 mingarao
<!ATTLIST pb
2390 2 mingarao
 %att.global.attributes;
2391 2 mingarao
 %att.typed.attributes;
2392 2 mingarao
 %att.sourced.attributes; >
2393 2 mingarao
<!--doc: (personne) contient des indications sur la personne
2394 2 mingarao
			grammaticale (1re, 2e, 3e, etc.) liée à une forme fléchie donnée dans un
2395 2 mingarao
			dictionnaire. -->
2396 2 mingarao
    <!ELEMENT per %macro.paraContent;>
2397 2 mingarao
<!ATTLIST per xmlns CDATA "http://www.tei-c.org/ns/1.0">
2398 2 mingarao
<!ATTLIST per
2399 2 mingarao
 %att.global.attributes;
2400 2 mingarao
 %att.lexicographic.attributes; >
2401 2 mingarao
<!--doc: (partie du discours) indique la partie du discours attribuée à une
2402 2 mingarao
			entrée de dictionnaire telle que nom, verbe, adjectif. -->
2403 2 mingarao
    <!ELEMENT pos %macro.paraContent;>
2404 2 mingarao
<!ATTLIST pos xmlns CDATA "http://www.tei-c.org/ns/1.0">
2405 2 mingarao
<!ATTLIST pos
2406 2 mingarao
 %att.global.attributes;
2407 2 mingarao
 %att.lexicographic.attributes; >
2408 2 mingarao
<!--doc: (boîte postale) contient un numéro ou un autre identifiant d'un lieu de
2409 2 mingarao
    distribution du courrier autre qu'un nom de rue. -->
2410 2 mingarao
    <!ELEMENT postBox  (#PCDATA)>
2411 2 mingarao
<!ATTLIST postBox xmlns CDATA "http://www.tei-c.org/ns/1.0">
2412 2 mingarao
<!ATTLIST postBox
2413 2 mingarao
 %att.global.attributes; >
2414 2 mingarao
<!--doc: (code postal) contient un code numérique ou alphanumérique qui fait
2415 2 mingarao
        partie de l'adresse postale et sert à simplifier le tri ou la distribution du courrier. -->
2416 2 mingarao
    <!ELEMENT postCode  (#PCDATA)>
2417 2 mingarao
<!ATTLIST postCode xmlns CDATA "http://www.tei-c.org/ns/1.0">
2418 2 mingarao
<!ATTLIST postCode
2419 2 mingarao
 %att.global.attributes; >
2420 2 mingarao
<!--doc:contient un de post-scriptum,  par exemple au bas d' une
2421 2 mingarao
lettre. -->
2422 2 mingarao
    <!ELEMENT postscript ((%model.common;) |
2423 2 mingarao
 (%model.global;))*>
2424 2 mingarao
<!ATTLIST postscript xmlns CDATA "http://www.tei-c.org/ns/1.0">
2425 2 mingarao
<!ATTLIST postscript
2426 2 mingarao
 %att.global.attributes; >
2427 2 mingarao
<!--doc: (chercheur principal) donne le nom du chercheur  qui est principalement responsable de la création d’un texte électronique. -->
2428 2 mingarao
    <!ELEMENT principal %macro.phraseSeq.limited;>
2429 2 mingarao
<!ATTLIST principal xmlns CDATA "http://www.tei-c.org/ns/1.0">
2430 2 mingarao
<!ATTLIST principal
2431 2 mingarao
 %att.global.attributes; >
2432 2 mingarao
<!--doc: (description du profil)  fournit une description détaillée des aspects
2433 2 mingarao
    non-bibliographiques du texte, notamment les langues utilisées et leurs variantes, les
2434 2 mingarao
    circonstances de sa production, les collaborateurs et leur statut. -->
2435 2 mingarao
    <!ELEMENT profileDesc (creation?,(%model.profileDescPart;)*)>
2436 2 mingarao
<!ATTLIST profileDesc xmlns CDATA "http://www.tei-c.org/ns/1.0">
2437 2 mingarao
<!ATTLIST profileDesc
2438 2 mingarao
 %att.global.attributes; >
2439 2 mingarao
<!--doc: (description du projet)  décrit en détail le but ou l’objectif visé dans
2440 2 mingarao
    l’encodage d’un fichier électronique, ainsi que toute autre information pertinente sur la
2441 2 mingarao
    manière dont il a été construit ou recueilli. -->
2442 2 mingarao
    <!ELEMENT projectDesc (%model.pLike;)+>
2443 2 mingarao
<!ATTLIST projectDesc xmlns CDATA "http://www.tei-c.org/ns/1.0">
2444 2 mingarao
<!ATTLIST projectDesc
2445 2 mingarao
 %att.global.attributes;
2446 2 mingarao
 %att.declarable.attributes; >
2447 2 mingarao
<!--doc: (prononciation) contient la/les prononciation(s) du mot  -->
2448 2 mingarao
    <!ELEMENT pron %macro.paraContent;>
2449 2 mingarao
<!ATTLIST pron xmlns CDATA "http://www.tei-c.org/ns/1.0">
2450 2 mingarao
<!ATTLIST pron
2451 2 mingarao
 %att.global.attributes;
2452 2 mingarao
 %att.lexicographic.attributes;
2453 2 mingarao
extent NMTOKEN  "full"
2454 2 mingarao
notation NMTOKEN  #IMPLIED >
2455 2 mingarao
<!--doc: (pointeur) définit un pointeur vers un autre emplacement. -->
2456 2 mingarao
    <!ELEMENT ptr EMPTY>
2457 2 mingarao
<!ATTLIST ptr xmlns CDATA "http://www.tei-c.org/ns/1.0">
2458 2 mingarao
<!ATTLIST ptr
2459 2 mingarao
 %att.global.attributes;
2460 2 mingarao
 %att.pointing.attributes;
2461 2 mingarao
 %att.declaring.attributes;
2462 2 mingarao
target CDATA  #IMPLIED
2463 2 mingarao
cRef CDATA  #IMPLIED >
2464 2 mingarao
<!--doc: (lieu de publication) contient le nom du lieu de publication dans une référence
2465 2 mingarao
        bibliographique. -->
2466 2 mingarao
    <!ELEMENT pubPlace %macro.phraseSeq;>
2467 2 mingarao
<!ATTLIST pubPlace xmlns CDATA "http://www.tei-c.org/ns/1.0">
2468 2 mingarao
<!ATTLIST pubPlace
2469 2 mingarao
 %att.global.attributes;
2470 2 mingarao
 %att.naming.attributes; >
2471 2 mingarao
<!--doc: (mention de publication)  regroupe des informations concernant la publication ou
2472 2 mingarao
    la diffusion d’un texte électronique ou d’un autre type de texte. -->
2473 2 mingarao
    <!ELEMENT publicationStmt ((%model.pLike;)+ |
2474 2 mingarao
 (%model.publicationStmtPart;)+)>
2475 2 mingarao
<!ATTLIST publicationStmt xmlns CDATA "http://www.tei-c.org/ns/1.0">
2476 2 mingarao
<!ATTLIST publicationStmt
2477 2 mingarao
 %att.global.attributes; >
2478 2 mingarao
<!--doc: (éditeur) donne le nom de l'organisme responsable de la
2479 2 mingarao
        publication ou de la distribution d'un élément bibliographique. -->
2480 2 mingarao
    <!ELEMENT publisher %macro.phraseSeq;>
2481 2 mingarao
<!ATTLIST publisher xmlns CDATA "http://www.tei-c.org/ns/1.0">
2482 2 mingarao
<!ATTLIST publisher
2483 2 mingarao
 %att.global.attributes; >
2484 2 mingarao
<!--doc: (séparé du texte environnant par des guillemets) contient un fragment qui est marqué (visiblement) comme
2485 2 mingarao
    étant d’une manière ou d'une autre différent du texte environnant, pour diverses raisons telles
2486 2 mingarao
    que, par exemple, un discours direct ou une pensée, des termes techniques ou du jargon, une mise
2487 2 mingarao
    à distance par rapport à l’auteur, des citations empruntées et des passages qui sont mentionnés
2488 2 mingarao
    mais non employés.  -->
2489 2 mingarao
    <!ELEMENT q %macro.specialPara;>
2490 2 mingarao
<!ATTLIST q xmlns CDATA "http://www.tei-c.org/ns/1.0">
2491 2 mingarao
<!ATTLIST q
2492 2 mingarao
 %att.global.attributes;
2493 2 mingarao
 %att.ascribed.attributes;
2494 2 mingarao
type NMTOKEN  #IMPLIED >
2495 2 mingarao
<!--doc: (citation) décrit la pratique éditoriale adoptée par rapport aux
2496 2 mingarao
    guillements dans l’original. -->
2497 2 mingarao
    <!ELEMENT quotation (%model.pLike;)+>
2498 2 mingarao
<!ATTLIST quotation xmlns CDATA "http://www.tei-c.org/ns/1.0">
2499 2 mingarao
<!ATTLIST quotation
2500 2 mingarao
 %att.global.attributes;
2501 2 mingarao
 %att.declarable.attributes;
2502 2 mingarao
marks (none|
2503 2 mingarao
some|
2504 2 mingarao
all) "all"
2505 2 mingarao
form CDATA  "unknown"  >
2506 2 mingarao
<!--doc: (citation) contient une expression ou un passage que le
2507 2 mingarao
        narrateur ou l'auteur attribue à une origine extérieure au texte. -->
2508 2 mingarao
    <!ELEMENT quote %macro.specialPara;>
2509 2 mingarao
<!ATTLIST quote xmlns CDATA "http://www.tei-c.org/ns/1.0">
2510 2 mingarao
<!ATTLIST quote
2511 2 mingarao
 %att.global.attributes;
2512 2 mingarao
 %att.typed.attributes; >
2513 2 mingarao
<!--doc: (sous-entrée) contient une entrée relative à un item lexical lié au
2514 2 mingarao
    mot-vedette, tel qu'un composé ou un dérivé, inclus dans une entrée plus large. -->
2515 2 mingarao
    <!ELEMENT re ( #PCDATA |
2516 2 mingarao
 _DUMMY_model.gLike |
2517 2 mingarao
 sense |
2518 2 mingarao
 %model.entryPart.top; |
2519 2 mingarao
 %model.phrase; |
2520 2 mingarao
 %model.global;)*>
2521 2 mingarao
<!ATTLIST re xmlns CDATA "http://www.tei-c.org/ns/1.0">
2522 2 mingarao
<!ATTLIST re
2523 2 mingarao
 %att.global.attributes;
2524 2 mingarao
 %att.lexicographic.attributes;
2525 2 mingarao
 %att.typed.attributes; >
2526 2 mingarao
<!--doc: (référence) définit une référence vers un autre emplacement  que
2527 2 mingarao
   l' ajout d'un texte ou d'un commentaire modifie éventuellement.  -->
2528 2 mingarao
    <!ELEMENT ref %macro.paraContent;>
2529 2 mingarao
<!ATTLIST ref xmlns CDATA "http://www.tei-c.org/ns/1.0">
2530 2 mingarao
<!ATTLIST ref
2531 2 mingarao
 %att.global.attributes;
2532 2 mingarao
 %att.pointing.attributes;
2533 2 mingarao
 %att.declaring.attributes;
2534 2 mingarao
target CDATA  #IMPLIED
2535 2 mingarao
cRef CDATA  #IMPLIED >
2536 2 mingarao
<!--doc: (état de la référence) spécifie un composant d’une référence canonique définie
2537 2 mingarao
    par la méthode du bornage. -->
2538 2 mingarao
    <!ELEMENT refState EMPTY>
2539 2 mingarao
<!ATTLIST refState xmlns CDATA "http://www.tei-c.org/ns/1.0">
2540 2 mingarao
<!ATTLIST refState
2541 2 mingarao
 %att.global.attributes;
2542 2 mingarao
 %att.sourced.attributes;
2543 2 mingarao
unit NMTOKEN  #REQUIRED
2544 2 mingarao
length CDATA #IMPLIED
2545 2 mingarao
delim CDATA #IMPLIED >
2546 2 mingarao
<!--doc: (Déclaration du système de références) L’élément Déclaration du système de références refsDecl précise la manière dont les références canoniques ont construites pour ce texte. -->
2547 2 mingarao
    <!ELEMENT refsDecl ((%model.pLike;)+ |
2548 2 mingarao
 cRefPattern+ |
2549 2 mingarao
 refState+)>
2550 2 mingarao
<!ATTLIST refsDecl xmlns CDATA "http://www.tei-c.org/ns/1.0">
2551 2 mingarao
<!ATTLIST refsDecl
2552 2 mingarao
 %att.global.attributes;
2553 2 mingarao
 %att.declarable.attributes; >
2554 2 mingarao
<!--doc: (régularisation) contient une leçon qui a été régularisée ou normalisée
2555 2 mingarao
        de façon quelconque -->
2556 2 mingarao
    <!ELEMENT reg %macro.paraContent;>
2557 2 mingarao
<!ATTLIST reg xmlns CDATA "http://www.tei-c.org/ns/1.0">
2558 2 mingarao
<!ATTLIST reg
2559 2 mingarao
 %att.global.attributes;
2560 2 mingarao
 %att.editLike.attributes;
2561 2 mingarao
 %att.typed.attributes; >
2562 2 mingarao
<!--doc:contient ou se référe à un autre élément bibliographique
2563 2 mingarao
    ayant une relation quelconque avec l'objet décrit, par exemple comme faisant partie ou comme
2564 2 mingarao
    étant une version alternative de celui-ci. -->
2565 2 mingarao
    <!ELEMENT relatedItem (%model.biblLike; |
2566 2 mingarao
 %model.ptrLike;)>
2567 2 mingarao
<!ATTLIST relatedItem xmlns CDATA "http://www.tei-c.org/ns/1.0">
2568 2 mingarao
<!ATTLIST relatedItem
2569 2 mingarao
 %att.global.attributes;
2570 2 mingarao
 %att.typed.attributes;
2571 2 mingarao
target CDATA #IMPLIED >
2572 2 mingarao
<!--doc: (rendu)  donne des informations sur le rendu ou sur l'apparence
2573 2 mingarao
    d'un ou de plusieurs éléments dans le texte source. -->
2574 2 mingarao
    <!ELEMENT rendition %macro.limitedContent;>
2575 2 mingarao
<!ATTLIST rendition xmlns CDATA "http://www.tei-c.org/ns/1.0">
2576 2 mingarao
<!ATTLIST rendition
2577 2 mingarao
 %att.global.attributes;
2578 2 mingarao
scheme (css|
2579 2 mingarao
xslfo|
2580 2 mingarao
free|
2581 2 mingarao
other) #IMPLIED
2582 2 mingarao
scope CDATA  #IMPLIED >
2583 2 mingarao
<!--doc: (responsabilité) contient une expression décrivant la nature de la
2584 2 mingarao
    responsabilité intellectuelle d'une personne. -->
2585 2 mingarao
    <!ELEMENT resp %macro.phraseSeq.limited;>
2586 2 mingarao
<!ATTLIST resp xmlns CDATA "http://www.tei-c.org/ns/1.0">
2587 2 mingarao
<!ATTLIST resp
2588 2 mingarao
 %att.global.attributes;
2589 2 mingarao
 %att.canonical.attributes; >
2590 2 mingarao
<!--doc: (mention de responsabilité) donne une mention de responsabilité quant au contenu
2591 2 mingarao
    intellectuel d'un texte, d'une édition, d'un enregistrement ou d'une publication en série,
2592 2 mingarao
    lorsque les éléments spécifiques relatifs aux auteurs, éditeurs, etc. ne suffisent pas ou ne
2593 2 mingarao
    s'appliquent pas. -->
2594 2 mingarao
    <!ELEMENT respStmt ((resp+,(%model.nameLike.agent;)+) |
2595 2 mingarao
 ((%model.nameLike.agent;)+,resp+))>
2596 2 mingarao
<!ATTLIST respStmt xmlns CDATA "http://www.tei-c.org/ns/1.0">
2597 2 mingarao
<!ATTLIST respStmt
2598 2 mingarao
 %att.global.attributes; >
2599 2 mingarao
<!--doc: (descriptif des révisions)  fournit un résumé de l’historique des révisions d’un
2600 2 mingarao
    fichier. -->
2601 2 mingarao
    <!ELEMENT revisionDesc (list |
2602 2 mingarao
 change+)>
2603 2 mingarao
<!ATTLIST revisionDesc xmlns CDATA "http://www.tei-c.org/ns/1.0">
2604 2 mingarao
<!ATTLIST revisionDesc
2605 2 mingarao
 %att.global.attributes; >
2606 2 mingarao
<!--doc: (chaîne de référence) contient un nom générique ou une chaîne permettant de
2607 2 mingarao
        s'y référer. -->
2608 2 mingarao
    <!ELEMENT rs %macro.phraseSeq;>
2609 2 mingarao
<!ATTLIST rs xmlns CDATA "http://www.tei-c.org/ns/1.0">
2610 2 mingarao
<!ATTLIST rs
2611 2 mingarao
 %att.global.attributes;
2612 2 mingarao
 %att.naming.attributes;
2613 2 mingarao
type NMTOKEN  #IMPLIED >
2614 2 mingarao
<!--doc: (Parole ou pensée.) indique que les passages sont pensés ou qu'ils sont
2615 2 mingarao
    prononcés à haute voix, que cela soit indiqué explicitement ou non dans la source , que ces
2616 2 mingarao
    passages soient directement ou indirectement rapportés par des personnages réels ou fictifs. -->
2617 2 mingarao
    <!ELEMENT said %macro.specialPara;>
2618 2 mingarao
<!ATTLIST said xmlns CDATA "http://www.tei-c.org/ns/1.0">
2619 2 mingarao
<!ATTLIST said
2620 2 mingarao
 %att.global.attributes;
2621 2 mingarao
 %att.ascribed.attributes;
2622 2 mingarao
aloud CDATA "unknown"
2623 2 mingarao
direct CDATA "true"  >
2624 2 mingarao
<!--doc: (formule de politesse) contient une salutation, une formule de salut qui précède
2625 2 mingarao
    un avant-propos, une épitre dédicatoire ou une autre division du texte ou la formule de
2626 2 mingarao
    salutation qui conclut une lettre, une préface, etc. -->
2627 2 mingarao
    <!ELEMENT salute %macro.phraseSeq;>
2628 2 mingarao
<!ATTLIST salute xmlns CDATA "http://www.tei-c.org/ns/1.0">
2629 2 mingarao
<!ATTLIST salute
2630 2 mingarao
 %att.global.attributes; >
2631 2 mingarao
<!--doc: (déclaration d'échantillonnage)  contient une description en texte libre du raisonnement
2632 2 mingarao
    et des méthodes utilisés pour l'échantillonnage des textes dans la création d’un corpus ou
2633 2 mingarao
    d’une collection. -->
2634 2 mingarao
    <!ELEMENT samplingDecl (%model.pLike;)+>
2635 2 mingarao
<!ATTLIST samplingDecl xmlns CDATA "http://www.tei-c.org/ns/1.0">
2636 2 mingarao
<!ATTLIST samplingDecl
2637 2 mingarao
 %att.global.attributes;
2638 2 mingarao
 %att.declarable.attributes; >
2639 2 mingarao
<!--doc: (segment quelconque) contient une unité de texte quelconque de niveau segment. -->
2640 2 mingarao
    <!ELEMENT seg %macro.paraContent;>
2641 2 mingarao
<!ATTLIST seg xmlns CDATA "http://www.tei-c.org/ns/1.0">
2642 2 mingarao
<!ATTLIST seg
2643 2 mingarao
 %att.global.attributes;
2644 2 mingarao
 %att.segLike.attributes;
2645 2 mingarao
 %att.typed.attributes; >
2646 2 mingarao
<!--doc: (segmentation) décrit les principes selon lesquels le texte a été
2647 2 mingarao
    segmenté, par exemple en phrases, en intonèmes (unités tonales), en strates graphématiques
2648 2 mingarao
    (niveaux superposés de signes graphiques), etc. -->
2649 2 mingarao
    <!ELEMENT segmentation (%model.pLike;)+>
2650 2 mingarao
<!ATTLIST segmentation xmlns CDATA "http://www.tei-c.org/ns/1.0">
2651 2 mingarao
<!ATTLIST segmentation
2652 2 mingarao
 %att.global.attributes;
2653 2 mingarao
 %att.declarable.attributes; >
2654 2 mingarao
<!--doc:regroupe toutes les informations relatives à un des sens
2655 2 mingarao
    d’un mot dans une entrée de dictionnaire (définitions, exemples, équivalents linguistiques,
2656 2 mingarao
    etc.). -->
2657 2 mingarao
    <!ELEMENT sense ( #PCDATA |
2658 2 mingarao
 _DUMMY_model.gLike |
2659 2 mingarao
 sense |
2660 2 mingarao
 %model.entryPart.top; |
2661 2 mingarao
 %model.phrase; |
2662 2 mingarao
 %model.global;)*>
2663 2 mingarao
<!ATTLIST sense xmlns CDATA "http://www.tei-c.org/ns/1.0">
2664 2 mingarao
<!ATTLIST sense
2665 2 mingarao
 %att.global.attributes;
2666 2 mingarao
 %att.lexicographic.attributes;
2667 2 mingarao
level CDATA #IMPLIED >
2668 2 mingarao
<!--doc: (informations sur la série) contient une information sur la série dans laquelle une
2669 2 mingarao
    monographie ou un autre élément bibliographique ont paru.  -->
2670 2 mingarao
    <!ELEMENT series ( #PCDATA |
2671 2 mingarao
 _DUMMY_model.gLike |
2672 2 mingarao
 title |
2673 2 mingarao
 editor |
2674 2 mingarao
 respStmt |
2675 2 mingarao
 biblScope |
2676 2 mingarao
 %model.global;)*>
2677 2 mingarao
<!ATTLIST series xmlns CDATA "http://www.tei-c.org/ns/1.0">
2678 2 mingarao
<!ATTLIST series
2679 2 mingarao
 %att.global.attributes; >
2680 2 mingarao
<!--doc: (mention de collection) regroupe toute information relative à la collection (si
2681 2 mingarao
    elle existe) à laquelle appartient une publication. -->
2682 2 mingarao
    <!ELEMENT seriesStmt ((%model.pLike;)+ |
2683 2 mingarao
 (title+,(idno |
2684 2 mingarao
 respStmt)*))>
2685 2 mingarao
<!ATTLIST seriesStmt xmlns CDATA "http://www.tei-c.org/ns/1.0">
2686 2 mingarao
<!ATTLIST seriesStmt
2687 2 mingarao
 %att.global.attributes; >
2688 2 mingarao
<!--doc: (latin pour ainsi) contient du texte reproduit quoiqu'il est apparemment
2689 2 mingarao
    incorrect ou inexact -->
2690 2 mingarao
    <!ELEMENT sic %macro.paraContent;>
2691 2 mingarao
<!ATTLIST sic xmlns CDATA "http://www.tei-c.org/ns/1.0">
2692 2 mingarao
<!ATTLIST sic
2693 2 mingarao
 %att.global.attributes; >
2694 2 mingarao
<!--doc:(signature) contient la dernière salutation, etc., ajoutée à un avant-propos,
2695 2 mingarao
    à une épitre dédicatoire ou à une autre division du texte. -->
2696 2 mingarao
    <!ELEMENT signed %macro.phraseSeq;>
2697 2 mingarao
<!ATTLIST signed xmlns CDATA "http://www.tei-c.org/ns/1.0">
2698 2 mingarao
<!ATTLIST signed
2699 2 mingarao
 %att.global.attributes; >
2700 2 mingarao
<!--doc:contient une expression ou un mot pour lesquels l'auteur
2701 2 mingarao
    ou le narrateur renonce à toute responsabilité, par exemple en utilisant de l'italique ou des
2702 2 mingarao
    guillemets. -->
2703 2 mingarao
    <!ELEMENT soCalled %macro.phraseSeq;>
2704 2 mingarao
<!ATTLIST soCalled xmlns CDATA "http://www.tei-c.org/ns/1.0">
2705 2 mingarao
<!ATTLIST soCalled
2706 2 mingarao
 %att.global.attributes; >
2707 2 mingarao
<!--doc: (description de la source) décrit la source à partir de laquelle un texte électronique a été
2708 2 mingarao
    dérivé ou produit, habituellement une description bibliographique pour un texte numérisé, ou une
2709 2 mingarao
    expression comme "document numérique natif " pour un texte qui n'a aucune existence précédente. -->
2710 2 mingarao
    <!ELEMENT sourceDesc ((%model.pLike;)+ |
2711 2 mingarao
 (%model.biblLike; |
2712 2 mingarao
 _DUMMY_model.sourceDescPart |
2713 2 mingarao
 %model.listLike;)+)>
2714 2 mingarao
<!ATTLIST sourceDesc xmlns CDATA "http://www.tei-c.org/ns/1.0">
2715 2 mingarao
<!ATTLIST sourceDesc
2716 2 mingarao
 %att.global.attributes;
2717 2 mingarao
 %att.declarable.attributes; >
2718 2 mingarao
<!--doc: (langue orale) monologue dans un texte écrit pour la scène ou, passage
2719 2 mingarao
    présenté sous cette forme dans un texte en prose ou en vers. -->
2720 2 mingarao
    <!ELEMENT sp ((%model.global;)*,(speaker,(%model.global;)*)?,((%model.lLike; |
2721 2 mingarao
 lg |
2722 2 mingarao
 %model.pLike; |
2723 2 mingarao
 %model.stageLike; |
2724 2 mingarao
 %model.qLike;),(%model.global;)*)+)>
2725 2 mingarao
<!ATTLIST sp xmlns CDATA "http://www.tei-c.org/ns/1.0">
2726 2 mingarao
<!ATTLIST sp
2727 2 mingarao
 %att.global.attributes;
2728 2 mingarao
 %att.ascribed.attributes; >
2729 2 mingarao
<!--doc:forme particulière de titre ou de marque qui donne le
2730 2 mingarao
        nom d'un ou de  plusieurs locuteurs dans un texte ou dans un fragment de texte écrit pour le
2731 2 mingarao
        théâtre. -->
2732 2 mingarao
    <!ELEMENT speaker %macro.phraseSeq;>
2733 2 mingarao
<!ATTLIST speaker xmlns CDATA "http://www.tei-c.org/ns/1.0">
2734 2 mingarao
<!ATTLIST speaker
2735 2 mingarao
 %att.global.attributes; >
2736 2 mingarao
<!--doc: (commanditaire ) indique le nom d’une institution ou d’un organisme
2737 2 mingarao
    partenaires. -->
2738 2 mingarao
    <!ELEMENT sponsor %macro.phraseSeq.limited;>
2739 2 mingarao
<!ATTLIST sponsor xmlns CDATA "http://www.tei-c.org/ns/1.0">
2740 2 mingarao
<!ATTLIST sponsor
2741 2 mingarao
 %att.global.attributes; >
2742 2 mingarao
<!--doc: (indication scénique) contient tout type d'indication scénique à l 'intérieur
2743 2 mingarao
        d'un texte ou fragment de texte écrit pour le théâtre. -->
2744 2 mingarao
    <!ELEMENT stage %macro.specialPara;>
2745 2 mingarao
<!ATTLIST stage xmlns CDATA "http://www.tei-c.org/ns/1.0">
2746 2 mingarao
<!ATTLIST stage
2747 2 mingarao
 %att.global.attributes;
2748 2 mingarao
type NMTOKEN  #IMPLIED >
2749 2 mingarao
<!--doc: (valeurs normalisées) précise le format utilisé pour exprimer une date ou une
2750 2 mingarao
    valeur numérique de manière normalisée . -->
2751 2 mingarao
    <!ELEMENT stdVals (%model.pLike;)+>
2752 2 mingarao
<!ATTLIST stdVals xmlns CDATA "http://www.tei-c.org/ns/1.0">
2753 2 mingarao
<!ATTLIST stdVals
2754 2 mingarao
 %att.global.attributes;
2755 2 mingarao
 %att.declarable.attributes; >
2756 2 mingarao
<!--doc:adresse complète d'une rue comprenant un nom
2757 2 mingarao
        ou un numéro identifiant un bâtiment ainsi que le nom de la rue ou du chemin sur laquelle
2758 2 mingarao
        il est situé. -->
2759 2 mingarao
    <!ELEMENT street %macro.phraseSeq;>
2760 2 mingarao
<!ATTLIST street xmlns CDATA "http://www.tei-c.org/ns/1.0">
2761 2 mingarao
<!ATTLIST street
2762 2 mingarao
 %att.global.attributes; >
2763 2 mingarao
<!--doc: (accentuation) contient le modèle d’accentuation d'une entrée de
2764 2 mingarao
    dictionnaire, s’il est donné à part -->
2765 2 mingarao
    <!ELEMENT stress %macro.paraContent;>
2766 2 mingarao
<!ATTLIST stress xmlns CDATA "http://www.tei-c.org/ns/1.0">
2767 2 mingarao
<!ATTLIST stress
2768 2 mingarao
 %att.global.attributes; >
2769 2 mingarao
<!--doc: (sous-catégorisation) contient des informations de sous-catégorie
2770 2 mingarao
			(transitif/intransitif, dénombrable/indénombrable, etc.) -->
2771 2 mingarao
    <!ELEMENT subc %macro.paraContent;>
2772 2 mingarao
<!ATTLIST subc xmlns CDATA "http://www.tei-c.org/ns/1.0">
2773 2 mingarao
<!ATTLIST subc
2774 2 mingarao
 %att.global.attributes;
2775 2 mingarao
 %att.lexicographic.attributes; >
2776 2 mingarao
<!--doc: (groupe d'entrées) regroupe des entrées successives pour un ensemble
2777 2 mingarao
			d'homographes. -->
2778 2 mingarao
    <!ELEMENT superEntry ((form?,entry+) |
2779 2 mingarao
 dictScrap)>
2780 2 mingarao
<!ATTLIST superEntry xmlns CDATA "http://www.tei-c.org/ns/1.0">
2781 2 mingarao
<!ATTLIST superEntry
2782 2 mingarao
 %att.global.attributes;
2783 2 mingarao
 %att.entryLike.attributes; >
2784 2 mingarao
<!--doc: (syllabisation) contient la syllabisation du mot-vedette. -->
2785 2 mingarao
    <!ELEMENT syll %macro.paraContent;>
2786 2 mingarao
<!ATTLIST syll xmlns CDATA "http://www.tei-c.org/ns/1.0">
2787 2 mingarao
<!ATTLIST syll
2788 2 mingarao
 %att.global.attributes;
2789 2 mingarao
 %att.lexicographic.attributes; >
2790 2 mingarao
<!--doc: (usage des balises.) donne des informations sur l’utilisation d’un élément
2791 2 mingarao
    spécifique dans un texte. -->
2792 2 mingarao
    <!ELEMENT tagUsage %macro.limitedContent;>
2793 2 mingarao
<!ATTLIST tagUsage xmlns CDATA "http://www.tei-c.org/ns/1.0">
2794 2 mingarao
<!ATTLIST tagUsage
2795 2 mingarao
 %att.global.attributes;
2796 2 mingarao
gi NMTOKEN  #REQUIRED
2797 2 mingarao
occurs CDATA #IMPLIED
2798 2 mingarao
withId CDATA #IMPLIED
2799 2 mingarao
render CDATA #IMPLIED >
2800 2 mingarao
<!--doc: (déclaration de balisage)  donne l’information détaillée sur le balisage appliqué à un document . -->
2801 2 mingarao
    <!ELEMENT tagsDecl (rendition*,namespace*)>
2802 2 mingarao
<!ATTLIST tagsDecl xmlns CDATA "http://www.tei-c.org/ns/1.0">
2803 2 mingarao
<!ATTLIST tagsDecl
2804 2 mingarao
 %att.global.attributes; >
2805 2 mingarao
<!--doc: (taxinomie) définit une typologie employée pour classer des textes
2806 2 mingarao
    soit implicitement au moyen d’une référence bibliographique, soit explicitement au moyen d’une
2807 2 mingarao
    taxinomie structurée. -->
2808 2 mingarao
    <!ELEMENT taxonomy ((%model.glossLike;)* |
2809 2 mingarao
 category+ |
2810 2 mingarao
 ((%model.biblLike;),category*))>
2811 2 mingarao
<!ATTLIST taxonomy xmlns CDATA "http://www.tei-c.org/ns/1.0">
2812 2 mingarao
<!ATTLIST taxonomy
2813 2 mingarao
 %att.global.attributes; >
2814 2 mingarao
<!--doc:contient la totalité d'un corpus encodé selon la TEI,
2815 2 mingarao
    comprenant un seul en-tête de corpus et un ou plusieurs éléments TEI dont chacun contient un
2816 2 mingarao
    seul en-tête textuel et un texte -->
2817 2 mingarao
    <!ELEMENT teiCorpus (teiHeader,(TEI |
2818 2 mingarao
 teiCorpus)+)>
2819 2 mingarao
<!ATTLIST teiCorpus xmlns CDATA "http://www.tei-c.org/ns/1.0">
2820 2 mingarao
<!ATTLIST teiCorpus
2821 2 mingarao
 %att.global.attributes;
2822 2 mingarao
version CDATA "5.0"  >
2823 2 mingarao
<!ATTLIST teiCorpus xsi:schemaLocation CDATA #IMPLIED
2824 2 mingarao
 xmlns:xsi CDATA #FIXED 'http://www.w3.org/2001/XMLSchema-instance'
2825 2 mingarao
 >
2826 2 mingarao
<!--doc: (en-tête TEI)  donne des informations descriptives et déclaratives qui
2827 2 mingarao
    constituent une page de titre électronique au début de tout texte conforme à la TEI. -->
2828 2 mingarao
    <!ELEMENT teiHeader (fileDesc,(%model.teiHeaderPart;)*,revisionDesc?)>
2829 2 mingarao
<!ATTLIST teiHeader xmlns CDATA "http://www.tei-c.org/ns/1.0">
2830 2 mingarao
<!ATTLIST teiHeader
2831 2 mingarao
 %att.global.attributes;
2832 2 mingarao
type NMTOKEN  "text"  >
2833 2 mingarao
<!--doc: (terme) contient un mot simple, un mot composé ou un symbole
2834 2 mingarao
    considérés comme des termes techniques. -->
2835 2 mingarao
    <!ELEMENT term %macro.phraseSeq;>
2836 2 mingarao
<!ATTLIST term xmlns CDATA "http://www.tei-c.org/ns/1.0">
2837 2 mingarao
<!ATTLIST term
2838 2 mingarao
 %att.global.attributes;
2839 2 mingarao
 %att.declaring.attributes;
2840 2 mingarao
 %att.typed.attributes;
2841 2 mingarao
 %att.canonical.attributes;
2842 2 mingarao
sortKey CDATA #IMPLIED
2843 2 mingarao
target CDATA #IMPLIED
2844 2 mingarao
cRef CDATA #IMPLIED >
2845 2 mingarao
<!--doc: (texte) contient un seul texte quelconque, simple ou composite,
2846 2 mingarao
    par exemple un poème ou une pièce de théâtre, un recueil d’essais, un roman, un dictionnaire ou
2847 2 mingarao
    un échantillon de corpus. -->
2848 2 mingarao
    <!ELEMENT text ((%model.global;)*,(front,(%model.global;)*)?,(body |
2849 2 mingarao
 group),(%model.global;)*,(back,(%model.global;)*)?)>
2850 2 mingarao
<!ATTLIST text xmlns CDATA "http://www.tei-c.org/ns/1.0">
2851 2 mingarao
<!ATTLIST text
2852 2 mingarao
 %att.global.attributes;
2853 2 mingarao
 %att.declaring.attributes;
2854 2 mingarao
 %att.typed.attributes; >
2855 2 mingarao
<!--doc: (classification du texte) regroupe des informations décrivant la nature ou le sujet
2856 2 mingarao
    d’un texte selon des termes issus d’un système de classification standardisé, d’un thésaurus,
2857 2 mingarao
    etc. -->
2858 2 mingarao
    <!ELEMENT textClass (classCode |
2859 2 mingarao
 catRef |
2860 2 mingarao
 keywords)*>
2861 2 mingarao
<!ATTLIST textClass xmlns CDATA "http://www.tei-c.org/ns/1.0">
2862 2 mingarao
<!ATTLIST textClass
2863 2 mingarao
 %att.global.attributes;
2864 2 mingarao
 %att.declarable.attributes; >
2865 2 mingarao
<!--doc: (temps) contient une expression qui précise un moment de la
2866 2 mingarao
    journée sous n'importe quelle forme. -->
2867 2 mingarao
    <!ELEMENT time ( #PCDATA |
2868 2 mingarao
 _DUMMY_model.gLike |
2869 2 mingarao
 %model.phrase; |
2870 2 mingarao
 %model.global;)*>
2871 2 mingarao
<!ATTLIST time xmlns CDATA "http://www.tei-c.org/ns/1.0">
2872 2 mingarao
<!ATTLIST time
2873 2 mingarao
 %att.global.attributes;
2874 2 mingarao
 %att.datable.attributes;
2875 2 mingarao
 %att.editLike.attributes;
2876 2 mingarao
 %att.typed.attributes; >
2877 2 mingarao
<!--doc: (frise chronologique) fournit un ensemble de points ordonnés dans le temps qui peuvent être liés à des éléments de la parole transcrite pour créer un alignement temporel de ce texte. -->
2878 2 mingarao
    <!ELEMENT timeline (when)+>
2879 2 mingarao
<!ATTLIST timeline xmlns CDATA "http://www.tei-c.org/ns/1.0">
2880 2 mingarao
<!ATTLIST timeline
2881 2 mingarao
 %att.global.attributes;
2882 2 mingarao
origin CDATA #IMPLIED
2883 2 mingarao
unit NMTOKEN  #IMPLIED
2884 2 mingarao
interval CDATA #IMPLIED >
2885 2 mingarao
<!--doc: (titre) contient le titre complet d'une oeuvre quelconque -->
2886 2 mingarao
    <!ELEMENT title %macro.paraContent;>
2887 2 mingarao
<!ATTLIST title xmlns CDATA "http://www.tei-c.org/ns/1.0">
2888 2 mingarao
<!ATTLIST title
2889 2 mingarao
 %att.global.attributes;
2890 2 mingarao
 %att.canonical.attributes;
2891 2 mingarao
level (a|
2892 2 mingarao
m|
2893 2 mingarao
j|
2894 2 mingarao
s|
2895 2 mingarao
u) #IMPLIED
2896 2 mingarao
type NMTOKEN  #IMPLIED >
2897 2 mingarao
<!--doc: (page de titre) contient la page de titre d’un texte qui figure à dans
2898 2 mingarao
    les parties liminaires. -->
2899 2 mingarao
    <!ELEMENT titlePage ((%model.global;)*,(%model.titlepagePart;),(%model.titlepagePart; |
2900 2 mingarao
 %model.global;)*)>
2901 2 mingarao
<!ATTLIST titlePage xmlns CDATA "http://www.tei-c.org/ns/1.0">
2902 2 mingarao
<!ATTLIST titlePage
2903 2 mingarao
 %att.global.attributes;
2904 2 mingarao
type NMTOKEN  #IMPLIED >
2905 2 mingarao
<!--doc:contient une section ou division du titre d’un
2906 2 mingarao
            ouvrage telle qu’elle est indiquée sur la page de titre. -->
2907 2 mingarao
    <!ELEMENT titlePart %macro.paraContent;>
2908 2 mingarao
<!ATTLIST titlePart xmlns CDATA "http://www.tei-c.org/ns/1.0">
2909 2 mingarao
<!ATTLIST titlePart
2910 2 mingarao
 %att.global.attributes;
2911 2 mingarao
type NMTOKEN  "main"  >
2912 2 mingarao
<!--doc: (mention de titre)  regroupe les informations sur le titre d’une œuvre et
2913 2 mingarao
    les personnes ou institutions responsables de son contenu intellectuel. -->
2914 2 mingarao
    <!ELEMENT titleStmt (title+,(%model.respLike;)*)>
2915 2 mingarao
<!ATTLIST titleStmt xmlns CDATA "http://www.tei-c.org/ns/1.0">
2916 2 mingarao
<!ATTLIST titleStmt
2917 2 mingarao
 %att.global.attributes; >
2918 2 mingarao
<!--doc: (temps) indique le temps grammatical lié à une forme
2919 2 mingarao
			fléchie donnée dans un dictionnaire -->
2920 2 mingarao
    <!ELEMENT tns %macro.paraContent;>
2921 2 mingarao
<!ATTLIST tns xmlns CDATA "http://www.tei-c.org/ns/1.0">
2922 2 mingarao
<!ATTLIST tns
2923 2 mingarao
 %att.global.attributes;
2924 2 mingarao
 %att.lexicographic.attributes; >
2925 2 mingarao
<!--doc:contient un titre de fin ou de bas de page à la fin d’une
2926 2 mingarao
    division du texte. -->
2927 2 mingarao
    <!ELEMENT trailer %macro.phraseSeq;>
2928 2 mingarao
<!ATTLIST trailer xmlns CDATA "http://www.tei-c.org/ns/1.0">
2929 2 mingarao
<!ATTLIST trailer
2930 2 mingarao
 %att.global.attributes; >
2931 2 mingarao
<!--doc: (note sur les caractères typographiques.) décrit une police particulière ou un autre trait
2932 2 mingarao
    typographique significatif que l’on note dans la description d'une ressource imprimée.  -->
2933 2 mingarao
    <!ELEMENT typeNote %macro.specialPara;>
2934 2 mingarao
<!ATTLIST typeNote xmlns CDATA "http://www.tei-c.org/ns/1.0">
2935 2 mingarao
<!ATTLIST typeNote
2936 2 mingarao
 %att.global.attributes;
2937 2 mingarao
 %att.handFeatures.attributes; >
2938 2 mingarao
<!--doc: (incertain) contient un mot, une expression ou bien un passage qui
2939 2 mingarao
        ne peut être transcrit avec certitude parce qu'il est illisible ou inaudible dans la source. -->
2940 2 mingarao
    <!ELEMENT unclear %macro.paraContent;>
2941 2 mingarao
<!ATTLIST unclear xmlns CDATA "http://www.tei-c.org/ns/1.0">
2942 2 mingarao
<!ATTLIST unclear
2943 2 mingarao
 %att.global.attributes;
2944 2 mingarao
 %att.editLike.attributes;
2945 2 mingarao
reason CDATA  #IMPLIED
2946 2 mingarao
hand CDATA #IMPLIED
2947 2 mingarao
agent NMTOKEN  #IMPLIED >
2948 2 mingarao
<!--doc: (usage) contient, dans une entrée de dictionnaire, les informations sur son usage -->
2949 2 mingarao
    <!ELEMENT usg %macro.paraContent;>
2950 2 mingarao
<!ATTLIST usg xmlns CDATA "http://www.tei-c.org/ns/1.0">
2951 2 mingarao
<!ATTLIST usg
2952 2 mingarao
 %att.global.attributes;
2953 2 mingarao
 %att.lexicographic.attributes;
2954 2 mingarao
type NMTOKEN  #IMPLIED >
2955 2 mingarao
<!--doc:indique un point dans le temps, soit relatif à d'autres éléments de l'élément timeline dans lequel il est contenu, soit dans l'absolu. -->
2956 2 mingarao
    <!ELEMENT when EMPTY>
2957 2 mingarao
<!ATTLIST when xmlns CDATA "http://www.tei-c.org/ns/1.0">
2958 2 mingarao
<!ATTLIST when
2959 2 mingarao
 %att.global.attributes;
2960 2 mingarao
absolute CDATA #IMPLIED
2961 2 mingarao
unit NMTOKEN  #IMPLIED
2962 2 mingarao
interval CDATA #IMPLIED
2963 2 mingarao
since CDATA #IMPLIED >
2964 2 mingarao
<!--doc: (renvoi) contient une expression, une phrase ou une icône qui
2965 2 mingarao
    invite le lecteur à se référer à un autre endroit, dans le même texte ou dans un autre texte -->
2966 2 mingarao
    <!ELEMENT xr ( #PCDATA |
2967 2 mingarao
 _DUMMY_model.gLike |
2968 2 mingarao
 %model.phrase; |
2969 2 mingarao
 %model.inter; |
2970 2 mingarao
 usg |
2971 2 mingarao
 lbl |
2972 2 mingarao
 %model.global;)*>
2973 2 mingarao
<!ATTLIST xr xmlns CDATA "http://www.tei-c.org/ns/1.0">
2974 2 mingarao
<!ATTLIST xr
2975 2 mingarao
 %att.global.attributes;
2976 2 mingarao
 %att.lexicographic.attributes;
2977 2 mingarao
type NMTOKEN  #IMPLIED >
2978 2 mingarao
<!-- end elements -->