VirtualBox

source: vbox/trunk/src/libs/dbdita-1.0/ditaWriterMake/ditabase_MERGED.xml@ 98585

Last change on this file since 98585 was 98585, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Setting svn properties of db2dita converter.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 122.1 KB
Line 
1<?xml version="1.0" encoding="utf-8" standalone="no"?>
2<!--
3 | LICENSE: This file is part of the DITA Open Toolkit project hosted on
4 | Sourceforge.net. See the accompanying license.txt file for
5 | applicable licenses.
6 *-->
7<!--
8 | (C) Copyright IBM Corporation 2006. All Rights Reserved.
9 *-->
10<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/" elementFormDefault="qualified" attributeFormDefault="unqualified">
11 <xs:include schemaLocation="uiDomain.xsd">
12 <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified">
13 <xs:complexType name="uicontrol.class" mixed="true">
14
15 <xs:choice minOccurs="0" maxOccurs="unbounded">
16
17 <xs:element ref="image"/>
18
19 <xs:element ref="shortcut"/>
20
21 <xs:group ref="words.cnt"/>
22
23 </xs:choice>
24
25 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
26
27 <xs:attribute name="outputclass" type="xs:string"/>
28
29 <xs:attributeGroup ref="global-atts"/>
30
31 <xs:attributeGroup ref="univ-atts"/>
32
33 <xs:attribute ref="class" default="+ topic/ph ui-d/uicontrol "/>
34
35 </xs:complexType>
36 <xs:complexType name="shortcut.class" mixed="true">
37
38 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
39
40 <xs:attribute name="outputclass" type="xs:string"/>
41
42 <xs:attributeGroup ref="global-atts"/>
43
44 <xs:attributeGroup ref="univ-atts"/>
45
46 <xs:attribute ref="class" default="+ topic/keyword ui-d/shortcut "/>
47
48 </xs:complexType>
49 <xs:complexType name="wintitle.class" mixed="true">
50
51 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
52
53 <xs:attribute name="outputclass" type="xs:string"/>
54
55 <xs:attributeGroup ref="global-atts"/>
56
57 <xs:attributeGroup ref="univ-atts"/>
58
59 <xs:attribute ref="class" default="+ topic/keyword ui-d/wintitle "/>
60
61 </xs:complexType>
62 <xs:complexType name="menucascade.class">
63
64 <xs:choice maxOccurs="unbounded">
65
66 <xs:element ref="uicontrol"/>
67
68 </xs:choice>
69
70 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
71
72 <xs:attribute name="outputclass" type="xs:string"/>
73
74 <xs:attributeGroup ref="global-atts"/>
75
76 <xs:attributeGroup ref="univ-atts"/>
77
78 <xs:attribute ref="class" default="+ topic/ph ui-d/menucascade "/>
79
80 </xs:complexType>
81 <xs:complexType name="screen.class" mixed="true">
82
83 <xs:choice minOccurs="0" maxOccurs="unbounded">
84
85 <xs:group ref="basic.ph.notm"/>
86
87 <xs:group ref="txt.incl"/>
88
89 </xs:choice>
90
91 <xs:attribute name="spectitle" type="xs:string"/>
92
93 <xs:attribute name="outputclass" type="xs:string"/>
94
95 <xs:attributeGroup ref="global-atts"/>
96
97 <xs:attributeGroup ref="univ-atts"/>
98
99 <xs:attributeGroup ref="display-atts"/>
100
101 <xs:attribute ref="xml:space" fixed="preserve"/>
102
103 <xs:attribute ref="class" default="+ topic/pre ui-d/screen "/>
104
105 </xs:complexType>
106 </xs:schema>
107 </xs:include>
108 <xs:include schemaLocation="softwareDomain.xsd">
109 <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified">
110 <xs:complexType name="msgph.class" mixed="true">
111
112 <xs:choice minOccurs="0" maxOccurs="unbounded">
113
114 <xs:group ref="words.cnt"/>
115
116 </xs:choice>
117
118 <xs:attribute name="outputclass" type="xs:string"/>
119
120 <xs:attributeGroup ref="univ-atts"/>
121
122 <xs:attributeGroup ref="global-atts"/>
123
124 <xs:attribute ref="class" default="+ topic/ph sw-d/msgph "/>
125
126 </xs:complexType>
127 <xs:complexType name="msgnum.class" mixed="true">
128
129 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
130
131 <xs:attribute name="outputclass" type="xs:string"/>
132
133 <xs:attributeGroup ref="univ-atts"/>
134
135 <xs:attributeGroup ref="global-atts"/>
136
137 <xs:attribute ref="class" default="+ topic/keyword sw-d/msgnum "/>
138
139 </xs:complexType>
140 <xs:complexType name="varname.class" mixed="true">
141
142 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
143
144 <xs:attribute name="outputclass" type="xs:string"/>
145
146 <xs:attributeGroup ref="univ-atts"/>
147
148 <xs:attributeGroup ref="global-atts"/>
149
150 <xs:attribute ref="class" default="+ topic/keyword sw-d/varname "/>
151
152 </xs:complexType>
153 <xs:complexType name="msgblock.class" mixed="true">
154
155 <xs:choice minOccurs="0" maxOccurs="unbounded">
156
157 <xs:group ref="words.cnt"/>
158
159 </xs:choice>
160
161 <xs:attribute name="outputclass" type="xs:string"/>
162
163 <xs:attribute name="spectitle" type="xs:string"/>
164
165 <xs:attribute ref="xml:space" fixed="preserve"/>
166
167 <xs:attributeGroup ref="display-atts"/>
168
169 <xs:attributeGroup ref="univ-atts"/>
170
171 <xs:attributeGroup ref="global-atts"/>
172
173 <xs:attribute ref="class" default="+ topic/pre sw-d/msgblock "/>
174
175 </xs:complexType>
176 <xs:complexType name="cmdname.class" mixed="true">
177
178 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
179
180 <xs:attribute name="outputclass" type="xs:string"/>
181
182 <xs:attributeGroup ref="univ-atts"/>
183
184 <xs:attributeGroup ref="global-atts"/>
185
186 <xs:attribute ref="class" default="+ topic/keyword sw-d/cmdname "/>
187
188 </xs:complexType>
189 <xs:complexType name="filepath.class" mixed="true">
190
191 <xs:choice minOccurs="0" maxOccurs="unbounded">
192
193 <xs:group ref="words.cnt"/>
194
195 </xs:choice>
196
197 <xs:attribute name="outputclass" type="xs:string"/>
198
199 <xs:attributeGroup ref="univ-atts"/>
200
201 <xs:attributeGroup ref="global-atts"/>
202
203 <xs:attribute ref="class" default="+ topic/ph sw-d/filepath "/>
204
205 </xs:complexType>
206 <xs:complexType name="userinput.class" mixed="true">
207
208 <xs:choice minOccurs="0" maxOccurs="unbounded">
209
210 <xs:group ref="words.cnt"/>
211
212 </xs:choice>
213
214 <xs:attribute name="outputclass" type="xs:string"/>
215
216 <xs:attributeGroup ref="univ-atts"/>
217
218 <xs:attributeGroup ref="global-atts"/>
219
220 <xs:attribute ref="class" default="+ topic/ph sw-d/userinput "/>
221
222 </xs:complexType>
223 <xs:complexType name="systemoutput.class" mixed="true">
224
225 <xs:choice minOccurs="0" maxOccurs="unbounded">
226
227 <xs:group ref="words.cnt"/>
228
229 </xs:choice>
230
231 <xs:attribute name="outputclass" type="xs:string"/>
232
233 <xs:attributeGroup ref="univ-atts"/>
234
235 <xs:attributeGroup ref="global-atts"/>
236
237 <xs:attribute ref="class" default="+ topic/ph sw-d/systemoutput "/>
238
239 </xs:complexType>
240 </xs:schema>
241 </xs:include>
242 <xs:include schemaLocation="highlightDomain.xsd">
243 <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified">
244 <xs:complexType name="sup.class" mixed="true">
245
246 <xs:choice minOccurs="0" maxOccurs="unbounded">
247
248 <xs:group ref="basic.ph"/>
249
250 </xs:choice>
251
252 <xs:attributeGroup ref="global-atts"/>
253
254 <xs:attributeGroup ref="univ-atts"/>
255
256 <xs:attribute name="outputclass" type="xs:string"/>
257
258 <xs:attribute ref="class" default="+ topic/ph hi-d/sup "/>
259
260 </xs:complexType>
261 <xs:complexType name="sub.class" mixed="true">
262
263 <xs:choice minOccurs="0" maxOccurs="unbounded">
264
265 <xs:group ref="basic.ph"/>
266
267 </xs:choice>
268
269 <xs:attributeGroup ref="global-atts"/>
270
271 <xs:attributeGroup ref="univ-atts"/>
272
273 <xs:attribute name="outputclass" type="xs:string"/>
274
275 <xs:attribute ref="class" default="+ topic/ph hi-d/sub "/>
276
277 </xs:complexType>
278 <xs:complexType name="tt.class" mixed="true">
279
280 <xs:choice minOccurs="0" maxOccurs="unbounded">
281
282 <xs:group ref="basic.ph"/>
283
284 </xs:choice>
285
286 <xs:attributeGroup ref="global-atts"/>
287
288 <xs:attributeGroup ref="univ-atts"/>
289
290 <xs:attribute name="outputclass" type="xs:string"/>
291
292 <xs:attribute ref="class" default="+ topic/ph hi-d/tt "/>
293
294 </xs:complexType>
295 <xs:complexType name="b.class" mixed="true">
296
297 <xs:choice minOccurs="0" maxOccurs="unbounded">
298
299 <xs:group ref="basic.ph"/>
300
301 </xs:choice>
302
303 <xs:attributeGroup ref="global-atts"/>
304
305 <xs:attributeGroup ref="univ-atts"/>
306
307 <xs:attribute name="outputclass" type="xs:string"/>
308
309 <xs:attribute ref="class" default="+ topic/ph hi-d/b "/>
310
311 </xs:complexType>
312 <xs:complexType name="u.class" mixed="true">
313
314 <xs:choice minOccurs="0" maxOccurs="unbounded">
315
316 <xs:group ref="basic.ph"/>
317
318 </xs:choice>
319
320 <xs:attributeGroup ref="global-atts"/>
321
322 <xs:attributeGroup ref="univ-atts"/>
323
324 <xs:attribute name="outputclass" type="xs:string"/>
325
326 <xs:attribute ref="class" default="+ topic/ph hi-d/u "/>
327
328 </xs:complexType>
329 <xs:complexType name="i.class" mixed="true">
330
331 <xs:choice minOccurs="0" maxOccurs="unbounded">
332
333 <xs:group ref="basic.ph"/>
334
335 </xs:choice>
336
337 <xs:attributeGroup ref="global-atts"/>
338
339 <xs:attributeGroup ref="univ-atts"/>
340
341 <xs:attribute name="outputclass" type="xs:string"/>
342
343 <xs:attribute ref="class" default="+ topic/ph hi-d/i "/>
344
345 </xs:complexType>
346 </xs:schema>
347 </xs:include>
348 <xs:include schemaLocation="programmingDomain.xsd">
349 <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified">
350 <xs:attributeGroup name="univ-atts-no-importance">
351
352 <xs:attributeGroup ref="id-atts"/>
353
354 <xs:attribute name="platform" type="xs:string"/>
355
356 <xs:attribute name="product" type="xs:string"/>
357
358 <xs:attribute name="audience" type="xs:string"/>
359
360 <xs:attribute name="otherprops" type="xs:string"/>
361
362 <xs:attribute name="rev" type="xs:string"/>
363
364 <xs:attribute name="status" type="status-atts.class"/>
365
366 <xs:attribute name="translate" type="yesno-att.class"/>
367
368 <xs:attribute ref="xml:lang"/>
369
370 </xs:attributeGroup>
371 <xs:attributeGroup name="univ-atts-importance-nodefault">
372
373 <xs:attributeGroup ref="id-atts"/>
374
375 <xs:attribute name="platform" type="xs:string"/>
376
377 <xs:attribute name="product" type="xs:string"/>
378
379 <xs:attribute name="audience" type="xs:string"/>
380
381 <xs:attribute name="otherprops" type="xs:string"/>
382
383 <xs:attribute name="rev" type="xs:string"/>
384
385 <xs:attribute name="importance" type="importance-att-nodefault.class"/>
386
387 <xs:attribute name="translate" type="yesno-att.class"/>
388
389 <xs:attribute ref="xml:lang"/>
390
391 </xs:attributeGroup>
392 <xs:complexType name="codeph.class" mixed="true">
393
394 <xs:choice minOccurs="0" maxOccurs="unbounded">
395
396 <xs:group ref="basic.ph.notm"/>
397
398 </xs:choice>
399
400 <xs:attribute name="outputclass" type="xs:string"/>
401
402 <xs:attributeGroup ref="global-atts"/>
403
404 <xs:attributeGroup ref="univ-atts"/>
405
406 <xs:attribute ref="class" default="+ topic/ph pr-d/codeph "/>
407
408 </xs:complexType>
409 <xs:complexType name="codeblock.class" mixed="true">
410
411 <xs:choice minOccurs="0" maxOccurs="unbounded">
412
413 <xs:group ref="basic.ph.notm"/>
414
415 <xs:group ref="txt.incl"/>
416
417 </xs:choice>
418
419 <xs:attribute name="outputclass" type="xs:string"/>
420
421 <xs:attribute name="spectitle" type="xs:string"/>
422
423 <xs:attributeGroup ref="display-atts"/>
424
425 <xs:attributeGroup ref="univ-atts"/>
426
427 <xs:attribute ref="xml:space" fixed="preserve"/>
428
429 <xs:attributeGroup ref="global-atts"/>
430
431 <xs:attribute ref="class" default="+ topic/pre pr-d/codeblock "/>
432
433 </xs:complexType>
434 <xs:complexType name="option.class" mixed="true">
435
436 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
437
438 <xs:attribute name="outputclass" type="xs:string"/>
439
440 <xs:attributeGroup ref="global-atts"/>
441
442 <xs:attributeGroup ref="univ-atts"/>
443
444 <xs:attribute ref="class" default="+ topic/keyword pr-d/option "/>
445
446 </xs:complexType>
447 <xs:complexType name="var.class" mixed="true">
448
449 <xs:choice minOccurs="0" maxOccurs="unbounded">
450
451 <xs:group ref="words.cnt"/>
452
453 </xs:choice>
454
455 <xs:attribute name="outputclass" type="xs:string"/>
456
457 <xs:attribute name="importance" type="importance-att-progdom.class"/>
458
459 <xs:attributeGroup ref="global-atts"/>
460
461 <xs:attributeGroup ref="univ-atts-no-importance"/>
462
463 <xs:attribute ref="class" default="+ topic/ph pr-d/var "/>
464
465 </xs:complexType>
466 <xs:complexType name="parmname.class" mixed="true">
467
468 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
469
470 <xs:attribute name="outputclass" type="xs:string"/>
471
472 <xs:attributeGroup ref="global-atts"/>
473
474 <xs:attributeGroup ref="univ-atts"/>
475
476 <xs:attribute ref="class" default="+ topic/keyword pr-d/parmname "/>
477
478 </xs:complexType>
479 <xs:complexType name="synph.class" mixed="true">
480
481 <xs:choice minOccurs="0" maxOccurs="unbounded">
482 <!-- ph -->
483
484 <xs:element ref="codeph"/>
485
486 <xs:element ref="var"/>
487
488 <xs:element ref="oper"/>
489
490 <xs:element ref="delim"/>
491
492 <xs:element ref="sep"/>
493
494 <xs:element ref="synph"/>
495 <!-- keyword -->
496
497 <xs:element ref="option"/>
498
499 <xs:element ref="parmname"/>
500
501 <xs:element ref="kwd"/>
502
503 </xs:choice>
504
505 <xs:attribute name="outputclass" type="xs:string"/>
506
507 <xs:attributeGroup ref="global-atts"/>
508
509 <xs:attributeGroup ref="univ-atts"/>
510
511 <xs:attribute ref="class" default="+ topic/ph pr-d/synph "/>
512
513 </xs:complexType>
514 <xs:complexType name="oper.class" mixed="true">
515
516 <xs:choice minOccurs="0" maxOccurs="unbounded">
517
518 <xs:group ref="words.cnt"/>
519
520 </xs:choice>
521
522 <xs:attribute name="outputclass" type="xs:string"/>
523
524 <xs:attributeGroup ref="univ-atts-no-importance"/>
525
526 <xs:attribute name="importance" type="importance-att-progdom.class"/>
527
528 <xs:attributeGroup ref="global-atts"/>
529
530 <xs:attribute ref="class" default="+ topic/ph pr-d/oper "/>
531
532 </xs:complexType>
533 <xs:complexType name="delim.class" mixed="true">
534
535 <xs:choice minOccurs="0" maxOccurs="unbounded">
536
537 <xs:group ref="words.cnt"/>
538
539 </xs:choice>
540
541 <xs:attribute name="outputclass" type="xs:string"/>
542
543 <xs:attributeGroup ref="global-atts"/>
544
545 <xs:attributeGroup ref="univ-atts-no-importance"/>
546
547 <xs:attribute name="importance" type="importance-att-nodefault.class"/>
548
549 <xs:attribute ref="class" default="+ topic/ph pr-d/delim "/>
550
551 </xs:complexType>
552 <xs:complexType name="sep.class" mixed="true">
553
554 <xs:choice minOccurs="0" maxOccurs="unbounded">
555
556 <xs:group ref="words.cnt"/>
557
558 </xs:choice>
559
560 <xs:attribute name="outputclass" type="xs:string"/>
561
562 <xs:attributeGroup ref="global-atts"/>
563
564 <xs:attributeGroup ref="univ-atts-no-importance"/>
565
566 <xs:attribute name="importance" type="importance-att-nodefault.class"/>
567
568 <xs:attribute ref="class" default="+ topic/ph pr-d/sep "/>
569
570 </xs:complexType>
571 <xs:complexType name="apiname.class" mixed="true">
572
573 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
574
575 <xs:attribute name="outputclass" type="xs:string"/>
576
577 <xs:attributeGroup ref="global-atts"/>
578
579 <xs:attributeGroup ref="univ-atts"/>
580
581 <xs:attribute ref="class" default="+ topic/keyword pr-d/apiname "/>
582
583 </xs:complexType>
584 <xs:complexType name="parml.class">
585
586 <xs:choice maxOccurs="unbounded">
587
588 <xs:element ref="plentry"/>
589
590 </xs:choice>
591
592 <xs:attribute name="spectitle" type="xs:string"/>
593
594 <xs:attribute name="outputclass" type="xs:string"/>
595
596 <xs:attributeGroup ref="global-atts"/>
597
598 <xs:attributeGroup ref="univ-atts"/>
599
600 <xs:attribute name="compact" type="yesno-att.class"/>
601
602 <xs:attribute ref="class" default="+ topic/dl pr-d/parml "/>
603
604 </xs:complexType>
605 <xs:complexType name="plentry.class">
606
607 <xs:sequence>
608
609 <xs:element ref="pt" maxOccurs="unbounded"/>
610
611 <xs:element ref="pd" maxOccurs="unbounded"/>
612
613 </xs:sequence>
614
615 <xs:attribute name="outputclass" type="xs:string"/>
616
617 <xs:attributeGroup ref="global-atts"/>
618
619 <xs:attributeGroup ref="univ-atts"/>
620
621 <xs:attribute ref="class" default="+ topic/dlentry pr-d/plentry "/>
622
623 </xs:complexType>
624 <xs:complexType name="pt.class" mixed="true">
625
626 <xs:choice minOccurs="0" maxOccurs="unbounded">
627
628 <xs:group ref="term.cnt"/>
629
630 </xs:choice>
631
632 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
633
634 <xs:attribute name="outputclass" type="xs:string"/>
635
636 <xs:attributeGroup ref="global-atts"/>
637
638 <xs:attributeGroup ref="univ-atts"/>
639
640 <xs:attribute ref="class" default="+ topic/dt pr-d/pt "/>
641
642 </xs:complexType>
643 <xs:complexType name="pd.class" mixed="true">
644
645 <xs:choice minOccurs="0" maxOccurs="unbounded">
646
647 <xs:group ref="defn.cnt"/>
648
649 </xs:choice>
650
651 <xs:attribute name="outputclass" type="xs:string"/>
652
653 <xs:attributeGroup ref="global-atts"/>
654
655 <xs:attributeGroup ref="univ-atts"/>
656
657 <xs:attribute ref="class" default="+ topic/dd pr-d/pd "/>
658
659 </xs:complexType>
660 <xs:complexType name="syntaxdiagram.class">
661
662 <xs:sequence>
663
664 <xs:element ref="title" minOccurs="0" maxOccurs="1"/>
665
666 <xs:choice minOccurs="0" maxOccurs="unbounded">
667
668 <xs:group ref="syntaxdiagram.grp"/>
669
670 <xs:element ref="fragment"/>
671
672 <xs:element ref="synblk"/>
673
674 </xs:choice>
675
676 </xs:sequence>
677
678 <xs:attribute name="outputclass" type="xs:string"/>
679
680 <xs:attributeGroup ref="global-atts"/>
681
682 <xs:attributeGroup ref="univ-atts"/>
683
684 <xs:attributeGroup ref="display-atts"/>
685
686 <xs:attribute ref="class" default="+ topic/fig pr-d/syntaxdiagram "/>
687
688 </xs:complexType>
689 <xs:complexType name="synblk.class">
690
691 <xs:sequence>
692
693 <xs:element ref="title" minOccurs="0"/>
694
695 <xs:choice minOccurs="0" maxOccurs="unbounded">
696
697 <xs:group ref="syntaxdiagram.grp"/>
698
699 <xs:element ref="fragment"/>
700
701 </xs:choice>
702
703 </xs:sequence>
704
705 <xs:attribute name="outputclass" type="xs:string"/>
706
707 <xs:attributeGroup ref="global-atts"/>
708
709 <xs:attributeGroup ref="univ-atts"/>
710
711 <xs:attribute ref="class" default="+ topic/figgroup pr-d/synblk "/>
712
713 </xs:complexType>
714 <xs:complexType name="groupseq.class">
715
716 <xs:sequence>
717
718 <xs:element ref="title" minOccurs="0"/>
719
720 <xs:element ref="repsep" minOccurs="0"/>
721
722 <xs:choice minOccurs="0" maxOccurs="unbounded">
723
724 <xs:group ref="syntaxdiagram.grp"/>
725
726 <xs:group ref="syntaxdiagramprog.grp"/>
727
728 </xs:choice>
729
730 </xs:sequence>
731
732 <xs:attribute name="outputclass" type="xs:string"/>
733
734 <xs:attributeGroup ref="global-atts"/>
735
736 <xs:attributeGroup ref="univ-atts-no-importance"/>
737
738 <xs:attribute name="importance" type="importance-att-progdom.class"/>
739
740 <xs:attribute ref="class" default="+ topic/figgroup pr-d/groupseq "/>
741
742 </xs:complexType>
743 <xs:complexType name="groupchoice.class">
744
745 <xs:sequence>
746
747 <xs:element ref="title" minOccurs="0"/>
748
749 <xs:element ref="repsep" minOccurs="0"/>
750
751 <xs:choice minOccurs="0" maxOccurs="unbounded">
752
753 <xs:group ref="syntaxdiagram.grp"/>
754
755 <xs:group ref="syntaxdiagramprog.grp"/>
756
757 </xs:choice>
758
759 </xs:sequence>
760
761 <xs:attribute name="outputclass" type="xs:string"/>
762
763 <xs:attributeGroup ref="global-atts"/>
764
765 <xs:attributeGroup ref="univ-atts-no-importance"/>
766
767 <xs:attribute name="importance" type="importance-att-progdom.class"/>
768
769 <xs:attribute ref="class" default="+ topic/figgroup pr-d/groupchoice "/>
770
771 </xs:complexType>
772 <xs:complexType name="groupcomp.class">
773
774 <xs:sequence>
775
776 <xs:element ref="title" minOccurs="0"/>
777
778 <xs:element ref="repsep" minOccurs="0"/>
779
780 <xs:choice minOccurs="0" maxOccurs="unbounded">
781
782 <xs:group ref="syntaxdiagram.grp"/>
783
784 <xs:group ref="syntaxdiagramprog.grp"/>
785
786 </xs:choice>
787
788 </xs:sequence>
789
790 <xs:attribute name="outputclass" type="xs:string"/>
791
792 <xs:attributeGroup ref="global-atts"/>
793
794 <xs:attributeGroup ref="univ-atts-no-importance"/>
795
796 <xs:attribute name="importance" type="importance-att-progdom.class"/>
797
798 <xs:attribute ref="class" default="+ topic/figgroup pr-d/groupcomp "/>
799
800 </xs:complexType>
801 <xs:complexType name="fragment.class">
802
803 <xs:sequence>
804
805 <xs:element ref="title" minOccurs="0"/>
806
807 <xs:choice minOccurs="0" maxOccurs="unbounded">
808
809 <xs:group ref="syntaxdiagram.grp"/>
810
811 </xs:choice>
812
813 </xs:sequence>
814
815 <xs:attribute name="outputclass" type="xs:string"/>
816
817 <xs:attributeGroup ref="global-atts"/>
818
819 <xs:attributeGroup ref="univ-atts"/>
820
821 <xs:attribute ref="class" default="+ topic/figgroup pr-d/fragment "/>
822
823 </xs:complexType>
824 <xs:complexType name="fragref.class" mixed="true">
825
826 <xs:choice minOccurs="0" maxOccurs="unbounded">
827
828 <xs:group ref="xrefph.cnt"/>
829
830 </xs:choice>
831
832 <xs:attribute name="href" type="xs:string"/>
833
834 <xs:attribute name="outputclass" type="xs:string"/>
835
836 <xs:attributeGroup ref="global-atts"/>
837
838 <xs:attributeGroup ref="univ-atts-no-importance"/>
839
840 <xs:attribute name="importance" type="importance-att-nodefault.class"/>
841
842 <xs:attribute ref="class" default="+ topic/xref pr-d/fragref "/>
843
844 </xs:complexType>
845 <xs:complexType name="synnote.class" mixed="true">
846
847 <xs:choice minOccurs="0" maxOccurs="unbounded">
848
849 <xs:group ref="basic.ph"/>
850
851 </xs:choice>
852
853 <xs:attribute name="callout" type="xs:string"/>
854
855 <xs:attribute name="outputclass" type="xs:string"/>
856
857 <xs:attributeGroup ref="global-atts"/>
858
859 <xs:attributeGroup ref="univ-atts"/>
860
861 <xs:attribute ref="class" default="+ topic/fn pr-d/synnote "/>
862
863 </xs:complexType>
864 <xs:complexType name="synnoteref.class">
865
866 <xs:attribute name="href" type="xs:string" use="required"/>
867
868 <xs:attribute name="outputclass" type="xs:string"/>
869
870 <xs:attributeGroup ref="global-atts"/>
871
872 <xs:attributeGroup ref="univ-atts"/>
873
874 <xs:attribute ref="class" default="+ topic/xref pr-d/synnoteref "/>
875
876 </xs:complexType>
877 <xs:complexType name="repsep.class" mixed="true">
878
879 <xs:choice minOccurs="0" maxOccurs="unbounded">
880
881 <xs:group ref="words.cnt"/>
882
883 </xs:choice>
884
885 <xs:attribute name="outputclass" type="xs:string"/>
886
887 <xs:attributeGroup ref="global-atts"/>
888
889 <xs:attributeGroup ref="univ-atts-no-importance"/>
890
891 <xs:attribute name="importance" type="importance-att-nodefault.class"/>
892
893 <xs:attribute ref="class" default="+ topic/ph pr-d/repsep "/>
894
895 </xs:complexType>
896 <xs:complexType name="kwd.class" mixed="true">
897
898 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
899
900 <xs:attribute name="outputclass" type="xs:string"/>
901
902 <xs:attributeGroup ref="global-atts"/>
903
904 <xs:attributeGroup ref="univ-atts-no-importance"/>
905
906 <xs:attribute name="importance" type="importance-att-progdom.class"/>
907
908 <xs:attribute ref="class" default="+ topic/keyword pr-d/kwd "/>
909
910 </xs:complexType>
911 </xs:schema>
912 </xs:include>
913 <xs:include schemaLocation="utilitiesDomain.xsd">
914 <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified">
915 <xs:attributeGroup name="univ-atts-translate-no">
916
917 <xs:attributeGroup ref="id-atts"/>
918
919 <xs:attributeGroup ref="select-atts"/>
920
921 <xs:attribute name="translate" type="yesno-att.class" default="no"/>
922
923 <xs:attribute ref="xml:lang"/>
924
925 </xs:attributeGroup>
926 <xs:complexType name="imagemap.class">
927
928 <xs:sequence>
929
930 <xs:element ref="image"/>
931
932 <xs:element ref="area" maxOccurs="unbounded"/>
933
934 </xs:sequence>
935
936 <xs:attributeGroup ref="univ-atts"/>
937
938 <xs:attributeGroup ref="display-atts"/>
939
940 <xs:attribute name="spectitle" type="xs:string"/>
941
942 <xs:attribute name="outputclass" type="xs:string"/>
943
944 <xs:attributeGroup ref="global-atts"/>
945
946 <xs:attribute ref="class" default="+ topic/fig ut-d/imagemap "/>
947
948 </xs:complexType>
949 <xs:complexType name="area.class">
950
951 <xs:sequence>
952
953 <xs:element ref="shape"/>
954
955 <xs:element ref="coords"/>
956
957 <xs:element ref="xref"/>
958
959 </xs:sequence>
960
961 <xs:attributeGroup ref="univ-atts"/>
962
963 <xs:attribute name="outputclass" type="xs:string"/>
964
965 <xs:attributeGroup ref="global-atts"/>
966
967 <xs:attribute ref="class" default="+ topic/figgroup ut-d/area "/>
968
969 </xs:complexType>
970 <xs:complexType name="shape.class" mixed="true">
971
972 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
973
974 <xs:attributeGroup ref="univ-atts-translate-no"/>
975
976 <xs:attribute name="outputclass" type="xs:string"/>
977
978 <xs:attributeGroup ref="global-atts"/>
979
980 <xs:attribute ref="class" default="+ topic/keyword ut-d/shape "/>
981
982 </xs:complexType>
983 <xs:complexType name="coords.class" mixed="true">
984
985 <xs:choice minOccurs="0" maxOccurs="unbounded">
986
987 <xs:group ref="words.cnt"/>
988
989 </xs:choice>
990
991 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
992
993 <xs:attributeGroup ref="univ-atts-translate-no"/>
994
995 <xs:attribute name="outputclass" type="xs:string"/>
996
997 <xs:attributeGroup ref="global-atts"/>
998
999 <xs:attribute ref="class" default="+ topic/ph ut-d/coords "/>
1000
1001 </xs:complexType>
1002 </xs:schema>
1003 </xs:include>
1004 <xs:include schemaLocation="referenceGrp.xsd">
1005 <xs:schema/>
1006 </xs:include>
1007 <xs:include schemaLocation="taskGrp.xsd">
1008 <xs:schema/>
1009 </xs:include>
1010 <xs:include schemaLocation="conceptGrp.xsd">
1011 <xs:schema/>
1012 </xs:include>
1013 <xs:redefine schemaLocation="topicGrp.xsd">
1014 <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified"/>
1015 </xs:redefine>
1016 <xs:redefine schemaLocation="topicMod.xsd">
1017 <xs:schema elementFormDefault="qualified" attributeFormDefault="qualified">
1018 <xs:include schemaLocation="tblDeclMod.xsd">
1019 <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified">
1020 <xs:complexType name="table.class">
1021
1022 <xs:sequence>
1023
1024 <xs:group ref="title" minOccurs="0"/>
1025
1026 <xs:group ref="desc" minOccurs="0"/>
1027
1028 <xs:group ref="tgroup" maxOccurs="unbounded"/>
1029
1030 </xs:sequence>
1031
1032 <xs:attributeGroup ref="colrowsep-atts"/>
1033
1034 <xs:attribute name="pgwide" type="xs:NMTOKEN"/>
1035
1036 <xs:attribute name="rowheader" type="rowheader-att.class"/>
1037
1038 <xs:attribute name="outputclass" type="xs:string"/>
1039
1040 <xs:attributeGroup ref="display-atts"/>
1041
1042 <xs:attributeGroup ref="univ-atts"/>
1043
1044 <xs:attributeGroup ref="global-atts"/>
1045
1046 <xs:attribute ref="class" default="- topic/table "/>
1047
1048 </xs:complexType>
1049 <xs:complexType name="tgroup.class">
1050
1051 <xs:sequence>
1052
1053 <xs:group ref="colspec" minOccurs="0" maxOccurs="unbounded"/>
1054
1055 <xs:group ref="thead" minOccurs="0"/>
1056
1057 <xs:group ref="tbody"/>
1058
1059 </xs:sequence>
1060
1061 <xs:attribute name="cols" type="xs:NMTOKEN" use="required"/>
1062
1063 <xs:attributeGroup ref="colrowsep-atts"/>
1064
1065 <xs:attribute name="align" type="align-att.class"/>
1066
1067 <xs:attribute name="outputclass" type="xs:string"/>
1068
1069 <xs:attributeGroup ref="univ-atts"/>
1070
1071 <xs:attributeGroup ref="global-atts"/>
1072
1073 <xs:attribute ref="class" default="- topic/tgroup "/>
1074
1075 </xs:complexType>
1076 <xs:attributeGroup name="colrowsep-atts">
1077
1078 <xs:attribute name="colsep" type="xs:NMTOKEN"/>
1079
1080 <xs:attribute name="rowsep" type="xs:NMTOKEN"/>
1081
1082 </xs:attributeGroup>
1083 <xs:complexType name="colspec.class">
1084
1085 <xs:attribute name="colnum" type="xs:NMTOKEN"/>
1086
1087 <xs:attribute name="colname" type="xs:NMTOKEN"/>
1088
1089 <xs:attribute name="align" type="align-att.class"/>
1090
1091 <xs:attribute name="colwidth" type="xs:string"/>
1092
1093 <xs:attributeGroup ref="colrowsep-atts"/>
1094
1095 <xs:attribute name="char" type="xs:string"/>
1096
1097 <xs:attribute name="charoff" type="xs:NMTOKEN"/>
1098
1099 <xs:attributeGroup ref="global-atts"/>
1100
1101 <xs:attribute ref="class" default="- topic/colspec "/>
1102
1103 </xs:complexType>
1104 <xs:complexType name="thead.class">
1105
1106 <xs:sequence>
1107
1108 <xs:group ref="row" minOccurs="0"/>
1109
1110 </xs:sequence>
1111
1112 <xs:attribute name="valign" type="valign-att.class"/>
1113
1114 <xs:attribute name="outputclass" type="xs:string"/>
1115
1116 <xs:attributeGroup ref="univ-atts"/>
1117
1118 <xs:attributeGroup ref="global-atts"/>
1119
1120 <xs:attribute ref="class" default="- topic/thead "/>
1121
1122 </xs:complexType>
1123 <xs:complexType name="tbody.class">
1124
1125 <xs:choice>
1126
1127 <xs:group ref="row" maxOccurs="unbounded"/>
1128
1129 </xs:choice>
1130
1131 <xs:attribute name="valign" type="valign-att.class"/>
1132
1133 <xs:attribute name="outputclass" type="xs:string"/>
1134
1135 <xs:attributeGroup ref="univ-atts"/>
1136
1137 <xs:attributeGroup ref="global-atts"/>
1138
1139 <xs:attribute ref="class" default="- topic/tbody "/>
1140
1141 </xs:complexType>
1142 <xs:complexType name="row.class">
1143
1144 <xs:choice>
1145
1146 <xs:group ref="entry" maxOccurs="unbounded"/>
1147
1148 </xs:choice>
1149
1150 <xs:attribute name="rowsep" type="xs:NMTOKEN"/>
1151
1152 <xs:attribute name="valign" type="valign-att.class"/>
1153
1154 <xs:attribute name="outputclass" type="xs:string"/>
1155
1156 <xs:attributeGroup ref="univ-atts"/>
1157
1158 <xs:attributeGroup ref="global-atts"/>
1159
1160 <xs:attribute ref="class" default="- topic/row "/>
1161
1162 </xs:complexType>
1163 <xs:complexType name="entry.class" mixed="true">
1164
1165 <xs:choice minOccurs="0" maxOccurs="unbounded">
1166
1167 <xs:group ref="tblcell.cnt"/>
1168
1169 </xs:choice>
1170
1171 <xs:attribute name="namest" type="xs:string"/>
1172
1173 <xs:attribute name="nameend" type="xs:string"/>
1174
1175 <xs:attribute name="spanname" type="xs:string"/>
1176
1177 <xs:attribute name="colname" type="xs:string"/>
1178
1179 <xs:attribute name="morerows" type="xs:string"/>
1180
1181 <xs:attributeGroup ref="colrowsep-atts"/>
1182
1183 <xs:attribute name="align" type="align-att.class"/>
1184
1185 <xs:attribute name="valign" type="valign-att.class"/>
1186
1187 <xs:attribute name="rev" type="xs:string"/>
1188
1189 <xs:attribute name="outputclass" type="xs:string"/>
1190
1191 <xs:attributeGroup ref="global-atts"/>
1192
1193 <xs:attribute ref="class" default="- topic/entry "/>
1194 <!-- added DITA attributes -->
1195
1196 </xs:complexType>
1197 </xs:schema>
1198 </xs:include>
1199 <xs:include schemaLocation="tblDeclGrp.xsd">
1200 <xs:schema/>
1201 </xs:include>
1202 <xs:include schemaLocation="metaDeclMod.xsd">
1203 <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified">
1204 <xs:complexType name="author.class" mixed="true">
1205
1206 <xs:choice minOccurs="0" maxOccurs="unbounded">
1207
1208 <xs:group ref="words.cnt"/>
1209
1210 </xs:choice>
1211
1212 <xs:attribute name="href" type="xs:string"/>
1213
1214 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
1215
1216 <xs:attribute name="type" type="author-type-atts.class"/>
1217
1218 <xs:attributeGroup ref="global-atts"/>
1219
1220 <xs:attribute ref="class" default="- topic/author "/>
1221
1222 </xs:complexType>
1223 <xs:complexType name="source.class" mixed="true">
1224
1225 <xs:choice minOccurs="0" maxOccurs="unbounded">
1226
1227 <xs:group ref="words.cnt"/>
1228
1229 </xs:choice>
1230
1231 <xs:attribute name="href" type="xs:string" use="required"/>
1232
1233 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
1234
1235 <xs:attributeGroup ref="global-atts"/>
1236
1237 <xs:attribute ref="class" default="- topic/source "/>
1238
1239 </xs:complexType>
1240 <xs:complexType name="publisher.class" mixed="true">
1241
1242 <xs:choice minOccurs="0" maxOccurs="unbounded">
1243
1244 <xs:group ref="words.cnt"/>
1245
1246 </xs:choice>
1247
1248 <xs:attribute name="href" type="xs:string" use="required"/>
1249
1250 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
1251
1252 <xs:attributeGroup ref="select-atts"/>
1253
1254 <xs:attributeGroup ref="global-atts"/>
1255
1256 <xs:attribute ref="class" default="- topic/publisher "/>
1257
1258 </xs:complexType>
1259 <xs:complexType name="copyright.class">
1260
1261 <xs:sequence>
1262
1263 <xs:group ref="copyryear" maxOccurs="unbounded"/>
1264
1265 <xs:group ref="copyrholder"/>
1266
1267 </xs:sequence>
1268
1269 <xs:attribute name="type" type="copyright-type-att.class"/>
1270
1271 <xs:attributeGroup ref="global-atts"/>
1272
1273 <xs:attribute ref="class" default="- topic/copyright "/>
1274
1275 </xs:complexType>
1276 <xs:complexType name="copyryear.class">
1277
1278 <xs:attribute name="year" type="xs:gYear" use="required"/>
1279
1280 <xs:attributeGroup ref="select-atts"/>
1281
1282 <xs:attributeGroup ref="global-atts"/>
1283
1284 <xs:attribute ref="class" default="- topic/copyryear "/>
1285
1286 </xs:complexType>
1287 <xs:complexType name="copyrholder.class" mixed="true">
1288
1289 <xs:choice minOccurs="0" maxOccurs="unbounded">
1290
1291 <xs:group ref="words.cnt"/>
1292
1293 </xs:choice>
1294
1295 <xs:attributeGroup ref="global-atts"/>
1296
1297 <xs:attribute ref="class" default="- topic/copyrholder "/>
1298
1299 </xs:complexType>
1300 <xs:complexType name="critdates.class">
1301
1302 <xs:sequence>
1303
1304 <xs:group ref="created"/>
1305
1306 <xs:group ref="revised" minOccurs="0" maxOccurs="unbounded"/>
1307
1308 </xs:sequence>
1309
1310 <xs:attributeGroup ref="global-atts"/>
1311
1312 <xs:attribute ref="class" default="- topic/critdates "/>
1313
1314 </xs:complexType>
1315 <xs:complexType name="revised.class">
1316
1317 <xs:attribute name="modified" type="xs:string" use="required"/>
1318
1319 <xs:attribute name="golive" type="xs:string"/>
1320
1321 <xs:attribute name="expiry" type="xs:string"/>
1322
1323 <xs:attributeGroup ref="select-atts"/>
1324
1325 <xs:attributeGroup ref="global-atts"/>
1326
1327 <xs:attribute ref="class" default="- topic/revised "/>
1328
1329 </xs:complexType>
1330 <xs:complexType name="created.class">
1331
1332 <xs:attribute name="date" type="xs:string" use="required"/>
1333
1334 <xs:attribute name="golive" type="xs:string"/>
1335
1336 <xs:attribute name="expiry" type="xs:string"/>
1337
1338 <xs:attributeGroup ref="global-atts"/>
1339
1340 <xs:attribute ref="class" default="- topic/created "/>
1341
1342 </xs:complexType>
1343 <xs:complexType name="resourceid.class">
1344
1345 <xs:attribute name="id" type="xs:string" use="required"/>
1346
1347 <xs:attribute name="appname" type="xs:string"/>
1348
1349 <xs:attributeGroup ref="global-atts"/>
1350
1351 <xs:attribute ref="class" default="- topic/resourceid "/>
1352
1353 </xs:complexType>
1354 <xs:complexType name="audience.class">
1355
1356 <xs:attribute name="type" type="audience-type-att.class"/>
1357
1358 <xs:attribute name="othertype" type="xs:string"/>
1359
1360 <xs:attribute name="job" type="job-att.class"/>
1361
1362 <xs:attribute name="otherjob" type="xs:string"/>
1363
1364 <xs:attribute name="experiencelevel" type="experiencelevel-att.class"/>
1365
1366 <xs:attribute name="name" type="xs:NMTOKEN"/>
1367
1368 <xs:attributeGroup ref="select-atts"/>
1369
1370 <xs:attributeGroup ref="global-atts"/>
1371
1372 <xs:attribute ref="class" default="- topic/audience "/>
1373
1374 </xs:complexType>
1375 <xs:complexType name="category.class" mixed="true">
1376
1377 <xs:choice minOccurs="0" maxOccurs="unbounded">
1378
1379 <xs:group ref="words.cnt"/>
1380
1381 </xs:choice>
1382
1383 <xs:attributeGroup ref="select-atts"/>
1384
1385 <xs:attributeGroup ref="global-atts"/>
1386
1387 <xs:attribute ref="class" default="- topic/category "/>
1388
1389 </xs:complexType>
1390 <xs:complexType name="indexterm.class" mixed="true">
1391
1392 <xs:choice minOccurs="0" maxOccurs="unbounded">
1393
1394 <xs:group ref="words.cnt"/>
1395
1396 <xs:group ref="indexterm"/>
1397
1398 </xs:choice>
1399
1400 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
1401
1402 <xs:attributeGroup ref="univ-atts"/>
1403
1404 <xs:attributeGroup ref="global-atts"/>
1405
1406 <xs:attribute ref="class" default="- topic/indexterm "/>
1407
1408 </xs:complexType>
1409 <xs:complexType name="keywords.class">
1410
1411 <xs:choice minOccurs="0" maxOccurs="unbounded">
1412
1413 <xs:group ref="indexterm"/>
1414
1415 <xs:group ref="keyword"/>
1416
1417 </xs:choice>
1418
1419 <xs:attributeGroup ref="id-atts"/>
1420
1421 <xs:attributeGroup ref="select-atts"/>
1422
1423 <xs:attributeGroup ref="global-atts"/>
1424
1425 <xs:attribute ref="class" default="- topic/keywords "/>
1426
1427 </xs:complexType>
1428 <xs:complexType name="othermeta.class">
1429
1430 <xs:attribute name="name" type="xs:string"/>
1431
1432 <xs:attribute name="content" type="xs:string"/>
1433
1434 <xs:attribute name="translate-content" type="yesno-att.class"/>
1435
1436 <xs:attributeGroup ref="select-atts"/>
1437
1438 <xs:attributeGroup ref="global-atts"/>
1439
1440 <xs:attribute ref="class" default="- topic/othermeta "/>
1441
1442 </xs:complexType>
1443 <xs:complexType name="permissions.class">
1444
1445 <xs:attribute name="view" type="view-att.class" use="required"/>
1446
1447 <xs:attributeGroup ref="global-atts"/>
1448
1449 <xs:attribute ref="class" default="- topic/permissions "/>
1450
1451 </xs:complexType>
1452 <xs:complexType name="prodinfo.class">
1453
1454 <xs:sequence>
1455
1456 <xs:group ref="prodname"/>
1457
1458 <xs:group ref="vrmlist"/>
1459
1460 <xs:choice minOccurs="0" maxOccurs="unbounded">
1461
1462 <xs:group ref="prodinfo.cnt"/>
1463
1464 </xs:choice>
1465
1466 </xs:sequence>
1467
1468 <xs:attributeGroup ref="select-atts"/>
1469
1470 <xs:attributeGroup ref="global-atts"/>
1471
1472 <xs:attribute ref="class" default="- topic/prodinfo "/>
1473
1474 </xs:complexType>
1475 <xs:complexType name="brand.class" mixed="true">
1476
1477 <xs:choice minOccurs="0" maxOccurs="unbounded">
1478
1479 <xs:group ref="words.cnt"/>
1480
1481 </xs:choice>
1482
1483 <xs:attributeGroup ref="global-atts"/>
1484
1485 <xs:attribute ref="class" default="- topic/brand "/>
1486
1487 </xs:complexType>
1488 <xs:complexType name="series.class" mixed="true">
1489
1490 <xs:choice minOccurs="0" maxOccurs="unbounded">
1491
1492 <xs:group ref="words.cnt"/>
1493
1494 </xs:choice>
1495
1496 <xs:attributeGroup ref="global-atts"/>
1497
1498 <xs:attribute ref="class" default="- topic/series "/>
1499
1500 </xs:complexType>
1501 <xs:complexType name="platform.class" mixed="true">
1502
1503 <xs:choice minOccurs="0" maxOccurs="unbounded">
1504
1505 <xs:group ref="words.cnt"/>
1506
1507 </xs:choice>
1508
1509 <xs:attributeGroup ref="global-atts"/>
1510
1511 <xs:attribute ref="class" default="- topic/platform "/>
1512
1513 </xs:complexType>
1514 <xs:complexType name="prognum.class" mixed="true">
1515
1516 <xs:choice minOccurs="0" maxOccurs="unbounded">
1517
1518 <xs:group ref="words.cnt"/>
1519
1520 </xs:choice>
1521
1522 <xs:attributeGroup ref="global-atts"/>
1523
1524 <xs:attribute ref="class" default="- topic/prognum "/>
1525
1526 </xs:complexType>
1527 <xs:complexType name="featnum.class" mixed="true">
1528
1529 <xs:choice minOccurs="0" maxOccurs="unbounded">
1530
1531 <xs:group ref="words.cnt"/>
1532
1533 </xs:choice>
1534
1535 <xs:attributeGroup ref="global-atts"/>
1536
1537 <xs:attribute ref="class" default="- topic/featnum "/>
1538
1539 </xs:complexType>
1540 <xs:complexType name="component.class" mixed="true">
1541
1542 <xs:choice minOccurs="0" maxOccurs="unbounded">
1543
1544 <xs:group ref="words.cnt"/>
1545
1546 </xs:choice>
1547
1548 <xs:attributeGroup ref="global-atts"/>
1549
1550 <xs:attribute ref="class" default="- topic/component "/>
1551
1552 </xs:complexType>
1553 <xs:complexType name="prodname.class" mixed="true">
1554
1555 <xs:choice minOccurs="0" maxOccurs="unbounded">
1556
1557 <xs:group ref="words.cnt"/>
1558
1559 </xs:choice>
1560
1561 <xs:attributeGroup ref="global-atts"/>
1562
1563 <xs:attribute ref="class" default="- topic/prodname "/>
1564
1565 </xs:complexType>
1566 <xs:group name="prodinfo.cnt">
1567
1568 <xs:choice>
1569
1570 <xs:group ref="brand"/>
1571
1572 <xs:group ref="series"/>
1573
1574 <xs:group ref="platform"/>
1575
1576 <xs:group ref="prognum"/>
1577
1578 <xs:group ref="featnum"/>
1579
1580 <xs:group ref="component"/>
1581
1582 </xs:choice>
1583
1584 </xs:group>
1585 <xs:complexType name="vrmlist.class">
1586
1587 <xs:choice maxOccurs="unbounded">
1588
1589 <xs:group ref="vrm"/>
1590
1591 </xs:choice>
1592
1593 <xs:attributeGroup ref="global-atts"/>
1594
1595 <xs:attribute ref="class" default="- topic/vrmlist "/>
1596
1597 </xs:complexType>
1598 <xs:complexType name="vrm.class">
1599
1600 <xs:attribute name="version" type="xs:string"/>
1601
1602 <xs:attribute name="release" type="xs:string"/>
1603
1604 <xs:attribute name="modification" type="xs:string"/>
1605
1606 <xs:attributeGroup ref="global-atts"/>
1607
1608 <xs:attribute ref="class" default="- topic/vrm "/>
1609
1610 </xs:complexType>
1611 </xs:schema>
1612 </xs:include>
1613 <xs:include schemaLocation="metaDeclGrp.xsd">
1614 <xs:schema/>
1615 </xs:include>
1616 <xs:attributeGroup name="display-atts">
1617
1618 <xs:annotation>
1619
1620 <xs:documentation>Display attributes is a parameter entity declaration in the topic
1621 DTD that includes attributes whose values may be used for affecting the display
1622 of a topic or its selection by search tools.
1623 </xs:documentation>
1624
1625 </xs:annotation>
1626
1627 <xs:attribute name="scale" type="scale-atts.class"/>
1628
1629 <xs:attribute name="frame" type="frame-att.class"/>
1630
1631 <xs:attribute name="expanse" type="expanse-att.class"/>
1632
1633 </xs:attributeGroup>
1634 <xs:attributeGroup name="rel-atts">
1635
1636 <xs:annotation>
1637
1638 <xs:documentation>Relational attributes (&lt;<keyword>%rel-atts;</keyword>&gt;) is a
1639 parameter entity declaration in the topic DTD that includes attributes whose
1640 values may be used for representing navigational relationships. These attributes
1641 occur only on elements that represent relationships between topics.
1642 </xs:documentation>
1643
1644 </xs:annotation>
1645
1646 <xs:attribute name="type" type="xs:string"/>
1647
1648 <xs:attribute name="role" type="role-att.class"/>
1649
1650 <xs:attribute name="otherrole" type="xs:string"/>
1651
1652 </xs:attributeGroup>
1653 <xs:attributeGroup name="id-atts">
1654
1655 <xs:annotation>
1656
1657 <xs:documentation>ID attributes (%id-atts;) is a parameter entity declaration in the
1658 topic DTD that includes attributes that enable the naming and referencing
1659 of elements in a DITA topic: <i>
1660 <keyword>id</keyword>
1661 </i> and <i>
1662 <keyword>conref</keyword>
1663 </i>.
1664 </xs:documentation>
1665
1666 </xs:annotation>
1667
1668 <xs:attribute name="id" type="xs:NMTOKEN"/>
1669
1670 <xs:attribute name="conref" type="xs:string"/>
1671
1672 </xs:attributeGroup>
1673 <xs:attributeGroup name="select-atts">
1674
1675 <xs:annotation>
1676
1677 <xs:documentation>Attributes that support both filtering and flagging include <i>
1678 <keyword>platform</keyword>
1679 </i>, <i>
1680 <keyword>product</keyword>
1681 </i>, <i>
1682 <keyword>audience</keyword>
1683 </i>, and <i>
1684 <keyword>otherprops</keyword>
1685 </i>. Attribute <i>
1686 <keyword>rev</keyword>
1687 </i> only
1688 lets you flag information that matches a run-time parameter. Attribute <i>
1689 <keyword>importance</keyword>
1690 </i> currently
1691 provides output effects only for steps (where only the values "optional" and
1692 "required" are supported).
1693 </xs:documentation>
1694
1695 </xs:annotation>
1696
1697 <xs:attribute name="platform" type="xs:string"/>
1698
1699 <xs:attribute name="product" type="xs:string"/>
1700
1701 <xs:attribute name="audience" type="xs:string"/>
1702
1703 <xs:attribute name="otherprops" type="xs:string"/>
1704
1705 <xs:attribute name="rev" type="xs:string"/>
1706
1707 <xs:attribute name="importance" type="importance-atts.class"/>
1708
1709 <xs:attribute name="status" type="status-atts.class"/>
1710
1711 </xs:attributeGroup>
1712 <xs:attributeGroup name="univ-atts">
1713
1714 <xs:annotation>
1715
1716 <xs:documentation>Universal attributes is a parameter entity declaration in the topic DTD that
1717 includes all of the attributes in the select-atts and id-atts attribute groups.
1718 </xs:documentation>
1719
1720 </xs:annotation>
1721
1722 <xs:attributeGroup ref="id-atts"/>
1723
1724 <xs:attributeGroup ref="select-atts"/>
1725
1726 <xs:attribute name="translate" type="yesno-att.class"/>
1727
1728 <xs:attribute ref="xml:lang"/>
1729
1730 </xs:attributeGroup>
1731 <xs:attributeGroup name="global-atts">
1732
1733 <xs:annotation>
1734
1735 <xs:documentation>Debugging attributes, normally hidden from authoring view.
1736 </xs:documentation>
1737
1738 </xs:annotation>
1739
1740
1741 <xs:attribute name="xtrc" type="xs:string"/>
1742
1743 <xs:attribute name="xtrf" type="xs:string"/>
1744
1745 </xs:attributeGroup>
1746 <xs:group name="body.cnt">
1747
1748 <xs:choice>
1749
1750 <xs:group ref="basic.block"/>
1751
1752 <xs:group ref="required-cleanup"/>
1753
1754 </xs:choice>
1755
1756 </xs:group>
1757 <xs:group name="fig.cnt">
1758
1759 <xs:choice>
1760
1761 <xs:group ref="basic.block.notbnofg"/>
1762
1763 <xs:group ref="simpletable"/>
1764
1765 </xs:choice>
1766
1767 </xs:group>
1768 <xs:group name="section.cnt">
1769
1770 <xs:choice>
1771
1772 <xs:group ref="basic.ph"/>
1773
1774 <xs:group ref="basic.block"/>
1775
1776 <xs:group ref="title"/>
1777
1778 <xs:group ref="txt.incl"/>
1779
1780 </xs:choice>
1781
1782 </xs:group>
1783 <xs:group name="section.notitle.cnt">
1784
1785 <xs:choice>
1786
1787 <xs:group ref="basic.ph"/>
1788
1789 <xs:group ref="basic.block"/>
1790
1791 <xs:group ref="txt.incl"/>
1792
1793 </xs:choice>
1794
1795 </xs:group>
1796 <xs:group name="desc.cnt">
1797
1798 <xs:choice>
1799
1800 <xs:group ref="basic.ph"/>
1801
1802 <xs:group ref="basic.block.notbfgobj"/>
1803
1804 </xs:choice>
1805
1806 </xs:group>
1807 <xs:group name="note.cnt">
1808
1809 <xs:choice>
1810
1811 <xs:group ref="basic.ph"/>
1812
1813 <xs:group ref="basic.block.nonote"/>
1814
1815 <xs:group ref="txt.incl"/>
1816
1817 </xs:choice>
1818
1819 </xs:group>
1820 <xs:group name="fn.cnt">
1821
1822 <xs:choice>
1823
1824 <xs:group ref="basic.ph"/>
1825
1826 <xs:group ref="basic.block.notbl"/>
1827
1828 </xs:choice>
1829
1830 </xs:group>
1831 <xs:group name="ph.cnt">
1832
1833 <xs:choice>
1834
1835 <xs:group ref="basic.ph"/>
1836
1837 <xs:group ref="image"/>
1838
1839 <xs:group ref="txt.incl"/>
1840
1841 </xs:choice>
1842
1843 </xs:group>
1844 <xs:group name="tblcell.cnt">
1845
1846 <xs:choice>
1847
1848 <xs:group ref="basic.ph"/>
1849
1850 <xs:group ref="basic.block.notbl"/>
1851
1852 <xs:group ref="txt.incl"/>
1853
1854 </xs:choice>
1855
1856 </xs:group>
1857 <xs:group name="itemgroup.cnt">
1858
1859 <xs:choice>
1860
1861 <xs:group ref="basic.ph"/>
1862
1863 <xs:group ref="basic.block"/>
1864
1865 <xs:group ref="txt.incl"/>
1866
1867 </xs:choice>
1868
1869 </xs:group>
1870 <xs:group name="listitem.cnt">
1871
1872 <xs:choice>
1873
1874 <xs:group ref="basic.ph"/>
1875
1876 <xs:group ref="basic.block"/>
1877
1878 <xs:group ref="itemgroup"/>
1879
1880 <xs:group ref="txt.incl"/>
1881
1882 </xs:choice>
1883
1884 </xs:group>
1885 <xs:group name="para.cnt">
1886
1887 <xs:choice>
1888
1889 <xs:group ref="basic.ph"/>
1890
1891 <xs:group ref="basic.block.nopara"/>
1892
1893 <xs:group ref="txt.incl"/>
1894
1895 </xs:choice>
1896
1897 </xs:group>
1898 <xs:group name="longquote.cnt">
1899
1900 <xs:choice>
1901
1902 <xs:group ref="basic.ph"/>
1903
1904 <xs:group ref="basic.block.nolq"/>
1905
1906 <xs:group ref="txt.incl"/>
1907
1908 </xs:choice>
1909
1910 </xs:group>
1911 <xs:group name="shortquote.cnt">
1912
1913 <xs:choice>
1914
1915 <xs:group ref="basic.ph"/>
1916
1917 </xs:choice>
1918
1919 </xs:group>
1920 <xs:group name="defn.cnt">
1921
1922 <xs:choice>
1923
1924 <xs:group ref="listitem.cnt"/>
1925
1926 </xs:choice>
1927
1928 </xs:group>
1929 <xs:group name="pre.cnt">
1930
1931 <xs:choice>
1932
1933 <xs:group ref="basic.ph"/>
1934
1935 <xs:group ref="txt.incl"/>
1936
1937 </xs:choice>
1938
1939 </xs:group>
1940 <xs:group name="term.cnt">
1941
1942 <xs:choice>
1943
1944 <xs:group ref="basic.ph"/>
1945
1946 <xs:group ref="image"/>
1947
1948 </xs:choice>
1949
1950 </xs:group>
1951 <xs:group name="xreftext.cnt">
1952
1953 <xs:choice>
1954
1955 <xs:group ref="basic.ph.noxref"/>
1956
1957 <xs:group ref="image"/>
1958
1959 </xs:choice>
1960
1961 </xs:group>
1962 <xs:group name="title.cnt">
1963
1964 <xs:choice>
1965
1966 <xs:group ref="basic.ph.noxref"/>
1967
1968 <xs:group ref="image"/>
1969
1970 </xs:choice>
1971
1972 </xs:group>
1973 <xs:group name="xrefph.cnt">
1974
1975 <xs:choice>
1976
1977 <xs:group ref="basic.ph.noxref"/>
1978
1979 </xs:choice>
1980
1981 </xs:group>
1982 <xs:group name="words.cnt">
1983
1984 <xs:choice>
1985
1986 <xs:group ref="keyword"/>
1987
1988 <xs:group ref="term"/>
1989
1990 </xs:choice>
1991
1992 </xs:group>
1993 <xs:complexType name="topic.class">
1994
1995 <xs:sequence>
1996
1997 <xs:group ref="title"/>
1998
1999 <xs:group ref="titlealts" minOccurs="0"/>
2000
2001 <xs:group ref="shortdesc" minOccurs="0"/>
2002
2003 <xs:group ref="prolog" minOccurs="0"/>
2004
2005 <xs:group ref="body" minOccurs="0"/>
2006
2007 <xs:group ref="related-links" minOccurs="0"/>
2008
2009 <xs:group ref="info-types" minOccurs="0" maxOccurs="unbounded"/>
2010
2011 </xs:sequence>
2012
2013 <xs:attribute name="id" type="xs:ID" use="required"/>
2014
2015 <xs:attribute name="outputclass" type="xs:string"/>
2016
2017 <xs:attribute name="conref"/>
2018
2019 <xs:attribute ref="ditaarch:DITAArchVersion"/>
2020
2021 <xs:attributeGroup ref="select-atts"/>
2022
2023 <xs:attribute ref="xml:lang"/>
2024
2025 <xs:attributeGroup ref="global-atts"/>
2026
2027 <xs:attribute ref="class" default="- topic/topic "/>
2028
2029 </xs:complexType>
2030 <xs:complexType name="no-topic-nesting.class">
2031
2032 <xs:attributeGroup ref="global-atts"/>
2033
2034 <xs:attribute ref="class" default="- topic/no-topic-nesting "/>
2035
2036 </xs:complexType>
2037 <xs:complexType name="title.class" mixed="true">
2038
2039 <xs:choice minOccurs="0" maxOccurs="unbounded">
2040
2041 <xs:group ref="title.cnt"/>
2042
2043 </xs:choice>
2044
2045 <xs:attribute name="outputclass" type="xs:string"/>
2046
2047 <xs:attributeGroup ref="id-atts"/>
2048
2049 <xs:attributeGroup ref="global-atts"/>
2050
2051 <xs:attribute ref="class" default="- topic/title "/>
2052
2053 </xs:complexType>
2054 <xs:complexType name="titlealts.class">
2055
2056 <xs:sequence>
2057
2058 <xs:group ref="navtitle" minOccurs="0"/>
2059
2060 <xs:group ref="searchtitle" minOccurs="0"/>
2061
2062 </xs:sequence>
2063
2064 <xs:attributeGroup ref="id-atts"/>
2065
2066 <xs:attributeGroup ref="global-atts"/>
2067
2068 <xs:attribute ref="class" default="- topic/titlealts "/>
2069
2070 </xs:complexType>
2071 <xs:complexType name="navtitle.class" mixed="true">
2072
2073 <xs:choice minOccurs="0" maxOccurs="unbounded">
2074
2075 <xs:group ref="words.cnt"/>
2076
2077 </xs:choice>
2078
2079 <xs:attributeGroup ref="id-atts"/>
2080
2081 <xs:attributeGroup ref="global-atts"/>
2082
2083 <xs:attribute ref="class" default="- topic/navtitle "/>
2084
2085 </xs:complexType>
2086 <xs:complexType name="searchtitle.class" mixed="true">
2087
2088 <xs:choice minOccurs="0" maxOccurs="unbounded">
2089
2090 <xs:group ref="words.cnt"/>
2091
2092 </xs:choice>
2093
2094 <xs:attributeGroup ref="id-atts"/>
2095
2096 <xs:attributeGroup ref="global-atts"/>
2097
2098 <xs:attribute ref="class" default="- topic/searchtitle "/>
2099
2100 </xs:complexType>
2101 <xs:complexType name="shortdesc.class" mixed="true">
2102
2103 <xs:choice minOccurs="0" maxOccurs="unbounded">
2104
2105 <xs:group ref="title.cnt"/>
2106
2107 </xs:choice>
2108
2109 <xs:attribute name="outputclass" type="xs:string"/>
2110
2111 <xs:attributeGroup ref="id-atts"/>
2112
2113 <xs:attributeGroup ref="global-atts"/>
2114
2115 <xs:attribute ref="class" default="- topic/shortdesc "/>
2116
2117 </xs:complexType>
2118 <xs:complexType name="body.class">
2119
2120 <xs:choice minOccurs="0" maxOccurs="unbounded">
2121
2122 <xs:group ref="body.cnt"/>
2123
2124 <xs:group ref="section"/>
2125
2126 <xs:group ref="example"/>
2127
2128 </xs:choice>
2129
2130 <xs:attribute name="outputclass" type="xs:string"/>
2131
2132 <xs:attributeGroup ref="id-atts"/>
2133
2134 <xs:attribute name="translate" type="yesno-att.class"/>
2135
2136 <xs:attribute ref="xml:lang"/>
2137
2138 <xs:attributeGroup ref="global-atts"/>
2139
2140 <xs:attribute ref="class" default="- topic/body "/>
2141
2142 </xs:complexType>
2143 <xs:complexType name="section.class" mixed="true">
2144
2145 <xs:choice minOccurs="0" maxOccurs="unbounded">
2146
2147 <xs:group ref="section.cnt"/>
2148
2149 </xs:choice>
2150
2151 <xs:attribute name="spectitle" type="xs:string"/>
2152
2153 <xs:attribute name="outputclass" type="xs:string"/>
2154
2155 <xs:attributeGroup ref="univ-atts"/>
2156
2157 <xs:attributeGroup ref="global-atts"/>
2158
2159 <xs:attribute ref="class" default="- topic/section "/>
2160
2161 </xs:complexType>
2162 <xs:complexType name="example.class" mixed="true">
2163
2164 <xs:choice minOccurs="0" maxOccurs="unbounded">
2165
2166 <xs:group ref="section.cnt"/>
2167
2168 </xs:choice>
2169
2170 <xs:attribute name="spectitle" type="xs:string"/>
2171
2172 <xs:attribute name="outputclass" type="xs:string"/>
2173
2174 <xs:attributeGroup ref="univ-atts"/>
2175
2176 <xs:attributeGroup ref="global-atts"/>
2177
2178 <xs:attribute ref="class" default="- topic/example "/>
2179
2180 </xs:complexType>
2181 <xs:complexType name="keyword.class" mixed="true">
2182
2183 <xs:choice minOccurs="0" maxOccurs="unbounded">
2184
2185 <xs:group ref="tm"/>
2186
2187 </xs:choice>
2188
2189 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
2190
2191 <xs:attribute name="outputclass" type="xs:string"/>
2192
2193 <xs:attributeGroup ref="univ-atts"/>
2194
2195 <xs:attributeGroup ref="global-atts"/>
2196
2197 <xs:attribute ref="class" default="- topic/keyword "/>
2198
2199 </xs:complexType>
2200 <xs:complexType name="desc.class" mixed="true">
2201
2202 <xs:choice minOccurs="0" maxOccurs="unbounded">
2203
2204 <xs:group ref="desc.cnt"/>
2205
2206 </xs:choice>
2207
2208 <xs:attribute name="outputclass" type="xs:string"/>
2209
2210 <xs:attributeGroup ref="id-atts"/>
2211
2212 <xs:attributeGroup ref="global-atts"/>
2213
2214 <xs:attribute ref="class" default="- topic/desc "/>
2215
2216 </xs:complexType>
2217 <xs:complexType name="prolog.class">
2218
2219 <xs:sequence>
2220
2221 <xs:group ref="author" minOccurs="0" maxOccurs="unbounded"/>
2222
2223 <xs:group ref="source" minOccurs="0"/>
2224
2225 <xs:group ref="publisher" minOccurs="0"/>
2226
2227 <xs:group ref="copyright" minOccurs="0" maxOccurs="unbounded"/>
2228
2229 <xs:group ref="critdates" minOccurs="0"/>
2230
2231 <xs:group ref="permissions" minOccurs="0"/>
2232
2233 <xs:group ref="metadata" minOccurs="0" maxOccurs="unbounded"/>
2234
2235 <xs:group ref="resourceid" minOccurs="0" maxOccurs="unbounded"/>
2236
2237 </xs:sequence>
2238
2239 <xs:attributeGroup ref="global-atts"/>
2240
2241 <xs:attribute ref="class" default="- topic/prolog "/>
2242
2243 </xs:complexType>
2244 <xs:complexType name="metadata.class">
2245
2246 <xs:sequence>
2247
2248 <xs:group ref="audience" minOccurs="0" maxOccurs="unbounded"/>
2249
2250 <xs:group ref="category" minOccurs="0" maxOccurs="unbounded"/>
2251
2252 <xs:group ref="keywords" minOccurs="0" maxOccurs="unbounded"/>
2253
2254 <xs:group ref="prodinfo" minOccurs="0" maxOccurs="unbounded"/>
2255
2256 <xs:group ref="othermeta" minOccurs="0" maxOccurs="unbounded"/>
2257
2258 </xs:sequence>
2259
2260 <xs:attribute name="mapkeyref" type="xs:string"/>
2261
2262 <xs:attributeGroup ref="global-atts"/>
2263
2264 <xs:attribute ref="class" default="- topic/metadata "/>
2265
2266 </xs:complexType>
2267 <xs:complexType name="related-links.class">
2268
2269 <xs:choice maxOccurs="unbounded">
2270
2271 <xs:group ref="link"/>
2272
2273 <xs:group ref="linklist"/>
2274
2275 <xs:group ref="linkpool"/>
2276
2277 </xs:choice>
2278
2279 <xs:attribute name="outputclass" type="xs:string"/>
2280
2281 <xs:attributeGroup ref="rel-atts"/>
2282
2283 <xs:attributeGroup ref="select-atts"/>
2284
2285 <xs:attribute name="format" type="xs:string"/>
2286
2287 <xs:attribute name="scope" type="scope-att.class"/>
2288
2289 <xs:attributeGroup ref="global-atts"/>
2290
2291 <xs:attribute ref="class" default="- topic/related-links "/>
2292
2293 </xs:complexType>
2294 <xs:complexType name="linklist.class">
2295
2296 <xs:sequence>
2297
2298 <xs:group ref="title" minOccurs="0"/>
2299
2300 <xs:group ref="desc" minOccurs="0"/>
2301
2302 <xs:choice minOccurs="0" maxOccurs="unbounded">
2303
2304 <xs:group ref="linklist"/>
2305
2306 <xs:group ref="link"/>
2307
2308 </xs:choice>
2309
2310 <xs:group ref="linkinfo" minOccurs="0"/>
2311
2312 </xs:sequence>
2313
2314 <xs:attribute name="collection-type" type="collection-type.class"/>
2315
2316 <xs:attribute name="duplicates" type="yesno-att.class"/>
2317
2318 <xs:attribute name="mapkeyref" type="xs:string"/>
2319
2320 <xs:attribute name="outputclass" type="xs:string"/>
2321
2322 <xs:attribute name="format" type="xs:string"/>
2323
2324 <xs:attribute name="spectitle" type="xs:string"/>
2325
2326 <xs:attribute name="scope" type="scope-att.class"/>
2327
2328 <xs:attributeGroup ref="rel-atts"/>
2329
2330 <xs:attributeGroup ref="select-atts"/>
2331
2332 <xs:attributeGroup ref="global-atts"/>
2333
2334 <xs:attribute ref="class" default="- topic/linklist "/>
2335
2336 </xs:complexType>
2337 <xs:complexType name="linkinfo.class" mixed="true">
2338
2339 <xs:choice minOccurs="0" maxOccurs="unbounded">
2340
2341 <xs:group ref="desc.cnt"/>
2342
2343 </xs:choice>
2344
2345 <xs:attributeGroup ref="global-atts"/>
2346
2347 <xs:attribute ref="class" default="- topic/linkinfo "/>
2348
2349 </xs:complexType>
2350 <xs:complexType name="linkpool.class">
2351
2352 <xs:choice minOccurs="0" maxOccurs="unbounded">
2353
2354 <xs:group ref="linkpool"/>
2355
2356 <xs:group ref="link"/>
2357
2358 </xs:choice>
2359
2360 <xs:attribute name="collection-type" type="collection-type.class"/>
2361
2362 <xs:attribute name="duplicates" type="yesno-att.class"/>
2363
2364 <xs:attribute name="mapkeyref" type="xs:string"/>
2365
2366 <xs:attribute name="outputclass" type="xs:string"/>
2367
2368 <xs:attribute name="format" type="xs:string"/>
2369
2370 <xs:attribute name="scope" type="scope-att.class"/>
2371
2372 <xs:attributeGroup ref="rel-atts"/>
2373
2374 <xs:attributeGroup ref="select-atts"/>
2375
2376 <xs:attributeGroup ref="global-atts"/>
2377
2378 <xs:attribute ref="class" default="- topic/linkpool "/>
2379
2380 </xs:complexType>
2381 <xs:complexType name="linktext.class" mixed="true">
2382
2383 <xs:choice minOccurs="0" maxOccurs="unbounded">
2384
2385 <xs:group ref="words.cnt"/>
2386
2387 </xs:choice>
2388
2389 <xs:attributeGroup ref="global-atts"/>
2390
2391 <xs:attribute ref="class" default="- topic/linktext "/>
2392
2393 </xs:complexType>
2394 <xs:complexType name="link.class">
2395
2396 <xs:sequence>
2397
2398 <xs:group ref="linktext" minOccurs="0"/>
2399
2400 <xs:group ref="desc" minOccurs="0"/>
2401
2402 </xs:sequence>
2403
2404 <xs:attribute name="href" type="xs:string"/>
2405
2406 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
2407
2408 <xs:attribute name="outputclass" type="xs:string"/>
2409
2410 <xs:attribute name="format" type="xs:string"/>
2411
2412 <xs:attribute name="query" type="xs:string"/>
2413
2414 <xs:attribute name="scope" type="scope-att.class"/>
2415
2416 <xs:attributeGroup ref="rel-atts"/>
2417
2418 <xs:attributeGroup ref="select-atts"/>
2419
2420 <xs:attributeGroup ref="global-atts"/>
2421
2422 <xs:attribute ref="class" default="- topic/link "/>
2423
2424 </xs:complexType>
2425 <xs:complexType name="ph.class" mixed="true">
2426
2427 <xs:annotation>
2428
2429 <xs:documentation>var &amp; keyword defined by syntax diagram</xs:documentation>
2430
2431 </xs:annotation>
2432
2433 <xs:choice minOccurs="0" maxOccurs="unbounded">
2434
2435 <xs:group ref="ph.cnt"/>
2436
2437 </xs:choice>
2438
2439 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
2440
2441 <xs:attribute name="outputclass" type="xs:string"/>
2442
2443 <xs:attributeGroup ref="univ-atts"/>
2444
2445 <xs:attributeGroup ref="global-atts"/>
2446
2447 <xs:attribute ref="class" default="- topic/ph "/>
2448
2449 </xs:complexType>
2450 <xs:complexType name="term.class" mixed="true">
2451
2452 <xs:annotation>
2453
2454 <xs:documentation>Inline content (prhases)</xs:documentation>
2455
2456 </xs:annotation>
2457
2458 <xs:choice minOccurs="0" maxOccurs="unbounded">
2459
2460 <xs:group ref="tm"/>
2461
2462 </xs:choice>
2463
2464 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
2465
2466 <xs:attribute name="outputclass" type="xs:string"/>
2467
2468 <xs:attributeGroup ref="univ-atts"/>
2469
2470 <xs:attributeGroup ref="global-atts"/>
2471
2472 <xs:attribute ref="class" default="- topic/term "/>
2473
2474 </xs:complexType>
2475 <xs:complexType name="tm.class" mixed="true">
2476
2477 <xs:choice minOccurs="0" maxOccurs="unbounded">
2478
2479 <xs:group ref="tm"/>
2480
2481 </xs:choice>
2482
2483 <xs:attribute name="trademark" type="xs:string"/>
2484
2485 <xs:attribute name="tmowner" type="xs:string"/>
2486
2487 <xs:attribute name="tmtype" type="tmtype-type-att.class" use="required"/>
2488
2489 <xs:attribute name="tmclass" type="xs:string"/>
2490
2491 <xs:attributeGroup ref="global-atts"/>
2492
2493 <xs:attribute ref="class" default="- topic/tm "/>
2494
2495 </xs:complexType>
2496 <xs:complexType name="boolean.class">
2497
2498 <xs:attribute name="state" type="yesno-att.class" use="required"/>
2499
2500 <xs:attribute name="outputclass" type="xs:string"/>
2501
2502 <xs:attributeGroup ref="univ-atts"/>
2503
2504 <xs:attributeGroup ref="global-atts"/>
2505
2506 <xs:attribute ref="class" default="- topic/boolean "/>
2507
2508 </xs:complexType>
2509 <xs:complexType name="state.class">
2510
2511 <xs:attribute name="name" type="xs:string" use="required"/>
2512
2513 <xs:attribute name="value" type="xs:string" use="required"/>
2514
2515 <xs:attribute name="outputclass" type="xs:string"/>
2516
2517 <xs:attributeGroup ref="univ-atts"/>
2518
2519 <xs:attributeGroup ref="global-atts"/>
2520
2521 <xs:attribute ref="class" default="- topic/state "/>
2522
2523 </xs:complexType>
2524 <xs:complexType name="p.class" mixed="true">
2525
2526 <xs:choice minOccurs="0" maxOccurs="unbounded">
2527
2528 <xs:group ref="para.cnt"/>
2529
2530 </xs:choice>
2531
2532 <xs:attribute name="outputclass" type="xs:string"/>
2533
2534 <xs:attributeGroup ref="univ-atts"/>
2535
2536 <xs:attributeGroup ref="global-atts"/>
2537
2538 <xs:attribute ref="class" default="- topic/p "/>
2539
2540 </xs:complexType>
2541 <xs:complexType name="lq.class" mixed="true">
2542
2543 <xs:choice minOccurs="0" maxOccurs="unbounded">
2544
2545 <xs:group ref="longquote.cnt"/>
2546
2547 </xs:choice>
2548
2549 <xs:attribute name="href" type="xs:string"/>
2550
2551 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
2552
2553 <xs:attribute name="type" type="type-lq-atts.class"/>
2554
2555 <xs:attribute name="reftitle" type="xs:string"/>
2556
2557 <xs:attribute name="outputclass" type="xs:string"/>
2558
2559 <xs:attributeGroup ref="univ-atts"/>
2560
2561 <xs:attributeGroup ref="global-atts"/>
2562
2563 <xs:attribute ref="class" default="- topic/lq "/>
2564
2565 </xs:complexType>
2566 <xs:complexType name="note.class" mixed="true">
2567
2568 <xs:choice minOccurs="0" maxOccurs="unbounded">
2569
2570 <xs:group ref="note.cnt"/>
2571
2572 </xs:choice>
2573
2574 <xs:attribute name="type" type="type-note-atts.class"/>
2575
2576 <xs:attribute name="spectitle" type="xs:string"/>
2577
2578 <xs:attribute name="othertype" type="xs:string"/>
2579
2580 <xs:attribute name="outputclass" type="xs:string"/>
2581
2582 <xs:attributeGroup ref="univ-atts"/>
2583
2584 <xs:attributeGroup ref="global-atts"/>
2585
2586 <xs:attribute ref="class" default="- topic/note "/>
2587
2588 </xs:complexType>
2589 <xs:complexType name="q.class" mixed="true">
2590
2591 <xs:choice minOccurs="0" maxOccurs="unbounded">
2592
2593 <xs:group ref="shortquote.cnt"/>
2594
2595 </xs:choice>
2596
2597 <xs:attribute name="outputclass" type="xs:string"/>
2598
2599 <xs:attributeGroup ref="univ-atts"/>
2600
2601 <xs:attributeGroup ref="global-atts"/>
2602
2603 <xs:attribute ref="class" default="- topic/q "/>
2604
2605 </xs:complexType>
2606 <xs:complexType name="ul.class">
2607
2608 <xs:choice>
2609
2610 <xs:group ref="li" maxOccurs="unbounded"/>
2611
2612 </xs:choice>
2613
2614 <xs:attribute name="spectitle" type="xs:string"/>
2615
2616 <xs:attribute name="compact" type="yesno-att.class"/>
2617
2618 <xs:attribute name="outputclass" type="xs:string"/>
2619
2620 <xs:attributeGroup ref="univ-atts"/>
2621
2622 <xs:attributeGroup ref="global-atts"/>
2623
2624 <xs:attribute ref="class" default="- topic/ul "/>
2625
2626 </xs:complexType>
2627 <xs:complexType name="ol.class">
2628
2629 <xs:choice>
2630
2631 <xs:group ref="li" maxOccurs="unbounded"/>
2632
2633 </xs:choice>
2634
2635 <xs:attribute name="spectitle" type="xs:string"/>
2636
2637 <xs:attribute name="compact" type="yesno-att.class"/>
2638
2639 <xs:attribute name="outputclass" type="xs:string"/>
2640
2641 <xs:attributeGroup ref="univ-atts"/>
2642
2643 <xs:attributeGroup ref="global-atts"/>
2644
2645 <xs:attribute ref="class" default="- topic/ol "/>
2646
2647 </xs:complexType>
2648 <xs:complexType name="sl.class">
2649
2650 <xs:choice>
2651
2652 <xs:group ref="sli" maxOccurs="unbounded"/>
2653
2654 </xs:choice>
2655
2656 <xs:attribute name="spectitle" type="xs:string"/>
2657
2658 <xs:attribute name="compact" type="yesno-att.class"/>
2659
2660 <xs:attribute name="outputclass" type="xs:string"/>
2661
2662 <xs:attributeGroup ref="univ-atts"/>
2663
2664 <xs:attributeGroup ref="global-atts"/>
2665
2666 <xs:attribute ref="class" default="- topic/sl "/>
2667
2668 </xs:complexType>
2669 <xs:complexType name="sli.class" mixed="true">
2670
2671 <xs:choice minOccurs="0" maxOccurs="unbounded">
2672
2673 <xs:group ref="ph.cnt"/>
2674
2675 </xs:choice>
2676
2677 <xs:attribute name="outputclass" type="xs:string"/>
2678
2679 <xs:attributeGroup ref="univ-atts"/>
2680
2681 <xs:attributeGroup ref="global-atts"/>
2682
2683 <xs:attribute ref="class" default="- topic/sli "/>
2684
2685 </xs:complexType>
2686 <xs:complexType name="li.class" mixed="true">
2687
2688 <xs:choice minOccurs="0" maxOccurs="unbounded">
2689
2690 <xs:group ref="listitem.cnt"/>
2691
2692 </xs:choice>
2693
2694 <xs:attribute name="outputclass" type="xs:string"/>
2695
2696 <xs:attributeGroup ref="univ-atts"/>
2697
2698 <xs:attributeGroup ref="global-atts"/>
2699
2700 <xs:attribute ref="class" default="- topic/li "/>
2701
2702 </xs:complexType>
2703 <xs:complexType name="itemgroup.class" mixed="true">
2704
2705 <xs:choice minOccurs="0" maxOccurs="unbounded">
2706
2707 <xs:group ref="itemgroup.cnt"/>
2708
2709 </xs:choice>
2710
2711 <xs:attribute name="outputclass" type="xs:string"/>
2712
2713 <xs:attributeGroup ref="univ-atts"/>
2714
2715 <xs:attributeGroup ref="global-atts"/>
2716
2717 <xs:attribute ref="class" default="- topic/itemgroup "/>
2718
2719 </xs:complexType>
2720 <xs:complexType name="dl.class">
2721
2722 <xs:sequence>
2723
2724 <xs:group ref="dlhead" minOccurs="0"/>
2725
2726 <xs:group ref="dlentry" maxOccurs="unbounded"/>
2727
2728 </xs:sequence>
2729
2730 <xs:attribute name="compact" type="yesno-att.class"/>
2731
2732 <xs:attribute name="spectitle" type="xs:string"/>
2733
2734 <xs:attribute name="outputclass" type="xs:string"/>
2735
2736 <xs:attributeGroup ref="univ-atts"/>
2737
2738 <xs:attributeGroup ref="global-atts"/>
2739
2740 <xs:attribute ref="class" default="- topic/dl "/>
2741
2742 </xs:complexType>
2743 <xs:complexType name="dlhead.class">
2744
2745 <xs:sequence>
2746
2747 <xs:group ref="dthd" minOccurs="0"/>
2748
2749 <xs:group ref="ddhd" minOccurs="0"/>
2750
2751 </xs:sequence>
2752
2753 <xs:attribute name="outputclass" type="xs:string"/>
2754
2755 <xs:attributeGroup ref="univ-atts"/>
2756
2757 <xs:attributeGroup ref="global-atts"/>
2758
2759 <xs:attribute ref="class" default="- topic/dlhead "/>
2760
2761 </xs:complexType>
2762 <xs:complexType name="ddhd.class" mixed="true">
2763
2764 <xs:choice minOccurs="0" maxOccurs="unbounded">
2765
2766 <xs:group ref="title.cnt"/>
2767
2768 </xs:choice>
2769
2770 <xs:attribute name="outputclass" type="xs:string"/>
2771
2772 <xs:attributeGroup ref="univ-atts"/>
2773
2774 <xs:attributeGroup ref="global-atts"/>
2775
2776 <xs:attribute ref="class" default="- topic/ddhd "/>
2777
2778 </xs:complexType>
2779 <xs:complexType name="dthd.class" mixed="true">
2780
2781 <xs:choice minOccurs="0" maxOccurs="unbounded">
2782
2783 <xs:group ref="title.cnt"/>
2784
2785 </xs:choice>
2786
2787 <xs:attribute name="outputclass" type="xs:string"/>
2788
2789 <xs:attributeGroup ref="univ-atts"/>
2790
2791 <xs:attributeGroup ref="global-atts"/>
2792
2793 <xs:attribute ref="class" default="- topic/dthd "/>
2794
2795 </xs:complexType>
2796 <xs:complexType name="dlentry.class">
2797
2798 <xs:sequence>
2799
2800 <xs:group ref="dt" maxOccurs="unbounded"/>
2801
2802 <xs:group ref="dd" maxOccurs="unbounded"/>
2803
2804 </xs:sequence>
2805
2806 <xs:attribute name="outputclass" type="xs:string"/>
2807
2808 <xs:attributeGroup ref="univ-atts"/>
2809
2810 <xs:attributeGroup ref="global-atts"/>
2811
2812 <xs:attribute ref="class" default="- topic/dlentry "/>
2813
2814 </xs:complexType>
2815 <xs:complexType name="dt.class" mixed="true">
2816
2817 <xs:choice minOccurs="0" maxOccurs="unbounded">
2818
2819 <xs:group ref="term.cnt"/>
2820
2821 </xs:choice>
2822
2823 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
2824
2825 <xs:attribute name="outputclass" type="xs:string"/>
2826
2827 <xs:attributeGroup ref="univ-atts"/>
2828
2829 <xs:attributeGroup ref="global-atts"/>
2830
2831 <xs:attribute ref="class" default="- topic/dt "/>
2832
2833 </xs:complexType>
2834 <xs:complexType name="dd.class" mixed="true">
2835
2836 <xs:choice minOccurs="0" maxOccurs="unbounded">
2837
2838 <xs:group ref="defn.cnt"/>
2839
2840 </xs:choice>
2841
2842 <xs:attribute name="outputclass" type="xs:string"/>
2843
2844 <xs:attributeGroup ref="univ-atts"/>
2845
2846 <xs:attributeGroup ref="global-atts"/>
2847
2848 <xs:attribute ref="class" default="- topic/dd "/>
2849
2850 </xs:complexType>
2851 <xs:complexType name="fig.class">
2852
2853 <xs:sequence>
2854
2855 <xs:group ref="title" minOccurs="0"/>
2856
2857 <xs:group ref="desc" minOccurs="0"/>
2858
2859 <xs:choice minOccurs="0" maxOccurs="unbounded">
2860
2861 <xs:group ref="figgroup"/>
2862
2863 <xs:group ref="fig.cnt"/>
2864
2865 </xs:choice>
2866
2867 </xs:sequence>
2868
2869 <xs:attributeGroup ref="display-atts"/>
2870
2871 <xs:attribute name="outputclass" type="xs:string"/>
2872
2873 <xs:attribute name="spectitle" type="xs:string"/>
2874
2875 <xs:attributeGroup ref="univ-atts"/>
2876
2877 <xs:attributeGroup ref="global-atts"/>
2878
2879 <xs:attribute ref="class" default="- topic/fig "/>
2880
2881 </xs:complexType>
2882 <xs:complexType name="figgroup.class">
2883
2884 <xs:sequence>
2885
2886 <xs:group ref="title" minOccurs="0"/>
2887
2888 <xs:choice minOccurs="0" maxOccurs="unbounded">
2889
2890 <xs:group ref="figgroup"/>
2891
2892 <xs:group ref="xref"/>
2893
2894 <xs:group ref="fn"/>
2895
2896 <xs:group ref="ph"/>
2897
2898 <xs:group ref="keyword"/>
2899
2900 </xs:choice>
2901
2902 </xs:sequence>
2903
2904 <xs:attribute name="outputclass" type="xs:string"/>
2905
2906 <xs:attributeGroup ref="univ-atts"/>
2907
2908 <xs:attributeGroup ref="global-atts"/>
2909
2910 <xs:attribute ref="class" default="- topic/figgroup "/>
2911
2912 </xs:complexType>
2913 <xs:complexType name="pre.class" mixed="true">
2914
2915 <xs:choice minOccurs="0" maxOccurs="unbounded">
2916
2917 <xs:group ref="pre.cnt"/>
2918
2919 </xs:choice>
2920
2921 <xs:attribute name="outputclass" type="xs:string"/>
2922
2923 <xs:attribute name="spectitle" type="xs:string"/>
2924
2925 <xs:attributeGroup ref="display-atts"/>
2926
2927 <xs:attributeGroup ref="univ-atts"/>
2928
2929 <xs:attribute ref="xml:space" fixed="preserve"/>
2930
2931 <xs:attributeGroup ref="global-atts"/>
2932
2933 <xs:attribute ref="class" default="- topic/pre "/>
2934
2935 </xs:complexType>
2936 <xs:complexType name="lines.class" mixed="true">
2937
2938 <xs:choice minOccurs="0" maxOccurs="unbounded">
2939
2940 <xs:group ref="pre.cnt"/>
2941
2942 </xs:choice>
2943
2944 <xs:attribute name="spectitle" type="xs:string"/>
2945
2946 <xs:attributeGroup ref="display-atts"/>
2947
2948 <xs:attribute name="outputclass" type="xs:string"/>
2949
2950 <xs:attributeGroup ref="univ-atts"/>
2951
2952 <xs:attribute ref="xml:space" fixed="preserve"/>
2953
2954 <xs:attributeGroup ref="global-atts"/>
2955
2956 <xs:attribute ref="class" default="- topic/lines "/>
2957
2958 </xs:complexType>
2959 <xs:complexType name="image.class">
2960
2961 <xs:choice>
2962
2963 <xs:group ref="alt" minOccurs="0"/>
2964
2965 </xs:choice>
2966
2967 <xs:attribute name="href" type="xs:string" use="required"/>
2968
2969 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
2970
2971 <xs:attribute name="alt" type="xs:string"/>
2972
2973 <xs:attribute name="longdescref" type="xs:string"/>
2974
2975 <xs:attribute name="height" type="xs:NMTOKEN"/>
2976
2977 <xs:attribute name="width" type="xs:NMTOKEN"/>
2978
2979 <xs:attribute name="align" type="image-align-att.class"/>
2980
2981 <xs:attribute name="placement" type="image-placement-att.class" default="inline"/>
2982
2983 <xs:attribute name="outputclass" type="xs:string"/>
2984
2985 <xs:attributeGroup ref="univ-atts"/>
2986
2987 <xs:attributeGroup ref="global-atts"/>
2988
2989 <xs:attribute ref="class" default="- topic/image "/>
2990
2991 </xs:complexType>
2992 <xs:complexType name="alt.class" mixed="true">
2993
2994 <xs:choice minOccurs="0" maxOccurs="unbounded">
2995
2996 <xs:group ref="words.cnt"/>
2997
2998 </xs:choice>
2999
3000 <xs:attribute name="outputclass" type="xs:string"/>
3001
3002 <xs:attributeGroup ref="univ-atts"/>
3003
3004 <xs:attributeGroup ref="global-atts"/>
3005
3006 <xs:attribute ref="class" default="- topic/alt "/>
3007
3008 </xs:complexType>
3009 <xs:complexType name="object.class">
3010
3011 <xs:sequence>
3012
3013 <xs:group ref="desc" minOccurs="0"/>
3014
3015 <xs:group ref="param" minOccurs="0" maxOccurs="unbounded"/>
3016
3017 </xs:sequence>
3018
3019 <xs:attribute name="declare" type="xs:string" fixed="declare"/>
3020
3021 <xs:attribute name="classid" type="xs:string"/>
3022
3023 <xs:attribute name="codebase" type="xs:string"/>
3024
3025 <xs:attribute name="data" type="xs:string"/>
3026
3027 <xs:attribute name="type" type="xs:string"/>
3028
3029 <xs:attribute name="codetype" type="xs:string"/>
3030
3031 <xs:attribute name="archive" type="xs:string"/>
3032
3033 <xs:attribute name="standby" type="xs:string"/>
3034
3035 <xs:attribute name="height" type="xs:NMTOKEN"/>
3036
3037 <xs:attribute name="width" type="xs:NMTOKEN"/>
3038
3039 <xs:attribute name="usemap" type="xs:string"/>
3040
3041 <xs:attribute name="name" type="xs:string"/>
3042
3043 <xs:attribute name="tabindex" type="xs:string"/>
3044
3045 <xs:attribute name="longdescref" type="xs:string"/>
3046
3047 <xs:attribute name="outputclass" type="xs:string"/>
3048
3049 <xs:attributeGroup ref="univ-atts"/>
3050
3051 <xs:attributeGroup ref="global-atts"/>
3052
3053 <xs:attribute ref="class" default="- topic/object "/>
3054
3055 </xs:complexType>
3056 <xs:complexType name="param.class">
3057
3058 <xs:attribute name="id" type="xs:ID"/>
3059
3060 <xs:attribute name="name" type="xs:string" use="required"/>
3061
3062 <xs:attribute name="value" type="xs:string"/>
3063
3064 <xs:attribute name="valuetype" type="valuetype-att.class"/>
3065
3066 <xs:attribute name="type" type="xs:string"/>
3067
3068 <xs:attributeGroup ref="global-atts"/>
3069
3070 <xs:attribute ref="class" default="- topic/param "/>
3071
3072 </xs:complexType>
3073 <xs:complexType name="simpletable.class">
3074
3075 <xs:sequence>
3076
3077 <xs:group ref="sthead" minOccurs="0"/>
3078
3079 <xs:group ref="strow" maxOccurs="unbounded"/>
3080
3081 </xs:sequence>
3082
3083 <xs:attribute name="relcolwidth" type="xs:string"/>
3084
3085 <xs:attribute name="keycol" type="xs:NMTOKEN"/>
3086
3087 <xs:attribute name="refcols" type="xs:NMTOKENS"/>
3088
3089 <xs:attributeGroup ref="display-atts"/>
3090
3091 <xs:attribute name="outputclass" type="xs:string"/>
3092
3093 <xs:attribute name="spectitle" type="xs:string"/>
3094
3095 <xs:attributeGroup ref="univ-atts"/>
3096
3097 <xs:attributeGroup ref="global-atts"/>
3098
3099 <xs:attribute ref="class" default="- topic/simpletable "/>
3100
3101 </xs:complexType>
3102 <xs:complexType name="sthead.class">
3103
3104 <xs:choice>
3105
3106 <xs:group ref="stentry" maxOccurs="unbounded"/>
3107
3108 </xs:choice>
3109
3110 <xs:attribute name="outputclass" type="xs:string"/>
3111
3112 <xs:attributeGroup ref="univ-atts"/>
3113
3114 <xs:attributeGroup ref="global-atts"/>
3115
3116 <xs:attribute ref="class" default="- topic/sthead "/>
3117
3118 </xs:complexType>
3119 <xs:complexType name="strow.class">
3120
3121 <xs:choice>
3122
3123 <xs:group ref="stentry" minOccurs="0" maxOccurs="unbounded"/>
3124
3125 </xs:choice>
3126
3127 <xs:attribute name="outputclass" type="xs:string"/>
3128
3129 <xs:attributeGroup ref="univ-atts"/>
3130
3131 <xs:attributeGroup ref="global-atts"/>
3132
3133 <xs:attribute ref="class" default="- topic/strow "/>
3134
3135 </xs:complexType>
3136 <xs:complexType name="stentry.class" mixed="true">
3137
3138 <xs:choice minOccurs="0" maxOccurs="unbounded">
3139
3140 <xs:group ref="tblcell.cnt"/>
3141
3142 </xs:choice>
3143
3144 <xs:attribute name="outputclass" type="xs:string"/>
3145
3146 <xs:attribute name="specentry" type="xs:string"/>
3147
3148 <xs:attributeGroup ref="univ-atts"/>
3149
3150 <xs:attributeGroup ref="global-atts"/>
3151
3152 <xs:attribute ref="class" default="- topic/stentry "/>
3153
3154 </xs:complexType>
3155 <xs:complexType name="draft-comment.class" mixed="true">
3156
3157 <xs:choice minOccurs="0" maxOccurs="unbounded">
3158
3159 <xs:group ref="basic.phandblock"/>
3160
3161 </xs:choice>
3162
3163 <xs:attribute name="disposition" type="disposition-att.class"/>
3164
3165 <xs:attribute name="author" type="xs:string"/>
3166
3167 <xs:attribute name="time" type="xs:string"/>
3168
3169 <xs:attribute name="outputclass" type="xs:string"/>
3170
3171 <xs:attributeGroup ref="univ-atts"/>
3172
3173 <xs:attributeGroup ref="global-atts"/>
3174
3175 <xs:attribute ref="class" default="- topic/draft-comment "/>
3176
3177 </xs:complexType>
3178 <xs:complexType name="required-cleanup.class" mixed="true">
3179
3180 <xs:choice>
3181
3182 <xs:any processContents="skip" maxOccurs="unbounded"/>
3183
3184 </xs:choice>
3185
3186 <xs:attribute name="remap" type="xs:string"/>
3187
3188 <xs:attribute name="outputclass" type="xs:string"/>
3189
3190 <xs:attributeGroup ref="univ-atts"/>
3191
3192 <xs:attributeGroup ref="global-atts"/>
3193
3194 <xs:attribute ref="class" default="- topic/required-cleanup "/>
3195
3196 </xs:complexType>
3197 <xs:complexType name="fn.class" mixed="true">
3198
3199 <xs:choice minOccurs="0" maxOccurs="unbounded">
3200
3201 <xs:group ref="fn.cnt"/>
3202
3203 </xs:choice>
3204
3205 <xs:attribute name="callout" type="xs:string"/>
3206
3207 <xs:attribute name="outputclass" type="xs:string"/>
3208
3209 <xs:attributeGroup ref="univ-atts"/>
3210
3211 <xs:attributeGroup ref="global-atts"/>
3212
3213 <xs:attribute ref="class" default="- topic/fn "/>
3214
3215 </xs:complexType>
3216 <xs:complexType name="indextermref.class">
3217
3218 <xs:attribute name="keyref" type="xs:NMTOKEN" use="required"/>
3219
3220 <xs:attributeGroup ref="univ-atts"/>
3221
3222 <xs:attributeGroup ref="global-atts"/>
3223
3224 <xs:attribute ref="class" default="- topic/indextermref "/>
3225
3226 </xs:complexType>
3227 <xs:complexType name="cite.class" mixed="true">
3228
3229 <xs:choice minOccurs="0" maxOccurs="unbounded">
3230
3231 <xs:group ref="xrefph.cnt"/>
3232
3233 </xs:choice>
3234
3235 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
3236
3237 <xs:attribute name="outputclass" type="xs:string"/>
3238
3239 <xs:attributeGroup ref="univ-atts"/>
3240
3241 <xs:attributeGroup ref="global-atts"/>
3242
3243 <xs:attribute ref="class" default="- topic/cite "/>
3244
3245 </xs:complexType>
3246 <xs:complexType name="xref.class" mixed="true">
3247
3248 <xs:choice minOccurs="0" maxOccurs="unbounded">
3249
3250 <xs:group ref="xreftext.cnt"/>
3251
3252 <xs:group ref="desc"/>
3253
3254 </xs:choice>
3255
3256 <xs:attribute name="href" type="xs:string"/>
3257
3258 <xs:attribute name="keyref" type="xs:NMTOKEN"/>
3259
3260 <xs:attribute name="type" type="xs:string"/>
3261
3262 <xs:attribute name="format" type="xs:string"/>
3263
3264 <xs:attribute name="scope" type="scope-att.class"/>
3265
3266 <xs:attribute name="outputclass" type="xs:string"/>
3267
3268 <xs:attributeGroup ref="univ-atts"/>
3269
3270 <xs:attributeGroup ref="global-atts"/>
3271
3272 <xs:attribute ref="class" default="- topic/xref "/>
3273
3274 </xs:complexType>
3275 </xs:schema>
3276 </xs:redefine>
3277 <xs:redefine schemaLocation="conceptMod.xsd">
3278 <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified">
3279 <xs:complexType name="concept.class">
3280
3281 <xs:sequence>
3282
3283 <xs:group ref="title"/>
3284
3285 <xs:group ref="titlealts" minOccurs="0"/>
3286
3287 <xs:group ref="shortdesc" minOccurs="0"/>
3288
3289 <xs:group ref="prolog" minOccurs="0"/>
3290
3291 <xs:group ref="conbody" minOccurs="0"/>
3292
3293 <xs:group ref="related-links" minOccurs="0"/>
3294
3295 <xs:group ref="info-types" minOccurs="0" maxOccurs="unbounded"/>
3296
3297 </xs:sequence>
3298
3299 <xs:attribute name="id" type="xs:ID" use="required"/>
3300
3301 <xs:attribute name="conref" type="xs:string"/>
3302
3303 <xs:attributeGroup ref="select-atts"/>
3304
3305 <xs:attribute ref="ditaarch:DITAArchVersion"/>
3306
3307 <xs:attribute name="outputclass" type="xs:string"/>
3308
3309 <xs:attribute ref="xml:lang"/>
3310
3311 <xs:attributeGroup ref="global-atts"/>
3312
3313 <xs:attribute ref="class" default="- topic/topic concept/concept"/>
3314
3315 </xs:complexType>
3316 <xs:complexType name="conbody.class">
3317
3318 <xs:sequence>
3319
3320 <xs:group ref="body.cnt" minOccurs="0" maxOccurs="unbounded"/>
3321
3322 <xs:choice minOccurs="0" maxOccurs="unbounded">
3323
3324 <xs:group ref="section"/>
3325
3326 <xs:group ref="example"/>
3327
3328 </xs:choice>
3329
3330 </xs:sequence>
3331
3332 <xs:attribute name="outputclass" type="xs:string"/>
3333
3334 <xs:attributeGroup ref="id-atts"/>
3335
3336 <xs:attribute name="translate" type="yesno-att.class"/>
3337
3338 <xs:attribute ref="xml:lang"/>
3339
3340 <xs:attributeGroup ref="global-atts"/>
3341
3342 <xs:attribute ref="class" default="- topic/body concept/conbody"/>
3343
3344 </xs:complexType>
3345 </xs:schema>
3346 </xs:redefine>
3347 <xs:redefine schemaLocation="taskMod.xsd">
3348 <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified">
3349 <xs:attributeGroup name="univ-atts-importance-task">
3350
3351 <xs:attributeGroup ref="id-atts"/>
3352
3353 <xs:attribute name="platform" type="xs:string"/>
3354
3355 <xs:attribute name="product" type="xs:string"/>
3356
3357 <xs:attribute name="audience" type="xs:string"/>
3358
3359 <xs:attribute name="otherprops" type="xs:string"/>
3360
3361 <xs:attribute name="rev" type="xs:string"/>
3362
3363 <xs:attribute name="status" type="status-atts.class"/>
3364
3365 <xs:attribute name="importance" type="importance-att-nodefault-task.class"/>
3366
3367 <xs:attribute name="translate" type="yesno-att.class"/>
3368
3369 <xs:attribute ref="xml:lang"/>
3370
3371 </xs:attributeGroup>
3372 <xs:complexType name="task.class">
3373
3374 <xs:sequence>
3375
3376 <xs:group ref="title"/>
3377
3378 <xs:group ref="titlealts" minOccurs="0"/>
3379
3380 <xs:group ref="shortdesc" minOccurs="0"/>
3381
3382 <xs:group ref="prolog" minOccurs="0"/>
3383
3384 <xs:group ref="taskbody" minOccurs="0"/>
3385
3386 <xs:group ref="related-links" minOccurs="0"/>
3387
3388 <xs:group ref="info-types" minOccurs="0" maxOccurs="unbounded"/>
3389
3390 </xs:sequence>
3391
3392 <xs:attribute name="id" type="xs:ID" use="required"/>
3393
3394 <xs:attribute name="conref" type="xs:string"/>
3395
3396 <xs:attributeGroup ref="select-atts"/>
3397
3398 <xs:attribute ref="ditaarch:DITAArchVersion"/>
3399
3400 <xs:attribute name="outputclass" type="xs:string"/>
3401
3402 <xs:attribute ref="xml:lang"/>
3403
3404 <xs:attributeGroup ref="global-atts"/>
3405
3406 <xs:attribute ref="class" default="- topic/topic task/task "/>
3407
3408 </xs:complexType>
3409 <xs:complexType name="taskbody.class">
3410
3411 <xs:sequence>
3412
3413 <xs:group ref="prereq" minOccurs="0"/>
3414
3415 <xs:group ref="context" minOccurs="0"/>
3416
3417 <xs:choice minOccurs="0" maxOccurs="1">
3418
3419 <xs:group ref="steps"/>
3420
3421 <xs:group ref="steps-unordered"/>
3422
3423 </xs:choice>
3424
3425 <xs:group ref="result" minOccurs="0"/>
3426
3427 <xs:group ref="example" minOccurs="0"/>
3428
3429 <xs:group ref="postreq" minOccurs="0"/>
3430
3431 </xs:sequence>
3432
3433 <xs:attribute name="outputclass" type="xs:string"/>
3434
3435 <xs:attributeGroup ref="id-atts"/>
3436
3437 <xs:attribute name="translate" type="yesno-att.class"/>
3438
3439 <xs:attribute ref="xml:lang"/>
3440
3441 <xs:attributeGroup ref="global-atts"/>
3442
3443 <xs:attribute ref="class" default="- topic/body task/taskbody "/>
3444
3445 </xs:complexType>
3446 <xs:complexType name="prereq.class" mixed="true">
3447
3448 <xs:choice minOccurs="0" maxOccurs="unbounded">
3449
3450 <xs:group ref="section.notitle.cnt"/>
3451
3452 </xs:choice>
3453
3454 <xs:attribute name="outputclass" type="xs:string"/>
3455
3456 <xs:attributeGroup ref="univ-atts"/>
3457
3458 <xs:attributeGroup ref="global-atts"/>
3459
3460 <xs:attribute ref="class" default="- topic/section task/prereq "/>
3461
3462 </xs:complexType>
3463 <xs:complexType name="context.class" mixed="true">
3464
3465 <xs:choice minOccurs="0" maxOccurs="unbounded">
3466
3467 <xs:group ref="section.notitle.cnt"/>
3468
3469 </xs:choice>
3470
3471 <xs:attribute name="outputclass" type="xs:string"/>
3472
3473 <xs:attributeGroup ref="univ-atts"/>
3474
3475 <xs:attributeGroup ref="global-atts"/>
3476
3477 <xs:attribute ref="class" default="- topic/section task/context "/>
3478
3479 </xs:complexType>
3480 <xs:complexType name="steps.class">
3481
3482 <xs:choice>
3483
3484 <xs:group ref="step" maxOccurs="unbounded"/>
3485
3486 </xs:choice>
3487
3488 <xs:attribute name="outputclass" type="xs:string"/>
3489
3490 <xs:attributeGroup ref="univ-atts"/>
3491
3492 <xs:attributeGroup ref="global-atts"/>
3493
3494 <xs:attribute ref="class" default="- topic/ol task/steps "/>
3495
3496 </xs:complexType>
3497 <xs:complexType name="steps-unordered.class">
3498
3499 <xs:choice minOccurs="1" maxOccurs="unbounded">
3500
3501 <xs:group ref="step"/>
3502
3503 </xs:choice>
3504
3505 <xs:attribute name="outputclass" type="xs:string"/>
3506
3507 <xs:attributeGroup ref="univ-atts"/>
3508
3509 <xs:attributeGroup ref="global-atts"/>
3510
3511 <xs:attribute ref="class" default="- topic/ul task/steps-unordered "/>
3512
3513 </xs:complexType>
3514 <xs:complexType name="step.class">
3515
3516 <xs:sequence>
3517
3518 <xs:group ref="cmd"/>
3519
3520 <xs:choice minOccurs="0" maxOccurs="unbounded">
3521
3522 <xs:group ref="info"/>
3523
3524 <xs:group ref="substeps"/>
3525
3526 <xs:group ref="tutorialinfo"/>
3527
3528 <xs:group ref="stepxmp"/>
3529
3530 <xs:group ref="choicetable"/>
3531
3532 <xs:group ref="choices"/>
3533
3534 </xs:choice>
3535
3536 <xs:group ref="stepresult" minOccurs="0"/>
3537
3538 </xs:sequence>
3539
3540 <xs:attribute name="outputclass" type="xs:string"/>
3541
3542 <xs:attributeGroup ref="univ-atts-importance-task"/>
3543
3544 <xs:attributeGroup ref="global-atts"/>
3545
3546 <xs:attribute ref="class" default="- topic/li task/step "/>
3547
3548 </xs:complexType>
3549 <xs:complexType name="cmd.class" mixed="true">
3550
3551 <xs:choice minOccurs="0" maxOccurs="unbounded">
3552
3553 <xs:group ref="ph.cnt"/>
3554
3555 </xs:choice>
3556
3557 <xs:attribute name="keyref" type="xs:string"/>
3558
3559 <xs:attribute name="outputclass" type="xs:string"/>
3560
3561 <xs:attributeGroup ref="univ-atts"/>
3562
3563 <xs:attributeGroup ref="global-atts"/>
3564
3565 <xs:attribute ref="class" default="- topic/ph task/cmd "/>
3566
3567 </xs:complexType>
3568 <xs:complexType name="info.class" mixed="true">
3569
3570 <xs:choice minOccurs="0" maxOccurs="unbounded">
3571
3572 <xs:group ref="itemgroup.cnt"/>
3573
3574 </xs:choice>
3575
3576 <xs:attribute name="outputclass" type="xs:string"/>
3577
3578 <xs:attributeGroup ref="univ-atts"/>
3579
3580 <xs:attributeGroup ref="global-atts"/>
3581
3582 <xs:attribute ref="class" default="- topic/itemgroup task/info "/>
3583
3584 </xs:complexType>
3585 <xs:complexType name="substeps.class">
3586
3587 <xs:choice maxOccurs="unbounded">
3588
3589 <xs:group ref="substep"/>
3590
3591 </xs:choice>
3592
3593 <xs:attribute name="outputclass" type="xs:string"/>
3594
3595 <xs:attributeGroup ref="univ-atts"/>
3596
3597 <xs:attributeGroup ref="global-atts"/>
3598
3599 <xs:attribute ref="class" default="- topic/ol task/substeps "/>
3600
3601 </xs:complexType>
3602 <xs:complexType name="substep.class">
3603
3604 <xs:sequence>
3605
3606 <xs:group ref="cmd"/>
3607
3608 <xs:choice minOccurs="0" maxOccurs="unbounded">
3609
3610 <xs:group ref="info"/>
3611
3612 <xs:group ref="tutorialinfo"/>
3613
3614 <xs:group ref="stepxmp"/>
3615
3616 </xs:choice>
3617
3618 <xs:group ref="stepresult" minOccurs="0"/>
3619
3620 </xs:sequence>
3621
3622 <xs:attribute name="outputclass" type="xs:string"/>
3623
3624 <xs:attributeGroup ref="univ-atts-importance-task"/>
3625
3626 <xs:attributeGroup ref="global-atts"/>
3627
3628 <xs:attribute ref="class" default="- topic/li task/substep "/>
3629
3630 </xs:complexType>
3631 <xs:complexType name="tutorialinfo.class" mixed="true">
3632
3633 <xs:choice minOccurs="0" maxOccurs="unbounded">
3634
3635 <xs:group ref="itemgroup.cnt"/>
3636
3637 </xs:choice>
3638
3639 <xs:attribute name="outputclass" type="xs:string"/>
3640
3641 <xs:attributeGroup ref="univ-atts"/>
3642
3643 <xs:attributeGroup ref="global-atts"/>
3644
3645 <xs:attribute ref="class" default="- topic/itemgroup task/tutorialinfo "/>
3646
3647 </xs:complexType>
3648 <xs:complexType name="stepxmp.class" mixed="true">
3649
3650 <xs:choice minOccurs="0" maxOccurs="unbounded">
3651
3652 <xs:group ref="itemgroup.cnt"/>
3653
3654 </xs:choice>
3655
3656 <xs:attribute name="outputclass" type="xs:string"/>
3657
3658 <xs:attributeGroup ref="univ-atts"/>
3659
3660 <xs:attributeGroup ref="global-atts"/>
3661
3662 <xs:attribute ref="class" default="- topic/itemgroup task/stepxmp "/>
3663
3664 </xs:complexType>
3665 <xs:complexType name="choices.class">
3666
3667 <xs:choice maxOccurs="unbounded">
3668
3669 <xs:group ref="choice"/>
3670
3671 </xs:choice>
3672
3673 <xs:attribute name="outputclass" type="xs:string"/>
3674
3675 <xs:attributeGroup ref="univ-atts"/>
3676
3677 <xs:attributeGroup ref="global-atts"/>
3678
3679 <xs:attribute ref="class" default="- topic/ul task/choices "/>
3680
3681 </xs:complexType>
3682 <xs:complexType name="choice.class" mixed="true">
3683
3684 <xs:choice minOccurs="0" maxOccurs="unbounded">
3685
3686 <xs:group ref="basic.ph"/>
3687
3688 <xs:group ref="basic.block"/>
3689
3690 <xs:group ref="itemgroup"/>
3691
3692 <xs:group ref="txt.incl"/>
3693
3694 </xs:choice>
3695
3696 <xs:attribute name="outputclass" type="xs:string"/>
3697
3698 <xs:attributeGroup ref="univ-atts"/>
3699
3700 <xs:attributeGroup ref="global-atts"/>
3701
3702 <xs:attribute ref="class" default="- topic/li task/choice "/>
3703
3704 </xs:complexType>
3705 <xs:complexType name="stepresult.class" mixed="true">
3706
3707 <xs:choice minOccurs="0" maxOccurs="unbounded">
3708
3709 <xs:group ref="itemgroup.cnt"/>
3710
3711 </xs:choice>
3712
3713 <xs:attribute name="outputclass" type="xs:string"/>
3714
3715 <xs:attributeGroup ref="univ-atts"/>
3716
3717 <xs:attributeGroup ref="global-atts"/>
3718
3719 <xs:attribute ref="class" default="- topic/itemgroup task/stepresult "/>
3720
3721 </xs:complexType>
3722 <xs:complexType name="result.class" mixed="true">
3723
3724 <xs:choice minOccurs="0" maxOccurs="unbounded">
3725
3726 <xs:group ref="section.notitle.cnt"/>
3727
3728 </xs:choice>
3729
3730 <xs:attribute name="outputclass" type="xs:string"/>
3731
3732 <xs:attributeGroup ref="univ-atts"/>
3733
3734 <xs:attributeGroup ref="global-atts"/>
3735
3736 <xs:attribute ref="class" default="- topic/section task/result "/>
3737
3738 </xs:complexType>
3739 <xs:complexType name="postreq.class" mixed="true">
3740
3741 <xs:choice minOccurs="0" maxOccurs="unbounded">
3742
3743 <xs:group ref="section.notitle.cnt"/>
3744
3745 </xs:choice>
3746
3747 <xs:attribute name="outputclass" type="xs:string"/>
3748
3749 <xs:attributeGroup ref="univ-atts"/>
3750
3751 <xs:attributeGroup ref="global-atts"/>
3752
3753 <xs:attribute ref="class" default="- topic/section task/postreq "/>
3754
3755 </xs:complexType>
3756 <xs:complexType name="choicetable.class">
3757
3758 <xs:sequence>
3759
3760 <xs:group ref="chhead" minOccurs="0"/>
3761
3762 <xs:group ref="chrow" minOccurs="0" maxOccurs="unbounded"/>
3763
3764 </xs:sequence>
3765
3766 <xs:attribute name="relcolwidth" type="xs:string"/>
3767
3768 <xs:attribute name="keycol" type="xs:NMTOKEN"/>
3769
3770 <xs:attribute name="refcols" type="xs:NMTOKENS"/>
3771
3772 <xs:attributeGroup ref="display-atts"/>
3773
3774 <xs:attribute name="outputclass" type="xs:string"/>
3775
3776 <xs:attribute name="spectitle" type="xs:string"/>
3777
3778 <xs:attributeGroup ref="univ-atts"/>
3779
3780 <xs:attributeGroup ref="global-atts"/>
3781
3782 <xs:attribute ref="class" default="- topic/simpletable task/choicetable "/>
3783
3784 </xs:complexType>
3785 <xs:complexType name="chhead.class">
3786
3787 <xs:sequence>
3788
3789 <xs:group ref="choptionhd"/>
3790
3791 <xs:group ref="chdeschd"/>
3792
3793 </xs:sequence>
3794
3795 <xs:attribute name="outputclass" type="xs:string"/>
3796
3797 <xs:attributeGroup ref="univ-atts"/>
3798
3799 <xs:attributeGroup ref="global-atts"/>
3800
3801 <xs:attribute ref="class" default="- topic/sthead task/chhead "/>
3802
3803 </xs:complexType>
3804 <xs:complexType name="choptionhd.class" mixed="true">
3805
3806 <xs:choice minOccurs="0" maxOccurs="unbounded">
3807
3808 <xs:group ref="tblcell.cnt"/>
3809
3810 </xs:choice>
3811
3812 <xs:attribute name="outputclass" type="xs:string"/>
3813
3814 <xs:attribute name="specentry" type="xs:string"/>
3815
3816 <xs:attributeGroup ref="univ-atts"/>
3817
3818 <xs:attributeGroup ref="global-atts"/>
3819
3820 <xs:attribute ref="class" default="- topic/stentry task/choptionhd "/>
3821
3822 </xs:complexType>
3823 <xs:complexType name="chdeschd.class" mixed="true">
3824
3825 <xs:choice minOccurs="0" maxOccurs="unbounded">
3826
3827 <xs:group ref="tblcell.cnt"/>
3828
3829 </xs:choice>
3830
3831 <xs:attribute name="outputclass" type="xs:string"/>
3832
3833 <xs:attribute name="specentry" type="xs:string"/>
3834
3835 <xs:attributeGroup ref="univ-atts"/>
3836
3837 <xs:attributeGroup ref="global-atts"/>
3838
3839 <xs:attribute ref="class" default="- topic/stentry task/chdeschd "/>
3840
3841 </xs:complexType>
3842 <xs:complexType name="chrow.class">
3843
3844 <xs:sequence>
3845
3846 <xs:group ref="choption"/>
3847
3848 <xs:group ref="chdesc"/>
3849
3850 </xs:sequence>
3851
3852 <xs:attribute name="outputclass" type="xs:string"/>
3853
3854 <xs:attributeGroup ref="univ-atts"/>
3855
3856 <xs:attributeGroup ref="global-atts"/>
3857
3858 <xs:attribute ref="class" default="- topic/strow task/chrow "/>
3859
3860 </xs:complexType>
3861 <xs:complexType name="choption.class" mixed="true">
3862
3863 <xs:choice minOccurs="0" maxOccurs="unbounded">
3864
3865 <xs:group ref="tblcell.cnt"/>
3866
3867 </xs:choice>
3868
3869 <xs:attribute name="outputclass" type="xs:string"/>
3870
3871 <xs:attribute name="specentry" type="xs:string"/>
3872
3873 <xs:attributeGroup ref="univ-atts"/>
3874
3875 <xs:attributeGroup ref="global-atts"/>
3876
3877 <xs:attribute ref="class" default="- topic/stentry task/choption "/>
3878
3879 </xs:complexType>
3880 <xs:complexType name="chdesc.class" mixed="true">
3881
3882 <xs:choice minOccurs="0" maxOccurs="unbounded">
3883
3884 <xs:group ref="tblcell.cnt"/>
3885
3886 </xs:choice>
3887
3888 <xs:attribute name="outputclass" type="xs:string"/>
3889
3890 <xs:attribute name="specentry" type="xs:string"/>
3891
3892 <xs:attributeGroup ref="univ-atts"/>
3893
3894 <xs:attributeGroup ref="global-atts"/>
3895
3896 <xs:attribute ref="class" default="- topic/stentry task/chdesc "/>
3897
3898 </xs:complexType>
3899 </xs:schema>
3900 </xs:redefine>
3901 <xs:redefine schemaLocation="referenceMod.xsd">
3902 <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified">
3903 <xs:complexType name="reference.class">
3904
3905 <xs:sequence>
3906
3907 <xs:group ref="title"/>
3908
3909 <xs:group ref="titlealts" minOccurs="0"/>
3910
3911 <xs:group ref="shortdesc" minOccurs="0"/>
3912
3913 <xs:group ref="prolog" minOccurs="0"/>
3914
3915 <xs:group ref="refbody" minOccurs="0"/>
3916
3917 <xs:group ref="related-links" minOccurs="0"/>
3918
3919 <xs:group ref="info-types" minOccurs="0" maxOccurs="unbounded"/>
3920
3921 </xs:sequence>
3922
3923 <xs:attribute name="id" type="xs:ID" use="required"/>
3924
3925 <xs:attribute name="conref" type="xs:string"/>
3926
3927 <xs:attribute ref="ditaarch:DITAArchVersion"/>
3928
3929 <xs:attribute name="outputclass" type="xs:string"/>
3930
3931 <xs:attributeGroup ref="select-atts"/>
3932
3933 <xs:attribute ref="xml:lang"/>
3934
3935 <xs:attributeGroup ref="global-atts"/>
3936
3937 <xs:attribute ref="class" default="- topic/topic reference/reference "/>
3938
3939 </xs:complexType>
3940 <xs:complexType name="refbody.class">
3941
3942 <xs:choice minOccurs="0" maxOccurs="unbounded">
3943
3944 <xs:group ref="refsyn"/>
3945
3946 <xs:group ref="table"/>
3947
3948 <xs:group ref="simpletable"/>
3949
3950 <xs:group ref="properties"/>
3951
3952 <xs:group ref="section"/>
3953
3954 <xs:group ref="example"/>
3955
3956 </xs:choice>
3957
3958 <xs:attribute name="outputclass" type="xs:string"/>
3959
3960 <xs:attributeGroup ref="id-atts"/>
3961
3962 <xs:attribute name="translate" type="yesno-att.class"/>
3963
3964 <xs:attribute ref="xml:lang"/>
3965
3966 <xs:attributeGroup ref="global-atts"/>
3967
3968 <xs:attribute ref="class" default="- topic/body reference/refbody "/>
3969
3970 </xs:complexType>
3971 <xs:complexType name="refsyn.class" mixed="true">
3972
3973 <xs:choice minOccurs="0" maxOccurs="unbounded">
3974
3975 <xs:group ref="section.cnt"/>
3976
3977 </xs:choice>
3978
3979 <xs:attribute name="spectitle" type="xs:string"/>
3980
3981 <xs:attribute name="outputclass" type="xs:string"/>
3982
3983 <xs:attributeGroup ref="univ-atts"/>
3984
3985 <xs:attributeGroup ref="global-atts"/>
3986
3987 <xs:attribute ref="class" default="- topic/section reference/refsyn "/>
3988
3989 </xs:complexType>
3990 <xs:complexType name="properties.class">
3991
3992 <xs:sequence>
3993
3994 <xs:group ref="prophead" minOccurs="0"/>
3995
3996 <xs:group ref="property" maxOccurs="unbounded"/>
3997
3998 </xs:sequence>
3999
4000 <xs:attribute name="relcolwidth" type="xs:string"/>
4001
4002 <xs:attribute name="keycol" type="xs:NMTOKEN"/>
4003
4004 <xs:attribute name="refcols" type="xs:NMTOKENS"/>
4005
4006 <xs:attribute name="outputclass" type="xs:string"/>
4007
4008 <xs:attribute name="spectitle" type="xs:string"/>
4009
4010 <xs:attributeGroup ref="display-atts"/>
4011
4012 <xs:attributeGroup ref="univ-atts"/>
4013
4014 <xs:attributeGroup ref="global-atts"/>
4015
4016 <xs:attribute ref="class" default="- topic/simpletable reference/properties "/>
4017
4018 </xs:complexType>
4019 <xs:complexType name="prophead.class">
4020
4021 <xs:sequence>
4022
4023 <xs:group ref="proptypehd" minOccurs="0"/>
4024
4025 <xs:group ref="propvaluehd" minOccurs="0"/>
4026
4027 <xs:group ref="propdeschd" minOccurs="0"/>
4028
4029 </xs:sequence>
4030
4031 <xs:attribute name="outputclass" type="xs:string"/>
4032
4033 <xs:attributeGroup ref="univ-atts"/>
4034
4035 <xs:attributeGroup ref="global-atts"/>
4036
4037 <xs:attribute ref="class" default="- topic/sthead reference/prophead "/>
4038
4039 </xs:complexType>
4040 <xs:complexType name="proptypehd.class" mixed="true">
4041
4042 <xs:choice minOccurs="0" maxOccurs="unbounded">
4043
4044 <xs:group ref="tblcell.cnt"/>
4045
4046 </xs:choice>
4047
4048 <xs:attribute name="specentry" type="xs:string"/>
4049
4050 <xs:attribute name="outputclass" type="xs:string"/>
4051
4052 <xs:attributeGroup ref="univ-atts"/>
4053
4054 <xs:attributeGroup ref="global-atts"/>
4055
4056 <xs:attribute ref="class" default="- topic/stentry reference/proptypehd "/>
4057
4058 </xs:complexType>
4059 <xs:complexType name="propvaluehd.class" mixed="true">
4060
4061 <xs:choice minOccurs="0" maxOccurs="unbounded">
4062
4063 <xs:group ref="tblcell.cnt"/>
4064
4065 </xs:choice>
4066
4067 <xs:attribute name="specentry" type="xs:string"/>
4068
4069 <xs:attribute name="outputclass" type="xs:string"/>
4070
4071 <xs:attributeGroup ref="univ-atts"/>
4072
4073 <xs:attributeGroup ref="global-atts"/>
4074
4075 <xs:attribute ref="class" default="- topic/stentry reference/propvaluehd "/>
4076
4077 </xs:complexType>
4078 <xs:complexType name="propdeschd.class" mixed="true">
4079
4080 <xs:choice minOccurs="0" maxOccurs="unbounded">
4081
4082 <xs:group ref="tblcell.cnt"/>
4083
4084 </xs:choice>
4085
4086 <xs:attribute name="specentry" type="xs:string"/>
4087
4088 <xs:attribute name="outputclass" type="xs:string"/>
4089
4090 <xs:attributeGroup ref="univ-atts"/>
4091
4092 <xs:attributeGroup ref="global-atts"/>
4093
4094 <xs:attribute ref="class" default="- topic/stentry reference/propdeschd "/>
4095
4096 </xs:complexType>
4097 <xs:complexType name="property.class">
4098
4099 <xs:sequence>
4100
4101 <xs:group ref="proptype" minOccurs="0"/>
4102
4103 <xs:group ref="propvalue" minOccurs="0"/>
4104
4105 <xs:group ref="propdesc" minOccurs="0"/>
4106
4107 </xs:sequence>
4108
4109 <xs:attribute name="outputclass" type="xs:string"/>
4110
4111 <xs:attributeGroup ref="univ-atts"/>
4112
4113 <xs:attributeGroup ref="global-atts"/>
4114
4115 <xs:attribute ref="class" default="- topic/strow reference/property "/>
4116
4117 </xs:complexType>
4118 <xs:complexType name="proptype.class" mixed="true">
4119
4120 <xs:choice minOccurs="0" maxOccurs="unbounded">
4121
4122 <xs:group ref="ph.cnt"/>
4123
4124 </xs:choice>
4125
4126 <xs:attribute name="specentry" type="xs:string"/>
4127
4128 <xs:attribute name="outputclass" type="xs:string"/>
4129
4130 <xs:attributeGroup ref="univ-atts"/>
4131
4132 <xs:attributeGroup ref="global-atts"/>
4133
4134 <xs:attribute ref="class" default="- topic/stentry reference/proptype "/>
4135
4136 </xs:complexType>
4137 <xs:complexType name="propvalue.class" mixed="true">
4138
4139 <xs:choice minOccurs="0" maxOccurs="unbounded">
4140
4141 <xs:group ref="ph.cnt"/>
4142
4143 </xs:choice>
4144
4145 <xs:attribute name="specentry" type="xs:string"/>
4146
4147 <xs:attribute name="outputclass" type="xs:string"/>
4148
4149 <xs:attributeGroup ref="univ-atts"/>
4150
4151 <xs:attributeGroup ref="global-atts"/>
4152
4153 <xs:attribute ref="class" default="- topic/stentry reference/propvalue "/>
4154
4155 </xs:complexType>
4156 <xs:complexType name="propdesc.class" mixed="true">
4157
4158 <xs:choice minOccurs="0" maxOccurs="unbounded">
4159
4160 <xs:group ref="desc.cnt"/>
4161
4162 </xs:choice>
4163
4164 <xs:attribute name="specentry" type="xs:string"/>
4165
4166 <xs:attribute name="outputclass" type="xs:string"/>
4167
4168 <xs:attributeGroup ref="univ-atts"/>
4169
4170 <xs:attributeGroup ref="global-atts"/>
4171
4172 <xs:attribute ref="class" default="- topic/stentry reference/propdesc "/>
4173
4174 </xs:complexType>
4175 </xs:schema>
4176 </xs:redefine>
4177 <xs:complexType name="dita.class">
4178
4179 <xs:choice maxOccurs="unbounded">
4180
4181 <xs:group ref="ditabase-info-types"/>
4182
4183 </xs:choice>
4184
4185 <xs:attributeGroup ref="global-atts"/>
4186
4187 </xs:complexType>
4188</xs:schema>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette