@xpack/doxygen2docusaurus 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (350) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -1
  3. package/bin/doxygen2docusaurus.js +1 -1
  4. package/dist/cli/main.d.ts +0 -14
  5. package/dist/cli/main.d.ts.map +1 -1
  6. package/dist/cli/main.js +0 -34
  7. package/dist/cli/main.js.map +1 -1
  8. package/dist/docusaurus/cli-options.d.ts +3 -292
  9. package/dist/docusaurus/cli-options.d.ts.map +1 -1
  10. package/dist/docusaurus/cli-options.js +6 -290
  11. package/dist/docusaurus/cli-options.js.map +1 -1
  12. package/dist/docusaurus/generator.d.ts +0 -172
  13. package/dist/docusaurus/generator.d.ts.map +1 -1
  14. package/dist/docusaurus/generator.js +20 -280
  15. package/dist/docusaurus/generator.js.map +1 -1
  16. package/dist/docusaurus/renderers/descriptiontype.d.ts +0 -417
  17. package/dist/docusaurus/renderers/descriptiontype.d.ts.map +1 -1
  18. package/dist/docusaurus/renderers/descriptiontype.js +11 -555
  19. package/dist/docusaurus/renderers/descriptiontype.js.map +1 -1
  20. package/dist/docusaurus/renderers/docinternalstype.d.ts +0 -132
  21. package/dist/docusaurus/renderers/docinternalstype.d.ts.map +1 -1
  22. package/dist/docusaurus/renderers/docinternalstype.js +0 -156
  23. package/dist/docusaurus/renderers/docinternalstype.js.map +1 -1
  24. package/dist/docusaurus/renderers/doclisttype.d.ts +0 -22
  25. package/dist/docusaurus/renderers/doclisttype.d.ts.map +1 -1
  26. package/dist/docusaurus/renderers/doclisttype.js +0 -42
  27. package/dist/docusaurus/renderers/doclisttype.js.map +1 -1
  28. package/dist/docusaurus/renderers/doctabletype.d.ts +0 -88
  29. package/dist/docusaurus/renderers/doctabletype.d.ts.map +1 -1
  30. package/dist/docusaurus/renderers/doctabletype.js +1 -113
  31. package/dist/docusaurus/renderers/doctabletype.js.map +1 -1
  32. package/dist/docusaurus/renderers/doctitletype.d.ts +0 -22
  33. package/dist/docusaurus/renderers/doctitletype.d.ts.map +1 -1
  34. package/dist/docusaurus/renderers/doctitletype.js +0 -42
  35. package/dist/docusaurus/renderers/doctitletype.js.map +1 -1
  36. package/dist/docusaurus/renderers/docvariablelisttype.d.ts +0 -44
  37. package/dist/docusaurus/renderers/docvariablelisttype.d.ts.map +1 -1
  38. package/dist/docusaurus/renderers/docvariablelisttype.js +1 -69
  39. package/dist/docusaurus/renderers/docvariablelisttype.js.map +1 -1
  40. package/dist/docusaurus/renderers/docxrefsecttype.d.ts +0 -22
  41. package/dist/docusaurus/renderers/docxrefsecttype.d.ts.map +1 -1
  42. package/dist/docusaurus/renderers/docxrefsecttype.js +0 -38
  43. package/dist/docusaurus/renderers/docxrefsecttype.js.map +1 -1
  44. package/dist/docusaurus/renderers/element-renderer-base.d.ts +0 -74
  45. package/dist/docusaurus/renderers/element-renderer-base.d.ts.map +1 -1
  46. package/dist/docusaurus/renderers/element-renderer-base.js +0 -64
  47. package/dist/docusaurus/renderers/element-renderer-base.js.map +1 -1
  48. package/dist/docusaurus/renderers/inctype.d.ts +0 -23
  49. package/dist/docusaurus/renderers/inctype.d.ts.map +1 -1
  50. package/dist/docusaurus/renderers/inctype.js +0 -41
  51. package/dist/docusaurus/renderers/inctype.js.map +1 -1
  52. package/dist/docusaurus/renderers/linkedtexttype.d.ts +0 -22
  53. package/dist/docusaurus/renderers/linkedtexttype.d.ts.map +1 -1
  54. package/dist/docusaurus/renderers/linkedtexttype.js +0 -45
  55. package/dist/docusaurus/renderers/linkedtexttype.js.map +1 -1
  56. package/dist/docusaurus/renderers/listingtype.d.ts +0 -52
  57. package/dist/docusaurus/renderers/listingtype.d.ts.map +1 -1
  58. package/dist/docusaurus/renderers/listingtype.js +1 -88
  59. package/dist/docusaurus/renderers/listingtype.js.map +1 -1
  60. package/dist/docusaurus/renderers/paramtype.d.ts +0 -22
  61. package/dist/docusaurus/renderers/paramtype.d.ts.map +1 -1
  62. package/dist/docusaurus/renderers/paramtype.js +2 -51
  63. package/dist/docusaurus/renderers/paramtype.js.map +1 -1
  64. package/dist/docusaurus/renderers/referencetype.d.ts +0 -23
  65. package/dist/docusaurus/renderers/referencetype.d.ts.map +1 -1
  66. package/dist/docusaurus/renderers/referencetype.js +0 -38
  67. package/dist/docusaurus/renderers/referencetype.js.map +1 -1
  68. package/dist/docusaurus/renderers/reftexttype.d.ts +0 -22
  69. package/dist/docusaurus/renderers/reftexttype.d.ts.map +1 -1
  70. package/dist/docusaurus/renderers/reftexttype.js +0 -38
  71. package/dist/docusaurus/renderers/reftexttype.js.map +1 -1
  72. package/dist/docusaurus/renderers/reftype.d.ts +0 -22
  73. package/dist/docusaurus/renderers/reftype.d.ts.map +1 -1
  74. package/dist/docusaurus/renderers/reftype.js +0 -38
  75. package/dist/docusaurus/renderers/reftype.js.map +1 -1
  76. package/dist/docusaurus/renderers/renderers.d.ts +0 -151
  77. package/dist/docusaurus/renderers/renderers.d.ts.map +1 -1
  78. package/dist/docusaurus/renderers/renderers.js +4 -184
  79. package/dist/docusaurus/renderers/renderers.js.map +1 -1
  80. package/dist/docusaurus/renderers/substringtype.d.ts +0 -22
  81. package/dist/docusaurus/renderers/substringtype.d.ts.map +1 -1
  82. package/dist/docusaurus/renderers/substringtype.js +0 -39
  83. package/dist/docusaurus/renderers/substringtype.js.map +1 -1
  84. package/dist/docusaurus/renderers/tableofcontentstype.d.ts +0 -22
  85. package/dist/docusaurus/renderers/tableofcontentstype.d.ts.map +1 -1
  86. package/dist/docusaurus/renderers/tableofcontentstype.js +0 -39
  87. package/dist/docusaurus/renderers/tableofcontentstype.js.map +1 -1
  88. package/dist/docusaurus/types.d.ts +0 -110
  89. package/dist/docusaurus/types.d.ts.map +1 -1
  90. package/dist/docusaurus/types.js +0 -11
  91. package/dist/docusaurus/types.js.map +1 -1
  92. package/dist/docusaurus/utils.d.ts +0 -214
  93. package/dist/docusaurus/utils.d.ts.map +1 -1
  94. package/dist/docusaurus/utils.js +0 -296
  95. package/dist/docusaurus/utils.js.map +1 -1
  96. package/dist/docusaurus/view-model/classes-vm.d.ts +0 -137
  97. package/dist/docusaurus/view-model/classes-vm.d.ts.map +1 -1
  98. package/dist/docusaurus/view-model/classes-vm.js +9 -225
  99. package/dist/docusaurus/view-model/classes-vm.js.map +1 -1
  100. package/dist/docusaurus/view-model/collection-base.d.ts +0 -120
  101. package/dist/docusaurus/view-model/collection-base.d.ts.map +1 -1
  102. package/dist/docusaurus/view-model/collection-base.js +11 -101
  103. package/dist/docusaurus/view-model/collection-base.js.map +1 -1
  104. package/dist/docusaurus/view-model/compound-base-vm.d.ts +2 -147
  105. package/dist/docusaurus/view-model/compound-base-vm.d.ts.map +1 -1
  106. package/dist/docusaurus/view-model/compound-base-vm.js +47 -225
  107. package/dist/docusaurus/view-model/compound-base-vm.js.map +1 -1
  108. package/dist/docusaurus/view-model/concepts-vm.d.ts +26 -0
  109. package/dist/docusaurus/view-model/concepts-vm.d.ts.map +1 -0
  110. package/dist/docusaurus/view-model/concepts-vm.js +329 -0
  111. package/dist/docusaurus/view-model/concepts-vm.js.map +1 -0
  112. package/dist/docusaurus/view-model/description-anchors.d.ts +0 -58
  113. package/dist/docusaurus/view-model/description-anchors.d.ts.map +1 -1
  114. package/dist/docusaurus/view-model/description-anchors.js +0 -71
  115. package/dist/docusaurus/view-model/description-anchors.js.map +1 -1
  116. package/dist/docusaurus/view-model/files-and-folders-vm.d.ts +0 -247
  117. package/dist/docusaurus/view-model/files-and-folders-vm.d.ts.map +1 -1
  118. package/dist/docusaurus/view-model/files-and-folders-vm.js +61 -353
  119. package/dist/docusaurus/view-model/files-and-folders-vm.js.map +1 -1
  120. package/dist/docusaurus/view-model/groups-vm.d.ts +0 -148
  121. package/dist/docusaurus/view-model/groups-vm.d.ts.map +1 -1
  122. package/dist/docusaurus/view-model/groups-vm.js +2 -223
  123. package/dist/docusaurus/view-model/groups-vm.js.map +1 -1
  124. package/dist/docusaurus/view-model/members-vm.d.ts +0 -552
  125. package/dist/docusaurus/view-model/members-vm.d.ts.map +1 -1
  126. package/dist/docusaurus/view-model/members-vm.js +17 -702
  127. package/dist/docusaurus/view-model/members-vm.js.map +1 -1
  128. package/dist/docusaurus/view-model/namespaces-vm.d.ts +4 -199
  129. package/dist/docusaurus/view-model/namespaces-vm.d.ts.map +1 -1
  130. package/dist/docusaurus/view-model/namespaces-vm.js +79 -284
  131. package/dist/docusaurus/view-model/namespaces-vm.js.map +1 -1
  132. package/dist/docusaurus/view-model/options.d.ts +0 -43
  133. package/dist/docusaurus/view-model/options.d.ts.map +1 -1
  134. package/dist/docusaurus/view-model/options.js +0 -57
  135. package/dist/docusaurus/view-model/options.js.map +1 -1
  136. package/dist/docusaurus/view-model/pages-vm.d.ts +0 -115
  137. package/dist/docusaurus/view-model/pages-vm.d.ts.map +1 -1
  138. package/dist/docusaurus/view-model/pages-vm.js +0 -162
  139. package/dist/docusaurus/view-model/pages-vm.js.map +1 -1
  140. package/dist/docusaurus/view-model/tree-entries-vm.d.ts +8 -142
  141. package/dist/docusaurus/view-model/tree-entries-vm.d.ts.map +1 -1
  142. package/dist/docusaurus/view-model/tree-entries-vm.js +54 -174
  143. package/dist/docusaurus/view-model/tree-entries-vm.js.map +1 -1
  144. package/dist/docusaurus/view-model/view-model.d.ts +0 -125
  145. package/dist/docusaurus/view-model/view-model.d.ts.map +1 -1
  146. package/dist/docusaurus/view-model/view-model.js +20 -182
  147. package/dist/docusaurus/view-model/view-model.js.map +1 -1
  148. package/dist/docusaurus/workspace.d.ts +1 -126
  149. package/dist/docusaurus/workspace.d.ts.map +1 -1
  150. package/dist/docusaurus/workspace.js +8 -221
  151. package/dist/docusaurus/workspace.js.map +1 -1
  152. package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts +5 -492
  153. package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts.map +1 -1
  154. package/dist/doxygen/data-model/compounds/compounddef-dm.js +23 -672
  155. package/dist/doxygen/data-model/compounds/compounddef-dm.js.map +1 -1
  156. package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts +0 -129
  157. package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts.map +1 -1
  158. package/dist/doxygen/data-model/compounds/compoundreftype-dm.js +1 -145
  159. package/dist/doxygen/data-model/compounds/compoundreftype-dm.js.map +1 -1
  160. package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts +104 -2848
  161. package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts.map +1 -1
  162. package/dist/doxygen/data-model/compounds/descriptiontype-dm.js +73 -3975
  163. package/dist/doxygen/data-model/compounds/descriptiontype-dm.js.map +1 -1
  164. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts +0 -165
  165. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts.map +1 -1
  166. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js +0 -229
  167. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js.map +1 -1
  168. package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts +0 -70
  169. package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts.map +1 -1
  170. package/dist/doxygen/data-model/compounds/doxygentype-dm.js +0 -105
  171. package/dist/doxygen/data-model/compounds/doxygentype-dm.js.map +1 -1
  172. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts +0 -84
  173. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts.map +1 -1
  174. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js +1 -122
  175. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js.map +1 -1
  176. package/dist/doxygen/data-model/compounds/inctype-dm.d.ts +0 -116
  177. package/dist/doxygen/data-model/compounds/inctype-dm.d.ts.map +1 -1
  178. package/dist/doxygen/data-model/compounds/inctype-dm.js +3 -155
  179. package/dist/doxygen/data-model/compounds/inctype-dm.js.map +1 -1
  180. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts +3 -138
  181. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts.map +1 -1
  182. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js +5 -180
  183. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js.map +1 -1
  184. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts +0 -76
  185. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts.map +1 -1
  186. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js +0 -107
  187. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js.map +1 -1
  188. package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts +0 -162
  189. package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts.map +1 -1
  190. package/dist/doxygen/data-model/compounds/locationtype-dm.js +4 -203
  191. package/dist/doxygen/data-model/compounds/locationtype-dm.js.map +1 -1
  192. package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts +2 -443
  193. package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts.map +1 -1
  194. package/dist/doxygen/data-model/compounds/memberdeftype-dm.js +19 -475
  195. package/dist/doxygen/data-model/compounds/memberdeftype-dm.js.map +1 -1
  196. package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts +0 -141
  197. package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts.map +1 -1
  198. package/dist/doxygen/data-model/compounds/memberreftype-dm.js +0 -176
  199. package/dist/doxygen/data-model/compounds/memberreftype-dm.js.map +1 -1
  200. package/dist/doxygen/data-model/compounds/membertype-dm.d.ts +0 -101
  201. package/dist/doxygen/data-model/compounds/membertype-dm.d.ts.map +1 -1
  202. package/dist/doxygen/data-model/compounds/membertype-dm.js +0 -115
  203. package/dist/doxygen/data-model/compounds/membertype-dm.js.map +1 -1
  204. package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts +0 -164
  205. package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts.map +1 -1
  206. package/dist/doxygen/data-model/compounds/paramtype-dm.js +0 -208
  207. package/dist/doxygen/data-model/compounds/paramtype-dm.js.map +1 -1
  208. package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts +0 -139
  209. package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts.map +1 -1
  210. package/dist/doxygen/data-model/compounds/referencetype-dm.js +2 -175
  211. package/dist/doxygen/data-model/compounds/referencetype-dm.js.map +1 -1
  212. package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts +0 -120
  213. package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts.map +1 -1
  214. package/dist/doxygen/data-model/compounds/reftexttype-dm.js +2 -141
  215. package/dist/doxygen/data-model/compounds/reftexttype-dm.js.map +1 -1
  216. package/dist/doxygen/data-model/compounds/reftype-dm.d.ts +0 -268
  217. package/dist/doxygen/data-model/compounds/reftype-dm.d.ts.map +1 -1
  218. package/dist/doxygen/data-model/compounds/reftype-dm.js +4 -326
  219. package/dist/doxygen/data-model/compounds/reftype-dm.js.map +1 -1
  220. package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts +0 -105
  221. package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts.map +1 -1
  222. package/dist/doxygen/data-model/compounds/reimplementtype-dm.js +1 -139
  223. package/dist/doxygen/data-model/compounds/reimplementtype-dm.js.map +1 -1
  224. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts +0 -168
  225. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts.map +1 -1
  226. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js +0 -209
  227. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js.map +1 -1
  228. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts +0 -267
  229. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts.map +1 -1
  230. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js +0 -354
  231. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js.map +1 -1
  232. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts +0 -66
  233. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts.map +1 -1
  234. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js +0 -97
  235. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js.map +1 -1
  236. package/dist/doxygen/data-model/data-model.d.ts +0 -149
  237. package/dist/doxygen/data-model/data-model.d.ts.map +1 -1
  238. package/dist/doxygen/data-model/data-model.js +4 -197
  239. package/dist/doxygen/data-model/data-model.js.map +1 -1
  240. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts +0 -115
  241. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts.map +1 -1
  242. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js +4 -129
  243. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js.map +1 -1
  244. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts +0 -87
  245. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts.map +1 -1
  246. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js +0 -118
  247. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js.map +1 -1
  248. package/dist/doxygen/data-model/doxygen-xml-parser.d.ts +0 -253
  249. package/dist/doxygen/data-model/doxygen-xml-parser.d.ts.map +1 -1
  250. package/dist/doxygen/data-model/doxygen-xml-parser.js +0 -291
  251. package/dist/doxygen/data-model/doxygen-xml-parser.js.map +1 -1
  252. package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts +0 -98
  253. package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts.map +1 -1
  254. package/dist/doxygen/data-model/index/indexcompoundtype-dm.js +2 -122
  255. package/dist/doxygen/data-model/index/indexcompoundtype-dm.js.map +1 -1
  256. package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts +0 -82
  257. package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts.map +1 -1
  258. package/dist/doxygen/data-model/index/indexdoxygentype-dm.js +0 -114
  259. package/dist/doxygen/data-model/index/indexdoxygentype-dm.js.map +1 -1
  260. package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts +0 -85
  261. package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts.map +1 -1
  262. package/dist/doxygen/data-model/index/indexmembertype-dm.js +1 -107
  263. package/dist/doxygen/data-model/index/indexmembertype-dm.js.map +1 -1
  264. package/dist/doxygen/data-model/types.d.ts +0 -104
  265. package/dist/doxygen/data-model/types.d.ts.map +1 -1
  266. package/dist/doxygen/data-model/types.js +0 -52
  267. package/dist/doxygen/data-model/types.js.map +1 -1
  268. package/dist/index.d.ts +4 -16
  269. package/dist/index.d.ts.map +1 -1
  270. package/dist/index.js +4 -42
  271. package/dist/index.js.map +1 -1
  272. package/package.json +45 -51
  273. package/src/cli/main.ts +122 -0
  274. package/src/docusaurus/cli-options.ts +560 -0
  275. package/src/docusaurus/generator.ts +788 -0
  276. package/src/docusaurus/renderers/descriptiontype.ts +1299 -0
  277. package/src/docusaurus/renderers/docinternalstype.ts +354 -0
  278. package/src/docusaurus/renderers/doclisttype.ts +134 -0
  279. package/src/docusaurus/renderers/doctabletype.ts +220 -0
  280. package/src/docusaurus/renderers/doctitletype.ts +77 -0
  281. package/src/docusaurus/renderers/docvariablelisttype.ts +123 -0
  282. package/src/docusaurus/renderers/docxrefsecttype.ts +84 -0
  283. package/src/docusaurus/renderers/element-renderer-base.ts +112 -0
  284. package/src/docusaurus/renderers/inctype.ts +75 -0
  285. package/src/docusaurus/renderers/linkedtexttype.ts +64 -0
  286. package/src/docusaurus/renderers/listingtype.ts +235 -0
  287. package/src/docusaurus/renderers/paramtype.ts +116 -0
  288. package/src/docusaurus/renderers/referencetype.ts +83 -0
  289. package/src/docusaurus/renderers/reftexttype.ts +81 -0
  290. package/src/docusaurus/renderers/reftype.ts +77 -0
  291. package/src/docusaurus/renderers/renderers.ts +756 -0
  292. package/src/docusaurus/renderers/substringtype.ts +53 -0
  293. package/src/docusaurus/renderers/tableofcontentstype.ts +74 -0
  294. package/src/docusaurus/types.ts +187 -0
  295. package/src/docusaurus/utils.ts +409 -0
  296. package/src/docusaurus/view-model/README.md +12 -0
  297. package/src/docusaurus/view-model/classes-vm.ts +1088 -0
  298. package/src/docusaurus/view-model/collection-base.ts +352 -0
  299. package/src/docusaurus/view-model/compound-base-vm.ts +1340 -0
  300. package/src/docusaurus/view-model/concepts-vm.ts +719 -0
  301. package/src/docusaurus/view-model/description-anchors.ts +107 -0
  302. package/src/docusaurus/view-model/files-and-folders-vm.ts +1293 -0
  303. package/src/docusaurus/view-model/groups-vm.ts +548 -0
  304. package/src/docusaurus/view-model/members-vm.ts +1943 -0
  305. package/src/docusaurus/view-model/namespaces-vm.ts +1018 -0
  306. package/src/docusaurus/view-model/options.ts +95 -0
  307. package/src/docusaurus/view-model/pages-vm.ts +342 -0
  308. package/src/docusaurus/view-model/tree-entries-vm.ts +376 -0
  309. package/src/docusaurus/view-model/view-model.ts +513 -0
  310. package/src/docusaurus/workspace.ts +588 -0
  311. package/src/doxygen/data-model/README.md +13 -0
  312. package/src/doxygen/data-model/compounds/compounddef-dm.ts +1156 -0
  313. package/src/doxygen/data-model/compounds/compoundreftype-dm.ts +266 -0
  314. package/src/doxygen/data-model/compounds/descriptiontype-dm.ts +10107 -0
  315. package/src/doxygen/data-model/compounds/docvarlistentrytype-dm.ts +354 -0
  316. package/src/doxygen/data-model/compounds/doxygentype-dm.ts +187 -0
  317. package/src/doxygen/data-model/compounds/enumvaluetype-dm.ts +218 -0
  318. package/src/doxygen/data-model/compounds/inctype-dm.ts +217 -0
  319. package/src/doxygen/data-model/compounds/linkedtexttype-dm.ts +288 -0
  320. package/src/doxygen/data-model/compounds/listofallmemberstype-dm.ts +160 -0
  321. package/src/doxygen/data-model/compounds/locationtype-dm.ts +284 -0
  322. package/src/doxygen/data-model/compounds/memberdeftype-dm.ts +874 -0
  323. package/src/doxygen/data-model/compounds/memberreftype-dm.ts +270 -0
  324. package/src/doxygen/data-model/compounds/membertype-dm.ts +239 -0
  325. package/src/doxygen/data-model/compounds/paramtype-dm.ts +302 -0
  326. package/src/doxygen/data-model/compounds/referencetype-dm.ts +248 -0
  327. package/src/doxygen/data-model/compounds/reftexttype-dm.ts +234 -0
  328. package/src/doxygen/data-model/compounds/reftype-dm.ts +430 -0
  329. package/src/doxygen/data-model/compounds/reimplementtype-dm.ts +201 -0
  330. package/src/doxygen/data-model/compounds/sectiondeftype-dm.ts +330 -0
  331. package/src/doxygen/data-model/compounds/tableofcontentstype-dm.ts +563 -0
  332. package/src/doxygen/data-model/compounds/templateparamlisttype-dm.ts +150 -0
  333. package/src/doxygen/data-model/data-model.ts +377 -0
  334. package/src/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.ts +271 -0
  335. package/src/doxygen/data-model/doxyfile/doxyfiletype-dm.ts +200 -0
  336. package/src/doxygen/data-model/doxygen-xml-parser.ts +522 -0
  337. package/src/doxygen/data-model/index/indexcompoundtype-dm.ts +256 -0
  338. package/src/doxygen/data-model/index/indexdoxygentype-dm.ts +196 -0
  339. package/src/doxygen/data-model/index/indexmembertype-dm.ts +230 -0
  340. package/src/doxygen/data-model/types.ts +175 -0
  341. package/src/doxygen/data-model/xsds/README.md +6 -0
  342. package/src/doxygen/data-model/xsds/compound.xsd +1699 -0
  343. package/src/doxygen/data-model/xsds/doxyfile.xsd +355 -0
  344. package/src/doxygen/data-model/xsds/index.xsd +72 -0
  345. package/src/doxygen/data-model/xsds/xml.xsd +23 -0
  346. package/src/index.ts +261 -0
  347. package/src/tsconfig.json +10 -0
  348. package/dist/doxygen2docusaurus.d.ts +0 -4774
  349. package/dist/tsconfig.tsbuildinfo +0 -1
  350. package/dist/tsdoc-metadata.json +0 -11
@@ -0,0 +1,1699 @@
1
+ <?xml version='1.0' encoding='utf-8' ?>
2
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3
+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
4
+
5
+ <xsd:element name="doxygen" type="DoxygenType"/>
6
+
7
+ <!-- Complex types -->
8
+
9
+ <xsd:complexType name="DoxygenType">
10
+ <xsd:sequence maxOccurs="unbounded">
11
+ <xsd:element name="compounddef" type="compounddefType" minOccurs="0" />
12
+ </xsd:sequence>
13
+ <xsd:attribute name="version" type="DoxVersionNumber" use="required" />
14
+ <xsd:attribute ref="xml:lang" use="required"/>
15
+ </xsd:complexType>
16
+
17
+ <xsd:complexType name="compounddefType">
18
+ <xsd:sequence>
19
+ <xsd:element name="compoundname" type="xsd:string"/>
20
+ <xsd:element name="title" type="xsd:string" minOccurs="0" />
21
+ <xsd:element name="basecompoundref" type="compoundRefType" minOccurs="0" maxOccurs="unbounded" />
22
+ <xsd:element name="derivedcompoundref" type="compoundRefType" minOccurs="0" maxOccurs="unbounded" />
23
+ <xsd:element name="includes" type="incType" minOccurs="0" maxOccurs="unbounded" />
24
+ <xsd:element name="includedby" type="incType" minOccurs="0" maxOccurs="unbounded" />
25
+ <xsd:element name="incdepgraph" type="graphType" minOccurs="0" />
26
+ <xsd:element name="invincdepgraph" type="graphType" minOccurs="0" />
27
+ <xsd:element name="innermodule" type="refType" minOccurs="0" maxOccurs="unbounded" />
28
+ <xsd:element name="innerdir" type="refType" minOccurs="0" maxOccurs="unbounded" />
29
+ <xsd:element name="innerfile" type="refType" minOccurs="0" maxOccurs="unbounded" />
30
+ <xsd:element name="innerclass" type="refType" minOccurs="0" maxOccurs="unbounded" />
31
+ <xsd:element name="innerconcept" type="refType" minOccurs="0" maxOccurs="unbounded" />
32
+ <xsd:element name="innernamespace" type="refType" minOccurs="0" maxOccurs="unbounded" />
33
+ <xsd:element name="innerpage" type="refType" minOccurs="0" maxOccurs="unbounded" />
34
+ <xsd:element name="innergroup" type="refType" minOccurs="0" maxOccurs="unbounded" />
35
+ <xsd:element name="qualifier" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
36
+ <xsd:element name="templateparamlist" type="templateparamlistType" minOccurs="0" />
37
+ <xsd:element name="sectiondef" type="sectiondefType" minOccurs="0" maxOccurs="unbounded" />
38
+ <xsd:element name="tableofcontents" type="tableofcontentsType" minOccurs="0" maxOccurs="1" />
39
+ <xsd:element name="requiresclause" type="linkedTextType" minOccurs="0" />
40
+ <xsd:element name="initializer" type="linkedTextType" minOccurs="0" />
41
+ <xsd:element name="briefdescription" type="descriptionType" minOccurs="0" />
42
+ <xsd:element name="detaileddescription" type="descriptionType" minOccurs="0" />
43
+ <xsd:element name="exports" type="exportsType" minOccurs="0" maxOccurs="1"/>
44
+ <xsd:element name="inheritancegraph" type="graphType" minOccurs="0" />
45
+ <xsd:element name="collaborationgraph" type="graphType" minOccurs="0" />
46
+ <xsd:element name="programlisting" type="listingType" minOccurs="0" />
47
+ <xsd:element name="location" type="locationType" minOccurs="0" />
48
+ <xsd:element name="listofallmembers" type="listofallmembersType" minOccurs="0" />
49
+ </xsd:sequence>
50
+ <xsd:attribute name="id" type="xsd:string" />
51
+ <xsd:attribute name="kind" type="DoxCompoundKind" />
52
+ <xsd:attribute name="language" type="DoxLanguage" use="optional"/>
53
+ <xsd:attribute name="prot" type="DoxProtectionKind" />
54
+ <xsd:attribute name="final" type="DoxBool" use="optional"/>
55
+ <xsd:attribute name="inline" type="DoxBool" use="optional"/>
56
+ <xsd:attribute name="sealed" type="DoxBool" use="optional"/>
57
+ <xsd:attribute name="abstract" type="DoxBool" use="optional"/>
58
+ </xsd:complexType>
59
+
60
+ <xsd:complexType name="listofallmembersType">
61
+ <xsd:sequence>
62
+ <xsd:element name="member" type="memberRefType" minOccurs="0" maxOccurs="unbounded" />
63
+ </xsd:sequence>
64
+ </xsd:complexType>
65
+
66
+ <xsd:complexType name="memberRefType">
67
+ <xsd:sequence>
68
+ <xsd:element name="scope" type="xsd:string" />
69
+ <xsd:element name="name" type="xsd:string" />
70
+ </xsd:sequence>
71
+ <xsd:attribute name="refid" type="xsd:string" />
72
+ <xsd:attribute name="prot" type="DoxProtectionKind" />
73
+ <xsd:attribute name="virt" type="DoxVirtualKind" />
74
+ <xsd:attribute name="ambiguityscope" type="xsd:string" />
75
+ </xsd:complexType>
76
+
77
+ <xsd:complexType name="docHtmlOnlyType">
78
+ <xsd:simpleContent>
79
+ <xsd:extension base="xsd:string">
80
+ <xsd:attribute name="block" type="xsd:string" />
81
+ </xsd:extension>
82
+ </xsd:simpleContent>
83
+ </xsd:complexType>
84
+
85
+ <xsd:complexType name="compoundRefType">
86
+ <xsd:simpleContent>
87
+ <xsd:extension base="xsd:string">
88
+ <xsd:attribute name="refid" type="xsd:string" use="optional" />
89
+ <xsd:attribute name="prot" type="DoxProtectionKind" />
90
+ <xsd:attribute name="virt" type="DoxVirtualKind" />
91
+ </xsd:extension>
92
+ </xsd:simpleContent>
93
+ </xsd:complexType>
94
+
95
+ <xsd:complexType name="reimplementType">
96
+ <xsd:simpleContent>
97
+ <xsd:extension base="xsd:string">
98
+ <xsd:attribute name="refid" type="xsd:string" />
99
+ </xsd:extension>
100
+ </xsd:simpleContent>
101
+ </xsd:complexType>
102
+
103
+ <xsd:complexType name="incType">
104
+ <xsd:simpleContent>
105
+ <xsd:extension base="xsd:string">
106
+ <xsd:attribute name="refid" type="xsd:string" use="optional" />
107
+ <xsd:attribute name="local" type="DoxBool" />
108
+ </xsd:extension>
109
+ </xsd:simpleContent>
110
+ </xsd:complexType>
111
+
112
+ <xsd:complexType name="exportsType">
113
+ <xsd:sequence>
114
+ <xsd:element name="export" type="exportType" maxOccurs="unbounded"/>
115
+ </xsd:sequence>
116
+ </xsd:complexType>
117
+
118
+ <xsd:complexType name="exportType">
119
+ <xsd:simpleContent>
120
+ <xsd:extension base="xsd:string">
121
+ <xsd:attribute name="refid" type="xsd:string" use="optional" />
122
+ </xsd:extension>
123
+ </xsd:simpleContent>
124
+ </xsd:complexType>
125
+
126
+ <xsd:complexType name="refType">
127
+ <xsd:simpleContent>
128
+ <xsd:extension base="xsd:string">
129
+ <xsd:attribute name="refid" type="xsd:string" />
130
+ <xsd:attribute name="prot" type="DoxProtectionKind" use="optional"/>
131
+ <xsd:attribute name="inline" type="DoxBool" use="optional"/>
132
+ </xsd:extension>
133
+ </xsd:simpleContent>
134
+ </xsd:complexType>
135
+
136
+ <xsd:complexType name="refTextType">
137
+ <xsd:simpleContent>
138
+ <xsd:extension base="xsd:string">
139
+ <xsd:attribute name="refid" type="xsd:string" />
140
+ <xsd:attribute name="kindref" type="DoxRefKind" />
141
+ <xsd:attribute name="external" type="xsd:string" use="optional"/>
142
+ <xsd:attribute name="tooltip" type="xsd:string" use="optional"/>
143
+ </xsd:extension>
144
+ </xsd:simpleContent>
145
+ </xsd:complexType>
146
+
147
+ <xsd:simpleType name="MemberKind">
148
+ <xsd:restriction base="xsd:string">
149
+ <xsd:enumeration value="define"/>
150
+ <xsd:enumeration value="property"/>
151
+ <xsd:enumeration value="event"/>
152
+ <xsd:enumeration value="variable"/>
153
+ <xsd:enumeration value="typedef"/>
154
+ <xsd:enumeration value="enum"/>
155
+ <xsd:enumeration value="enumvalue"/>
156
+ <xsd:enumeration value="function"/>
157
+ <xsd:enumeration value="signal"/>
158
+ <xsd:enumeration value="prototype"/>
159
+ <xsd:enumeration value="friend"/>
160
+ <xsd:enumeration value="dcop"/>
161
+ <xsd:enumeration value="slot"/>
162
+ </xsd:restriction>
163
+ </xsd:simpleType>
164
+
165
+ <xsd:complexType name="MemberType">
166
+ <xsd:sequence>
167
+ <xsd:element name="name" type="xsd:string"/>
168
+ </xsd:sequence>
169
+ <xsd:attribute name="refid" type="xsd:string" use="required"/>
170
+ <xsd:attribute name="kind" type="MemberKind" use="required"/>
171
+ </xsd:complexType>
172
+
173
+ <xsd:complexType name="sectiondefType">
174
+ <xsd:sequence>
175
+ <xsd:element name="header" type="xsd:string" minOccurs="0" />
176
+ <xsd:element name="description" type="descriptionType" minOccurs="0" />
177
+ <xsd:choice maxOccurs="unbounded">
178
+ <xsd:element name="memberdef" type="memberdefType" minOccurs="0" maxOccurs="unbounded" />
179
+ <xsd:element name="member" type="MemberType" minOccurs="0" maxOccurs="unbounded" />
180
+ </xsd:choice>
181
+ </xsd:sequence>
182
+ <xsd:attribute name="kind" type="DoxSectionKind" />
183
+ </xsd:complexType>
184
+
185
+ <xsd:complexType name="memberdefType">
186
+ <xsd:sequence>
187
+ <xsd:element name="templateparamlist" type="templateparamlistType" minOccurs="0" />
188
+ <xsd:element name="type" type="linkedTextType" minOccurs="0" />
189
+ <xsd:element name="definition" type="xsd:string" minOccurs="0" />
190
+ <xsd:element name="argsstring" type="xsd:string" minOccurs="0" />
191
+ <xsd:element name="name" type="xsd:string" />
192
+ <xsd:element name="qualifiedname" type="xsd:string" minOccurs="0"/>
193
+ <xsd:element name="read" type="xsd:string" minOccurs="0" />
194
+ <xsd:element name="write" type="xsd:string" minOccurs="0" />
195
+ <xsd:element name="bitfield" type="xsd:string" minOccurs="0" />
196
+ <xsd:element name="reimplements" type="reimplementType" minOccurs="0" maxOccurs="unbounded" />
197
+ <xsd:element name="reimplementedby" type="reimplementType" minOccurs="0" maxOccurs="unbounded" />
198
+ <xsd:element name="qualifier" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
199
+ <xsd:element name="param" type="paramType" minOccurs="0" maxOccurs="unbounded" />
200
+ <xsd:element name="enumvalue" type="enumvalueType" minOccurs="0" maxOccurs="unbounded" />
201
+ <xsd:element name="requiresclause" type="linkedTextType" minOccurs="0" />
202
+ <xsd:element name="initializer" type="linkedTextType" minOccurs="0" />
203
+ <xsd:element name="exceptions" type="linkedTextType" minOccurs="0" />
204
+ <xsd:element name="briefdescription" type="descriptionType" minOccurs="0" />
205
+ <xsd:element name="detaileddescription" type="descriptionType" minOccurs="0" />
206
+ <xsd:element name="inbodydescription" type="descriptionType" minOccurs="0" />
207
+ <xsd:element name="location" type="locationType" />
208
+ <xsd:element name="references" type="referenceType" minOccurs="0" maxOccurs="unbounded" />
209
+ <xsd:element name="referencedby" type="referenceType" minOccurs="0" maxOccurs="unbounded" />
210
+ </xsd:sequence>
211
+ <xsd:attribute name="kind" type="DoxMemberKind" />
212
+ <xsd:attribute name="id" type="xsd:string" />
213
+ <xsd:attribute name="prot" type="DoxProtectionKind" />
214
+ <xsd:attribute name="static" type="DoxBool" />
215
+ <xsd:attribute name="extern" type="DoxBool" use="optional" />
216
+ <xsd:attribute name="strong" type="DoxBool" use="optional"/>
217
+ <xsd:attribute name="const" type="DoxBool" use="optional"/>
218
+ <xsd:attribute name="explicit" type="DoxBool" use="optional"/>
219
+ <xsd:attribute name="inline" type="DoxBool" use="optional"/>
220
+ <xsd:attribute name="refqual" type="DoxRefQualifierKind" use="optional"/>
221
+ <xsd:attribute name="virt" type="DoxVirtualKind" use="optional"/>
222
+ <xsd:attribute name="volatile" type="DoxBool" use="optional"/>
223
+ <xsd:attribute name="mutable" type="DoxBool" use="optional"/>
224
+ <xsd:attribute name="noexcept" type="DoxBool" use="optional"/>
225
+ <xsd:attribute name="noexceptexpression" type="xsd:string" use="optional"/>
226
+ <xsd:attribute name="nodiscard" type="DoxBool" use="optional"/>
227
+ <xsd:attribute name="constexpr" type="DoxBool" use="optional"/>
228
+ <xsd:attribute name="consteval" type="DoxBool" use="optional"/>
229
+ <xsd:attribute name="constinit" type="DoxBool" use="optional"/>
230
+ <!-- Qt property -->
231
+ <xsd:attribute name="readable" type="DoxBool" use="optional"/>
232
+ <xsd:attribute name="writable" type="DoxBool" use="optional"/>
233
+ <!-- C++/CLI variable -->
234
+ <xsd:attribute name="initonly" type="DoxBool" use="optional"/>
235
+ <!-- C++/CLI and C# property -->
236
+ <xsd:attribute name="settable" type="DoxBool" use="optional"/>
237
+ <xsd:attribute name="privatesettable" type="DoxBool" use="optional"/>
238
+ <xsd:attribute name="protectedsettable" type="DoxBool" use="optional"/>
239
+ <xsd:attribute name="gettable" type="DoxBool" use="optional"/>
240
+ <xsd:attribute name="privategettable" type="DoxBool" use="optional"/>
241
+ <xsd:attribute name="protectedgettable" type="DoxBool" use="optional"/>
242
+ <!-- C++/CLI function -->
243
+ <xsd:attribute name="final" type="DoxBool" use="optional"/>
244
+ <xsd:attribute name="sealed" type="DoxBool" use="optional"/>
245
+ <xsd:attribute name="new" type="DoxBool" use="optional"/>
246
+ <!-- C++/CLI event -->
247
+ <xsd:attribute name="add" type="DoxBool" use="optional"/>
248
+ <xsd:attribute name="remove" type="DoxBool" use="optional"/>
249
+ <xsd:attribute name="raise" type="DoxBool" use="optional"/>
250
+ <!-- Objective-C 2.0 protocol method -->
251
+ <xsd:attribute name="optional" type="DoxBool" use="optional"/>
252
+ <xsd:attribute name="required" type="DoxBool" use="optional"/>
253
+ <!-- Objective-C 2.0 property accessor -->
254
+ <xsd:attribute name="accessor" type="DoxAccessor" use="optional"/>
255
+ <!-- UNO IDL -->
256
+ <xsd:attribute name="attribute" type="DoxBool" use="optional"/>
257
+ <xsd:attribute name="property" type="DoxBool" use="optional"/>
258
+ <xsd:attribute name="readonly" type="DoxBool" use="optional"/>
259
+ <xsd:attribute name="bound" type="DoxBool" use="optional"/>
260
+ <xsd:attribute name="removable" type="DoxBool" use="optional"/>
261
+ <xsd:attribute name="constrained" type="DoxBool" use="optional"/>
262
+ <xsd:attribute name="transient" type="DoxBool" use="optional"/>
263
+ <xsd:attribute name="maybevoid" type="DoxBool" use="optional"/>
264
+ <xsd:attribute name="maybedefault" type="DoxBool" use="optional"/>
265
+ <xsd:attribute name="maybeambiguous" type="DoxBool" use="optional"/>
266
+
267
+ </xsd:complexType>
268
+
269
+ <xsd:complexType name="descriptionType" mixed="true">
270
+ <xsd:sequence>
271
+ <xsd:element name="title" type="xsd:string" minOccurs="0"/>
272
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
273
+ <xsd:element name="internal" type="docInternalType" minOccurs="0" maxOccurs="unbounded"/>
274
+ <xsd:element name="sect1" type="docSect1Type" minOccurs="0" maxOccurs="unbounded" />
275
+ </xsd:sequence>
276
+ </xsd:complexType>
277
+
278
+ <xsd:complexType name="enumvalueType">
279
+ <xsd:sequence>
280
+ <xsd:element name="name" type="xsd:string" />
281
+ <xsd:element name="initializer" type="linkedTextType" minOccurs="0" />
282
+ <xsd:element name="briefdescription" type="descriptionType" minOccurs="0" />
283
+ <xsd:element name="detaileddescription" type="descriptionType" minOccurs="0" />
284
+ </xsd:sequence>
285
+ <xsd:attribute name="id" type="xsd:string" />
286
+ <xsd:attribute name="prot" type="DoxProtectionKind" />
287
+ </xsd:complexType>
288
+
289
+ <xsd:complexType name="templateparamlistType">
290
+ <xsd:sequence>
291
+ <xsd:element name="param" type="paramType" minOccurs="0" maxOccurs="unbounded" />
292
+ </xsd:sequence>
293
+ </xsd:complexType>
294
+
295
+ <xsd:complexType name="paramType">
296
+ <xsd:sequence>
297
+ <xsd:element name="attributes" type="xsd:string" minOccurs="0" />
298
+ <xsd:element name="type" type="linkedTextType" minOccurs="0" />
299
+ <xsd:element name="declname" type="xsd:string" minOccurs="0" />
300
+ <xsd:element name="defname" type="xsd:string" minOccurs="0" />
301
+ <xsd:element name="array" type="xsd:string" minOccurs="0" />
302
+ <xsd:element name="defval" type="linkedTextType" minOccurs="0" />
303
+ <xsd:element name="typeconstraint" type="linkedTextType" minOccurs="0" />
304
+ <xsd:element name="briefdescription" type="descriptionType" minOccurs="0" />
305
+ </xsd:sequence>
306
+ </xsd:complexType>
307
+
308
+ <xsd:complexType name="linkedTextType" mixed="true">
309
+ <xsd:sequence>
310
+ <xsd:element name="ref" type="refTextType" minOccurs="0" maxOccurs="unbounded" />
311
+ </xsd:sequence>
312
+ </xsd:complexType>
313
+
314
+ <xsd:complexType name="graphType">
315
+ <xsd:sequence>
316
+ <xsd:element name="node" type="nodeType" maxOccurs="unbounded" />
317
+ </xsd:sequence>
318
+ </xsd:complexType>
319
+
320
+ <xsd:complexType name="nodeType">
321
+ <xsd:sequence>
322
+ <xsd:element name="label" type="xsd:string" />
323
+ <xsd:element name="link" type="linkType" minOccurs="0" />
324
+ <xsd:element name="childnode" type="childnodeType" minOccurs="0" maxOccurs="unbounded" />
325
+ </xsd:sequence>
326
+ <xsd:attribute name="id" type="xsd:string" />
327
+ </xsd:complexType>
328
+
329
+ <xsd:complexType name="childnodeType">
330
+ <xsd:sequence>
331
+ <xsd:element name="edgelabel" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
332
+ </xsd:sequence>
333
+ <xsd:attribute name="refid" type="xsd:string" />
334
+ <xsd:attribute name="relation" type="DoxGraphRelation" />
335
+ </xsd:complexType>
336
+
337
+ <xsd:complexType name="linkType">
338
+ <xsd:attribute name="refid" type="xsd:string" />
339
+ <xsd:attribute name="external" type="xsd:string" use="optional"/>
340
+ </xsd:complexType>
341
+
342
+ <xsd:complexType name="listingType">
343
+ <xsd:sequence>
344
+ <xsd:element name="codeline" type="codelineType" minOccurs="0" maxOccurs="unbounded" />
345
+ </xsd:sequence>
346
+ <xsd:attribute name="filename" type="xsd:string" use="optional"/>
347
+ </xsd:complexType>
348
+
349
+ <xsd:complexType name="codelineType">
350
+ <xsd:sequence>
351
+ <xsd:element name="highlight" type="highlightType" minOccurs="0" maxOccurs="unbounded" />
352
+ </xsd:sequence>
353
+ <xsd:attribute name="lineno" type="xsd:integer" />
354
+ <xsd:attribute name="refid" type="xsd:string" />
355
+ <xsd:attribute name="refkind" type="DoxRefKind" />
356
+ <xsd:attribute name="external" type="DoxBool" />
357
+ </xsd:complexType>
358
+
359
+ <xsd:complexType name="highlightType" mixed="true">
360
+ <xsd:choice minOccurs="0" maxOccurs="unbounded">
361
+ <xsd:element name="sp" type="spType" />
362
+ <xsd:element name="ref" type="refTextType" />
363
+ </xsd:choice>
364
+ <xsd:attribute name="class" type="DoxHighlightClass" />
365
+ </xsd:complexType>
366
+
367
+ <xsd:complexType name="spType" mixed="true">
368
+ <xsd:attribute name="value" type="xsd:integer" use="optional"/>
369
+ </xsd:complexType>
370
+
371
+ <xsd:complexType name="referenceType" mixed="true">
372
+ <xsd:attribute name="refid" type="xsd:string" />
373
+ <xsd:attribute name="compoundref" type="xsd:string" use="optional" />
374
+ <xsd:attribute name="startline" type="xsd:integer" />
375
+ <xsd:attribute name="endline" type="xsd:integer" />
376
+ </xsd:complexType>
377
+
378
+ <xsd:complexType name="locationType">
379
+ <xsd:attribute name="file" type="xsd:string" />
380
+ <xsd:attribute name="line" type="xsd:integer" />
381
+ <xsd:attribute name="column" type="xsd:integer" use="optional"/>
382
+ <xsd:attribute name="declfile" type="xsd:string" use="optional"/>
383
+ <xsd:attribute name="declline" type="xsd:integer" use="optional"/>
384
+ <xsd:attribute name="declcolumn" type="xsd:integer" use="optional"/>
385
+ <xsd:attribute name="bodyfile" type="xsd:string" />
386
+ <xsd:attribute name="bodystart" type="xsd:integer" />
387
+ <xsd:attribute name="bodyend" type="xsd:integer" />
388
+ </xsd:complexType>
389
+
390
+ <xsd:complexType name="docSect1Type" mixed="true">
391
+ <xsd:sequence>
392
+ <xsd:element name="title" type="docTitleType" minOccurs="0" />
393
+ <xsd:choice maxOccurs="unbounded">
394
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
395
+ <xsd:element name="internal" type="docInternalS1Type" minOccurs="0" maxOccurs="unbounded" />
396
+ <xsd:element name="sect2" type="docSect2Type" minOccurs="0" maxOccurs="unbounded" />
397
+ </xsd:choice>
398
+ </xsd:sequence>
399
+ <xsd:attribute name="id" type="xsd:string" />
400
+ </xsd:complexType>
401
+
402
+ <xsd:complexType name="docSect2Type" mixed="true">
403
+ <xsd:sequence>
404
+ <xsd:element name="title" type="docTitleType" minOccurs="0" />
405
+ <xsd:choice maxOccurs="unbounded">
406
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
407
+ <xsd:element name="sect3" type="docSect3Type" minOccurs="0" maxOccurs="unbounded" />
408
+ <xsd:element name="internal" type="docInternalS2Type" minOccurs="0" />
409
+ </xsd:choice>
410
+ </xsd:sequence>
411
+ <xsd:attribute name="id" type="xsd:string" />
412
+ </xsd:complexType>
413
+
414
+ <xsd:complexType name="docSect3Type" mixed="true">
415
+ <xsd:sequence>
416
+ <xsd:element name="title" type="docTitleType" minOccurs="0" />
417
+ <xsd:choice maxOccurs="unbounded">
418
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
419
+ <xsd:element name="sect4" type="docSect4Type" minOccurs="0" maxOccurs="unbounded" />
420
+ <xsd:element name="internal" type="docInternalS3Type" minOccurs="0" />
421
+ </xsd:choice>
422
+ </xsd:sequence>
423
+ <xsd:attribute name="id" type="xsd:string" />
424
+ </xsd:complexType>
425
+
426
+ <xsd:complexType name="docSect4Type" mixed="true">
427
+ <xsd:sequence>
428
+ <xsd:element name="title" type="docTitleType" minOccurs="0" />
429
+ <xsd:choice maxOccurs="unbounded">
430
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
431
+ <xsd:element name="sect5" type="docSect5Type" minOccurs="0" maxOccurs="unbounded" />
432
+ <xsd:element name="internal" type="docInternalS4Type" minOccurs="0" />
433
+ </xsd:choice>
434
+ </xsd:sequence>
435
+ <xsd:attribute name="id" type="xsd:string" />
436
+ </xsd:complexType>
437
+
438
+ <xsd:complexType name="docSect5Type" mixed="true">
439
+ <xsd:sequence>
440
+ <xsd:element name="title" type="docTitleType" minOccurs="0" />
441
+ <xsd:choice maxOccurs="unbounded">
442
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
443
+ <xsd:element name="sect6" type="docSect6Type" minOccurs="0" maxOccurs="unbounded" />
444
+ <xsd:element name="internal" type="docInternalS5Type" minOccurs="0" />
445
+ </xsd:choice>
446
+ </xsd:sequence>
447
+ <xsd:attribute name="id" type="xsd:string" />
448
+ </xsd:complexType>
449
+
450
+ <xsd:complexType name="docSect6Type" mixed="true">
451
+ <xsd:sequence>
452
+ <xsd:element name="title" type="docTitleType" minOccurs="0" />
453
+ <xsd:choice maxOccurs="unbounded">
454
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
455
+ <xsd:element name="internal" type="docInternalS6Type" minOccurs="0" />
456
+ </xsd:choice>
457
+ </xsd:sequence>
458
+ <xsd:attribute name="id" type="xsd:string" />
459
+ </xsd:complexType>
460
+
461
+ <xsd:complexType name="docInternalType" mixed="true">
462
+ <xsd:sequence>
463
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
464
+ <xsd:element name="sect1" type="docSect1Type" minOccurs="0" maxOccurs="unbounded" />
465
+ </xsd:sequence>
466
+ </xsd:complexType>
467
+
468
+ <xsd:complexType name="docInternalS1Type" mixed="true">
469
+ <xsd:sequence>
470
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
471
+ <xsd:element name="sect2" type="docSect2Type" minOccurs="0" maxOccurs="unbounded" />
472
+ </xsd:sequence>
473
+ </xsd:complexType>
474
+
475
+ <xsd:complexType name="docInternalS2Type" mixed="true">
476
+ <xsd:sequence>
477
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
478
+ <xsd:element name="sect3" type="docSect3Type" minOccurs="0" maxOccurs="unbounded" />
479
+ </xsd:sequence>
480
+ </xsd:complexType>
481
+
482
+ <xsd:complexType name="docInternalS3Type" mixed="true">
483
+ <xsd:sequence>
484
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
485
+ <xsd:element name="sect4" type="docSect4Type" minOccurs="0" maxOccurs="unbounded" />
486
+ </xsd:sequence>
487
+ </xsd:complexType>
488
+
489
+ <xsd:complexType name="docInternalS4Type" mixed="true">
490
+ <xsd:sequence>
491
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
492
+ <xsd:element name="sect5" type="docSect5Type" minOccurs="0" maxOccurs="unbounded" />
493
+ </xsd:sequence>
494
+ </xsd:complexType>
495
+
496
+ <xsd:complexType name="docInternalS5Type" mixed="true">
497
+ <xsd:sequence>
498
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
499
+ <xsd:element name="sect5" type="docSect6Type" minOccurs="0" maxOccurs="unbounded" />
500
+ </xsd:sequence>
501
+ </xsd:complexType>
502
+
503
+ <xsd:complexType name="docInternalS6Type" mixed="true">
504
+ <xsd:sequence>
505
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
506
+ </xsd:sequence>
507
+ </xsd:complexType>
508
+
509
+ <xsd:group name="docTitleCmdGroup">
510
+ <xsd:choice>
511
+ <xsd:element name="ulink" type="docURLLink" />
512
+ <xsd:element name="bold" type="docMarkupType" />
513
+ <xsd:element name="s" type="docMarkupType" />
514
+ <xsd:element name="strike" type="docMarkupType" />
515
+ <xsd:element name="underline" type="docMarkupType" />
516
+ <xsd:element name="emphasis" type="docMarkupType" />
517
+ <xsd:element name="computeroutput" type="docMarkupType" />
518
+ <xsd:element name="subscript" type="docMarkupType" />
519
+ <xsd:element name="superscript" type="docMarkupType" />
520
+ <xsd:element name="center" type="docMarkupType" />
521
+ <xsd:element name="small" type="docMarkupType" />
522
+ <xsd:element name="cite" type="docMarkupType" />
523
+ <xsd:element name="del" type="docMarkupType" />
524
+ <xsd:element name="ins" type="docMarkupType" />
525
+ <xsd:element name="htmlonly" type="docHtmlOnlyType" />
526
+ <xsd:element name="manonly" type="xsd:string" />
527
+ <xsd:element name="xmlonly" type="xsd:string" />
528
+ <xsd:element name="rtfonly" type="xsd:string" />
529
+ <xsd:element name="latexonly" type="xsd:string" />
530
+ <xsd:element name="docbookonly" type="xsd:string" />
531
+ <xsd:element name="image" type="docImageType" />
532
+ <xsd:element name="dot" type="docDotMscType" />
533
+ <xsd:element name="msc" type="docDotMscType" />
534
+ <xsd:element name="plantuml" type="docPlantumlType" />
535
+ <xsd:element name="anchor" type="docAnchorType" />
536
+ <xsd:element name="formula" type="docFormulaType" />
537
+ <xsd:element name="ref" type="docRefTextType" />
538
+ <xsd:element name="emoji" type="docEmojiType" />
539
+ <xsd:element name="linebreak" type="docEmptyType" />
540
+ <xsd:element name="nonbreakablespace" type="docEmptyType" />
541
+ <xsd:element name="iexcl" type="docEmptyType" />
542
+ <xsd:element name="cent" type="docEmptyType" />
543
+ <xsd:element name="pound" type="docEmptyType" />
544
+ <xsd:element name="curren" type="docEmptyType" />
545
+ <xsd:element name="yen" type="docEmptyType" />
546
+ <xsd:element name="brvbar" type="docEmptyType" />
547
+ <xsd:element name="sect" type="docEmptyType" />
548
+ <xsd:element name="umlaut" type="docEmptyType" />
549
+ <xsd:element name="copy" type="docEmptyType" />
550
+ <xsd:element name="ordf" type="docEmptyType" />
551
+ <xsd:element name="laquo" type="docEmptyType" />
552
+ <xsd:element name="not" type="docEmptyType" />
553
+ <xsd:element name="shy" type="docEmptyType" />
554
+ <xsd:element name="registered" type="docEmptyType" />
555
+ <xsd:element name="macr" type="docEmptyType" />
556
+ <xsd:element name="deg" type="docEmptyType" />
557
+ <xsd:element name="plusmn" type="docEmptyType" />
558
+ <xsd:element name="sup2" type="docEmptyType" />
559
+ <xsd:element name="sup3" type="docEmptyType" />
560
+ <xsd:element name="acute" type="docEmptyType" />
561
+ <xsd:element name="micro" type="docEmptyType" />
562
+ <xsd:element name="para" type="docEmptyType" />
563
+ <xsd:element name="middot" type="docEmptyType" />
564
+ <xsd:element name="cedil" type="docEmptyType" />
565
+ <xsd:element name="sup1" type="docEmptyType" />
566
+ <xsd:element name="ordm" type="docEmptyType" />
567
+ <xsd:element name="raquo" type="docEmptyType" />
568
+ <xsd:element name="frac14" type="docEmptyType" />
569
+ <xsd:element name="frac12" type="docEmptyType" />
570
+ <xsd:element name="frac34" type="docEmptyType" />
571
+ <xsd:element name="iquest" type="docEmptyType" />
572
+ <xsd:element name="Agrave" type="docEmptyType" />
573
+ <xsd:element name="Aacute" type="docEmptyType" />
574
+ <xsd:element name="Acirc" type="docEmptyType" />
575
+ <xsd:element name="Atilde" type="docEmptyType" />
576
+ <xsd:element name="Aumlaut" type="docEmptyType" />
577
+ <xsd:element name="Aring" type="docEmptyType" />
578
+ <xsd:element name="AElig" type="docEmptyType" />
579
+ <xsd:element name="Ccedil" type="docEmptyType" />
580
+ <xsd:element name="Egrave" type="docEmptyType" />
581
+ <xsd:element name="Eacute" type="docEmptyType" />
582
+ <xsd:element name="Ecirc" type="docEmptyType" />
583
+ <xsd:element name="Eumlaut" type="docEmptyType" />
584
+ <xsd:element name="Igrave" type="docEmptyType" />
585
+ <xsd:element name="Iacute" type="docEmptyType" />
586
+ <xsd:element name="Icirc" type="docEmptyType" />
587
+ <xsd:element name="Iumlaut" type="docEmptyType" />
588
+ <xsd:element name="ETH" type="docEmptyType" />
589
+ <xsd:element name="Ntilde" type="docEmptyType" />
590
+ <xsd:element name="Ograve" type="docEmptyType" />
591
+ <xsd:element name="Oacute" type="docEmptyType" />
592
+ <xsd:element name="Ocirc" type="docEmptyType" />
593
+ <xsd:element name="Otilde" type="docEmptyType" />
594
+ <xsd:element name="Oumlaut" type="docEmptyType" />
595
+ <xsd:element name="times" type="docEmptyType" />
596
+ <xsd:element name="Oslash" type="docEmptyType" />
597
+ <xsd:element name="Ugrave" type="docEmptyType" />
598
+ <xsd:element name="Uacute" type="docEmptyType" />
599
+ <xsd:element name="Ucirc" type="docEmptyType" />
600
+ <xsd:element name="Uumlaut" type="docEmptyType" />
601
+ <xsd:element name="Yacute" type="docEmptyType" />
602
+ <xsd:element name="THORN" type="docEmptyType" />
603
+ <xsd:element name="szlig" type="docEmptyType" />
604
+ <xsd:element name="agrave" type="docEmptyType" />
605
+ <xsd:element name="aacute" type="docEmptyType" />
606
+ <xsd:element name="acirc" type="docEmptyType" />
607
+ <xsd:element name="atilde" type="docEmptyType" />
608
+ <xsd:element name="aumlaut" type="docEmptyType" />
609
+ <xsd:element name="aring" type="docEmptyType" />
610
+ <xsd:element name="aelig" type="docEmptyType" />
611
+ <xsd:element name="ccedil" type="docEmptyType" />
612
+ <xsd:element name="egrave" type="docEmptyType" />
613
+ <xsd:element name="eacute" type="docEmptyType" />
614
+ <xsd:element name="ecirc" type="docEmptyType" />
615
+ <xsd:element name="eumlaut" type="docEmptyType" />
616
+ <xsd:element name="igrave" type="docEmptyType" />
617
+ <xsd:element name="iacute" type="docEmptyType" />
618
+ <xsd:element name="icirc" type="docEmptyType" />
619
+ <xsd:element name="iumlaut" type="docEmptyType" />
620
+ <xsd:element name="eth" type="docEmptyType" />
621
+ <xsd:element name="ntilde" type="docEmptyType" />
622
+ <xsd:element name="ograve" type="docEmptyType" />
623
+ <xsd:element name="oacute" type="docEmptyType" />
624
+ <xsd:element name="ocirc" type="docEmptyType" />
625
+ <xsd:element name="otilde" type="docEmptyType" />
626
+ <xsd:element name="oumlaut" type="docEmptyType" />
627
+ <xsd:element name="divide" type="docEmptyType" />
628
+ <xsd:element name="oslash" type="docEmptyType" />
629
+ <xsd:element name="ugrave" type="docEmptyType" />
630
+ <xsd:element name="uacute" type="docEmptyType" />
631
+ <xsd:element name="ucirc" type="docEmptyType" />
632
+ <xsd:element name="uumlaut" type="docEmptyType" />
633
+ <xsd:element name="yacute" type="docEmptyType" />
634
+ <xsd:element name="thorn" type="docEmptyType" />
635
+ <xsd:element name="yumlaut" type="docEmptyType" />
636
+ <xsd:element name="fnof" type="docEmptyType" />
637
+ <xsd:element name="Alpha" type="docEmptyType" />
638
+ <xsd:element name="Beta" type="docEmptyType" />
639
+ <xsd:element name="Gamma" type="docEmptyType" />
640
+ <xsd:element name="Delta" type="docEmptyType" />
641
+ <xsd:element name="Epsilon" type="docEmptyType" />
642
+ <xsd:element name="Zeta" type="docEmptyType" />
643
+ <xsd:element name="Eta" type="docEmptyType" />
644
+ <xsd:element name="Theta" type="docEmptyType" />
645
+ <xsd:element name="Iota" type="docEmptyType" />
646
+ <xsd:element name="Kappa" type="docEmptyType" />
647
+ <xsd:element name="Lambda" type="docEmptyType" />
648
+ <xsd:element name="Mu" type="docEmptyType" />
649
+ <xsd:element name="Nu" type="docEmptyType" />
650
+ <xsd:element name="Xi" type="docEmptyType" />
651
+ <xsd:element name="Omicron" type="docEmptyType" />
652
+ <xsd:element name="Pi" type="docEmptyType" />
653
+ <xsd:element name="Rho" type="docEmptyType" />
654
+ <xsd:element name="Sigma" type="docEmptyType" />
655
+ <xsd:element name="Tau" type="docEmptyType" />
656
+ <xsd:element name="Upsilon" type="docEmptyType" />
657
+ <xsd:element name="Phi" type="docEmptyType" />
658
+ <xsd:element name="Chi" type="docEmptyType" />
659
+ <xsd:element name="Psi" type="docEmptyType" />
660
+ <xsd:element name="Omega" type="docEmptyType" />
661
+ <xsd:element name="alpha" type="docEmptyType" />
662
+ <xsd:element name="beta" type="docEmptyType" />
663
+ <xsd:element name="gamma" type="docEmptyType" />
664
+ <xsd:element name="delta" type="docEmptyType" />
665
+ <xsd:element name="epsilon" type="docEmptyType" />
666
+ <xsd:element name="zeta" type="docEmptyType" />
667
+ <xsd:element name="eta" type="docEmptyType" />
668
+ <xsd:element name="theta" type="docEmptyType" />
669
+ <xsd:element name="iota" type="docEmptyType" />
670
+ <xsd:element name="kappa" type="docEmptyType" />
671
+ <xsd:element name="lambda" type="docEmptyType" />
672
+ <xsd:element name="mu" type="docEmptyType" />
673
+ <xsd:element name="nu" type="docEmptyType" />
674
+ <xsd:element name="xi" type="docEmptyType" />
675
+ <xsd:element name="omicron" type="docEmptyType" />
676
+ <xsd:element name="pi" type="docEmptyType" />
677
+ <xsd:element name="rho" type="docEmptyType" />
678
+ <xsd:element name="sigmaf" type="docEmptyType" />
679
+ <xsd:element name="sigma" type="docEmptyType" />
680
+ <xsd:element name="tau" type="docEmptyType" />
681
+ <xsd:element name="upsilon" type="docEmptyType" />
682
+ <xsd:element name="phi" type="docEmptyType" />
683
+ <xsd:element name="chi" type="docEmptyType" />
684
+ <xsd:element name="psi" type="docEmptyType" />
685
+ <xsd:element name="omega" type="docEmptyType" />
686
+ <xsd:element name="thetasym" type="docEmptyType" />
687
+ <xsd:element name="upsih" type="docEmptyType" />
688
+ <xsd:element name="piv" type="docEmptyType" />
689
+ <xsd:element name="bull" type="docEmptyType" />
690
+ <xsd:element name="hellip" type="docEmptyType" />
691
+ <xsd:element name="prime" type="docEmptyType" />
692
+ <xsd:element name="Prime" type="docEmptyType" />
693
+ <xsd:element name="oline" type="docEmptyType" />
694
+ <xsd:element name="frasl" type="docEmptyType" />
695
+ <xsd:element name="weierp" type="docEmptyType" />
696
+ <xsd:element name="imaginary" type="docEmptyType" />
697
+ <xsd:element name="real" type="docEmptyType" />
698
+ <xsd:element name="trademark" type="docEmptyType" />
699
+ <xsd:element name="alefsym" type="docEmptyType" />
700
+ <xsd:element name="larr" type="docEmptyType" />
701
+ <xsd:element name="uarr" type="docEmptyType" />
702
+ <xsd:element name="rarr" type="docEmptyType" />
703
+ <xsd:element name="darr" type="docEmptyType" />
704
+ <xsd:element name="harr" type="docEmptyType" />
705
+ <xsd:element name="crarr" type="docEmptyType" />
706
+ <xsd:element name="lArr" type="docEmptyType" />
707
+ <xsd:element name="uArr" type="docEmptyType" />
708
+ <xsd:element name="rArr" type="docEmptyType" />
709
+ <xsd:element name="dArr" type="docEmptyType" />
710
+ <xsd:element name="hArr" type="docEmptyType" />
711
+ <xsd:element name="forall" type="docEmptyType" />
712
+ <xsd:element name="part" type="docEmptyType" />
713
+ <xsd:element name="exist" type="docEmptyType" />
714
+ <xsd:element name="empty" type="docEmptyType" />
715
+ <xsd:element name="nabla" type="docEmptyType" />
716
+ <xsd:element name="isin" type="docEmptyType" />
717
+ <xsd:element name="notin" type="docEmptyType" />
718
+ <xsd:element name="ni" type="docEmptyType" />
719
+ <xsd:element name="prod" type="docEmptyType" />
720
+ <xsd:element name="sum" type="docEmptyType" />
721
+ <xsd:element name="minus" type="docEmptyType" />
722
+ <xsd:element name="lowast" type="docEmptyType" />
723
+ <xsd:element name="radic" type="docEmptyType" />
724
+ <xsd:element name="prop" type="docEmptyType" />
725
+ <xsd:element name="infin" type="docEmptyType" />
726
+ <xsd:element name="ang" type="docEmptyType" />
727
+ <xsd:element name="and" type="docEmptyType" />
728
+ <xsd:element name="or" type="docEmptyType" />
729
+ <xsd:element name="cap" type="docEmptyType" />
730
+ <xsd:element name="cup" type="docEmptyType" />
731
+ <xsd:element name="int" type="docEmptyType" />
732
+ <xsd:element name="there4" type="docEmptyType" />
733
+ <xsd:element name="sim" type="docEmptyType" />
734
+ <xsd:element name="cong" type="docEmptyType" />
735
+ <xsd:element name="asymp" type="docEmptyType" />
736
+ <xsd:element name="ne" type="docEmptyType" />
737
+ <xsd:element name="equiv" type="docEmptyType" />
738
+ <xsd:element name="le" type="docEmptyType" />
739
+ <xsd:element name="ge" type="docEmptyType" />
740
+ <xsd:element name="sub" type="docEmptyType" />
741
+ <xsd:element name="sup" type="docEmptyType" />
742
+ <xsd:element name="nsub" type="docEmptyType" />
743
+ <xsd:element name="sube" type="docEmptyType" />
744
+ <xsd:element name="supe" type="docEmptyType" />
745
+ <xsd:element name="oplus" type="docEmptyType" />
746
+ <xsd:element name="otimes" type="docEmptyType" />
747
+ <xsd:element name="perp" type="docEmptyType" />
748
+ <xsd:element name="sdot" type="docEmptyType" />
749
+ <xsd:element name="lceil" type="docEmptyType" />
750
+ <xsd:element name="rceil" type="docEmptyType" />
751
+ <xsd:element name="lfloor" type="docEmptyType" />
752
+ <xsd:element name="rfloor" type="docEmptyType" />
753
+ <xsd:element name="lang" type="docEmptyType" />
754
+ <xsd:element name="rang" type="docEmptyType" />
755
+ <xsd:element name="loz" type="docEmptyType" />
756
+ <xsd:element name="spades" type="docEmptyType" />
757
+ <xsd:element name="clubs" type="docEmptyType" />
758
+ <xsd:element name="hearts" type="docEmptyType" />
759
+ <xsd:element name="diams" type="docEmptyType" />
760
+ <xsd:element name="OElig" type="docEmptyType" />
761
+ <xsd:element name="oelig" type="docEmptyType" />
762
+ <xsd:element name="Scaron" type="docEmptyType" />
763
+ <xsd:element name="scaron" type="docEmptyType" />
764
+ <xsd:element name="Yumlaut" type="docEmptyType" />
765
+ <xsd:element name="circ" type="docEmptyType" />
766
+ <xsd:element name="tilde" type="docEmptyType" />
767
+ <xsd:element name="ensp" type="docEmptyType" />
768
+ <xsd:element name="emsp" type="docEmptyType" />
769
+ <xsd:element name="thinsp" type="docEmptyType" />
770
+ <xsd:element name="zwnj" type="docEmptyType" />
771
+ <xsd:element name="zwj" type="docEmptyType" />
772
+ <xsd:element name="lrm" type="docEmptyType" />
773
+ <xsd:element name="rlm" type="docEmptyType" />
774
+ <xsd:element name="ndash" type="docEmptyType" />
775
+ <xsd:element name="mdash" type="docEmptyType" />
776
+ <xsd:element name="lsquo" type="docEmptyType" />
777
+ <xsd:element name="rsquo" type="docEmptyType" />
778
+ <xsd:element name="sbquo" type="docEmptyType" />
779
+ <xsd:element name="ldquo" type="docEmptyType" />
780
+ <xsd:element name="rdquo" type="docEmptyType" />
781
+ <xsd:element name="bdquo" type="docEmptyType" />
782
+ <xsd:element name="dagger" type="docEmptyType" />
783
+ <xsd:element name="Dagger" type="docEmptyType" />
784
+ <xsd:element name="permil" type="docEmptyType" />
785
+ <xsd:element name="lsaquo" type="docEmptyType" />
786
+ <xsd:element name="rsaquo" type="docEmptyType" />
787
+ <xsd:element name="euro" type="docEmptyType" />
788
+ <xsd:element name="tm" type="docEmptyType" />
789
+ </xsd:choice>
790
+ </xsd:group>
791
+
792
+ <xsd:complexType name="docTitleType" mixed="true">
793
+ <xsd:group ref="docTitleCmdGroup" minOccurs="0" maxOccurs="unbounded" />
794
+ </xsd:complexType>
795
+
796
+ <xsd:complexType name="docSummaryType" mixed="true">
797
+ <xsd:group ref="docTitleCmdGroup" minOccurs="0" maxOccurs="unbounded" />
798
+ </xsd:complexType>
799
+
800
+ <xsd:group name="docCmdGroup">
801
+ <xsd:choice>
802
+ <!-- start workaround for xsd.exe
803
+ <xsd:group ref="docTitleCmdGroup"/>
804
+ -->
805
+ <xsd:element name="ulink" type="docURLLink" />
806
+ <xsd:element name="bold" type="docMarkupType" />
807
+ <xsd:element name="s" type="docMarkupType" />
808
+ <xsd:element name="strike" type="docMarkupType" />
809
+ <xsd:element name="underline" type="docMarkupType" />
810
+ <xsd:element name="emphasis" type="docMarkupType" />
811
+ <xsd:element name="computeroutput" type="docMarkupType" />
812
+ <xsd:element name="subscript" type="docMarkupType" />
813
+ <xsd:element name="superscript" type="docMarkupType" />
814
+ <xsd:element name="center" type="docMarkupType" />
815
+ <xsd:element name="small" type="docMarkupType" />
816
+ <xsd:element name="cite" type="docMarkupType" />
817
+ <xsd:element name="del" type="docMarkupType" />
818
+ <xsd:element name="ins" type="docMarkupType" />
819
+ <xsd:element name="htmlonly" type="docHtmlOnlyType" />
820
+ <xsd:element name="manonly" type="xsd:string" />
821
+ <xsd:element name="xmlonly" type="xsd:string" />
822
+ <xsd:element name="rtfonly" type="xsd:string" />
823
+ <xsd:element name="latexonly" type="xsd:string" />
824
+ <xsd:element name="docbookonly" type="xsd:string" />
825
+ <xsd:element name="image" type="docImageType" />
826
+ <xsd:element name="dot" type="docDotMscType" />
827
+ <xsd:element name="msc" type="docDotMscType" />
828
+ <xsd:element name="plantuml" type="docPlantumlType" />
829
+ <xsd:element name="anchor" type="docAnchorType" />
830
+ <xsd:element name="formula" type="docFormulaType" />
831
+ <xsd:element name="ref" type="docRefTextType" />
832
+ <xsd:element name="emoji" type="docEmojiType" />
833
+ <xsd:element name="linebreak" type="docEmptyType" />
834
+ <xsd:element name="nonbreakablespace" type="docEmptyType" />
835
+ <xsd:element name="iexcl" type="docEmptyType" />
836
+ <xsd:element name="cent" type="docEmptyType" />
837
+ <xsd:element name="pound" type="docEmptyType" />
838
+ <xsd:element name="curren" type="docEmptyType" />
839
+ <xsd:element name="yen" type="docEmptyType" />
840
+ <xsd:element name="brvbar" type="docEmptyType" />
841
+ <xsd:element name="sect" type="docEmptyType" />
842
+ <xsd:element name="umlaut" type="docEmptyType" />
843
+ <xsd:element name="copy" type="docEmptyType" />
844
+ <xsd:element name="ordf" type="docEmptyType" />
845
+ <xsd:element name="laquo" type="docEmptyType" />
846
+ <xsd:element name="not" type="docEmptyType" />
847
+ <xsd:element name="shy" type="docEmptyType" />
848
+ <xsd:element name="registered" type="docEmptyType" />
849
+ <xsd:element name="macr" type="docEmptyType" />
850
+ <xsd:element name="deg" type="docEmptyType" />
851
+ <xsd:element name="plusmn" type="docEmptyType" />
852
+ <xsd:element name="sup2" type="docEmptyType" />
853
+ <xsd:element name="sup3" type="docEmptyType" />
854
+ <xsd:element name="acute" type="docEmptyType" />
855
+ <xsd:element name="micro" type="docEmptyType" />
856
+ <xsd:element name="para" type="docEmptyType" />
857
+ <xsd:element name="middot" type="docEmptyType" />
858
+ <xsd:element name="cedil" type="docEmptyType" />
859
+ <xsd:element name="sup1" type="docEmptyType" />
860
+ <xsd:element name="ordm" type="docEmptyType" />
861
+ <xsd:element name="raquo" type="docEmptyType" />
862
+ <xsd:element name="frac14" type="docEmptyType" />
863
+ <xsd:element name="frac12" type="docEmptyType" />
864
+ <xsd:element name="frac34" type="docEmptyType" />
865
+ <xsd:element name="iquest" type="docEmptyType" />
866
+ <xsd:element name="Agrave" type="docEmptyType" />
867
+ <xsd:element name="Aacute" type="docEmptyType" />
868
+ <xsd:element name="Acirc" type="docEmptyType" />
869
+ <xsd:element name="Atilde" type="docEmptyType" />
870
+ <xsd:element name="Aumlaut" type="docEmptyType" />
871
+ <xsd:element name="Aring" type="docEmptyType" />
872
+ <xsd:element name="AElig" type="docEmptyType" />
873
+ <xsd:element name="Ccedil" type="docEmptyType" />
874
+ <xsd:element name="Egrave" type="docEmptyType" />
875
+ <xsd:element name="Eacute" type="docEmptyType" />
876
+ <xsd:element name="Ecirc" type="docEmptyType" />
877
+ <xsd:element name="Eumlaut" type="docEmptyType" />
878
+ <xsd:element name="Igrave" type="docEmptyType" />
879
+ <xsd:element name="Iacute" type="docEmptyType" />
880
+ <xsd:element name="Icirc" type="docEmptyType" />
881
+ <xsd:element name="Iumlaut" type="docEmptyType" />
882
+ <xsd:element name="ETH" type="docEmptyType" />
883
+ <xsd:element name="Ntilde" type="docEmptyType" />
884
+ <xsd:element name="Ograve" type="docEmptyType" />
885
+ <xsd:element name="Oacute" type="docEmptyType" />
886
+ <xsd:element name="Ocirc" type="docEmptyType" />
887
+ <xsd:element name="Otilde" type="docEmptyType" />
888
+ <xsd:element name="Oumlaut" type="docEmptyType" />
889
+ <xsd:element name="times" type="docEmptyType" />
890
+ <xsd:element name="Oslash" type="docEmptyType" />
891
+ <xsd:element name="Ugrave" type="docEmptyType" />
892
+ <xsd:element name="Uacute" type="docEmptyType" />
893
+ <xsd:element name="Ucirc" type="docEmptyType" />
894
+ <xsd:element name="Uumlaut" type="docEmptyType" />
895
+ <xsd:element name="Yacute" type="docEmptyType" />
896
+ <xsd:element name="THORN" type="docEmptyType" />
897
+ <xsd:element name="szlig" type="docEmptyType" />
898
+ <xsd:element name="agrave" type="docEmptyType" />
899
+ <xsd:element name="aacute" type="docEmptyType" />
900
+ <xsd:element name="acirc" type="docEmptyType" />
901
+ <xsd:element name="atilde" type="docEmptyType" />
902
+ <xsd:element name="aumlaut" type="docEmptyType" />
903
+ <xsd:element name="aring" type="docEmptyType" />
904
+ <xsd:element name="aelig" type="docEmptyType" />
905
+ <xsd:element name="ccedil" type="docEmptyType" />
906
+ <xsd:element name="egrave" type="docEmptyType" />
907
+ <xsd:element name="eacute" type="docEmptyType" />
908
+ <xsd:element name="ecirc" type="docEmptyType" />
909
+ <xsd:element name="eumlaut" type="docEmptyType" />
910
+ <xsd:element name="igrave" type="docEmptyType" />
911
+ <xsd:element name="iacute" type="docEmptyType" />
912
+ <xsd:element name="icirc" type="docEmptyType" />
913
+ <xsd:element name="iumlaut" type="docEmptyType" />
914
+ <xsd:element name="eth" type="docEmptyType" />
915
+ <xsd:element name="ntilde" type="docEmptyType" />
916
+ <xsd:element name="ograve" type="docEmptyType" />
917
+ <xsd:element name="oacute" type="docEmptyType" />
918
+ <xsd:element name="ocirc" type="docEmptyType" />
919
+ <xsd:element name="otilde" type="docEmptyType" />
920
+ <xsd:element name="oumlaut" type="docEmptyType" />
921
+ <xsd:element name="divide" type="docEmptyType" />
922
+ <xsd:element name="oslash" type="docEmptyType" />
923
+ <xsd:element name="ugrave" type="docEmptyType" />
924
+ <xsd:element name="uacute" type="docEmptyType" />
925
+ <xsd:element name="ucirc" type="docEmptyType" />
926
+ <xsd:element name="uumlaut" type="docEmptyType" />
927
+ <xsd:element name="yacute" type="docEmptyType" />
928
+ <xsd:element name="thorn" type="docEmptyType" />
929
+ <xsd:element name="yumlaut" type="docEmptyType" />
930
+ <xsd:element name="fnof" type="docEmptyType" />
931
+ <xsd:element name="Alpha" type="docEmptyType" />
932
+ <xsd:element name="Beta" type="docEmptyType" />
933
+ <xsd:element name="Gamma" type="docEmptyType" />
934
+ <xsd:element name="Delta" type="docEmptyType" />
935
+ <xsd:element name="Epsilon" type="docEmptyType" />
936
+ <xsd:element name="Zeta" type="docEmptyType" />
937
+ <xsd:element name="Eta" type="docEmptyType" />
938
+ <xsd:element name="Theta" type="docEmptyType" />
939
+ <xsd:element name="Iota" type="docEmptyType" />
940
+ <xsd:element name="Kappa" type="docEmptyType" />
941
+ <xsd:element name="Lambda" type="docEmptyType" />
942
+ <xsd:element name="Mu" type="docEmptyType" />
943
+ <xsd:element name="Nu" type="docEmptyType" />
944
+ <xsd:element name="Xi" type="docEmptyType" />
945
+ <xsd:element name="Omicron" type="docEmptyType" />
946
+ <xsd:element name="Pi" type="docEmptyType" />
947
+ <xsd:element name="Rho" type="docEmptyType" />
948
+ <xsd:element name="Sigma" type="docEmptyType" />
949
+ <xsd:element name="Tau" type="docEmptyType" />
950
+ <xsd:element name="Upsilon" type="docEmptyType" />
951
+ <xsd:element name="Phi" type="docEmptyType" />
952
+ <xsd:element name="Chi" type="docEmptyType" />
953
+ <xsd:element name="Psi" type="docEmptyType" />
954
+ <xsd:element name="Omega" type="docEmptyType" />
955
+ <xsd:element name="alpha" type="docEmptyType" />
956
+ <xsd:element name="beta" type="docEmptyType" />
957
+ <xsd:element name="gamma" type="docEmptyType" />
958
+ <xsd:element name="delta" type="docEmptyType" />
959
+ <xsd:element name="epsilon" type="docEmptyType" />
960
+ <xsd:element name="zeta" type="docEmptyType" />
961
+ <xsd:element name="eta" type="docEmptyType" />
962
+ <xsd:element name="theta" type="docEmptyType" />
963
+ <xsd:element name="iota" type="docEmptyType" />
964
+ <xsd:element name="kappa" type="docEmptyType" />
965
+ <xsd:element name="lambda" type="docEmptyType" />
966
+ <xsd:element name="mu" type="docEmptyType" />
967
+ <xsd:element name="nu" type="docEmptyType" />
968
+ <xsd:element name="xi" type="docEmptyType" />
969
+ <xsd:element name="omicron" type="docEmptyType" />
970
+ <xsd:element name="pi" type="docEmptyType" />
971
+ <xsd:element name="rho" type="docEmptyType" />
972
+ <xsd:element name="sigmaf" type="docEmptyType" />
973
+ <xsd:element name="sigma" type="docEmptyType" />
974
+ <xsd:element name="tau" type="docEmptyType" />
975
+ <xsd:element name="upsilon" type="docEmptyType" />
976
+ <xsd:element name="phi" type="docEmptyType" />
977
+ <xsd:element name="chi" type="docEmptyType" />
978
+ <xsd:element name="psi" type="docEmptyType" />
979
+ <xsd:element name="omega" type="docEmptyType" />
980
+ <xsd:element name="thetasym" type="docEmptyType" />
981
+ <xsd:element name="upsih" type="docEmptyType" />
982
+ <xsd:element name="piv" type="docEmptyType" />
983
+ <xsd:element name="bull" type="docEmptyType" />
984
+ <xsd:element name="hellip" type="docEmptyType" />
985
+ <xsd:element name="prime" type="docEmptyType" />
986
+ <xsd:element name="Prime" type="docEmptyType" />
987
+ <xsd:element name="oline" type="docEmptyType" />
988
+ <xsd:element name="frasl" type="docEmptyType" />
989
+ <xsd:element name="weierp" type="docEmptyType" />
990
+ <xsd:element name="imaginary" type="docEmptyType" />
991
+ <xsd:element name="real" type="docEmptyType" />
992
+ <xsd:element name="trademark" type="docEmptyType" />
993
+ <xsd:element name="alefsym" type="docEmptyType" />
994
+ <xsd:element name="larr" type="docEmptyType" />
995
+ <xsd:element name="uarr" type="docEmptyType" />
996
+ <xsd:element name="rarr" type="docEmptyType" />
997
+ <xsd:element name="darr" type="docEmptyType" />
998
+ <xsd:element name="harr" type="docEmptyType" />
999
+ <xsd:element name="crarr" type="docEmptyType" />
1000
+ <xsd:element name="lArr" type="docEmptyType" />
1001
+ <xsd:element name="uArr" type="docEmptyType" />
1002
+ <xsd:element name="rArr" type="docEmptyType" />
1003
+ <xsd:element name="dArr" type="docEmptyType" />
1004
+ <xsd:element name="hArr" type="docEmptyType" />
1005
+ <xsd:element name="forall" type="docEmptyType" />
1006
+ <xsd:element name="part" type="docEmptyType" />
1007
+ <xsd:element name="exist" type="docEmptyType" />
1008
+ <xsd:element name="empty" type="docEmptyType" />
1009
+ <xsd:element name="nabla" type="docEmptyType" />
1010
+ <xsd:element name="isin" type="docEmptyType" />
1011
+ <xsd:element name="notin" type="docEmptyType" />
1012
+ <xsd:element name="ni" type="docEmptyType" />
1013
+ <xsd:element name="prod" type="docEmptyType" />
1014
+ <xsd:element name="sum" type="docEmptyType" />
1015
+ <xsd:element name="minus" type="docEmptyType" />
1016
+ <xsd:element name="lowast" type="docEmptyType" />
1017
+ <xsd:element name="radic" type="docEmptyType" />
1018
+ <xsd:element name="prop" type="docEmptyType" />
1019
+ <xsd:element name="infin" type="docEmptyType" />
1020
+ <xsd:element name="ang" type="docEmptyType" />
1021
+ <xsd:element name="and" type="docEmptyType" />
1022
+ <xsd:element name="or" type="docEmptyType" />
1023
+ <xsd:element name="cap" type="docEmptyType" />
1024
+ <xsd:element name="cup" type="docEmptyType" />
1025
+ <xsd:element name="int" type="docEmptyType" />
1026
+ <xsd:element name="there4" type="docEmptyType" />
1027
+ <xsd:element name="sim" type="docEmptyType" />
1028
+ <xsd:element name="cong" type="docEmptyType" />
1029
+ <xsd:element name="asymp" type="docEmptyType" />
1030
+ <xsd:element name="ne" type="docEmptyType" />
1031
+ <xsd:element name="equiv" type="docEmptyType" />
1032
+ <xsd:element name="le" type="docEmptyType" />
1033
+ <xsd:element name="ge" type="docEmptyType" />
1034
+ <xsd:element name="sub" type="docEmptyType" />
1035
+ <xsd:element name="sup" type="docEmptyType" />
1036
+ <xsd:element name="nsub" type="docEmptyType" />
1037
+ <xsd:element name="sube" type="docEmptyType" />
1038
+ <xsd:element name="supe" type="docEmptyType" />
1039
+ <xsd:element name="oplus" type="docEmptyType" />
1040
+ <xsd:element name="otimes" type="docEmptyType" />
1041
+ <xsd:element name="perp" type="docEmptyType" />
1042
+ <xsd:element name="sdot" type="docEmptyType" />
1043
+ <xsd:element name="lceil" type="docEmptyType" />
1044
+ <xsd:element name="rceil" type="docEmptyType" />
1045
+ <xsd:element name="lfloor" type="docEmptyType" />
1046
+ <xsd:element name="rfloor" type="docEmptyType" />
1047
+ <xsd:element name="lang" type="docEmptyType" />
1048
+ <xsd:element name="rang" type="docEmptyType" />
1049
+ <xsd:element name="loz" type="docEmptyType" />
1050
+ <xsd:element name="spades" type="docEmptyType" />
1051
+ <xsd:element name="clubs" type="docEmptyType" />
1052
+ <xsd:element name="hearts" type="docEmptyType" />
1053
+ <xsd:element name="diams" type="docEmptyType" />
1054
+ <xsd:element name="OElig" type="docEmptyType" />
1055
+ <xsd:element name="oelig" type="docEmptyType" />
1056
+ <xsd:element name="Scaron" type="docEmptyType" />
1057
+ <xsd:element name="scaron" type="docEmptyType" />
1058
+ <xsd:element name="Yumlaut" type="docEmptyType" />
1059
+ <xsd:element name="circ" type="docEmptyType" />
1060
+ <xsd:element name="tilde" type="docEmptyType" />
1061
+ <xsd:element name="ensp" type="docEmptyType" />
1062
+ <xsd:element name="emsp" type="docEmptyType" />
1063
+ <xsd:element name="thinsp" type="docEmptyType" />
1064
+ <xsd:element name="zwnj" type="docEmptyType" />
1065
+ <xsd:element name="zwj" type="docEmptyType" />
1066
+ <xsd:element name="lrm" type="docEmptyType" />
1067
+ <xsd:element name="rlm" type="docEmptyType" />
1068
+ <xsd:element name="ndash" type="docEmptyType" />
1069
+ <xsd:element name="mdash" type="docEmptyType" />
1070
+ <xsd:element name="lsquo" type="docEmptyType" />
1071
+ <xsd:element name="rsquo" type="docEmptyType" />
1072
+ <xsd:element name="sbquo" type="docEmptyType" />
1073
+ <xsd:element name="ldquo" type="docEmptyType" />
1074
+ <xsd:element name="rdquo" type="docEmptyType" />
1075
+ <xsd:element name="bdquo" type="docEmptyType" />
1076
+ <xsd:element name="dagger" type="docEmptyType" />
1077
+ <xsd:element name="Dagger" type="docEmptyType" />
1078
+ <xsd:element name="permil" type="docEmptyType" />
1079
+ <xsd:element name="lsaquo" type="docEmptyType" />
1080
+ <xsd:element name="rsaquo" type="docEmptyType" />
1081
+ <xsd:element name="euro" type="docEmptyType" />
1082
+ <xsd:element name="tm" type="docEmptyType" />
1083
+ <!-- end workaround for xsd.exe -->
1084
+ <xsd:element name="hruler" type="docEmptyType" />
1085
+ <xsd:element name="preformatted" type="docMarkupType" />
1086
+ <xsd:element name="programlisting" type="listingType" />
1087
+ <xsd:element name="verbatim" type="xsd:string" />
1088
+ <xsd:element name="javadocliteral" type="xsd:string" />
1089
+ <xsd:element name="javadoccode" type="xsd:string" />
1090
+ <xsd:element name="indexentry" type="docIndexEntryType" />
1091
+ <xsd:element name="orderedlist" type="docListType" />
1092
+ <xsd:element name="itemizedlist" type="docListType" />
1093
+ <xsd:element name="simplesect" type="docSimpleSectType" />
1094
+ <xsd:element name="title" type="docTitleType" />
1095
+ <xsd:element name="variablelist" type="docVariableListType" />
1096
+ <xsd:element name="table" type="docTableType" />
1097
+ <xsd:element name="heading" type="docHeadingType" />
1098
+ <xsd:element name="dotfile" type="docImageFileType" />
1099
+ <xsd:element name="mscfile" type="docImageFileType" />
1100
+ <xsd:element name="diafile" type="docImageFileType" />
1101
+ <xsd:element name="plantumlfile" type="docImageFileType" />
1102
+ <xsd:element name="toclist" type="docTocListType" />
1103
+ <xsd:element name="language" type="docLanguageType" />
1104
+ <xsd:element name="parameterlist" type="docParamListType" />
1105
+ <xsd:element name="xrefsect" type="docXRefSectType" />
1106
+ <xsd:element name="copydoc" type="docCopyType" />
1107
+ <xsd:element name="details" type="docDetailsType" />
1108
+ <xsd:element name="blockquote" type="docBlockQuoteType" />
1109
+ <xsd:element name="parblock" type="docParBlockType" />
1110
+ </xsd:choice>
1111
+ </xsd:group>
1112
+
1113
+ <xsd:complexType name="docParaType" mixed="true">
1114
+ <xsd:group ref="docCmdGroup" minOccurs="0" maxOccurs="unbounded" />
1115
+ </xsd:complexType>
1116
+
1117
+ <xsd:complexType name="docMarkupType" mixed="true">
1118
+ <xsd:group ref="docCmdGroup" minOccurs="0" maxOccurs="unbounded" />
1119
+ </xsd:complexType>
1120
+
1121
+ <xsd:complexType name="docURLLink" mixed="true">
1122
+ <xsd:group ref="docTitleCmdGroup" minOccurs="0" maxOccurs="unbounded" />
1123
+ <xsd:attribute name="url" type="xsd:string" />
1124
+ </xsd:complexType>
1125
+
1126
+ <xsd:complexType name="docAnchorType" mixed="true">
1127
+ <xsd:attribute name="id" type="xsd:string" />
1128
+ </xsd:complexType>
1129
+
1130
+ <xsd:complexType name="docFormulaType" mixed="true">
1131
+ <xsd:attribute name="id" type="xsd:string" />
1132
+ </xsd:complexType>
1133
+
1134
+ <xsd:complexType name="docIndexEntryType">
1135
+ <xsd:sequence>
1136
+ <xsd:element name="primaryie" type="xsd:string" />
1137
+ <xsd:element name="secondaryie" type="xsd:string" />
1138
+ </xsd:sequence>
1139
+ </xsd:complexType>
1140
+
1141
+ <xsd:complexType name="docListType">
1142
+ <xsd:sequence>
1143
+ <xsd:element name="listitem" type="docListItemType" maxOccurs="unbounded" />
1144
+ </xsd:sequence>
1145
+ <xsd:attribute name="type" type="DoxOlType" />
1146
+ <xsd:attribute name="start" type="xsd:integer" />
1147
+ </xsd:complexType>
1148
+
1149
+ <xsd:complexType name="docListItemType">
1150
+ <xsd:sequence>
1151
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
1152
+ </xsd:sequence>
1153
+ <xsd:attribute name="override" type="DoxCheck" />
1154
+ <xsd:attribute name="value" type="xsd:integer" use="optional"/>
1155
+ </xsd:complexType>
1156
+
1157
+ <xsd:complexType name="docSimpleSectType">
1158
+ <xsd:sequence>
1159
+ <xsd:element name="title" type="docTitleType" minOccurs="0" />
1160
+ <xsd:sequence minOccurs="0" maxOccurs="unbounded">
1161
+ <xsd:element name="para" type="docParaType" minOccurs="1" maxOccurs="unbounded" />
1162
+ </xsd:sequence>
1163
+ </xsd:sequence>
1164
+ <xsd:attribute name="kind" type="DoxSimpleSectKind" />
1165
+ </xsd:complexType>
1166
+
1167
+ <xsd:complexType name="docVarListEntryType">
1168
+ <xsd:sequence>
1169
+ <xsd:element name="term" type="docTitleType" />
1170
+ </xsd:sequence>
1171
+ </xsd:complexType>
1172
+
1173
+ <xsd:group name="docVariableListGroup">
1174
+ <xsd:sequence>
1175
+ <xsd:element name="varlistentry" type="docVarListEntryType" />
1176
+ <xsd:element name="listitem" type="docListItemType" />
1177
+ </xsd:sequence>
1178
+ </xsd:group>
1179
+
1180
+ <xsd:complexType name="docVariableListType">
1181
+ <xsd:sequence>
1182
+ <xsd:group ref="docVariableListGroup" maxOccurs="unbounded" />
1183
+ </xsd:sequence>
1184
+ </xsd:complexType>
1185
+
1186
+ <xsd:complexType name="docRefTextType" mixed="true">
1187
+ <xsd:group ref="docTitleCmdGroup" minOccurs="0" maxOccurs="unbounded" />
1188
+ <xsd:attribute name="refid" type="xsd:string" />
1189
+ <xsd:attribute name="kindref" type="DoxRefKind" />
1190
+ <xsd:attribute name="external" type="xsd:string" />
1191
+ </xsd:complexType>
1192
+
1193
+ <xsd:complexType name="docTableType">
1194
+ <xsd:sequence>
1195
+ <xsd:element name="caption" type="docCaptionType" minOccurs="0" maxOccurs="1" />
1196
+ <xsd:element name="row" type="docRowType" minOccurs="0" maxOccurs="unbounded" />
1197
+ </xsd:sequence>
1198
+ <xsd:attribute name="rows" type="xsd:integer" />
1199
+ <xsd:attribute name="cols" type="xsd:integer" />
1200
+ <xsd:attribute name="width" type="xsd:string" />
1201
+ </xsd:complexType>
1202
+
1203
+ <xsd:complexType name="docRowType">
1204
+ <xsd:sequence>
1205
+ <xsd:element name="entry" type="docEntryType" minOccurs="0" maxOccurs="unbounded" />
1206
+ </xsd:sequence>
1207
+ </xsd:complexType>
1208
+
1209
+ <xsd:complexType name="docEntryType">
1210
+ <xsd:sequence>
1211
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
1212
+ </xsd:sequence>
1213
+ <xsd:attribute name="thead" type="DoxBool" />
1214
+ <xsd:attribute name="colspan" type="xsd:integer" />
1215
+ <xsd:attribute name="rowspan" type="xsd:integer" />
1216
+ <xsd:attribute name="align" type="DoxAlign" />
1217
+ <xsd:attribute name="valign" type="DoxVerticalAlign" />
1218
+ <xsd:attribute name="width" type="xsd:string" />
1219
+ <xsd:attribute name="class" type="xsd:string" />
1220
+ <xsd:anyAttribute processContents="skip"/>
1221
+ </xsd:complexType>
1222
+
1223
+ <xsd:complexType name="docCaptionType" mixed="true">
1224
+ <xsd:group ref="docTitleCmdGroup" minOccurs="0" maxOccurs="unbounded" />
1225
+ <xsd:attribute name="id" type="xsd:string" />
1226
+ </xsd:complexType>
1227
+
1228
+ <xsd:simpleType name="range_1_6">
1229
+ <xsd:restriction base="xsd:integer">
1230
+ <xsd:minInclusive value="1"/>
1231
+ <xsd:maxInclusive value="6"/>
1232
+ </xsd:restriction>
1233
+ </xsd:simpleType>
1234
+
1235
+ <xsd:complexType name="docHeadingType" mixed="true">
1236
+ <xsd:group ref="docTitleCmdGroup" minOccurs="0" maxOccurs="unbounded" />
1237
+ <xsd:attribute name="level" type="range_1_6" />
1238
+ </xsd:complexType>
1239
+
1240
+ <xsd:complexType name="docImageType" mixed="true">
1241
+ <xsd:group ref="docTitleCmdGroup" minOccurs="0" maxOccurs="unbounded" />
1242
+ <xsd:attribute name="type" type="DoxImageKind" use="optional"/>
1243
+ <xsd:attribute name="name" type="xsd:string" use="optional"/>
1244
+ <xsd:attribute name="width" type="xsd:string" use="optional"/>
1245
+ <xsd:attribute name="height" type="xsd:string" use="optional"/>
1246
+ <xsd:attribute name="alt" type="xsd:string" use="optional"/>
1247
+ <xsd:attribute name="inline" type="DoxBool" use="optional"/>
1248
+ <xsd:attribute name="caption" type="xsd:string" use="optional"/>
1249
+ </xsd:complexType>
1250
+
1251
+ <xsd:complexType name="docDotMscType" mixed="true">
1252
+ <xsd:group ref="docTitleCmdGroup" minOccurs="0" maxOccurs="unbounded" />
1253
+ <xsd:attribute name="name" type="xsd:string" use="optional"/>
1254
+ <xsd:attribute name="width" type="xsd:string" use="optional"/>
1255
+ <xsd:attribute name="height" type="xsd:string" use="optional"/>
1256
+ <xsd:attribute name="caption" type="xsd:string" use="optional"/>
1257
+ </xsd:complexType>
1258
+
1259
+ <xsd:complexType name="docImageFileType" mixed="true">
1260
+ <xsd:group ref="docTitleCmdGroup" minOccurs="0" maxOccurs="unbounded" />
1261
+ <xsd:attribute name="name" type="xsd:string" use="optional">
1262
+ <xsd:annotation>
1263
+ <xsd:documentation>The mentioned file will be located in the directory as specified by XML_OUTPUT</xsd:documentation>
1264
+ </xsd:annotation>
1265
+ </xsd:attribute>
1266
+ <xsd:attribute name="width" type="xsd:string" use="optional"/>
1267
+ <xsd:attribute name="height" type="xsd:string" use="optional"/>
1268
+ </xsd:complexType>
1269
+
1270
+ <xsd:complexType name="docPlantumlType" mixed="true">
1271
+ <xsd:group ref="docTitleCmdGroup" minOccurs="0" maxOccurs="unbounded" />
1272
+ <xsd:attribute name="name" type="xsd:string" use="optional"/>
1273
+ <xsd:attribute name="width" type="xsd:string" use="optional"/>
1274
+ <xsd:attribute name="height" type="xsd:string" use="optional"/>
1275
+ <xsd:attribute name="caption" type="xsd:string" use="optional"/>
1276
+ <xsd:attribute name="engine" type="DoxPlantumlEngine" use="optional"/>
1277
+ </xsd:complexType>
1278
+
1279
+ <xsd:complexType name="docTocItemType" mixed="true">
1280
+ <xsd:group ref="docTitleCmdGroup" minOccurs="0" maxOccurs="unbounded" />
1281
+ <xsd:attribute name="id" type="xsd:string" />
1282
+ </xsd:complexType>
1283
+
1284
+ <xsd:complexType name="docTocListType">
1285
+ <xsd:sequence>
1286
+ <xsd:element name="tocitem" type="docTocItemType" minOccurs="0" maxOccurs="unbounded" />
1287
+ </xsd:sequence>
1288
+ </xsd:complexType>
1289
+
1290
+ <xsd:complexType name="docLanguageType">
1291
+ <xsd:sequence>
1292
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
1293
+ </xsd:sequence>
1294
+ <xsd:attribute name="langid" type="xsd:string" />
1295
+ </xsd:complexType>
1296
+
1297
+ <xsd:complexType name="docParamListType">
1298
+ <xsd:sequence>
1299
+ <xsd:element name="parameteritem" type="docParamListItem" minOccurs="0" maxOccurs="unbounded" />
1300
+ </xsd:sequence>
1301
+ <xsd:attribute name="kind" type="DoxParamListKind" />
1302
+ </xsd:complexType>
1303
+
1304
+ <xsd:complexType name="docParamListItem">
1305
+ <xsd:sequence>
1306
+ <xsd:element name="parameternamelist" type="docParamNameList" minOccurs="0" maxOccurs="unbounded" />
1307
+ <xsd:element name="parameterdescription" type="descriptionType" />
1308
+ </xsd:sequence>
1309
+ </xsd:complexType>
1310
+
1311
+ <xsd:complexType name="docParamNameList">
1312
+ <xsd:sequence>
1313
+ <xsd:element name="parametertype" type="docParamType" minOccurs="0" maxOccurs="unbounded" />
1314
+ <xsd:element name="parametername" type="docParamName" minOccurs="0" maxOccurs="unbounded" />
1315
+ </xsd:sequence>
1316
+ </xsd:complexType>
1317
+
1318
+ <xsd:complexType name="docParamType" mixed="true">
1319
+ <xsd:sequence>
1320
+ <xsd:element name="ref" type="refTextType" minOccurs="0" maxOccurs="1" />
1321
+ </xsd:sequence>
1322
+ </xsd:complexType>
1323
+
1324
+ <xsd:complexType name="docParamName" mixed="true">
1325
+ <xsd:sequence>
1326
+ <xsd:element name="ref" type="refTextType" minOccurs="0" maxOccurs="1" />
1327
+ </xsd:sequence>
1328
+ <xsd:attribute name="direction" type="DoxParamDir" use="optional" />
1329
+ </xsd:complexType>
1330
+
1331
+ <xsd:complexType name="docXRefSectType">
1332
+ <xsd:sequence>
1333
+ <xsd:element name="xreftitle" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
1334
+ <xsd:element name="xrefdescription" type="descriptionType" />
1335
+ </xsd:sequence>
1336
+ <xsd:attribute name="id" type="xsd:string" />
1337
+ </xsd:complexType>
1338
+
1339
+ <xsd:complexType name="docCopyType">
1340
+ <xsd:sequence>
1341
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
1342
+ <xsd:element name="sect1" type="docSect1Type" minOccurs="0" maxOccurs="unbounded" />
1343
+ <xsd:element name="internal" type="docInternalType" minOccurs="0" />
1344
+ </xsd:sequence>
1345
+ <xsd:attribute name="link" type="xsd:string" />
1346
+ </xsd:complexType>
1347
+
1348
+ <xsd:complexType name="docDetailsType">
1349
+ <xsd:sequence>
1350
+ <xsd:element name="summary" type="docSummaryType" minOccurs="0" maxOccurs="1" />
1351
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
1352
+ </xsd:sequence>
1353
+ </xsd:complexType>
1354
+
1355
+ <xsd:complexType name="docBlockQuoteType">
1356
+ <xsd:sequence>
1357
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
1358
+ </xsd:sequence>
1359
+ </xsd:complexType>
1360
+
1361
+ <xsd:complexType name="docParBlockType">
1362
+ <xsd:sequence>
1363
+ <xsd:element name="para" type="docParaType" minOccurs="0" maxOccurs="unbounded" />
1364
+ </xsd:sequence>
1365
+ </xsd:complexType>
1366
+
1367
+ <xsd:complexType name="docEmptyType"/>
1368
+
1369
+ <xsd:complexType name="tableofcontentsType">
1370
+ <xsd:sequence>
1371
+ <xsd:choice>
1372
+ <xsd:element name="tocsect" type="tableofcontentsKindType" minOccurs="1" maxOccurs="unbounded" />
1373
+ <xsd:element name="tableofcontents" type="tableofcontentsType" minOccurs="0" maxOccurs="unbounded" />
1374
+ </xsd:choice>
1375
+ </xsd:sequence>
1376
+ </xsd:complexType>
1377
+
1378
+ <xsd:complexType name="tableofcontentsKindType">
1379
+ <xsd:sequence>
1380
+ <xsd:element name="name" type="xsd:string" minOccurs="1" maxOccurs="1"/>
1381
+ <xsd:element name="reference" type="xsd:string" minOccurs="1" maxOccurs="1"/>
1382
+ <xsd:element name="tableofcontents" type="tableofcontentsType" minOccurs="0" maxOccurs="unbounded" />
1383
+ </xsd:sequence>
1384
+ </xsd:complexType>
1385
+
1386
+ <xsd:complexType name="docEmojiType">
1387
+ <xsd:attribute name="name" type="xsd:string"/>
1388
+ <xsd:attribute name="unicode" type="xsd:string"/>
1389
+ </xsd:complexType>
1390
+
1391
+ <!-- Simple types -->
1392
+
1393
+ <xsd:simpleType name="DoxBool">
1394
+ <xsd:restriction base="xsd:string">
1395
+ <xsd:enumeration value="yes" />
1396
+ <xsd:enumeration value="no" />
1397
+ </xsd:restriction>
1398
+ </xsd:simpleType>
1399
+
1400
+ <xsd:simpleType name="DoxGraphRelation">
1401
+ <xsd:restriction base="xsd:string">
1402
+ <xsd:enumeration value="include" />
1403
+ <xsd:enumeration value="usage" />
1404
+ <xsd:enumeration value="template-instance" />
1405
+ <xsd:enumeration value="public-inheritance" />
1406
+ <xsd:enumeration value="protected-inheritance" />
1407
+ <xsd:enumeration value="private-inheritance" />
1408
+ <xsd:enumeration value="type-constraint" />
1409
+ </xsd:restriction>
1410
+ </xsd:simpleType>
1411
+
1412
+ <xsd:simpleType name="DoxRefKind">
1413
+ <xsd:restriction base="xsd:string">
1414
+ <xsd:enumeration value="compound" />
1415
+ <xsd:enumeration value="member" />
1416
+ </xsd:restriction>
1417
+ </xsd:simpleType>
1418
+
1419
+ <xsd:simpleType name="DoxMemberKind">
1420
+ <xsd:restriction base="xsd:string">
1421
+ <xsd:enumeration value="define" />
1422
+ <xsd:enumeration value="property" />
1423
+ <xsd:enumeration value="event" />
1424
+ <xsd:enumeration value="variable" />
1425
+ <xsd:enumeration value="typedef" />
1426
+ <xsd:enumeration value="enum" />
1427
+ <xsd:enumeration value="function" />
1428
+ <xsd:enumeration value="signal" />
1429
+ <xsd:enumeration value="prototype" />
1430
+ <xsd:enumeration value="friend" />
1431
+ <xsd:enumeration value="dcop" />
1432
+ <xsd:enumeration value="slot" />
1433
+ <xsd:enumeration value="interface" />
1434
+ <xsd:enumeration value="service" />
1435
+ </xsd:restriction>
1436
+ </xsd:simpleType>
1437
+
1438
+ <xsd:simpleType name="DoxProtectionKind">
1439
+ <xsd:restriction base="xsd:string">
1440
+ <xsd:enumeration value="public" />
1441
+ <xsd:enumeration value="protected" />
1442
+ <xsd:enumeration value="private" />
1443
+ <xsd:enumeration value="package" />
1444
+ </xsd:restriction>
1445
+ </xsd:simpleType>
1446
+
1447
+ <xsd:simpleType name="DoxRefQualifierKind">
1448
+ <xsd:restriction base="xsd:string">
1449
+ <xsd:enumeration value="lvalue" />
1450
+ <xsd:enumeration value="rvalue" />
1451
+ </xsd:restriction>
1452
+ </xsd:simpleType>
1453
+
1454
+ <xsd:simpleType name="DoxLanguage">
1455
+ <xsd:restriction base="xsd:string">
1456
+ <xsd:enumeration value="Unknown" />
1457
+ <xsd:enumeration value="IDL" />
1458
+ <xsd:enumeration value="Java" />
1459
+ <xsd:enumeration value="C#" />
1460
+ <xsd:enumeration value="D" />
1461
+ <xsd:enumeration value="PHP" />
1462
+ <xsd:enumeration value="Objective-C" />
1463
+ <xsd:enumeration value="C++" />
1464
+ <xsd:enumeration value="JavaScript" />
1465
+ <xsd:enumeration value="Python" />
1466
+ <xsd:enumeration value="Fortran" />
1467
+ <xsd:enumeration value="VHDL" />
1468
+ <xsd:enumeration value="XML" />
1469
+ <xsd:enumeration value="SQL" />
1470
+ <xsd:enumeration value="Markdown" />
1471
+ <xsd:enumeration value="Slice" />
1472
+ <xsd:enumeration value="Lex" />
1473
+ </xsd:restriction>
1474
+ </xsd:simpleType>
1475
+
1476
+ <xsd:simpleType name="DoxVirtualKind">
1477
+ <xsd:restriction base="xsd:string">
1478
+ <xsd:enumeration value="non-virtual" />
1479
+ <xsd:enumeration value="virtual" />
1480
+ <xsd:enumeration value="pure-virtual" />
1481
+ </xsd:restriction>
1482
+ </xsd:simpleType>
1483
+
1484
+ <xsd:simpleType name="DoxCompoundKind">
1485
+ <xsd:restriction base="xsd:string">
1486
+ <xsd:enumeration value="class" />
1487
+ <xsd:enumeration value="struct" />
1488
+ <xsd:enumeration value="union" />
1489
+ <xsd:enumeration value="interface" />
1490
+ <xsd:enumeration value="protocol" />
1491
+ <xsd:enumeration value="category" />
1492
+ <xsd:enumeration value="exception" />
1493
+ <xsd:enumeration value="service" />
1494
+ <xsd:enumeration value="singleton" />
1495
+ <xsd:enumeration value="module" />
1496
+ <xsd:enumeration value="type" />
1497
+ <xsd:enumeration value="file" />
1498
+ <xsd:enumeration value="namespace" />
1499
+ <xsd:enumeration value="group" />
1500
+ <xsd:enumeration value="page" />
1501
+ <xsd:enumeration value="example" />
1502
+ <xsd:enumeration value="dir" />
1503
+ <xsd:enumeration value="concept" />
1504
+ </xsd:restriction>
1505
+ </xsd:simpleType>
1506
+
1507
+ <xsd:simpleType name="DoxSectionKind">
1508
+ <xsd:restriction base="xsd:string">
1509
+ <xsd:enumeration value="user-defined" />
1510
+ <xsd:enumeration value="public-type" />
1511
+ <xsd:enumeration value="public-func" />
1512
+ <xsd:enumeration value="public-attrib" />
1513
+ <xsd:enumeration value="public-slot" />
1514
+ <xsd:enumeration value="signal" />
1515
+ <xsd:enumeration value="dcop-func" />
1516
+ <xsd:enumeration value="property" />
1517
+ <xsd:enumeration value="event" />
1518
+ <xsd:enumeration value="public-static-func" />
1519
+ <xsd:enumeration value="public-static-attrib" />
1520
+ <xsd:enumeration value="protected-type" />
1521
+ <xsd:enumeration value="protected-func" />
1522
+ <xsd:enumeration value="protected-attrib" />
1523
+ <xsd:enumeration value="protected-slot" />
1524
+ <xsd:enumeration value="protected-static-func" />
1525
+ <xsd:enumeration value="protected-static-attrib" />
1526
+ <xsd:enumeration value="package-type" />
1527
+ <xsd:enumeration value="package-func" />
1528
+ <xsd:enumeration value="package-attrib" />
1529
+ <xsd:enumeration value="package-static-func" />
1530
+ <xsd:enumeration value="package-static-attrib" />
1531
+ <xsd:enumeration value="private-type" />
1532
+ <xsd:enumeration value="private-func" />
1533
+ <xsd:enumeration value="private-attrib" />
1534
+ <xsd:enumeration value="private-slot" />
1535
+ <xsd:enumeration value="private-static-func" />
1536
+ <xsd:enumeration value="private-static-attrib" />
1537
+ <xsd:enumeration value="friend" />
1538
+ <xsd:enumeration value="related" />
1539
+ <xsd:enumeration value="define" />
1540
+ <xsd:enumeration value="prototype" />
1541
+ <xsd:enumeration value="typedef" />
1542
+ <xsd:enumeration value="enum" />
1543
+ <xsd:enumeration value="func" />
1544
+ <xsd:enumeration value="var" />
1545
+ </xsd:restriction>
1546
+ </xsd:simpleType>
1547
+
1548
+ <xsd:simpleType name="DoxHighlightClass">
1549
+ <xsd:restriction base="xsd:string">
1550
+ <xsd:enumeration value="comment" />
1551
+ <xsd:enumeration value="normal" />
1552
+ <xsd:enumeration value="preprocessor" />
1553
+ <xsd:enumeration value="keyword" />
1554
+ <xsd:enumeration value="keywordtype" />
1555
+ <xsd:enumeration value="keywordflow" />
1556
+ <xsd:enumeration value="stringliteral" />
1557
+ <xsd:enumeration value="xmlcdata" />
1558
+ <xsd:enumeration value="charliteral" />
1559
+ <xsd:enumeration value="vhdlkeyword" />
1560
+ <xsd:enumeration value="vhdllogic" />
1561
+ <xsd:enumeration value="vhdlchar" />
1562
+ <xsd:enumeration value="vhdldigit" />
1563
+ </xsd:restriction>
1564
+ </xsd:simpleType>
1565
+
1566
+ <xsd:simpleType name="DoxSimpleSectKind">
1567
+ <xsd:restriction base="xsd:string">
1568
+ <xsd:enumeration value="see" />
1569
+ <xsd:enumeration value="return" />
1570
+ <xsd:enumeration value="author" />
1571
+ <xsd:enumeration value="authors" />
1572
+ <xsd:enumeration value="version" />
1573
+ <xsd:enumeration value="since" />
1574
+ <xsd:enumeration value="date" />
1575
+ <xsd:enumeration value="note" />
1576
+ <xsd:enumeration value="warning" />
1577
+ <xsd:enumeration value="pre" />
1578
+ <xsd:enumeration value="post" />
1579
+ <xsd:enumeration value="copyright" />
1580
+ <xsd:enumeration value="invariant" />
1581
+ <xsd:enumeration value="remark" />
1582
+ <xsd:enumeration value="attention" />
1583
+ <xsd:enumeration value="important" />
1584
+ <xsd:enumeration value="par" />
1585
+ <xsd:enumeration value="rcs" />
1586
+ </xsd:restriction>
1587
+ </xsd:simpleType>
1588
+
1589
+ <xsd:simpleType name="DoxCheck">
1590
+ <xsd:restriction base="xsd:string">
1591
+ <xsd:enumeration value="checked" />
1592
+ <xsd:enumeration value="unchecked" />
1593
+ </xsd:restriction>
1594
+ </xsd:simpleType>
1595
+
1596
+ <xsd:simpleType name="DoxVersionNumber">
1597
+ <xsd:restriction base="xsd:string">
1598
+ <xsd:pattern value="\d+\.\d+.*" />
1599
+ </xsd:restriction>
1600
+ </xsd:simpleType>
1601
+
1602
+ <xsd:simpleType name="DoxImageKind">
1603
+ <xsd:restriction base="xsd:string">
1604
+ <xsd:enumeration value="html" />
1605
+ <xsd:enumeration value="latex" />
1606
+ <xsd:enumeration value="docbook" />
1607
+ <xsd:enumeration value="rtf" />
1608
+ <xsd:enumeration value="xml" />
1609
+ </xsd:restriction>
1610
+ </xsd:simpleType>
1611
+
1612
+ <xsd:simpleType name="DoxPlantumlEngine">
1613
+ <xsd:restriction base="xsd:string">
1614
+ <xsd:enumeration value="uml"/>
1615
+ <xsd:enumeration value="bpm"/>
1616
+ <xsd:enumeration value="wire"/>
1617
+ <xsd:enumeration value="dot"/>
1618
+ <xsd:enumeration value="ditaa"/>
1619
+ <xsd:enumeration value="salt"/>
1620
+ <xsd:enumeration value="math"/>
1621
+ <xsd:enumeration value="latex"/>
1622
+ <xsd:enumeration value="gantt"/>
1623
+ <xsd:enumeration value="mindmap"/>
1624
+ <xsd:enumeration value="wbs"/>
1625
+ <xsd:enumeration value="yaml"/>
1626
+ <xsd:enumeration value="creole"/>
1627
+ <xsd:enumeration value="json"/>
1628
+ <xsd:enumeration value="flow"/>
1629
+ <xsd:enumeration value="board"/>
1630
+ <xsd:enumeration value="git"/>
1631
+ <xsd:enumeration value="hcl"/>
1632
+ <xsd:enumeration value="regex"/>
1633
+ <xsd:enumeration value="ebnf"/>
1634
+ <xsd:enumeration value="files"/>
1635
+ </xsd:restriction>
1636
+ </xsd:simpleType>
1637
+
1638
+ <xsd:simpleType name="DoxParamListKind">
1639
+ <xsd:restriction base="xsd:string">
1640
+ <xsd:enumeration value="param" />
1641
+ <xsd:enumeration value="retval" />
1642
+ <xsd:enumeration value="exception" />
1643
+ <xsd:enumeration value="templateparam" />
1644
+ </xsd:restriction>
1645
+ </xsd:simpleType>
1646
+
1647
+ <xsd:simpleType name="DoxCharRange">
1648
+ <xsd:restriction base="xsd:string">
1649
+ <xsd:pattern value="[aeiouncAEIOUNC]" />
1650
+ </xsd:restriction>
1651
+ </xsd:simpleType>
1652
+
1653
+ <xsd:simpleType name="DoxParamDir">
1654
+ <xsd:restriction base="xsd:string">
1655
+ <xsd:enumeration value="in"/>
1656
+ <xsd:enumeration value="out"/>
1657
+ <xsd:enumeration value="inout"/>
1658
+ </xsd:restriction>
1659
+ </xsd:simpleType>
1660
+
1661
+ <xsd:simpleType name="DoxAccessor">
1662
+ <xsd:restriction base="xsd:string">
1663
+ <xsd:enumeration value="retain"/>
1664
+ <xsd:enumeration value="copy"/>
1665
+ <xsd:enumeration value="assign"/>
1666
+ <xsd:enumeration value="weak"/>
1667
+ <xsd:enumeration value="strong"/>
1668
+ <xsd:enumeration value="unretained"/>
1669
+ </xsd:restriction>
1670
+ </xsd:simpleType>
1671
+
1672
+ <xsd:simpleType name="DoxAlign">
1673
+ <xsd:restriction base="xsd:string">
1674
+ <xsd:enumeration value="left"/>
1675
+ <xsd:enumeration value="right"/>
1676
+ <xsd:enumeration value="center"/>
1677
+ </xsd:restriction>
1678
+ </xsd:simpleType>
1679
+
1680
+ <xsd:simpleType name="DoxVerticalAlign">
1681
+ <xsd:restriction base="xsd:string">
1682
+ <xsd:enumeration value="bottom"/>
1683
+ <xsd:enumeration value="top"/>
1684
+ <xsd:enumeration value="middle"/>
1685
+ </xsd:restriction>
1686
+ </xsd:simpleType>
1687
+
1688
+ <xsd:simpleType name="DoxOlType">
1689
+ <xsd:restriction base="xsd:string">
1690
+ <xsd:enumeration value="1" />
1691
+ <xsd:enumeration value="a" />
1692
+ <xsd:enumeration value="A" />
1693
+ <xsd:enumeration value="i" />
1694
+ <xsd:enumeration value="I" />
1695
+ </xsd:restriction>
1696
+ </xsd:simpleType>
1697
+
1698
+ </xsd:schema>
1699
+