-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactes.html
712 lines (690 loc) · 43.7 KB
/
actes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>
<style type="text/css"> /* keep file XML valid, maybe included by xsl:document() */
/*
Copyright © 2004-2017 Frédéric Glorieux
license : APACHE 2.0 http://www.apache.org/licenses/LICENSE-2.0
<[email protected]>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
/*
Classes for documented XML files by xmldoc transformations
*/
section, nav, article, aside, hgroup, header, footer, figure, figcaption { display:block;}
* {-moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
/** Fonts */
body.xmldoc, table.facs caption { font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size:13px;margin:0;}
body.item {padding:2em;}
body.nav{padding:0;margin:1ex;}
body.xmldoc #nav, body.xmldoc #header {font-family:Arial, sans-serif;font-size:13px;}
/** simple HTML, with body class protection if css imported (in html tagname order) */
body.xmldoc a {color:#226; text-decoration:none;}
body.xmldoc a:hover { text-decoration:underline;}
body.xmldoc fieldset { margin:1em 0 1ex 0; padding:0 1ex 0 1ex; border:1px dotted #363; -moz-border-radius:1ex; -webkit-border-radius:1ex; white-space:normal;}
body.xmldoc p {text-align:justify;text-indent:2em;margin-top:0;margin-bottom:0;}
body.xmldoc h1 {text-align:center; line-height:105%;}
body.xmldoc h3 {border-bottom:1px solid #336699; padding-left: 1em; margin-top:2em; margin-bottom:1em;}
body.xmldoc table {font-size:inherit;}
/* Global layout */
html{height:100%;}
body.xmldoc{position:relative;}
body.xmldoc #article { padding:0; margin:3ex 5em 5em 30%; min-height:500px;}
body.xmldoc #header {position:absolute;background:#DADADA;top:0;left:0;right:0;padding:0 1ex;}
body.xmldoc #footer {position:absolute;background:#DADADA;bottom:-1px;left:0;right:0;padding:0 1ex;} /* need container with position :relative */
body.xmldoc #footer img {margin:-4px;}
body.xmldoc #nav { top:0; position:fixed; padding:0 3px 2em 11px; height:100%; overflow:auto; width:27%; color:black; margin:0 0 0 0; border-right:solid 1px #b3b3b3; }
body.xmldoc #nav header, body.nav header { padding:1ex 0;font-style:normal; font-weight:bold;}
.index div {line-height:100%;margin:0.8ex 0;}
/** generic classes */
.pre {white-space: pre-wrap;}
.tree ul { padding:0; margin:0; padding-left:1em; }
body.xmldoc ul.tree ul { padding-left:1ex; margin-left:1em;}
/* xml2html.xsl, documented XML source */
.example { background-color: #FFFFFF; background-image: -webkit-gradient(linear, left top, right top,from(#FFFFFF),to(#F8F8F8)); background-image: -webkit-linear-gradient(left, #FFFFFF, #F8F8F8); background-image: -moz-linear-gradient(left, #FFFFFF, #F8F8F8); background-image: -ms-linear-gradient(left, #FFFFFF, #F8F8F8); background-image: -o-linear-gradient(left, #FFFFFF, #F8F8F8); background-image: linear-gradient(left, #FFFFFF, #F8F8F8); border-left:1px dotted #808080; padding:1ex 1em; margin:0;}
.xml { line-height:105%; text-align:left;}
.xml a { text-decoration:none; border-bottom:none; border:none; padding:0;}
.xml a.val { color:#0000FF; }
.xml a.val:hover { text-decoration:underline; border:none; }
a.xsl { color:#669966; font-weight:100;}
a:hover.xsl, a:hover.rdf { background:#0000FF; color:white; }
a.html, a.dc { color:#FF0000; font-weight:bold;}
a:hover.html, a:hover.dc, a:hover.template { background:red; color:white; }
a.template { font-family: Verdana, arial, sans-serif; font-weight:bold; }
.xml .el, .xml a.el { font-weight:bold; font-family: "Lucida Console", Courier, "MS Courier New", monospace; text-decoration:none; color:#040; border:none; }
.xml a:hover.el, .xml a:hover.att { background:#8080FF; color:#FFFFFF; }
.xml .att { font-family:Arial, sans-serif; font-weight:100; }
.xml a.att { font-family:Arial, sans-serif; color:#444;}
.xml .open, .xml .close, .xml .tag { margin:0; font-family:monospace, sans-serif; color:#383; }
.xml .fold {color:#666666; }
.xml .pi { color:#008000; font-weight: bold; }
.xml .val, .xml .cdata { font-weight:normal; margin:0; padding:0; }
.xml .comment, .xml .comment code { font-size:12px; line-height:125%; background:#FFE; color:#666; }
.xml pre.comment { margin:0; padding:0 1em;}
.xml .comment { font-family:monospace; color:#000; }
fieldset.comment pre {color:#008;}
div.comment {white-space: normal;}
dd.code { margin:0 !important; padding:0 !important; padding-left:1em !important; border-left: 1px dotted #808080;}
.pre .text { background:#EEF; font-family:serif; color:#000;}
.xml span.text, .xml .val, .xml .cdata { color:#444;}
.xml .cdata { color:red}
.xml .ns { color:#000080; font-weight:100;}
dt { font-weight:bold;}
dl.xml { margin:0; padding:0;}
dl.xml dt { font-weight:normal; }
details.source { margin-left:1em; float:right; max-width:60%; background:#FFFFFF;}
details.source summary { float:right; display:inline; text-align:right;}
details > * { display:none;}
details.minus > * { display:block;}
/** Relax-NG */
section.attribute { margin-top:1em; }
section.define, section.element { margin-top:2em; }
section.rng { margin:2em 0 0 0;}
section.rng section.rng header { padding-left:2em;}
section.rng section.rng section.rng header { padding-left:4em;}
section.rng section.rng section.rng section.rng header { padding-left:6em;}
header.rng { font-size:110%; margin-bottom:1ex; padding:0; border:none;}
header.rng a { color:#77A; font-weight:bold;}
header.attribute { color:#666;}
/* entry in a table */
table.grammar { background-color:#F8F8F8; background-image: -webkit-gradient(linear, left top, right top,from(#FFFFFF),to(#F8F8F8)); background-image: -webkit-linear-gradient(left, #FFFFFF, #F8F8F8); background-image: -moz-linear-gradient(left, #FFFFFF, #F8F8F8); background-image: -ms-linear-gradient(left, #FFFFFF, #F8F8F8); background-image: -o-linear-gradient(left, #FFFFFF, #F8F8F8); background-image: linear-gradient(left, #FFFFFF, #F8F8F8); border-collapse:collapse; width:100%; line-height:105%; border-left:1px dotted #808080;margin-bottom:1em;}
table.grammar tt, table.grammar em {color:#000;}
table.grammar td { padding:0.5ex 1ex; line-height:1.1em; border-bottom:1px dotted #999999;vertical-align:top;}
table.grammar th { font-family:Helvetica, Arial, "DejaVu Sans Light ", sans-serif; font-size:12px; width:10ex; vertical-align:top; padding:0.5ex 1ex; background:#DADADA; border-bottom:1px solid #FFFFFF; font-weight:normal;}
table.attributes td {padding:0 0.2ex;line-height:100%;border:none;}
table.attributes td.name {text-align:right;}
.xmldoc a.required {color:#000;font-weight:bold;}
.grammar a { font-family:Helvetica, Arial, "DejaVu Sans Light ", sans-serif; color:#315BA7; border:none;}
.grammar a.define, .grammar a.ref { color:#000; font-style:italic; font-family:serif;}
td.children div, td.usage div {display:inline}
p.cf {margin-top:0;}
/* att values */
ul.values { margin-top:0; margin-bottom:0; padding-top:0; margin-bottom:0;}
.value{color:#000;}
.value div.documentation {font-style:italic}
/* hide/show macro compact view */
.grammar a.toggle { color:#000; cursor:pointer;}
a.toggle:hover { text-decoration:none !important; background:#336699; color:#FFFFFF;}
span.more span.refin { display:none;}
span.less span.refin {display:block;}
span.less span.more span.refin {display:none;}
span.refin { margin-left:0.5ex; border-left:1px dotted #888; padding-left:2ex;}
div.compact {padding-left:1ex;}
div.compact ul { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0;}
/* image example */
table.facs { font-family:serif; margin-top:2em; margin-bottom:2em; border:1px dotted #808080; padding-left:2em; padding-right:2em;}
table.facs td { vertical-align:top;}
table.facs caption { background:#DADADA;}
table.facs p { margin-top:2ex; margin-bottom:2ex;}
/** xsl2html.xsl, documented transformation */
.transform a {border:none;}
.match p, .result p { text-indent:1em; line-height:110%; margin:0 0 0.5ex 0; }
.xsl-var { margin-top:1ex;}
.output { color:#961716; font-family: "Lucida Console", Courier, "MS Courier New", monospace; font-size:13px; line-height:110%; text-indent:0; text-align:left;}
.template { margin: 1em 0 0 0; clear:both;}
.template header { border:none; padding:0; border-bottom:#888 1px solid;}
/* PHP code */
a.function, .php b.construct, .php var {font-family:Frutiger,"Deja Vu Sans",Helvetica,sans-serif; }
pre.php { white-space: pre-wrap; font-size:14px; color:red; }
code.function {color:#A82C37; }
span.function { font-family:Frutiger,"Deja Vu Sans",Helvetica,sans-serif; color:#000;}
a.function:hover {text-decoration:underline; }
.php b.construct { color:#000; }
code.string { color:#060; }
code.integer { color:#FF0000; font-weight:bold; }
code.php-tag { color:#FF0000; }
code.numeric { color:#FF0000; font-weight:bold; }
code.constant { color:#000000; }
tt.op { background:none repeat scroll 0 0 #EEEEEE; color:#000000; }
code.defined { color:red; }
code.whitespace { white-space:pre; }
code.curly { background:none repeat scroll 0 0 #FFAAAA;}
code.parenthese { background:none repeat scroll 0 0 #AAFFAA; }
code.square { background:none repeat scroll 0 0 #AAAAFF; }
code.error-control { background:none repeat scroll 0 0 #FF0000; font-weight:bold; }
@media print {
#nav {display:none;}
#article {margin:0px !important; padding:0px; }
table.grammar td, table.grammar th { border:1px dotted #808080; }
}
/* keep file XML valid, maybe included by xsl:document() */
</style>
</head>
<body class="xmldoc rng">
<nav id="nav">
<p> </p>
<a style="font-weight:bold; color:#000000;" href="#idm73334315920">Documentation</a>
<section class="index"><header>Elements (25)</header><div><b>A</b>. <<a href="#el_acte">acte</a>> <<a href="#el_analyse" title="Pour l’instant, mots clés, pas encor affichable">analyse</a>> </div> <div><b>B</b>. <<a href="#el_biblio">biblio</a>> </div> <div><b>C</b>. <<a href="#el_catalogue" title="Une collection d’actes.">catalogue</a>> </div> <div><b>D</b>. <<a href="#el_datation" title="Précisions sur la datation (optionnel)">datation</a>> <<a href="#el_date" title="Date de l’acte au format AAAA-MM-JJ.">date</a>> </div> <div><b>E</b>. <<a href="#el_expeditions" title="ex : « tripplicata », texte libre">expeditions</a>> </div> <div><b>F</b>. <<a href="#el_fonds" title="Intitulé de fonds">fonds</a>> </div> <div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>L</b>. <<a href="#el_langue">langue</a>> <<a href="#el_lieu">lieu</a>> <<a href="#el_localisation" title="Précisions sur le lieu (optionnel)">localisation</a>> </div> <div><b>M</b>. <<a href="#el_mentions" title="Texte libre">mentions</a>> </div> <div><b>P</b>. <<a href="#el_pc" title="Petites capitales">pc</a>> <<a href="#el_personnel" title="Liste de rôles ayant eu part à l’acte">personnel</a>> </div> <div><b>R</b>. <<a href="#el_ref" title="Une référence bibliographique siglée">ref</a>> <<a href="#el_remarques" title="Remarques, texte libre">remarques</a>> <<a href="#el_role" title="Rôle dans un acte, type obligatoire, identifié par un nom ou un code">role</a>> </div> <div><b>S</b>. <<a href="#el_scellage" title="Sceau, cire…">scellage</a>> <<a href="#el_source">source</a>> <<a href="#el_sup" title="Exposant">sup</a>> </div> <div><b>T</b>. <<a href="#el_temoin" title="Témoin typé">temoin</a>> <<a href="#el_titre">titre</a>> <<a href="#el_tmp">tmp</a>> <<a href="#el_tradition" title="Série des témoins, toujours au moins un, l’ordre est sigificatif">tradition</a>> </div> </section>
<section class="index">
<header>Attributes</header>
</section>
<section class="index"><header>Macros</header><div><b>T</b>. <a href="#def_texte" title="Texte riche">texte</a>() </div> </section>
<p> </p>
</nav>
<article id="article" class="grammar">
<section class="element rng" id="el_biblio">
<header class="element rng"><<a>biblio</a>> </header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>R</b>. <<a href="#el_ref" title="Une référence bibliographique siglée">ref</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model"><a href="#el_ref" title="Une référence bibliographique siglée">ref</a> + </td>
</tr>
<tr>
<th>Parents</th>
<td class="usage">start. </td>
</tr>
</table>
</section>
<section class="element rng" id="el_ref">
<header class="element rng"><<a>ref</a>> Une référence bibliographique siglée</header>
<table class="grammar">
<tr>
<th>Attributes</th>
<td>
<table class="attributes">
<!--sigle-->
<tr>
<td class="name">@<a class="required" href="#att_sigle">sigle</a></td>
<td/>
<td/>
</tr>
<!--type-->
<!--type-->
<!--xml:id-->
</table>
</td>
</tr>
<tr>
<th>Children</th>
<td class="children"><div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>P</b>. <<a href="#el_pc" title="Petites capitales">pc</a>> </div> <div><b>S</b>. <<a href="#el_sup" title="Exposant">sup</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="compact element">
<span class="more"><a class="ref" href="#def_texte">texte</a> (<a class="toggle" onclick="o=this.parentNode; if(o.className=='more'){o.className='less'; this.innerHTML='▽';} else {o.className='more';this.innerHTML='►'}">►</a><span class="refin"><span class="compact choice">( <i>{text}</i> | <a href="#el_i" title="Italique">i</a> | <a href="#el_pc" title="Petites capitales">pc</a> | <a href="#el_sup" title="Exposant">sup</a> ) * </span></span>)</span>
</span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>B</b>. <<a href="#el_biblio">biblio</a>> </div> <div><b>T</b>. <<a href="#el_temoin" title="Témoin typé">temoin</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_fonds">
<header class="element rng"><<a>fonds</a>> Intitulé de fonds</header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>P</b>. <<a href="#el_pc" title="Petites capitales">pc</a>> </div> <div><b>S</b>. <<a href="#el_sup" title="Exposant">sup</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="more"><a class="ref" href="#def_texte">texte</a> (<a class="toggle" onclick="o=this.parentNode; if(o.className=='more'){o.className='less'; this.innerHTML='▽';} else {o.className='more';this.innerHTML='►'}">►</a><span class="refin"><span class="compact choice">( <i>{text}</i> | <a href="#el_i" title="Italique">i</a> | <a href="#el_pc" title="Petites capitales">pc</a> | <a href="#el_sup" title="Exposant">sup</a> ) * </span></span>)</span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>T</b>. <<a href="#el_temoin" title="Témoin typé">temoin</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_catalogue">
<header class="element rng"><<a>catalogue</a>> Une collection d’actes.</header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>A</b>. <<a href="#el_acte">acte</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model"><a href="#el_acte">acte</a> + </td>
</tr>
<tr>
<th>Parents</th>
<td class="usage">start. </td>
</tr>
</table>
</section>
<section class="element rng" id="el_acte">
<header class="element rng"><<a>acte</a>> </header>
<table class="grammar">
<tr>
<th>Attributes</th>
<td>
<table class="attributes">
<!--sigle-->
<!--type-->
<!--type-->
<!--xml:id-->
<tr>
<td class="name">@<a class="required" href="#att_xml-id" title="Identifiant d’acte, préfixe de roi, numéro d’ordre">xml:id</a></td>
<td/>
<td><em class="data" title="(L10|P4|P5|C4)-[0-9]+">{ID}</em><br/>Identifiant d’acte, préfixe de roi, numéro d’ordre</td>
</tr>
</table>
</td>
</tr>
<tr>
<th>Children</th>
<td class="children"><div><b>A</b>. <<a href="#el_analyse" title="Pour l’instant, mots clés, pas encor affichable">analyse</a>> </div> <div><b>D</b>. <<a href="#el_datation" title="Précisions sur la datation (optionnel)">datation</a>> </div> <div><b>E</b>. <<a href="#el_expeditions" title="ex : « tripplicata », texte libre">expeditions</a>> </div> <div><b>L</b>. <<a href="#el_langue">langue</a>> <<a href="#el_localisation" title="Précisions sur le lieu (optionnel)">localisation</a>> </div> <div><b>M</b>. <<a href="#el_mentions" title="Texte libre">mentions</a>> </div> <div><b>P</b>. <<a href="#el_personnel" title="Liste de rôles ayant eu part à l’acte">personnel</a>> </div> <div><b>R</b>. <<a href="#el_remarques" title="Remarques, texte libre">remarques</a>> </div> <div><b>S</b>. <<a href="#el_scellage" title="Sceau, cire…">scellage</a>> </div> <div><b>T</b>. <<a href="#el_titre">titre</a>> <<a href="#el_tradition" title="Série des témoins, toujours au moins un, l’ordre est sigificatif">tradition</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="compact element"><a href="#el_titre">titre</a> <a href="#el_datation" title="Précisions sur la datation (optionnel)">datation</a> ? <a href="#el_localisation" title="Précisions sur le lieu (optionnel)">localisation</a> ? <a href="#el_analyse" title="Pour l’instant, mots clés, pas encor affichable">analyse</a> ? <a href="#el_tradition" title="Série des témoins, toujours au moins un, l’ordre est sigificatif">tradition</a> <a href="#el_expeditions" title="ex : « tripplicata », texte libre">expeditions</a> ? <a href="#el_mentions" title="Texte libre">mentions</a> ? <a href="#el_scellage" title="Sceau, cire…">scellage</a> ? <a href="#el_langue">langue</a> ? <a href="#el_remarques" title="Remarques, texte libre">remarques</a> ? <a href="#el_personnel" title="Liste de rôles ayant eu part à l’acte">personnel</a> ? </span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>C</b>. <<a href="#el_catalogue" title="Une collection d’actes.">catalogue</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_titre">
<header class="element rng"><<a>titre</a>> </header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>D</b>. <<a href="#el_date" title="Date de l’acte au format AAAA-MM-JJ.">date</a>> </div> <div><b>L</b>. <<a href="#el_lieu">lieu</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="compact element"><a href="#el_date" title="Date de l’acte au format AAAA-MM-JJ.">date</a> <a href="#el_lieu">lieu</a></span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>A</b>. <<a href="#el_acte">acte</a>> </div> </td>
</tr>
</table>
<section class="element rng" id="el_date">
<header class="element rng"><<a>date</a>> Date de l’acte au format AAAA-MM-JJ.</header>
<table class="grammar">
<tr>
<th>Model</th>
<td class="model">
<span class="compact choice">( <li class="value"><em class="data">{token}</em> — pattern: <tt>[0-9]{4}(-[0-9]{2}(-[0-9]{2})?)?</tt></li> | <span class="value">s.d.</span> )</span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>T</b>. <<a href="#el_titre">titre</a>> </div> </td>
</tr>
</table>
</section>
</section>
<section class="element rng" id="el_analyse">
<header class="element rng"><<a>analyse</a>> Pour l’instant, mots clés, pas encor affichable</header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>P</b>. <<a href="#el_pc" title="Petites capitales">pc</a>> </div> <div><b>S</b>. <<a href="#el_sup" title="Exposant">sup</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="more"><a class="ref" href="#def_texte">texte</a> (<a class="toggle" onclick="o=this.parentNode; if(o.className=='more'){o.className='less'; this.innerHTML='▽';} else {o.className='more';this.innerHTML='►'}">►</a><span class="refin"><span class="compact choice">( <i>{text}</i> | <a href="#el_i" title="Italique">i</a> | <a href="#el_pc" title="Petites capitales">pc</a> | <a href="#el_sup" title="Exposant">sup</a> ) * </span></span>)</span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>A</b>. <<a href="#el_acte">acte</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_tradition">
<header class="element rng"><<a>tradition</a>> Série des témoins, toujours au moins un, l’ordre est sigificatif</header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>T</b>. <<a href="#el_temoin" title="Témoin typé">temoin</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model"><a href="#el_temoin" title="Témoin typé">temoin</a> + </td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>A</b>. <<a href="#el_acte">acte</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_tmp">
<header class="element rng"><<a>tmp</a>> </header>
<table class="grammar">
<tr>
<th>Model</th>
<td class="model">
<i>{text}</i>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage">Unused</td>
</tr>
</table>
</section>
<section class="element rng" id="el_langue">
<header class="element rng"><<a>langue</a>> </header>
<table class="grammar">
<tr>
<th>Model</th>
<td class="model">
<i>{text}</i>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>A</b>. <<a href="#el_acte">acte</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_temoin">
<header class="element rng"><<a>temoin</a>> Témoin typé</header>
<table class="grammar">
<tr>
<th>Attributes</th>
<td>
<table class="attributes">
<!--sigle-->
<!--type-->
<tr>
<td class="name">@<a class="required" href="#att_type">type</a></td>
<td/>
<td>
<span class="compact choice">( <span class="value">chancellerie</span> | <span class="value">copie</span> | <span class="value">edition</span> | <span class="value">indique</span> | <span class="value">original</span> | <span class="value">parlement</span> | <span class="value">vidimus</span> | <span class="value">???</span> )</span>
<br/>
</td>
</tr>
<!--type-->
<!--xml:id-->
</table>
</td>
</tr>
<tr>
<th>Children</th>
<td class="children"><div><b>F</b>. <<a href="#el_fonds" title="Intitulé de fonds">fonds</a>> </div> <div><b>R</b>. <<a href="#el_ref" title="Une référence bibliographique siglée">ref</a>> </div> <div><b>S</b>. <<a href="#el_source">source</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="compact element"><span class="compact choice">( <i>{text}</i> | <a href="#el_ref" title="Une référence bibliographique siglée">ref</a> | <a href="#el_fonds" title="Intitulé de fonds">fonds</a> ) * </span> <a href="#el_source">source</a> ? </span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>T</b>. <<a href="#el_tradition" title="Série des témoins, toujours au moins un, l’ordre est sigificatif">tradition</a>> </div> </td>
</tr>
</table>
<section class="element rng" id="el_source">
<header class="element rng"><<a>source</a>> </header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>P</b>. <<a href="#el_pc" title="Petites capitales">pc</a>> </div> <div><b>S</b>. <<a href="#el_sup" title="Exposant">sup</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="more"><a class="ref" href="#def_texte">texte</a> (<a class="toggle" onclick="o=this.parentNode; if(o.className=='more'){o.className='less'; this.innerHTML='▽';} else {o.className='more';this.innerHTML='►'}">►</a><span class="refin"><span class="compact choice">( <i>{text}</i> | <a href="#el_i" title="Italique">i</a> | <a href="#el_pc" title="Petites capitales">pc</a> | <a href="#el_sup" title="Exposant">sup</a> ) * </span></span>)</span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>T</b>. <<a href="#el_temoin" title="Témoin typé">temoin</a>> </div> </td>
</tr>
</table>
</section>
</section>
<section class="element rng" id="el_datation">
<header class="element rng"><<a>datation</a>> Précisions sur la datation (optionnel)</header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>P</b>. <<a href="#el_pc" title="Petites capitales">pc</a>> </div> <div><b>S</b>. <<a href="#el_sup" title="Exposant">sup</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="more"><a class="ref" href="#def_texte">texte</a> (<a class="toggle" onclick="o=this.parentNode; if(o.className=='more'){o.className='less'; this.innerHTML='▽';} else {o.className='more';this.innerHTML='►'}">►</a><span class="refin"><span class="compact choice">( <i>{text}</i> | <a href="#el_i" title="Italique">i</a> | <a href="#el_pc" title="Petites capitales">pc</a> | <a href="#el_sup" title="Exposant">sup</a> ) * </span></span>)</span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>A</b>. <<a href="#el_acte">acte</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_localisation">
<header class="element rng"><<a>localisation</a>> Précisions sur le lieu (optionnel)</header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>P</b>. <<a href="#el_pc" title="Petites capitales">pc</a>> </div> <div><b>S</b>. <<a href="#el_sup" title="Exposant">sup</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="more"><a class="ref" href="#def_texte">texte</a> (<a class="toggle" onclick="o=this.parentNode; if(o.className=='more'){o.className='less'; this.innerHTML='▽';} else {o.className='more';this.innerHTML='►'}">►</a><span class="refin"><span class="compact choice">( <i>{text}</i> | <a href="#el_i" title="Italique">i</a> | <a href="#el_pc" title="Petites capitales">pc</a> | <a href="#el_sup" title="Exposant">sup</a> ) * </span></span>)</span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>A</b>. <<a href="#el_acte">acte</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_expeditions">
<header class="element rng"><<a>expeditions</a>> ex : « tripplicata », texte libre</header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>P</b>. <<a href="#el_pc" title="Petites capitales">pc</a>> </div> <div><b>S</b>. <<a href="#el_sup" title="Exposant">sup</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="more"><a class="ref" href="#def_texte">texte</a> (<a class="toggle" onclick="o=this.parentNode; if(o.className=='more'){o.className='less'; this.innerHTML='▽';} else {o.className='more';this.innerHTML='►'}">►</a><span class="refin"><span class="compact choice">( <i>{text}</i> | <a href="#el_i" title="Italique">i</a> | <a href="#el_pc" title="Petites capitales">pc</a> | <a href="#el_sup" title="Exposant">sup</a> ) * </span></span>)</span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>A</b>. <<a href="#el_acte">acte</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_mentions">
<header class="element rng"><<a>mentions</a>> Texte libre</header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>P</b>. <<a href="#el_pc" title="Petites capitales">pc</a>> </div> <div><b>S</b>. <<a href="#el_sup" title="Exposant">sup</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="more"><a class="ref" href="#def_texte">texte</a> (<a class="toggle" onclick="o=this.parentNode; if(o.className=='more'){o.className='less'; this.innerHTML='▽';} else {o.className='more';this.innerHTML='►'}">►</a><span class="refin"><span class="compact choice">( <i>{text}</i> | <a href="#el_i" title="Italique">i</a> | <a href="#el_pc" title="Petites capitales">pc</a> | <a href="#el_sup" title="Exposant">sup</a> ) * </span></span>)</span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>A</b>. <<a href="#el_acte">acte</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_scellage">
<header class="element rng"><<a>scellage</a>> Sceau, cire…</header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>P</b>. <<a href="#el_pc" title="Petites capitales">pc</a>> </div> <div><b>S</b>. <<a href="#el_sup" title="Exposant">sup</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="more"><a class="ref" href="#def_texte">texte</a> (<a class="toggle" onclick="o=this.parentNode; if(o.className=='more'){o.className='less'; this.innerHTML='▽';} else {o.className='more';this.innerHTML='►'}">►</a><span class="refin"><span class="compact choice">( <i>{text}</i> | <a href="#el_i" title="Italique">i</a> | <a href="#el_pc" title="Petites capitales">pc</a> | <a href="#el_sup" title="Exposant">sup</a> ) * </span></span>)</span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>A</b>. <<a href="#el_acte">acte</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_remarques">
<header class="element rng"><<a>remarques</a>> Remarques, texte libre</header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>P</b>. <<a href="#el_pc" title="Petites capitales">pc</a>> </div> <div><b>S</b>. <<a href="#el_sup" title="Exposant">sup</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="more"><a class="ref" href="#def_texte">texte</a> (<a class="toggle" onclick="o=this.parentNode; if(o.className=='more'){o.className='less'; this.innerHTML='▽';} else {o.className='more';this.innerHTML='►'}">►</a><span class="refin"><span class="compact choice">( <i>{text}</i> | <a href="#el_i" title="Italique">i</a> | <a href="#el_pc" title="Petites capitales">pc</a> | <a href="#el_sup" title="Exposant">sup</a> ) * </span></span>)</span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>A</b>. <<a href="#el_acte">acte</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_personnel">
<header class="element rng"><<a>personnel</a>> Liste de rôles ayant eu part à l’acte</header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>R</b>. <<a href="#el_role" title="Rôle dans un acte, type obligatoire, identifié par un nom ou un code">role</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model"><a href="#el_role" title="Rôle dans un acte, type obligatoire, identifié par un nom ou un code">role</a> + </td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>A</b>. <<a href="#el_acte">acte</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_role">
<header class="element rng"><<a>role</a>> Rôle dans un acte, type obligatoire, identifié par un nom ou un code</header>
<table class="grammar">
<tr>
<th>Attributes</th>
<td>
<table class="attributes">
<!--sigle-->
<!--type-->
<!--type-->
<tr>
<td class="name">@<a class="required" href="#att_type">type</a></td>
<td/>
<td>
<span class="compact choice">( <span class="value">collateur</span> | <span class="value">collation</span> | <span class="value">notaire</span> | <span class="value">refait</span> | <span class="value">refait notaire</span> | <span class="value">sous</span> )</span>
<br/>
</td>
</tr>
<!--xml:id-->
</table>
</td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="compact element">
<i>{text}</i>
</span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>P</b>. <<a href="#el_personnel" title="Liste de rôles ayant eu part à l’acte">personnel</a>> </div> </td>
</tr>
</table>
</section>
<section class="define rng" id="def_texte">
<header class="define rng"><b>texte() </b>Texte riche</header>
<table class="grammar">
<tr>
<th>Content</th>
<td>
<span class="compact choice">( <i>{text}</i> | <a href="#el_i" title="Italique">i</a> | <a href="#el_pc" title="Petites capitales">pc</a> | <a href="#el_sup" title="Exposant">sup</a> ) * </span>
</td>
</tr>
<tr>
<th>Usage</th>
<td><div><b>A</b>. <<a href="#el_analyse" title="Pour l’instant, mots clés, pas encor affichable">analyse</a>> </div> <div><b>D</b>. <<a href="#el_datation" title="Précisions sur la datation (optionnel)">datation</a>> </div> <div><b>E</b>. <<a href="#el_expeditions" title="ex : « tripplicata », texte libre">expeditions</a>> </div> <div><b>F</b>. <<a href="#el_fonds" title="Intitulé de fonds">fonds</a>> </div> <div><b>L</b>. <<a href="#el_localisation" title="Précisions sur le lieu (optionnel)">localisation</a>> </div> <div><b>M</b>. <<a href="#el_mentions" title="Texte libre">mentions</a>> </div> <div><b>R</b>. <<a href="#el_ref" title="Une référence bibliographique siglée">ref</a>> <<a href="#el_remarques" title="Remarques, texte libre">remarques</a>> </div> <div><b>S</b>. <<a href="#el_scellage" title="Sceau, cire…">scellage</a>> <<a href="#el_source">source</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_i">
<header class="element rng"><<a>i</a>> Italique</header>
<table class="grammar">
<tr>
<th>Children</th>
<td class="children"><div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>P</b>. <<a href="#el_pc" title="Petites capitales">pc</a>> </div> <div><b>S</b>. <<a href="#el_sup" title="Exposant">sup</a>> </div> </td>
</tr>
<tr>
<th>Model</th>
<td class="model">
<span class="compact choice">( <i>{text}</i> | <a href="#el_i" title="Italique">i</a> | <a href="#el_pc" title="Petites capitales">pc</a> | <a href="#el_sup" title="Exposant">sup</a> ) + </span>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>A</b>. <<a href="#el_analyse" title="Pour l’instant, mots clés, pas encor affichable">analyse</a>> </div> <div><b>D</b>. <<a href="#el_datation" title="Précisions sur la datation (optionnel)">datation</a>> </div> <div><b>E</b>. <<a href="#el_expeditions" title="ex : « tripplicata », texte libre">expeditions</a>> </div> <div><b>F</b>. <<a href="#el_fonds" title="Intitulé de fonds">fonds</a>> </div> <div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>L</b>. <<a href="#el_localisation" title="Précisions sur le lieu (optionnel)">localisation</a>> </div> <div><b>M</b>. <<a href="#el_mentions" title="Texte libre">mentions</a>> </div> <div><b>R</b>. <<a href="#el_ref" title="Une référence bibliographique siglée">ref</a>> <<a href="#el_remarques" title="Remarques, texte libre">remarques</a>> </div> <div><b>S</b>. <<a href="#el_scellage" title="Sceau, cire…">scellage</a>> <<a href="#el_source">source</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_sup">
<header class="element rng"><<a>sup</a>> Exposant</header>
<table class="grammar">
<tr>
<th>Model</th>
<td class="model">
<i>{text}</i>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>A</b>. <<a href="#el_analyse" title="Pour l’instant, mots clés, pas encor affichable">analyse</a>> </div> <div><b>D</b>. <<a href="#el_datation" title="Précisions sur la datation (optionnel)">datation</a>> </div> <div><b>E</b>. <<a href="#el_expeditions" title="ex : « tripplicata », texte libre">expeditions</a>> </div> <div><b>F</b>. <<a href="#el_fonds" title="Intitulé de fonds">fonds</a>> </div> <div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>L</b>. <<a href="#el_localisation" title="Précisions sur le lieu (optionnel)">localisation</a>> </div> <div><b>M</b>. <<a href="#el_mentions" title="Texte libre">mentions</a>> </div> <div><b>R</b>. <<a href="#el_ref" title="Une référence bibliographique siglée">ref</a>> <<a href="#el_remarques" title="Remarques, texte libre">remarques</a>> </div> <div><b>S</b>. <<a href="#el_scellage" title="Sceau, cire…">scellage</a>> <<a href="#el_source">source</a>> </div> </td>
</tr>
</table>
</section>
<section class="element rng" id="el_pc">
<header class="element rng"><<a>pc</a>> Petites capitales</header>
<table class="grammar">
<tr>
<th>Model</th>
<td class="model">
<i>{text}</i>
</td>
</tr>
<tr>
<th>Parents</th>
<td class="usage"><div><b>A</b>. <<a href="#el_analyse" title="Pour l’instant, mots clés, pas encor affichable">analyse</a>> </div> <div><b>D</b>. <<a href="#el_datation" title="Précisions sur la datation (optionnel)">datation</a>> </div> <div><b>E</b>. <<a href="#el_expeditions" title="ex : « tripplicata », texte libre">expeditions</a>> </div> <div><b>F</b>. <<a href="#el_fonds" title="Intitulé de fonds">fonds</a>> </div> <div><b>I</b>. <<a href="#el_i" title="Italique">i</a>> </div> <div><b>L</b>. <<a href="#el_localisation" title="Précisions sur le lieu (optionnel)">localisation</a>> </div> <div><b>M</b>. <<a href="#el_mentions" title="Texte libre">mentions</a>> </div> <div><b>R</b>. <<a href="#el_ref" title="Une référence bibliographique siglée">ref</a>> <<a href="#el_remarques" title="Remarques, texte libre">remarques</a>> </div> <div><b>S</b>. <<a href="#el_scellage" title="Sceau, cire…">scellage</a>> <<a href="#el_source">source</a>> </div> </td>
</tr>
</table>
</section>
</article>
</body>
</html>