-
Notifications
You must be signed in to change notification settings - Fork 5
/
tax-treatment-NS0-v1_flat.dtd
9046 lines (8000 loc) · 410 KB
/
tax-treatment-NS0-v1_flat.dtd
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
<!-- ========================= -->
<!-- ELEMENT DECLARATIONS HERE -->
<!-- ========================= -->
<!ELEMENT def ((p)+) >
<!ATTLIST def
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
rid IDREFS #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT mml:fn (mml:piecewise|mml:reln|mml:fn|mml:declare|mml:interval|mml:inverse|mml:ident|mml:domain|mml:codomain|mml:image|mml:ln|mml:log|mml:moment|mml:lambda|mml:compose|mml:quotient|mml:divide|mml:minus|mml:power|mml:rem|mml:root|mml:factorial|mml:abs|mml:conjugate|mml:arg|mml:real|mml:imaginary|mml:floor|mml:ceiling|mml:exp|mml:max|mml:min|mml:plus|mml:times|mml:gcd|mml:lcm|mml:and|mml:or|mml:xor|mml:not|mml:implies|mml:equivalent|mml:forall|mml:exists|mml:eq|mml:gt|mml:lt|mml:geq|mml:leq|mml:neq|mml:approx|mml:factorof|mml:tendsto|mml:int|mml:diff|mml:partialdiff|mml:divergence|mml:grad|mml:curl|mml:laplacian|mml:set|mml:list|mml:union|mml:intersect|mml:cartesianproduct|mml:in|mml:notin|mml:notsubset|mml:notprsubset|mml:setdiff|mml:subset|mml:prsubset|mml:card|mml:sum|mml:product|mml:limit|mml:sin|mml:cos|mml:tan|mml:sec|mml:csc|mml:cot|mml:sinh|mml:cosh|mml:tanh|mml:sech|mml:csch|mml:coth|mml:arcsin|mml:arccos|mml:arctan|mml:arccosh|mml:arccot|mml:arccoth|mml:arccsc|mml:arccsch|mml:arcsec|mml:arcsech|mml:arcsinh|mml:arctanh|mml:mean|mml:sdev|mml:variance|mml:median|mml:mode|mml:vector|mml:matrix|mml:matrixrow|mml:determinant|mml:transpose|mml:selector|mml:vectorproduct|mml:scalarproduct|mml:outerproduct|mml:integers|mml:reals|mml:rationals|mml:naturalnumbers|mml:complexes|mml:primes|mml:emptyset|mml:exponentiale|mml:imaginaryi|mml:notanumber|mml:true|mml:false|mml:pi|mml:eulergamma|mml:infinity|mml:semantics|mml:cn|mml:ci|mml:csymbol|mml:apply|mml:bind|mml:share|mml:cerror|mml:cbytes|mml:cs) >
<!ELEMENT year (#PCDATA) >
<!ATTLIST year
xml:lang NMTOKEN #IMPLIED
calendar CDATA #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED
iso-8601-date CDATA #IMPLIED >
<!ELEMENT app-group ((object-id)*,label?,title?,(abstract)*,(kwd-group)*,(subj-group)*,(address|alternatives|answer|answer-set|array|block-alternatives|boxed-text|chem-struct-wrap|code|explanation|fig|fig-group|graphic|media|preformat|question|question-wrap|question-wrap-group|supplementary-material|table-wrap|table-wrap-group|disp-formula|disp-formula-group|def-list|list|tex-math|mml:math|p|related-article|related-object|disp-quote|speech|statement|verse-group)*,(app|ref-list)*) >
<!ATTLIST app-group
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT fig ((object-id)*,label?,(caption)?,(abstract)*,(kwd-group)*,(alt-text|long-desc|email|ext-link|uri)*,(disp-formula|disp-formula-group|chem-struct-wrap|disp-quote|speech|statement|verse-group|table-wrap|p|def-list|list|alternatives|array|code|graphic|media|preformat)*,(attrib|permissions)*) >
<!ATTLIST fig
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED
position (anchor|background|float|margin) 'float'
orientation (portrait|landscape) 'portrait'
fig-type CDATA #IMPLIED >
<!ELEMENT underline (#PCDATA|email|ext-link|uri|inline-supplementary-material|related-article|related-object|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|alternatives|inline-graphic|inline-media|private-char|chem-struct|inline-formula|tex-math|mml:math|abbrev|milestone-end|milestone-start|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation|fn|target|xref|sub|sup)* >
<!ATTLIST underline
specific-use CDATA #IMPLIED
id ID #IMPLIED
toggle (yes|no) #IMPLIED
xml:base CDATA #IMPLIED
underline-style CDATA #IMPLIED >
<!ELEMENT conf-date (#PCDATA)* >
<!ATTLIST conf-date
xml:lang NMTOKEN #IMPLIED
calendar CDATA #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED
iso-8601-date CDATA #IMPLIED >
<!ELEMENT resource-group ((resource-name|resource-wrap)+) >
<!ATTLIST resource-group
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT explanation ((object-id)*,label?,title?,subtitle*,alt-title*,((sec|tp:taxon-treatment)+|((address|alternatives|answer|answer-set|array|block-alternatives|boxed-text|chem-struct-wrap|code|fig|fig-group|graphic|media|preformat|question|question-wrap|question-wrap-group|supplementary-material|table-wrap|table-wrap-group|disp-formula|disp-formula-group|def-list|list|tex-math|mml:math|p|related-article|related-object|disp-quote|speech|statement|verse-group)+,(sec|tp:taxon-treatment)*)),(fn-group|glossary|ref-list)*) >
<!ATTLIST explanation
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
pointer-to-explained IDREFS #REQUIRED
xml:base CDATA #IMPLIED >
<!ELEMENT mml:minus EMPTY >
<!ATTLIST mml:minus
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT conf-num (#PCDATA)* >
<!ATTLIST conf-num
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT issn-l (#PCDATA)* >
<!ATTLIST issn-l
specific-use CDATA #IMPLIED
id ID #IMPLIED
assigning-authority CDATA #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT tp:material-citation (#PCDATA|named-content|tp:collecting-event|object-id|tp:type-status|tp:material-location|tp:taxon-name|xref)* >
<!ATTLIST tp:material-citation
xlink:show (embed|new|none|other|replace) #IMPLIED
xlink:actuate (none|onLoad|onRequest|other) #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type (simple) #IMPLIED
xmlns:xlink CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED
xlink:title CDATA #IMPLIED
xlink:role CDATA #IMPLIED >
<!ELEMENT mml:list (((mml:bvar)*)*,((mml:domainofapplication|mml:condition|(mml:lowlimit,mml:uplimit?))*)*,(mml:piecewise|mml:reln|mml:fn|mml:declare|mml:interval|mml:inverse|mml:ident|mml:domain|mml:codomain|mml:image|mml:ln|mml:log|mml:moment|mml:lambda|mml:compose|mml:quotient|mml:divide|mml:minus|mml:power|mml:rem|mml:root|mml:factorial|mml:abs|mml:conjugate|mml:arg|mml:real|mml:imaginary|mml:floor|mml:ceiling|mml:exp|mml:max|mml:min|mml:plus|mml:times|mml:gcd|mml:lcm|mml:and|mml:or|mml:xor|mml:not|mml:implies|mml:equivalent|mml:forall|mml:exists|mml:eq|mml:gt|mml:lt|mml:geq|mml:leq|mml:neq|mml:approx|mml:factorof|mml:tendsto|mml:int|mml:diff|mml:partialdiff|mml:divergence|mml:grad|mml:curl|mml:laplacian|mml:set|mml:list|mml:union|mml:intersect|mml:cartesianproduct|mml:in|mml:notin|mml:notsubset|mml:notprsubset|mml:setdiff|mml:subset|mml:prsubset|mml:card|mml:sum|mml:product|mml:limit|mml:sin|mml:cos|mml:tan|mml:sec|mml:csc|mml:cot|mml:sinh|mml:cosh|mml:tanh|mml:sech|mml:csch|mml:coth|mml:arcsin|mml:arccos|mml:arctan|mml:arccosh|mml:arccot|mml:arccoth|mml:arccsc|mml:arccsch|mml:arcsec|mml:arcsech|mml:arcsinh|mml:arctanh|mml:mean|mml:sdev|mml:variance|mml:median|mml:mode|mml:vector|mml:matrix|mml:matrixrow|mml:determinant|mml:transpose|mml:selector|mml:vectorproduct|mml:scalarproduct|mml:outerproduct|mml:integers|mml:reals|mml:rationals|mml:naturalnumbers|mml:complexes|mml:primes|mml:emptyset|mml:exponentiale|mml:imaginaryi|mml:notanumber|mml:true|mml:false|mml:pi|mml:eulergamma|mml:infinity|mml:semantics|mml:cn|mml:ci|mml:csymbol|mml:apply|mml:bind|mml:share|mml:cerror|mml:cbytes|mml:cs)*) >
<!ATTLIST mml:list
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
order (numeric|lexicographic) #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT verse-line (#PCDATA|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|alternatives|inline-graphic|inline-media|private-char|chem-struct|inline-formula|abbrev|milestone-end|milestone-start|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation|sub|sup|fn|target|xref)* >
<!ATTLIST verse-line
xml:lang NMTOKEN #IMPLIED
style-type CDATA #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
indent-level CDATA #IMPLIED
id ID #IMPLIED
style CDATA #IMPLIED
style-detail CDATA #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT mml:maligngroup EMPTY >
<!ATTLIST mml:maligngroup
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
mathbackground CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED
groupalign (left|center|right|decimalpoint) #IMPLIED
mathcolor CDATA #IMPLIED >
<!ELEMENT mml:eq EMPTY >
<!ATTLIST mml:eq
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT citation-alternatives ((object-id)*,(element-citation|mixed-citation|nlm-citation)+) >
<!ATTLIST citation-alternatives
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT version (#PCDATA|sub|sup)* >
<!ATTLIST version
xml:lang NMTOKEN #IMPLIED
designator CDATA #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT contrib ((contrib-id)*,(anonymous|collab|collab-alternatives|name|name-alternatives)*,(degrees)*,(address|aff|aff-alternatives|author-comment|bio|email|ext-link|on-behalf-of|role|uri|xref)*) >
<!ATTLIST contrib
deceased (no|yes) #IMPLIED
specific-use CDATA #IMPLIED
xlink:show (embed|new|none|other|replace) #IMPLIED
xlink:actuate (none|onLoad|onRequest|other) #IMPLIED
equal-contrib (no|yes) #IMPLIED
corresp (no|yes) #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type (simple) #IMPLIED
xmlns:xlink CDATA #IMPLIED
rid IDREFS #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED
xlink:title CDATA #IMPLIED
contrib-type CDATA #IMPLIED
xlink:role CDATA #IMPLIED >
<!ELEMENT pub-date-not-available EMPTY >
<!ATTLIST pub-date-not-available
specific-use CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT mml:floor EMPTY >
<!ATTLIST mml:floor
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT size (#PCDATA)* >
<!ATTLIST size
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED
units CDATA #REQUIRED >
<!ELEMENT award-name (#PCDATA)* >
<!ATTLIST award-name
xml:lang NMTOKEN #IMPLIED
xlink:show (embed|new|none|other|replace) #IMPLIED
xlink:actuate (none|onLoad|onRequest|other) #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type (simple) #IMPLIED
xmlns:xlink CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED
xlink:title CDATA #IMPLIED
xlink:role CDATA #IMPLIED >
<!ELEMENT glyph-ref EMPTY >
<!ATTLIST glyph-ref
id ID #IMPLIED
glyph-data IDREF #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT trans-subtitle (#PCDATA|email|ext-link|uri|inline-supplementary-material|related-article|related-object|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|alternatives|inline-graphic|inline-media|private-char|chem-struct|inline-formula|tex-math|mml:math|abbrev|milestone-end|milestone-start|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation|fn|target|xref|sub|sup|break)* >
<!ATTLIST trans-subtitle
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT front-stub (article-id*,(article-version|article-version-alternatives)?,article-categories?,title-group?,(contrib-group|aff|aff-alternatives)*,author-notes?,((pub-date)*|pub-date-not-available?),volume*,volume-id*,volume-series?,issue*,issue-id*,issue-title*,issue-title-group*,issue-sponsor*,issue-part?,volume-issue-group*,isbn*,supplement?,((fpage,lpage?,page-range?)|elocation-id)?,(email|ext-link|uri|product|supplementary-material)*,history?,pub-history?,permissions?,self-uri*,(related-article|related-object)*,(abstract)*,trans-abstract*,(kwd-group)*,funding-group*,support-group*,conference*,counts?,custom-meta-group?) >
<!ATTLIST front-stub
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT tp:nomenclature (sec-meta?,label?,tp:taxon-name,x?,tp:taxon-authority?,x?,tp:taxon-status?,x?,tp:taxon-identifier*,xref*,x?,tp:nomenclature-citation-list*,x?,(tp:type-genus|tp:type-species)?,x?,tp:taxon-type-location?,x?) >
<!ATTLIST tp:nomenclature
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT role (#PCDATA|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|sub|sup|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation)* >
<!ATTLIST role
xml:lang NMTOKEN #IMPLIED
vocab-term CDATA #IMPLIED
specific-use CDATA #IMPLIED
vocab-identifier CDATA #IMPLIED
vocab CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
assigning-authority CDATA #IMPLIED
xml:base CDATA #IMPLIED
vocab-term-identifier CDATA #IMPLIED
degree-contribution CDATA #IMPLIED >
<!ELEMENT mml:transpose EMPTY >
<!ATTLIST mml:transpose
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT tp:mixed-nomenclature (#PCDATA|tp:taxon-name|tp:taxon-authority|tp:taxon-status|xref|tp:nomenclature-citation-list|tp:type-genus|tp:type-species|tp:taxon-type-location)* >
<!ATTLIST tp:mixed-nomenclature
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT conf-loc (#PCDATA|addr-line|city|country|fax|institution|institution-wrap|phone|postal-code|state)* >
<!ATTLIST conf-loc
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT ext-link (#PCDATA|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation|sub|sup)* >
<!ATTLIST ext-link
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
xlink:show (embed|new|none|other|replace) #IMPLIED
xlink:actuate (none|onLoad|onRequest|other) #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type (simple) #IMPLIED
xmlns:xlink CDATA #IMPLIED
id ID #IMPLIED
assigning-authority CDATA #IMPLIED
xml:base CDATA #IMPLIED
ext-link-type CDATA #IMPLIED
xlink:title CDATA #IMPLIED
xlink:role CDATA #IMPLIED >
<!ELEMENT mml:cbytes (#PCDATA) >
<!ATTLIST mml:cbytes
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT mml:root EMPTY >
<!ATTLIST mml:root
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT disp-quote (label?,title?,(address|alternatives|answer|answer-set|array|block-alternatives|boxed-text|chem-struct-wrap|code|explanation|fig|fig-group|graphic|media|preformat|question|question-wrap|question-wrap-group|supplementary-material|table-wrap|table-wrap-group|disp-formula|disp-formula-group|def-list|list|tex-math|mml:math|p|related-article|related-object|disp-quote|speech|statement|verse-group)*,(attrib|permissions)*) >
<!ATTLIST disp-quote
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT ref-list ((object-id)*,label?,title?,(address|alternatives|answer|answer-set|array|block-alternatives|boxed-text|chem-struct-wrap|code|explanation|fig|fig-group|graphic|media|preformat|question|question-wrap|question-wrap-group|supplementary-material|table-wrap|table-wrap-group|disp-formula|disp-formula-group|def-list|list|tex-math|mml:math|p|related-article|related-object|disp-quote|speech|statement|verse-group)*,ref*,(ref-list)*) >
<!ATTLIST ref-list
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT mml:tanh EMPTY >
<!ATTLIST mml:tanh
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT sec (sec-meta?,((label,title?)|title),(address|alternatives|answer|answer-set|array|block-alternatives|boxed-text|chem-struct-wrap|code|explanation|fig|fig-group|graphic|media|preformat|question|question-wrap|question-wrap-group|supplementary-material|table-wrap|table-wrap-group|disp-formula|disp-formula-group|def-list|list|tex-math|mml:math|p|related-article|related-object|disp-quote|speech|statement|verse-group)*,(sec|tp:taxon-treatment)*,(fn-group|glossary|ref-list)*) >
<!ATTLIST sec
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED
sec-type CDATA #IMPLIED >
<!ELEMENT string-conf (#PCDATA|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|alternatives|inline-graphic|inline-media|private-char|chem-struct|inline-formula|abbrev|milestone-end|milestone-start|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation|sub|sup|conf-date|conf-name|conf-num|conf-loc|conf-sponsor|conf-theme|conf-acronym|string-conf)* >
<!ATTLIST string-conf
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT mml:csch EMPTY >
<!ATTLIST mml:csch
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT see (#PCDATA|email|ext-link|uri|inline-supplementary-material|related-article|related-object|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|alternatives|inline-graphic|inline-media|private-char|chem-struct|inline-formula|tex-math|mml:math|abbrev|milestone-end|milestone-start|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation|fn|target|xref|sub|sup|disp-formula|disp-formula-group|array|code|graphic|media|preformat)* >
<!ATTLIST see
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
rid IDREFS #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT mml:int EMPTY >
<!ATTLIST mml:int
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT pub-id (#PCDATA) >
<!ATTLIST pub-id
specific-use CDATA #IMPLIED
xlink:show (embed|new|none|other|replace) #IMPLIED
xlink:actuate (none|onLoad|onRequest|other) #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type (simple) #IMPLIED
xmlns:xlink CDATA #IMPLIED
id ID #IMPLIED
assigning-authority CDATA #IMPLIED
custom-type CDATA #IMPLIED
xml:base CDATA #IMPLIED
xlink:title CDATA #IMPLIED
xlink:role CDATA #IMPLIED
pub-id-type (accession|archive|ark|art-access-id|arxiv|coden|doaj|doi|handle|index|isbn|manuscript|medline|mr|other|pii|pmcid|pmid|publisher-id|sici|std-designation|zbl|custom) #IMPLIED >
<!ELEMENT mml:setdiff EMPTY >
<!ATTLIST mml:setdiff
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT term (#PCDATA|email|ext-link|uri|inline-supplementary-material|related-article|related-object|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|alternatives|inline-graphic|inline-media|private-char|chem-struct|inline-formula|tex-math|mml:math|abbrev|milestone-end|milestone-start|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation|fn|target|xref|sub|sup|disp-formula|disp-formula-group|array|code|graphic|media|preformat)* >
<!ATTLIST term
xml:lang NMTOKEN #IMPLIED
vocab-term CDATA #IMPLIED
specific-use CDATA #IMPLIED
vocab-identifier CDATA #IMPLIED
vocab CDATA #IMPLIED
rid IDREFS #IMPLIED
id ID #IMPLIED
term-status CDATA #IMPLIED
xml:base CDATA #IMPLIED
vocab-term-identifier CDATA #IMPLIED
term-type CDATA #IMPLIED >
<!ELEMENT nested-kwd ((kwd|compound-kwd)+,nested-kwd*) >
<!ATTLIST nested-kwd
vocab-term CDATA #IMPLIED
vocab-identifier CDATA #IMPLIED
vocab CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
assigning-authority CDATA #IMPLIED
xml:base CDATA #IMPLIED
vocab-term-identifier CDATA #IMPLIED >
<!ELEMENT def-item (term,def*) >
<!ATTLIST def-item
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT annotation ((p)+) >
<!ATTLIST annotation
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT pub-history ((event)+) >
<!ATTLIST pub-history
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT address (addr-line|city|country|fax|institution|institution-wrap|phone|postal-code|state|email|ext-link|uri)* >
<!ATTLIST address
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT mml:naturalnumbers EMPTY >
<!ATTLIST mml:naturalnumbers
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT mml:gt EMPTY >
<!ATTLIST mml:gt
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT fn-group (label?,title?,(fn)+) >
<!ATTLIST fn-group
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT disp-formula (#PCDATA|alt-text|long-desc|abstract|email|ext-link|uri|break|caption|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|object-id|inline-graphic|inline-media|private-char|chem-struct|inline-formula|kwd-group|subj-group|label|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation|tex-math|mml:math|alternatives|array|code|graphic|media|preformat|sub|sup)* >
<!ATTLIST disp-formula
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT p (#PCDATA|email|ext-link|uri|inline-supplementary-material|related-article|related-object|address|alternatives|answer|answer-set|array|block-alternatives|boxed-text|chem-struct-wrap|code|explanation|fig|fig-group|graphic|media|preformat|question|question-wrap|question-wrap-group|supplementary-material|table-wrap|table-wrap-group|disp-formula|disp-formula-group|citation-alternatives|element-citation|mixed-citation|nlm-citation|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|award-id|funding-source|open-access|chem-struct|inline-formula|inline-graphic|inline-media|private-char|def-list|list|tex-math|mml:math|abbrev|milestone-end|milestone-start|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation|disp-quote|speech|statement|verse-group|fn|target|xref|sub|sup)* >
<!ATTLIST p
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT tfoot (tr)+ >
<!ATTLIST tfoot
charoff CDATA #IMPLIED
align (left|center|right|justify|char) #IMPLIED
valign (top|middle|bottom|baseline) #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
style CDATA #IMPLIED
xml:base CDATA #IMPLIED
char CDATA #IMPLIED >
<!ELEMENT answer ((object-id)*,label?,title?,subtitle*,alt-title*,((sec|tp:taxon-treatment)+|((address|alternatives|answer|answer-set|array|block-alternatives|boxed-text|chem-struct-wrap|code|fig|fig-group|graphic|media|preformat|question|question-wrap|question-wrap-group|supplementary-material|table-wrap|table-wrap-group|disp-formula|disp-formula-group|def-list|list|tex-math|mml:math|p|related-article|related-object|disp-quote|speech|statement|verse-group)+,(sec|tp:taxon-treatment)*)),(fn-group|glossary|ref-list)*,explanation*) >
<!ATTLIST answer
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED
pointer-to-question IDREFS #REQUIRED >
<!ELEMENT series (#PCDATA|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|sub|sup|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation)* >
<!ATTLIST series
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT x (#PCDATA)* >
<!ATTLIST x
xml:lang NMTOKEN #IMPLIED
xml:space (default|preserve) #FIXED 'preserve'
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT tp:nomenclature-citation-list (#PCDATA|tp:taxon-name|tp:nomenclature-citation)* >
<!ATTLIST tp:nomenclature-citation-list
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT kwd (#PCDATA|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation|sub|sup)* >
<!ATTLIST kwd
vocab-term CDATA #IMPLIED
vocab-identifier CDATA #IMPLIED
vocab CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
assigning-authority CDATA #IMPLIED
xml:base CDATA #IMPLIED
vocab-term-identifier CDATA #IMPLIED >
<!ELEMENT mml:conjugate EMPTY >
<!ATTLIST mml:conjugate
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT mml:partialdiff EMPTY >
<!ATTLIST mml:partialdiff
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT notes (sec-meta?,label?,title?,(address|alternatives|answer|answer-set|array|block-alternatives|boxed-text|chem-struct-wrap|code|explanation|fig|fig-group|graphic|media|preformat|question|question-wrap|question-wrap-group|supplementary-material|table-wrap|table-wrap-group|disp-formula|disp-formula-group|def-list|list|tex-math|mml:math|p|related-article|related-object|disp-quote|speech|statement|verse-group)*,(sec|tp:taxon-treatment)*,(fn-group|glossary|ref-list)*) >
<!ATTLIST notes
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED
notes-type CDATA #IMPLIED >
<!ELEMENT chapter-title (#PCDATA|abbrev|email|ext-link|uri|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|alternatives|inline-graphic|inline-media|private-char|chem-struct|inline-formula|tex-math|mml:math|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation|fn|target|xref|sub|sup)* >
<!ATTLIST chapter-title
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT article-id (#PCDATA) >
<!ATTLIST article-id
specific-use CDATA #IMPLIED
id ID #IMPLIED
assigning-authority CDATA #IMPLIED
custom-type CDATA #IMPLIED
xml:base CDATA #IMPLIED
pub-id-type (accession|archive|ark|art-access-id|arxiv|coden|doaj|doi|handle|index|isbn|manuscript|medline|mr|other|pii|pmcid|pmid|publisher-id|sici|std-designation|zbl|custom) #IMPLIED >
<!ELEMENT ack (label?,title?,(abstract)*,(kwd-group)*,(p)*,(sec|tp:taxon-treatment)*,(ref-list)*) >
<!ATTLIST ack
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT tp:taxon-name (#PCDATA|tp:taxon-name-part|object-id)* >
<!ATTLIST tp:taxon-name
rank CDATA #IMPLIED
reg CDATA #IMPLIED
auth-code CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT gov (#PCDATA|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|sub|sup|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation)* >
<!ATTLIST gov
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT institution (#PCDATA|sub|sup)* >
<!ATTLIST institution
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
xlink:show (embed|new|none|other|replace) #IMPLIED
xlink:actuate (none|onLoad|onRequest|other) #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type (simple) #IMPLIED
xmlns:xlink CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED
xlink:title CDATA #IMPLIED
xlink:role CDATA #IMPLIED >
<!ELEMENT ref (label?,(citation-alternatives|element-citation|mixed-citation|nlm-citation|note)+) >
<!ATTLIST ref
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT mml:imaginary EMPTY >
<!ATTLIST mml:imaginary
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT mml:matrixrow (((mml:bvar)*),((mml:domainofapplication|mml:condition|(mml:lowlimit,mml:uplimit?))*),(mml:piecewise|mml:reln|mml:fn|mml:declare|mml:interval|mml:inverse|mml:ident|mml:domain|mml:codomain|mml:image|mml:ln|mml:log|mml:moment|mml:lambda|mml:compose|mml:quotient|mml:divide|mml:minus|mml:power|mml:rem|mml:root|mml:factorial|mml:abs|mml:conjugate|mml:arg|mml:real|mml:imaginary|mml:floor|mml:ceiling|mml:exp|mml:max|mml:min|mml:plus|mml:times|mml:gcd|mml:lcm|mml:and|mml:or|mml:xor|mml:not|mml:implies|mml:equivalent|mml:forall|mml:exists|mml:eq|mml:gt|mml:lt|mml:geq|mml:leq|mml:neq|mml:approx|mml:factorof|mml:tendsto|mml:int|mml:diff|mml:partialdiff|mml:divergence|mml:grad|mml:curl|mml:laplacian|mml:set|mml:list|mml:union|mml:intersect|mml:cartesianproduct|mml:in|mml:notin|mml:notsubset|mml:notprsubset|mml:setdiff|mml:subset|mml:prsubset|mml:card|mml:sum|mml:product|mml:limit|mml:sin|mml:cos|mml:tan|mml:sec|mml:csc|mml:cot|mml:sinh|mml:cosh|mml:tanh|mml:sech|mml:csch|mml:coth|mml:arcsin|mml:arccos|mml:arctan|mml:arccosh|mml:arccot|mml:arccoth|mml:arccsc|mml:arccsch|mml:arcsec|mml:arcsech|mml:arcsinh|mml:arctanh|mml:mean|mml:sdev|mml:variance|mml:median|mml:mode|mml:vector|mml:matrix|mml:matrixrow|mml:determinant|mml:transpose|mml:selector|mml:vectorproduct|mml:scalarproduct|mml:outerproduct|mml:integers|mml:reals|mml:rationals|mml:naturalnumbers|mml:complexes|mml:primes|mml:emptyset|mml:exponentiale|mml:imaginaryi|mml:notanumber|mml:true|mml:false|mml:pi|mml:eulergamma|mml:infinity|mml:semantics|mml:cn|mml:ci|mml:csymbol|mml:apply|mml:bind|mml:share|mml:cerror|mml:cbytes|mml:cs)*) >
<!ATTLIST mml:matrixrow
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT issue-title-group (issue-title,issue-subtitle*,trans-title-group*) >
<!ATTLIST issue-title-group
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT milestone-start EMPTY >
<!ATTLIST milestone-start
xml:lang NMTOKEN #IMPLIED
rationale CDATA #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
rid IDREF #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT nlm-citation ((person-group|collab)*,(article-title|trans-title)*,source?,patent?,trans-source?,year?,((month?,day?,time-stamp?)|season?),access-date?,volume?,edition?,conf-name?,conf-date?,conf-loc?,(issue|supplement)*,publisher-loc?,publisher-name?,(fpage?,lpage?)*,page-count?,series?,comment*,pub-id*,annotation?) >
<!ATTLIST nlm-citation
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
xlink:show (embed|new|none|other|replace) #IMPLIED
xlink:actuate (none|onLoad|onRequest|other) #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type (simple) #IMPLIED
xmlns:xlink CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED
publication-format CDATA #IMPLIED
xlink:title CDATA #IMPLIED
publisher-type CDATA #IMPLIED
publication-type CDATA #IMPLIED
xlink:role CDATA #IMPLIED >
<!ELEMENT table-wrap-group ((object-id)*,(label)*,(caption)*,(abstract)*,(kwd-group)*,(subj-group)*,(alt-text|long-desc|email|ext-link|uri)*,(table-wrap|xref)+) >
<!ATTLIST table-wrap-group
xml:lang NMTOKEN #IMPLIED
specific-use CDATA #IMPLIED
content-type CDATA #IMPLIED
id ID #IMPLIED
xml:base CDATA #IMPLIED
position (anchor|background|float|margin) 'float'
orientation (portrait|landscape) 'portrait' >
<!ELEMENT mml:set (((mml:bvar)*)*,((mml:domainofapplication|mml:condition|(mml:lowlimit,mml:uplimit?))*)*,(mml:piecewise|mml:reln|mml:fn|mml:declare|mml:interval|mml:inverse|mml:ident|mml:domain|mml:codomain|mml:image|mml:ln|mml:log|mml:moment|mml:lambda|mml:compose|mml:quotient|mml:divide|mml:minus|mml:power|mml:rem|mml:root|mml:factorial|mml:abs|mml:conjugate|mml:arg|mml:real|mml:imaginary|mml:floor|mml:ceiling|mml:exp|mml:max|mml:min|mml:plus|mml:times|mml:gcd|mml:lcm|mml:and|mml:or|mml:xor|mml:not|mml:implies|mml:equivalent|mml:forall|mml:exists|mml:eq|mml:gt|mml:lt|mml:geq|mml:leq|mml:neq|mml:approx|mml:factorof|mml:tendsto|mml:int|mml:diff|mml:partialdiff|mml:divergence|mml:grad|mml:curl|mml:laplacian|mml:set|mml:list|mml:union|mml:intersect|mml:cartesianproduct|mml:in|mml:notin|mml:notsubset|mml:notprsubset|mml:setdiff|mml:subset|mml:prsubset|mml:card|mml:sum|mml:product|mml:limit|mml:sin|mml:cos|mml:tan|mml:sec|mml:csc|mml:cot|mml:sinh|mml:cosh|mml:tanh|mml:sech|mml:csch|mml:coth|mml:arcsin|mml:arccos|mml:arctan|mml:arccosh|mml:arccot|mml:arccoth|mml:arccsc|mml:arccsch|mml:arcsec|mml:arcsech|mml:arcsinh|mml:arctanh|mml:mean|mml:sdev|mml:variance|mml:median|mml:mode|mml:vector|mml:matrix|mml:matrixrow|mml:determinant|mml:transpose|mml:selector|mml:vectorproduct|mml:scalarproduct|mml:outerproduct|mml:integers|mml:reals|mml:rationals|mml:naturalnumbers|mml:complexes|mml:primes|mml:emptyset|mml:exponentiale|mml:imaginaryi|mml:notanumber|mml:true|mml:false|mml:pi|mml:eulergamma|mml:infinity|mml:semantics|mml:cn|mml:ci|mml:csymbol|mml:apply|mml:bind|mml:share|mml:cerror|mml:cbytes|mml:cs)*) >
<!ATTLIST mml:set
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
type CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT mml:in EMPTY >
<!ATTLIST mml:in
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED
xref CDATA #IMPLIED
style CDATA #IMPLIED
other CDATA #IMPLIED >
<!ELEMENT mml:sep EMPTY >
<!ELEMENT tp:taxon-type-location (#PCDATA|object-id)* >
<!ATTLIST tp:taxon-type-location
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT count EMPTY >
<!ATTLIST count
count NMTOKEN #REQUIRED
count-type CDATA #REQUIRED
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT meta-value (#PCDATA|email|ext-link|uri|inline-supplementary-material|related-article|related-object|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|alternatives|inline-graphic|inline-media|private-char|chem-struct|inline-formula|tex-math|mml:math|abbrev|milestone-end|milestone-start|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation|fn|target|xref|sub|sup)* >
<!ATTLIST meta-value
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT term-head (#PCDATA|email|ext-link|uri|inline-supplementary-material|related-article|related-object|bold|fixed-case|italic|monospace|overline|roman|sans-serif|sc|strike|underline|ruby|alternatives|inline-graphic|inline-media|private-char|chem-struct|inline-formula|tex-math|mml:math|abbrev|milestone-end|milestone-start|named-content|styled-content|tp:taxon-name|tp:descriptive-statement|tp:material-citation|fn|target|xref|sub|sup)* >
<!ATTLIST term-head
id ID #IMPLIED
xml:base CDATA #IMPLIED >
<!ELEMENT list (label?,title?,(list-item)+) >
<!ATTLIST list
prefix-word CDATA #IMPLIED
xml:lang NMTOKEN #IMPLIED
list-content CDATA #IMPLIED
specific-use CDATA #IMPLIED
id ID #IMPLIED
list-type CDATA #IMPLIED
xml:base CDATA #IMPLIED
continued-from IDREF #IMPLIED >
<!ELEMENT mml:power EMPTY >
<!ATTLIST mml:power
xml:lang CDATA #IMPLIED
xmlns:mml CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'
xml:space (default|preserve) #IMPLIED
encoding CDATA #IMPLIED
xlink:href CDATA #IMPLIED
xlink:type CDATA #IMPLIED
class CDATA #IMPLIED
definitionURL CDATA #IMPLIED
id ID #IMPLIED
href CDATA #IMPLIED