@alloy-js/csharp 0.21.0-dev.9 → 0.21.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 (817) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/scripts/components/library-interface.d.ts +9 -0
  3. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  4. package/dist/scripts/components/library-interface.js +43 -0
  5. package/dist/scripts/components/library-interface.js.map +1 -0
  6. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  7. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  8. package/dist/scripts/components/namespace-directory.js +96 -0
  9. package/dist/scripts/components/namespace-directory.js.map +1 -0
  10. package/dist/scripts/generate-builtins.d.ts +11 -0
  11. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  12. package/dist/scripts/generate-builtins.js +37 -0
  13. package/dist/scripts/generate-builtins.js.map +1 -0
  14. package/dist/scripts/process-docfx.d.ts +3 -0
  15. package/dist/scripts/process-docfx.d.ts.map +1 -0
  16. package/dist/scripts/process-docfx.js +300 -0
  17. package/dist/scripts/process-docfx.js.map +1 -0
  18. package/dist/src/access.d.ts +13 -0
  19. package/dist/src/access.d.ts.map +1 -0
  20. package/dist/src/access.js +65 -0
  21. package/dist/src/access.js.map +1 -0
  22. package/dist/src/access.test.d.ts +2 -0
  23. package/dist/src/access.test.d.ts.map +1 -0
  24. package/dist/src/access.test.js +43 -0
  25. package/dist/src/access.test.js.map +1 -0
  26. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  27. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  28. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  29. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  30. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  31. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  32. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  33. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  34. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  35. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  36. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  37. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  38. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  39. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  40. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  41. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  42. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +82 -0
  43. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  44. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  45. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  46. package/dist/src/builtins/Microsoft/Win32/index.d.ts +79 -0
  47. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  48. package/dist/src/builtins/Microsoft/Win32/index.js +362 -0
  49. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  50. package/dist/src/builtins/Microsoft/index.d.ts +8 -0
  51. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  52. package/dist/src/builtins/Microsoft/index.js +7 -0
  53. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  54. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  55. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  56. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  57. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  58. package/dist/src/builtins/System/Buffers/Text/index.d.ts +37 -0
  59. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  60. package/dist/src/builtins/System/Buffers/Text/index.js +144 -0
  61. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  62. package/dist/src/builtins/System/Buffers/index.d.ts +142 -0
  63. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  64. package/dist/src/builtins/System/Buffers/index.js +605 -0
  65. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  66. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  67. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  68. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  69. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  70. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  71. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  72. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  73. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  74. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  75. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  76. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  77. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  78. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  79. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  80. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  81. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  82. package/dist/src/builtins/System/Collections/Generic/index.d.ts +275 -0
  83. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  84. package/dist/src/builtins/System/Collections/Generic/index.js +978 -0
  85. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  86. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  87. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  88. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  89. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  90. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +97 -0
  91. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  92. package/dist/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  93. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  94. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  95. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  96. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  97. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  98. package/dist/src/builtins/System/Collections/index.d.ts +293 -0
  99. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  100. package/dist/src/builtins/System/Collections/index.js +1355 -0
  101. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  102. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  103. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  104. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  105. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  106. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  107. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  108. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  109. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  110. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  111. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  112. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  113. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  114. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  115. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  116. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  117. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  118. package/dist/src/builtins/System/ComponentModel/index.d.ts +1431 -0
  119. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  120. package/dist/src/builtins/System/ComponentModel/index.js +6649 -0
  121. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  122. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  123. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  124. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  125. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  126. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  127. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  128. package/dist/src/builtins/System/Configuration/index.js +5 -0
  129. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  130. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  131. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  132. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  133. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  134. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  135. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  136. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  137. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  138. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  139. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  140. package/dist/src/builtins/System/Data/index.js +4504 -0
  141. package/dist/src/builtins/System/Data/index.js.map +1 -0
  142. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  143. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  144. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  145. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  146. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  147. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  148. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  149. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  150. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  151. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  152. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  153. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  154. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  155. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  156. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  157. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  158. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  159. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  160. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  161. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  162. package/dist/src/builtins/System/Diagnostics/index.d.ts +800 -0
  163. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  164. package/dist/src/builtins/System/Diagnostics/index.js +3826 -0
  165. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  166. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  167. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  168. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  169. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  170. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  171. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  172. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  173. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  174. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  175. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  176. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  177. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  178. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  179. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  180. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  181. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  182. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  183. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  184. package/dist/src/builtins/System/Formats/index.js +6 -0
  185. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  186. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  187. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  188. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  189. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  190. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  191. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  192. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  193. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  194. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  195. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  196. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  197. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  198. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  199. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  200. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  201. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  202. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  203. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  204. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  205. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  206. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  207. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  208. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  209. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  210. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  211. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  212. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  213. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  214. package/dist/src/builtins/System/IO/index.d.ts +762 -0
  215. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  216. package/dist/src/builtins/System/IO/index.js +3713 -0
  217. package/dist/src/builtins/System/IO/index.js.map +1 -0
  218. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  219. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  220. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  221. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  222. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  223. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  224. package/dist/src/builtins/System/Linq/index.js +275 -0
  225. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  226. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  227. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  228. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  229. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  230. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  231. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  232. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  233. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  234. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  235. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  236. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  237. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  238. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  239. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  240. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  241. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  242. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  243. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  244. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  245. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  246. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  247. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  248. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  249. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  250. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  251. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  252. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  253. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  254. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  255. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  256. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  257. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  258. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  259. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  260. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  261. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  262. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  263. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  264. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  265. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  266. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  267. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  268. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  269. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  270. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  271. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  272. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  273. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  274. package/dist/src/builtins/System/Net/index.d.ts +1066 -0
  275. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  276. package/dist/src/builtins/System/Net/index.js +5481 -0
  277. package/dist/src/builtins/System/Net/index.js.map +1 -0
  278. package/dist/src/builtins/System/Numerics/index.d.ts +673 -0
  279. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  280. package/dist/src/builtins/System/Numerics/index.js +3425 -0
  281. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  282. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  283. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  284. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  285. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  286. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  287. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  288. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  289. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  290. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  291. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  292. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  293. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  294. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  295. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  296. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  297. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  298. package/dist/src/builtins/System/Reflection/index.d.ts +1038 -0
  299. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  300. package/dist/src/builtins/System/Reflection/index.js +5244 -0
  301. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  302. package/dist/src/builtins/System/Resources/index.d.ts +70 -0
  303. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  304. package/dist/src/builtins/System/Resources/index.js +289 -0
  305. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  306. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +486 -0
  307. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  308. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  309. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  310. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  311. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  312. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  313. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  314. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  315. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  316. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  317. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  318. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  319. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  320. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  321. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  322. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  323. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  324. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  325. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  326. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +259 -0
  327. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  328. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  329. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  330. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  331. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  332. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  333. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  334. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  335. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  336. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  337. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  338. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +781 -0
  339. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  340. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  341. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  342. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  343. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  344. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  345. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  346. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  347. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  348. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  349. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  350. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  351. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  352. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  353. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  354. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  355. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  356. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  357. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  358. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  359. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  360. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  361. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  362. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  363. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  364. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  365. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  366. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  367. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  368. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  369. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  370. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  371. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  372. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  373. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  374. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  375. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  376. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  377. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  378. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  379. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  380. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  381. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  382. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +374 -0
  383. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  384. package/dist/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  385. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  386. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  387. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  388. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  389. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  390. package/dist/src/builtins/System/Runtime/index.d.ts +67 -0
  391. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  392. package/dist/src/builtins/System/Runtime/index.js +245 -0
  393. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  394. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  395. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  396. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  397. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  398. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  399. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  400. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  401. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  402. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  403. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  404. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  405. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  406. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  407. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  408. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  409. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  410. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  411. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  412. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  413. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  414. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1378 -0
  415. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  416. package/dist/src/builtins/System/Security/Cryptography/index.js +6673 -0
  417. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  418. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  419. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  420. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  421. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  422. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  423. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  424. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  425. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  426. package/dist/src/builtins/System/Security/Principal/index.d.ts +252 -0
  427. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  428. package/dist/src/builtins/System/Security/Principal/index.js +1338 -0
  429. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  430. package/dist/src/builtins/System/Security/index.d.ts +164 -0
  431. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  432. package/dist/src/builtins/System/Security/index.js +672 -0
  433. package/dist/src/builtins/System/Security/index.js.map +1 -0
  434. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  435. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  436. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  437. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  438. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  439. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  440. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  441. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  442. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  443. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  444. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  445. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  446. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  447. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  448. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  449. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  450. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  451. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  452. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  453. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  454. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  455. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  456. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  457. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  458. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  459. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  460. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  461. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  462. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  463. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  464. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  465. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  466. package/dist/src/builtins/System/Text/Unicode/index.d.ts +182 -0
  467. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  468. package/dist/src/builtins/System/Text/Unicode/index.js +1199 -0
  469. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  470. package/dist/src/builtins/System/Text/index.d.ts +372 -0
  471. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  472. package/dist/src/builtins/System/Text/index.js +1748 -0
  473. package/dist/src/builtins/System/Text/index.js.map +1 -0
  474. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  475. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  476. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  477. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  478. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  479. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  480. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  481. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  482. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  483. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  484. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  485. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  486. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +163 -0
  487. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  488. package/dist/src/builtins/System/Threading/Tasks/index.js +721 -0
  489. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  490. package/dist/src/builtins/System/Threading/index.d.ts +533 -0
  491. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  492. package/dist/src/builtins/System/Threading/index.js +2292 -0
  493. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  494. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  495. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  496. package/dist/src/builtins/System/Timers/index.js +129 -0
  497. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  498. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  499. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  500. package/dist/src/builtins/System/Transactions/index.js +727 -0
  501. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  502. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  503. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  504. package/dist/src/builtins/System/Web/index.js +84 -0
  505. package/dist/src/builtins/System/Web/index.js.map +1 -0
  506. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  507. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  508. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  509. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  510. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  511. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  512. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  513. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  514. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  515. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  516. package/dist/src/builtins/System/Windows/index.js +6 -0
  517. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  518. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  519. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  520. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  521. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  522. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  523. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  524. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  525. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  526. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  527. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  528. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  529. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  530. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  531. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  532. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  533. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  534. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  535. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  536. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  537. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  538. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  539. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  540. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  541. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  542. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  543. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  544. package/dist/src/builtins/System/Xml/index.js +5736 -0
  545. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  546. package/dist/src/builtins/System/index.d.ts +3029 -0
  547. package/dist/src/builtins/System/index.d.ts.map +1 -0
  548. package/dist/src/builtins/System/index.js +14587 -0
  549. package/dist/src/builtins/System/index.js.map +1 -0
  550. package/dist/src/builtins/index.d.ts +3 -0
  551. package/dist/src/builtins/index.d.ts.map +1 -0
  552. package/dist/src/builtins/index.js +3 -0
  553. package/dist/src/builtins/index.js.map +1 -0
  554. package/dist/src/components/access-expression/access-expression.d.ts +8 -3
  555. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  556. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  557. package/dist/src/components/access-expression/part-descriptors.d.ts +8 -0
  558. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  559. package/dist/src/components/access-expression/part-descriptors.js +22 -2
  560. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  561. package/dist/src/components/attributes/attributes.d.ts +2 -6
  562. package/dist/src/components/attributes/attributes.d.ts.map +1 -1
  563. package/dist/src/components/attributes/attributes.js +15 -1
  564. package/dist/src/components/attributes/attributes.js.map +1 -1
  565. package/dist/src/components/attributes/attributes.test.js +54 -1
  566. package/dist/src/components/attributes/attributes.test.js.map +1 -1
  567. package/dist/src/components/csproj-file/csproj-file.d.ts +15 -0
  568. package/dist/src/components/csproj-file/csproj-file.d.ts.map +1 -0
  569. package/dist/src/components/csproj-file/csproj-file.js +24 -0
  570. package/dist/src/components/csproj-file/csproj-file.js.map +1 -0
  571. package/dist/src/components/csproj-file/csproj-file.test.d.ts +2 -0
  572. package/dist/src/components/csproj-file/csproj-file.test.d.ts.map +1 -0
  573. package/dist/src/components/csproj-file/csproj-file.test.js +46 -0
  574. package/dist/src/components/csproj-file/csproj-file.test.js.map +1 -0
  575. package/dist/src/components/index.d.ts +2 -1
  576. package/dist/src/components/index.d.ts.map +1 -1
  577. package/dist/src/components/index.js +2 -1
  578. package/dist/src/components/index.js.map +1 -1
  579. package/dist/src/components/parameters/parameters.d.ts +35 -0
  580. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  581. package/dist/src/components/parameters/parameters.js +14 -1
  582. package/dist/src/components/parameters/parameters.js.map +1 -1
  583. package/dist/src/components/parameters/parameters.test.js +67 -0
  584. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  585. package/dist/src/components/region/region.d.ts +7 -0
  586. package/dist/src/components/region/region.d.ts.map +1 -0
  587. package/dist/src/components/region/region.js +10 -0
  588. package/dist/src/components/region/region.js.map +1 -0
  589. package/dist/src/components/region/region.test.d.ts +2 -0
  590. package/dist/src/components/region/region.test.d.ts.map +1 -0
  591. package/dist/src/components/region/region.test.js +27 -0
  592. package/dist/src/components/region/region.test.js.map +1 -0
  593. package/dist/src/components/stc/index.d.ts +0 -1
  594. package/dist/src/components/stc/index.d.ts.map +1 -1
  595. package/dist/src/components/stc/index.js +0 -1
  596. package/dist/src/components/stc/index.js.map +1 -1
  597. package/dist/src/components/var/declaration.d.ts +6 -2
  598. package/dist/src/components/var/declaration.d.ts.map +1 -1
  599. package/dist/src/components/var/declaration.js +17 -3
  600. package/dist/src/components/var/declaration.js.map +1 -1
  601. package/dist/src/components/var/declaration.test.js +19 -2
  602. package/dist/src/components/var/declaration.test.js.map +1 -1
  603. package/dist/src/contexts/global-namespace.d.ts +1 -0
  604. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  605. package/dist/src/contexts/global-namespace.js +6 -1
  606. package/dist/src/contexts/global-namespace.js.map +1 -1
  607. package/dist/src/contexts/reference-context.d.ts +12 -0
  608. package/dist/src/contexts/reference-context.d.ts.map +1 -0
  609. package/dist/src/contexts/reference-context.js +15 -0
  610. package/dist/src/contexts/reference-context.js.map +1 -0
  611. package/dist/src/create-library.d.ts +62 -0
  612. package/dist/src/create-library.d.ts.map +1 -0
  613. package/dist/src/create-library.js +136 -0
  614. package/dist/src/create-library.js.map +1 -0
  615. package/dist/src/create-library.test.d.ts +2 -0
  616. package/dist/src/create-library.test.d.ts.map +1 -0
  617. package/dist/src/create-library.test.js +237 -0
  618. package/dist/src/create-library.test.js.map +1 -0
  619. package/dist/src/index.d.ts +2 -0
  620. package/dist/src/index.d.ts.map +1 -1
  621. package/dist/src/index.js +2 -0
  622. package/dist/src/index.js.map +1 -1
  623. package/dist/src/symbols/named-type.d.ts +3 -3
  624. package/dist/src/symbols/named-type.d.ts.map +1 -1
  625. package/dist/src/symbols/named-type.js.map +1 -1
  626. package/dist/src/symbols/reference.d.ts.map +1 -1
  627. package/dist/src/symbols/reference.js +7 -4
  628. package/dist/src/symbols/reference.js.map +1 -1
  629. package/dist/testing/create-wrapper.d.ts +3 -0
  630. package/dist/testing/create-wrapper.d.ts.map +1 -0
  631. package/dist/testing/create-wrapper.js +12 -0
  632. package/dist/testing/create-wrapper.js.map +1 -0
  633. package/dist/testing/create-wrapper.test.d.ts +2 -0
  634. package/dist/testing/create-wrapper.test.d.ts.map +1 -0
  635. package/dist/testing/create-wrapper.test.js +212 -0
  636. package/dist/testing/create-wrapper.test.js.map +1 -0
  637. package/dist/testing/index.d.ts +2 -0
  638. package/dist/testing/index.d.ts.map +1 -0
  639. package/dist/testing/index.js +2 -0
  640. package/dist/testing/index.js.map +1 -0
  641. package/dist/tsconfig.tsbuildinfo +1 -1
  642. package/package.json +22 -6
  643. package/scripts/components/library-interface.tsx +41 -0
  644. package/scripts/components/namespace-directory.tsx +104 -0
  645. package/scripts/generate-builtins.tsx +36 -0
  646. package/scripts/process-docfx.tsx +321 -0
  647. package/src/access.test.tsx +49 -0
  648. package/src/access.tsx +70 -0
  649. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  650. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  651. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  652. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  653. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +400 -0
  654. package/src/builtins/Microsoft/Win32/index.ts +437 -0
  655. package/src/builtins/Microsoft/index.ts +10 -0
  656. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  657. package/src/builtins/System/Buffers/Text/index.ts +178 -0
  658. package/src/builtins/System/Buffers/index.ts +744 -0
  659. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  660. package/src/builtins/System/CodeDom/index.ts +8 -0
  661. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  662. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  663. package/src/builtins/System/Collections/Generic/index.ts +1253 -0
  664. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  665. package/src/builtins/System/Collections/ObjectModel/index.ts +489 -0
  666. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  667. package/src/builtins/System/Collections/index.ts +1639 -0
  668. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  669. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  670. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  671. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  672. package/src/builtins/System/ComponentModel/index.ts +8079 -0
  673. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  674. package/src/builtins/System/Configuration/index.ts +8 -0
  675. package/src/builtins/System/Data/Common/index.ts +3888 -0
  676. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  677. package/src/builtins/System/Data/index.ts +5476 -0
  678. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  679. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  680. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  681. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  682. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  683. package/src/builtins/System/Diagnostics/index.ts +4618 -0
  684. package/src/builtins/System/Drawing/index.ts +3861 -0
  685. package/src/builtins/System/Dynamic/index.ts +963 -0
  686. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  687. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  688. package/src/builtins/System/Formats/index.ts +9 -0
  689. package/src/builtins/System/Globalization/index.ts +4583 -0
  690. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  691. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  692. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  693. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  694. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  695. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  696. package/src/builtins/System/IO/index.ts +4466 -0
  697. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  698. package/src/builtins/System/Linq/index.ts +352 -0
  699. package/src/builtins/System/Net/Cache/index.ts +263 -0
  700. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  701. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  702. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  703. package/src/builtins/System/Net/Http/index.ts +1757 -0
  704. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  705. package/src/builtins/System/Net/Mime/index.ts +598 -0
  706. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  707. package/src/builtins/System/Net/Quic/index.ts +762 -0
  708. package/src/builtins/System/Net/Security/index.ts +1709 -0
  709. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  710. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  711. package/src/builtins/System/Net/index.ts +6535 -0
  712. package/src/builtins/System/Numerics/index.ts +4126 -0
  713. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  714. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  715. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  716. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  717. package/src/builtins/System/Reflection/index.ts +6276 -0
  718. package/src/builtins/System/Resources/index.ts +357 -0
  719. package/src/builtins/System/Runtime/CompilerServices/index.ts +2406 -0
  720. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  721. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  722. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  723. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  724. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +1271 -0
  725. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  726. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  727. package/src/builtins/System/Runtime/InteropServices/index.ts +4405 -0
  728. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  729. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  730. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  731. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  732. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  733. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  734. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  735. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  736. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  737. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  738. package/src/builtins/System/Runtime/Serialization/index.ts +1981 -0
  739. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  740. package/src/builtins/System/Runtime/index.ts +300 -0
  741. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  742. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  743. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  744. package/src/builtins/System/Security/Claims/index.ts +994 -0
  745. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  746. package/src/builtins/System/Security/Cryptography/index.ts +8047 -0
  747. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  748. package/src/builtins/System/Security/Policy/index.ts +127 -0
  749. package/src/builtins/System/Security/Principal/index.ts +1588 -0
  750. package/src/builtins/System/Security/index.ts +826 -0
  751. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  752. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  753. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  754. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  755. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  756. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  757. package/src/builtins/System/Text/Json/index.ts +1430 -0
  758. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  759. package/src/builtins/System/Text/Unicode/index.ts +1379 -0
  760. package/src/builtins/System/Text/index.ts +2113 -0
  761. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  762. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  763. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  764. package/src/builtins/System/Threading/Tasks/index.ts +879 -0
  765. package/src/builtins/System/Threading/index.ts +2824 -0
  766. package/src/builtins/System/Timers/index.ts +161 -0
  767. package/src/builtins/System/Transactions/index.ts +908 -0
  768. package/src/builtins/System/Web/index.ts +105 -0
  769. package/src/builtins/System/Windows/Input/index.ts +25 -0
  770. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  771. package/src/builtins/System/Windows/index.ts +9 -0
  772. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  773. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  774. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  775. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  776. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  777. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  778. package/src/builtins/System/Xml/index.ts +6841 -0
  779. package/src/builtins/System/index.ts +17593 -0
  780. package/src/builtins/index.ts +2 -0
  781. package/src/components/access-expression/access-expression.tsx +8 -2
  782. package/src/components/access-expression/part-descriptors.ts +26 -2
  783. package/src/components/attributes/attributes.test.tsx +43 -2
  784. package/src/components/attributes/attributes.tsx +14 -7
  785. package/src/components/csproj-file/csproj-file.test.tsx +38 -0
  786. package/src/components/csproj-file/csproj-file.tsx +32 -0
  787. package/src/components/index.ts +2 -1
  788. package/src/components/parameters/parameters.test.tsx +70 -0
  789. package/src/components/parameters/parameters.tsx +55 -0
  790. package/src/components/region/region.test.tsx +19 -0
  791. package/src/components/region/region.tsx +16 -0
  792. package/src/components/stc/index.ts +0 -1
  793. package/src/components/var/declaration.test.tsx +15 -1
  794. package/src/components/var/declaration.tsx +20 -4
  795. package/src/contexts/global-namespace.ts +8 -1
  796. package/src/contexts/reference-context.ts +18 -0
  797. package/src/create-library.test.tsx +213 -0
  798. package/src/create-library.ts +306 -0
  799. package/src/index.ts +2 -0
  800. package/src/symbols/named-type.ts +3 -3
  801. package/src/symbols/reference.tsx +19 -4
  802. package/temp/api.json +4021 -1922
  803. package/testing/create-wrapper.test.tsx +145 -0
  804. package/testing/create-wrapper.tsx +12 -0
  805. package/testing/index.ts +1 -0
  806. package/tsconfig.json +13 -2
  807. package/tsdoc.json +4 -0
  808. package/dist/src/components/ProjectDirectory.d.ts +0 -12
  809. package/dist/src/components/ProjectDirectory.d.ts.map +0 -1
  810. package/dist/src/components/ProjectDirectory.js +0 -47
  811. package/dist/src/components/ProjectDirectory.js.map +0 -1
  812. package/dist/test/project-directory.test.d.ts +0 -2
  813. package/dist/test/project-directory.test.d.ts.map +0 -1
  814. package/dist/test/project-directory.test.js +0 -133
  815. package/dist/test/project-directory.test.js.map +0 -1
  816. package/src/components/ProjectDirectory.tsx +0 -56
  817. package/test/project-directory.test.tsx +0 -121
@@ -0,0 +1,3621 @@
1
+ import Collections from "../../Collections/index.js";
2
+ import System from "../../index.js";
3
+ import Xml from "../index.js";
4
+ import Serialization from "../Serialization/index.js";
5
+
6
+ import { createLibrary } from "#createLibrary";
7
+ import { LibrarySymbolReference } from "@alloy-js/core";
8
+
9
+ type SchemaLibrary = LibrarySymbolReference & {
10
+ Extensions: LibrarySymbolReference & {
11
+ GetSchemaInfo: LibrarySymbolReference;
12
+ Validate: LibrarySymbolReference
13
+ };
14
+ IXmlSchemaInfo: LibrarySymbolReference & {
15
+ IsDefault: LibrarySymbolReference;
16
+ IsNil: LibrarySymbolReference;
17
+ MemberType: LibrarySymbolReference;
18
+ SchemaAttribute: LibrarySymbolReference;
19
+ SchemaElement: LibrarySymbolReference;
20
+ SchemaType: LibrarySymbolReference;
21
+ Validity: LibrarySymbolReference
22
+ };
23
+ ValidationEventArgs: LibrarySymbolReference & {
24
+ Exception: LibrarySymbolReference;
25
+ Message: LibrarySymbolReference;
26
+ Severity: LibrarySymbolReference
27
+ };
28
+ ValidationEventHandler: LibrarySymbolReference & {
29
+ ValidationEventHandler: LibrarySymbolReference;
30
+ Invoke: LibrarySymbolReference;
31
+ BeginInvoke: LibrarySymbolReference;
32
+ EndInvoke: LibrarySymbolReference
33
+ };
34
+ XmlAtomicValue: LibrarySymbolReference & {
35
+ Clone: LibrarySymbolReference;
36
+ ToString: LibrarySymbolReference;
37
+ ValueAs: LibrarySymbolReference;
38
+ IsNode: LibrarySymbolReference;
39
+ TypedValue: LibrarySymbolReference;
40
+ Value: LibrarySymbolReference;
41
+ ValueAsBoolean: LibrarySymbolReference;
42
+ ValueAsDateTime: LibrarySymbolReference;
43
+ ValueAsDouble: LibrarySymbolReference;
44
+ ValueAsInt: LibrarySymbolReference;
45
+ ValueAsLong: LibrarySymbolReference;
46
+ ValueType: LibrarySymbolReference;
47
+ XmlType: LibrarySymbolReference
48
+ };
49
+ XmlSchema: LibrarySymbolReference & {
50
+ InstanceNamespace: LibrarySymbolReference;
51
+ Namespace: LibrarySymbolReference;
52
+ XmlSchema: LibrarySymbolReference;
53
+ Compile: LibrarySymbolReference;
54
+ Read: LibrarySymbolReference;
55
+ Write: LibrarySymbolReference;
56
+ AttributeFormDefault: LibrarySymbolReference;
57
+ AttributeGroups: LibrarySymbolReference;
58
+ Attributes: LibrarySymbolReference;
59
+ BlockDefault: LibrarySymbolReference;
60
+ ElementFormDefault: LibrarySymbolReference;
61
+ Elements: LibrarySymbolReference;
62
+ FinalDefault: LibrarySymbolReference;
63
+ Groups: LibrarySymbolReference;
64
+ Id: LibrarySymbolReference;
65
+ Includes: LibrarySymbolReference;
66
+ IsCompiled: LibrarySymbolReference;
67
+ Items: LibrarySymbolReference;
68
+ Notations: LibrarySymbolReference;
69
+ SchemaTypes: LibrarySymbolReference;
70
+ TargetNamespace: LibrarySymbolReference;
71
+ UnhandledAttributes: LibrarySymbolReference;
72
+ Version: LibrarySymbolReference
73
+ };
74
+ XmlSchemaAll: LibrarySymbolReference & {
75
+ XmlSchemaAll: LibrarySymbolReference;
76
+ Items: LibrarySymbolReference
77
+ };
78
+ XmlSchemaAnnotated: LibrarySymbolReference & {
79
+ XmlSchemaAnnotated: LibrarySymbolReference;
80
+ Annotation: LibrarySymbolReference;
81
+ Id: LibrarySymbolReference;
82
+ UnhandledAttributes: LibrarySymbolReference
83
+ };
84
+ XmlSchemaAnnotation: LibrarySymbolReference & {
85
+ XmlSchemaAnnotation: LibrarySymbolReference;
86
+ Id: LibrarySymbolReference;
87
+ Items: LibrarySymbolReference;
88
+ UnhandledAttributes: LibrarySymbolReference
89
+ };
90
+ XmlSchemaAny: LibrarySymbolReference & {
91
+ XmlSchemaAny: LibrarySymbolReference;
92
+ Namespace: LibrarySymbolReference;
93
+ ProcessContents: LibrarySymbolReference
94
+ };
95
+ XmlSchemaAnyAttribute: LibrarySymbolReference & {
96
+ XmlSchemaAnyAttribute: LibrarySymbolReference;
97
+ Namespace: LibrarySymbolReference;
98
+ ProcessContents: LibrarySymbolReference
99
+ };
100
+ XmlSchemaAppInfo: LibrarySymbolReference & {
101
+ XmlSchemaAppInfo: LibrarySymbolReference;
102
+ Markup: LibrarySymbolReference;
103
+ Source: LibrarySymbolReference
104
+ };
105
+ XmlSchemaAttribute: LibrarySymbolReference & {
106
+ XmlSchemaAttribute: LibrarySymbolReference;
107
+ AttributeSchemaType: LibrarySymbolReference;
108
+ AttributeType: LibrarySymbolReference;
109
+ DefaultValue: LibrarySymbolReference;
110
+ FixedValue: LibrarySymbolReference;
111
+ Form: LibrarySymbolReference;
112
+ Name: LibrarySymbolReference;
113
+ QualifiedName: LibrarySymbolReference;
114
+ RefName: LibrarySymbolReference;
115
+ SchemaType: LibrarySymbolReference;
116
+ SchemaTypeName: LibrarySymbolReference;
117
+ Use: LibrarySymbolReference
118
+ };
119
+ XmlSchemaAttributeGroup: LibrarySymbolReference & {
120
+ XmlSchemaAttributeGroup: LibrarySymbolReference;
121
+ AnyAttribute: LibrarySymbolReference;
122
+ Attributes: LibrarySymbolReference;
123
+ Name: LibrarySymbolReference;
124
+ QualifiedName: LibrarySymbolReference;
125
+ RedefinedAttributeGroup: LibrarySymbolReference
126
+ };
127
+ XmlSchemaAttributeGroupRef: LibrarySymbolReference & {
128
+ XmlSchemaAttributeGroupRef: LibrarySymbolReference;
129
+ RefName: LibrarySymbolReference
130
+ };
131
+ XmlSchemaChoice: LibrarySymbolReference & {
132
+ XmlSchemaChoice: LibrarySymbolReference;
133
+ Items: LibrarySymbolReference
134
+ };
135
+ XmlSchemaCollection: LibrarySymbolReference & {
136
+ XmlSchemaCollection: LibrarySymbolReference;
137
+ Add: LibrarySymbolReference;
138
+ Contains: LibrarySymbolReference;
139
+ CopyTo: LibrarySymbolReference;
140
+ GetEnumerator: LibrarySymbolReference;
141
+ Count: LibrarySymbolReference;
142
+ Item: LibrarySymbolReference;
143
+ NameTable: LibrarySymbolReference
144
+ };
145
+ XmlSchemaCollectionEnumerator: LibrarySymbolReference & {
146
+ MoveNext: LibrarySymbolReference;
147
+ Current: LibrarySymbolReference
148
+ };
149
+ XmlSchemaCompilationSettings: LibrarySymbolReference & {
150
+ XmlSchemaCompilationSettings: LibrarySymbolReference;
151
+ EnableUpaCheck: LibrarySymbolReference
152
+ };
153
+ XmlSchemaComplexContent: LibrarySymbolReference & {
154
+ XmlSchemaComplexContent: LibrarySymbolReference;
155
+ Content: LibrarySymbolReference;
156
+ IsMixed: LibrarySymbolReference
157
+ };
158
+ XmlSchemaComplexContentExtension: LibrarySymbolReference & {
159
+ XmlSchemaComplexContentExtension: LibrarySymbolReference;
160
+ AnyAttribute: LibrarySymbolReference;
161
+ Attributes: LibrarySymbolReference;
162
+ BaseTypeName: LibrarySymbolReference;
163
+ Particle: LibrarySymbolReference
164
+ };
165
+ XmlSchemaComplexContentRestriction: LibrarySymbolReference & {
166
+ XmlSchemaComplexContentRestriction: LibrarySymbolReference;
167
+ AnyAttribute: LibrarySymbolReference;
168
+ Attributes: LibrarySymbolReference;
169
+ BaseTypeName: LibrarySymbolReference;
170
+ Particle: LibrarySymbolReference
171
+ };
172
+ XmlSchemaComplexType: LibrarySymbolReference & {
173
+ XmlSchemaComplexType: LibrarySymbolReference;
174
+ AnyAttribute: LibrarySymbolReference;
175
+ Attributes: LibrarySymbolReference;
176
+ AttributeUses: LibrarySymbolReference;
177
+ AttributeWildcard: LibrarySymbolReference;
178
+ Block: LibrarySymbolReference;
179
+ BlockResolved: LibrarySymbolReference;
180
+ ContentModel: LibrarySymbolReference;
181
+ ContentType: LibrarySymbolReference;
182
+ ContentTypeParticle: LibrarySymbolReference;
183
+ IsAbstract: LibrarySymbolReference;
184
+ IsMixed: LibrarySymbolReference;
185
+ Particle: LibrarySymbolReference
186
+ };
187
+ XmlSchemaContent: LibrarySymbolReference & {
188
+ XmlSchemaContent: LibrarySymbolReference
189
+ };
190
+ XmlSchemaContentModel: LibrarySymbolReference & {
191
+ XmlSchemaContentModel: LibrarySymbolReference;
192
+ Content: LibrarySymbolReference
193
+ };
194
+ XmlSchemaContentProcessing: LibrarySymbolReference & {
195
+ None: LibrarySymbolReference;
196
+ Skip: LibrarySymbolReference;
197
+ Lax: LibrarySymbolReference;
198
+ Strict: LibrarySymbolReference
199
+ };
200
+ XmlSchemaContentType: LibrarySymbolReference & {
201
+ TextOnly: LibrarySymbolReference;
202
+ Empty: LibrarySymbolReference;
203
+ ElementOnly: LibrarySymbolReference;
204
+ Mixed: LibrarySymbolReference
205
+ };
206
+ XmlSchemaDatatype: LibrarySymbolReference & {
207
+ ChangeType: LibrarySymbolReference;
208
+ IsDerivedFrom: LibrarySymbolReference;
209
+ ParseValue: LibrarySymbolReference;
210
+ TokenizedType: LibrarySymbolReference;
211
+ TypeCode: LibrarySymbolReference;
212
+ ValueType: LibrarySymbolReference;
213
+ Variety: LibrarySymbolReference
214
+ };
215
+ XmlSchemaDatatypeVariety: LibrarySymbolReference & {
216
+ Atomic: LibrarySymbolReference;
217
+ List: LibrarySymbolReference;
218
+ Union: LibrarySymbolReference
219
+ };
220
+ XmlSchemaDerivationMethod: LibrarySymbolReference & {
221
+ Empty: LibrarySymbolReference;
222
+ Substitution: LibrarySymbolReference;
223
+ Extension: LibrarySymbolReference;
224
+ Restriction: LibrarySymbolReference;
225
+ List: LibrarySymbolReference;
226
+ Union: LibrarySymbolReference;
227
+ All: LibrarySymbolReference;
228
+ None: LibrarySymbolReference
229
+ };
230
+ XmlSchemaDocumentation: LibrarySymbolReference & {
231
+ XmlSchemaDocumentation: LibrarySymbolReference;
232
+ Language: LibrarySymbolReference;
233
+ Markup: LibrarySymbolReference;
234
+ Source: LibrarySymbolReference
235
+ };
236
+ XmlSchemaElement: LibrarySymbolReference & {
237
+ XmlSchemaElement: LibrarySymbolReference;
238
+ Block: LibrarySymbolReference;
239
+ BlockResolved: LibrarySymbolReference;
240
+ Constraints: LibrarySymbolReference;
241
+ DefaultValue: LibrarySymbolReference;
242
+ ElementSchemaType: LibrarySymbolReference;
243
+ ElementType: LibrarySymbolReference;
244
+ Final: LibrarySymbolReference;
245
+ FinalResolved: LibrarySymbolReference;
246
+ FixedValue: LibrarySymbolReference;
247
+ Form: LibrarySymbolReference;
248
+ IsAbstract: LibrarySymbolReference;
249
+ IsNillable: LibrarySymbolReference;
250
+ Name: LibrarySymbolReference;
251
+ QualifiedName: LibrarySymbolReference;
252
+ RefName: LibrarySymbolReference;
253
+ SchemaType: LibrarySymbolReference;
254
+ SchemaTypeName: LibrarySymbolReference;
255
+ SubstitutionGroup: LibrarySymbolReference
256
+ };
257
+ XmlSchemaEnumerationFacet: LibrarySymbolReference & {
258
+ XmlSchemaEnumerationFacet: LibrarySymbolReference
259
+ };
260
+ XmlSchemaException: LibrarySymbolReference & {
261
+ XmlSchemaException: LibrarySymbolReference;
262
+ LineNumber: LibrarySymbolReference;
263
+ LinePosition: LibrarySymbolReference;
264
+ Message: LibrarySymbolReference;
265
+ SourceSchemaObject: LibrarySymbolReference;
266
+ SourceUri: LibrarySymbolReference
267
+ };
268
+ XmlSchemaExternal: LibrarySymbolReference & {
269
+ XmlSchemaExternal: LibrarySymbolReference;
270
+ Id: LibrarySymbolReference;
271
+ Schema: LibrarySymbolReference;
272
+ SchemaLocation: LibrarySymbolReference;
273
+ UnhandledAttributes: LibrarySymbolReference
274
+ };
275
+ XmlSchemaFacet: LibrarySymbolReference & {
276
+ XmlSchemaFacet: LibrarySymbolReference;
277
+ IsFixed: LibrarySymbolReference;
278
+ Value: LibrarySymbolReference
279
+ };
280
+ XmlSchemaForm: LibrarySymbolReference & {
281
+ None: LibrarySymbolReference;
282
+ Qualified: LibrarySymbolReference;
283
+ Unqualified: LibrarySymbolReference
284
+ };
285
+ XmlSchemaFractionDigitsFacet: LibrarySymbolReference & {
286
+ XmlSchemaFractionDigitsFacet: LibrarySymbolReference
287
+ };
288
+ XmlSchemaGroup: LibrarySymbolReference & {
289
+ XmlSchemaGroup: LibrarySymbolReference;
290
+ Name: LibrarySymbolReference;
291
+ Particle: LibrarySymbolReference;
292
+ QualifiedName: LibrarySymbolReference
293
+ };
294
+ XmlSchemaGroupBase: LibrarySymbolReference & {
295
+ Items: LibrarySymbolReference
296
+ };
297
+ XmlSchemaGroupRef: LibrarySymbolReference & {
298
+ XmlSchemaGroupRef: LibrarySymbolReference;
299
+ Particle: LibrarySymbolReference;
300
+ RefName: LibrarySymbolReference
301
+ };
302
+ XmlSchemaIdentityConstraint: LibrarySymbolReference & {
303
+ XmlSchemaIdentityConstraint: LibrarySymbolReference;
304
+ Fields: LibrarySymbolReference;
305
+ Name: LibrarySymbolReference;
306
+ QualifiedName: LibrarySymbolReference;
307
+ Selector: LibrarySymbolReference
308
+ };
309
+ XmlSchemaImport: LibrarySymbolReference & {
310
+ XmlSchemaImport: LibrarySymbolReference;
311
+ Annotation: LibrarySymbolReference;
312
+ Namespace: LibrarySymbolReference
313
+ };
314
+ XmlSchemaInclude: LibrarySymbolReference & {
315
+ XmlSchemaInclude: LibrarySymbolReference;
316
+ Annotation: LibrarySymbolReference
317
+ };
318
+ XmlSchemaInference: LibrarySymbolReference & {
319
+ InferenceOption: LibrarySymbolReference & {
320
+ Restricted: LibrarySymbolReference;
321
+ Relaxed: LibrarySymbolReference
322
+ }
323
+ };
324
+ XmlSchemaInferenceException: LibrarySymbolReference & {
325
+ XmlSchemaInferenceException: LibrarySymbolReference
326
+ };
327
+ XmlSchemaInfo: LibrarySymbolReference & {
328
+ XmlSchemaInfo: LibrarySymbolReference;
329
+ ContentType: LibrarySymbolReference;
330
+ IsDefault: LibrarySymbolReference;
331
+ IsNil: LibrarySymbolReference;
332
+ MemberType: LibrarySymbolReference;
333
+ SchemaAttribute: LibrarySymbolReference;
334
+ SchemaElement: LibrarySymbolReference;
335
+ SchemaType: LibrarySymbolReference;
336
+ Validity: LibrarySymbolReference
337
+ };
338
+ XmlSchemaKey: LibrarySymbolReference & {
339
+ XmlSchemaKey: LibrarySymbolReference
340
+ };
341
+ XmlSchemaKeyref: LibrarySymbolReference & {
342
+ XmlSchemaKeyref: LibrarySymbolReference;
343
+ Refer: LibrarySymbolReference
344
+ };
345
+ XmlSchemaLengthFacet: LibrarySymbolReference & {
346
+ XmlSchemaLengthFacet: LibrarySymbolReference
347
+ };
348
+ XmlSchemaMaxExclusiveFacet: LibrarySymbolReference & {
349
+ XmlSchemaMaxExclusiveFacet: LibrarySymbolReference
350
+ };
351
+ XmlSchemaMaxInclusiveFacet: LibrarySymbolReference & {
352
+ XmlSchemaMaxInclusiveFacet: LibrarySymbolReference
353
+ };
354
+ XmlSchemaMaxLengthFacet: LibrarySymbolReference & {
355
+ XmlSchemaMaxLengthFacet: LibrarySymbolReference
356
+ };
357
+ XmlSchemaMinExclusiveFacet: LibrarySymbolReference & {
358
+ XmlSchemaMinExclusiveFacet: LibrarySymbolReference
359
+ };
360
+ XmlSchemaMinInclusiveFacet: LibrarySymbolReference & {
361
+ XmlSchemaMinInclusiveFacet: LibrarySymbolReference
362
+ };
363
+ XmlSchemaMinLengthFacet: LibrarySymbolReference & {
364
+ XmlSchemaMinLengthFacet: LibrarySymbolReference
365
+ };
366
+ XmlSchemaNotation: LibrarySymbolReference & {
367
+ XmlSchemaNotation: LibrarySymbolReference;
368
+ Name: LibrarySymbolReference;
369
+ Public: LibrarySymbolReference;
370
+ System: LibrarySymbolReference
371
+ };
372
+ XmlSchemaNumericFacet: LibrarySymbolReference & {
373
+ XmlSchemaNumericFacet: LibrarySymbolReference
374
+ };
375
+ XmlSchemaObject: LibrarySymbolReference & {
376
+ XmlSchemaObject: LibrarySymbolReference;
377
+ LineNumber: LibrarySymbolReference;
378
+ LinePosition: LibrarySymbolReference;
379
+ Namespaces: LibrarySymbolReference;
380
+ Parent: LibrarySymbolReference;
381
+ SourceUri: LibrarySymbolReference
382
+ };
383
+ XmlSchemaObjectCollection: LibrarySymbolReference & {
384
+ XmlSchemaObjectCollection: LibrarySymbolReference;
385
+ Add: LibrarySymbolReference;
386
+ Contains: LibrarySymbolReference;
387
+ CopyTo: LibrarySymbolReference;
388
+ GetEnumerator: LibrarySymbolReference;
389
+ IndexOf: LibrarySymbolReference;
390
+ Insert: LibrarySymbolReference;
391
+ OnClear: LibrarySymbolReference;
392
+ OnInsert: LibrarySymbolReference;
393
+ OnRemove: LibrarySymbolReference;
394
+ OnSet: LibrarySymbolReference;
395
+ Remove: LibrarySymbolReference;
396
+ Item: LibrarySymbolReference
397
+ };
398
+ XmlSchemaObjectEnumerator: LibrarySymbolReference & {
399
+ MoveNext: LibrarySymbolReference;
400
+ Reset: LibrarySymbolReference;
401
+ Current: LibrarySymbolReference
402
+ };
403
+ XmlSchemaObjectTable: LibrarySymbolReference & {
404
+ Contains: LibrarySymbolReference;
405
+ GetEnumerator: LibrarySymbolReference;
406
+ Count: LibrarySymbolReference;
407
+ Item: LibrarySymbolReference;
408
+ Names: LibrarySymbolReference;
409
+ Values: LibrarySymbolReference
410
+ };
411
+ XmlSchemaParticle: LibrarySymbolReference & {
412
+ XmlSchemaParticle: LibrarySymbolReference;
413
+ MaxOccurs: LibrarySymbolReference;
414
+ MaxOccursString: LibrarySymbolReference;
415
+ MinOccurs: LibrarySymbolReference;
416
+ MinOccursString: LibrarySymbolReference
417
+ };
418
+ XmlSchemaPatternFacet: LibrarySymbolReference & {
419
+ XmlSchemaPatternFacet: LibrarySymbolReference
420
+ };
421
+ XmlSchemaRedefine: LibrarySymbolReference & {
422
+ XmlSchemaRedefine: LibrarySymbolReference;
423
+ AttributeGroups: LibrarySymbolReference;
424
+ Groups: LibrarySymbolReference;
425
+ Items: LibrarySymbolReference;
426
+ SchemaTypes: LibrarySymbolReference
427
+ };
428
+ XmlSchemaSequence: LibrarySymbolReference & {
429
+ XmlSchemaSequence: LibrarySymbolReference;
430
+ Items: LibrarySymbolReference
431
+ };
432
+ XmlSchemaSet: LibrarySymbolReference & {
433
+ XmlSchemaSet: LibrarySymbolReference;
434
+ Add: LibrarySymbolReference;
435
+ Compile: LibrarySymbolReference;
436
+ Contains: LibrarySymbolReference;
437
+ CopyTo: LibrarySymbolReference;
438
+ Remove: LibrarySymbolReference;
439
+ RemoveRecursive: LibrarySymbolReference;
440
+ Reprocess: LibrarySymbolReference;
441
+ Schemas: LibrarySymbolReference;
442
+ CompilationSettings: LibrarySymbolReference;
443
+ Count: LibrarySymbolReference;
444
+ GlobalAttributes: LibrarySymbolReference;
445
+ GlobalElements: LibrarySymbolReference;
446
+ GlobalTypes: LibrarySymbolReference;
447
+ IsCompiled: LibrarySymbolReference;
448
+ NameTable: LibrarySymbolReference;
449
+ XmlResolver: LibrarySymbolReference
450
+ };
451
+ XmlSchemaSimpleContent: LibrarySymbolReference & {
452
+ XmlSchemaSimpleContent: LibrarySymbolReference;
453
+ Content: LibrarySymbolReference
454
+ };
455
+ XmlSchemaSimpleContentExtension: LibrarySymbolReference & {
456
+ XmlSchemaSimpleContentExtension: LibrarySymbolReference;
457
+ AnyAttribute: LibrarySymbolReference;
458
+ Attributes: LibrarySymbolReference;
459
+ BaseTypeName: LibrarySymbolReference
460
+ };
461
+ XmlSchemaSimpleContentRestriction: LibrarySymbolReference & {
462
+ XmlSchemaSimpleContentRestriction: LibrarySymbolReference;
463
+ AnyAttribute: LibrarySymbolReference;
464
+ Attributes: LibrarySymbolReference;
465
+ BaseType: LibrarySymbolReference;
466
+ BaseTypeName: LibrarySymbolReference;
467
+ Facets: LibrarySymbolReference
468
+ };
469
+ XmlSchemaSimpleType: LibrarySymbolReference & {
470
+ XmlSchemaSimpleType: LibrarySymbolReference;
471
+ Content: LibrarySymbolReference
472
+ };
473
+ XmlSchemaSimpleTypeContent: LibrarySymbolReference & {
474
+ XmlSchemaSimpleTypeContent: LibrarySymbolReference
475
+ };
476
+ XmlSchemaSimpleTypeList: LibrarySymbolReference & {
477
+ XmlSchemaSimpleTypeList: LibrarySymbolReference;
478
+ BaseItemType: LibrarySymbolReference;
479
+ ItemType: LibrarySymbolReference;
480
+ ItemTypeName: LibrarySymbolReference
481
+ };
482
+ XmlSchemaSimpleTypeRestriction: LibrarySymbolReference & {
483
+ XmlSchemaSimpleTypeRestriction: LibrarySymbolReference;
484
+ BaseType: LibrarySymbolReference;
485
+ BaseTypeName: LibrarySymbolReference;
486
+ Facets: LibrarySymbolReference
487
+ };
488
+ XmlSchemaSimpleTypeUnion: LibrarySymbolReference & {
489
+ XmlSchemaSimpleTypeUnion: LibrarySymbolReference;
490
+ BaseMemberTypes: LibrarySymbolReference;
491
+ BaseTypes: LibrarySymbolReference;
492
+ MemberTypes: LibrarySymbolReference
493
+ };
494
+ XmlSchemaTotalDigitsFacet: LibrarySymbolReference & {
495
+ XmlSchemaTotalDigitsFacet: LibrarySymbolReference
496
+ };
497
+ XmlSchemaType: LibrarySymbolReference & {
498
+ XmlSchemaType: LibrarySymbolReference;
499
+ GetBuiltInComplexType: LibrarySymbolReference;
500
+ GetBuiltInSimpleType: LibrarySymbolReference;
501
+ IsDerivedFrom: LibrarySymbolReference;
502
+ BaseSchemaType: LibrarySymbolReference;
503
+ BaseXmlSchemaType: LibrarySymbolReference;
504
+ Datatype: LibrarySymbolReference;
505
+ DerivedBy: LibrarySymbolReference;
506
+ Final: LibrarySymbolReference;
507
+ FinalResolved: LibrarySymbolReference;
508
+ IsMixed: LibrarySymbolReference;
509
+ Name: LibrarySymbolReference;
510
+ QualifiedName: LibrarySymbolReference;
511
+ TypeCode: LibrarySymbolReference
512
+ };
513
+ XmlSchemaUnique: LibrarySymbolReference & {
514
+ XmlSchemaUnique: LibrarySymbolReference
515
+ };
516
+ XmlSchemaUse: LibrarySymbolReference & {
517
+ None: LibrarySymbolReference;
518
+ Optional: LibrarySymbolReference;
519
+ Prohibited: LibrarySymbolReference;
520
+ Required: LibrarySymbolReference
521
+ };
522
+ XmlSchemaValidationException: LibrarySymbolReference & {
523
+ XmlSchemaValidationException: LibrarySymbolReference;
524
+ SetSourceObject: LibrarySymbolReference;
525
+ SourceObject: LibrarySymbolReference
526
+ };
527
+ XmlSchemaValidationFlags: LibrarySymbolReference & {
528
+ None: LibrarySymbolReference;
529
+ ProcessInlineSchema: LibrarySymbolReference;
530
+ ProcessSchemaLocation: LibrarySymbolReference;
531
+ ReportValidationWarnings: LibrarySymbolReference;
532
+ ProcessIdentityConstraints: LibrarySymbolReference;
533
+ AllowXmlAttributes: LibrarySymbolReference
534
+ };
535
+ XmlSchemaValidator: LibrarySymbolReference & {
536
+ XmlSchemaValidator: LibrarySymbolReference;
537
+ AddSchema: LibrarySymbolReference;
538
+ EndValidation: LibrarySymbolReference;
539
+ GetExpectedAttributes: LibrarySymbolReference;
540
+ GetExpectedParticles: LibrarySymbolReference;
541
+ GetUnspecifiedDefaultAttributes: LibrarySymbolReference;
542
+ Initialize: LibrarySymbolReference;
543
+ SkipToEndElement: LibrarySymbolReference;
544
+ ValidateAttribute: LibrarySymbolReference;
545
+ ValidateElement: LibrarySymbolReference;
546
+ ValidateEndElement: LibrarySymbolReference;
547
+ ValidateEndOfAttributes: LibrarySymbolReference;
548
+ ValidateText: LibrarySymbolReference;
549
+ ValidateWhitespace: LibrarySymbolReference;
550
+ LineInfoProvider: LibrarySymbolReference;
551
+ SourceUri: LibrarySymbolReference;
552
+ ValidationEventSender: LibrarySymbolReference;
553
+ XmlResolver: LibrarySymbolReference
554
+ };
555
+ XmlSchemaValidity: LibrarySymbolReference & {
556
+ NotKnown: LibrarySymbolReference;
557
+ Valid: LibrarySymbolReference;
558
+ Invalid: LibrarySymbolReference
559
+ };
560
+ XmlSchemaWhiteSpaceFacet: LibrarySymbolReference & {
561
+ XmlSchemaWhiteSpaceFacet: LibrarySymbolReference
562
+ };
563
+ XmlSchemaXPath: LibrarySymbolReference & {
564
+ XmlSchemaXPath: LibrarySymbolReference;
565
+ XPath: LibrarySymbolReference
566
+ };
567
+ XmlSeverityType: LibrarySymbolReference & {
568
+ Error: LibrarySymbolReference;
569
+ Warning: LibrarySymbolReference
570
+ };
571
+ XmlTypeCode: LibrarySymbolReference & {
572
+ None: LibrarySymbolReference;
573
+ Item: LibrarySymbolReference;
574
+ Node: LibrarySymbolReference;
575
+ Document: LibrarySymbolReference;
576
+ Element: LibrarySymbolReference;
577
+ Attribute: LibrarySymbolReference;
578
+ Namespace: LibrarySymbolReference;
579
+ ProcessingInstruction: LibrarySymbolReference;
580
+ Comment: LibrarySymbolReference;
581
+ Text: LibrarySymbolReference;
582
+ AnyAtomicType: LibrarySymbolReference;
583
+ UntypedAtomic: LibrarySymbolReference;
584
+ String: LibrarySymbolReference;
585
+ Boolean: LibrarySymbolReference;
586
+ Decimal: LibrarySymbolReference;
587
+ Float: LibrarySymbolReference;
588
+ Double: LibrarySymbolReference;
589
+ Duration: LibrarySymbolReference;
590
+ DateTime: LibrarySymbolReference;
591
+ Time: LibrarySymbolReference;
592
+ Date: LibrarySymbolReference;
593
+ GYearMonth: LibrarySymbolReference;
594
+ GYear: LibrarySymbolReference;
595
+ GMonthDay: LibrarySymbolReference;
596
+ GDay: LibrarySymbolReference;
597
+ GMonth: LibrarySymbolReference;
598
+ HexBinary: LibrarySymbolReference;
599
+ Base64Binary: LibrarySymbolReference;
600
+ AnyUri: LibrarySymbolReference;
601
+ QName: LibrarySymbolReference;
602
+ Notation: LibrarySymbolReference;
603
+ NormalizedString: LibrarySymbolReference;
604
+ Token: LibrarySymbolReference;
605
+ Language: LibrarySymbolReference;
606
+ NmToken: LibrarySymbolReference;
607
+ Name: LibrarySymbolReference;
608
+ NCName: LibrarySymbolReference;
609
+ Id: LibrarySymbolReference;
610
+ Idref: LibrarySymbolReference;
611
+ Entity: LibrarySymbolReference;
612
+ Integer: LibrarySymbolReference;
613
+ NonPositiveInteger: LibrarySymbolReference;
614
+ NegativeInteger: LibrarySymbolReference;
615
+ Long: LibrarySymbolReference;
616
+ Int: LibrarySymbolReference;
617
+ Short: LibrarySymbolReference;
618
+ Byte: LibrarySymbolReference;
619
+ NonNegativeInteger: LibrarySymbolReference;
620
+ UnsignedLong: LibrarySymbolReference;
621
+ UnsignedInt: LibrarySymbolReference;
622
+ UnsignedShort: LibrarySymbolReference;
623
+ UnsignedByte: LibrarySymbolReference;
624
+ PositiveInteger: LibrarySymbolReference;
625
+ YearMonthDuration: LibrarySymbolReference;
626
+ DayTimeDuration: LibrarySymbolReference
627
+ };
628
+ XmlValueGetter: LibrarySymbolReference & {
629
+ XmlValueGetter: LibrarySymbolReference;
630
+ Invoke: LibrarySymbolReference;
631
+ BeginInvoke: LibrarySymbolReference;
632
+ EndInvoke: LibrarySymbolReference
633
+ }
634
+ };
635
+ const Schema: SchemaLibrary = createLibrary("System.Xml.Schema", {
636
+ Extensions: {
637
+ kind: "class",
638
+ members: {
639
+ GetSchemaInfo: {
640
+ kind: "method",
641
+ methodKind: "ordinary",
642
+ isStatic: true,
643
+ },
644
+ Validate: {
645
+ kind: "method",
646
+ methodKind: "ordinary",
647
+ isStatic: true,
648
+ },
649
+ },
650
+ isStatic: true,
651
+ },
652
+ IXmlSchemaInfo: {
653
+ kind: "interface",
654
+ members: {
655
+ IsDefault: {
656
+ kind: "property",
657
+ type: () => {
658
+ return System.Boolean;
659
+ },
660
+ },
661
+ IsNil: {
662
+ kind: "property",
663
+ type: () => {
664
+ return System.Boolean;
665
+ },
666
+ },
667
+ MemberType: {
668
+ kind: "property",
669
+ type: () => {
670
+ return Schema.XmlSchemaSimpleType;
671
+ },
672
+ isNullable: true,
673
+ },
674
+ SchemaAttribute: {
675
+ kind: "property",
676
+ type: () => {
677
+ return Schema.XmlSchemaAttribute;
678
+ },
679
+ },
680
+ SchemaElement: {
681
+ kind: "property",
682
+ type: () => {
683
+ return Schema.XmlSchemaElement;
684
+ },
685
+ },
686
+ SchemaType: {
687
+ kind: "property",
688
+ type: () => {
689
+ return Schema.XmlSchemaType;
690
+ },
691
+ },
692
+ Validity: {
693
+ kind: "property",
694
+ type: () => {
695
+ return Schema.XmlSchemaValidity;
696
+ },
697
+ },
698
+ },
699
+ },
700
+ ValidationEventArgs: {
701
+ kind: "class",
702
+ members: {
703
+ Exception: {
704
+ kind: "property",
705
+ type: () => {
706
+ return Schema.XmlSchemaException;
707
+ },
708
+ },
709
+ Message: {
710
+ kind: "property",
711
+ type: () => {
712
+ return System.String;
713
+ },
714
+ },
715
+ Severity: {
716
+ kind: "property",
717
+ type: () => {
718
+ return Schema.XmlSeverityType;
719
+ },
720
+ },
721
+ },
722
+ },
723
+ ValidationEventHandler: {
724
+ kind: "generic",
725
+ members: {
726
+ ValidationEventHandler: {
727
+ kind: "method",
728
+ methodKind: "constructor",
729
+ },
730
+ Invoke: {
731
+ kind: "method",
732
+ methodKind: "ordinary",
733
+ isVirtual: true,
734
+ },
735
+ BeginInvoke: {
736
+ kind: "method",
737
+ methodKind: "ordinary",
738
+ isVirtual: true,
739
+ },
740
+ EndInvoke: {
741
+ kind: "method",
742
+ methodKind: "ordinary",
743
+ isVirtual: true,
744
+ },
745
+ },
746
+ },
747
+ XmlAtomicValue: {
748
+ kind: "class",
749
+ members: {
750
+ Clone: {
751
+ kind: "method",
752
+ methodKind: "ordinary",
753
+ },
754
+ ToString: {
755
+ kind: "method",
756
+ methodKind: "ordinary",
757
+ isOverride: true,
758
+ },
759
+ ValueAs: {
760
+ kind: "method",
761
+ methodKind: "ordinary",
762
+ isOverride: true,
763
+ },
764
+ IsNode: {
765
+ kind: "property",
766
+ type: () => {
767
+ return System.Boolean;
768
+ },
769
+ isOverride: true,
770
+ },
771
+ TypedValue: {
772
+ kind: "property",
773
+ type: () => {
774
+ return System.Object;
775
+ },
776
+ isOverride: true,
777
+ },
778
+ Value: {
779
+ kind: "property",
780
+ type: () => {
781
+ return System.String;
782
+ },
783
+ isOverride: true,
784
+ },
785
+ ValueAsBoolean: {
786
+ kind: "property",
787
+ type: () => {
788
+ return System.Boolean;
789
+ },
790
+ isOverride: true,
791
+ },
792
+ ValueAsDateTime: {
793
+ kind: "property",
794
+ type: () => {
795
+ return System.DateTime;
796
+ },
797
+ isOverride: true,
798
+ },
799
+ ValueAsDouble: {
800
+ kind: "property",
801
+ type: () => {
802
+ return System.Double;
803
+ },
804
+ isOverride: true,
805
+ },
806
+ ValueAsInt: {
807
+ kind: "property",
808
+ type: () => {
809
+ return System.Int32;
810
+ },
811
+ isOverride: true,
812
+ },
813
+ ValueAsLong: {
814
+ kind: "property",
815
+ type: () => {
816
+ return System.Int64;
817
+ },
818
+ isOverride: true,
819
+ },
820
+ ValueType: {
821
+ kind: "property",
822
+ type: () => {
823
+ return System.Type;
824
+ },
825
+ isOverride: true,
826
+ },
827
+ XmlType: {
828
+ kind: "property",
829
+ type: () => {
830
+ return Schema.XmlSchemaType;
831
+ },
832
+ isOverride: true,
833
+ },
834
+ },
835
+ isSealed: true,
836
+ },
837
+ XmlSchema: {
838
+ kind: "class",
839
+ members: {
840
+ InstanceNamespace: {
841
+ kind: "field",
842
+ type: () => {
843
+ return System.String;
844
+ },
845
+ },
846
+ Namespace: {
847
+ kind: "field",
848
+ type: () => {
849
+ return System.String;
850
+ },
851
+ },
852
+ XmlSchema: {
853
+ kind: "method",
854
+ methodKind: "constructor",
855
+ },
856
+ Compile: {
857
+ kind: "method",
858
+ methodKind: "ordinary",
859
+ },
860
+ Read: {
861
+ kind: "method",
862
+ methodKind: "ordinary",
863
+ isStatic: true,
864
+ },
865
+ Write: {
866
+ kind: "method",
867
+ methodKind: "ordinary",
868
+ },
869
+ AttributeFormDefault: {
870
+ kind: "property",
871
+ type: () => {
872
+ return Schema.XmlSchemaForm;
873
+ },
874
+ },
875
+ AttributeGroups: {
876
+ kind: "property",
877
+ type: () => {
878
+ return Schema.XmlSchemaObjectTable;
879
+ },
880
+ },
881
+ Attributes: {
882
+ kind: "property",
883
+ type: () => {
884
+ return Schema.XmlSchemaObjectTable;
885
+ },
886
+ },
887
+ BlockDefault: {
888
+ kind: "property",
889
+ type: () => {
890
+ return Schema.XmlSchemaDerivationMethod;
891
+ },
892
+ },
893
+ ElementFormDefault: {
894
+ kind: "property",
895
+ type: () => {
896
+ return Schema.XmlSchemaForm;
897
+ },
898
+ },
899
+ Elements: {
900
+ kind: "property",
901
+ type: () => {
902
+ return Schema.XmlSchemaObjectTable;
903
+ },
904
+ },
905
+ FinalDefault: {
906
+ kind: "property",
907
+ type: () => {
908
+ return Schema.XmlSchemaDerivationMethod;
909
+ },
910
+ },
911
+ Groups: {
912
+ kind: "property",
913
+ type: () => {
914
+ return Schema.XmlSchemaObjectTable;
915
+ },
916
+ },
917
+ Id: {
918
+ kind: "property",
919
+ type: () => {
920
+ return System.String;
921
+ },
922
+ isNullable: true,
923
+ },
924
+ Includes: {
925
+ kind: "property",
926
+ type: () => {
927
+ return Schema.XmlSchemaObjectCollection;
928
+ },
929
+ },
930
+ IsCompiled: {
931
+ kind: "property",
932
+ type: () => {
933
+ return System.Boolean;
934
+ },
935
+ },
936
+ Items: {
937
+ kind: "property",
938
+ type: () => {
939
+ return Schema.XmlSchemaObjectCollection;
940
+ },
941
+ },
942
+ Notations: {
943
+ kind: "property",
944
+ type: () => {
945
+ return Schema.XmlSchemaObjectTable;
946
+ },
947
+ },
948
+ SchemaTypes: {
949
+ kind: "property",
950
+ type: () => {
951
+ return Schema.XmlSchemaObjectTable;
952
+ },
953
+ },
954
+ TargetNamespace: {
955
+ kind: "property",
956
+ type: () => {
957
+ return System.String;
958
+ },
959
+ isNullable: true,
960
+ },
961
+ UnhandledAttributes: {
962
+ kind: "property",
963
+ type: () => {
964
+ return System.Array;
965
+ },
966
+ isNullable: true,
967
+ },
968
+ Version: {
969
+ kind: "property",
970
+ type: () => {
971
+ return System.String;
972
+ },
973
+ isNullable: true,
974
+ },
975
+ },
976
+ },
977
+ XmlSchemaAll: {
978
+ kind: "class",
979
+ members: {
980
+ XmlSchemaAll: {
981
+ kind: "method",
982
+ methodKind: "constructor",
983
+ },
984
+ Items: {
985
+ kind: "property",
986
+ type: () => {
987
+ return Schema.XmlSchemaObjectCollection;
988
+ },
989
+ isOverride: true,
990
+ },
991
+ },
992
+ },
993
+ XmlSchemaAnnotated: {
994
+ kind: "class",
995
+ members: {
996
+ XmlSchemaAnnotated: {
997
+ kind: "method",
998
+ methodKind: "constructor",
999
+ },
1000
+ Annotation: {
1001
+ kind: "property",
1002
+ type: () => {
1003
+ return Schema.XmlSchemaAnnotation;
1004
+ },
1005
+ },
1006
+ Id: {
1007
+ kind: "property",
1008
+ type: () => {
1009
+ return System.String;
1010
+ },
1011
+ isNullable: true,
1012
+ },
1013
+ UnhandledAttributes: {
1014
+ kind: "property",
1015
+ type: () => {
1016
+ return System.Array;
1017
+ },
1018
+ isNullable: true,
1019
+ },
1020
+ },
1021
+ },
1022
+ XmlSchemaAnnotation: {
1023
+ kind: "class",
1024
+ members: {
1025
+ XmlSchemaAnnotation: {
1026
+ kind: "method",
1027
+ methodKind: "constructor",
1028
+ },
1029
+ Id: {
1030
+ kind: "property",
1031
+ type: () => {
1032
+ return System.String;
1033
+ },
1034
+ isNullable: true,
1035
+ },
1036
+ Items: {
1037
+ kind: "property",
1038
+ type: () => {
1039
+ return Schema.XmlSchemaObjectCollection;
1040
+ },
1041
+ },
1042
+ UnhandledAttributes: {
1043
+ kind: "property",
1044
+ type: () => {
1045
+ return System.Array;
1046
+ },
1047
+ isNullable: true,
1048
+ },
1049
+ },
1050
+ },
1051
+ XmlSchemaAny: {
1052
+ kind: "class",
1053
+ members: {
1054
+ XmlSchemaAny: {
1055
+ kind: "method",
1056
+ methodKind: "constructor",
1057
+ },
1058
+ Namespace: {
1059
+ kind: "property",
1060
+ type: () => {
1061
+ return System.String;
1062
+ },
1063
+ isNullable: true,
1064
+ },
1065
+ ProcessContents: {
1066
+ kind: "property",
1067
+ type: () => {
1068
+ return Schema.XmlSchemaContentProcessing;
1069
+ },
1070
+ },
1071
+ },
1072
+ },
1073
+ XmlSchemaAnyAttribute: {
1074
+ kind: "class",
1075
+ members: {
1076
+ XmlSchemaAnyAttribute: {
1077
+ kind: "method",
1078
+ methodKind: "constructor",
1079
+ },
1080
+ Namespace: {
1081
+ kind: "property",
1082
+ type: () => {
1083
+ return System.String;
1084
+ },
1085
+ isNullable: true,
1086
+ },
1087
+ ProcessContents: {
1088
+ kind: "property",
1089
+ type: () => {
1090
+ return Schema.XmlSchemaContentProcessing;
1091
+ },
1092
+ },
1093
+ },
1094
+ },
1095
+ XmlSchemaAppInfo: {
1096
+ kind: "class",
1097
+ members: {
1098
+ XmlSchemaAppInfo: {
1099
+ kind: "method",
1100
+ methodKind: "constructor",
1101
+ },
1102
+ Markup: {
1103
+ kind: "property",
1104
+ type: () => {
1105
+ return System.Array;
1106
+ },
1107
+ isNullable: true,
1108
+ },
1109
+ Source: {
1110
+ kind: "property",
1111
+ type: () => {
1112
+ return System.String;
1113
+ },
1114
+ isNullable: true,
1115
+ },
1116
+ },
1117
+ },
1118
+ XmlSchemaAttribute: {
1119
+ kind: "class",
1120
+ members: {
1121
+ XmlSchemaAttribute: {
1122
+ kind: "method",
1123
+ methodKind: "constructor",
1124
+ },
1125
+ AttributeSchemaType: {
1126
+ kind: "property",
1127
+ type: () => {
1128
+ return Schema.XmlSchemaSimpleType;
1129
+ },
1130
+ isNullable: true,
1131
+ },
1132
+ AttributeType: {
1133
+ kind: "property",
1134
+ type: () => {
1135
+ return System.Object;
1136
+ },
1137
+ },
1138
+ DefaultValue: {
1139
+ kind: "property",
1140
+ type: () => {
1141
+ return System.String;
1142
+ },
1143
+ isNullable: true,
1144
+ },
1145
+ FixedValue: {
1146
+ kind: "property",
1147
+ type: () => {
1148
+ return System.String;
1149
+ },
1150
+ isNullable: true,
1151
+ },
1152
+ Form: {
1153
+ kind: "property",
1154
+ type: () => {
1155
+ return Schema.XmlSchemaForm;
1156
+ },
1157
+ },
1158
+ Name: {
1159
+ kind: "property",
1160
+ type: () => {
1161
+ return System.String;
1162
+ },
1163
+ isNullable: true,
1164
+ },
1165
+ QualifiedName: {
1166
+ kind: "property",
1167
+ type: () => {
1168
+ return Xml.XmlQualifiedName;
1169
+ },
1170
+ },
1171
+ RefName: {
1172
+ kind: "property",
1173
+ type: () => {
1174
+ return Xml.XmlQualifiedName;
1175
+ },
1176
+ },
1177
+ SchemaType: {
1178
+ kind: "property",
1179
+ type: () => {
1180
+ return Schema.XmlSchemaSimpleType;
1181
+ },
1182
+ isNullable: true,
1183
+ },
1184
+ SchemaTypeName: {
1185
+ kind: "property",
1186
+ type: () => {
1187
+ return Xml.XmlQualifiedName;
1188
+ },
1189
+ },
1190
+ Use: {
1191
+ kind: "property",
1192
+ type: () => {
1193
+ return Schema.XmlSchemaUse;
1194
+ },
1195
+ },
1196
+ },
1197
+ },
1198
+ XmlSchemaAttributeGroup: {
1199
+ kind: "class",
1200
+ members: {
1201
+ XmlSchemaAttributeGroup: {
1202
+ kind: "method",
1203
+ methodKind: "constructor",
1204
+ },
1205
+ AnyAttribute: {
1206
+ kind: "property",
1207
+ type: () => {
1208
+ return Schema.XmlSchemaAnyAttribute;
1209
+ },
1210
+ },
1211
+ Attributes: {
1212
+ kind: "property",
1213
+ type: () => {
1214
+ return Schema.XmlSchemaObjectCollection;
1215
+ },
1216
+ },
1217
+ Name: {
1218
+ kind: "property",
1219
+ type: () => {
1220
+ return System.String;
1221
+ },
1222
+ isNullable: true,
1223
+ },
1224
+ QualifiedName: {
1225
+ kind: "property",
1226
+ type: () => {
1227
+ return Xml.XmlQualifiedName;
1228
+ },
1229
+ },
1230
+ RedefinedAttributeGroup: {
1231
+ kind: "property",
1232
+ type: () => {
1233
+ return Schema.XmlSchemaAttributeGroup;
1234
+ },
1235
+ isNullable: true,
1236
+ },
1237
+ },
1238
+ },
1239
+ XmlSchemaAttributeGroupRef: {
1240
+ kind: "class",
1241
+ members: {
1242
+ XmlSchemaAttributeGroupRef: {
1243
+ kind: "method",
1244
+ methodKind: "constructor",
1245
+ },
1246
+ RefName: {
1247
+ kind: "property",
1248
+ type: () => {
1249
+ return Xml.XmlQualifiedName;
1250
+ },
1251
+ },
1252
+ },
1253
+ },
1254
+ XmlSchemaChoice: {
1255
+ kind: "class",
1256
+ members: {
1257
+ XmlSchemaChoice: {
1258
+ kind: "method",
1259
+ methodKind: "constructor",
1260
+ },
1261
+ Items: {
1262
+ kind: "property",
1263
+ type: () => {
1264
+ return Schema.XmlSchemaObjectCollection;
1265
+ },
1266
+ isOverride: true,
1267
+ },
1268
+ },
1269
+ },
1270
+ XmlSchemaCollection: {
1271
+ kind: "class",
1272
+ members: {
1273
+ XmlSchemaCollection: {
1274
+ kind: "method",
1275
+ methodKind: "constructor",
1276
+ },
1277
+ Add: {
1278
+ kind: "method",
1279
+ methodKind: "ordinary",
1280
+ },
1281
+ Contains: {
1282
+ kind: "method",
1283
+ methodKind: "ordinary",
1284
+ },
1285
+ CopyTo: {
1286
+ kind: "method",
1287
+ methodKind: "ordinary",
1288
+ },
1289
+ GetEnumerator: {
1290
+ kind: "method",
1291
+ methodKind: "ordinary",
1292
+ },
1293
+ Count: {
1294
+ kind: "property",
1295
+ type: () => {
1296
+ return System.Int32;
1297
+ },
1298
+ },
1299
+ Item: {
1300
+ kind: "property",
1301
+ type: () => {
1302
+ return Schema.XmlSchema;
1303
+ },
1304
+ },
1305
+ NameTable: {
1306
+ kind: "property",
1307
+ type: () => {
1308
+ return Xml.XmlNameTable;
1309
+ },
1310
+ },
1311
+ },
1312
+ isSealed: true,
1313
+ },
1314
+ XmlSchemaCollectionEnumerator: {
1315
+ kind: "class",
1316
+ members: {
1317
+ MoveNext: {
1318
+ kind: "method",
1319
+ methodKind: "ordinary",
1320
+ },
1321
+ Current: {
1322
+ kind: "property",
1323
+ type: () => {
1324
+ return Schema.XmlSchema;
1325
+ },
1326
+ isNullable: true,
1327
+ },
1328
+ },
1329
+ isSealed: true,
1330
+ },
1331
+ XmlSchemaCompilationSettings: {
1332
+ kind: "class",
1333
+ members: {
1334
+ XmlSchemaCompilationSettings: {
1335
+ kind: "method",
1336
+ methodKind: "constructor",
1337
+ },
1338
+ EnableUpaCheck: {
1339
+ kind: "property",
1340
+ type: () => {
1341
+ return System.Boolean;
1342
+ },
1343
+ },
1344
+ },
1345
+ isSealed: true,
1346
+ },
1347
+ XmlSchemaComplexContent: {
1348
+ kind: "class",
1349
+ members: {
1350
+ XmlSchemaComplexContent: {
1351
+ kind: "method",
1352
+ methodKind: "constructor",
1353
+ },
1354
+ Content: {
1355
+ kind: "property",
1356
+ type: () => {
1357
+ return Schema.XmlSchemaContent;
1358
+ },
1359
+ isOverride: true,
1360
+ },
1361
+ IsMixed: {
1362
+ kind: "property",
1363
+ type: () => {
1364
+ return System.Boolean;
1365
+ },
1366
+ },
1367
+ },
1368
+ },
1369
+ XmlSchemaComplexContentExtension: {
1370
+ kind: "class",
1371
+ members: {
1372
+ XmlSchemaComplexContentExtension: {
1373
+ kind: "method",
1374
+ methodKind: "constructor",
1375
+ },
1376
+ AnyAttribute: {
1377
+ kind: "property",
1378
+ type: () => {
1379
+ return Schema.XmlSchemaAnyAttribute;
1380
+ },
1381
+ },
1382
+ Attributes: {
1383
+ kind: "property",
1384
+ type: () => {
1385
+ return Schema.XmlSchemaObjectCollection;
1386
+ },
1387
+ },
1388
+ BaseTypeName: {
1389
+ kind: "property",
1390
+ type: () => {
1391
+ return Xml.XmlQualifiedName;
1392
+ },
1393
+ },
1394
+ Particle: {
1395
+ kind: "property",
1396
+ type: () => {
1397
+ return Schema.XmlSchemaParticle;
1398
+ },
1399
+ },
1400
+ },
1401
+ },
1402
+ XmlSchemaComplexContentRestriction: {
1403
+ kind: "class",
1404
+ members: {
1405
+ XmlSchemaComplexContentRestriction: {
1406
+ kind: "method",
1407
+ methodKind: "constructor",
1408
+ },
1409
+ AnyAttribute: {
1410
+ kind: "property",
1411
+ type: () => {
1412
+ return Schema.XmlSchemaAnyAttribute;
1413
+ },
1414
+ },
1415
+ Attributes: {
1416
+ kind: "property",
1417
+ type: () => {
1418
+ return Schema.XmlSchemaObjectCollection;
1419
+ },
1420
+ },
1421
+ BaseTypeName: {
1422
+ kind: "property",
1423
+ type: () => {
1424
+ return Xml.XmlQualifiedName;
1425
+ },
1426
+ },
1427
+ Particle: {
1428
+ kind: "property",
1429
+ type: () => {
1430
+ return Schema.XmlSchemaParticle;
1431
+ },
1432
+ },
1433
+ },
1434
+ },
1435
+ XmlSchemaComplexType: {
1436
+ kind: "class",
1437
+ members: {
1438
+ XmlSchemaComplexType: {
1439
+ kind: "method",
1440
+ methodKind: "constructor",
1441
+ },
1442
+ AnyAttribute: {
1443
+ kind: "property",
1444
+ type: () => {
1445
+ return Schema.XmlSchemaAnyAttribute;
1446
+ },
1447
+ },
1448
+ Attributes: {
1449
+ kind: "property",
1450
+ type: () => {
1451
+ return Schema.XmlSchemaObjectCollection;
1452
+ },
1453
+ },
1454
+ AttributeUses: {
1455
+ kind: "property",
1456
+ type: () => {
1457
+ return Schema.XmlSchemaObjectTable;
1458
+ },
1459
+ },
1460
+ AttributeWildcard: {
1461
+ kind: "property",
1462
+ type: () => {
1463
+ return Schema.XmlSchemaAnyAttribute;
1464
+ },
1465
+ isNullable: true,
1466
+ },
1467
+ Block: {
1468
+ kind: "property",
1469
+ type: () => {
1470
+ return Schema.XmlSchemaDerivationMethod;
1471
+ },
1472
+ },
1473
+ BlockResolved: {
1474
+ kind: "property",
1475
+ type: () => {
1476
+ return Schema.XmlSchemaDerivationMethod;
1477
+ },
1478
+ },
1479
+ ContentModel: {
1480
+ kind: "property",
1481
+ type: () => {
1482
+ return Schema.XmlSchemaContentModel;
1483
+ },
1484
+ },
1485
+ ContentType: {
1486
+ kind: "property",
1487
+ type: () => {
1488
+ return Schema.XmlSchemaContentType;
1489
+ },
1490
+ },
1491
+ ContentTypeParticle: {
1492
+ kind: "property",
1493
+ type: () => {
1494
+ return Schema.XmlSchemaParticle;
1495
+ },
1496
+ },
1497
+ IsAbstract: {
1498
+ kind: "property",
1499
+ type: () => {
1500
+ return System.Boolean;
1501
+ },
1502
+ },
1503
+ IsMixed: {
1504
+ kind: "property",
1505
+ type: () => {
1506
+ return System.Boolean;
1507
+ },
1508
+ isOverride: true,
1509
+ },
1510
+ Particle: {
1511
+ kind: "property",
1512
+ type: () => {
1513
+ return Schema.XmlSchemaParticle;
1514
+ },
1515
+ },
1516
+ },
1517
+ },
1518
+ XmlSchemaContent: {
1519
+ kind: "class",
1520
+ members: {
1521
+ XmlSchemaContent: {
1522
+ kind: "method",
1523
+ methodKind: "constructor",
1524
+ },
1525
+ },
1526
+ isAbstract: true,
1527
+ },
1528
+ XmlSchemaContentModel: {
1529
+ kind: "class",
1530
+ members: {
1531
+ XmlSchemaContentModel: {
1532
+ kind: "method",
1533
+ methodKind: "constructor",
1534
+ },
1535
+ Content: {
1536
+ kind: "property",
1537
+ type: () => {
1538
+ return Schema.XmlSchemaContent;
1539
+ },
1540
+ isAbstract: true,
1541
+ },
1542
+ },
1543
+ isAbstract: true,
1544
+ },
1545
+ XmlSchemaContentProcessing: {
1546
+ kind: "enum",
1547
+ members: {
1548
+ None: {
1549
+ kind: "field",
1550
+ type: () => {
1551
+ return Schema.XmlSchemaContentProcessing;
1552
+ },
1553
+ },
1554
+ Skip: {
1555
+ kind: "field",
1556
+ type: () => {
1557
+ return Schema.XmlSchemaContentProcessing;
1558
+ },
1559
+ },
1560
+ Lax: {
1561
+ kind: "field",
1562
+ type: () => {
1563
+ return Schema.XmlSchemaContentProcessing;
1564
+ },
1565
+ },
1566
+ Strict: {
1567
+ kind: "field",
1568
+ type: () => {
1569
+ return Schema.XmlSchemaContentProcessing;
1570
+ },
1571
+ },
1572
+ },
1573
+ },
1574
+ XmlSchemaContentType: {
1575
+ kind: "enum",
1576
+ members: {
1577
+ TextOnly: {
1578
+ kind: "field",
1579
+ type: () => {
1580
+ return Schema.XmlSchemaContentType;
1581
+ },
1582
+ },
1583
+ Empty: {
1584
+ kind: "field",
1585
+ type: () => {
1586
+ return Schema.XmlSchemaContentType;
1587
+ },
1588
+ },
1589
+ ElementOnly: {
1590
+ kind: "field",
1591
+ type: () => {
1592
+ return Schema.XmlSchemaContentType;
1593
+ },
1594
+ },
1595
+ Mixed: {
1596
+ kind: "field",
1597
+ type: () => {
1598
+ return Schema.XmlSchemaContentType;
1599
+ },
1600
+ },
1601
+ },
1602
+ },
1603
+ XmlSchemaDatatype: {
1604
+ kind: "class",
1605
+ members: {
1606
+ ChangeType: {
1607
+ kind: "method",
1608
+ methodKind: "ordinary",
1609
+ isVirtual: true,
1610
+ },
1611
+ IsDerivedFrom: {
1612
+ kind: "method",
1613
+ methodKind: "ordinary",
1614
+ isVirtual: true,
1615
+ },
1616
+ ParseValue: {
1617
+ kind: "method",
1618
+ methodKind: "ordinary",
1619
+ isAbstract: true,
1620
+ },
1621
+ TokenizedType: {
1622
+ kind: "property",
1623
+ type: () => {
1624
+ return Xml.XmlTokenizedType;
1625
+ },
1626
+ isAbstract: true,
1627
+ },
1628
+ TypeCode: {
1629
+ kind: "property",
1630
+ type: () => {
1631
+ return Schema.XmlTypeCode;
1632
+ },
1633
+ isVirtual: true,
1634
+ },
1635
+ ValueType: {
1636
+ kind: "property",
1637
+ type: () => {
1638
+ return System.Type;
1639
+ },
1640
+ isAbstract: true,
1641
+ },
1642
+ Variety: {
1643
+ kind: "property",
1644
+ type: () => {
1645
+ return Schema.XmlSchemaDatatypeVariety;
1646
+ },
1647
+ isVirtual: true,
1648
+ },
1649
+ },
1650
+ isAbstract: true,
1651
+ },
1652
+ XmlSchemaDatatypeVariety: {
1653
+ kind: "enum",
1654
+ members: {
1655
+ Atomic: {
1656
+ kind: "field",
1657
+ type: () => {
1658
+ return Schema.XmlSchemaDatatypeVariety;
1659
+ },
1660
+ },
1661
+ List: {
1662
+ kind: "field",
1663
+ type: () => {
1664
+ return Schema.XmlSchemaDatatypeVariety;
1665
+ },
1666
+ },
1667
+ Union: {
1668
+ kind: "field",
1669
+ type: () => {
1670
+ return Schema.XmlSchemaDatatypeVariety;
1671
+ },
1672
+ },
1673
+ },
1674
+ },
1675
+ XmlSchemaDerivationMethod: {
1676
+ kind: "enum",
1677
+ members: {
1678
+ Empty: {
1679
+ kind: "field",
1680
+ type: () => {
1681
+ return Schema.XmlSchemaDerivationMethod;
1682
+ },
1683
+ },
1684
+ Substitution: {
1685
+ kind: "field",
1686
+ type: () => {
1687
+ return Schema.XmlSchemaDerivationMethod;
1688
+ },
1689
+ },
1690
+ Extension: {
1691
+ kind: "field",
1692
+ type: () => {
1693
+ return Schema.XmlSchemaDerivationMethod;
1694
+ },
1695
+ },
1696
+ Restriction: {
1697
+ kind: "field",
1698
+ type: () => {
1699
+ return Schema.XmlSchemaDerivationMethod;
1700
+ },
1701
+ },
1702
+ List: {
1703
+ kind: "field",
1704
+ type: () => {
1705
+ return Schema.XmlSchemaDerivationMethod;
1706
+ },
1707
+ },
1708
+ Union: {
1709
+ kind: "field",
1710
+ type: () => {
1711
+ return Schema.XmlSchemaDerivationMethod;
1712
+ },
1713
+ },
1714
+ All: {
1715
+ kind: "field",
1716
+ type: () => {
1717
+ return Schema.XmlSchemaDerivationMethod;
1718
+ },
1719
+ },
1720
+ None: {
1721
+ kind: "field",
1722
+ type: () => {
1723
+ return Schema.XmlSchemaDerivationMethod;
1724
+ },
1725
+ },
1726
+ },
1727
+ },
1728
+ XmlSchemaDocumentation: {
1729
+ kind: "class",
1730
+ members: {
1731
+ XmlSchemaDocumentation: {
1732
+ kind: "method",
1733
+ methodKind: "constructor",
1734
+ },
1735
+ Language: {
1736
+ kind: "property",
1737
+ type: () => {
1738
+ return System.String;
1739
+ },
1740
+ isNullable: true,
1741
+ },
1742
+ Markup: {
1743
+ kind: "property",
1744
+ type: () => {
1745
+ return System.Array;
1746
+ },
1747
+ isNullable: true,
1748
+ },
1749
+ Source: {
1750
+ kind: "property",
1751
+ type: () => {
1752
+ return System.String;
1753
+ },
1754
+ isNullable: true,
1755
+ },
1756
+ },
1757
+ },
1758
+ XmlSchemaElement: {
1759
+ kind: "class",
1760
+ members: {
1761
+ XmlSchemaElement: {
1762
+ kind: "method",
1763
+ methodKind: "constructor",
1764
+ },
1765
+ Block: {
1766
+ kind: "property",
1767
+ type: () => {
1768
+ return Schema.XmlSchemaDerivationMethod;
1769
+ },
1770
+ },
1771
+ BlockResolved: {
1772
+ kind: "property",
1773
+ type: () => {
1774
+ return Schema.XmlSchemaDerivationMethod;
1775
+ },
1776
+ },
1777
+ Constraints: {
1778
+ kind: "property",
1779
+ type: () => {
1780
+ return Schema.XmlSchemaObjectCollection;
1781
+ },
1782
+ },
1783
+ DefaultValue: {
1784
+ kind: "property",
1785
+ type: () => {
1786
+ return System.String;
1787
+ },
1788
+ isNullable: true,
1789
+ },
1790
+ ElementSchemaType: {
1791
+ kind: "property",
1792
+ type: () => {
1793
+ return Schema.XmlSchemaType;
1794
+ },
1795
+ isNullable: true,
1796
+ },
1797
+ ElementType: {
1798
+ kind: "property",
1799
+ type: () => {
1800
+ return System.Object;
1801
+ },
1802
+ },
1803
+ Final: {
1804
+ kind: "property",
1805
+ type: () => {
1806
+ return Schema.XmlSchemaDerivationMethod;
1807
+ },
1808
+ },
1809
+ FinalResolved: {
1810
+ kind: "property",
1811
+ type: () => {
1812
+ return Schema.XmlSchemaDerivationMethod;
1813
+ },
1814
+ },
1815
+ FixedValue: {
1816
+ kind: "property",
1817
+ type: () => {
1818
+ return System.String;
1819
+ },
1820
+ isNullable: true,
1821
+ },
1822
+ Form: {
1823
+ kind: "property",
1824
+ type: () => {
1825
+ return Schema.XmlSchemaForm;
1826
+ },
1827
+ },
1828
+ IsAbstract: {
1829
+ kind: "property",
1830
+ type: () => {
1831
+ return System.Boolean;
1832
+ },
1833
+ },
1834
+ IsNillable: {
1835
+ kind: "property",
1836
+ type: () => {
1837
+ return System.Boolean;
1838
+ },
1839
+ },
1840
+ Name: {
1841
+ kind: "property",
1842
+ type: () => {
1843
+ return System.String;
1844
+ },
1845
+ isNullable: true,
1846
+ },
1847
+ QualifiedName: {
1848
+ kind: "property",
1849
+ type: () => {
1850
+ return Xml.XmlQualifiedName;
1851
+ },
1852
+ },
1853
+ RefName: {
1854
+ kind: "property",
1855
+ type: () => {
1856
+ return Xml.XmlQualifiedName;
1857
+ },
1858
+ },
1859
+ SchemaType: {
1860
+ kind: "property",
1861
+ type: () => {
1862
+ return Schema.XmlSchemaType;
1863
+ },
1864
+ },
1865
+ SchemaTypeName: {
1866
+ kind: "property",
1867
+ type: () => {
1868
+ return Xml.XmlQualifiedName;
1869
+ },
1870
+ },
1871
+ SubstitutionGroup: {
1872
+ kind: "property",
1873
+ type: () => {
1874
+ return Xml.XmlQualifiedName;
1875
+ },
1876
+ },
1877
+ },
1878
+ },
1879
+ XmlSchemaEnumerationFacet: {
1880
+ kind: "class",
1881
+ members: {
1882
+ XmlSchemaEnumerationFacet: {
1883
+ kind: "method",
1884
+ methodKind: "constructor",
1885
+ },
1886
+ },
1887
+ },
1888
+ XmlSchemaException: {
1889
+ kind: "class",
1890
+ members: {
1891
+ XmlSchemaException: {
1892
+ kind: "method",
1893
+ methodKind: "constructor",
1894
+ },
1895
+ LineNumber: {
1896
+ kind: "property",
1897
+ type: () => {
1898
+ return System.Int32;
1899
+ },
1900
+ },
1901
+ LinePosition: {
1902
+ kind: "property",
1903
+ type: () => {
1904
+ return System.Int32;
1905
+ },
1906
+ },
1907
+ Message: {
1908
+ kind: "property",
1909
+ type: () => {
1910
+ return System.String;
1911
+ },
1912
+ isOverride: true,
1913
+ },
1914
+ SourceSchemaObject: {
1915
+ kind: "property",
1916
+ type: () => {
1917
+ return Schema.XmlSchemaObject;
1918
+ },
1919
+ isNullable: true,
1920
+ },
1921
+ SourceUri: {
1922
+ kind: "property",
1923
+ type: () => {
1924
+ return System.String;
1925
+ },
1926
+ isNullable: true,
1927
+ },
1928
+ },
1929
+ },
1930
+ XmlSchemaExternal: {
1931
+ kind: "class",
1932
+ members: {
1933
+ XmlSchemaExternal: {
1934
+ kind: "method",
1935
+ methodKind: "constructor",
1936
+ },
1937
+ Id: {
1938
+ kind: "property",
1939
+ type: () => {
1940
+ return System.String;
1941
+ },
1942
+ isNullable: true,
1943
+ },
1944
+ Schema: {
1945
+ kind: "property",
1946
+ type: () => {
1947
+ return Schema.XmlSchema;
1948
+ },
1949
+ },
1950
+ SchemaLocation: {
1951
+ kind: "property",
1952
+ type: () => {
1953
+ return System.String;
1954
+ },
1955
+ isNullable: true,
1956
+ },
1957
+ UnhandledAttributes: {
1958
+ kind: "property",
1959
+ type: () => {
1960
+ return System.Array;
1961
+ },
1962
+ isNullable: true,
1963
+ },
1964
+ },
1965
+ isAbstract: true,
1966
+ },
1967
+ XmlSchemaFacet: {
1968
+ kind: "class",
1969
+ members: {
1970
+ XmlSchemaFacet: {
1971
+ kind: "method",
1972
+ methodKind: "constructor",
1973
+ },
1974
+ IsFixed: {
1975
+ kind: "property",
1976
+ type: () => {
1977
+ return System.Boolean;
1978
+ },
1979
+ isVirtual: true,
1980
+ },
1981
+ Value: {
1982
+ kind: "property",
1983
+ type: () => {
1984
+ return System.String;
1985
+ },
1986
+ isNullable: true,
1987
+ },
1988
+ },
1989
+ isAbstract: true,
1990
+ },
1991
+ XmlSchemaForm: {
1992
+ kind: "enum",
1993
+ members: {
1994
+ None: {
1995
+ kind: "field",
1996
+ type: () => {
1997
+ return Schema.XmlSchemaForm;
1998
+ },
1999
+ },
2000
+ Qualified: {
2001
+ kind: "field",
2002
+ type: () => {
2003
+ return Schema.XmlSchemaForm;
2004
+ },
2005
+ },
2006
+ Unqualified: {
2007
+ kind: "field",
2008
+ type: () => {
2009
+ return Schema.XmlSchemaForm;
2010
+ },
2011
+ },
2012
+ },
2013
+ },
2014
+ XmlSchemaFractionDigitsFacet: {
2015
+ kind: "class",
2016
+ members: {
2017
+ XmlSchemaFractionDigitsFacet: {
2018
+ kind: "method",
2019
+ methodKind: "constructor",
2020
+ },
2021
+ },
2022
+ },
2023
+ XmlSchemaGroup: {
2024
+ kind: "class",
2025
+ members: {
2026
+ XmlSchemaGroup: {
2027
+ kind: "method",
2028
+ methodKind: "constructor",
2029
+ },
2030
+ Name: {
2031
+ kind: "property",
2032
+ type: () => {
2033
+ return System.String;
2034
+ },
2035
+ isNullable: true,
2036
+ },
2037
+ Particle: {
2038
+ kind: "property",
2039
+ type: () => {
2040
+ return Schema.XmlSchemaGroupBase;
2041
+ },
2042
+ isNullable: true,
2043
+ },
2044
+ QualifiedName: {
2045
+ kind: "property",
2046
+ type: () => {
2047
+ return Xml.XmlQualifiedName;
2048
+ },
2049
+ },
2050
+ },
2051
+ },
2052
+ XmlSchemaGroupBase: {
2053
+ kind: "class",
2054
+ members: {
2055
+ Items: {
2056
+ kind: "property",
2057
+ type: () => {
2058
+ return Schema.XmlSchemaObjectCollection;
2059
+ },
2060
+ isAbstract: true,
2061
+ },
2062
+ },
2063
+ isAbstract: true,
2064
+ },
2065
+ XmlSchemaGroupRef: {
2066
+ kind: "class",
2067
+ members: {
2068
+ XmlSchemaGroupRef: {
2069
+ kind: "method",
2070
+ methodKind: "constructor",
2071
+ },
2072
+ Particle: {
2073
+ kind: "property",
2074
+ type: () => {
2075
+ return Schema.XmlSchemaGroupBase;
2076
+ },
2077
+ isNullable: true,
2078
+ },
2079
+ RefName: {
2080
+ kind: "property",
2081
+ type: () => {
2082
+ return Xml.XmlQualifiedName;
2083
+ },
2084
+ },
2085
+ },
2086
+ },
2087
+ XmlSchemaIdentityConstraint: {
2088
+ kind: "class",
2089
+ members: {
2090
+ XmlSchemaIdentityConstraint: {
2091
+ kind: "method",
2092
+ methodKind: "constructor",
2093
+ },
2094
+ Fields: {
2095
+ kind: "property",
2096
+ type: () => {
2097
+ return Schema.XmlSchemaObjectCollection;
2098
+ },
2099
+ },
2100
+ Name: {
2101
+ kind: "property",
2102
+ type: () => {
2103
+ return System.String;
2104
+ },
2105
+ isNullable: true,
2106
+ },
2107
+ QualifiedName: {
2108
+ kind: "property",
2109
+ type: () => {
2110
+ return Xml.XmlQualifiedName;
2111
+ },
2112
+ },
2113
+ Selector: {
2114
+ kind: "property",
2115
+ type: () => {
2116
+ return Schema.XmlSchemaXPath;
2117
+ },
2118
+ isNullable: true,
2119
+ },
2120
+ },
2121
+ },
2122
+ XmlSchemaImport: {
2123
+ kind: "class",
2124
+ members: {
2125
+ XmlSchemaImport: {
2126
+ kind: "method",
2127
+ methodKind: "constructor",
2128
+ },
2129
+ Annotation: {
2130
+ kind: "property",
2131
+ type: () => {
2132
+ return Schema.XmlSchemaAnnotation;
2133
+ },
2134
+ },
2135
+ Namespace: {
2136
+ kind: "property",
2137
+ type: () => {
2138
+ return System.String;
2139
+ },
2140
+ isNullable: true,
2141
+ },
2142
+ },
2143
+ },
2144
+ XmlSchemaInclude: {
2145
+ kind: "class",
2146
+ members: {
2147
+ XmlSchemaInclude: {
2148
+ kind: "method",
2149
+ methodKind: "constructor",
2150
+ },
2151
+ Annotation: {
2152
+ kind: "property",
2153
+ type: () => {
2154
+ return Schema.XmlSchemaAnnotation;
2155
+ },
2156
+ },
2157
+ },
2158
+ },
2159
+ XmlSchemaInference: {
2160
+ kind: "class",
2161
+ members: {
2162
+ InferenceOption: {
2163
+ kind: "enum",
2164
+ members: {
2165
+ Restricted: {
2166
+ kind: "field",
2167
+ type: () => {
2168
+ return Schema.XmlSchemaInference.InferenceOption;
2169
+ },
2170
+ },
2171
+ Relaxed: {
2172
+ kind: "field",
2173
+ type: () => {
2174
+ return Schema.XmlSchemaInference.InferenceOption;
2175
+ },
2176
+ },
2177
+ },
2178
+ },
2179
+ },
2180
+ },
2181
+ XmlSchemaInferenceException: {
2182
+ kind: "class",
2183
+ members: {
2184
+ XmlSchemaInferenceException: {
2185
+ kind: "method",
2186
+ methodKind: "constructor",
2187
+ },
2188
+ },
2189
+ },
2190
+ XmlSchemaInfo: {
2191
+ kind: "class",
2192
+ members: {
2193
+ XmlSchemaInfo: {
2194
+ kind: "method",
2195
+ methodKind: "constructor",
2196
+ },
2197
+ ContentType: {
2198
+ kind: "property",
2199
+ type: () => {
2200
+ return Schema.XmlSchemaContentType;
2201
+ },
2202
+ },
2203
+ IsDefault: {
2204
+ kind: "property",
2205
+ type: () => {
2206
+ return System.Boolean;
2207
+ },
2208
+ },
2209
+ IsNil: {
2210
+ kind: "property",
2211
+ type: () => {
2212
+ return System.Boolean;
2213
+ },
2214
+ },
2215
+ MemberType: {
2216
+ kind: "property",
2217
+ type: () => {
2218
+ return Schema.XmlSchemaSimpleType;
2219
+ },
2220
+ isNullable: true,
2221
+ },
2222
+ SchemaAttribute: {
2223
+ kind: "property",
2224
+ type: () => {
2225
+ return Schema.XmlSchemaAttribute;
2226
+ },
2227
+ },
2228
+ SchemaElement: {
2229
+ kind: "property",
2230
+ type: () => {
2231
+ return Schema.XmlSchemaElement;
2232
+ },
2233
+ },
2234
+ SchemaType: {
2235
+ kind: "property",
2236
+ type: () => {
2237
+ return Schema.XmlSchemaType;
2238
+ },
2239
+ },
2240
+ Validity: {
2241
+ kind: "property",
2242
+ type: () => {
2243
+ return Schema.XmlSchemaValidity;
2244
+ },
2245
+ },
2246
+ },
2247
+ },
2248
+ XmlSchemaKey: {
2249
+ kind: "class",
2250
+ members: {
2251
+ XmlSchemaKey: {
2252
+ kind: "method",
2253
+ methodKind: "constructor",
2254
+ },
2255
+ },
2256
+ },
2257
+ XmlSchemaKeyref: {
2258
+ kind: "class",
2259
+ members: {
2260
+ XmlSchemaKeyref: {
2261
+ kind: "method",
2262
+ methodKind: "constructor",
2263
+ },
2264
+ Refer: {
2265
+ kind: "property",
2266
+ type: () => {
2267
+ return Xml.XmlQualifiedName;
2268
+ },
2269
+ },
2270
+ },
2271
+ },
2272
+ XmlSchemaLengthFacet: {
2273
+ kind: "class",
2274
+ members: {
2275
+ XmlSchemaLengthFacet: {
2276
+ kind: "method",
2277
+ methodKind: "constructor",
2278
+ },
2279
+ },
2280
+ },
2281
+ XmlSchemaMaxExclusiveFacet: {
2282
+ kind: "class",
2283
+ members: {
2284
+ XmlSchemaMaxExclusiveFacet: {
2285
+ kind: "method",
2286
+ methodKind: "constructor",
2287
+ },
2288
+ },
2289
+ },
2290
+ XmlSchemaMaxInclusiveFacet: {
2291
+ kind: "class",
2292
+ members: {
2293
+ XmlSchemaMaxInclusiveFacet: {
2294
+ kind: "method",
2295
+ methodKind: "constructor",
2296
+ },
2297
+ },
2298
+ },
2299
+ XmlSchemaMaxLengthFacet: {
2300
+ kind: "class",
2301
+ members: {
2302
+ XmlSchemaMaxLengthFacet: {
2303
+ kind: "method",
2304
+ methodKind: "constructor",
2305
+ },
2306
+ },
2307
+ },
2308
+ XmlSchemaMinExclusiveFacet: {
2309
+ kind: "class",
2310
+ members: {
2311
+ XmlSchemaMinExclusiveFacet: {
2312
+ kind: "method",
2313
+ methodKind: "constructor",
2314
+ },
2315
+ },
2316
+ },
2317
+ XmlSchemaMinInclusiveFacet: {
2318
+ kind: "class",
2319
+ members: {
2320
+ XmlSchemaMinInclusiveFacet: {
2321
+ kind: "method",
2322
+ methodKind: "constructor",
2323
+ },
2324
+ },
2325
+ },
2326
+ XmlSchemaMinLengthFacet: {
2327
+ kind: "class",
2328
+ members: {
2329
+ XmlSchemaMinLengthFacet: {
2330
+ kind: "method",
2331
+ methodKind: "constructor",
2332
+ },
2333
+ },
2334
+ },
2335
+ XmlSchemaNotation: {
2336
+ kind: "class",
2337
+ members: {
2338
+ XmlSchemaNotation: {
2339
+ kind: "method",
2340
+ methodKind: "constructor",
2341
+ },
2342
+ Name: {
2343
+ kind: "property",
2344
+ type: () => {
2345
+ return System.String;
2346
+ },
2347
+ isNullable: true,
2348
+ },
2349
+ Public: {
2350
+ kind: "property",
2351
+ type: () => {
2352
+ return System.String;
2353
+ },
2354
+ isNullable: true,
2355
+ },
2356
+ System: {
2357
+ kind: "property",
2358
+ type: () => {
2359
+ return System.String;
2360
+ },
2361
+ isNullable: true,
2362
+ },
2363
+ },
2364
+ },
2365
+ XmlSchemaNumericFacet: {
2366
+ kind: "class",
2367
+ members: {
2368
+ XmlSchemaNumericFacet: {
2369
+ kind: "method",
2370
+ methodKind: "constructor",
2371
+ },
2372
+ },
2373
+ isAbstract: true,
2374
+ },
2375
+ XmlSchemaObject: {
2376
+ kind: "class",
2377
+ members: {
2378
+ XmlSchemaObject: {
2379
+ kind: "method",
2380
+ methodKind: "constructor",
2381
+ },
2382
+ LineNumber: {
2383
+ kind: "property",
2384
+ type: () => {
2385
+ return System.Int32;
2386
+ },
2387
+ },
2388
+ LinePosition: {
2389
+ kind: "property",
2390
+ type: () => {
2391
+ return System.Int32;
2392
+ },
2393
+ },
2394
+ Namespaces: {
2395
+ kind: "property",
2396
+ type: () => {
2397
+ return Serialization.XmlSerializerNamespaces;
2398
+ },
2399
+ },
2400
+ Parent: {
2401
+ kind: "property",
2402
+ type: () => {
2403
+ return Schema.XmlSchemaObject;
2404
+ },
2405
+ isNullable: true,
2406
+ },
2407
+ SourceUri: {
2408
+ kind: "property",
2409
+ type: () => {
2410
+ return System.String;
2411
+ },
2412
+ isNullable: true,
2413
+ },
2414
+ },
2415
+ isAbstract: true,
2416
+ },
2417
+ XmlSchemaObjectCollection: {
2418
+ kind: "class",
2419
+ members: {
2420
+ XmlSchemaObjectCollection: {
2421
+ kind: "method",
2422
+ methodKind: "constructor",
2423
+ },
2424
+ Add: {
2425
+ kind: "method",
2426
+ methodKind: "ordinary",
2427
+ },
2428
+ Contains: {
2429
+ kind: "method",
2430
+ methodKind: "ordinary",
2431
+ },
2432
+ CopyTo: {
2433
+ kind: "method",
2434
+ methodKind: "ordinary",
2435
+ },
2436
+ GetEnumerator: {
2437
+ kind: "method",
2438
+ methodKind: "ordinary",
2439
+ },
2440
+ IndexOf: {
2441
+ kind: "method",
2442
+ methodKind: "ordinary",
2443
+ },
2444
+ Insert: {
2445
+ kind: "method",
2446
+ methodKind: "ordinary",
2447
+ },
2448
+ OnClear: {
2449
+ kind: "method",
2450
+ methodKind: "ordinary",
2451
+ isOverride: true,
2452
+ },
2453
+ OnInsert: {
2454
+ kind: "method",
2455
+ methodKind: "ordinary",
2456
+ isOverride: true,
2457
+ },
2458
+ OnRemove: {
2459
+ kind: "method",
2460
+ methodKind: "ordinary",
2461
+ isOverride: true,
2462
+ },
2463
+ OnSet: {
2464
+ kind: "method",
2465
+ methodKind: "ordinary",
2466
+ isOverride: true,
2467
+ },
2468
+ Remove: {
2469
+ kind: "method",
2470
+ methodKind: "ordinary",
2471
+ },
2472
+ Item: {
2473
+ kind: "property",
2474
+ type: () => {
2475
+ return Schema.XmlSchemaObject;
2476
+ },
2477
+ isVirtual: true,
2478
+ },
2479
+ },
2480
+ },
2481
+ XmlSchemaObjectEnumerator: {
2482
+ kind: "class",
2483
+ members: {
2484
+ MoveNext: {
2485
+ kind: "method",
2486
+ methodKind: "ordinary",
2487
+ },
2488
+ Reset: {
2489
+ kind: "method",
2490
+ methodKind: "ordinary",
2491
+ },
2492
+ Current: {
2493
+ kind: "property",
2494
+ type: () => {
2495
+ return Schema.XmlSchemaObject;
2496
+ },
2497
+ },
2498
+ },
2499
+ },
2500
+ XmlSchemaObjectTable: {
2501
+ kind: "class",
2502
+ members: {
2503
+ Contains: {
2504
+ kind: "method",
2505
+ methodKind: "ordinary",
2506
+ },
2507
+ GetEnumerator: {
2508
+ kind: "method",
2509
+ methodKind: "ordinary",
2510
+ },
2511
+ Count: {
2512
+ kind: "property",
2513
+ type: () => {
2514
+ return System.Int32;
2515
+ },
2516
+ },
2517
+ Item: {
2518
+ kind: "property",
2519
+ type: () => {
2520
+ return Schema.XmlSchemaObject;
2521
+ },
2522
+ },
2523
+ Names: {
2524
+ kind: "property",
2525
+ type: () => {
2526
+ return Collections.ICollection;
2527
+ },
2528
+ },
2529
+ Values: {
2530
+ kind: "property",
2531
+ type: () => {
2532
+ return Collections.ICollection;
2533
+ },
2534
+ },
2535
+ },
2536
+ },
2537
+ XmlSchemaParticle: {
2538
+ kind: "class",
2539
+ members: {
2540
+ XmlSchemaParticle: {
2541
+ kind: "method",
2542
+ methodKind: "constructor",
2543
+ },
2544
+ MaxOccurs: {
2545
+ kind: "property",
2546
+ type: () => {
2547
+ return System.Decimal;
2548
+ },
2549
+ },
2550
+ MaxOccursString: {
2551
+ kind: "property",
2552
+ type: () => {
2553
+ return System.String;
2554
+ },
2555
+ isNullable: true,
2556
+ },
2557
+ MinOccurs: {
2558
+ kind: "property",
2559
+ type: () => {
2560
+ return System.Decimal;
2561
+ },
2562
+ },
2563
+ MinOccursString: {
2564
+ kind: "property",
2565
+ type: () => {
2566
+ return System.String;
2567
+ },
2568
+ isNullable: true,
2569
+ },
2570
+ },
2571
+ isAbstract: true,
2572
+ },
2573
+ XmlSchemaPatternFacet: {
2574
+ kind: "class",
2575
+ members: {
2576
+ XmlSchemaPatternFacet: {
2577
+ kind: "method",
2578
+ methodKind: "constructor",
2579
+ },
2580
+ },
2581
+ },
2582
+ XmlSchemaRedefine: {
2583
+ kind: "class",
2584
+ members: {
2585
+ XmlSchemaRedefine: {
2586
+ kind: "method",
2587
+ methodKind: "constructor",
2588
+ },
2589
+ AttributeGroups: {
2590
+ kind: "property",
2591
+ type: () => {
2592
+ return Schema.XmlSchemaObjectTable;
2593
+ },
2594
+ },
2595
+ Groups: {
2596
+ kind: "property",
2597
+ type: () => {
2598
+ return Schema.XmlSchemaObjectTable;
2599
+ },
2600
+ },
2601
+ Items: {
2602
+ kind: "property",
2603
+ type: () => {
2604
+ return Schema.XmlSchemaObjectCollection;
2605
+ },
2606
+ },
2607
+ SchemaTypes: {
2608
+ kind: "property",
2609
+ type: () => {
2610
+ return Schema.XmlSchemaObjectTable;
2611
+ },
2612
+ },
2613
+ },
2614
+ },
2615
+ XmlSchemaSequence: {
2616
+ kind: "class",
2617
+ members: {
2618
+ XmlSchemaSequence: {
2619
+ kind: "method",
2620
+ methodKind: "constructor",
2621
+ },
2622
+ Items: {
2623
+ kind: "property",
2624
+ type: () => {
2625
+ return Schema.XmlSchemaObjectCollection;
2626
+ },
2627
+ isOverride: true,
2628
+ },
2629
+ },
2630
+ },
2631
+ XmlSchemaSet: {
2632
+ kind: "class",
2633
+ members: {
2634
+ XmlSchemaSet: {
2635
+ kind: "method",
2636
+ methodKind: "constructor",
2637
+ },
2638
+ Add: {
2639
+ kind: "method",
2640
+ methodKind: "ordinary",
2641
+ },
2642
+ Compile: {
2643
+ kind: "method",
2644
+ methodKind: "ordinary",
2645
+ },
2646
+ Contains: {
2647
+ kind: "method",
2648
+ methodKind: "ordinary",
2649
+ },
2650
+ CopyTo: {
2651
+ kind: "method",
2652
+ methodKind: "ordinary",
2653
+ },
2654
+ Remove: {
2655
+ kind: "method",
2656
+ methodKind: "ordinary",
2657
+ },
2658
+ RemoveRecursive: {
2659
+ kind: "method",
2660
+ methodKind: "ordinary",
2661
+ },
2662
+ Reprocess: {
2663
+ kind: "method",
2664
+ methodKind: "ordinary",
2665
+ },
2666
+ Schemas: {
2667
+ kind: "method",
2668
+ methodKind: "ordinary",
2669
+ },
2670
+ CompilationSettings: {
2671
+ kind: "property",
2672
+ type: () => {
2673
+ return Schema.XmlSchemaCompilationSettings;
2674
+ },
2675
+ },
2676
+ Count: {
2677
+ kind: "property",
2678
+ type: () => {
2679
+ return System.Int32;
2680
+ },
2681
+ },
2682
+ GlobalAttributes: {
2683
+ kind: "property",
2684
+ type: () => {
2685
+ return Schema.XmlSchemaObjectTable;
2686
+ },
2687
+ },
2688
+ GlobalElements: {
2689
+ kind: "property",
2690
+ type: () => {
2691
+ return Schema.XmlSchemaObjectTable;
2692
+ },
2693
+ },
2694
+ GlobalTypes: {
2695
+ kind: "property",
2696
+ type: () => {
2697
+ return Schema.XmlSchemaObjectTable;
2698
+ },
2699
+ },
2700
+ IsCompiled: {
2701
+ kind: "property",
2702
+ type: () => {
2703
+ return System.Boolean;
2704
+ },
2705
+ },
2706
+ NameTable: {
2707
+ kind: "property",
2708
+ type: () => {
2709
+ return Xml.XmlNameTable;
2710
+ },
2711
+ },
2712
+ XmlResolver: {
2713
+ kind: "property",
2714
+ type: () => {
2715
+ return Xml.XmlResolver;
2716
+ },
2717
+ },
2718
+ },
2719
+ },
2720
+ XmlSchemaSimpleContent: {
2721
+ kind: "class",
2722
+ members: {
2723
+ XmlSchemaSimpleContent: {
2724
+ kind: "method",
2725
+ methodKind: "constructor",
2726
+ },
2727
+ Content: {
2728
+ kind: "property",
2729
+ type: () => {
2730
+ return Schema.XmlSchemaContent;
2731
+ },
2732
+ isOverride: true,
2733
+ },
2734
+ },
2735
+ },
2736
+ XmlSchemaSimpleContentExtension: {
2737
+ kind: "class",
2738
+ members: {
2739
+ XmlSchemaSimpleContentExtension: {
2740
+ kind: "method",
2741
+ methodKind: "constructor",
2742
+ },
2743
+ AnyAttribute: {
2744
+ kind: "property",
2745
+ type: () => {
2746
+ return Schema.XmlSchemaAnyAttribute;
2747
+ },
2748
+ },
2749
+ Attributes: {
2750
+ kind: "property",
2751
+ type: () => {
2752
+ return Schema.XmlSchemaObjectCollection;
2753
+ },
2754
+ },
2755
+ BaseTypeName: {
2756
+ kind: "property",
2757
+ type: () => {
2758
+ return Xml.XmlQualifiedName;
2759
+ },
2760
+ },
2761
+ },
2762
+ },
2763
+ XmlSchemaSimpleContentRestriction: {
2764
+ kind: "class",
2765
+ members: {
2766
+ XmlSchemaSimpleContentRestriction: {
2767
+ kind: "method",
2768
+ methodKind: "constructor",
2769
+ },
2770
+ AnyAttribute: {
2771
+ kind: "property",
2772
+ type: () => {
2773
+ return Schema.XmlSchemaAnyAttribute;
2774
+ },
2775
+ },
2776
+ Attributes: {
2777
+ kind: "property",
2778
+ type: () => {
2779
+ return Schema.XmlSchemaObjectCollection;
2780
+ },
2781
+ },
2782
+ BaseType: {
2783
+ kind: "property",
2784
+ type: () => {
2785
+ return Schema.XmlSchemaSimpleType;
2786
+ },
2787
+ isNullable: true,
2788
+ },
2789
+ BaseTypeName: {
2790
+ kind: "property",
2791
+ type: () => {
2792
+ return Xml.XmlQualifiedName;
2793
+ },
2794
+ },
2795
+ Facets: {
2796
+ kind: "property",
2797
+ type: () => {
2798
+ return Schema.XmlSchemaObjectCollection;
2799
+ },
2800
+ },
2801
+ },
2802
+ },
2803
+ XmlSchemaSimpleType: {
2804
+ kind: "class",
2805
+ members: {
2806
+ XmlSchemaSimpleType: {
2807
+ kind: "method",
2808
+ methodKind: "constructor",
2809
+ },
2810
+ Content: {
2811
+ kind: "property",
2812
+ type: () => {
2813
+ return Schema.XmlSchemaSimpleTypeContent;
2814
+ },
2815
+ },
2816
+ },
2817
+ },
2818
+ XmlSchemaSimpleTypeContent: {
2819
+ kind: "class",
2820
+ members: {
2821
+ XmlSchemaSimpleTypeContent: {
2822
+ kind: "method",
2823
+ methodKind: "constructor",
2824
+ },
2825
+ },
2826
+ isAbstract: true,
2827
+ },
2828
+ XmlSchemaSimpleTypeList: {
2829
+ kind: "class",
2830
+ members: {
2831
+ XmlSchemaSimpleTypeList: {
2832
+ kind: "method",
2833
+ methodKind: "constructor",
2834
+ },
2835
+ BaseItemType: {
2836
+ kind: "property",
2837
+ type: () => {
2838
+ return Schema.XmlSchemaSimpleType;
2839
+ },
2840
+ isNullable: true,
2841
+ },
2842
+ ItemType: {
2843
+ kind: "property",
2844
+ type: () => {
2845
+ return Schema.XmlSchemaSimpleType;
2846
+ },
2847
+ isNullable: true,
2848
+ },
2849
+ ItemTypeName: {
2850
+ kind: "property",
2851
+ type: () => {
2852
+ return Xml.XmlQualifiedName;
2853
+ },
2854
+ },
2855
+ },
2856
+ },
2857
+ XmlSchemaSimpleTypeRestriction: {
2858
+ kind: "class",
2859
+ members: {
2860
+ XmlSchemaSimpleTypeRestriction: {
2861
+ kind: "method",
2862
+ methodKind: "constructor",
2863
+ },
2864
+ BaseType: {
2865
+ kind: "property",
2866
+ type: () => {
2867
+ return Schema.XmlSchemaSimpleType;
2868
+ },
2869
+ isNullable: true,
2870
+ },
2871
+ BaseTypeName: {
2872
+ kind: "property",
2873
+ type: () => {
2874
+ return Xml.XmlQualifiedName;
2875
+ },
2876
+ },
2877
+ Facets: {
2878
+ kind: "property",
2879
+ type: () => {
2880
+ return Schema.XmlSchemaObjectCollection;
2881
+ },
2882
+ },
2883
+ },
2884
+ },
2885
+ XmlSchemaSimpleTypeUnion: {
2886
+ kind: "class",
2887
+ members: {
2888
+ XmlSchemaSimpleTypeUnion: {
2889
+ kind: "method",
2890
+ methodKind: "constructor",
2891
+ },
2892
+ BaseMemberTypes: {
2893
+ kind: "property",
2894
+ type: () => {
2895
+ return System.Array;
2896
+ },
2897
+ isNullable: true,
2898
+ },
2899
+ BaseTypes: {
2900
+ kind: "property",
2901
+ type: () => {
2902
+ return Schema.XmlSchemaObjectCollection;
2903
+ },
2904
+ },
2905
+ MemberTypes: {
2906
+ kind: "property",
2907
+ type: () => {
2908
+ return System.Array;
2909
+ },
2910
+ isNullable: true,
2911
+ },
2912
+ },
2913
+ },
2914
+ XmlSchemaTotalDigitsFacet: {
2915
+ kind: "class",
2916
+ members: {
2917
+ XmlSchemaTotalDigitsFacet: {
2918
+ kind: "method",
2919
+ methodKind: "constructor",
2920
+ },
2921
+ },
2922
+ },
2923
+ XmlSchemaType: {
2924
+ kind: "class",
2925
+ members: {
2926
+ XmlSchemaType: {
2927
+ kind: "method",
2928
+ methodKind: "constructor",
2929
+ },
2930
+ GetBuiltInComplexType: {
2931
+ kind: "method",
2932
+ methodKind: "ordinary",
2933
+ isStatic: true,
2934
+ },
2935
+ GetBuiltInSimpleType: {
2936
+ kind: "method",
2937
+ methodKind: "ordinary",
2938
+ isStatic: true,
2939
+ },
2940
+ IsDerivedFrom: {
2941
+ kind: "method",
2942
+ methodKind: "ordinary",
2943
+ isStatic: true,
2944
+ },
2945
+ BaseSchemaType: {
2946
+ kind: "property",
2947
+ type: () => {
2948
+ return System.Object;
2949
+ },
2950
+ },
2951
+ BaseXmlSchemaType: {
2952
+ kind: "property",
2953
+ type: () => {
2954
+ return Schema.XmlSchemaType;
2955
+ },
2956
+ isNullable: true,
2957
+ },
2958
+ Datatype: {
2959
+ kind: "property",
2960
+ type: () => {
2961
+ return Schema.XmlSchemaDatatype;
2962
+ },
2963
+ },
2964
+ DerivedBy: {
2965
+ kind: "property",
2966
+ type: () => {
2967
+ return Schema.XmlSchemaDerivationMethod;
2968
+ },
2969
+ },
2970
+ Final: {
2971
+ kind: "property",
2972
+ type: () => {
2973
+ return Schema.XmlSchemaDerivationMethod;
2974
+ },
2975
+ },
2976
+ FinalResolved: {
2977
+ kind: "property",
2978
+ type: () => {
2979
+ return Schema.XmlSchemaDerivationMethod;
2980
+ },
2981
+ },
2982
+ IsMixed: {
2983
+ kind: "property",
2984
+ type: () => {
2985
+ return System.Boolean;
2986
+ },
2987
+ isVirtual: true,
2988
+ },
2989
+ Name: {
2990
+ kind: "property",
2991
+ type: () => {
2992
+ return System.String;
2993
+ },
2994
+ isNullable: true,
2995
+ },
2996
+ QualifiedName: {
2997
+ kind: "property",
2998
+ type: () => {
2999
+ return Xml.XmlQualifiedName;
3000
+ },
3001
+ },
3002
+ TypeCode: {
3003
+ kind: "property",
3004
+ type: () => {
3005
+ return Schema.XmlTypeCode;
3006
+ },
3007
+ },
3008
+ },
3009
+ },
3010
+ XmlSchemaUnique: {
3011
+ kind: "class",
3012
+ members: {
3013
+ XmlSchemaUnique: {
3014
+ kind: "method",
3015
+ methodKind: "constructor",
3016
+ },
3017
+ },
3018
+ },
3019
+ XmlSchemaUse: {
3020
+ kind: "enum",
3021
+ members: {
3022
+ None: {
3023
+ kind: "field",
3024
+ type: () => {
3025
+ return Schema.XmlSchemaUse;
3026
+ },
3027
+ },
3028
+ Optional: {
3029
+ kind: "field",
3030
+ type: () => {
3031
+ return Schema.XmlSchemaUse;
3032
+ },
3033
+ },
3034
+ Prohibited: {
3035
+ kind: "field",
3036
+ type: () => {
3037
+ return Schema.XmlSchemaUse;
3038
+ },
3039
+ },
3040
+ Required: {
3041
+ kind: "field",
3042
+ type: () => {
3043
+ return Schema.XmlSchemaUse;
3044
+ },
3045
+ },
3046
+ },
3047
+ },
3048
+ XmlSchemaValidationException: {
3049
+ kind: "class",
3050
+ members: {
3051
+ XmlSchemaValidationException: {
3052
+ kind: "method",
3053
+ methodKind: "constructor",
3054
+ },
3055
+ SetSourceObject: {
3056
+ kind: "method",
3057
+ methodKind: "ordinary",
3058
+ },
3059
+ SourceObject: {
3060
+ kind: "property",
3061
+ type: () => {
3062
+ return System.Object;
3063
+ },
3064
+ isNullable: true,
3065
+ },
3066
+ },
3067
+ },
3068
+ XmlSchemaValidationFlags: {
3069
+ kind: "enum",
3070
+ members: {
3071
+ None: {
3072
+ kind: "field",
3073
+ type: () => {
3074
+ return Schema.XmlSchemaValidationFlags;
3075
+ },
3076
+ },
3077
+ ProcessInlineSchema: {
3078
+ kind: "field",
3079
+ type: () => {
3080
+ return Schema.XmlSchemaValidationFlags;
3081
+ },
3082
+ },
3083
+ ProcessSchemaLocation: {
3084
+ kind: "field",
3085
+ type: () => {
3086
+ return Schema.XmlSchemaValidationFlags;
3087
+ },
3088
+ },
3089
+ ReportValidationWarnings: {
3090
+ kind: "field",
3091
+ type: () => {
3092
+ return Schema.XmlSchemaValidationFlags;
3093
+ },
3094
+ },
3095
+ ProcessIdentityConstraints: {
3096
+ kind: "field",
3097
+ type: () => {
3098
+ return Schema.XmlSchemaValidationFlags;
3099
+ },
3100
+ },
3101
+ AllowXmlAttributes: {
3102
+ kind: "field",
3103
+ type: () => {
3104
+ return Schema.XmlSchemaValidationFlags;
3105
+ },
3106
+ },
3107
+ },
3108
+ },
3109
+ XmlSchemaValidator: {
3110
+ kind: "class",
3111
+ members: {
3112
+ XmlSchemaValidator: {
3113
+ kind: "method",
3114
+ methodKind: "constructor",
3115
+ },
3116
+ AddSchema: {
3117
+ kind: "method",
3118
+ methodKind: "ordinary",
3119
+ },
3120
+ EndValidation: {
3121
+ kind: "method",
3122
+ methodKind: "ordinary",
3123
+ },
3124
+ GetExpectedAttributes: {
3125
+ kind: "method",
3126
+ methodKind: "ordinary",
3127
+ },
3128
+ GetExpectedParticles: {
3129
+ kind: "method",
3130
+ methodKind: "ordinary",
3131
+ },
3132
+ GetUnspecifiedDefaultAttributes: {
3133
+ kind: "method",
3134
+ methodKind: "ordinary",
3135
+ },
3136
+ Initialize: {
3137
+ kind: "method",
3138
+ methodKind: "ordinary",
3139
+ },
3140
+ SkipToEndElement: {
3141
+ kind: "method",
3142
+ methodKind: "ordinary",
3143
+ },
3144
+ ValidateAttribute: {
3145
+ kind: "method",
3146
+ methodKind: "ordinary",
3147
+ },
3148
+ ValidateElement: {
3149
+ kind: "method",
3150
+ methodKind: "ordinary",
3151
+ },
3152
+ ValidateEndElement: {
3153
+ kind: "method",
3154
+ methodKind: "ordinary",
3155
+ },
3156
+ ValidateEndOfAttributes: {
3157
+ kind: "method",
3158
+ methodKind: "ordinary",
3159
+ },
3160
+ ValidateText: {
3161
+ kind: "method",
3162
+ methodKind: "ordinary",
3163
+ },
3164
+ ValidateWhitespace: {
3165
+ kind: "method",
3166
+ methodKind: "ordinary",
3167
+ },
3168
+ LineInfoProvider: {
3169
+ kind: "property",
3170
+ type: () => {
3171
+ return Xml.IXmlLineInfo;
3172
+ },
3173
+ },
3174
+ SourceUri: {
3175
+ kind: "property",
3176
+ type: () => {
3177
+ return System.Uri;
3178
+ },
3179
+ isNullable: true,
3180
+ },
3181
+ ValidationEventSender: {
3182
+ kind: "property",
3183
+ type: () => {
3184
+ return System.Object;
3185
+ },
3186
+ },
3187
+ XmlResolver: {
3188
+ kind: "property",
3189
+ type: () => {
3190
+ return Xml.XmlResolver;
3191
+ },
3192
+ },
3193
+ },
3194
+ isSealed: true,
3195
+ },
3196
+ XmlSchemaValidity: {
3197
+ kind: "enum",
3198
+ members: {
3199
+ NotKnown: {
3200
+ kind: "field",
3201
+ type: () => {
3202
+ return Schema.XmlSchemaValidity;
3203
+ },
3204
+ },
3205
+ Valid: {
3206
+ kind: "field",
3207
+ type: () => {
3208
+ return Schema.XmlSchemaValidity;
3209
+ },
3210
+ },
3211
+ Invalid: {
3212
+ kind: "field",
3213
+ type: () => {
3214
+ return Schema.XmlSchemaValidity;
3215
+ },
3216
+ },
3217
+ },
3218
+ },
3219
+ XmlSchemaWhiteSpaceFacet: {
3220
+ kind: "class",
3221
+ members: {
3222
+ XmlSchemaWhiteSpaceFacet: {
3223
+ kind: "method",
3224
+ methodKind: "constructor",
3225
+ },
3226
+ },
3227
+ },
3228
+ XmlSchemaXPath: {
3229
+ kind: "class",
3230
+ members: {
3231
+ XmlSchemaXPath: {
3232
+ kind: "method",
3233
+ methodKind: "constructor",
3234
+ },
3235
+ XPath: {
3236
+ kind: "property",
3237
+ type: () => {
3238
+ return System.String;
3239
+ },
3240
+ isNullable: true,
3241
+ },
3242
+ },
3243
+ },
3244
+ XmlSeverityType: {
3245
+ kind: "enum",
3246
+ members: {
3247
+ Error: {
3248
+ kind: "field",
3249
+ type: () => {
3250
+ return Schema.XmlSeverityType;
3251
+ },
3252
+ },
3253
+ Warning: {
3254
+ kind: "field",
3255
+ type: () => {
3256
+ return Schema.XmlSeverityType;
3257
+ },
3258
+ },
3259
+ },
3260
+ },
3261
+ XmlTypeCode: {
3262
+ kind: "enum",
3263
+ members: {
3264
+ None: {
3265
+ kind: "field",
3266
+ type: () => {
3267
+ return Schema.XmlTypeCode;
3268
+ },
3269
+ },
3270
+ Item: {
3271
+ kind: "field",
3272
+ type: () => {
3273
+ return Schema.XmlTypeCode;
3274
+ },
3275
+ },
3276
+ Node: {
3277
+ kind: "field",
3278
+ type: () => {
3279
+ return Schema.XmlTypeCode;
3280
+ },
3281
+ },
3282
+ Document: {
3283
+ kind: "field",
3284
+ type: () => {
3285
+ return Schema.XmlTypeCode;
3286
+ },
3287
+ },
3288
+ Element: {
3289
+ kind: "field",
3290
+ type: () => {
3291
+ return Schema.XmlTypeCode;
3292
+ },
3293
+ },
3294
+ Attribute: {
3295
+ kind: "field",
3296
+ type: () => {
3297
+ return Schema.XmlTypeCode;
3298
+ },
3299
+ },
3300
+ Namespace: {
3301
+ kind: "field",
3302
+ type: () => {
3303
+ return Schema.XmlTypeCode;
3304
+ },
3305
+ },
3306
+ ProcessingInstruction: {
3307
+ kind: "field",
3308
+ type: () => {
3309
+ return Schema.XmlTypeCode;
3310
+ },
3311
+ },
3312
+ Comment: {
3313
+ kind: "field",
3314
+ type: () => {
3315
+ return Schema.XmlTypeCode;
3316
+ },
3317
+ },
3318
+ Text: {
3319
+ kind: "field",
3320
+ type: () => {
3321
+ return Schema.XmlTypeCode;
3322
+ },
3323
+ },
3324
+ AnyAtomicType: {
3325
+ kind: "field",
3326
+ type: () => {
3327
+ return Schema.XmlTypeCode;
3328
+ },
3329
+ },
3330
+ UntypedAtomic: {
3331
+ kind: "field",
3332
+ type: () => {
3333
+ return Schema.XmlTypeCode;
3334
+ },
3335
+ },
3336
+ String: {
3337
+ kind: "field",
3338
+ type: () => {
3339
+ return Schema.XmlTypeCode;
3340
+ },
3341
+ },
3342
+ Boolean: {
3343
+ kind: "field",
3344
+ type: () => {
3345
+ return Schema.XmlTypeCode;
3346
+ },
3347
+ },
3348
+ Decimal: {
3349
+ kind: "field",
3350
+ type: () => {
3351
+ return Schema.XmlTypeCode;
3352
+ },
3353
+ },
3354
+ Float: {
3355
+ kind: "field",
3356
+ type: () => {
3357
+ return Schema.XmlTypeCode;
3358
+ },
3359
+ },
3360
+ Double: {
3361
+ kind: "field",
3362
+ type: () => {
3363
+ return Schema.XmlTypeCode;
3364
+ },
3365
+ },
3366
+ Duration: {
3367
+ kind: "field",
3368
+ type: () => {
3369
+ return Schema.XmlTypeCode;
3370
+ },
3371
+ },
3372
+ DateTime: {
3373
+ kind: "field",
3374
+ type: () => {
3375
+ return Schema.XmlTypeCode;
3376
+ },
3377
+ },
3378
+ Time: {
3379
+ kind: "field",
3380
+ type: () => {
3381
+ return Schema.XmlTypeCode;
3382
+ },
3383
+ },
3384
+ Date: {
3385
+ kind: "field",
3386
+ type: () => {
3387
+ return Schema.XmlTypeCode;
3388
+ },
3389
+ },
3390
+ GYearMonth: {
3391
+ kind: "field",
3392
+ type: () => {
3393
+ return Schema.XmlTypeCode;
3394
+ },
3395
+ },
3396
+ GYear: {
3397
+ kind: "field",
3398
+ type: () => {
3399
+ return Schema.XmlTypeCode;
3400
+ },
3401
+ },
3402
+ GMonthDay: {
3403
+ kind: "field",
3404
+ type: () => {
3405
+ return Schema.XmlTypeCode;
3406
+ },
3407
+ },
3408
+ GDay: {
3409
+ kind: "field",
3410
+ type: () => {
3411
+ return Schema.XmlTypeCode;
3412
+ },
3413
+ },
3414
+ GMonth: {
3415
+ kind: "field",
3416
+ type: () => {
3417
+ return Schema.XmlTypeCode;
3418
+ },
3419
+ },
3420
+ HexBinary: {
3421
+ kind: "field",
3422
+ type: () => {
3423
+ return Schema.XmlTypeCode;
3424
+ },
3425
+ },
3426
+ Base64Binary: {
3427
+ kind: "field",
3428
+ type: () => {
3429
+ return Schema.XmlTypeCode;
3430
+ },
3431
+ },
3432
+ AnyUri: {
3433
+ kind: "field",
3434
+ type: () => {
3435
+ return Schema.XmlTypeCode;
3436
+ },
3437
+ },
3438
+ QName: {
3439
+ kind: "field",
3440
+ type: () => {
3441
+ return Schema.XmlTypeCode;
3442
+ },
3443
+ },
3444
+ Notation: {
3445
+ kind: "field",
3446
+ type: () => {
3447
+ return Schema.XmlTypeCode;
3448
+ },
3449
+ },
3450
+ NormalizedString: {
3451
+ kind: "field",
3452
+ type: () => {
3453
+ return Schema.XmlTypeCode;
3454
+ },
3455
+ },
3456
+ Token: {
3457
+ kind: "field",
3458
+ type: () => {
3459
+ return Schema.XmlTypeCode;
3460
+ },
3461
+ },
3462
+ Language: {
3463
+ kind: "field",
3464
+ type: () => {
3465
+ return Schema.XmlTypeCode;
3466
+ },
3467
+ },
3468
+ NmToken: {
3469
+ kind: "field",
3470
+ type: () => {
3471
+ return Schema.XmlTypeCode;
3472
+ },
3473
+ },
3474
+ Name: {
3475
+ kind: "field",
3476
+ type: () => {
3477
+ return Schema.XmlTypeCode;
3478
+ },
3479
+ },
3480
+ NCName: {
3481
+ kind: "field",
3482
+ type: () => {
3483
+ return Schema.XmlTypeCode;
3484
+ },
3485
+ },
3486
+ Id: {
3487
+ kind: "field",
3488
+ type: () => {
3489
+ return Schema.XmlTypeCode;
3490
+ },
3491
+ },
3492
+ Idref: {
3493
+ kind: "field",
3494
+ type: () => {
3495
+ return Schema.XmlTypeCode;
3496
+ },
3497
+ },
3498
+ Entity: {
3499
+ kind: "field",
3500
+ type: () => {
3501
+ return Schema.XmlTypeCode;
3502
+ },
3503
+ },
3504
+ Integer: {
3505
+ kind: "field",
3506
+ type: () => {
3507
+ return Schema.XmlTypeCode;
3508
+ },
3509
+ },
3510
+ NonPositiveInteger: {
3511
+ kind: "field",
3512
+ type: () => {
3513
+ return Schema.XmlTypeCode;
3514
+ },
3515
+ },
3516
+ NegativeInteger: {
3517
+ kind: "field",
3518
+ type: () => {
3519
+ return Schema.XmlTypeCode;
3520
+ },
3521
+ },
3522
+ Long: {
3523
+ kind: "field",
3524
+ type: () => {
3525
+ return Schema.XmlTypeCode;
3526
+ },
3527
+ },
3528
+ Int: {
3529
+ kind: "field",
3530
+ type: () => {
3531
+ return Schema.XmlTypeCode;
3532
+ },
3533
+ },
3534
+ Short: {
3535
+ kind: "field",
3536
+ type: () => {
3537
+ return Schema.XmlTypeCode;
3538
+ },
3539
+ },
3540
+ Byte: {
3541
+ kind: "field",
3542
+ type: () => {
3543
+ return Schema.XmlTypeCode;
3544
+ },
3545
+ },
3546
+ NonNegativeInteger: {
3547
+ kind: "field",
3548
+ type: () => {
3549
+ return Schema.XmlTypeCode;
3550
+ },
3551
+ },
3552
+ UnsignedLong: {
3553
+ kind: "field",
3554
+ type: () => {
3555
+ return Schema.XmlTypeCode;
3556
+ },
3557
+ },
3558
+ UnsignedInt: {
3559
+ kind: "field",
3560
+ type: () => {
3561
+ return Schema.XmlTypeCode;
3562
+ },
3563
+ },
3564
+ UnsignedShort: {
3565
+ kind: "field",
3566
+ type: () => {
3567
+ return Schema.XmlTypeCode;
3568
+ },
3569
+ },
3570
+ UnsignedByte: {
3571
+ kind: "field",
3572
+ type: () => {
3573
+ return Schema.XmlTypeCode;
3574
+ },
3575
+ },
3576
+ PositiveInteger: {
3577
+ kind: "field",
3578
+ type: () => {
3579
+ return Schema.XmlTypeCode;
3580
+ },
3581
+ },
3582
+ YearMonthDuration: {
3583
+ kind: "field",
3584
+ type: () => {
3585
+ return Schema.XmlTypeCode;
3586
+ },
3587
+ },
3588
+ DayTimeDuration: {
3589
+ kind: "field",
3590
+ type: () => {
3591
+ return Schema.XmlTypeCode;
3592
+ },
3593
+ },
3594
+ },
3595
+ },
3596
+ XmlValueGetter: {
3597
+ kind: "generic",
3598
+ members: {
3599
+ XmlValueGetter: {
3600
+ kind: "method",
3601
+ methodKind: "constructor",
3602
+ },
3603
+ Invoke: {
3604
+ kind: "method",
3605
+ methodKind: "ordinary",
3606
+ isVirtual: true,
3607
+ },
3608
+ BeginInvoke: {
3609
+ kind: "method",
3610
+ methodKind: "ordinary",
3611
+ isVirtual: true,
3612
+ },
3613
+ EndInvoke: {
3614
+ kind: "method",
3615
+ methodKind: "ordinary",
3616
+ isVirtual: true,
3617
+ },
3618
+ },
3619
+ },
3620
+ });
3621
+ export default Schema