-
Notifications
You must be signed in to change notification settings - Fork 0
/
akomantoso30.xsd
6862 lines (6829 loc) · 239 KB
/
akomantoso30.xsd
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
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<!--
Akoma Ntoso Version 1.0. Part 2: Specifications
OASIS Standard
29 August 2018
Copyright (c) OASIS Open 2018. All Rights Reserved.
Source: http://docs.oasis-open.org/legaldocml/akn-core/v1.0/os/part2-specs/schemas/
Latest version of the specification: http://docs.oasis-open.org.legaldocml/akn-core/v1.0/akn-core-v1.0-part2-specs.html
TC IPR Statement: https://www.oasis-open.org/committees/legaldocml/ipr.php
-->
<xsd:schema xmlns="http://docs.oasis-open.org/legaldocml/ns/akn/3.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://docs.oasis-open.org/legaldocml/ns/akn/3.0" elementFormDefault="qualified">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="./xml.xsd"/>
<xsd:annotation>
<xsd:documentation>
=====================================================================
Akoma Ntoso main schema
Release 30/03/2017 - Akoma Ntoso 3.0
Complete version.
technical supervision Fabio Vitali - University of Bologna
legal domain supervision Monica Palmirani - University of Bologna
The present schema uses systematically XML design patterns as
described in http://www.xmlpatterns.com/
A few of them are explicitly mentioned, when their use or approach
was not felt clear or natural enough. Others are just used without
mentions.
TERMS AND CONDITIONS
This schema is provided by OASIS, the Copyright Holder, under licence
cc-by 4.0, that can also be found at the URL https://creativecommons.org/licenses/by/4.0/legalcode
=====================================================================
</xsd:documentation>
</xsd:annotation>
<xsd:annotation>
<xsd:documentation>
=====================================================================
Main element groups
=====================================================================
</xsd:documentation>
</xsd:annotation>
<xsd:group name="ANhier">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>ANhier</name>
<comment>
The group ANhier lists the elements that belong to the Akoma Ntoso legislative hierarchy</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="clause"/>
<xsd:element ref="section"/>
<xsd:element ref="part"/>
<xsd:element ref="paragraph"/>
<xsd:element ref="chapter"/>
<xsd:element ref="title"/>
<xsd:element ref="article"/>
<xsd:element ref="book"/>
<xsd:element ref="tome"/>
<xsd:element ref="division"/>
<xsd:element ref="list"/>
<xsd:element ref="point"/>
<xsd:element ref="indent"/>
<xsd:element ref="alinea"/>
<xsd:element ref="rule"/>
<xsd:element ref="subrule"/>
<xsd:element ref="proviso"/>
<xsd:element ref="subsection"/>
<xsd:element ref="subpart"/>
<xsd:element ref="subparagraph"/>
<xsd:element ref="subchapter"/>
<xsd:element ref="subtitle"/>
<xsd:element ref="subdivision"/>
<xsd:element ref="subclause"/>
<xsd:element ref="sublist"/>
<xsd:element ref="level"/>
<xsd:element ref="transitional"/>
</xsd:choice>
</xsd:group>
<xsd:group name="ANcontainers">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>ANcontainers</name>
<comment>
The group ANcontainers lists the elements that are containers and are specific to the Akoma Ntoso debate vocabulary</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="speechGroup"/>
<xsd:element ref="speech"/>
<xsd:element ref="question"/>
<xsd:element ref="answer"/>
<xsd:element ref="other"/>
<xsd:element ref="scene"/>
<xsd:element ref="narrative"/>
<xsd:element ref="summary"/>
</xsd:choice>
</xsd:group>
<xsd:group name="basicContainers">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>basicContainers</name>
<comment>
The group basicContainers lists the elements that are containers and are specific to vocabulary of preambles, prefaces, conclusions and coverPages</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="longTitle"/>
<xsd:element ref="formula"/>
<xsd:element ref="container"/>
</xsd:choice>
</xsd:group>
<xsd:group name="preambleContainers">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>preambleContainers</name>
<comment>
The group preambleContainers lists the elements that are containers and are specific to the Akoma Ntoso preamble vocabulary</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="recitals"/>
<xsd:element ref="citations"/>
<xsd:element ref="formula"/>
<xsd:element ref="container"/>
</xsd:choice>
</xsd:group>
<xsd:group name="prefaceContainers">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>prefaceContainers</name>
<comment>
The group prefaceContainers lists the elements that are containers and are specific to the Akoma Ntoso preface vocabulary</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="longTitle"/>
<xsd:element ref="formula"/>
<xsd:element ref="container"/>
</xsd:choice>
</xsd:group>
<xsd:group name="ANblock">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>ANblock</name>
<comment>
The group ANblock lists the elements that are blocks and are specific to the Akoma Ntoso vocabulary</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="blockList"/>
<xsd:element ref="blockContainer"/>
<xsd:element ref="tblock"/>
<xsd:element ref="toc"/>
</xsd:choice>
</xsd:group>
<xsd:group name="ANinline">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>ANinline</name>
<comment>
The group ANinline lists the elements that are inline and are specific to the Akoma Ntoso vocabulary</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="ref"/>
<xsd:element ref="mref"/>
<xsd:element ref="rref"/>
<xsd:element ref="mod"/>
<xsd:element ref="mmod"/>
<xsd:element ref="rmod"/>
<xsd:element ref="remark"/>
<xsd:element ref="recordedTime"/>
<xsd:element ref="vote"/>
<xsd:element ref="outcome"/>
<xsd:element ref="ins"/>
<xsd:element ref="del"/>
<xsd:element ref="omissis"/>
<xsd:element ref="embeddedText"/>
<xsd:element ref="embeddedStructure"/>
<xsd:element ref="opinion"/>
<xsd:element ref="placeholder"/>
<xsd:element ref="fillIn"/>
<xsd:element ref="decoration"/>
</xsd:choice>
</xsd:group>
<xsd:group name="ANtitleInline">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>ANtitleInline</name>
<comment>
The group ANtitleInline lists the elements that are inline, are specific to the Akoma Ntoso vocabulary, and should only be used within the initial elements (preface, preamble and coverpage)</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="docType"/>
<xsd:element ref="docTitle"/>
<xsd:element ref="docNumber"/>
<xsd:element ref="docProponent"/>
<xsd:element ref="docDate"/>
<xsd:element ref="legislature"/>
<xsd:element ref="session"/>
<xsd:element ref="shortTitle"/>
<xsd:element ref="docAuthority"/>
<xsd:element ref="docPurpose"/>
<xsd:element ref="docCommittee"/>
<xsd:element ref="docIntroducer"/>
<xsd:element ref="docStage"/>
<xsd:element ref="docStatus"/>
<xsd:element ref="docJurisdiction"/>
<xsd:element ref="docketNumber"/>
</xsd:choice>
</xsd:group>
<xsd:group name="ANheaderInline">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>ANheaderInline</name>
<comment>
The group ANheaderInline lists the elements that are inline, are specific to the Akoma Ntoso vocabulary, and should only be used within the header element</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="courtType"/>
<xsd:element ref="neutralCitation"/>
<xsd:element ref="party"/>
<xsd:element ref="judge"/>
<xsd:element ref="lawyer"/>
<xsd:element ref="signature"/>
<xsd:element ref="argument"/>
</xsd:choice>
</xsd:group>
<xsd:group name="ANsemanticInline">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>ANsemanticInline</name>
<comment>
The group ANsemanticInline lists additional elements that are inline, and are specific to the Akoma Ntoso vocabulary</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="date"/>
<xsd:element ref="time"/>
<xsd:element ref="person"/>
<xsd:element ref="organization"/>
<xsd:element ref="concept"/>
<xsd:element ref="object"/>
<xsd:element ref="event"/>
<xsd:element ref="location"/>
<xsd:element ref="process"/>
<xsd:element ref="role"/>
<xsd:element ref="term"/>
<xsd:element ref="quantity"/>
<xsd:element ref="def"/>
<xsd:element ref="entity"/>
</xsd:choice>
</xsd:group>
<xsd:group name="ANmarker">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>ANmarker</name>
<comment>
The group ANmarker lists the elements that are markers and are specific to the Akoma Ntoso vocabulary</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="noteRef"/>
<xsd:element ref="eol"/>
<xsd:element ref="eop"/>
</xsd:choice>
</xsd:group>
<xsd:group name="ANsubFlow">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>ANsubFlow</name>
<comment>
The group ANsubFlow lists the elements that are subFlows and are specific to the Akoma Ntoso vocabulary</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="authorialNote"/>
</xsd:sequence>
</xsd:group>
<xsd:group name="HTMLcontainers">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>HTMLcontainers</name>
<comment>
The group HTMLcontainers lists the elements that are containers and were inherited from the HTML vocabulary</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="div"/>
</xsd:sequence>
</xsd:group>
<xsd:group name="HTMLblock">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>HTMLblock</name>
<comment>
The group HTMLblock lists the elements that are blocks and were inherited from the HTML vocabulary</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="ul"/>
<xsd:element ref="ol"/>
<xsd:element ref="table"/>
<xsd:element ref="p"/>
</xsd:choice>
</xsd:group>
<xsd:group name="HTMLinline">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>HTMLinline</name>
<comment>
The group HTMLinline lists the elements that are inline and were inherited from the HTML vocabulary</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="b"/>
<xsd:element ref="i"/>
<xsd:element ref="a"/>
<xsd:element ref="u"/>
<xsd:element ref="sub"/>
<xsd:element ref="sup"/>
<xsd:element ref="abbr"/>
<xsd:element ref="span"/>
</xsd:choice>
</xsd:group>
<xsd:group name="HTMLmarker">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>HTMLmarker</name>
<comment>
The group HTMLmarker lists the elements that are marker and were inherited from the HTML vocabulary</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="img"/>
<xsd:element ref="br"/>
</xsd:choice>
</xsd:group>
<xsd:group name="judgmentBlock">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>judgmentBlock</name>
<comment>
The group judgmentBlock lists the structures that should be found in a judgment</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="introduction"/>
<xsd:element ref="background"/>
<xsd:element ref="arguments"/>
<xsd:element ref="remedies"/>
<xsd:element ref="motivation"/>
<xsd:element ref="decision"/>
</xsd:choice>
</xsd:group>
<xsd:group name="amendmentBlock">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>amendmentBlock</name>
<comment>
The group amendmentBlock lists the structures that should be found in an amendment</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="amendmentHeading"/>
<xsd:element ref="amendmentContent"/>
<xsd:element ref="amendmentReference"/>
<xsd:element ref="amendmentJustification"/>
</xsd:choice>
</xsd:group>
<xsd:group name="amendmentInline">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>amendmentInline</name>
<comment>
The group amendmentInline lists the inline elements that should be found in the preface of an amendment</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="affectedDocument"/>
<xsd:element ref="relatedDocument"/>
<xsd:element ref="change"/>
</xsd:choice>
</xsd:group>
<xsd:group name="speechSection">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>speechSection</name>
<comment>
The group speechSection lists the structures that should contain speeches</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="administrationOfOath"/>
<xsd:element ref="rollCall"/>
<xsd:element ref="prayers"/>
<xsd:element ref="oralStatements"/>
<xsd:element ref="writtenStatements"/>
<xsd:element ref="personalStatements"/>
<xsd:element ref="ministerialStatements"/>
<xsd:element ref="resolutions"/>
<xsd:element ref="nationalInterest"/>
<xsd:element ref="declarationOfVote"/>
<xsd:element ref="communication"/>
<xsd:element ref="petitions"/>
<xsd:element ref="papers"/>
<xsd:element ref="noticesOfMotion"/>
<xsd:element ref="questions"/>
<xsd:element ref="address"/>
<xsd:element ref="proceduralMotions"/>
<xsd:element ref="pointOfOrder"/>
<xsd:element ref="adjournment"/>
<xsd:element ref="debateSection"/>
</xsd:choice>
</xsd:group>
<xsd:group name="hierElements">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>hierElements</name>
<comment>
The group hierElements lists all the elements that are hierarchical</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:group ref="ANhier"/>
<xsd:element ref="hcontainer"/>
</xsd:choice>
</xsd:group>
<xsd:group name="containerElements">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>containerElements</name>
<comment>
The group containerElements lists all the elements that are containers</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:group ref="speechSection"/>
<xsd:group ref="HTMLcontainers"/>
<xsd:element ref="container"/>
</xsd:choice>
</xsd:group>
<xsd:group name="blockElements">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>blockElements</name>
<comment>
The group blockElements lists all the elements that are blocks</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:group ref="ANblock"/>
<xsd:group ref="HTMLblock"/>
<xsd:element ref="foreign"/>
<xsd:element ref="block"/>
</xsd:choice>
</xsd:group>
<xsd:group name="inlineElements">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>inlineElements</name>
<comment>
The group inlineElements lists all the elements that are inline</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:group ref="ANinline"/>
<xsd:group ref="HTMLinline"/>
<xsd:group ref="ANtitleInline"/>
<xsd:group ref="ANsemanticInline"/>
<xsd:group ref="ANheaderInline"/>
<xsd:group ref="amendmentInline"/>
<xsd:element ref="inline"/>
</xsd:choice>
</xsd:group>
<xsd:group name="subFlowElements">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>subFlowElements</name>
<comment>
The group subFlowElements lists all the elements that are subFlows</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:group ref="ANsubFlow"/>
<xsd:element ref="subFlow"/>
</xsd:choice>
</xsd:group>
<xsd:group name="markerElements">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>markerElements</name>
<comment>
The group markerElements lists all the elements that are markers</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:group ref="ANmarker"/>
<xsd:group ref="HTMLmarker"/>
<xsd:element ref="marker"/>
</xsd:choice>
</xsd:group>
<xsd:group name="inlineCM">
<xsd:annotation>
<xsd:documentation>
<type>Group</type>
<name>inlineCM</name>
<comment>
The group inlineCM is the content model of blocks and inlines, and is composed of all the inlines and all the markers</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:group ref="inlineElements"/>
<xsd:group ref="markerElements"/>
<xsd:group ref="subFlowElements"/>
</xsd:choice>
</xsd:group>
<xsd:annotation>
<xsd:documentation>
=====================================================================
Attribute groups
=====================================================================
</xsd:documentation>
</xsd:annotation>
<xsd:attributeGroup name="contains">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>contains</name>
<comment>
The attribute contains is used in the root of document types to indicate whether the document is original or modified wrt the orignal version</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="contains" type="versionType" default="originalVersion"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="alt">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>alt</name>
<comment>
The attribute alternativeTo is used to specify, when the element contains an alternative version of some content, the eId of the main element which this element is an alternative copy of</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="alternativeTo" type="eIdRef"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="name">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>name</name>
<comment>
The attribute name is used to give a name to all generic elements</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="number">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>number</name>
<comment>
The attribute number is used to specify a number in the publication of the document</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="number" type="xsd:string"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="source">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>source</name>
<comment>
The attribute source links to the agent (person, organization) providing the specific annotation or markup</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="source" type="agentRef" use="required"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="date">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>date</name>
<comment>
The attribute date is used to give a normalized value for a date according to the XSD syntax YYYY-MM-DD or a normalized value for a dateTime according to the XSD syntax YYYY-MM-DDThh:mm:ss(zzzz)</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="date" use="required">
<xsd:simpleType>
<xsd:union memberTypes="xsd:date xsd:dateTime"/>
</xsd:simpleType>
</xsd:attribute>
</xsd:attributeGroup>
<xsd:attributeGroup name="time">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>time</name>
<comment>
The attribute time is used to give a normalized value for a time according to the XSD syntax HH:MM:SS</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="time" use="required">
<xsd:simpleType>
<xsd:union memberTypes="xsd:time xsd:dateTime"/>
</xsd:simpleType>
</xsd:attribute>
</xsd:attributeGroup>
<xsd:attributeGroup name="link">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>link</name>
<comment>
The attribute href is used to specify an internal or external destination for a reference, a citation, an access to the ontology or a hypertext link. In elements using this attribute definition the href attribute is required</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="href" type="xsd:anyURI" use="required"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="linkopt">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>linkopt</name>
<comment>
The attribute href is used to specify an internal or external destination for a reference, a citation, an access to the ontology or a hypertext link. In elements using this attribute definition the href attribute is optional</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="href" type="xsd:anyURI"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="value">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>value</name>
<comment>
The attribute value is used to specify a value for metadata elements. In elements using this attribute definition the value attribute is required</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="value" type="xsd:string" use="required"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="optvalue">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>optvalue</name>
<comment>
The attribute value is used to specify a value for metadata elements. In elements using this attribute definition the value attribute is optional</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="value" type="xsd:string"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="booleanvalue">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>booleanvalue</name>
<comment>
The attribute value is used here to specify a boolean value for metadata elements. In elements using this attribute definition the value attribute is required</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="value" type="xsd:boolean" use="required"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="interval">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>interval</name>
<comment>
The start and end attributes are used to specify events that mark the beginning and the end of a time interval. Both are references to eventRef elements in the lifecycle element</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="start" type="eventRefRef"/>
<xsd:attribute name="end" type="eventRefRef"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="duration">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>duration</name>
<comment>
The duration attribute is used to specify a duration when either the start or the end event of a time interval is not known.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="duration" type="xsd:duration"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="speechAtts">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>speechAtts</name>
<comment>
The attributes in speechAtts are used in speeches to identify agents and roles of speeches. In particular, attribute 'by' identifies the speaker, optional attribute 'as' identifies the role under which the speaker is speaking, optional attribute startTime specifies the absolute date and time where the individual speech item started, optional attribute endTime specifies the absolute date and time where the individual speech item ended, and optional attribute to identifies the addressee of the speech. All of them are references to person or organization elements in the references section</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attributeGroup ref="agent"/>
<xsd:attributeGroup ref="role"/>
<xsd:attribute name="startTime" type="xsd:dateTime"/>
<xsd:attribute name="endTime" type="xsd:dateTime"/>
<xsd:attribute name="to" type="agentRef"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="voteAtts">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>voteAtts</name>
<comment>
The attributes in voteAtts are used in votes to identify agents and choices in votes. In particular, attribute 'by' identifies the voter, optional attribute 'as' identifies the role under which the voter is acting, optional attribute 'choice' specifies the vote that was casted.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attributeGroup ref="agent"/>
<xsd:attributeGroup ref="role"/>
<xsd:attribute name="choice" type="voteRef"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="frozen">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>frozen</name>
<comment>
The attribute frozen for the condition element specifies whether the condition is frozen or not in the time period of this expression.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="frozen" type="xsd:boolean"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="lawyerAtts">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>lawyerAtts</name>
<comment>
The attributes in lawyerAtts are used in the inline element lawyer to identify representation aspects of lawyers. In particular, attribute 'as' identifies his/her role, attribute 'for' identifies which party it represents, and attribute 'empoweredBy' identifies another lawyer, if any, this lawyer received the power delegation of power.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attributeGroup ref="role"/>
<xsd:attribute name="for" type="agentRef"/>
<xsd:attribute name="empoweredBy" type="agentRef"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="normalizedAtt">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>normalizedAtt</name>
<comment>
The attribute normalized is used in the inline element quantity to provide a normalized value of the number, if appropriate.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="normalized" type="xsd:string"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="for">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>for</name>
<comment>
The attribute for is used in modification elements to specify the element this is a modification of.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="for" type="eIdRef"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="mappingAtts">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>mappingAtts</name>
<comment>
The mappingAtts attributes represent the reference to the permanent wId (attribute original) of a structure, and to the eId (attribute current) such structure had during the time interval included between an initial temporalGroup (attribute start) and a final temporalGroup (attribute end).</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="original" type="wIdRef"/>
<xsd:attribute name="current" type="eIdRef"/>
<xsd:attribute name="start" type="eventRefRef"/>
<xsd:attribute name="end" type="eventRefRef"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="originating">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>originating</name>
<comment>
The attribute originating is used to identify whether the event is the one originating this expression</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="originatingExpression" type="xsd:boolean"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="outcome">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>outcome</name>
<comment>
The attribute outcome is used to identify the outcome of a step in a workflow. It is a reference to a TLCConcept element in the references section</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="outcome" type="conceptRef"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="portionAtt">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>portionAtt</name>
<comment>
the attribute includedIn specifies the eId of the element of the references section identifying the document that this portion is a portion of.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="includedIn" type="referenceRef" use="required"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="level">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>level</name>
<comment>
the attribute level specifies the level of the toc element.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="level" type="xsd:integer" use="required"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="target">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>target</name>
<comment>
the attribute target specifies the target of the a element.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="target" type="xsd:string"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="imgAtts">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>imgAtts</name>
<comment>
these attributes specify the dimension of the image.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="width" type="xsd:integer"/>
<xsd:attribute name="height" type="xsd:integer"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="tableAtts">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>tableAtts</name>
<comment>
these attributes specify the characteristics of the table.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="width" type="xsd:integer"/>
<xsd:attribute name="border" type="xsd:integer"/>
<xsd:attribute name="cellspacing" type="xsd:integer"/>
<xsd:attribute name="cellpadding" type="xsd:integer"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="originalText">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>originalText</name>
<comment>
the attribute originalText contains the original text of a placeholder</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="originalText" type="xsd:string"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="fillInWidth">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>fillInWidth</name>
<comment>
the attribute width of the element fillIn specifies the width of the fillIn element.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="width" type="xsd:string"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="upTo">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>upTo</name>
<comment>
The attribute upTo is used in range-based elements to specify the eId of the ending element of the range.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="upTo" type="eIdRef" use="required"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="upToOpt">
<xsd:attribute name="upTo" type="eIdRef"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="range">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>range</name>
<comment>
These attributes are used in range-based elements to specify the eId of the beginning and ending element of the range.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="from" type="eIdRef" use="required"/>
<xsd:attributeGroup ref="upTo"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="rangeOpt">
<xsd:attribute name="from" type="eIdRef" use="required"/>
<xsd:attributeGroup ref="upToOpt"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="pos">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>pos</name>
<comment>
The attribute pos is used to identify the specific position of the reference (e.g., in source or destination)
with respect to the element being identified with the relative eId.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="pos" type="posType"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="language">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>language</name>
<comment>
This attribute specifies the human language in which the document the element refers to is expressed. Values are taken from the RFC 4646.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="language" type="language" use="required"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="fromLanguage">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>fromLanguage</name>
<comment>
This attribute specifies the human language of the expression this is a translation of. Values are taken from the RFC 4646.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="fromLanguage" type="language" use="required"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="pivot">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>pivot</name>
<comment>
This attribute specifies the human language used as a pivot in the translation. Values are taken from the RFC 4646.</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="pivot" type="language"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="authoritative">
<xsd:annotation>
<xsd:documentation>
<type>Attlist</type>
<name>authoritative</name>
<comment>
This attribute specifies whether the translation is authoritative or not</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="authoritative" type="xsd:boolean"/>