-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaduradocs-6.1.0.xsd
816 lines (810 loc) · 25.4 KB
/
maduradocs-6.1.0.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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2010 Prometheus Consulting
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.
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xi="http://www.w3.org/2001/XInclude" elementFormDefault="qualified">
<xs:import namespace="http://www.w3.org/2001/XInclude" schemaLocation="http://www.w3.org/2001/XInclude.xsd"/>
<xs:element name="doc">
<xs:complexType>
<xs:sequence>
<xs:element name="title">
<xs:annotation>
<xs:documentation>
The title section of the document contributes to the title page as well as the footer.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="MainTitle" type="xs:string" minOccurs="1"/>
<xs:element name="SubTitle" type="xs:string" minOccurs="1"/>
<xs:element name="Author" type="xs:string" minOccurs="1"/>
<xs:element name="Revision" type="xs:string" default="$Revision: $">
<xs:annotation>
<xs:documentation>
Use source control to keep this up to date by using the default value
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Logo" type="xs:string" minOccurs="0"> <!-- deprecated -->
<xs:annotation>
<xs:documentation>
The image is scaled and placed on the title page. 6cm wide and proportional height.
It is placed 4cm below the subtitle. All of this can be redefined by making your own style.xsl
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="image" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
The image is scaled and placed on the title page. 6cm wide and proportional height.
It is placed 4cm below the subtitle. All of this can be redefined by making your own style.xsl
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="xi:include" minOccurs="0"/>
<xs:element name="log" type="xs:string" minOccurs="0" maxOccurs="1" default="<![CDATA[$Log: $]]>">
<xs:annotation>
<xs:documentation>
Gets the change history from source control
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="references" type="referencesType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Specifies the references, e.g. external web pages.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="reviewers" type="reviewersType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
List of people you want to review this document.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="body">
<xs:annotation>
<xs:documentation>
The main body of the document
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="table" type="tableType" maxOccurs="1">
</xs:element>
<xs:element name="h1" type="h1Type" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
H1 heading
Specify name in t attribute
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="a1" type="a1Type" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
H1 heading
Specify name in t attribute
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="comment" type="commentType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
Specify who and when
Comments are not included in PDF
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="process-reviewers" type="xs:string" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Add this if you want the list of reviewers to appear
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="process-references" type="xs:string" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Add this if you want the list of references to appear
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="process-log" type="xs:string" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Add this if you want the change history to appear
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:complexType name="tableType">
<xs:annotation>
<xs:documentation>
Specifies a table
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="tw" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
Specify table widths. You need a width for each column.
These are needed for PDF generation. Not used in HTML.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
<xs:element name="tr" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="th" type="xs:string" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
Specify table heading, typically the first row of the table has one of these for
each column. You can add them anywhere in the table, however, and you'll get the
style defined for table headings on that cell.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="td" type="pType" minOccurs="0" maxOccurs="unbounded">
<!--
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="figureLink" type="figureLinkType">
<xs:annotation>
<xs:documentation>
reference to an image (or figure)
specify image name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="img" type="imgType">
<xs:annotation>
<xs:documentation>
include an image.
Specify attributes href, height.
Content is image name
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sectionLink" type="sectionLinkType">
<xs:annotation>
<xs:documentation>
reference to a section
specify section name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="bold" type="boldType">
<xs:annotation>
<xs:documentation>
bold text
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Year" type="xs:string">
<xs:annotation>
<xs:documentation>
current year
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ProductVersion" type="xs:string">
<xs:annotation>
<xs:documentation>
Product version
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="footnote" type="xs:string">
<xs:annotation>
<xs:documentation>
Footnote
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="list" type="listType">
<xs:annotation>
<xs:documentation>
List
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="p" type="pType">
<xs:annotation>
<xs:documentation>
Paragraph
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="code" type="codeType">
<xs:annotation>
<xs:documentation>
Code block
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="note" type="pType">
<xs:annotation>
<xs:documentation>
Note block
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="warning" type="warningType">
<xs:annotation>
<xs:documentation>
Warning block
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="rant" type="rantType">
<xs:annotation>
<xs:documentation>
Rant block, not included in PDF
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="referenceLink" type="referenceLinkType">
<xs:annotation>
<xs:documentation>
reference to an external reference from the references section
specify reference name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="tableLink" type="tableLinkType">
<xs:annotation>
<xs:documentation>
reference to a named table
specify reference name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>
-->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="t" type="xs:string"/>
<xs:attribute name="landscape" type="xs:boolean"/>
<xs:attribute name="end" type="xs:boolean"/>
<xs:attribute name="width" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<!-- <xs:enumeration value="1cm"/> -->
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="figureLinkType">
<xs:attribute name="t" type="xs:string" use="required"/>
</xs:complexType>
<xs:complexType name="imgType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="href" type="xs:string" use="required"/>
<xs:attribute name="width" type="xs:string"/>
<xs:attribute name="height" type="xs:string"/>
<xs:attribute name="landscape" type="xs:boolean"/>
<xs:attribute name="end" type="xs:boolean"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="listEntryType" mixed="true">
<xs:complexContent>
<xs:extension base="pType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="list" type="listType">
<xs:annotation>
<xs:documentation>
List
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="listType" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="ll">
<xs:annotation>
<xs:documentation>
Named list element. Use the name attribute to specify the name.
The name appears highlighted in the left hand side.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="listEntryType">
<xs:attribute name="name" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="le" type="listEntryType">
<xs:annotation>
<xs:documentation>
Bulleted list element.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ln" type="listEntryType">
<xs:annotation>
<xs:documentation>
Numbered list element.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:complexType name="headingType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="p" type="pType"/>
<xs:element name="list" type="listType"/>
<xs:element name="img" type="imgType">
<xs:annotation>
<xs:documentation>
include an image.
Specify attributes href, height.
Content is image name
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="code" type="codeType">
<xs:annotation>
<xs:documentation>
Code block
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="note" type="pType">
<xs:annotation>
<xs:documentation>
Note block
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="warning" type="pType">
<xs:annotation>
<xs:documentation>
Warning block
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="rant" type="pType">
<xs:annotation>
<xs:documentation>
Rant block, not included in PDF
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="table" type="tableType">
<xs:annotation>
<xs:documentation>
specify a table
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="comment" type="commentType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
Specify who and when
Comments are not included in PDF
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:attribute name="t" type="xs:string" use="required"/>
<xs:attribute name="landscape" type="xs:boolean"/>
<xs:attribute name="end" type="xs:boolean"/>
</xs:complexType>
<xs:complexType name="h1Type">
<xs:complexContent>
<xs:extension base="headingType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="h2" type="h2Type">
<xs:annotation>
<xs:documentation>
H2 heading
Specify name in t attribute
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="h2Type">
<xs:complexContent>
<xs:extension base="headingType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="h3" type="h3Type">
<xs:annotation>
<xs:documentation>
H3 heading
Specify name in t attribute
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="h3Type">
<xs:complexContent>
<xs:extension base="headingType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="h4" type="h4Type">
<xs:annotation>
<xs:documentation>
H4 heading
Specify name in t attribute
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="h4Type">
<xs:complexContent>
<xs:extension base="headingType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="h5" type="headingType">
<xs:annotation>
<xs:documentation>
H5 heading
Specify name in t attribute
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="a1Type">
<xs:complexContent>
<xs:extension base="headingType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a2" type="a2Type">
<xs:annotation>
<xs:documentation>
a2 heading
Specify name in t attribute
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="a2Type">
<xs:complexContent>
<xs:extension base="headingType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a3" type="a3Type">
<xs:annotation>
<xs:documentation>
a3 heading
Specify name in t attribute
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="a3Type">
<xs:complexContent>
<xs:extension base="headingType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a4" type="a4Type">
<xs:annotation>
<xs:documentation>
a4 heading
Specify name in t attribute
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="a4Type">
<xs:complexContent>
<xs:extension base="headingType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a4" type="headingType">
<xs:annotation>
<xs:documentation>
a5 heading
Specify name in t attribute
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="pType" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="figureLink" type="figureLinkType">
<xs:annotation>
<xs:documentation>
reference to an image (or figure)
specify image name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sectionLink" type="sectionLinkType">
<xs:annotation>
<xs:documentation>
reference to a section
specify section name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="bold" type="boldType">
<xs:annotation>
<xs:documentation>
bold block
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="emph" type="emphType">
<xs:annotation>
<xs:documentation>
emphasis (italics) block
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="courier" type="courierType">
<xs:annotation>
<xs:documentation>
courier block (similar to code, but inline)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="code" type="codeType">
<xs:annotation>
<xs:documentation>
code block
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Year" type="xs:string">
<xs:annotation>
<xs:documentation>
current year
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ProductVersion" type="xs:string">
<xs:annotation>
<xs:documentation>
Product version
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="footnote" type="pType"/>
<xs:element name="referenceLink" type="referenceLinkType">
<xs:annotation>
<xs:documentation>
reference to an external reference from the references section
specify reference name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="tableLink" type="tableLinkType">
<xs:annotation>
<xs:documentation>
reference to a named table
specify reference name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="comment" type="commentType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
Specify who and when
Comments are not included in PDF
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:complexType name="commentType" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="list" type="listType"/>
<xs:element name="p" type="pType"/>
</xs:choice>
<xs:attribute name="who" type="xs:string" use="required"/>
<xs:attribute name="when" type="xs:date" use="required"/>
</xs:complexType>
<xs:simpleType name="noteType">
<xs:restriction base="xs:string"/>
</xs:simpleType>
<xs:simpleType name="warningType">
<xs:restriction base="xs:string"/>
</xs:simpleType>
<xs:simpleType name="codeType">
<xs:restriction base="xs:string"/>
</xs:simpleType>
<xs:simpleType name="rantType">
<xs:restriction base="xs:string"/>
</xs:simpleType>
<xs:simpleType name="courierType">
<xs:restriction base="xs:string"/>
</xs:simpleType>
<xs:complexType name="boldType" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="figureLink" type="figureLinkType">
<xs:annotation>
<xs:documentation>
reference to an image (or figure)
specify image name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="img" type="imgType">
<xs:annotation>
<xs:documentation>
include an image.
Specify attributes href, height.
Content is image name
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sectionLink" type="sectionLinkType">
<xs:annotation>
<xs:documentation>
reference to a section
specify section name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="referenceLink" type="referenceLinkType">
<xs:annotation>
<xs:documentation>
reference to an external reference from the references section
specify reference name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="tableLink" type="tableLinkType">
<xs:annotation>
<xs:documentation>
reference to a named table
specify reference name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Year" type="xs:string"/>
<xs:element name="ProductVersion" type="xs:string"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="emphType" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="figureLink" type="figureLinkType">
<xs:annotation>
<xs:documentation>
reference to an image (or figure)
specify image name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="img" type="imgType">
<xs:annotation>
<xs:documentation>
include an image.
Specify attributes href, height.
Content is image name
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="sectionLink" type="sectionLinkType">
<xs:annotation>
<xs:documentation>
reference to a section
specify section name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="referenceLink" type="referenceLinkType">
<xs:annotation>
<xs:documentation>
reference to an external reference from the references section
specify reference name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="tableLink" type="tableLinkType">
<xs:annotation>
<xs:documentation>
reference to a named table
specify reference name in attribute t
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Year" type="xs:string"/>
<xs:element name="ProductVersion" type="xs:string"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="referenceLinkType">
<xs:attribute name="t" type="xs:string" use="required"/>
</xs:complexType>
<xs:complexType name="tableLinkType">
<xs:attribute name="t" type="xs:string" use="required"/>
</xs:complexType>
<xs:complexType name="sectionLinkType">
<xs:attribute name="t" type="xs:string" use="required"/>
</xs:complexType>
<xs:complexType name="referencesType">
<xs:sequence>
<xs:element name="reference" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
External references have a name and an optional url.
If present the url will make a link to the document
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="t" type="xs:string" use="required"/>
<xs:attribute name="url" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="reviewersType">
<xs:sequence>
<xs:element name="reviewer" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
Reviewers name a name (short name)
A flag indicating if they have completed the review
and email address and a full name for display
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="complete" type="xs:boolean" use="required"/>
<xs:attribute name="email" type="xs:string" use="required"/>
<xs:attribute name="fullName" type="xs:string" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:schema>