arelle-release 2.17.1__py3-none-any.whl → 2.37.71__py3-none-any.whl

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 (893) hide show
  1. arelle/Aspect.py +6 -3
  2. arelle/BetaFeatures.py +3 -0
  3. arelle/Cntlr.py +117 -413
  4. arelle/CntlrCmdLine.py +364 -227
  5. arelle/CntlrQuickBooks.py +4 -2
  6. arelle/CntlrWebMain.py +179 -119
  7. arelle/CntlrWinMain.py +342 -124
  8. arelle/DialogAbout.py +1 -1
  9. arelle/DialogArcroleGroup.py +1 -1
  10. arelle/DialogFind.py +1 -1
  11. arelle/DialogFormulaParameters.py +2 -2
  12. arelle/DialogLanguage.py +45 -36
  13. arelle/DialogNewFactItem.py +1 -1
  14. arelle/DialogOpenArchive.py +30 -34
  15. arelle/DialogPackageManager.py +11 -8
  16. arelle/DialogPluginManager.py +43 -89
  17. arelle/DialogRssWatch.py +2 -2
  18. arelle/DialogURL.py +1 -1
  19. arelle/DialogUserPassword.py +1 -1
  20. arelle/DisclosureSystem.py +69 -1
  21. arelle/ErrorManager.py +321 -0
  22. arelle/FileSource.py +201 -99
  23. arelle/FunctionFn.py +44 -5
  24. arelle/FunctionIxt.py +16 -13
  25. arelle/FunctionUtil.py +1 -1
  26. arelle/FunctionXfi.py +68 -24
  27. arelle/FunctionXs.py +1 -1
  28. arelle/HtmlUtil.py +5 -4
  29. arelle/LeiUtil.py +63 -43
  30. arelle/LinkbaseType.py +94 -0
  31. arelle/LocalViewer.py +8 -2
  32. arelle/Locale.py +239 -79
  33. arelle/ModelDocument.py +180 -48
  34. arelle/ModelDtsObject.py +32 -27
  35. arelle/ModelFormulaObject.py +14 -6
  36. arelle/ModelInstanceObject.py +43 -14
  37. arelle/ModelManager.py +6 -1
  38. arelle/ModelObject.py +12 -8
  39. arelle/ModelObjectFactory.py +18 -2
  40. arelle/ModelRelationshipSet.py +46 -3
  41. arelle/ModelRenderingObject.py +899 -951
  42. arelle/ModelRssItem.py +2 -4
  43. arelle/ModelTestcaseObject.py +41 -4
  44. arelle/ModelValue.py +42 -14
  45. arelle/ModelVersReport.py +1 -1
  46. arelle/ModelXbrl.py +133 -273
  47. arelle/PackageManager.py +202 -176
  48. arelle/PluginManager.py +551 -239
  49. arelle/PluginUtils.py +54 -0
  50. arelle/PrototypeInstanceObject.py +53 -12
  51. arelle/PythonUtil.py +166 -25
  52. arelle/RuntimeOptions.py +32 -18
  53. arelle/SocketUtils.py +3 -0
  54. arelle/SystemInfo.py +1 -1
  55. arelle/TkTableWrapper.py +33 -5
  56. arelle/UITkTable.py +27 -21
  57. arelle/Updater.py +7 -3
  58. arelle/UrlUtil.py +6 -2
  59. arelle/Validate.py +596 -402
  60. arelle/ValidateDuplicateFacts.py +584 -0
  61. arelle/ValidateFileSource.py +38 -0
  62. arelle/ValidateFilingText.py +46 -29
  63. arelle/ValidateInfoset.py +104 -32
  64. arelle/ValidateUtr.py +31 -4
  65. arelle/ValidateXbrl.py +144 -120
  66. arelle/ValidateXbrlCalcs.py +51 -66
  67. arelle/ValidateXbrlDTS.py +98 -29
  68. arelle/Version.py +2 -7
  69. arelle/ViewFile.py +2 -0
  70. arelle/ViewFileDTS.py +7 -2
  71. arelle/ViewFileFactList.py +1 -1
  72. arelle/ViewFileFactTable.py +4 -4
  73. arelle/ViewFileRelationshipSet.py +36 -19
  74. arelle/ViewFileRenderedGrid.py +164 -753
  75. arelle/ViewFileRenderedLayout.py +174 -0
  76. arelle/ViewFileRenderedStructure.py +108 -0
  77. arelle/ViewWinDTS.py +4 -1
  78. arelle/ViewWinFactList.py +1 -1
  79. arelle/ViewWinFactTable.py +1 -1
  80. arelle/ViewWinRelationshipSet.py +14 -8
  81. arelle/ViewWinRenderedGrid.py +397 -287
  82. arelle/ViewWinRssFeed.py +4 -0
  83. arelle/ViewWinTree.py +15 -9
  84. arelle/ViewWinXml.py +1 -1
  85. arelle/WebCache.py +510 -272
  86. arelle/XbrlConst.py +202 -196
  87. arelle/XbrlUtil.py +2 -1
  88. arelle/XhtmlValidate.py +9 -23
  89. arelle/XmlUtil.py +24 -19
  90. arelle/XmlValidate.py +95 -67
  91. arelle/XmlValidateParticles.py +4 -4
  92. arelle/_version.py +33 -3
  93. arelle/api/Session.py +183 -0
  94. arelle/config/creationSoftwareNames.json +24 -10
  95. arelle/config/disclosuresystems.xml +1 -1
  96. arelle/config/disclosuresystems.xsd +3 -0
  97. arelle/config/sbr-text-formatting.xsd +737 -0
  98. arelle/conformance/CSVTestcaseLoader.py +102 -0
  99. arelle/formula/FactAspectsCache.py +10 -4
  100. arelle/formula/ValidateFormula.py +82 -194
  101. arelle/formula/XPathContext.py +42 -28
  102. arelle/formula/XPathParser.py +15 -9
  103. arelle/locale/ar_EG/LC_MESSAGES/ar_EG.po +3 -4
  104. arelle/locale/messages.pot +1 -2
  105. arelle/locale/ru/LC_MESSAGES/ru.po +2 -2
  106. arelle/logging/formatters/LogFormatter.py +47 -0
  107. arelle/logging/handlers/LogHandlerWithXml.py +94 -0
  108. arelle/logging/handlers/LogToBufferHandler.py +20 -0
  109. arelle/logging/handlers/LogToPrintHandler.py +41 -0
  110. arelle/logging/handlers/LogToXmlHandler.py +244 -0
  111. arelle/logging/handlers/StructuredMessageLogHandler.py +74 -0
  112. arelle/model/CommentBase.py +3 -0
  113. arelle/model/ElementBase.py +3 -0
  114. arelle/model/PIBase.py +3 -0
  115. arelle/model/__init__.py +3 -0
  116. arelle/oim/Load.py +2869 -0
  117. arelle/oim/Validate.py +155 -0
  118. arelle/oim/xml/Save.py +21 -0
  119. arelle/packages/PackageConst.py +7 -0
  120. arelle/packages/PackageType.py +13 -0
  121. arelle/packages/PackageUtils.py +22 -0
  122. arelle/packages/PackageValidation.py +200 -0
  123. arelle/packages/report/DetectReportPackage.py +13 -0
  124. arelle/packages/report/ReportPackage.py +265 -0
  125. arelle/packages/report/ReportPackageConst.py +79 -0
  126. arelle/packages/report/ReportPackageValidator.py +207 -0
  127. arelle/plugin/EdgarRendererAllReports.py +12 -12
  128. arelle/plugin/OimTaxonomy/ModelValueMore.py +15 -0
  129. arelle/plugin/OimTaxonomy/ValidateDTS.py +484 -0
  130. arelle/plugin/OimTaxonomy/ViewXbrlTxmyObj.py +239 -0
  131. arelle/plugin/OimTaxonomy/XbrlAbstract.py +16 -0
  132. arelle/plugin/OimTaxonomy/XbrlConcept.py +68 -0
  133. arelle/plugin/OimTaxonomy/XbrlConst.py +261 -0
  134. arelle/plugin/OimTaxonomy/XbrlCube.py +91 -0
  135. arelle/plugin/OimTaxonomy/XbrlDimension.py +38 -0
  136. arelle/plugin/OimTaxonomy/XbrlDts.py +152 -0
  137. arelle/plugin/OimTaxonomy/XbrlEntity.py +16 -0
  138. arelle/plugin/OimTaxonomy/XbrlGroup.py +22 -0
  139. arelle/plugin/OimTaxonomy/XbrlImportedTaxonomy.py +22 -0
  140. arelle/plugin/OimTaxonomy/XbrlLabel.py +31 -0
  141. arelle/plugin/OimTaxonomy/XbrlNetwork.py +100 -0
  142. arelle/plugin/OimTaxonomy/XbrlProperty.py +28 -0
  143. arelle/plugin/OimTaxonomy/XbrlReference.py +33 -0
  144. arelle/plugin/OimTaxonomy/XbrlReport.py +24 -0
  145. arelle/plugin/OimTaxonomy/XbrlTableTemplate.py +35 -0
  146. arelle/plugin/OimTaxonomy/XbrlTaxonomy.py +93 -0
  147. arelle/plugin/OimTaxonomy/XbrlTaxonomyObject.py +154 -0
  148. arelle/plugin/OimTaxonomy/XbrlTransform.py +17 -0
  149. arelle/plugin/OimTaxonomy/XbrlTypes.py +23 -0
  150. arelle/plugin/OimTaxonomy/XbrlUnit.py +17 -0
  151. arelle/plugin/OimTaxonomy/__init__.py +1037 -0
  152. arelle/plugin/OimTaxonomy/resources/iso4217.json +4479 -0
  153. arelle/plugin/OimTaxonomy/resources/oim-taxonomy-schema.json +935 -0
  154. arelle/plugin/OimTaxonomy/resources/ref.json +333 -0
  155. arelle/plugin/OimTaxonomy/resources/transform-types.json +2481 -0
  156. arelle/plugin/OimTaxonomy/resources/types.json +727 -0
  157. arelle/plugin/OimTaxonomy/resources/utr.json +3046 -0
  158. arelle/plugin/OimTaxonomy/resources/xbrlSpec.json +1082 -0
  159. arelle/plugin/formulaLoader.py +3 -3
  160. arelle/plugin/formulaSaver.py +4 -4
  161. arelle/plugin/inlineXbrlDocumentSet.py +331 -102
  162. arelle/plugin/internet/proxyNTLM/HTTPNtlmAuthHandler.py +1 -1
  163. arelle/plugin/loadFromExcel.py +13 -10
  164. arelle/plugin/loadFromOIM.py +16 -3096
  165. arelle/plugin/logging/saveMessages.py +1 -1
  166. arelle/plugin/saveHtmlEBAtables.py +293 -213
  167. arelle/plugin/saveLoadableOIM.py +652 -361
  168. arelle/plugin/saveOIMTaxonomy.py +311 -0
  169. arelle/plugin/streamingExtensions.py +1 -1
  170. arelle/plugin/systemInfo.py +46 -0
  171. arelle/plugin/transforms/tester.py +4 -4
  172. arelle/plugin/validate/CIPC/Const.py +18 -0
  173. arelle/plugin/validate/CIPC/__init__.py +34 -13
  174. arelle/plugin/validate/DBA/DisclosureSystems.py +12 -0
  175. arelle/plugin/validate/DBA/PluginValidationDataExtension.py +165 -0
  176. arelle/plugin/validate/DBA/ValidationPluginExtension.py +545 -0
  177. arelle/plugin/validate/DBA/__init__.py +49 -0
  178. arelle/plugin/validate/DBA/resources/config.xml +21 -0
  179. arelle/plugin/validate/DBA/rules/__init__.py +323 -0
  180. arelle/plugin/validate/DBA/rules/fr.py +1377 -0
  181. arelle/plugin/validate/DBA/rules/tc.py +45 -0
  182. arelle/plugin/validate/DBA/rules/th.py +172 -0
  183. arelle/plugin/validate/DBA/rules/tm.py +351 -0
  184. arelle/plugin/validate/DBA/rules/tr.py +373 -0
  185. arelle/plugin/validate/EBA/__init__.py +11 -12
  186. arelle/plugin/validate/EDINET/Constants.py +208 -0
  187. arelle/plugin/validate/EDINET/ContextRequirement.py +58 -0
  188. arelle/plugin/validate/EDINET/ControllerPluginData.py +298 -0
  189. arelle/plugin/validate/EDINET/CoverItemRequirements.py +42 -0
  190. arelle/plugin/validate/EDINET/DeiRequirements.py +118 -0
  191. arelle/plugin/validate/EDINET/DisclosureSystems.py +1 -0
  192. arelle/plugin/validate/EDINET/FilingFormat.py +275 -0
  193. arelle/plugin/validate/EDINET/FormType.py +134 -0
  194. arelle/plugin/validate/EDINET/ManifestInstance.py +236 -0
  195. arelle/plugin/validate/EDINET/PluginValidationDataExtension.py +640 -0
  196. arelle/plugin/validate/EDINET/ReportFolderType.py +162 -0
  197. arelle/plugin/validate/EDINET/Statement.py +139 -0
  198. arelle/plugin/validate/EDINET/TableOfContentsBuilder.py +493 -0
  199. arelle/plugin/validate/EDINET/UploadContents.py +48 -0
  200. arelle/plugin/validate/EDINET/ValidationPluginExtension.py +64 -0
  201. arelle/plugin/validate/EDINET/__init__.py +109 -0
  202. arelle/plugin/validate/EDINET/resources/config.xml +22 -0
  203. arelle/plugin/validate/EDINET/resources/cover-item-requirements.json +793 -0
  204. arelle/plugin/validate/EDINET/resources/dei-requirements.csv +27 -0
  205. arelle/plugin/validate/EDINET/resources/edinet-taxonomies.xml +62 -0
  206. arelle/plugin/validate/EDINET/rules/contexts.py +547 -0
  207. arelle/plugin/validate/EDINET/rules/edinet.py +1991 -0
  208. arelle/plugin/validate/EDINET/rules/frta.py +301 -0
  209. arelle/plugin/validate/EDINET/rules/gfm.py +2394 -0
  210. arelle/plugin/validate/EDINET/rules/manifests.py +88 -0
  211. arelle/plugin/validate/EDINET/rules/upload.py +1370 -0
  212. arelle/plugin/validate/ESEF/Const.py +16 -75
  213. arelle/plugin/validate/ESEF/Dimensions.py +2 -2
  214. arelle/plugin/validate/ESEF/ESEF_2021/DTS.py +6 -1
  215. arelle/plugin/validate/ESEF/ESEF_2021/Image.py +7 -4
  216. arelle/plugin/validate/ESEF/ESEF_2021/ValidateXbrlFinally.py +80 -57
  217. arelle/plugin/validate/ESEF/ESEF_Current/DTS.py +60 -22
  218. arelle/plugin/validate/ESEF/ESEF_Current/ValidateXbrlFinally.py +272 -133
  219. arelle/plugin/validate/ESEF/Util.py +5 -19
  220. arelle/plugin/validate/ESEF/__init__.py +61 -46
  221. arelle/plugin/validate/ESEF/resources/authority-validations.json +120 -10
  222. arelle/plugin/validate/ESEF/resources/config.xml +44 -3
  223. arelle/plugin/validate/FERC/__init__.py +31 -18
  224. arelle/plugin/validate/FERC/config.xml +18 -18
  225. arelle/plugin/validate/NL/DisclosureSystems.py +19 -3
  226. arelle/plugin/validate/NL/PluginValidationDataExtension.py +710 -7
  227. arelle/plugin/validate/NL/ValidationPluginExtension.py +117 -12
  228. arelle/plugin/validate/NL/__init__.py +21 -10
  229. arelle/plugin/validate/NL/resources/config.xml +27 -6
  230. arelle/plugin/validate/NL/rules/br_kvk.py +81 -21
  231. arelle/plugin/validate/NL/rules/fg_nl.py +292 -0
  232. arelle/plugin/validate/NL/rules/fr_kvk.py +60 -7
  233. arelle/plugin/validate/NL/rules/fr_nl.py +705 -24
  234. arelle/plugin/validate/NL/rules/nl_kvk.py +2182 -0
  235. arelle/plugin/validate/ROS/DisclosureSystems.py +1 -0
  236. arelle/plugin/validate/ROS/PluginValidationDataExtension.py +109 -0
  237. arelle/plugin/validate/ROS/ValidationPluginExtension.py +27 -0
  238. arelle/plugin/validate/ROS/__init__.py +28 -341
  239. arelle/plugin/validate/ROS/resources/config.xml +20 -0
  240. arelle/plugin/validate/ROS/rules/__init__.py +56 -0
  241. arelle/plugin/validate/ROS/rules/ros.py +393 -0
  242. arelle/plugin/validate/UK/ValidateUK.py +1372 -0
  243. arelle/plugin/validate/{HMRC → UK}/__init__.py +195 -189
  244. arelle/plugin/validate/{HMRC → UK}/config.xml +1 -1
  245. arelle/plugin/xbrlDB/SqlDb.py +1 -1
  246. arelle/plugin/xbrlDB/XbrlOpenSqlDB.py +5 -5
  247. arelle/plugin/xbrlDB/XbrlPublicPostgresDB.py +1 -1
  248. arelle/plugin/xbrlDB/XbrlSemanticJsonDB.py +1 -1
  249. arelle/plugin/xbrlDB/XbrlSemanticRdfDB.py +1 -1
  250. arelle/plugin/xbrlDB/__init__.py +4 -1
  251. arelle/{RenderingEvaluator.py → rendering/RenderingEvaluator.py} +120 -99
  252. arelle/rendering/RenderingLayout.py +476 -0
  253. arelle/rendering/RenderingResolution.py +814 -0
  254. arelle/resources/cache/http/www.eurofiling.info/eu/fr/xbrl/ext/filing-indicators.xsd +20 -0
  255. arelle/resources/cache/http/www.w3.org/2001/03/xml.xsd +117 -0
  256. arelle/resources/cache/http/www.w3.org/2001/XMLSchema.xsd +2534 -0
  257. arelle/resources/cache/http/www.w3.org/2001/xml.xsd +287 -0
  258. arelle/resources/cache/http/www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd +779 -0
  259. arelle/resources/cache/http/www.xbrl.org/2003/xbrl-linkbase-2003-12-31.xsd +486 -0
  260. arelle/resources/cache/http/www.xbrl.org/2003/xl-2003-12-31.xsd +251 -0
  261. arelle/resources/cache/http/www.xbrl.org/2003/xlink-2003-12-31.xsd +121 -0
  262. arelle/resources/cache/http/www.xbrl.org/2004/ref-2004-08-10.xsd +129 -0
  263. arelle/resources/cache/http/www.xbrl.org/2005/xbrldt-2005.xsd +53 -0
  264. arelle/resources/cache/http/www.xbrl.org/2006/ref-2006-02-27.xsd +120 -0
  265. arelle/resources/cache/http/www.xbrl.org/2006/xbrldi-2006.xsd +41 -0
  266. arelle/resources/cache/http/www.xbrl.org/2008/boolean-filter.xsd +51 -0
  267. arelle/resources/cache/http/www.xbrl.org/2008/concept-filter.xsd +127 -0
  268. arelle/resources/cache/http/www.xbrl.org/2008/conformance.xsd +116 -0
  269. arelle/resources/cache/http/www.xbrl.org/2008/conformanceFunction.xsd +51 -0
  270. arelle/resources/cache/http/www.xbrl.org/2008/consistency-assertion.xsd +66 -0
  271. arelle/resources/cache/http/www.xbrl.org/2008/dimension-filter.xsd +86 -0
  272. arelle/resources/cache/http/www.xbrl.org/2008/entity-filter.xsd +92 -0
  273. arelle/resources/cache/http/www.xbrl.org/2008/existence-assertion.xsd +44 -0
  274. arelle/resources/cache/http/www.xbrl.org/2008/formula.xsd +261 -0
  275. arelle/resources/cache/http/www.xbrl.org/2008/function.xsd +90 -0
  276. arelle/resources/cache/http/www.xbrl.org/2008/general-filter.xsd +38 -0
  277. arelle/resources/cache/http/www.xbrl.org/2008/generic-label.xsd +80 -0
  278. arelle/resources/cache/http/www.xbrl.org/2008/generic-link.xsd +81 -0
  279. arelle/resources/cache/http/www.xbrl.org/2008/generic-reference.xsd +63 -0
  280. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xbrl-instance-2003-12-31-ixmod.xsd +788 -0
  281. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xbrl-linkbase-2003-12-31-ixmod.xsd +488 -0
  282. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xl-2003-12-31.xsd +248 -0
  283. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xlink-2003-12-31.xsd +117 -0
  284. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xframes-1.xsd +166 -0
  285. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-applet-1.xsd +66 -0
  286. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-attribs-1.xsd +72 -0
  287. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-base-1.xsd +36 -0
  288. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic-form-1.xsd +195 -0
  289. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic-table-1.xsd +169 -0
  290. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10-model-1.xsd +376 -0
  291. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10-module-redefines-1.xsd +61 -0
  292. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10-modules-1.xsd +259 -0
  293. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10.xsd +98 -0
  294. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-bdo-1.xsd +78 -0
  295. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-blkphras-1.xsd +161 -0
  296. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-blkpres-1.xsd +37 -0
  297. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-blkstruct-1.xsd +49 -0
  298. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-charent-1.xsd +38 -0
  299. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-copyright-1.xsd +29 -0
  300. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-csismap-1.xsd +96 -0
  301. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-datatypes-1.xsd +128 -0
  302. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-edit-1.xsd +39 -0
  303. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-events-1.xsd +130 -0
  304. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-form-1.xsd +326 -0
  305. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-frames-1.xsd +113 -0
  306. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-framework-1.xsd +66 -0
  307. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-hypertext-1.xsd +47 -0
  308. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-iframe-1.xsd +68 -0
  309. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-image-1.xsd +45 -0
  310. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlphras-1.xsd +163 -0
  311. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlpres-1.xsd +39 -0
  312. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlstruct-1.xsd +50 -0
  313. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlstyle-1.xsd +27 -0
  314. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-legacy-1.xsd +97 -0
  315. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-link-1.xsd +45 -0
  316. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-list-1.xsd +99 -0
  317. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-meta-1.xsd +42 -0
  318. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-misc-1.xsd +441 -0
  319. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-nameident-1.xsd +63 -0
  320. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-notations-1.xsd +69 -0
  321. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-object-1.xsd +76 -0
  322. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-param-1.xsd +51 -0
  323. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-pres-1.xsd +51 -0
  324. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-ruby-1.xsd +171 -0
  325. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-ruby-basic-1.xsd +89 -0
  326. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-script-1.xsd +70 -0
  327. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-ssismap-1.xsd +43 -0
  328. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-struct-1.xsd +112 -0
  329. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-style-1.xsd +52 -0
  330. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-table-1.xsd +272 -0
  331. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-target-1.xsd +53 -0
  332. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-text-1.xsd +67 -0
  333. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11-model-1.xsd +677 -0
  334. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11-module-redefines-1.xsd +335 -0
  335. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11-modules-1.xsd +528 -0
  336. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11.xsd +104 -0
  337. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml2.xsd +21 -0
  338. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-1.xsd +73 -0
  339. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-2.xsd +74 -0
  340. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-attribs-1.xsd +73 -0
  341. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-attribs-2.xsd +75 -0
  342. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-copyright-1.xsd +34 -0
  343. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-copyright-2.xsd +34 -0
  344. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-handlers-2.xsd +98 -0
  345. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0-definitions.xsd +225 -0
  346. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0-model.xsd +681 -0
  347. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0-modules.xsd +535 -0
  348. arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0.xsd +40 -0
  349. arelle/resources/cache/http/www.xbrl.org/2008/match-filter.xsd +94 -0
  350. arelle/resources/cache/http/www.xbrl.org/2008/period-filter.xsd +86 -0
  351. arelle/resources/cache/http/www.xbrl.org/2008/registry.xsd +145 -0
  352. arelle/resources/cache/http/www.xbrl.org/2008/relative-filter.xsd +38 -0
  353. arelle/resources/cache/http/www.xbrl.org/2008/segment-scenario-filter.xsd +41 -0
  354. arelle/resources/cache/http/www.xbrl.org/2008/tuple-filter.xsd +83 -0
  355. arelle/resources/cache/http/www.xbrl.org/2008/unit-filter.xsd +58 -0
  356. arelle/resources/cache/http/www.xbrl.org/2008/validation.xsd +78 -0
  357. arelle/resources/cache/http/www.xbrl.org/2008/value-assertion.xsd +43 -0
  358. arelle/resources/cache/http/www.xbrl.org/2008/value-filter.xsd +43 -0
  359. arelle/resources/cache/http/www.xbrl.org/2008/variable.xsd +240 -0
  360. arelle/resources/cache/http/www.xbrl.org/2010/aspect-cover-filter.xsd +67 -0
  361. arelle/resources/cache/http/www.xbrl.org/2010/concept-relation-filter.xsd +108 -0
  362. arelle/resources/cache/http/www.xbrl.org/2010/custom-function-implementation.xsd +71 -0
  363. arelle/resources/cache/http/www.xbrl.org/2010/generic-message.xsd +68 -0
  364. arelle/resources/cache/http/www.xbrl.org/2010/validation-message.xsd +50 -0
  365. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xbrl-instance-2003-12-31-ixmod.xsd +788 -0
  366. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xbrl-linkbase-2003-12-31-ixmod.xsd +488 -0
  367. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xl-2003-12-31.xsd +248 -0
  368. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xlink-2003-12-31.xsd +117 -0
  369. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xframes-1.xsd +166 -0
  370. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-applet-1.xsd +66 -0
  371. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-attribs-1.xsd +72 -0
  372. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-base-1.xsd +36 -0
  373. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic-form-1.xsd +195 -0
  374. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic-table-1.xsd +169 -0
  375. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10-model-1.xsd +376 -0
  376. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10-module-redefines-1.xsd +61 -0
  377. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10-modules-1.xsd +259 -0
  378. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10.xsd +98 -0
  379. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-bdo-1.xsd +78 -0
  380. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-blkphras-1.xsd +161 -0
  381. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-blkpres-1.xsd +37 -0
  382. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-blkstruct-1.xsd +49 -0
  383. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-charent-1.xsd +38 -0
  384. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-copyright-1.xsd +29 -0
  385. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-csismap-1.xsd +96 -0
  386. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-datatypes-1.xsd +128 -0
  387. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-edit-1.xsd +39 -0
  388. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-events-1.xsd +130 -0
  389. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-form-1.xsd +326 -0
  390. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-frames-1.xsd +113 -0
  391. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-framework-1.xsd +66 -0
  392. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-hypertext-1.xsd +47 -0
  393. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-iframe-1.xsd +68 -0
  394. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-image-1.xsd +45 -0
  395. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlphras-1.xsd +163 -0
  396. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlpres-1.xsd +39 -0
  397. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlstruct-1.xsd +50 -0
  398. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlstyle-1.xsd +27 -0
  399. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-legacy-1.xsd +97 -0
  400. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-link-1.xsd +45 -0
  401. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-list-1.xsd +99 -0
  402. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-meta-1.xsd +42 -0
  403. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-misc-1.xsd +441 -0
  404. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-nameident-1.xsd +63 -0
  405. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-notations-1.xsd +69 -0
  406. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-object-1.xsd +76 -0
  407. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-param-1.xsd +51 -0
  408. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-pres-1.xsd +51 -0
  409. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-ruby-1.xsd +171 -0
  410. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-ruby-basic-1.xsd +89 -0
  411. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-script-1.xsd +70 -0
  412. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-ssismap-1.xsd +43 -0
  413. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-struct-1.xsd +112 -0
  414. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-style-1.xsd +52 -0
  415. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-table-1.xsd +272 -0
  416. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-target-1.xsd +53 -0
  417. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-text-1.xsd +67 -0
  418. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11-model-1.xsd +677 -0
  419. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11-module-redefines-1.xsd +335 -0
  420. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11-modules-1.xsd +528 -0
  421. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11.xsd +104 -0
  422. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml2.xsd +21 -0
  423. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-1.xsd +73 -0
  424. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-2.xsd +74 -0
  425. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-attribs-1.xsd +73 -0
  426. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-attribs-2.xsd +75 -0
  427. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-copyright-1.xsd +34 -0
  428. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-copyright-2.xsd +34 -0
  429. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-handlers-2.xsd +98 -0
  430. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1-definitions.xsd +252 -0
  431. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1-model.xsd +681 -0
  432. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1-modules.xsd +535 -0
  433. arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1.xsd +40 -0
  434. arelle/resources/cache/http/www.xbrl.org/2013/match-filter.xsd +94 -0
  435. arelle/resources/cache/http/www.xbrl.org/2013/preferred-label.xsd +12 -0
  436. arelle/resources/cache/http/www.xbrl.org/2013/versioning-base.xsd +142 -0
  437. arelle/resources/cache/http/www.xbrl.org/2013/versioning-concept-details.xsd +143 -0
  438. arelle/resources/cache/http/www.xbrl.org/2013/versioning-concept-use.xsd +64 -0
  439. arelle/resources/cache/http/www.xbrl.org/2013/versioning-dimensions.xsd +162 -0
  440. arelle/resources/cache/http/www.xbrl.org/2014/extensible-enumerations.xsd +27 -0
  441. arelle/resources/cache/http/www.xbrl.org/2014/table.xsd +356 -0
  442. arelle/resources/cache/http/www.xbrl.org/2014/tablemodel.xsd +156 -0
  443. arelle/resources/cache/http/www.xbrl.org/2016/assertion-severity.xsd +29 -0
  444. arelle/resources/cache/http/www.xbrl.org/2016/severities.xml +21 -0
  445. arelle/resources/cache/http/www.xbrl.org/2016/taxonomy-package-catalog.xsd +38 -0
  446. arelle/resources/cache/http/www.xbrl.org/2016/taxonomy-package.xsd +154 -0
  447. arelle/resources/cache/http/www.xbrl.org/2022/assertion-severity.xsd +43 -0
  448. arelle/resources/cache/http/www.xbrl.org/2022/severities.xml +21 -0
  449. arelle/resources/cache/http/www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd +76 -0
  450. arelle/resources/cache/http/www.xbrl.org/dtr/type/numeric-2009-12-16.xsd +78 -0
  451. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/accounting-arcrole-2023-01-04.xsd +39 -0
  452. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/deprecated-2009-12-16.xsd +29 -0
  453. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/esma-arcrole-2018-11-21.xsd +14 -0
  454. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd +13 -0
  455. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/jpfr-arcrole-2007-11-07.xsd +27 -0
  456. arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/parent-child-2013-09-19.xsd +12 -0
  457. arelle/resources/cache/http/www.xbrl.org/lrr/role/deprecated-2009-12-16.xsd +17 -0
  458. arelle/resources/cache/http/www.xbrl.org/lrr/role/jpfr-role-2007-11-07.xsd +47 -0
  459. arelle/resources/cache/http/www.xbrl.org/lrr/role/negated-2008-03-31.xsd +30 -0
  460. arelle/resources/cache/http/www.xbrl.org/lrr/role/negated-2009-12-16.xsd +33 -0
  461. arelle/resources/cache/http/www.xbrl.org/lrr/role/negative-2009-12-16.xsd +25 -0
  462. arelle/resources/cache/http/www.xbrl.org/lrr/role/net-2009-12-16.xsd +13 -0
  463. arelle/resources/cache/http/www.xbrl.org/lrr/role/positive-2009-12-16.xsd +25 -0
  464. arelle/resources/cache/http/www.xbrl.org/lrr/role/property-2022-09-28.xsd +15 -0
  465. arelle/resources/cache/http/www.xbrl.org/lrr/role/reference-2009-12-16.xsd +21 -0
  466. arelle/resources/cache/http/www.xbrl.org/lrr/role/restated-2006-02-21.xsd +19 -0
  467. arelle/resources/cache/http/www.xbrl.org/utr/2012-01-30/utr.xml +4543 -0
  468. arelle/resources/cache/http/www.xbrl.org/utr/2012-10-31/utr.xml +4510 -0
  469. arelle/resources/cache/http/www.xbrl.org/utr/2012-11-30/utr.xml +4567 -0
  470. arelle/resources/cache/http/www.xbrl.org/utr/2013-02-28/utr.xml +5180 -0
  471. arelle/resources/cache/http/www.xbrl.org/utr/2013-05-17/utr.xml +5349 -0
  472. arelle/resources/cache/http/www.xbrl.org/utr/2016-08-10/utr.xml +5363 -0
  473. arelle/resources/cache/http/www.xbrl.org/utr/2017-07-12/utr.xml +6164 -0
  474. arelle/resources/cache/http/www.xbrl.org/utr/2021-02-16/utr.xml +6370 -0
  475. arelle/resources/cache/http/www.xbrl.org/utr/2021-12-08/utr.xml +6493 -0
  476. arelle/resources/cache/http/www.xbrl.org/utr/2022-02-16/utr.xml +6551 -0
  477. arelle/resources/cache/http/www.xbrl.org/utr/2022-07-20/utr.xml +6638 -0
  478. arelle/resources/cache/http/www.xbrl.org/utr/2023-12-20/utr.xml +6680 -0
  479. arelle/resources/cache/http/www.xbrl.org/utr/2024-01-31/utr.xml +6680 -0
  480. arelle/resources/cache/http/www.xbrl.org/utr/2024-10-22/utr.xml +6693 -0
  481. arelle/resources/cache/http/www.xbrl.org/utr/utr.xml +6693 -0
  482. arelle/resources/cache/https/www.xbrl.org/2005/conformance.xsd +87 -0
  483. arelle/resources/cache/https/www.xbrl.org/2020/extensible-enumerations-2.0.xsd +51 -0
  484. arelle/resources/cache/https/www.xbrl.org/2023/calculation-1.1.xsd +27 -0
  485. arelle/resources/cache/https/www.xbrl.org/dtr/type/2020-01-21/types.xsd +812 -0
  486. arelle/resources/cache/https/www.xbrl.org/dtr/type/2022-03-31/types.xsd +847 -0
  487. arelle/resources/cache/https/www.xbrl.org/dtr/type/2024-01-31/types.xsd +897 -0
  488. arelle/resources/cache/https/www.xbrl.org/taxonomy/int/filing-indicators/REC/2021-02-03/filing-indicators-def.xml +68 -0
  489. arelle/resources/cache/https/www.xbrl.org/taxonomy/int/filing-indicators/REC/2021-02-03/filing-indicators-label.xml +84 -0
  490. arelle/resources/cache/https/www.xbrl.org/taxonomy/int/filing-indicators/REC/2021-02-03/filing-indicators.xsd +67 -0
  491. arelle/resources/libs/Tktable2.11/linux-x86_64/README.txt +149 -0
  492. arelle/resources/libs/Tktable2.11/linux-x86_64/html/tkTable.html +2039 -0
  493. arelle/resources/libs/Tktable2.11/linux-x86_64/libTktable2.11.so +0 -0
  494. arelle/resources/libs/Tktable2.11/linux-x86_64/license.txt +51 -0
  495. arelle/resources/libs/Tktable2.11/linux-x86_64/pkgIndex.tcl +3 -0
  496. arelle/resources/libs/Tktable2.11/linux-x86_64/tkTable.tcl +825 -0
  497. arelle/resources/libs/Tktable2.11/linux-x86_64/tktable.py +674 -0
  498. arelle/resources/libs/Tktable2.11/macos-arm64/README.txt +149 -0
  499. arelle/resources/libs/Tktable2.11/macos-arm64/html/tkTable.html +2039 -0
  500. arelle/resources/libs/Tktable2.11/macos-arm64/libTktable2.11.dylib +0 -0
  501. arelle/resources/libs/Tktable2.11/macos-arm64/license.txt +51 -0
  502. arelle/resources/libs/Tktable2.11/macos-arm64/pkgIndex.tcl +2 -0
  503. arelle/resources/libs/Tktable2.11/macos-arm64/tkTable.tcl +825 -0
  504. arelle/resources/libs/Tktable2.11/macos-arm64/tktable.py +674 -0
  505. arelle/resources/libs/Tktable2.11/macos-x86_64/README.txt +149 -0
  506. arelle/resources/libs/Tktable2.11/macos-x86_64/html/tkTable.html +2039 -0
  507. arelle/resources/libs/Tktable2.11/macos-x86_64/libTktable2.11.dylib +0 -0
  508. arelle/resources/libs/Tktable2.11/macos-x86_64/license.txt +51 -0
  509. arelle/resources/libs/Tktable2.11/macos-x86_64/pkgIndex.tcl +2 -0
  510. arelle/resources/libs/Tktable2.11/macos-x86_64/tkTable.tcl +825 -0
  511. arelle/resources/libs/Tktable2.11/macos-x86_64/tktable.py +674 -0
  512. arelle/resources/libs/Tktable2.11/win-x86_64/Tktable.dll +0 -0
  513. arelle/resources/libs/Tktable2.11/win-x86_64/pkgIndex.tcl +2 -0
  514. arelle/resources/libs/Tktable2.11/win-x86_64/tkTable.tcl +825 -0
  515. arelle/typing.py +9 -4
  516. arelle/utils/Contexts.py +38 -0
  517. arelle/utils/EntryPointDetection.py +139 -0
  518. arelle/utils/Equivalence.py +22 -0
  519. arelle/utils/{validate/PluginValidationData.py → PluginData.py} +5 -2
  520. arelle/utils/PluginHooks.py +256 -5
  521. arelle/utils/Units.py +36 -0
  522. arelle/utils/validate/Decorator.py +5 -3
  523. arelle/utils/validate/DetectScriptsInXhtml.py +99 -0
  524. arelle/utils/validate/ESEFImage.py +283 -0
  525. arelle/utils/validate/Validation.py +9 -1
  526. arelle/utils/validate/ValidationPlugin.py +74 -11
  527. arelle/utils/validate/ValidationUtil.py +55 -0
  528. arelle/webserver/bottle.py +5 -4424
  529. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info}/METADATA +51 -42
  530. arelle_release-2.37.71.dist-info/RECORD +697 -0
  531. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info}/WHEEL +1 -1
  532. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info/licenses}/LICENSE.md +1 -4
  533. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info}/top_level.txt +0 -1
  534. arelle/DialogOpenTaxonomyPackage.py +0 -1
  535. arelle/RenderingResolver.py +0 -624
  536. arelle/examples/.pydevproject +0 -5
  537. arelle/examples/CustomLogger.py +0 -43
  538. arelle/examples/LoadEFMvalidate.py +0 -32
  539. arelle/examples/LoadSavePreLbCsv.py +0 -26
  540. arelle/examples/LoadValidate.cs +0 -31
  541. arelle/examples/LoadValidate.py +0 -36
  542. arelle/examples/LoadValidateCmdLine.java +0 -69
  543. arelle/examples/LoadValidatePostedZip.java +0 -57
  544. arelle/examples/LoadValidateWebService.java +0 -34
  545. arelle/examples/SaveTableToExelle.py +0 -140
  546. arelle/examples/TR3toTR4.py +0 -88
  547. arelle/examples/plugin/bigInstance.py +0 -394
  548. arelle/examples/plugin/cmdWebServerExtension.py +0 -42
  549. arelle/examples/plugin/crashTest.py +0 -38
  550. arelle/examples/plugin/formulaSuiteConverter.py +0 -212
  551. arelle/examples/plugin/functionsCustom.py +0 -59
  552. arelle/examples/plugin/hello_dolly.py +0 -64
  553. arelle/examples/plugin/hello_i18n.pot +0 -26
  554. arelle/examples/plugin/hello_i18n.py +0 -32
  555. arelle/examples/plugin/importTestChild1.py +0 -21
  556. arelle/examples/plugin/importTestChild2.py +0 -22
  557. arelle/examples/plugin/importTestGrandchild1.py +0 -21
  558. arelle/examples/plugin/importTestGrandchild2.py +0 -21
  559. arelle/examples/plugin/importTestImported1.py +0 -23
  560. arelle/examples/plugin/importTestImported11.py +0 -22
  561. arelle/examples/plugin/importTestParent.py +0 -48
  562. arelle/examples/plugin/locale/fr/LC_MESSAGES/hello_i18n.po +0 -25
  563. arelle/examples/plugin/packagedImportTest/__init__.py +0 -47
  564. arelle/examples/plugin/packagedImportTest/importTestChild1.py +0 -21
  565. arelle/examples/plugin/packagedImportTest/importTestChild2.py +0 -22
  566. arelle/examples/plugin/packagedImportTest/importTestGrandchild1.py +0 -21
  567. arelle/examples/plugin/packagedImportTest/importTestGrandchild2.py +0 -21
  568. arelle/examples/plugin/packagedImportTest/importTestImported1.py +0 -24
  569. arelle/examples/plugin/packagedImportTest/importTestImported11.py +0 -21
  570. arelle/examples/plugin/packagedImportTest/subdir/importTestImported111.py +0 -21
  571. arelle/examples/plugin/packagedImportTest/subdir/subsubdir/importTestImported1111.py +0 -21
  572. arelle/examples/plugin/sakaCalendar.py +0 -215
  573. arelle/examples/plugin/saveInstanceInfoset.py +0 -121
  574. arelle/examples/plugin/streamingExtensions.py +0 -335
  575. arelle/examples/plugin/testcaseCalc11ValidateSetup.py +0 -32
  576. arelle/examples/plugin/testcaseIxExpectedHtmlFixup.py +0 -45
  577. arelle/examples/plugin/updateTableLB.py +0 -242
  578. arelle/examples/plugin/validate/XYZ/DisclosureSystems.py +0 -2
  579. arelle/examples/plugin/validate/XYZ/PluginValidationDataExtension.py +0 -10
  580. arelle/examples/plugin/validate/XYZ/ValidationPluginExtension.py +0 -49
  581. arelle/examples/plugin/validate/XYZ/__init__.py +0 -75
  582. arelle/examples/plugin/validate/XYZ/resources/config.xml +0 -16
  583. arelle/examples/plugin/validate/XYZ/rules/rules01.py +0 -109
  584. arelle/examples/plugin/validate/XYZ/rules/rules02.py +0 -58
  585. arelle/examples/plugin/validateSchemaLxml.py +0 -156
  586. arelle/examples/plugin/validateTableInfoset.py +0 -52
  587. arelle/examples/us-gaap-dei-docType-extraction-frm.xml +0 -90
  588. arelle/examples/us-gaap-dei-ratio-cash-frm.xml +0 -150
  589. arelle/plugin/functionsXmlCreation.py +0 -106
  590. arelle/plugin/instanceInfo.py +0 -306
  591. arelle/plugin/loadFromOIM-2018.py +0 -1282
  592. arelle/plugin/objectmaker.py +0 -285
  593. arelle/plugin/sphinx/FormulaGenerator.py +0 -823
  594. arelle/plugin/sphinx/SphinxContext.py +0 -404
  595. arelle/plugin/sphinx/SphinxEvaluator.py +0 -783
  596. arelle/plugin/sphinx/SphinxMethods.py +0 -1287
  597. arelle/plugin/sphinx/SphinxParser.py +0 -1093
  598. arelle/plugin/sphinx/SphinxValidator.py +0 -163
  599. arelle/plugin/sphinx/US-GAAP Ratios Example.xsr +0 -52
  600. arelle/plugin/sphinx/__init__.py +0 -285
  601. arelle/plugin/transforms/SEC/__init__.py +0 -308
  602. arelle/plugin/transforms/SEC/conf/README.md +0 -39
  603. arelle/plugin/transforms/SEC/conf/extractTestcase.sh +0 -2
  604. arelle/plugin/transforms/SEC/conf/extractTestcase.xsl +0 -109
  605. arelle/plugin/transforms/SEC/conf/runIxtSecTests.sh +0 -16
  606. arelle/plugin/transforms/SEC/conf/saxon9.jar +0 -0
  607. arelle/plugin/transforms/SEC/conf/testcase.xml +0 -7117
  608. arelle/plugin/transforms/SEC/conf/tests.xml +0 -848
  609. arelle/plugin/transforms/SEC/text2num.py +0 -110
  610. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-boolballotbox.xml +0 -66
  611. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-countrynameen.xml +0 -65
  612. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-datequarterend.xml +0 -66
  613. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durday.xml +0 -61
  614. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durhour.xml +0 -69
  615. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durmonth.xml +0 -71
  616. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durweek.xml +0 -70
  617. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-durwordsen.xml +0 -56
  618. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-duryear.xml +0 -64
  619. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-edgarprovcountryen.xml +0 -65
  620. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-entityfilercategoryen.xml +0 -63
  621. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-exchnameen.xml +0 -86
  622. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-numwordsen.xml +0 -55
  623. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-stateprovnameen.xml +0 -64
  624. arelle/plugin/transforms/SEC/transformationRegistry/registry/ixt-sec-yesnoballotbox.xml +0 -66
  625. arelle/plugin/transforms/SEC/transformationRegistry/registry/transform-registry.xml +0 -314
  626. arelle/plugin/transforms/SEC/transformationRegistry/schema/inlinexbrl-sec-transformation.xsd +0 -418
  627. arelle/plugin/validate/EFM/Consts.py +0 -362
  628. arelle/plugin/validate/EFM/DTS.py +0 -569
  629. arelle/plugin/validate/EFM/Dimensions.py +0 -264
  630. arelle/plugin/validate/EFM/Document.py +0 -206
  631. arelle/plugin/validate/EFM/Filing.py +0 -4383
  632. arelle/plugin/validate/EFM/IsolateSeparateIXDSes.py +0 -19
  633. arelle/plugin/validate/EFM/MessageNumericId.py +0 -142
  634. arelle/plugin/validate/EFM/PreCalAlignment.py +0 -324
  635. arelle/plugin/validate/EFM/Util.py +0 -688
  636. arelle/plugin/validate/EFM/__init__.py +0 -843
  637. arelle/plugin/validate/EFM/config.xml +0 -333
  638. arelle/plugin/validate/EFM/resources/README.md +0 -57
  639. arelle/plugin/validate/EFM/resources/axiswarnings.json +0 -27
  640. arelle/plugin/validate/EFM/resources/cef-deprecated-concepts.json +0 -8
  641. arelle/plugin/validate/EFM/resources/country-deprecated-concepts.json +0 -19
  642. arelle/plugin/validate/EFM/resources/currency-deprecated-concepts.json +0 -7
  643. arelle/plugin/validate/EFM/resources/dei-deprecated-concepts.json +0 -8
  644. arelle/plugin/validate/EFM/resources/dei-validations.json +0 -2884
  645. arelle/plugin/validate/EFM/resources/dqc-us-rules.json +0 -1389
  646. arelle/plugin/validate/EFM/resources/ecd-deprecated-concepts.json +0 -1
  647. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-16-4.xml +0 -115
  648. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-17-0-4.xml +0 -300
  649. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-17-1.xml +0 -304
  650. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-17-2.xml +0 -290
  651. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-17-3-1.xml +0 -294
  652. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-18.1.xml +0 -549
  653. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-18.2.xml +0 -506
  654. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-18.3.xml +0 -496
  655. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-19-1.xml +0 -662
  656. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-19-2.xml +0 -3761
  657. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-19-3.xml +0 -3577
  658. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-20-1.xml +0 -4020
  659. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-20-2.xml +0 -3320
  660. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-20-3.xml +0 -2998
  661. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2012.xml +0 -957
  662. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2013.xml +0 -982
  663. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2014.xml +0 -1001
  664. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2015.xml +0 -1076
  665. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-2016.xml +0 -120
  666. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-21-1.xml +0 -3329
  667. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-21-2.xml +0 -1230
  668. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-21-3.xml +0 -1113
  669. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-21-4.xml +0 -1321
  670. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-1-preview.xml +0 -1721
  671. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-1.xml +0 -1841
  672. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-2-2.xml +0 -1450
  673. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-2.xml +0 -1429
  674. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-22-4.xml +0 -1527
  675. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-23-1-1.xml +0 -2049
  676. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-23-1.xml +0 -2065
  677. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-23-2.xml +0 -1674
  678. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-23-3.xml +0 -1715
  679. arelle/plugin/validate/EFM/resources/edgartaxonomies/edgartaxonomies-all-years.xml +0 -10671
  680. arelle/plugin/validate/EFM/resources/edgartaxonomies/erxl.xsd +0 -69
  681. arelle/plugin/validate/EFM/resources/edgartaxonomies/extendedtaxonomies-all-years.xml +0 -18
  682. arelle/plugin/validate/EFM/resources/edgartaxonomies/ifrs-taxonomies.xml +0 -3126
  683. arelle/plugin/validate/EFM/resources/edgartaxonomies/ifrstaxonomies-all-years.xml +0 -22
  684. arelle/plugin/validate/EFM/resources/ex26-validations.json +0 -255
  685. arelle/plugin/validate/EFM/resources/exch-deprecated-concepts.json +0 -163
  686. arelle/plugin/validate/EFM/resources/ifrs-full-deprecated-concepts.json +0 -204
  687. arelle/plugin/validate/EFM/resources/invest-deprecated-concepts.json +0 -99
  688. arelle/plugin/validate/EFM/resources/ixbrl-transform-registries.json +0 -16
  689. arelle/plugin/validate/EFM/resources/naics-deprecated-concepts.json +0 -295
  690. arelle/plugin/validate/EFM/resources/oef-deprecated-concepts.json +0 -59
  691. arelle/plugin/validate/EFM/resources/other-standard-taxonomies.json +0 -12
  692. arelle/plugin/validate/EFM/resources/rr-deprecated-concepts.json +0 -14
  693. arelle/plugin/validate/EFM/resources/rxp-deprecated-concepts.json +0 -1
  694. arelle/plugin/validate/EFM/resources/shr-deprecated-concepts.json +0 -1
  695. arelle/plugin/validate/EFM/resources/sic-deprecated-concepts.json +0 -1
  696. arelle/plugin/validate/EFM/resources/signwarnings.json +0 -112
  697. arelle/plugin/validate/EFM/resources/srt-deprecated-concepts.json +0 -1
  698. arelle/plugin/validate/EFM/resources/stpr-deprecated-concepts.json +0 -1
  699. arelle/plugin/validate/EFM/resources/taxonomy-compatibility.json +0 -79
  700. arelle/plugin/validate/EFM/resources/us-gaap-deprecated-concepts.json +0 -2886
  701. arelle/plugin/validate/EFM/resources/us-gaap-rels-2020.json +0 -29068
  702. arelle/plugin/validate/EFM/resources/us-gaap-rels-2021.json +0 -29598
  703. arelle/plugin/validate/EFM/resources/us-gaap-rels-2022.json +0 -29141
  704. arelle/plugin/validate/EFM/resources/us-gaap-rels-2023.json +0 -29400
  705. arelle/plugin/validate/EFM/resources/vip-deprecated-concepts.json +0 -1
  706. arelle/plugin/validate/EFM/tools/CheckTxmyRefs.py +0 -180
  707. arelle/plugin/validate/EFM-htm/Const.py +0 -205
  708. arelle/plugin/validate/EFM-htm/__init__.py +0 -217
  709. arelle/plugin/validate/EFM-htm/config.xml +0 -17
  710. arelle/plugin/validate/EFM-htm/resources/efm-htm.dtd +0 -664
  711. arelle/plugin/validate/ESEF/ESEF_Current/Image.py +0 -199
  712. arelle/plugin/validate/ESEF_2022/__init__.py +0 -47
  713. arelle/plugin/validate/GFM/__init__.py +0 -59
  714. arelle/plugin/validate/GFM/config.xml +0 -82
  715. arelle/plugin/validate/SBRnl/CustomLoader.py +0 -19
  716. arelle/plugin/validate/SBRnl/DTS.py +0 -305
  717. arelle/plugin/validate/SBRnl/Dimensions.py +0 -357
  718. arelle/plugin/validate/SBRnl/Document.py +0 -799
  719. arelle/plugin/validate/SBRnl/Filing.py +0 -467
  720. arelle/plugin/validate/SBRnl/__init__.py +0 -75
  721. arelle/plugin/validate/SBRnl/config.xml +0 -26
  722. arelle/plugin/validate/SBRnl/sbr-nl-taxonomies.xml +0 -754
  723. arelle/plugin/validate/USBestPractices.py +0 -570
  724. arelle/plugin/validate/USCorpAction.py +0 -557
  725. arelle/plugin/validate/USSecTagging.py +0 -337
  726. arelle/plugin/validate/XDC/__init__.py +0 -77
  727. arelle/plugin/validate/XDC/config.xml +0 -20
  728. arelle/plugin/validate/XFsyntax/__init__.py +0 -64
  729. arelle/plugin/validate/XFsyntax/xf.py +0 -2227
  730. arelle/plugin/validate/__init__.py +0 -20
  731. arelle/plugin/validate/calc2.py +0 -536
  732. arelle/plugin/validateSBRnl.py +0 -530
  733. arelle/scripts-macOS/startWebServer.command +0 -3
  734. arelle/scripts-unix/startWebServer.sh +0 -1
  735. arelle/scripts-windows/startWebServer.bat +0 -5
  736. arelle_release-2.17.1.dist-info/RECORD +0 -676
  737. tests/__init__.py +0 -0
  738. tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest/ArelleGUITest.csproj +0 -30
  739. tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest/Tests.cs +0 -381
  740. tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest/Usings.cs +0 -1
  741. tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest.sln +0 -31
  742. tests/integration_tests/ui_tests/resources/workiva.zip +0 -0
  743. tests/integration_tests/validation/README.md +0 -50
  744. tests/integration_tests/validation/conformance_suite_config.py +0 -59
  745. tests/integration_tests/validation/conformance_suite_configs.py +0 -63
  746. tests/integration_tests/validation/conformance_suite_configurations/efm_current.py +0 -261
  747. tests/integration_tests/validation/conformance_suite_configurations/esef_ixbrl_2021.py +0 -85
  748. tests/integration_tests/validation/conformance_suite_configurations/esef_ixbrl_2022.py +0 -90
  749. tests/integration_tests/validation/conformance_suite_configurations/esef_xhtml_2021.py +0 -15
  750. tests/integration_tests/validation/conformance_suite_configurations/esef_xhtml_2022.py +0 -15
  751. tests/integration_tests/validation/conformance_suite_configurations/nl_nt16.py +0 -13
  752. tests/integration_tests/validation/conformance_suite_configurations/nl_nt17.py +0 -13
  753. tests/integration_tests/validation/conformance_suite_configurations/nl_nt18.py +0 -13
  754. tests/integration_tests/validation/conformance_suite_configurations/xbrl_2_1.py +0 -34
  755. tests/integration_tests/validation/conformance_suite_configurations/xbrl_calculations_1_1.py +0 -40
  756. tests/integration_tests/validation/conformance_suite_configurations/xbrl_dimensions_1_0.py +0 -28
  757. tests/integration_tests/validation/conformance_suite_configurations/xbrl_extensible_enumerations_1_0.py +0 -10
  758. tests/integration_tests/validation/conformance_suite_configurations/xbrl_extensible_enumerations_2_0.py +0 -10
  759. tests/integration_tests/validation/conformance_suite_configurations/xbrl_formula_1_0.py +0 -9
  760. tests/integration_tests/validation/conformance_suite_configurations/xbrl_formula_1_0_assertion_severity_2_0.py +0 -9
  761. tests/integration_tests/validation/conformance_suite_configurations/xbrl_formula_1_0_function_registry.py +0 -14
  762. tests/integration_tests/validation/conformance_suite_configurations/xbrl_ixbrl_1_1.py +0 -22
  763. tests/integration_tests/validation/conformance_suite_configurations/xbrl_link_role_registry_1_0.py +0 -11
  764. tests/integration_tests/validation/conformance_suite_configurations/xbrl_oim_1_0.py +0 -19
  765. tests/integration_tests/validation/conformance_suite_configurations/xbrl_table_linkbase_1_0.py +0 -296
  766. tests/integration_tests/validation/conformance_suite_configurations/xbrl_taxonomy_packages_1_0.py +0 -13
  767. tests/integration_tests/validation/conformance_suite_configurations/xbrl_transformation_registry_3.py +0 -13
  768. tests/integration_tests/validation/conformance_suite_configurations/xbrl_transformation_registry_4.py +0 -13
  769. tests/integration_tests/validation/conformance_suite_configurations/xbrl_transformation_registry_5.py +0 -13
  770. tests/integration_tests/validation/conformance_suite_configurations/xbrl_utr_malformed_1_0.py +0 -31
  771. tests/integration_tests/validation/conformance_suite_configurations/xbrl_utr_registry_1_0.py +0 -22
  772. tests/integration_tests/validation/conformance_suite_configurations/xbrl_utr_structure_1_0.py +0 -18
  773. tests/integration_tests/validation/conftest.py +0 -24
  774. tests/integration_tests/validation/discover_tests.py +0 -22
  775. tests/integration_tests/validation/download_conformance_suites.py +0 -47
  776. tests/integration_tests/validation/run_conformance_suites.py +0 -175
  777. tests/integration_tests/validation/test_conformance_suites.py +0 -14
  778. tests/integration_tests/validation/validation_util.py +0 -271
  779. tests/resources/conformance_suites/nl_nt16/br_kvk/2-04-invalid-period.xbrl +0 -63
  780. tests/resources/conformance_suites/nl_nt16/br_kvk/2-04-testcase.xml +0 -22
  781. tests/resources/conformance_suites/nl_nt16/br_kvk/3-01-missing.xbrl +0 -53
  782. tests/resources/conformance_suites/nl_nt16/br_kvk/3-01-multiple.xbrl +0 -60
  783. tests/resources/conformance_suites/nl_nt16/br_kvk/3-01-testcase.xml +0 -33
  784. tests/resources/conformance_suites/nl_nt16/br_kvk/4-07-invalid.xbrl +0 -57
  785. tests/resources/conformance_suites/nl_nt16/br_kvk/4-07-testcase.xml +0 -22
  786. tests/resources/conformance_suites/nl_nt16/br_kvk/4-10-invalid.xbrl +0 -58
  787. tests/resources/conformance_suites/nl_nt16/br_kvk/4-10-testcase.xml +0 -22
  788. tests/resources/conformance_suites/nl_nt16/br_kvk/4-12-invalid.xbrl +0 -63
  789. tests/resources/conformance_suites/nl_nt16/br_kvk/4-12-testcase.xml +0 -22
  790. tests/resources/conformance_suites/nl_nt16/br_kvk/4-16-missing.xbrl +0 -61
  791. tests/resources/conformance_suites/nl_nt16/br_kvk/4-16-testcase.xml +0 -22
  792. tests/resources/conformance_suites/nl_nt16/br_kvk/4-20-invalid-date.xbrl +0 -89
  793. tests/resources/conformance_suites/nl_nt16/br_kvk/4-20-testcase.xml +0 -22
  794. tests/resources/conformance_suites/nl_nt16/fr_kvk/1-01-invalid-file-extension.xml +0 -56
  795. tests/resources/conformance_suites/nl_nt16/fr_kvk/1-01-testcase.xml +0 -22
  796. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-01-invalid-lang.xbrl +0 -56
  797. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-01-missing-lang.xbrl +0 -55
  798. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-01-testcase.xml +0 -33
  799. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-03-entrypoint.xsd +0 -6
  800. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-03-invalid-entrypoint.xbrl +0 -63
  801. tests/resources/conformance_suites/nl_nt16/fr_kvk/2-03-testcase.xml +0 -22
  802. tests/resources/conformance_suites/nl_nt16/fr_kvk/5-01-invalid-decimals.xbrl +0 -49
  803. tests/resources/conformance_suites/nl_nt16/fr_kvk/5-01-testcase.xml +0 -22
  804. tests/resources/conformance_suites/nl_nt16/fr_kvk/5-02-invalid-decimals.xbrl +0 -49
  805. tests/resources/conformance_suites/nl_nt16/fr_kvk/5-02-testcase.xml +0 -22
  806. tests/resources/conformance_suites/nl_nt16/fr_nl/1-01-invalid-file.xbrl +0 -2
  807. tests/resources/conformance_suites/nl_nt16/fr_nl/1-01-invalid-zip.zip +0 -0
  808. tests/resources/conformance_suites/nl_nt16/fr_nl/1-01-testcase.xml +0 -33
  809. tests/resources/conformance_suites/nl_nt16/fr_nl/1-03-invalid-doctype.xbrl +0 -4
  810. tests/resources/conformance_suites/nl_nt16/fr_nl/1-03-testcase.xml +0 -22
  811. tests/resources/conformance_suites/nl_nt16/fr_nl/1-05-invalid-encoding.xbrl +0 -0
  812. tests/resources/conformance_suites/nl_nt16/fr_nl/1-05-testcase.xml +0 -22
  813. tests/resources/conformance_suites/nl_nt16/fr_nl/1-06-testcase.xml +0 -22
  814. tests/resources/conformance_suites/nl_nt16/fr_nl/1-06.invalid.xbrl +0 -2
  815. tests/resources/conformance_suites/nl_nt16/fr_nl/2-06-invalid-file.xbrl +0 -8
  816. tests/resources/conformance_suites/nl_nt16/fr_nl/2-06-invalid-zip.zip +0 -0
  817. tests/resources/conformance_suites/nl_nt16/fr_nl/2-06-testcase.xml +0 -33
  818. tests/resources/conformance_suites/nl_nt16/index.xml +0 -20
  819. tests/resources/conformance_suites/nl_nt17/br_kvk/2-04-invalid-period.xbrl +0 -63
  820. tests/resources/conformance_suites/nl_nt17/br_kvk/2-04-testcase.xml +0 -22
  821. tests/resources/conformance_suites/nl_nt17/br_kvk/3-01-missing.xbrl +0 -53
  822. tests/resources/conformance_suites/nl_nt17/br_kvk/3-01-multiple.xbrl +0 -60
  823. tests/resources/conformance_suites/nl_nt17/br_kvk/3-01-testcase.xml +0 -33
  824. tests/resources/conformance_suites/nl_nt17/br_kvk/4-07-invalid.xbrl +0 -57
  825. tests/resources/conformance_suites/nl_nt17/br_kvk/4-07-testcase.xml +0 -22
  826. tests/resources/conformance_suites/nl_nt17/br_kvk/4-10-invalid.xbrl +0 -58
  827. tests/resources/conformance_suites/nl_nt17/br_kvk/4-10-testcase.xml +0 -22
  828. tests/resources/conformance_suites/nl_nt17/br_kvk/4-12-invalid.xbrl +0 -63
  829. tests/resources/conformance_suites/nl_nt17/br_kvk/4-12-testcase.xml +0 -22
  830. tests/resources/conformance_suites/nl_nt17/br_kvk/4-16-missing.xbrl +0 -61
  831. tests/resources/conformance_suites/nl_nt17/br_kvk/4-16-testcase.xml +0 -22
  832. tests/resources/conformance_suites/nl_nt17/br_kvk/4-20-invalid-date.xbrl +0 -89
  833. tests/resources/conformance_suites/nl_nt17/br_kvk/4-20-testcase.xml +0 -22
  834. tests/resources/conformance_suites/nl_nt17/fr_kvk/1-01-invalid-file-extension.xml +0 -56
  835. tests/resources/conformance_suites/nl_nt17/fr_kvk/1-01-testcase.xml +0 -22
  836. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-01-invalid-lang.xbrl +0 -56
  837. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-01-missing-lang.xbrl +0 -55
  838. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-01-testcase.xml +0 -33
  839. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-03-entrypoint.xsd +0 -6
  840. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-03-invalid-entrypoint.xbrl +0 -63
  841. tests/resources/conformance_suites/nl_nt17/fr_kvk/2-03-testcase.xml +0 -22
  842. tests/resources/conformance_suites/nl_nt17/fr_kvk/5-01-invalid-decimals.xbrl +0 -49
  843. tests/resources/conformance_suites/nl_nt17/fr_kvk/5-01-testcase.xml +0 -22
  844. tests/resources/conformance_suites/nl_nt17/fr_kvk/5-02-invalid-decimals.xbrl +0 -49
  845. tests/resources/conformance_suites/nl_nt17/fr_kvk/5-02-testcase.xml +0 -22
  846. tests/resources/conformance_suites/nl_nt17/fr_nl/1-01-invalid-file.xbrl +0 -2
  847. tests/resources/conformance_suites/nl_nt17/fr_nl/1-01-invalid-zip.zip +0 -0
  848. tests/resources/conformance_suites/nl_nt17/fr_nl/1-01-testcase.xml +0 -33
  849. tests/resources/conformance_suites/nl_nt17/fr_nl/1-03-invalid-doctype.xbrl +0 -4
  850. tests/resources/conformance_suites/nl_nt17/fr_nl/1-03-testcase.xml +0 -22
  851. tests/resources/conformance_suites/nl_nt17/fr_nl/1-05-invalid-encoding.xbrl +0 -0
  852. tests/resources/conformance_suites/nl_nt17/fr_nl/1-05-testcases.xml +0 -22
  853. tests/resources/conformance_suites/nl_nt17/fr_nl/1-06-testcase.xml +0 -22
  854. tests/resources/conformance_suites/nl_nt17/fr_nl/1-06.invalid.xbrl +0 -2
  855. tests/resources/conformance_suites/nl_nt17/fr_nl/2-06-invalid-file.xbrl +0 -8
  856. tests/resources/conformance_suites/nl_nt17/fr_nl/2-06-invalid-zip.zip +0 -0
  857. tests/resources/conformance_suites/nl_nt17/fr_nl/2-06-testcase.xml +0 -33
  858. tests/resources/conformance_suites/nl_nt17/index.xml +0 -20
  859. tests/resources/conformance_suites/nl_nt18/fr_nl/1-03-invalid-doctype.xbrl +0 -4
  860. tests/resources/conformance_suites/nl_nt18/fr_nl/1-03-testcase.xml +0 -22
  861. tests/resources/conformance_suites/nl_nt18/fr_nl/1-05-invalid-encoding.xbrl +0 -0
  862. tests/resources/conformance_suites/nl_nt18/fr_nl/1-05-testcases.xml +0 -22
  863. tests/resources/conformance_suites/nl_nt18/fr_nl/1-06-testcase.xml +0 -22
  864. tests/resources/conformance_suites/nl_nt18/fr_nl/1-06.invalid.xbrl +0 -2
  865. tests/resources/conformance_suites/nl_nt18/fr_nl/1.01-invalid-file.xbrl +0 -2
  866. tests/resources/conformance_suites/nl_nt18/fr_nl/1.01-invalid-zip.zip +0 -0
  867. tests/resources/conformance_suites/nl_nt18/fr_nl/1.01-testcase.xml +0 -33
  868. tests/resources/conformance_suites/nl_nt18/fr_nl/2-06-invalid-file.xbrl +0 -8
  869. tests/resources/conformance_suites/nl_nt18/fr_nl/2-06-invalid-zip.zip +0 -0
  870. tests/resources/conformance_suites/nl_nt18/fr_nl/2-06-testcase.xml +0 -33
  871. tests/resources/conformance_suites/nl_nt18/index.xml +0 -8
  872. tests/unit_tests/arelle/conftest.py +0 -16
  873. tests/unit_tests/arelle/formula/test_fact_aspects_cache.py +0 -170
  874. tests/unit_tests/arelle/plugin/test_loadfromoim.py +0 -40
  875. tests/unit_tests/arelle/plugin/test_plugin_imports.py +0 -27
  876. tests/unit_tests/arelle/test_betafeatures.py +0 -81
  877. tests/unit_tests/arelle/test_cntlr.py +0 -28
  878. tests/unit_tests/arelle/test_import.py +0 -40
  879. tests/unit_tests/arelle/test_locale.py +0 -73
  880. tests/unit_tests/arelle/test_modelmanager.py +0 -15
  881. tests/unit_tests/arelle/test_packagemanager.py +0 -65
  882. tests/unit_tests/arelle/test_pluginmanager.py +0 -176
  883. tests/unit_tests/arelle/test_qname.py +0 -140
  884. tests/unit_tests/arelle/test_runtimeoptions.py +0 -56
  885. tests/unit_tests/arelle/test_system_info.py +0 -26
  886. tests/unit_tests/arelle/test_updater.py +0 -507
  887. tests/unit_tests/arelle/test_urlutil.py +0 -49
  888. tests/unit_tests/arelle/test_version.py +0 -46
  889. tests/unit_tests/arelle/utils/validate/test_decorator.py +0 -59
  890. /arelle/{examples/plugin/validate/XYZ → plugin/validate/EDINET}/rules/__init__.py +0 -0
  891. /arelle/plugin/validate/{HMRC → UK}/consistencyChecksByName.json +0 -0
  892. /arelle/plugin/validate/{HMRC → UK}/hmrc-taxonomies.xml +0 -0
  893. {arelle_release-2.17.1.dist-info → arelle_release-2.37.71.dist-info}/entry_points.txt +0 -0
@@ -1,3329 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <!--
3
- This file was created by staff of the U.S. Securities and Exchange Commission.
4
- Data and content created by government employees within the scope of their employment
5
- are not subject to domestic copyright protection. 17 U.S.C. 105.
6
- -->
7
- <Erxl version="57" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="erxl.xsd">
8
- <Loc>
9
- <Family>US GAAP</Family>
10
- <Version>2021</Version>
11
- <Href>https://xbrl.sec.gov/dei/2021/dei-2021.xsd</Href>
12
- <AttType>SCH</AttType>
13
- <FileTypeName>Schema</FileTypeName>
14
- <Elements>1</Elements>
15
- <Namespace>http://xbrl.sec.gov/dei/2021</Namespace>
16
- <Prefix>dei</Prefix>
17
- </Loc>
18
- <Loc>
19
- <Family>US GAAP</Family>
20
- <Version>2021</Version>
21
- <Href>https://xbrl.sec.gov/dei/2021/dei-2021_lab.xsd</Href>
22
- <AttType>SCH</AttType>
23
- <FileTypeName>Schema</FileTypeName>
24
- <Elements>1</Elements>
25
- <Namespace>http://xbrl.sec.gov/dei-lab/2021</Namespace>
26
- <Prefix>dei-lab</Prefix>
27
- </Loc>
28
- <Loc>
29
- <Family>US GAAP</Family>
30
- <Version>2021</Version>
31
- <Href>https://xbrl.sec.gov/dei/2021/dei-2021_pre.xsd</Href>
32
- <AttType>SCH</AttType>
33
- <FileTypeName>Schema</FileTypeName>
34
- <Elements>1</Elements>
35
- <Namespace>http://xbrl.sec.gov/dei-pre/2021</Namespace>
36
- <Prefix>dei-pre</Prefix>
37
- </Loc>
38
- <Loc>
39
- <Family>US GAAP</Family>
40
- <Version>2021</Version>
41
- <Href>https://xbrl.sec.gov/dei/2021/dei-2021_def.xsd</Href>
42
- <AttType>SCH</AttType>
43
- <FileTypeName>Schema</FileTypeName>
44
- <Elements>1</Elements>
45
- <Namespace>http://xbrl.sec.gov/dei-def/2021</Namespace>
46
- <Prefix>dei-def</Prefix>
47
- </Loc>
48
- <Loc>
49
- <Family>US GAAP</Family>
50
- <Version>2021</Version>
51
- <Href>https://xbrl.sec.gov/country/2021/country-2021.xsd</Href>
52
- <AttType>SCH</AttType>
53
- <FileTypeName>Schema</FileTypeName>
54
- <Elements>1</Elements>
55
- <Namespace>http://xbrl.sec.gov/country/2021</Namespace>
56
- <Prefix>country</Prefix>
57
- </Loc>
58
- <Loc>
59
- <Family>US GAAP</Family>
60
- <Version>2021</Version>
61
- <Href>https://xbrl.sec.gov/currency/2021/currency-2021.xsd</Href>
62
- <AttType>SCH</AttType>
63
- <FileTypeName>Schema</FileTypeName>
64
- <Elements>1</Elements>
65
- <Namespace>http://xbrl.sec.gov/currency/2021</Namespace>
66
- <Prefix>currency</Prefix>
67
- </Loc>
68
- <Loc>
69
- <Family>US GAAP</Family>
70
- <Version>2021</Version>
71
- <Href>https://xbrl.sec.gov/exch/2021/exch-2021.xsd</Href>
72
- <AttType>SCH</AttType>
73
- <FileTypeName>Schema</FileTypeName>
74
- <Elements>1</Elements>
75
- <Namespace>http://xbrl.sec.gov/exch/2021</Namespace>
76
- <Prefix>exch</Prefix>
77
- </Loc>
78
- <Loc>
79
- <Family>US GAAP</Family>
80
- <Version>2021</Version>
81
- <Href>https://xbrl.sec.gov/sic/2021/sic-2021.xsd</Href>
82
- <AttType>SCH</AttType>
83
- <FileTypeName>Schema</FileTypeName>
84
- <Elements>1</Elements>
85
- <Namespace>http://xbrl.sec.gov/sic/2021</Namespace>
86
- <Prefix>sic</Prefix>
87
- </Loc>
88
- <Loc>
89
- <Family>US GAAP</Family>
90
- <Version>2021</Version>
91
- <Href>https://xbrl.sec.gov/stpr/2021/stpr-2021.xsd</Href>
92
- <AttType>SCH</AttType>
93
- <FileTypeName>Schema</FileTypeName>
94
- <Elements>1</Elements>
95
- <Namespace>http://xbrl.sec.gov/stpr/2021</Namespace>
96
- <Prefix>stpr</Prefix>
97
- </Loc>
98
- <Loc>
99
- <Family>US GAAP</Family>
100
- <Version>2021</Version>
101
- <Href>https://xbrl.sec.gov/naics/2021/naics-2021.xsd</Href>
102
- <AttType>SCH</AttType>
103
- <FileTypeName>Schema</FileTypeName>
104
- <Elements>1</Elements>
105
- <Namespace>http://xbrl.sec.gov/naics/2021</Namespace>
106
- <Prefix>naics</Prefix>
107
- </Loc>
108
- <Loc>
109
- <Family>US GAAP</Family>
110
- <Version>2021</Version>
111
- <Href>https://xbrl.fasb.org/us-gaap/2021/elts/us-gaap-2021-01-31.xsd</Href>
112
- <AttType>SCH</AttType>
113
- <FileTypeName>Schema</FileTypeName>
114
- <Elements>1</Elements>
115
- <Namespace>http://fasb.org/us-gaap/2021-01-31</Namespace>
116
- <Prefix>us-gaap</Prefix>
117
- </Loc>
118
- <Loc>
119
- <Family>US GAAP</Family>
120
- <Version>2021</Version>
121
- <Href>https://xbrl.fasb.org/srt/2021/elts/srt-2021-01-31.xsd</Href>
122
- <AttType>SCH</AttType>
123
- <FileTypeName>Schema</FileTypeName>
124
- <Elements>1</Elements>
125
- <Namespace>http://fasb.org/srt/2021-01-31</Namespace>
126
- <Prefix>srt</Prefix>
127
- </Loc>
128
- <Loc>
129
- <Family>US GAAP</Family>
130
- <Version>2021</Version>
131
- <Href>https://xbrl.fasb.org/us-gaap/2021/elts/us-types-2021-01-31.xsd</Href>
132
- <AttType>SCH</AttType>
133
- <FileTypeName>Schema</FileTypeName>
134
- <Elements>0</Elements>
135
- <Namespace>http://fasb.org/us-types/2021-01-31</Namespace>
136
- <Prefix>us-types</Prefix>
137
- </Loc>
138
- <Loc>
139
- <Family>US GAAP</Family>
140
- <Version>2021</Version>
141
- <Href>https://xbrl.fasb.org/us-gaap/2021/elts/us-roles-2021-01-31.xsd</Href>
142
- <AttType>SCH</AttType>
143
- <FileTypeName>Roles/Arcroles</FileTypeName>
144
- <Elements>0</Elements>
145
- <Namespace>http://fasb.org/us-roles/2021-01-31</Namespace>
146
- </Loc>
147
- <Loc>
148
- <Family>US GAAP</Family>
149
- <Version>2021</Version>
150
- <Href>https://xbrl.fasb.org/srt/2021/elts/srt-types-2021-01-31.xsd</Href>
151
- <AttType>SCH</AttType>
152
- <FileTypeName>Schema</FileTypeName>
153
- <Elements>0</Elements>
154
- <Namespace>http://fasb.org/srt-types/2021-01-31</Namespace>
155
- <Prefix>srt-types</Prefix>
156
- </Loc>
157
- <Loc>
158
- <Family>US GAAP</Family>
159
- <Version>2021</Version>
160
- <Href>https://xbrl.fasb.org/srt/2021/elts/srt-roles-2021-01-31.xsd</Href>
161
- <AttType>SCH</AttType>
162
- <FileTypeName>Roles/Arcroles</FileTypeName>
163
- <Elements>0</Elements>
164
- <Namespace>http://fasb.org/srt-roles/2021-01-31</Namespace>
165
- </Loc>
166
- <Loc>
167
- <Family>US GAAP</Family>
168
- <Version>2021</Version>
169
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
170
- <AttType>SCH</AttType>
171
- <FileTypeName>Roles/Arcroles</FileTypeName>
172
- <Elements>0</Elements>
173
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
174
- </Loc>
175
- <Loc>
176
- <Family>US GAAP</Family>
177
- <Version>2021</Version>
178
- <Href>https://www.xbrl.org/dtr/type/2020-01-21/types.xsd</Href>
179
- <AttType>SCH</AttType>
180
- <FileTypeName>Roles/Arcroles</FileTypeName>
181
- <Elements>0</Elements>
182
- <Namespace>http://www.xbrl.org/dtr/type/2020-01-21</Namespace>
183
- </Loc>
184
- <Loc>
185
- <Family>US GAAP</Family>
186
- <Version>2021</Version>
187
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
188
- <AttType>SCH</AttType>
189
- <FileTypeName>Roles/Arcroles</FileTypeName>
190
- <Elements>0</Elements>
191
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
192
- </Loc>
193
- <Loc>
194
- <Family>US GAAP</Family>
195
- <Version>2021</Version>
196
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
197
- <AttType>SCH</AttType>
198
- <FileTypeName>Roles/Arcroles</FileTypeName>
199
- <Elements>0</Elements>
200
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
201
- </Loc>
202
- <Loc>
203
- <Family>US GAAP</Family>
204
- <Version>2021</Version>
205
- <Href>http://www.xbrl.org/lrr/arcrole/esma-arcrole-2018-11-21.xsd</Href>
206
- <AttType>SCH</AttType>
207
- <FileTypeName>Roles/Arcroles</FileTypeName>
208
- <Elements>0</Elements>
209
- <Namespace>http://www.esma.europa.eu/xbrl/esef/arcrole/wider-narrower</Namespace>
210
- </Loc>
211
- <Loc>
212
- <Family>US GAAP</Family>
213
- <Version>2021</Version>
214
- <Href>https://www.xbrl.org/2020/extensible-enumerations-2.0.xsd</Href>
215
- <AttType>SCH</AttType>
216
- <FileTypeName>Schema</FileTypeName>
217
- <Elements>1</Elements>
218
- <Namespace>http://xbrl.org/2020/extensible-enumerations-2.0</Namespace>
219
- <Prefix>enum2</Prefix>
220
- </Loc>
221
- <Loc>
222
- <Family>US GAAP</Family>
223
- <Version>2020</Version>
224
- <Href>https://xbrl.sec.gov/stpr/2018/stpr-2018-01-31.xsd</Href>
225
- <AttType>SCH</AttType>
226
- <FileTypeName>Schema</FileTypeName>
227
- <Elements>1</Elements>
228
- <Namespace>http://xbrl.sec.gov/stpr/2018-01-31</Namespace>
229
- <Prefix>stpr</Prefix>
230
- </Loc>
231
- <Loc>
232
- <Family>US GAAP</Family>
233
- <Version>2020</Version>
234
- <Href>https://xbrl.sec.gov/sic/2020/sic-2020-01-31.xsd</Href>
235
- <AttType>SCH</AttType>
236
- <FileTypeName>Schema</FileTypeName>
237
- <Elements>1</Elements>
238
- <Namespace>http://xbrl.sec.gov/sic/2020-01-31</Namespace>
239
- <Prefix>sic</Prefix>
240
- </Loc>
241
- <Loc>
242
- <Family>US GAAP</Family>
243
- <Version>2020</Version>
244
- <Href>https://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
245
- <AttType>SCH</AttType>
246
- <FileTypeName>Schema</FileTypeName>
247
- <Elements>1</Elements>
248
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
249
- <Prefix>sic</Prefix>
250
- </Loc>
251
- <Loc>
252
- <Family>US GAAP</Family>
253
- <Version>2020</Version>
254
- <Href>https://xbrl.sec.gov/naics/2017/naics-2017-01-31.xsd</Href>
255
- <AttType>SCH</AttType>
256
- <FileTypeName>Schema</FileTypeName>
257
- <Elements>1</Elements>
258
- <Namespace>http://xbrl.sec.gov/naics/2017-01-31</Namespace>
259
- <Prefix>naics</Prefix>
260
- </Loc>
261
- <Loc>
262
- <Family>US GAAP</Family>
263
- <Version>2020</Version>
264
- <Href>https://xbrl.sec.gov/exch/2020/exch-2020-01-31.xsd</Href>
265
- <AttType>SCH</AttType>
266
- <FileTypeName>Schema</FileTypeName>
267
- <Elements>1</Elements>
268
- <Namespace>http://xbrl.sec.gov/exch/2020-01-31</Namespace>
269
- <Prefix>exch</Prefix>
270
- </Loc>
271
- <Loc>
272
- <Family>US GAAP</Family>
273
- <Version>2020</Version>
274
- <Href>https://xbrl.sec.gov/exch/2019/exch-2019-01-31.xsd</Href>
275
- <AttType>SCH</AttType>
276
- <FileTypeName>Schema</FileTypeName>
277
- <Elements>1</Elements>
278
- <Namespace>http://xbrl.sec.gov/exch/2019-01-31</Namespace>
279
- <Prefix>exch</Prefix>
280
- </Loc>
281
- <Loc>
282
- <Family>US GAAP</Family>
283
- <Version>2020</Version>
284
- <Href>https://xbrl.sec.gov/dei/2020/dei-2020-01-31.xsd</Href>
285
- <AttType>SCH</AttType>
286
- <FileTypeName>Schema</FileTypeName>
287
- <Elements>1</Elements>
288
- <Namespace>http://xbrl.sec.gov/dei/2020-01-31</Namespace>
289
- <Prefix>dei</Prefix>
290
- </Loc>
291
- <Loc>
292
- <Family>US GAAP</Family>
293
- <Version>2020</Version>
294
- <Href>https://xbrl.sec.gov/dei/2019/dei-2019-01-31.xsd</Href>
295
- <AttType>SCH</AttType>
296
- <FileTypeName>Schema</FileTypeName>
297
- <Elements>1</Elements>
298
- <Namespace>http://xbrl.sec.gov/dei/2019-01-31</Namespace>
299
- <Prefix>dei</Prefix>
300
- </Loc>
301
- <Loc>
302
- <Family>US GAAP</Family>
303
- <Version>2020</Version>
304
- <Href>https://xbrl.sec.gov/currency/2020/currency-2020-01-31.xsd</Href>
305
- <AttType>SCH</AttType>
306
- <FileTypeName>Schema</FileTypeName>
307
- <Elements>1</Elements>
308
- <Namespace>http://xbrl.sec.gov/currency/2020-01-31</Namespace>
309
- <Prefix>currency</Prefix>
310
- </Loc>
311
- <Loc>
312
- <Family>US GAAP</Family>
313
- <Version>2020</Version>
314
- <Href>https://xbrl.sec.gov/currency/2019/currency-2019-01-31.xsd</Href>
315
- <AttType>SCH</AttType>
316
- <FileTypeName>Schema</FileTypeName>
317
- <Elements>1</Elements>
318
- <Namespace>http://xbrl.sec.gov/currency/2019-01-31</Namespace>
319
- <Prefix>currency</Prefix>
320
- </Loc>
321
- <Loc>
322
- <Family>US GAAP</Family>
323
- <Version>2020</Version>
324
- <Href>https://xbrl.sec.gov/country/2020/country-2020-01-31.xsd</Href>
325
- <AttType>SCH</AttType>
326
- <FileTypeName>Schema</FileTypeName>
327
- <Elements>1</Elements>
328
- <Namespace>http://xbrl.sec.gov/country/2020-01-31</Namespace>
329
- <Prefix>country</Prefix>
330
- </Loc>
331
- <Loc>
332
- <Family>US GAAP</Family>
333
- <Version>2020</Version>
334
- <Href>https://xbrl.sec.gov/country/2017/country-2017-01-31.xsd</Href>
335
- <AttType>SCH</AttType>
336
- <FileTypeName>Schema</FileTypeName>
337
- <Elements>1</Elements>
338
- <Namespace>http://xbrl.sec.gov/country/2017-01-31</Namespace>
339
- <Prefix>country</Prefix>
340
- </Loc>
341
- <Loc>
342
- <Family>US GAAP</Family>
343
- <Version>2020</Version>
344
- <Href>http://xbrl.fasb.org/us-gaap/2020/elts/us-gaap-2020-01-31.xsd</Href>
345
- <AttType>SCH</AttType>
346
- <FileTypeName>Schema</FileTypeName>
347
- <Elements>1</Elements>
348
- <Namespace>http://fasb.org/us-gaap/2020-01-31</Namespace>
349
- <Prefix>us-gaap</Prefix>
350
- </Loc>
351
- <Loc>
352
- <Family>US GAAP</Family>
353
- <Version>2020</Version>
354
- <Href>http://xbrl.fasb.org/srt/2020/elts/srt-2020-01-31.xsd</Href>
355
- <AttType>SCH</AttType>
356
- <FileTypeName>Schema</FileTypeName>
357
- <Elements>1</Elements>
358
- <Namespace>http://fasb.org/srt/2020-01-31</Namespace>
359
- <Prefix>srt</Prefix>
360
- </Loc>
361
- <Loc>
362
- <Family>US GAAP</Family>
363
- <Version>2020</Version>
364
- <Href>https://xbrl.sec.gov/dei/2020/dei-std-2020-01-31.xsd</Href>
365
- <AttType>SCH</AttType>
366
- <FileTypeName>Entry Point</FileTypeName>
367
- <Elements>0</Elements>
368
- <Namespace>http://xbrl.sec.gov/dei-std/2020-01-31</Namespace>
369
- <Prefix>dei-std</Prefix>
370
- </Loc>
371
- <Loc>
372
- <Family>US GAAP</Family>
373
- <Version>2020</Version>
374
- <Href>https://xbrl.sec.gov/dei/2020/dei-ent-std-2020-01-31.xsd</Href>
375
- <AttType>SCH</AttType>
376
- <FileTypeName>Entry Point</FileTypeName>
377
- <Elements>0</Elements>
378
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2020-01-31</Namespace>
379
- <Prefix>dei-ent-std</Prefix>
380
- </Loc>
381
- <Loc>
382
- <Family>US GAAP</Family>
383
- <Version>2020</Version>
384
- <Href>https://xbrl.sec.gov/dei/2019/dei-std-2019-01-31.xsd</Href>
385
- <AttType>SCH</AttType>
386
- <FileTypeName>Entry Point</FileTypeName>
387
- <Elements>0</Elements>
388
- <Namespace>http://xbrl.sec.gov/dei-std/2019-01-31</Namespace>
389
- <Prefix>dei-std</Prefix>
390
- </Loc>
391
- <Loc>
392
- <Family>US GAAP</Family>
393
- <Version>2020</Version>
394
- <Href>https://xbrl.sec.gov/dei/2019/dei-ent-std-2019-01-31.xsd</Href>
395
- <AttType>SCH</AttType>
396
- <FileTypeName>Entry Point</FileTypeName>
397
- <Elements>0</Elements>
398
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2019-01-31</Namespace>
399
- <Prefix>dei-ent-std</Prefix>
400
- </Loc>
401
- <Loc>
402
- <Family>US GAAP</Family>
403
- <Version>2020</Version>
404
- <Href>http://xbrl.fasb.org/us-gaap/2020/elts/us-types-2020-01-31.xsd</Href>
405
- <AttType>SCH</AttType>
406
- <FileTypeName>Schema</FileTypeName>
407
- <Elements>0</Elements>
408
- <Namespace>http://fasb.org/us-types/2020-01-31</Namespace>
409
- <Prefix>us-types</Prefix>
410
- </Loc>
411
- <Loc>
412
- <Family>US GAAP</Family>
413
- <Version>2020</Version>
414
- <Href>http://xbrl.fasb.org/us-gaap/2020/elts/us-roles-2020-01-31.xsd</Href>
415
- <AttType>SCH</AttType>
416
- <FileTypeName>Roles/Arcroles</FileTypeName>
417
- <Elements>0</Elements>
418
- <Namespace>http://fasb.org/us-roles/2020-01-31</Namespace>
419
- </Loc>
420
- <Loc>
421
- <Family>US GAAP</Family>
422
- <Version>2020</Version>
423
- <Href>http://xbrl.fasb.org/srt/2020/elts/srt-types-2020-01-31.xsd</Href>
424
- <AttType>SCH</AttType>
425
- <FileTypeName>Schema</FileTypeName>
426
- <Elements>0</Elements>
427
- <Namespace>http://fasb.org/srt-types/2020-01-31</Namespace>
428
- <Prefix>srt-types</Prefix>
429
- </Loc>
430
- <Loc>
431
- <Family>US GAAP</Family>
432
- <Version>2020</Version>
433
- <Href>http://xbrl.fasb.org/srt/2020/elts/srt-roles-2020-01-31.xsd</Href>
434
- <AttType>SCH</AttType>
435
- <FileTypeName>Roles/Arcroles</FileTypeName>
436
- <Elements>0</Elements>
437
- <Namespace>http://fasb.org/srt-roles/2020-01-31</Namespace>
438
- </Loc>
439
- <Loc>
440
- <Family>US GAAP</Family>
441
- <Version>2020</Version>
442
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
443
- <AttType>SCH</AttType>
444
- <FileTypeName>Roles/Arcroles</FileTypeName>
445
- <Elements>0</Elements>
446
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
447
- </Loc>
448
- <Loc>
449
- <Family>US GAAP</Family>
450
- <Version>2020</Version>
451
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
452
- <AttType>SCH</AttType>
453
- <FileTypeName>Roles/Arcroles</FileTypeName>
454
- <Elements>0</Elements>
455
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
456
- </Loc>
457
- <Loc>
458
- <Family>US GAAP</Family>
459
- <Version>2020</Version>
460
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
461
- <AttType>SCH</AttType>
462
- <FileTypeName>Roles/Arcroles</FileTypeName>
463
- <Elements>0</Elements>
464
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
465
- </Loc>
466
- <Loc>
467
- <Family>US GAAP</Family>
468
- <Version>2020</Version>
469
- <Href>http://www.xbrl.org/lrr/arcrole/esma-arcrole-2018-11-21.xsd</Href>
470
- <AttType>SCH</AttType>
471
- <FileTypeName>Roles/Arcroles</FileTypeName>
472
- <Elements>0</Elements>
473
- <Namespace>http://www.esma.europa.eu/xbrl/esef/arcrole/wider-narrower</Namespace>
474
- </Loc>
475
- <Loc>
476
- <Family>US GAAP</Family>
477
- <Version>2020</Version>
478
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
479
- <AttType>SCH</AttType>
480
- <FileTypeName>Schema</FileTypeName>
481
- <Elements>0</Elements>
482
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
483
- <Prefix>num</Prefix>
484
- </Loc>
485
- <Loc>
486
- <Family>US GAAP</Family>
487
- <Version>2020</Version>
488
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
489
- <AttType>SCH</AttType>
490
- <FileTypeName>Schema</FileTypeName>
491
- <Elements>0</Elements>
492
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
493
- <Prefix>nonnum</Prefix>
494
- </Loc>
495
- <Loc>
496
- <Family>US GAAP</Family>
497
- <Version>2020</Version>
498
- <Href>https://xbrl.sec.gov/dei/2020/dei-pre-2020-01-31.xml</Href>
499
- <AttType>PRE</AttType>
500
- <FileTypeName>Presentation</FileTypeName>
501
- <Elements>0</Elements>
502
- </Loc>
503
- <Loc>
504
- <Family>US GAAP</Family>
505
- <Version>2020</Version>
506
- <Href>https://xbrl.sec.gov/dei/2019/dei-pre-2019-01-31.xml</Href>
507
- <AttType>PRE</AttType>
508
- <FileTypeName>Presentation</FileTypeName>
509
- <Elements>0</Elements>
510
- </Loc>
511
- <Loc>
512
- <Family>US GAAP</Family>
513
- <Version>2020</Version>
514
- <Href>https://xbrl.sec.gov/dei/2020/dei-lab-2020-01-31.xml</Href>
515
- <AttType>LAB</AttType>
516
- <FileTypeName>Label</FileTypeName>
517
- <Elements>0</Elements>
518
- </Loc>
519
- <Loc>
520
- <Family>US GAAP</Family>
521
- <Version>2020</Version>
522
- <Href>https://xbrl.sec.gov/dei/2019/dei-lab-2019-01-31.xml</Href>
523
- <AttType>LAB</AttType>
524
- <FileTypeName>Label</FileTypeName>
525
- <Elements>0</Elements>
526
- </Loc>
527
- <Loc>
528
- <Family>US GAAP</Family>
529
- <Version>2020</Version>
530
- <Href>https://xbrl.sec.gov/dei/2020/dei-def-2020-01-31.xml</Href>
531
- <AttType>DEF</AttType>
532
- <FileTypeName>Definition, Dimensions</FileTypeName>
533
- <Elements>0</Elements>
534
- </Loc>
535
- <Loc>
536
- <Family>US GAAP</Family>
537
- <Version>2020</Version>
538
- <Href>https://xbrl.sec.gov/dei/2019/dei-def-2019-01-31.xml</Href>
539
- <AttType>DEF</AttType>
540
- <FileTypeName>Definition, Dimensions</FileTypeName>
541
- <Elements>0</Elements>
542
- </Loc>
543
- <Loc>
544
- <Family>US GAAP</Family>
545
- <Version>2020</Version>
546
- <Href>http://xbrl.fasb.org/us-gaap/2020/elts/us-gaap-eedm-def-2020-01-31.xml</Href>
547
- <AttType>DEF</AttType>
548
- <FileTypeName>Definition, Dimensions</FileTypeName>
549
- <Elements>0</Elements>
550
- </Loc>
551
- <Loc>
552
- <Family>US GAAP</Family>
553
- <Version>2020</Version>
554
- <Href>http://xbrl.fasb.org/srt/2020/elts/srt-eedm1-def-2020-01-31.xml</Href>
555
- <AttType>DEF</AttType>
556
- <FileTypeName>Definition, Dimensions</FileTypeName>
557
- <Elements>0</Elements>
558
- </Loc>
559
- <Loc>
560
- <Family>IFRS</Family>
561
- <Version>2020</Version>
562
- <Href>https://xbrl.sec.gov/stpr/2018/stpr-2018-01-31.xsd</Href>
563
- <AttType>SCH</AttType>
564
- <FileTypeName>Schema</FileTypeName>
565
- <Elements>1</Elements>
566
- <Namespace>http://xbrl.sec.gov/stpr/2018-01-31</Namespace>
567
- <Prefix>stpr</Prefix>
568
- </Loc>
569
- <Loc>
570
- <Family>IFRS</Family>
571
- <Version>2020</Version>
572
- <Href>https://xbrl.sec.gov/sic/2020/sic-2020-01-31.xsd</Href>
573
- <AttType>SCH</AttType>
574
- <FileTypeName>Schema</FileTypeName>
575
- <Elements>1</Elements>
576
- <Namespace>http://xbrl.sec.gov/sic/2020-01-31</Namespace>
577
- <Prefix>sic</Prefix>
578
- </Loc>
579
- <Loc>
580
- <Family>IFRS</Family>
581
- <Version>2020</Version>
582
- <Href>https://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
583
- <AttType>SCH</AttType>
584
- <FileTypeName>Schema</FileTypeName>
585
- <Elements>1</Elements>
586
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
587
- <Prefix>sic</Prefix>
588
- </Loc>
589
- <Loc>
590
- <Family>IFRS</Family>
591
- <Version>2020</Version>
592
- <Href>https://xbrl.sec.gov/naics/2017/naics-2017-01-31.xsd</Href>
593
- <AttType>SCH</AttType>
594
- <FileTypeName>Schema</FileTypeName>
595
- <Elements>1</Elements>
596
- <Namespace>http://xbrl.sec.gov/naics/2017-01-31</Namespace>
597
- <Prefix>naics</Prefix>
598
- </Loc>
599
- <Loc>
600
- <Family>IFRS</Family>
601
- <Version>2020</Version>
602
- <Href>https://xbrl.sec.gov/exch/2020/exch-2020-01-31.xsd</Href>
603
- <AttType>SCH</AttType>
604
- <FileTypeName>Schema</FileTypeName>
605
- <Elements>1</Elements>
606
- <Namespace>http://xbrl.sec.gov/exch/2020-01-31</Namespace>
607
- <Prefix>exch</Prefix>
608
- </Loc>
609
- <Loc>
610
- <Family>IFRS</Family>
611
- <Version>2020</Version>
612
- <Href>https://xbrl.sec.gov/exch/2019/exch-2019-01-31.xsd</Href>
613
- <AttType>SCH</AttType>
614
- <FileTypeName>Schema</FileTypeName>
615
- <Elements>1</Elements>
616
- <Namespace>http://xbrl.sec.gov/exch/2019-01-31</Namespace>
617
- <Prefix>exch</Prefix>
618
- </Loc>
619
- <Loc>
620
- <Family>IFRS</Family>
621
- <Version>2020</Version>
622
- <Href>https://xbrl.sec.gov/dei/2020/dei-2020-01-31.xsd</Href>
623
- <AttType>SCH</AttType>
624
- <FileTypeName>Schema</FileTypeName>
625
- <Elements>1</Elements>
626
- <Namespace>http://xbrl.sec.gov/dei/2020-01-31</Namespace>
627
- <Prefix>dei</Prefix>
628
- </Loc>
629
- <Loc>
630
- <Family>IFRS</Family>
631
- <Version>2020</Version>
632
- <Href>https://xbrl.sec.gov/dei/2019/dei-2019-01-31.xsd</Href>
633
- <AttType>SCH</AttType>
634
- <FileTypeName>Schema</FileTypeName>
635
- <Elements>1</Elements>
636
- <Namespace>http://xbrl.sec.gov/dei/2019-01-31</Namespace>
637
- <Prefix>dei</Prefix>
638
- </Loc>
639
- <Loc>
640
- <Family>IFRS</Family>
641
- <Version>2020</Version>
642
- <Href>https://xbrl.sec.gov/currency/2020/currency-2020-01-31.xsd</Href>
643
- <AttType>SCH</AttType>
644
- <FileTypeName>Schema</FileTypeName>
645
- <Elements>1</Elements>
646
- <Namespace>http://xbrl.sec.gov/currency/2020-01-31</Namespace>
647
- <Prefix>currency</Prefix>
648
- </Loc>
649
- <Loc>
650
- <Family>IFRS</Family>
651
- <Version>2020</Version>
652
- <Href>https://xbrl.sec.gov/currency/2019/currency-2019-01-31.xsd</Href>
653
- <AttType>SCH</AttType>
654
- <FileTypeName>Schema</FileTypeName>
655
- <Elements>1</Elements>
656
- <Namespace>http://xbrl.sec.gov/currency/2019-01-31</Namespace>
657
- <Prefix>currency</Prefix>
658
- </Loc>
659
- <Loc>
660
- <Family>IFRS</Family>
661
- <Version>2020</Version>
662
- <Href>https://xbrl.sec.gov/country/2020/country-2020-01-31.xsd</Href>
663
- <AttType>SCH</AttType>
664
- <FileTypeName>Schema</FileTypeName>
665
- <Elements>1</Elements>
666
- <Namespace>http://xbrl.sec.gov/country/2020-01-31</Namespace>
667
- <Prefix>country</Prefix>
668
- </Loc>
669
- <Loc>
670
- <Family>IFRS</Family>
671
- <Version>2020</Version>
672
- <Href>http://xbrl.sec.gov/country/2017/country-2017-01-31.xsd</Href>
673
- <AttType>SCH</AttType>
674
- <FileTypeName>Schema</FileTypeName>
675
- <Elements>1</Elements>
676
- <Namespace>http://xbrl.sec.gov/country/2017-01-31</Namespace>
677
- <Prefix>country</Prefix>
678
- </Loc>
679
- <Loc>
680
- <Family>IFRS</Family>
681
- <Version>2020</Version>
682
- <Href>http://xbrl.ifrs.org/taxonomy/2020-03-16/full_ifrs/full_ifrs-cor_2020-03-16.xsd</Href>
683
- <AttType>SCH</AttType>
684
- <FileTypeName>Schema</FileTypeName>
685
- <Elements>1</Elements>
686
- <Namespace>http://xbrl.ifrs.org/taxonomy/2020-03-16/ifrs-full</Namespace>
687
- <Prefix>ifrs-full</Prefix>
688
- </Loc>
689
- <Loc>
690
- <Family>IFRS</Family>
691
- <Version>2020</Version>
692
- <Href>http://xbrl.fasb.org/us-gaap/2020/elts/us-gaap-2020-01-31.xsd</Href>
693
- <AttType>SCH</AttType>
694
- <FileTypeName>Schema</FileTypeName>
695
- <Elements>1</Elements>
696
- <Namespace>http://fasb.org/us-gaap/2020-01-31</Namespace>
697
- <Prefix>us-gaap</Prefix>
698
- </Loc>
699
- <Loc>
700
- <Family>IFRS</Family>
701
- <Version>2020</Version>
702
- <Href>http://xbrl.fasb.org/srt/2020/elts/srt-2020-01-31.xsd</Href>
703
- <AttType>SCH</AttType>
704
- <FileTypeName>Schema</FileTypeName>
705
- <Elements>1</Elements>
706
- <Namespace>http://fasb.org/srt/2020-01-31</Namespace>
707
- <Prefix>srt</Prefix>
708
- </Loc>
709
- <Loc>
710
- <Family>IFRS</Family>
711
- <Version>2020</Version>
712
- <Href>https://xbrl.sec.gov/dei/2020/dei-std-2020-01-31.xsd</Href>
713
- <AttType>SCH</AttType>
714
- <FileTypeName>Entry Point</FileTypeName>
715
- <Elements>0</Elements>
716
- <Namespace>http://xbrl.sec.gov/dei-std/2020-01-31</Namespace>
717
- <Prefix>dei-std</Prefix>
718
- </Loc>
719
- <Loc>
720
- <Family>IFRS</Family>
721
- <Version>2020</Version>
722
- <Href>https://xbrl.sec.gov/dei/2020/dei-ent-std-2020-01-31.xsd</Href>
723
- <AttType>SCH</AttType>
724
- <FileTypeName>Entry Point</FileTypeName>
725
- <Elements>0</Elements>
726
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2020-01-31</Namespace>
727
- <Prefix>dei-ent-std</Prefix>
728
- </Loc>
729
- <Loc>
730
- <Family>IFRS</Family>
731
- <Version>2020</Version>
732
- <Href>https://xbrl.sec.gov/dei/2019/dei-std-2019-01-31.xsd</Href>
733
- <AttType>SCH</AttType>
734
- <FileTypeName>Entry Point</FileTypeName>
735
- <Elements>0</Elements>
736
- <Namespace>http://xbrl.sec.gov/dei-std/2019-01-31</Namespace>
737
- <Prefix>dei-std</Prefix>
738
- </Loc>
739
- <Loc>
740
- <Family>IFRS</Family>
741
- <Version>2020</Version>
742
- <Href>https://xbrl.sec.gov/dei/2019/dei-ent-std-2019-01-31.xsd</Href>
743
- <AttType>SCH</AttType>
744
- <FileTypeName>Entry Point</FileTypeName>
745
- <Elements>0</Elements>
746
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2019-01-31</Namespace>
747
- <Prefix>dei-ent-std</Prefix>
748
- </Loc>
749
- <Loc>
750
- <Family>IFRS</Family>
751
- <Version>2020</Version>
752
- <Href>http://www.xbrl.org/lrr/arcrole/esma-arcrole-2018-11-21.xsd</Href>
753
- <AttType>SCH</AttType>
754
- <FileTypeName>Roles/Arcroles</FileTypeName>
755
- <Elements>0</Elements>
756
- <Namespace>http://www.esma.europa.eu/xbrl/esef/arcrole/wider-narrower</Namespace>
757
- </Loc>
758
- <Loc>
759
- <Family>IFRS</Family>
760
- <Version>2020</Version>
761
- <Href>https://xbrl.sec.gov/dei/2020/dei-pre-2020-01-31.xml</Href>
762
- <AttType>PRE</AttType>
763
- <FileTypeName>Presentation</FileTypeName>
764
- <Elements>0</Elements>
765
- </Loc>
766
- <Loc>
767
- <Family>IFRS</Family>
768
- <Version>2020</Version>
769
- <Href>https://xbrl.sec.gov/dei/2019/dei-pre-2019-01-31.xml</Href>
770
- <AttType>PRE</AttType>
771
- <FileTypeName>Presentation</FileTypeName>
772
- <Elements>0</Elements>
773
- </Loc>
774
- <Loc>
775
- <Family>IFRS</Family>
776
- <Version>2020</Version>
777
- <Href>https://xbrl.sec.gov/dei/2020/dei-lab-2020-01-31.xml</Href>
778
- <AttType>LAB</AttType>
779
- <FileTypeName>Label</FileTypeName>
780
- <Elements>0</Elements>
781
- </Loc>
782
- <Loc>
783
- <Family>IFRS</Family>
784
- <Version>2020</Version>
785
- <Href>https://xbrl.sec.gov/dei/2019/dei-lab-2019-01-31.xml</Href>
786
- <AttType>LAB</AttType>
787
- <FileTypeName>Label</FileTypeName>
788
- <Elements>0</Elements>
789
- </Loc>
790
- <Loc>
791
- <Family>IFRS</Family>
792
- <Version>2020</Version>
793
- <Href>https://xbrl.sec.gov/dei/2020/dei-def-2020-01-31.xml</Href>
794
- <AttType>DEF</AttType>
795
- <FileTypeName>Definition, Dimensions</FileTypeName>
796
- <Elements>0</Elements>
797
- </Loc>
798
- <Loc>
799
- <Family>IFRS</Family>
800
- <Version>2020</Version>
801
- <Href>https://xbrl.sec.gov/dei/2019/dei-def-2019-01-31.xml</Href>
802
- <AttType>DEF</AttType>
803
- <FileTypeName>Definition, Dimensions</FileTypeName>
804
- <Elements>0</Elements>
805
- </Loc>
806
- <Loc>
807
- <Family>US GAAP</Family>
808
- <Version>2019</Version>
809
- <Href>https://xbrl.sec.gov/stpr/2018/stpr-2018-01-31.xsd</Href>
810
- <AttType>SCH</AttType>
811
- <FileTypeName>Schema</FileTypeName>
812
- <Elements>1</Elements>
813
- <Namespace>http://xbrl.sec.gov/stpr/2018-01-31</Namespace>
814
- <Prefix>stpr</Prefix>
815
- </Loc>
816
- <Loc>
817
- <Family>US GAAP</Family>
818
- <Version>2019</Version>
819
- <Href>https://xbrl.sec.gov/sic/2020/sic-2020-01-31.xsd</Href>
820
- <AttType>SCH</AttType>
821
- <FileTypeName>Schema</FileTypeName>
822
- <Elements>1</Elements>
823
- <Namespace>http://xbrl.sec.gov/sic/2020-01-31</Namespace>
824
- <Prefix>sic</Prefix>
825
- </Loc>
826
- <Loc>
827
- <Family>US GAAP</Family>
828
- <Version>2019</Version>
829
- <Href>https://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
830
- <AttType>SCH</AttType>
831
- <FileTypeName>Schema</FileTypeName>
832
- <Elements>1</Elements>
833
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
834
- <Prefix>sic</Prefix>
835
- </Loc>
836
- <Loc>
837
- <Family>US GAAP</Family>
838
- <Version>2019</Version>
839
- <Href>http://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
840
- <AttType>SCH</AttType>
841
- <FileTypeName>Schema</FileTypeName>
842
- <Elements>1</Elements>
843
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
844
- <Prefix>sic</Prefix>
845
- </Loc>
846
- <Loc>
847
- <Family>US GAAP</Family>
848
- <Version>2019</Version>
849
- <Href>https://xbrl.sec.gov/naics/2017/naics-2017-01-31.xsd</Href>
850
- <AttType>SCH</AttType>
851
- <FileTypeName>Schema</FileTypeName>
852
- <Elements>1</Elements>
853
- <Namespace>http://xbrl.sec.gov/naics/2017-01-31</Namespace>
854
- <Prefix>naics</Prefix>
855
- </Loc>
856
- <Loc>
857
- <Family>US GAAP</Family>
858
- <Version>2019</Version>
859
- <Href>http://xbrl.sec.gov/naics/2017/naics-2017-01-31.xsd</Href>
860
- <AttType>SCH</AttType>
861
- <FileTypeName>Schema</FileTypeName>
862
- <Elements>1</Elements>
863
- <Namespace>http://xbrl.sec.gov/naics/2017-01-31</Namespace>
864
- <Prefix>naics</Prefix>
865
- </Loc>
866
- <Loc>
867
- <Family>US GAAP</Family>
868
- <Version>2019</Version>
869
- <Href>https://xbrl.sec.gov/exch/2020/exch-2020-01-31.xsd</Href>
870
- <AttType>SCH</AttType>
871
- <FileTypeName>Schema</FileTypeName>
872
- <Elements>1</Elements>
873
- <Namespace>http://xbrl.sec.gov/exch/2020-01-31</Namespace>
874
- <Prefix>exch</Prefix>
875
- </Loc>
876
- <Loc>
877
- <Family>US GAAP</Family>
878
- <Version>2019</Version>
879
- <Href>https://xbrl.sec.gov/exch/2019/exch-2019-01-31.xsd</Href>
880
- <AttType>SCH</AttType>
881
- <FileTypeName>Schema</FileTypeName>
882
- <Elements>1</Elements>
883
- <Namespace>http://xbrl.sec.gov/exch/2019-01-31</Namespace>
884
- <Prefix>exch</Prefix>
885
- </Loc>
886
- <Loc>
887
- <Family>US GAAP</Family>
888
- <Version>2019</Version>
889
- <Href>https://xbrl.sec.gov/dei/2020/dei-2020-01-31.xsd</Href>
890
- <AttType>SCH</AttType>
891
- <FileTypeName>Schema</FileTypeName>
892
- <Elements>1</Elements>
893
- <Namespace>http://xbrl.sec.gov/dei/2020-01-31</Namespace>
894
- <Prefix>dei</Prefix>
895
- </Loc>
896
- <Loc>
897
- <Family>US GAAP</Family>
898
- <Version>2019</Version>
899
- <Href>https://xbrl.sec.gov/dei/2019/dei-2019-01-31.xsd</Href>
900
- <AttType>SCH</AttType>
901
- <FileTypeName>Schema</FileTypeName>
902
- <Elements>1</Elements>
903
- <Namespace>http://xbrl.sec.gov/dei/2019-01-31</Namespace>
904
- <Prefix>dei</Prefix>
905
- </Loc>
906
- <Loc>
907
- <Family>US GAAP</Family>
908
- <Version>2019</Version>
909
- <Href>https://xbrl.sec.gov/currency/2020/currency-2020-01-31.xsd</Href>
910
- <AttType>SCH</AttType>
911
- <FileTypeName>Schema</FileTypeName>
912
- <Elements>1</Elements>
913
- <Namespace>http://xbrl.sec.gov/currency/2020-01-31</Namespace>
914
- <Prefix>currency</Prefix>
915
- </Loc>
916
- <Loc>
917
- <Family>US GAAP</Family>
918
- <Version>2019</Version>
919
- <Href>https://xbrl.sec.gov/currency/2019/currency-2019-01-31.xsd</Href>
920
- <AttType>SCH</AttType>
921
- <FileTypeName>Schema</FileTypeName>
922
- <Elements>1</Elements>
923
- <Namespace>http://xbrl.sec.gov/currency/2019-01-31</Namespace>
924
- <Prefix>currency</Prefix>
925
- </Loc>
926
- <Loc>
927
- <Family>US GAAP</Family>
928
- <Version>2019</Version>
929
- <Href>https://xbrl.sec.gov/country/2020/country-2020-01-31.xsd</Href>
930
- <AttType>SCH</AttType>
931
- <FileTypeName>Schema</FileTypeName>
932
- <Elements>1</Elements>
933
- <Namespace>http://xbrl.sec.gov/country/2020-01-31</Namespace>
934
- <Prefix>country</Prefix>
935
- </Loc>
936
- <Loc>
937
- <Family>US GAAP</Family>
938
- <Version>2019</Version>
939
- <Href>https://xbrl.sec.gov/country/2017/country-2017-01-31.xsd</Href>
940
- <AttType>SCH</AttType>
941
- <FileTypeName>Schema</FileTypeName>
942
- <Elements>1</Elements>
943
- <Namespace>http://xbrl.sec.gov/country/2017-01-31</Namespace>
944
- <Prefix>country</Prefix>
945
- </Loc>
946
- <Loc>
947
- <Family>US GAAP</Family>
948
- <Version>2019</Version>
949
- <Href>http://xbrl.fasb.org/us-gaap/2019/elts/us-gaap-2019-01-31.xsd</Href>
950
- <AttType>SCH</AttType>
951
- <FileTypeName>Schema</FileTypeName>
952
- <Elements>1</Elements>
953
- <Namespace>http://fasb.org/us-gaap/2019-01-31</Namespace>
954
- <Prefix>us-gaap</Prefix>
955
- </Loc>
956
- <Loc>
957
- <Family>US GAAP</Family>
958
- <Version>2019</Version>
959
- <Href>http://xbrl.fasb.org/srt/2019/elts/srt-2019-01-31.xsd</Href>
960
- <AttType>SCH</AttType>
961
- <FileTypeName>Schema</FileTypeName>
962
- <Elements>1</Elements>
963
- <Namespace>http://fasb.org/srt/2019-01-31</Namespace>
964
- <Prefix>srt</Prefix>
965
- </Loc>
966
- <Loc>
967
- <Family>US GAAP</Family>
968
- <Version>2019</Version>
969
- <Href>https://xbrl.sec.gov/dei/2020/dei-std-2020-01-31.xsd</Href>
970
- <AttType>SCH</AttType>
971
- <FileTypeName>Entry Point</FileTypeName>
972
- <Elements>0</Elements>
973
- <Namespace>http://xbrl.sec.gov/dei-std/2020-01-31</Namespace>
974
- <Prefix>dei-std</Prefix>
975
- </Loc>
976
- <Loc>
977
- <Family>US GAAP</Family>
978
- <Version>2019</Version>
979
- <Href>https://xbrl.sec.gov/dei/2020/dei-ent-std-2020-01-31.xsd</Href>
980
- <AttType>SCH</AttType>
981
- <FileTypeName>Entry Point</FileTypeName>
982
- <Elements>0</Elements>
983
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2020-01-31</Namespace>
984
- <Prefix>dei-ent-std</Prefix>
985
- </Loc>
986
- <Loc>
987
- <Family>US GAAP</Family>
988
- <Version>2019</Version>
989
- <Href>https://xbrl.sec.gov/dei/2019/dei-std-2019-01-31.xsd</Href>
990
- <AttType>SCH</AttType>
991
- <FileTypeName>Entry Point</FileTypeName>
992
- <Elements>0</Elements>
993
- <Namespace>http://xbrl.sec.gov/dei-std/2019-01-31</Namespace>
994
- <Prefix>dei-std</Prefix>
995
- </Loc>
996
- <Loc>
997
- <Family>US GAAP</Family>
998
- <Version>2019</Version>
999
- <Href>https://xbrl.sec.gov/dei/2019/dei-ent-std-2019-01-31.xsd</Href>
1000
- <AttType>SCH</AttType>
1001
- <FileTypeName>Entry Point</FileTypeName>
1002
- <Elements>0</Elements>
1003
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2019-01-31</Namespace>
1004
- <Prefix>dei-ent-std</Prefix>
1005
- </Loc>
1006
- <Loc>
1007
- <Family>US GAAP</Family>
1008
- <Version>2019</Version>
1009
- <Href>http://xbrl.fasb.org/us-gaap/2019/elts/us-types-2019-01-31.xsd</Href>
1010
- <AttType>SCH</AttType>
1011
- <FileTypeName>Schema</FileTypeName>
1012
- <Elements>0</Elements>
1013
- <Namespace>http://fasb.org/us-types/2019-01-31</Namespace>
1014
- <Prefix>us-types</Prefix>
1015
- </Loc>
1016
- <Loc>
1017
- <Family>US GAAP</Family>
1018
- <Version>2019</Version>
1019
- <Href>http://xbrl.fasb.org/us-gaap/2019/elts/us-roles-2019-01-31.xsd</Href>
1020
- <AttType>SCH</AttType>
1021
- <FileTypeName>Roles/Arcroles</FileTypeName>
1022
- <Elements>0</Elements>
1023
- <Namespace>http://fasb.org/us-roles/2019-01-31</Namespace>
1024
- </Loc>
1025
- <Loc>
1026
- <Family>US GAAP</Family>
1027
- <Version>2019</Version>
1028
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp05-2019-01-31.xsd</Href>
1029
- <AttType>SCH</AttType>
1030
- <FileTypeName>Entry Point</FileTypeName>
1031
- <Elements>0</Elements>
1032
- <Namespace>http://fasb.org/dis/rcctmp05/2019-01-31</Namespace>
1033
- <Prefix>rcctmp05</Prefix>
1034
- </Loc>
1035
- <Loc>
1036
- <Family>US GAAP</Family>
1037
- <Version>2019</Version>
1038
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp04-2019-01-31.xsd</Href>
1039
- <AttType>SCH</AttType>
1040
- <FileTypeName>Entry Point</FileTypeName>
1041
- <Elements>0</Elements>
1042
- <Namespace>http://fasb.org/dis/rcctmp04/2019-01-31</Namespace>
1043
- <Prefix>rcctmp04</Prefix>
1044
- </Loc>
1045
- <Loc>
1046
- <Family>US GAAP</Family>
1047
- <Version>2019</Version>
1048
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp03-2019-01-31.xsd</Href>
1049
- <AttType>SCH</AttType>
1050
- <FileTypeName>Entry Point</FileTypeName>
1051
- <Elements>0</Elements>
1052
- <Namespace>http://fasb.org/dis/rcctmp03/2019-01-31</Namespace>
1053
- <Prefix>rcctmp03</Prefix>
1054
- </Loc>
1055
- <Loc>
1056
- <Family>US GAAP</Family>
1057
- <Version>2019</Version>
1058
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp01-2019-01-31.xsd</Href>
1059
- <AttType>SCH</AttType>
1060
- <FileTypeName>Entry Point</FileTypeName>
1061
- <Elements>0</Elements>
1062
- <Namespace>http://fasb.org/dis/rcctmp01/2019-01-31</Namespace>
1063
- <Prefix>rcctmp01</Prefix>
1064
- </Loc>
1065
- <Loc>
1066
- <Family>US GAAP</Family>
1067
- <Version>2019</Version>
1068
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp141-2019-01-31.xsd</Href>
1069
- <AttType>SCH</AttType>
1070
- <FileTypeName>Entry Point</FileTypeName>
1071
- <Elements>0</Elements>
1072
- <Namespace>http://fasb.org/dis/rbtmp141/2019-01-31</Namespace>
1073
- <Prefix>rbtmp141</Prefix>
1074
- </Loc>
1075
- <Loc>
1076
- <Family>US GAAP</Family>
1077
- <Version>2019</Version>
1078
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp131-2019-01-31.xsd</Href>
1079
- <AttType>SCH</AttType>
1080
- <FileTypeName>Entry Point</FileTypeName>
1081
- <Elements>0</Elements>
1082
- <Namespace>http://fasb.org/dis/rbtmp131/2019-01-31</Namespace>
1083
- <Prefix>rbtmp131</Prefix>
1084
- </Loc>
1085
- <Loc>
1086
- <Family>US GAAP</Family>
1087
- <Version>2019</Version>
1088
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp125-2019-01-31.xsd</Href>
1089
- <AttType>SCH</AttType>
1090
- <FileTypeName>Entry Point</FileTypeName>
1091
- <Elements>0</Elements>
1092
- <Namespace>http://fasb.org/dis/rbtmp125/2019-01-31</Namespace>
1093
- <Prefix>rbtmp125</Prefix>
1094
- </Loc>
1095
- <Loc>
1096
- <Family>US GAAP</Family>
1097
- <Version>2019</Version>
1098
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp123-2019-01-31.xsd</Href>
1099
- <AttType>SCH</AttType>
1100
- <FileTypeName>Entry Point</FileTypeName>
1101
- <Elements>0</Elements>
1102
- <Namespace>http://fasb.org/dis/rbtmp123/2019-01-31</Namespace>
1103
- <Prefix>rbtmp123</Prefix>
1104
- </Loc>
1105
- <Loc>
1106
- <Family>US GAAP</Family>
1107
- <Version>2019</Version>
1108
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp122-2019-01-31.xsd</Href>
1109
- <AttType>SCH</AttType>
1110
- <FileTypeName>Entry Point</FileTypeName>
1111
- <Elements>0</Elements>
1112
- <Namespace>http://fasb.org/dis/rbtmp122/2019-01-31</Namespace>
1113
- <Prefix>rbtmp122</Prefix>
1114
- </Loc>
1115
- <Loc>
1116
- <Family>US GAAP</Family>
1117
- <Version>2019</Version>
1118
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp121-2019-01-31.xsd</Href>
1119
- <AttType>SCH</AttType>
1120
- <FileTypeName>Entry Point</FileTypeName>
1121
- <Elements>0</Elements>
1122
- <Namespace>http://fasb.org/dis/rbtmp121/2019-01-31</Namespace>
1123
- <Prefix>rbtmp121</Prefix>
1124
- </Loc>
1125
- <Loc>
1126
- <Family>US GAAP</Family>
1127
- <Version>2019</Version>
1128
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp112-2019-01-31.xsd</Href>
1129
- <AttType>SCH</AttType>
1130
- <FileTypeName>Entry Point</FileTypeName>
1131
- <Elements>0</Elements>
1132
- <Namespace>http://fasb.org/dis/rbtmp112/2019-01-31</Namespace>
1133
- <Prefix>rbtmp112</Prefix>
1134
- </Loc>
1135
- <Loc>
1136
- <Family>US GAAP</Family>
1137
- <Version>2019</Version>
1138
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp111-2019-01-31.xsd</Href>
1139
- <AttType>SCH</AttType>
1140
- <FileTypeName>Entry Point</FileTypeName>
1141
- <Elements>0</Elements>
1142
- <Namespace>http://fasb.org/dis/rbtmp111/2019-01-31</Namespace>
1143
- <Prefix>rbtmp111</Prefix>
1144
- </Loc>
1145
- <Loc>
1146
- <Family>US GAAP</Family>
1147
- <Version>2019</Version>
1148
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp105-2019-01-31.xsd</Href>
1149
- <AttType>SCH</AttType>
1150
- <FileTypeName>Entry Point</FileTypeName>
1151
- <Elements>0</Elements>
1152
- <Namespace>http://fasb.org/dis/rbtmp105/2019-01-31</Namespace>
1153
- <Prefix>rbtmp105</Prefix>
1154
- </Loc>
1155
- <Loc>
1156
- <Family>US GAAP</Family>
1157
- <Version>2019</Version>
1158
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp104-2019-01-31.xsd</Href>
1159
- <AttType>SCH</AttType>
1160
- <FileTypeName>Entry Point</FileTypeName>
1161
- <Elements>0</Elements>
1162
- <Namespace>http://fasb.org/dis/rbtmp104/2019-01-31</Namespace>
1163
- <Prefix>rbtmp104</Prefix>
1164
- </Loc>
1165
- <Loc>
1166
- <Family>US GAAP</Family>
1167
- <Version>2019</Version>
1168
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp103-2019-01-31.xsd</Href>
1169
- <AttType>SCH</AttType>
1170
- <FileTypeName>Entry Point</FileTypeName>
1171
- <Elements>0</Elements>
1172
- <Namespace>http://fasb.org/dis/rbtmp103/2019-01-31</Namespace>
1173
- <Prefix>rbtmp103</Prefix>
1174
- </Loc>
1175
- <Loc>
1176
- <Family>US GAAP</Family>
1177
- <Version>2019</Version>
1178
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp102-2019-01-31.xsd</Href>
1179
- <AttType>SCH</AttType>
1180
- <FileTypeName>Entry Point</FileTypeName>
1181
- <Elements>0</Elements>
1182
- <Namespace>http://fasb.org/dis/rbtmp102/2019-01-31</Namespace>
1183
- <Prefix>rbtmp102</Prefix>
1184
- </Loc>
1185
- <Loc>
1186
- <Family>US GAAP</Family>
1187
- <Version>2019</Version>
1188
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp09-2019-01-31.xsd</Href>
1189
- <AttType>SCH</AttType>
1190
- <FileTypeName>Entry Point</FileTypeName>
1191
- <Elements>0</Elements>
1192
- <Namespace>http://fasb.org/dis/rbtmp09/2019-01-31</Namespace>
1193
- <Prefix>rbtmp09</Prefix>
1194
- </Loc>
1195
- <Loc>
1196
- <Family>US GAAP</Family>
1197
- <Version>2019</Version>
1198
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp08-2019-01-31.xsd</Href>
1199
- <AttType>SCH</AttType>
1200
- <FileTypeName>Entry Point</FileTypeName>
1201
- <Elements>0</Elements>
1202
- <Namespace>http://fasb.org/dis/rbtmp08/2019-01-31</Namespace>
1203
- <Prefix>rbtmp08</Prefix>
1204
- </Loc>
1205
- <Loc>
1206
- <Family>US GAAP</Family>
1207
- <Version>2019</Version>
1208
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp07-2019-01-31.xsd</Href>
1209
- <AttType>SCH</AttType>
1210
- <FileTypeName>Entry Point</FileTypeName>
1211
- <Elements>0</Elements>
1212
- <Namespace>http://fasb.org/dis/rbtmp07/2019-01-31</Namespace>
1213
- <Prefix>rbtmp07</Prefix>
1214
- </Loc>
1215
- <Loc>
1216
- <Family>US GAAP</Family>
1217
- <Version>2019</Version>
1218
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp06-2019-01-31.xsd</Href>
1219
- <AttType>SCH</AttType>
1220
- <FileTypeName>Entry Point</FileTypeName>
1221
- <Elements>0</Elements>
1222
- <Namespace>http://fasb.org/dis/rbtmp06/2019-01-31</Namespace>
1223
- <Prefix>rbtmp06</Prefix>
1224
- </Loc>
1225
- <Loc>
1226
- <Family>US GAAP</Family>
1227
- <Version>2019</Version>
1228
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp05-2019-01-31.xsd</Href>
1229
- <AttType>SCH</AttType>
1230
- <FileTypeName>Entry Point</FileTypeName>
1231
- <Elements>0</Elements>
1232
- <Namespace>http://fasb.org/dis/rbtmp05/2019-01-31</Namespace>
1233
- <Prefix>rbtmp05</Prefix>
1234
- </Loc>
1235
- <Loc>
1236
- <Family>US GAAP</Family>
1237
- <Version>2019</Version>
1238
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp04-2019-01-31.xsd</Href>
1239
- <AttType>SCH</AttType>
1240
- <FileTypeName>Entry Point</FileTypeName>
1241
- <Elements>0</Elements>
1242
- <Namespace>http://fasb.org/dis/rbtmp04/2019-01-31</Namespace>
1243
- <Prefix>rbtmp04</Prefix>
1244
- </Loc>
1245
- <Loc>
1246
- <Family>US GAAP</Family>
1247
- <Version>2019</Version>
1248
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp041-2019-01-31.xsd</Href>
1249
- <AttType>SCH</AttType>
1250
- <FileTypeName>Entry Point</FileTypeName>
1251
- <Elements>0</Elements>
1252
- <Namespace>http://fasb.org/dis/rbtmp041/2019-01-31</Namespace>
1253
- <Prefix>rbtmp041</Prefix>
1254
- </Loc>
1255
- <Loc>
1256
- <Family>US GAAP</Family>
1257
- <Version>2019</Version>
1258
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp03-2019-01-31.xsd</Href>
1259
- <AttType>SCH</AttType>
1260
- <FileTypeName>Entry Point</FileTypeName>
1261
- <Elements>0</Elements>
1262
- <Namespace>http://fasb.org/dis/rbtmp03/2019-01-31</Namespace>
1263
- <Prefix>rbtmp03</Prefix>
1264
- </Loc>
1265
- <Loc>
1266
- <Family>US GAAP</Family>
1267
- <Version>2019</Version>
1268
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp02-2019-01-31.xsd</Href>
1269
- <AttType>SCH</AttType>
1270
- <FileTypeName>Entry Point</FileTypeName>
1271
- <Elements>0</Elements>
1272
- <Namespace>http://fasb.org/dis/rbtmp02/2019-01-31</Namespace>
1273
- <Prefix>rbtmp02</Prefix>
1274
- </Loc>
1275
- <Loc>
1276
- <Family>US GAAP</Family>
1277
- <Version>2019</Version>
1278
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp012-2019-01-31.xsd</Href>
1279
- <AttType>SCH</AttType>
1280
- <FileTypeName>Entry Point</FileTypeName>
1281
- <Elements>0</Elements>
1282
- <Namespace>http://fasb.org/dis/rbtmp012/2019-01-31</Namespace>
1283
- <Prefix>rbtmp012</Prefix>
1284
- </Loc>
1285
- <Loc>
1286
- <Family>US GAAP</Family>
1287
- <Version>2019</Version>
1288
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp011-2019-01-31.xsd</Href>
1289
- <AttType>SCH</AttType>
1290
- <FileTypeName>Entry Point</FileTypeName>
1291
- <Elements>0</Elements>
1292
- <Namespace>http://fasb.org/dis/rbtmp011/2019-01-31</Namespace>
1293
- <Prefix>rbtmp011</Prefix>
1294
- </Loc>
1295
- <Loc>
1296
- <Family>US GAAP</Family>
1297
- <Version>2019</Version>
1298
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp05-2019-01-31.xsd</Href>
1299
- <AttType>SCH</AttType>
1300
- <FileTypeName>Entry Point</FileTypeName>
1301
- <Elements>0</Elements>
1302
- <Namespace>http://fasb.org/dis/leastmp05/2019-01-31</Namespace>
1303
- <Prefix>leastmp05</Prefix>
1304
- </Loc>
1305
- <Loc>
1306
- <Family>US GAAP</Family>
1307
- <Version>2019</Version>
1308
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp04-2019-01-31.xsd</Href>
1309
- <AttType>SCH</AttType>
1310
- <FileTypeName>Entry Point</FileTypeName>
1311
- <Elements>0</Elements>
1312
- <Namespace>http://fasb.org/dis/leastmp04/2019-01-31</Namespace>
1313
- <Prefix>leastmp04</Prefix>
1314
- </Loc>
1315
- <Loc>
1316
- <Family>US GAAP</Family>
1317
- <Version>2019</Version>
1318
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp03-2019-01-31.xsd</Href>
1319
- <AttType>SCH</AttType>
1320
- <FileTypeName>Entry Point</FileTypeName>
1321
- <Elements>0</Elements>
1322
- <Namespace>http://fasb.org/dis/leastmp03/2019-01-31</Namespace>
1323
- <Prefix>leastmp03</Prefix>
1324
- </Loc>
1325
- <Loc>
1326
- <Family>US GAAP</Family>
1327
- <Version>2019</Version>
1328
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp02-2019-01-31.xsd</Href>
1329
- <AttType>SCH</AttType>
1330
- <FileTypeName>Entry Point</FileTypeName>
1331
- <Elements>0</Elements>
1332
- <Namespace>http://fasb.org/dis/leastmp02/2019-01-31</Namespace>
1333
- <Prefix>leastmp02</Prefix>
1334
- </Loc>
1335
- <Loc>
1336
- <Family>US GAAP</Family>
1337
- <Version>2019</Version>
1338
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp01-2019-01-31.xsd</Href>
1339
- <AttType>SCH</AttType>
1340
- <FileTypeName>Entry Point</FileTypeName>
1341
- <Elements>0</Elements>
1342
- <Namespace>http://fasb.org/dis/leastmp01/2019-01-31</Namespace>
1343
- <Prefix>leastmp01</Prefix>
1344
- </Loc>
1345
- <Loc>
1346
- <Family>US GAAP</Family>
1347
- <Version>2019</Version>
1348
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp062-2019-01-31.xsd</Href>
1349
- <AttType>SCH</AttType>
1350
- <FileTypeName>Entry Point</FileTypeName>
1351
- <Elements>0</Elements>
1352
- <Namespace>http://fasb.org/dis/insldtmp062/2019-01-31</Namespace>
1353
- <Prefix>insltmp062</Prefix>
1354
- </Loc>
1355
- <Loc>
1356
- <Family>US GAAP</Family>
1357
- <Version>2019</Version>
1358
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp061-2019-01-31.xsd</Href>
1359
- <AttType>SCH</AttType>
1360
- <FileTypeName>Entry Point</FileTypeName>
1361
- <Elements>0</Elements>
1362
- <Namespace>http://fasb.org/dis/insldtmp061/2019-01-31</Namespace>
1363
- <Prefix>insldtmp061</Prefix>
1364
- </Loc>
1365
- <Loc>
1366
- <Family>US GAAP</Family>
1367
- <Version>2019</Version>
1368
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp052-2019-01-31.xsd</Href>
1369
- <AttType>SCH</AttType>
1370
- <FileTypeName>Entry Point</FileTypeName>
1371
- <Elements>0</Elements>
1372
- <Namespace>http://fasb.org/dis/insldtmp052/2019-01-31</Namespace>
1373
- <Prefix>insldtmp052</Prefix>
1374
- </Loc>
1375
- <Loc>
1376
- <Family>US GAAP</Family>
1377
- <Version>2019</Version>
1378
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp051-2019-01-31.xsd</Href>
1379
- <AttType>SCH</AttType>
1380
- <FileTypeName>Entry Point</FileTypeName>
1381
- <Elements>0</Elements>
1382
- <Namespace>http://fasb.org/dis/insldtmp051/2019-01-31</Namespace>
1383
- <Prefix>insldtmp051</Prefix>
1384
- </Loc>
1385
- <Loc>
1386
- <Family>US GAAP</Family>
1387
- <Version>2019</Version>
1388
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp042-2019-01-31.xsd</Href>
1389
- <AttType>SCH</AttType>
1390
- <FileTypeName>Entry Point</FileTypeName>
1391
- <Elements>0</Elements>
1392
- <Namespace>http://fasb.org/dis/insldtmp042/2019-01-31</Namespace>
1393
- <Prefix>insldtmp042</Prefix>
1394
- </Loc>
1395
- <Loc>
1396
- <Family>US GAAP</Family>
1397
- <Version>2019</Version>
1398
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp041-2019-01-31.xsd</Href>
1399
- <AttType>SCH</AttType>
1400
- <FileTypeName>Entry Point</FileTypeName>
1401
- <Elements>0</Elements>
1402
- <Namespace>http://fasb.org/dis/insldtmp041/2019-01-31</Namespace>
1403
- </Loc>
1404
- <Loc>
1405
- <Family>US GAAP</Family>
1406
- <Version>2019</Version>
1407
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp033-2019-01-31.xsd</Href>
1408
- <AttType>SCH</AttType>
1409
- <FileTypeName>Entry Point</FileTypeName>
1410
- <Elements>0</Elements>
1411
- <Namespace>http://fasb.org/dis/insldtmp033/2019-01-31</Namespace>
1412
- </Loc>
1413
- <Loc>
1414
- <Family>US GAAP</Family>
1415
- <Version>2019</Version>
1416
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp032-2019-01-31.xsd</Href>
1417
- <AttType>SCH</AttType>
1418
- <FileTypeName>Entry Point</FileTypeName>
1419
- <Elements>0</Elements>
1420
- <Namespace>http://fasb.org/dis/insldtmp032/2019-01-31</Namespace>
1421
- </Loc>
1422
- <Loc>
1423
- <Family>US GAAP</Family>
1424
- <Version>2019</Version>
1425
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp031-2019-01-31.xsd</Href>
1426
- <AttType>SCH</AttType>
1427
- <FileTypeName>Entry Point</FileTypeName>
1428
- <Elements>0</Elements>
1429
- <Namespace>http://fasb.org/dis/insldtmp031/2019-01-31</Namespace>
1430
- </Loc>
1431
- <Loc>
1432
- <Family>US GAAP</Family>
1433
- <Version>2019</Version>
1434
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp025-2019-01-31.xsd</Href>
1435
- <AttType>SCH</AttType>
1436
- <FileTypeName>Entry Point</FileTypeName>
1437
- <Elements>0</Elements>
1438
- <Namespace>http://fasb.org/dis/insldtmp025/2019-01-31</Namespace>
1439
- </Loc>
1440
- <Loc>
1441
- <Family>US GAAP</Family>
1442
- <Version>2019</Version>
1443
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp024-2019-01-31.xsd</Href>
1444
- <AttType>SCH</AttType>
1445
- <FileTypeName>Entry Point</FileTypeName>
1446
- <Elements>0</Elements>
1447
- <Namespace>http://fasb.org/dis/insldtmp024/2019-01-31</Namespace>
1448
- </Loc>
1449
- <Loc>
1450
- <Family>US GAAP</Family>
1451
- <Version>2019</Version>
1452
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp023-2019-01-31.xsd</Href>
1453
- <AttType>SCH</AttType>
1454
- <FileTypeName>Entry Point</FileTypeName>
1455
- <Elements>0</Elements>
1456
- <Namespace>http://fasb.org/dis/insldtmp023/2019-01-31</Namespace>
1457
- </Loc>
1458
- <Loc>
1459
- <Family>US GAAP</Family>
1460
- <Version>2019</Version>
1461
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp022-2019-01-31.xsd</Href>
1462
- <AttType>SCH</AttType>
1463
- <FileTypeName>Entry Point</FileTypeName>
1464
- <Elements>0</Elements>
1465
- <Namespace>http://fasb.org/dis/insldtmp022/2019-01-31</Namespace>
1466
- </Loc>
1467
- <Loc>
1468
- <Family>US GAAP</Family>
1469
- <Version>2019</Version>
1470
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp021-2019-01-31.xsd</Href>
1471
- <AttType>SCH</AttType>
1472
- <FileTypeName>Entry Point</FileTypeName>
1473
- <Elements>0</Elements>
1474
- <Namespace>http://fasb.org/dis/insldtmp021/2019-01-31</Namespace>
1475
- <Prefix>insldtmp021</Prefix>
1476
- </Loc>
1477
- <Loc>
1478
- <Family>US GAAP</Family>
1479
- <Version>2019</Version>
1480
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp01-2019-01-31.xsd</Href>
1481
- <AttType>SCH</AttType>
1482
- <FileTypeName>Entry Point</FileTypeName>
1483
- <Elements>0</Elements>
1484
- <Namespace>http://fasb.org/dis/insldtmp01/2019-01-31</Namespace>
1485
- <Prefix>insldtmp01</Prefix>
1486
- </Loc>
1487
- <Loc>
1488
- <Family>US GAAP</Family>
1489
- <Version>2019</Version>
1490
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp04-2019-01-31.xsd</Href>
1491
- <AttType>SCH</AttType>
1492
- <FileTypeName>Entry Point</FileTypeName>
1493
- <Elements>0</Elements>
1494
- <Namespace>http://fasb.org/dis/idestmp04/2019-01-31</Namespace>
1495
- <Prefix>idestmp04</Prefix>
1496
- </Loc>
1497
- <Loc>
1498
- <Family>US GAAP</Family>
1499
- <Version>2019</Version>
1500
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp03-2019-01-31.xsd</Href>
1501
- <AttType>SCH</AttType>
1502
- <FileTypeName>Entry Point</FileTypeName>
1503
- <Elements>0</Elements>
1504
- <Namespace>http://fasb.org/dis/idestmp03/2019-01-31</Namespace>
1505
- <Prefix>idestmp03</Prefix>
1506
- </Loc>
1507
- <Loc>
1508
- <Family>US GAAP</Family>
1509
- <Version>2019</Version>
1510
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp022-2019-01-31.xsd</Href>
1511
- <AttType>SCH</AttType>
1512
- <FileTypeName>Entry Point</FileTypeName>
1513
- <Elements>0</Elements>
1514
- <Namespace>http://fasb.org/dis/idestmp022/2019-01-31</Namespace>
1515
- <Prefix>idestmp022</Prefix>
1516
- </Loc>
1517
- <Loc>
1518
- <Family>US GAAP</Family>
1519
- <Version>2019</Version>
1520
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp021-2019-01-31.xsd</Href>
1521
- <AttType>SCH</AttType>
1522
- <FileTypeName>Entry Point</FileTypeName>
1523
- <Elements>0</Elements>
1524
- <Namespace>http://fasb.org/dis/idestmp021/2019-01-31</Namespace>
1525
- <Prefix>idestmp021</Prefix>
1526
- </Loc>
1527
- <Loc>
1528
- <Family>US GAAP</Family>
1529
- <Version>2019</Version>
1530
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp012-2019-01-31.xsd</Href>
1531
- <AttType>SCH</AttType>
1532
- <FileTypeName>Entry Point</FileTypeName>
1533
- <Elements>0</Elements>
1534
- <Namespace>http://fasb.org/dis/idestmp012/2019-01-31</Namespace>
1535
- <Prefix>idestmp012</Prefix>
1536
- </Loc>
1537
- <Loc>
1538
- <Family>US GAAP</Family>
1539
- <Version>2019</Version>
1540
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp011-2019-01-31.xsd</Href>
1541
- <AttType>SCH</AttType>
1542
- <FileTypeName>Entry Point</FileTypeName>
1543
- <Elements>0</Elements>
1544
- <Namespace>http://fasb.org/dis/idestmp011/2019-01-31</Namespace>
1545
- <Prefix>idestmp011</Prefix>
1546
- </Loc>
1547
- <Loc>
1548
- <Family>US GAAP</Family>
1549
- <Version>2019</Version>
1550
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-fifvdtmp02-2019-01-31.xsd</Href>
1551
- <AttType>SCH</AttType>
1552
- <FileTypeName>Entry Point</FileTypeName>
1553
- <Elements>0</Elements>
1554
- <Namespace>http://fasb.org/dis/fifvdtmp02/2019-01-31</Namespace>
1555
- <Prefix>fifvdtmp02</Prefix>
1556
- </Loc>
1557
- <Loc>
1558
- <Family>US GAAP</Family>
1559
- <Version>2019</Version>
1560
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-fifvdtmp01-2019-01-31.xsd</Href>
1561
- <AttType>SCH</AttType>
1562
- <FileTypeName>Entry Point</FileTypeName>
1563
- <Elements>0</Elements>
1564
- <Namespace>http://fasb.org/dis/fifvdtmp01/2019-01-31</Namespace>
1565
- <Prefix>fifvdtmp01</Prefix>
1566
- </Loc>
1567
- <Loc>
1568
- <Family>US GAAP</Family>
1569
- <Version>2019</Version>
1570
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp05-2019-01-31.xsd</Href>
1571
- <AttType>SCH</AttType>
1572
- <FileTypeName>Entry Point</FileTypeName>
1573
- <Elements>0</Elements>
1574
- <Namespace>http://fasb.org/dis/cecltmp05/2019-01-31</Namespace>
1575
- <Prefix>cecltmp05</Prefix>
1576
- </Loc>
1577
- <Loc>
1578
- <Family>US GAAP</Family>
1579
- <Version>2019</Version>
1580
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp04-2019-01-31.xsd</Href>
1581
- <AttType>SCH</AttType>
1582
- <FileTypeName>Entry Point</FileTypeName>
1583
- <Elements>0</Elements>
1584
- <Namespace>http://fasb.org/dis/cecltmp04/2019-01-31</Namespace>
1585
- <Prefix>cecltmp04</Prefix>
1586
- </Loc>
1587
- <Loc>
1588
- <Family>US GAAP</Family>
1589
- <Version>2019</Version>
1590
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp03-2019-01-31.xsd</Href>
1591
- <AttType>SCH</AttType>
1592
- <FileTypeName>Entry Point</FileTypeName>
1593
- <Elements>0</Elements>
1594
- <Namespace>http://fasb.org/dis/cecltmp03/2019-01-31</Namespace>
1595
- <Prefix>cecltmp03</Prefix>
1596
- </Loc>
1597
- <Loc>
1598
- <Family>US GAAP</Family>
1599
- <Version>2019</Version>
1600
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp02-2019-01-31.xsd</Href>
1601
- <AttType>SCH</AttType>
1602
- <FileTypeName>Entry Point</FileTypeName>
1603
- <Elements>0</Elements>
1604
- <Namespace>http://fasb.org/dis/cecltmp02/2019-01-31</Namespace>
1605
- <Prefix>cecltmp02</Prefix>
1606
- </Loc>
1607
- <Loc>
1608
- <Family>US GAAP</Family>
1609
- <Version>2019</Version>
1610
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp01-2019-01-31.xsd</Href>
1611
- <AttType>SCH</AttType>
1612
- <FileTypeName>Entry Point</FileTypeName>
1613
- <Elements>0</Elements>
1614
- <Namespace>http://fasb.org/dis/cecltmp01/2019-01-31</Namespace>
1615
- <Prefix>cecltmp01</Prefix>
1616
- </Loc>
1617
- <Loc>
1618
- <Family>US GAAP</Family>
1619
- <Version>2019</Version>
1620
- <Href>http://xbrl.fasb.org/srt/2019/elts/srt-types-2019-01-31.xsd</Href>
1621
- <AttType>SCH</AttType>
1622
- <FileTypeName>Schema</FileTypeName>
1623
- <Elements>0</Elements>
1624
- <Namespace>http://fasb.org/srt-types/2019-01-31</Namespace>
1625
- <Prefix>srt-types</Prefix>
1626
- </Loc>
1627
- <Loc>
1628
- <Family>US GAAP</Family>
1629
- <Version>2019</Version>
1630
- <Href>http://xbrl.fasb.org/srt/2019/elts/srt-roles-2019-01-31.xsd</Href>
1631
- <AttType>SCH</AttType>
1632
- <FileTypeName>Roles/Arcroles</FileTypeName>
1633
- <Elements>0</Elements>
1634
- <Namespace>http://fasb.org/srt-roles/2019-01-31</Namespace>
1635
- </Loc>
1636
- <Loc>
1637
- <Family>US GAAP</Family>
1638
- <Version>2019</Version>
1639
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
1640
- <AttType>SCH</AttType>
1641
- <FileTypeName>Roles/Arcroles</FileTypeName>
1642
- <Elements>0</Elements>
1643
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
1644
- </Loc>
1645
- <Loc>
1646
- <Family>US GAAP</Family>
1647
- <Version>2019</Version>
1648
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
1649
- <AttType>SCH</AttType>
1650
- <FileTypeName>Roles/Arcroles</FileTypeName>
1651
- <Elements>0</Elements>
1652
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
1653
- </Loc>
1654
- <Loc>
1655
- <Family>US GAAP</Family>
1656
- <Version>2019</Version>
1657
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
1658
- <AttType>SCH</AttType>
1659
- <FileTypeName>Roles/Arcroles</FileTypeName>
1660
- <Elements>0</Elements>
1661
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
1662
- </Loc>
1663
- <Loc>
1664
- <Family>US GAAP</Family>
1665
- <Version>2019</Version>
1666
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
1667
- <AttType>SCH</AttType>
1668
- <FileTypeName>Schema</FileTypeName>
1669
- <Elements>0</Elements>
1670
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
1671
- <Prefix>num</Prefix>
1672
- </Loc>
1673
- <Loc>
1674
- <Family>US GAAP</Family>
1675
- <Version>2019</Version>
1676
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
1677
- <AttType>SCH</AttType>
1678
- <FileTypeName>Schema</FileTypeName>
1679
- <Elements>0</Elements>
1680
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
1681
- <Prefix>nonnum</Prefix>
1682
- </Loc>
1683
- <Loc>
1684
- <Family>US GAAP</Family>
1685
- <Version>2019</Version>
1686
- <Href>https://xbrl.sec.gov/dei/2020/dei-pre-2020-01-31.xml</Href>
1687
- <AttType>PRE</AttType>
1688
- <FileTypeName>Presentation</FileTypeName>
1689
- <Elements>0</Elements>
1690
- </Loc>
1691
- <Loc>
1692
- <Family>US GAAP</Family>
1693
- <Version>2019</Version>
1694
- <Href>https://xbrl.sec.gov/dei/2019/dei-pre-2019-01-31.xml</Href>
1695
- <AttType>PRE</AttType>
1696
- <FileTypeName>Presentation</FileTypeName>
1697
- <Elements>0</Elements>
1698
- </Loc>
1699
- <Loc>
1700
- <Family>US GAAP</Family>
1701
- <Version>2019</Version>
1702
- <Href>https://xbrl.sec.gov/dei/2020/dei-lab-2020-01-31.xml</Href>
1703
- <AttType>LAB</AttType>
1704
- <FileTypeName>Label</FileTypeName>
1705
- <Elements>0</Elements>
1706
- </Loc>
1707
- <Loc>
1708
- <Family>US GAAP</Family>
1709
- <Version>2019</Version>
1710
- <Href>https://xbrl.sec.gov/dei/2019/dei-lab-2019-01-31.xml</Href>
1711
- <AttType>LAB</AttType>
1712
- <FileTypeName>Label</FileTypeName>
1713
- <Elements>0</Elements>
1714
- </Loc>
1715
- <Loc>
1716
- <Family>US GAAP</Family>
1717
- <Version>2019</Version>
1718
- <Href>https://xbrl.sec.gov/dei/2020/dei-def-2020-01-31.xml</Href>
1719
- <AttType>DEF</AttType>
1720
- <FileTypeName>Definition, Dimensions</FileTypeName>
1721
- <Elements>0</Elements>
1722
- </Loc>
1723
- <Loc>
1724
- <Family>US GAAP</Family>
1725
- <Version>2019</Version>
1726
- <Href>https://xbrl.sec.gov/dei/2019/dei-def-2019-01-31.xml</Href>
1727
- <AttType>DEF</AttType>
1728
- <FileTypeName>Definition, Dimensions</FileTypeName>
1729
- <Elements>0</Elements>
1730
- </Loc>
1731
- <Loc>
1732
- <Family>US GAAP</Family>
1733
- <Version>2019</Version>
1734
- <Href>http://xbrl.fasb.org/us-gaap/2019/elts/us-gaap-eedm-def-2019-01-31.xml</Href>
1735
- <AttType>DEF</AttType>
1736
- <FileTypeName>Definition, Dimensions</FileTypeName>
1737
- <Elements>0</Elements>
1738
- </Loc>
1739
- <Loc>
1740
- <Family>US GAAP</Family>
1741
- <Version>2019</Version>
1742
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp05-def-2019-01-31.xml</Href>
1743
- <AttType>DEF</AttType>
1744
- <FileTypeName>Definition, Dimensions</FileTypeName>
1745
- <Elements>0</Elements>
1746
- </Loc>
1747
- <Loc>
1748
- <Family>US GAAP</Family>
1749
- <Version>2019</Version>
1750
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp04-def-2019-01-31.xml</Href>
1751
- <AttType>DEF</AttType>
1752
- <FileTypeName>Definition, Dimensions</FileTypeName>
1753
- <Elements>0</Elements>
1754
- </Loc>
1755
- <Loc>
1756
- <Family>US GAAP</Family>
1757
- <Version>2019</Version>
1758
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp03-def-2019-01-31.xml</Href>
1759
- <AttType>DEF</AttType>
1760
- <FileTypeName>Definition, Dimensions</FileTypeName>
1761
- <Elements>0</Elements>
1762
- </Loc>
1763
- <Loc>
1764
- <Family>US GAAP</Family>
1765
- <Version>2019</Version>
1766
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp01-def-2019-01-31.xml</Href>
1767
- <AttType>DEF</AttType>
1768
- <FileTypeName>Definition, Dimensions</FileTypeName>
1769
- <Elements>0</Elements>
1770
- </Loc>
1771
- <Loc>
1772
- <Family>US GAAP</Family>
1773
- <Version>2019</Version>
1774
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp141-def-2019-01-31.xml</Href>
1775
- <AttType>DEF</AttType>
1776
- <FileTypeName>Definition, Dimensions</FileTypeName>
1777
- <Elements>0</Elements>
1778
- </Loc>
1779
- <Loc>
1780
- <Family>US GAAP</Family>
1781
- <Version>2019</Version>
1782
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp131-def-2019-01-31.xml</Href>
1783
- <AttType>DEF</AttType>
1784
- <FileTypeName>Definition, Dimensions</FileTypeName>
1785
- <Elements>0</Elements>
1786
- </Loc>
1787
- <Loc>
1788
- <Family>US GAAP</Family>
1789
- <Version>2019</Version>
1790
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp125-def-2019-01-31.xml</Href>
1791
- <AttType>DEF</AttType>
1792
- <FileTypeName>Definition, Dimensions</FileTypeName>
1793
- <Elements>0</Elements>
1794
- </Loc>
1795
- <Loc>
1796
- <Family>US GAAP</Family>
1797
- <Version>2019</Version>
1798
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp123-def-2019-01-31.xml</Href>
1799
- <AttType>DEF</AttType>
1800
- <FileTypeName>Definition, Dimensions</FileTypeName>
1801
- <Elements>0</Elements>
1802
- </Loc>
1803
- <Loc>
1804
- <Family>US GAAP</Family>
1805
- <Version>2019</Version>
1806
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp122-def-2019-01-31.xml</Href>
1807
- <AttType>DEF</AttType>
1808
- <FileTypeName>Definition, Dimensions</FileTypeName>
1809
- <Elements>0</Elements>
1810
- </Loc>
1811
- <Loc>
1812
- <Family>US GAAP</Family>
1813
- <Version>2019</Version>
1814
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp121-def-2019-01-31.xml</Href>
1815
- <AttType>DEF</AttType>
1816
- <FileTypeName>Definition, Dimensions</FileTypeName>
1817
- <Elements>0</Elements>
1818
- </Loc>
1819
- <Loc>
1820
- <Family>US GAAP</Family>
1821
- <Version>2019</Version>
1822
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp112-def-2019-01-31.xml</Href>
1823
- <AttType>DEF</AttType>
1824
- <FileTypeName>Definition, Dimensions</FileTypeName>
1825
- <Elements>0</Elements>
1826
- </Loc>
1827
- <Loc>
1828
- <Family>US GAAP</Family>
1829
- <Version>2019</Version>
1830
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp111-def-2019-01-31.xml</Href>
1831
- <AttType>DEF</AttType>
1832
- <FileTypeName>Definition, Dimensions</FileTypeName>
1833
- <Elements>0</Elements>
1834
- </Loc>
1835
- <Loc>
1836
- <Family>US GAAP</Family>
1837
- <Version>2019</Version>
1838
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp105-def-2019-01-31.xml</Href>
1839
- <AttType>DEF</AttType>
1840
- <FileTypeName>Definition, Dimensions</FileTypeName>
1841
- <Elements>0</Elements>
1842
- </Loc>
1843
- <Loc>
1844
- <Family>US GAAP</Family>
1845
- <Version>2019</Version>
1846
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp104-def-2019-01-31.xml</Href>
1847
- <AttType>DEF</AttType>
1848
- <FileTypeName>Definition, Dimensions</FileTypeName>
1849
- <Elements>0</Elements>
1850
- </Loc>
1851
- <Loc>
1852
- <Family>US GAAP</Family>
1853
- <Version>2019</Version>
1854
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp103-def-2019-01-31.xml</Href>
1855
- <AttType>DEF</AttType>
1856
- <FileTypeName>Definition, Dimensions</FileTypeName>
1857
- <Elements>0</Elements>
1858
- </Loc>
1859
- <Loc>
1860
- <Family>US GAAP</Family>
1861
- <Version>2019</Version>
1862
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp102-def-2019-01-31.xml</Href>
1863
- <AttType>DEF</AttType>
1864
- <FileTypeName>Definition, Dimensions</FileTypeName>
1865
- <Elements>0</Elements>
1866
- </Loc>
1867
- <Loc>
1868
- <Family>US GAAP</Family>
1869
- <Version>2019</Version>
1870
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp09-def-2019-01-31.xml</Href>
1871
- <AttType>DEF</AttType>
1872
- <FileTypeName>Definition, Dimensions</FileTypeName>
1873
- <Elements>0</Elements>
1874
- </Loc>
1875
- <Loc>
1876
- <Family>US GAAP</Family>
1877
- <Version>2019</Version>
1878
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp08-def-2019-01-31.xml</Href>
1879
- <AttType>DEF</AttType>
1880
- <FileTypeName>Definition, Dimensions</FileTypeName>
1881
- <Elements>0</Elements>
1882
- </Loc>
1883
- <Loc>
1884
- <Family>US GAAP</Family>
1885
- <Version>2019</Version>
1886
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp07-def-2019-01-31.xml</Href>
1887
- <AttType>DEF</AttType>
1888
- <FileTypeName>Definition, Dimensions</FileTypeName>
1889
- <Elements>0</Elements>
1890
- </Loc>
1891
- <Loc>
1892
- <Family>US GAAP</Family>
1893
- <Version>2019</Version>
1894
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp06-def-2019-01-31.xml</Href>
1895
- <AttType>DEF</AttType>
1896
- <FileTypeName>Definition, Dimensions</FileTypeName>
1897
- <Elements>0</Elements>
1898
- </Loc>
1899
- <Loc>
1900
- <Family>US GAAP</Family>
1901
- <Version>2019</Version>
1902
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp05-def-2019-01-31.xml</Href>
1903
- <AttType>DEF</AttType>
1904
- <FileTypeName>Definition, Dimensions</FileTypeName>
1905
- <Elements>0</Elements>
1906
- </Loc>
1907
- <Loc>
1908
- <Family>US GAAP</Family>
1909
- <Version>2019</Version>
1910
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp04-def-2019-01-31.xml</Href>
1911
- <AttType>DEF</AttType>
1912
- <FileTypeName>Definition, Dimensions</FileTypeName>
1913
- <Elements>0</Elements>
1914
- </Loc>
1915
- <Loc>
1916
- <Family>US GAAP</Family>
1917
- <Version>2019</Version>
1918
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp041-def-2019-01-31.xml</Href>
1919
- <AttType>DEF</AttType>
1920
- <FileTypeName>Definition, Dimensions</FileTypeName>
1921
- <Elements>0</Elements>
1922
- </Loc>
1923
- <Loc>
1924
- <Family>US GAAP</Family>
1925
- <Version>2019</Version>
1926
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp03-def-2019-01-31.xml</Href>
1927
- <AttType>DEF</AttType>
1928
- <FileTypeName>Definition, Dimensions</FileTypeName>
1929
- <Elements>0</Elements>
1930
- </Loc>
1931
- <Loc>
1932
- <Family>US GAAP</Family>
1933
- <Version>2019</Version>
1934
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp02-def-2019-01-31.xml</Href>
1935
- <AttType>DEF</AttType>
1936
- <FileTypeName>Definition, Dimensions</FileTypeName>
1937
- <Elements>0</Elements>
1938
- </Loc>
1939
- <Loc>
1940
- <Family>US GAAP</Family>
1941
- <Version>2019</Version>
1942
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp012-def-2019-01-31.xml</Href>
1943
- <AttType>DEF</AttType>
1944
- <FileTypeName>Definition, Dimensions</FileTypeName>
1945
- <Elements>0</Elements>
1946
- </Loc>
1947
- <Loc>
1948
- <Family>US GAAP</Family>
1949
- <Version>2019</Version>
1950
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp011-def-2019-01-31.xml</Href>
1951
- <AttType>DEF</AttType>
1952
- <FileTypeName>Definition, Dimensions</FileTypeName>
1953
- <Elements>0</Elements>
1954
- </Loc>
1955
- <Loc>
1956
- <Family>US GAAP</Family>
1957
- <Version>2019</Version>
1958
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp062-def-2019-01-31.xml</Href>
1959
- <AttType>DEF</AttType>
1960
- <FileTypeName>Definition, Dimensions</FileTypeName>
1961
- <Elements>0</Elements>
1962
- </Loc>
1963
- <Loc>
1964
- <Family>US GAAP</Family>
1965
- <Version>2019</Version>
1966
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp061-def-2019-01-31.xml</Href>
1967
- <AttType>DEF</AttType>
1968
- <FileTypeName>Definition, Dimensions</FileTypeName>
1969
- <Elements>0</Elements>
1970
- </Loc>
1971
- <Loc>
1972
- <Family>US GAAP</Family>
1973
- <Version>2019</Version>
1974
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp052-def-2019-01-31.xml</Href>
1975
- <AttType>DEF</AttType>
1976
- <FileTypeName>Definition, Dimensions</FileTypeName>
1977
- <Elements>0</Elements>
1978
- </Loc>
1979
- <Loc>
1980
- <Family>US GAAP</Family>
1981
- <Version>2019</Version>
1982
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp051-def-2019-01-31.xml</Href>
1983
- <AttType>DEF</AttType>
1984
- <FileTypeName>Definition, Dimensions</FileTypeName>
1985
- <Elements>0</Elements>
1986
- </Loc>
1987
- <Loc>
1988
- <Family>US GAAP</Family>
1989
- <Version>2019</Version>
1990
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp042-def-2019-01-31.xml</Href>
1991
- <AttType>DEF</AttType>
1992
- <FileTypeName>Definition, Dimensions</FileTypeName>
1993
- <Elements>0</Elements>
1994
- </Loc>
1995
- <Loc>
1996
- <Family>US GAAP</Family>
1997
- <Version>2019</Version>
1998
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp041-def-2019-01-31.xml</Href>
1999
- <AttType>DEF</AttType>
2000
- <FileTypeName>Definition, Dimensions</FileTypeName>
2001
- <Elements>0</Elements>
2002
- </Loc>
2003
- <Loc>
2004
- <Family>US GAAP</Family>
2005
- <Version>2019</Version>
2006
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp033-def-2019-01-31.xml</Href>
2007
- <AttType>DEF</AttType>
2008
- <FileTypeName>Definition, Dimensions</FileTypeName>
2009
- <Elements>0</Elements>
2010
- </Loc>
2011
- <Loc>
2012
- <Family>US GAAP</Family>
2013
- <Version>2019</Version>
2014
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp032-def-2019-01-31.xml</Href>
2015
- <AttType>DEF</AttType>
2016
- <FileTypeName>Definition, Dimensions</FileTypeName>
2017
- <Elements>0</Elements>
2018
- </Loc>
2019
- <Loc>
2020
- <Family>US GAAP</Family>
2021
- <Version>2019</Version>
2022
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp031-def-2019-01-31.xml</Href>
2023
- <AttType>DEF</AttType>
2024
- <FileTypeName>Definition, Dimensions</FileTypeName>
2025
- <Elements>0</Elements>
2026
- </Loc>
2027
- <Loc>
2028
- <Family>US GAAP</Family>
2029
- <Version>2019</Version>
2030
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp025-def-2019-01-31.xml</Href>
2031
- <AttType>DEF</AttType>
2032
- <FileTypeName>Definition, Dimensions</FileTypeName>
2033
- <Elements>0</Elements>
2034
- </Loc>
2035
- <Loc>
2036
- <Family>US GAAP</Family>
2037
- <Version>2019</Version>
2038
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp024-def-2019-01-31.xml</Href>
2039
- <AttType>DEF</AttType>
2040
- <FileTypeName>Definition, Dimensions</FileTypeName>
2041
- <Elements>0</Elements>
2042
- </Loc>
2043
- <Loc>
2044
- <Family>US GAAP</Family>
2045
- <Version>2019</Version>
2046
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp023-def-2019-01-31.xml</Href>
2047
- <AttType>DEF</AttType>
2048
- <FileTypeName>Definition, Dimensions</FileTypeName>
2049
- <Elements>0</Elements>
2050
- </Loc>
2051
- <Loc>
2052
- <Family>US GAAP</Family>
2053
- <Version>2019</Version>
2054
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp022-def-2019-01-31.xml</Href>
2055
- <AttType>DEF</AttType>
2056
- <FileTypeName>Definition, Dimensions</FileTypeName>
2057
- <Elements>0</Elements>
2058
- </Loc>
2059
- <Loc>
2060
- <Family>US GAAP</Family>
2061
- <Version>2019</Version>
2062
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp021-def-2019-01-31.xml</Href>
2063
- <AttType>DEF</AttType>
2064
- <FileTypeName>Definition, Dimensions</FileTypeName>
2065
- <Elements>0</Elements>
2066
- </Loc>
2067
- <Loc>
2068
- <Family>US GAAP</Family>
2069
- <Version>2019</Version>
2070
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp01-def-2019-01-31.xml</Href>
2071
- <AttType>DEF</AttType>
2072
- <FileTypeName>Definition, Dimensions</FileTypeName>
2073
- <Elements>0</Elements>
2074
- </Loc>
2075
- <Loc>
2076
- <Family>US GAAP</Family>
2077
- <Version>2019</Version>
2078
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp022-def-2019-01-31.xml</Href>
2079
- <AttType>DEF</AttType>
2080
- <FileTypeName>Definition, Dimensions</FileTypeName>
2081
- <Elements>0</Elements>
2082
- </Loc>
2083
- <Loc>
2084
- <Family>US GAAP</Family>
2085
- <Version>2019</Version>
2086
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp021-def-2019-01-31.xml</Href>
2087
- <AttType>DEF</AttType>
2088
- <FileTypeName>Definition, Dimensions</FileTypeName>
2089
- <Elements>0</Elements>
2090
- </Loc>
2091
- <Loc>
2092
- <Family>US GAAP</Family>
2093
- <Version>2019</Version>
2094
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp012-def-2019-01-31.xml</Href>
2095
- <AttType>DEF</AttType>
2096
- <FileTypeName>Definition, Dimensions</FileTypeName>
2097
- <Elements>0</Elements>
2098
- </Loc>
2099
- <Loc>
2100
- <Family>US GAAP</Family>
2101
- <Version>2019</Version>
2102
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp011-def-2019-01-31.xml</Href>
2103
- <AttType>DEF</AttType>
2104
- <FileTypeName>Definition, Dimensions</FileTypeName>
2105
- <Elements>0</Elements>
2106
- </Loc>
2107
- <Loc>
2108
- <Family>US GAAP</Family>
2109
- <Version>2019</Version>
2110
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-fifvdtmp02-def-2019-01-31.xml</Href>
2111
- <AttType>DEF</AttType>
2112
- <FileTypeName>Definition, Dimensions</FileTypeName>
2113
- <Elements>0</Elements>
2114
- </Loc>
2115
- <Loc>
2116
- <Family>US GAAP</Family>
2117
- <Version>2019</Version>
2118
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-fifvdtmp01-def-2019-01-31.xml</Href>
2119
- <AttType>DEF</AttType>
2120
- <FileTypeName>Definition, Dimensions</FileTypeName>
2121
- <Elements>0</Elements>
2122
- </Loc>
2123
- <Loc>
2124
- <Family>US GAAP</Family>
2125
- <Version>2019</Version>
2126
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp05-def-2019-01-31.xml</Href>
2127
- <AttType>DEF</AttType>
2128
- <FileTypeName>Definition, Dimensions</FileTypeName>
2129
- <Elements>0</Elements>
2130
- </Loc>
2131
- <Loc>
2132
- <Family>US GAAP</Family>
2133
- <Version>2019</Version>
2134
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp04-def-2019-01-31.xml</Href>
2135
- <AttType>DEF</AttType>
2136
- <FileTypeName>Definition, Dimensions</FileTypeName>
2137
- <Elements>0</Elements>
2138
- </Loc>
2139
- <Loc>
2140
- <Family>US GAAP</Family>
2141
- <Version>2019</Version>
2142
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp03-def-2019-01-31.xml</Href>
2143
- <AttType>DEF</AttType>
2144
- <FileTypeName>Definition, Dimensions</FileTypeName>
2145
- <Elements>0</Elements>
2146
- </Loc>
2147
- <Loc>
2148
- <Family>US GAAP</Family>
2149
- <Version>2019</Version>
2150
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp02-def-2019-01-31.xml</Href>
2151
- <AttType>DEF</AttType>
2152
- <FileTypeName>Definition, Dimensions</FileTypeName>
2153
- <Elements>0</Elements>
2154
- </Loc>
2155
- <Loc>
2156
- <Family>US GAAP</Family>
2157
- <Version>2019</Version>
2158
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp01-def-2019-01-31.xml</Href>
2159
- <AttType>DEF</AttType>
2160
- <FileTypeName>Definition, Dimensions</FileTypeName>
2161
- <Elements>0</Elements>
2162
- </Loc>
2163
- <Loc>
2164
- <Family>US GAAP</Family>
2165
- <Version>2019</Version>
2166
- <Href>http://xbrl.fasb.org/srt/2019/elts/srt-eedm1-def-2019-01-31.xml</Href>
2167
- <AttType>DEF</AttType>
2168
- <FileTypeName>Definition, Dimensions</FileTypeName>
2169
- <Elements>0</Elements>
2170
- </Loc>
2171
- <Loc>
2172
- <Family>US GAAP</Family>
2173
- <Version>2019</Version>
2174
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp04-cal-2019-01-31.xml</Href>
2175
- <AttType>CAL</AttType>
2176
- <FileTypeName>Calculation</FileTypeName>
2177
- <Elements>0</Elements>
2178
- </Loc>
2179
- <Loc>
2180
- <Family>US GAAP</Family>
2181
- <Version>2019</Version>
2182
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp09-cal-2019-01-31.xml</Href>
2183
- <AttType>CAL</AttType>
2184
- <FileTypeName>Calculation</FileTypeName>
2185
- <Elements>0</Elements>
2186
- </Loc>
2187
- <Loc>
2188
- <Family>US GAAP</Family>
2189
- <Version>2019</Version>
2190
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp08-cal-2019-01-31.xml</Href>
2191
- <AttType>CAL</AttType>
2192
- <FileTypeName>Calculation</FileTypeName>
2193
- <Elements>0</Elements>
2194
- </Loc>
2195
- <Loc>
2196
- <Family>US GAAP</Family>
2197
- <Version>2019</Version>
2198
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp07-cal-2019-01-31.xml</Href>
2199
- <AttType>CAL</AttType>
2200
- <FileTypeName>Calculation</FileTypeName>
2201
- <Elements>0</Elements>
2202
- </Loc>
2203
- <Loc>
2204
- <Family>US GAAP</Family>
2205
- <Version>2019</Version>
2206
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp06-cal-2019-01-31.xml</Href>
2207
- <AttType>CAL</AttType>
2208
- <FileTypeName>Calculation</FileTypeName>
2209
- <Elements>0</Elements>
2210
- </Loc>
2211
- <Loc>
2212
- <Family>US GAAP</Family>
2213
- <Version>2019</Version>
2214
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp05-cal-2019-01-31.xml</Href>
2215
- <AttType>CAL</AttType>
2216
- <FileTypeName>Calculation</FileTypeName>
2217
- <Elements>0</Elements>
2218
- </Loc>
2219
- <Loc>
2220
- <Family>US GAAP</Family>
2221
- <Version>2019</Version>
2222
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp04-cal-2019-01-31.xml</Href>
2223
- <AttType>CAL</AttType>
2224
- <FileTypeName>Calculation</FileTypeName>
2225
- <Elements>0</Elements>
2226
- </Loc>
2227
- <Loc>
2228
- <Family>US GAAP</Family>
2229
- <Version>2019</Version>
2230
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp041-cal-2019-01-31.xml</Href>
2231
- <AttType>CAL</AttType>
2232
- <FileTypeName>Calculation</FileTypeName>
2233
- <Elements>0</Elements>
2234
- </Loc>
2235
- <Loc>
2236
- <Family>US GAAP</Family>
2237
- <Version>2019</Version>
2238
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp03-cal-2019-01-31.xml</Href>
2239
- <AttType>CAL</AttType>
2240
- <FileTypeName>Calculation</FileTypeName>
2241
- <Elements>0</Elements>
2242
- </Loc>
2243
- <Loc>
2244
- <Family>US GAAP</Family>
2245
- <Version>2019</Version>
2246
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp02-cal-2019-01-31.xml</Href>
2247
- <AttType>CAL</AttType>
2248
- <FileTypeName>Calculation</FileTypeName>
2249
- <Elements>0</Elements>
2250
- </Loc>
2251
- <Loc>
2252
- <Family>US GAAP</Family>
2253
- <Version>2019</Version>
2254
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp012-cal-2019-01-31.xml</Href>
2255
- <AttType>CAL</AttType>
2256
- <FileTypeName>Calculation</FileTypeName>
2257
- <Elements>0</Elements>
2258
- </Loc>
2259
- <Loc>
2260
- <Family>US GAAP</Family>
2261
- <Version>2019</Version>
2262
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp011-cal-2019-01-31.xml</Href>
2263
- <AttType>CAL</AttType>
2264
- <FileTypeName>Calculation</FileTypeName>
2265
- <Elements>0</Elements>
2266
- </Loc>
2267
- <Loc>
2268
- <Family>US GAAP</Family>
2269
- <Version>2019</Version>
2270
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp05-cal-2019-01-31.xml</Href>
2271
- <AttType>CAL</AttType>
2272
- <FileTypeName>Calculation</FileTypeName>
2273
- <Elements>0</Elements>
2274
- </Loc>
2275
- <Loc>
2276
- <Family>US GAAP</Family>
2277
- <Version>2019</Version>
2278
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp04-cal-2019-01-31.xml</Href>
2279
- <AttType>CAL</AttType>
2280
- <FileTypeName>Calculation</FileTypeName>
2281
- <Elements>0</Elements>
2282
- </Loc>
2283
- <Loc>
2284
- <Family>US GAAP</Family>
2285
- <Version>2019</Version>
2286
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp03-cal-2019-01-31.xml</Href>
2287
- <AttType>CAL</AttType>
2288
- <FileTypeName>Calculation</FileTypeName>
2289
- <Elements>0</Elements>
2290
- </Loc>
2291
- <Loc>
2292
- <Family>US GAAP</Family>
2293
- <Version>2019</Version>
2294
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp02-cal-2019-01-31.xml</Href>
2295
- <AttType>CAL</AttType>
2296
- <FileTypeName>Calculation</FileTypeName>
2297
- <Elements>0</Elements>
2298
- </Loc>
2299
- <Loc>
2300
- <Family>US GAAP</Family>
2301
- <Version>2019</Version>
2302
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp01-cal-2019-01-31.xml</Href>
2303
- <AttType>CAL</AttType>
2304
- <FileTypeName>Calculation</FileTypeName>
2305
- <Elements>0</Elements>
2306
- </Loc>
2307
- <Loc>
2308
- <Family>US GAAP</Family>
2309
- <Version>2019</Version>
2310
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp042-cal-2019-01-31.xml</Href>
2311
- <AttType>CAL</AttType>
2312
- <FileTypeName>Calculation</FileTypeName>
2313
- <Elements>0</Elements>
2314
- </Loc>
2315
- <Loc>
2316
- <Family>US GAAP</Family>
2317
- <Version>2019</Version>
2318
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp041-cal-2019-01-31.xml</Href>
2319
- <AttType>CAL</AttType>
2320
- <FileTypeName>Calculation</FileTypeName>
2321
- <Elements>0</Elements>
2322
- </Loc>
2323
- <Loc>
2324
- <Family>US GAAP</Family>
2325
- <Version>2019</Version>
2326
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp021-cal-2019-01-31.xml</Href>
2327
- <AttType>CAL</AttType>
2328
- <FileTypeName>Calculation</FileTypeName>
2329
- <Elements>0</Elements>
2330
- </Loc>
2331
- <Loc>
2332
- <Family>US GAAP</Family>
2333
- <Version>2019</Version>
2334
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp04-cal-2019-01-31.xml</Href>
2335
- <AttType>CAL</AttType>
2336
- <FileTypeName>Calculation</FileTypeName>
2337
- <Elements>0</Elements>
2338
- </Loc>
2339
- <Loc>
2340
- <Family>US GAAP</Family>
2341
- <Version>2019</Version>
2342
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp03-cal-2019-01-31.xml</Href>
2343
- <AttType>CAL</AttType>
2344
- <FileTypeName>Calculation</FileTypeName>
2345
- <Elements>0</Elements>
2346
- </Loc>
2347
- <Loc>
2348
- <Family>US GAAP</Family>
2349
- <Version>2019</Version>
2350
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp022-cal-2019-01-31.xml</Href>
2351
- <AttType>CAL</AttType>
2352
- <FileTypeName>Calculation</FileTypeName>
2353
- <Elements>0</Elements>
2354
- </Loc>
2355
- <Loc>
2356
- <Family>US GAAP</Family>
2357
- <Version>2019</Version>
2358
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp021-cal-2019-01-31.xml</Href>
2359
- <AttType>CAL</AttType>
2360
- <FileTypeName>Calculation</FileTypeName>
2361
- <Elements>0</Elements>
2362
- </Loc>
2363
- <Loc>
2364
- <Family>US GAAP</Family>
2365
- <Version>2019</Version>
2366
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp012-cal-2019-01-31.xml</Href>
2367
- <AttType>CAL</AttType>
2368
- <FileTypeName>Calculation</FileTypeName>
2369
- <Elements>0</Elements>
2370
- </Loc>
2371
- <Loc>
2372
- <Family>US GAAP</Family>
2373
- <Version>2019</Version>
2374
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp011-cal-2019-01-31.xml</Href>
2375
- <AttType>CAL</AttType>
2376
- <FileTypeName>Calculation</FileTypeName>
2377
- <Elements>0</Elements>
2378
- </Loc>
2379
- <Loc>
2380
- <Family>US GAAP</Family>
2381
- <Version>2019</Version>
2382
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-fifvdtmp01-cal-2019-01-31.xml</Href>
2383
- <AttType>CAL</AttType>
2384
- <FileTypeName>Calculation</FileTypeName>
2385
- <Elements>0</Elements>
2386
- </Loc>
2387
- <Loc>
2388
- <Family>US GAAP</Family>
2389
- <Version>2019</Version>
2390
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp04-cal-2019-01-31.xml</Href>
2391
- <AttType>CAL</AttType>
2392
- <FileTypeName>Calculation</FileTypeName>
2393
- <Elements>0</Elements>
2394
- </Loc>
2395
- <Loc>
2396
- <Family>US GAAP</Family>
2397
- <Version>2019</Version>
2398
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp02-cal-2019-01-31.xml</Href>
2399
- <AttType>CAL</AttType>
2400
- <FileTypeName>Calculation</FileTypeName>
2401
- <Elements>0</Elements>
2402
- </Loc>
2403
- <Loc>
2404
- <Family>US GAAP</Family>
2405
- <Version>2019</Version>
2406
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp01-cal-2019-01-31.xml</Href>
2407
- <AttType>CAL</AttType>
2408
- <FileTypeName>Calculation</FileTypeName>
2409
- <Elements>0</Elements>
2410
- </Loc>
2411
- <Loc>
2412
- <Family>IFRS</Family>
2413
- <Version>2019</Version>
2414
- <Href>https://xbrl.sec.gov/stpr/2018/stpr-2018-01-31.xsd</Href>
2415
- <AttType>SCH</AttType>
2416
- <FileTypeName>Schema</FileTypeName>
2417
- <Elements>1</Elements>
2418
- <Namespace>http://xbrl.sec.gov/stpr/2018-01-31</Namespace>
2419
- <Prefix>stpr</Prefix>
2420
- </Loc>
2421
- <Loc>
2422
- <Family>IFRS</Family>
2423
- <Version>2019</Version>
2424
- <Href>https://xbrl.sec.gov/sic/2020/sic-2020-01-31.xsd</Href>
2425
- <AttType>SCH</AttType>
2426
- <FileTypeName>Schema</FileTypeName>
2427
- <Elements>1</Elements>
2428
- <Namespace>http://xbrl.sec.gov/sic/2020-01-31</Namespace>
2429
- <Prefix>sic</Prefix>
2430
- </Loc>
2431
- <Loc>
2432
- <Family>IFRS</Family>
2433
- <Version>2019</Version>
2434
- <Href>https://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
2435
- <AttType>SCH</AttType>
2436
- <FileTypeName>Schema</FileTypeName>
2437
- <Elements>1</Elements>
2438
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
2439
- <Prefix>sic</Prefix>
2440
- </Loc>
2441
- <Loc>
2442
- <Family>IFRS</Family>
2443
- <Version>2019</Version>
2444
- <Href>https://xbrl.sec.gov/naics/2017/naics-2017-01-31.xsd</Href>
2445
- <AttType>SCH</AttType>
2446
- <FileTypeName>Schema</FileTypeName>
2447
- <Elements>1</Elements>
2448
- <Namespace>http://xbrl.sec.gov/naics/2017-01-31</Namespace>
2449
- <Prefix>naics</Prefix>
2450
- </Loc>
2451
- <Loc>
2452
- <Family>IFRS</Family>
2453
- <Version>2019</Version>
2454
- <Href>https://xbrl.sec.gov/exch/2020/exch-2020-01-31.xsd</Href>
2455
- <AttType>SCH</AttType>
2456
- <FileTypeName>Schema</FileTypeName>
2457
- <Elements>1</Elements>
2458
- <Namespace>http://xbrl.sec.gov/exch/2020-01-31</Namespace>
2459
- <Prefix>exch</Prefix>
2460
- </Loc>
2461
- <Loc>
2462
- <Family>IFRS</Family>
2463
- <Version>2019</Version>
2464
- <Href>https://xbrl.sec.gov/exch/2019/exch-2019-01-31.xsd</Href>
2465
- <AttType>SCH</AttType>
2466
- <FileTypeName>Schema</FileTypeName>
2467
- <Elements>1</Elements>
2468
- <Namespace>http://xbrl.sec.gov/exch/2019-01-31</Namespace>
2469
- <Prefix>exch</Prefix>
2470
- </Loc>
2471
- <Loc>
2472
- <Family>IFRS</Family>
2473
- <Version>2019</Version>
2474
- <Href>https://xbrl.sec.gov/dei/2020/dei-2020-01-31.xsd</Href>
2475
- <AttType>SCH</AttType>
2476
- <FileTypeName>Schema</FileTypeName>
2477
- <Elements>1</Elements>
2478
- <Namespace>http://xbrl.sec.gov/dei/2020-01-31</Namespace>
2479
- <Prefix>dei</Prefix>
2480
- </Loc>
2481
- <Loc>
2482
- <Family>IFRS</Family>
2483
- <Version>2019</Version>
2484
- <Href>https://xbrl.sec.gov/dei/2019/dei-2019-01-31.xsd</Href>
2485
- <AttType>SCH</AttType>
2486
- <FileTypeName>Schema</FileTypeName>
2487
- <Elements>1</Elements>
2488
- <Namespace>http://xbrl.sec.gov/dei/2019-01-31</Namespace>
2489
- <Prefix>dei</Prefix>
2490
- </Loc>
2491
- <Loc>
2492
- <Family>IFRS</Family>
2493
- <Version>2019</Version>
2494
- <Href>https://xbrl.sec.gov/currency/2020/currency-2020-01-31.xsd</Href>
2495
- <AttType>SCH</AttType>
2496
- <FileTypeName>Schema</FileTypeName>
2497
- <Elements>1</Elements>
2498
- <Namespace>http://xbrl.sec.gov/currency/2020-01-31</Namespace>
2499
- <Prefix>currency</Prefix>
2500
- </Loc>
2501
- <Loc>
2502
- <Family>IFRS</Family>
2503
- <Version>2019</Version>
2504
- <Href>https://xbrl.sec.gov/currency/2019/currency-2019-01-31.xsd</Href>
2505
- <AttType>SCH</AttType>
2506
- <FileTypeName>Schema</FileTypeName>
2507
- <Elements>1</Elements>
2508
- <Namespace>http://xbrl.sec.gov/currency/2019-01-31</Namespace>
2509
- <Prefix>currency</Prefix>
2510
- </Loc>
2511
- <Loc>
2512
- <Family>IFRS</Family>
2513
- <Version>2019</Version>
2514
- <Href>https://xbrl.sec.gov/country/2020/country-2020-01-31.xsd</Href>
2515
- <AttType>SCH</AttType>
2516
- <FileTypeName>Schema</FileTypeName>
2517
- <Elements>1</Elements>
2518
- <Namespace>http://xbrl.sec.gov/country/2020-01-31</Namespace>
2519
- <Prefix>country</Prefix>
2520
- </Loc>
2521
- <Loc>
2522
- <Family>IFRS</Family>
2523
- <Version>2019</Version>
2524
- <Href>http://xbrl.sec.gov/country/2017/country-2017-01-31.xsd</Href>
2525
- <AttType>SCH</AttType>
2526
- <FileTypeName>Schema</FileTypeName>
2527
- <Elements>1</Elements>
2528
- <Namespace>http://xbrl.sec.gov/country/2017-01-31</Namespace>
2529
- <Prefix>country</Prefix>
2530
- </Loc>
2531
- <Loc>
2532
- <Family>IFRS</Family>
2533
- <Version>2019</Version>
2534
- <Href>http://xbrl.ifrs.org/taxonomy/2019-03-27/full_ifrs/full_ifrs-cor_2019-03-27.xsd</Href>
2535
- <AttType>SCH</AttType>
2536
- <FileTypeName>Schema</FileTypeName>
2537
- <Elements>1</Elements>
2538
- <Namespace>http://xbrl.ifrs.org/taxonomy/2019-03-27/ifrs-full</Namespace>
2539
- <Prefix>ifrs-full</Prefix>
2540
- </Loc>
2541
- <Loc>
2542
- <Family>IFRS</Family>
2543
- <Version>2019</Version>
2544
- <Href>http://xbrl.fasb.org/us-gaap/2019/elts/us-gaap-2019-01-31.xsd</Href>
2545
- <AttType>SCH</AttType>
2546
- <FileTypeName>Schema</FileTypeName>
2547
- <Elements>1</Elements>
2548
- <Namespace>http://fasb.org/us-gaap/2019-01-31</Namespace>
2549
- <Prefix>us-gaap</Prefix>
2550
- </Loc>
2551
- <Loc>
2552
- <Family>IFRS</Family>
2553
- <Version>2019</Version>
2554
- <Href>http://xbrl.fasb.org/srt/2019/elts/srt-2019-01-31.xsd</Href>
2555
- <AttType>SCH</AttType>
2556
- <FileTypeName>Schema</FileTypeName>
2557
- <Elements>1</Elements>
2558
- <Namespace>http://fasb.org/srt/2019-01-31</Namespace>
2559
- <Prefix>srt</Prefix>
2560
- </Loc>
2561
- <Loc>
2562
- <Family>IFRS</Family>
2563
- <Version>2019</Version>
2564
- <Href>https://xbrl.sec.gov/dei/2020/dei-std-2020-01-31.xsd</Href>
2565
- <AttType>SCH</AttType>
2566
- <FileTypeName>Entry Point</FileTypeName>
2567
- <Elements>0</Elements>
2568
- <Namespace>http://xbrl.sec.gov/dei-std/2020-01-31</Namespace>
2569
- <Prefix>dei-std</Prefix>
2570
- </Loc>
2571
- <Loc>
2572
- <Family>IFRS</Family>
2573
- <Version>2019</Version>
2574
- <Href>https://xbrl.sec.gov/dei/2020/dei-ent-std-2020-01-31.xsd</Href>
2575
- <AttType>SCH</AttType>
2576
- <FileTypeName>Entry Point</FileTypeName>
2577
- <Elements>0</Elements>
2578
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2020-01-31</Namespace>
2579
- <Prefix>dei-ent-std</Prefix>
2580
- </Loc>
2581
- <Loc>
2582
- <Family>IFRS</Family>
2583
- <Version>2019</Version>
2584
- <Href>https://xbrl.sec.gov/dei/2019/dei-std-2019-01-31.xsd</Href>
2585
- <AttType>SCH</AttType>
2586
- <FileTypeName>Entry Point</FileTypeName>
2587
- <Elements>0</Elements>
2588
- <Namespace>http://xbrl.sec.gov/dei-std/2019-01-31</Namespace>
2589
- <Prefix>dei-std</Prefix>
2590
- </Loc>
2591
- <Loc>
2592
- <Family>IFRS</Family>
2593
- <Version>2019</Version>
2594
- <Href>https://xbrl.sec.gov/dei/2019/dei-ent-std-2019-01-31.xsd</Href>
2595
- <AttType>SCH</AttType>
2596
- <FileTypeName>Entry Point</FileTypeName>
2597
- <Elements>0</Elements>
2598
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2019-01-31</Namespace>
2599
- <Prefix>dei-ent-std</Prefix>
2600
- </Loc>
2601
- <Loc>
2602
- <Family>IFRS</Family>
2603
- <Version>2019</Version>
2604
- <Href>http://www.xbrl.org/lrr/arcrole/esma-arcrole-2018-11-21.xsd</Href>
2605
- <AttType>SCH</AttType>
2606
- <FileTypeName>Roles/Arcroles</FileTypeName>
2607
- <Elements>0</Elements>
2608
- <Namespace>http://www.esma.europa.eu/xbrl/esef/arcrole/wider-narrower</Namespace>
2609
- </Loc>
2610
- <Loc>
2611
- <Family>IFRS</Family>
2612
- <Version>2019</Version>
2613
- <Href>https://xbrl.sec.gov/dei/2020/dei-pre-2020-01-31.xml</Href>
2614
- <AttType>PRE</AttType>
2615
- <FileTypeName>Presentation</FileTypeName>
2616
- <Elements>0</Elements>
2617
- </Loc>
2618
- <Loc>
2619
- <Family>IFRS</Family>
2620
- <Version>2019</Version>
2621
- <Href>https://xbrl.sec.gov/dei/2019/dei-pre-2019-01-31.xml</Href>
2622
- <AttType>PRE</AttType>
2623
- <FileTypeName>Presentation</FileTypeName>
2624
- <Elements>0</Elements>
2625
- </Loc>
2626
- <Loc>
2627
- <Family>IFRS</Family>
2628
- <Version>2019</Version>
2629
- <Href>https://xbrl.sec.gov/dei/2020/dei-lab-2020-01-31.xml</Href>
2630
- <AttType>LAB</AttType>
2631
- <FileTypeName>Label</FileTypeName>
2632
- <Elements>0</Elements>
2633
- </Loc>
2634
- <Loc>
2635
- <Family>IFRS</Family>
2636
- <Version>2019</Version>
2637
- <Href>https://xbrl.sec.gov/dei/2019/dei-lab-2019-01-31.xml</Href>
2638
- <AttType>LAB</AttType>
2639
- <FileTypeName>Label</FileTypeName>
2640
- <Elements>0</Elements>
2641
- </Loc>
2642
- <Loc>
2643
- <Family>IFRS</Family>
2644
- <Version>2019</Version>
2645
- <Href>https://xbrl.sec.gov/dei/2020/dei-def-2020-01-31.xml</Href>
2646
- <AttType>DEF</AttType>
2647
- <FileTypeName>Definition, Dimensions</FileTypeName>
2648
- <Elements>0</Elements>
2649
- </Loc>
2650
- <Loc>
2651
- <Family>IFRS</Family>
2652
- <Version>2019</Version>
2653
- <Href>https://xbrl.sec.gov/dei/2019/dei-def-2019-01-31.xml</Href>
2654
- <AttType>DEF</AttType>
2655
- <FileTypeName>Definition, Dimensions</FileTypeName>
2656
- <Elements>0</Elements>
2657
- </Loc>
2658
- <Loc>
2659
- <Family>RR</Family>
2660
- <Version>2021</Version>
2661
- <Href>https://xbrl.sec.gov/rr/2021/rr-2021.xsd</Href>
2662
- <AttType>SCH</AttType>
2663
- <FileTypeName>Schema</FileTypeName>
2664
- <Elements>1</Elements>
2665
- <Namespace>http://xbrl.sec.gov/rr/2021</Namespace>
2666
- <Prefix>rr</Prefix>
2667
- </Loc>
2668
- <Loc>
2669
- <Family>RR</Family>
2670
- <Version>2021</Version>
2671
- <Href>https://xbrl.sec.gov/rr/2021/rr-2021_lab.xsd</Href>
2672
- <AttType>SCH</AttType>
2673
- <FileTypeName>Schema</FileTypeName>
2674
- <Elements>1</Elements>
2675
- <Namespace>http://xbrl.sec.gov/rr-lab/2021</Namespace>
2676
- <Prefix>rr-lab</Prefix>
2677
- </Loc>
2678
- <Loc>
2679
- <Family>RR</Family>
2680
- <Version>2021</Version>
2681
- <Href>https://xbrl.sec.gov/rr/2021/rr-2021_pre.xsd</Href>
2682
- <AttType>SCH</AttType>
2683
- <FileTypeName>Schema</FileTypeName>
2684
- <Elements>1</Elements>
2685
- <Namespace>http://xbrl.sec.gov/rr-pre/2021</Namespace>
2686
- <Prefix>rr-pre</Prefix>
2687
- </Loc>
2688
- <Loc>
2689
- <Family>RR</Family>
2690
- <Version>2021</Version>
2691
- <Href>https://xbrl.sec.gov/rr/2021/rr-2021_def.xsd</Href>
2692
- <AttType>SCH</AttType>
2693
- <FileTypeName>Schema</FileTypeName>
2694
- <Elements>1</Elements>
2695
- <Namespace>http://xbrl.sec.gov/rr-def/2021</Namespace>
2696
- <Prefix>rr-def</Prefix>
2697
- </Loc>
2698
- <Loc>
2699
- <Family>RR</Family>
2700
- <Version>2021</Version>
2701
- <Href>https://www.xbrl.org/dtr/type/2020-01-21/types.xsd</Href>
2702
- <AttType>SCH</AttType>
2703
- <FileTypeName>Roles/Arcroles</FileTypeName>
2704
- <Elements>0</Elements>
2705
- <Namespace>http://www.xbrl.org/dtr/type/2020-01-21</Namespace>
2706
- </Loc>
2707
- <Loc>
2708
- <Family>RR</Family>
2709
- <Version>2021</Version>
2710
- <Href>https://xbrl.sec.gov/dei/2021/dei-2021.xsd</Href>
2711
- <AttType>SCH</AttType>
2712
- <FileTypeName>Schema</FileTypeName>
2713
- <Elements>1</Elements>
2714
- <Namespace>http://xbrl.sec.gov/dei/2021</Namespace>
2715
- <Prefix>dei</Prefix>
2716
- </Loc>
2717
- <Loc>
2718
- <Family>RR</Family>
2719
- <Version>2021</Version>
2720
- <Href>https://xbrl.sec.gov/dei/2021/dei-2021_pre.xsd</Href>
2721
- <AttType>SCH</AttType>
2722
- <FileTypeName>Schema</FileTypeName>
2723
- <Elements>1</Elements>
2724
- <Namespace>http://xbrl.sec.gov/dei-pre/2021</Namespace>
2725
- <Prefix>dei-pre</Prefix>
2726
- </Loc>
2727
- <Loc>
2728
- <Family>RR</Family>
2729
- <Version>2021</Version>
2730
- <Href>https://xbrl.sec.gov/dei/2021/dei-2021_lab.xsd</Href>
2731
- <AttType>SCH</AttType>
2732
- <FileTypeName>Schema</FileTypeName>
2733
- <Elements>1</Elements>
2734
- <Namespace>http://xbrl.sec.gov/dei-lab/2021</Namespace>
2735
- <Prefix>dei-lab</Prefix>
2736
- </Loc>
2737
- <Loc>
2738
- <Family>RR</Family>
2739
- <Version>2021</Version>
2740
- <Href>https://xbrl.sec.gov/dei/2021/dei-2021_def.xsd</Href>
2741
- <AttType>SCH</AttType>
2742
- <FileTypeName>Schema</FileTypeName>
2743
- <Elements>1</Elements>
2744
- <Namespace>http://xbrl.sec.gov/dei-def/2021</Namespace>
2745
- <Prefix>dei-def</Prefix>
2746
- </Loc>
2747
- <Loc>
2748
- <Family>RR</Family>
2749
- <Version>2021</Version>
2750
- <Href>https://xbrl.sec.gov/currency/2021/currency-2021.xsd</Href>
2751
- <AttType>SCH</AttType>
2752
- <FileTypeName>Schema</FileTypeName>
2753
- <Elements>1</Elements>
2754
- <Namespace>http://xbrl.sec.gov/currency/2021</Namespace>
2755
- <Prefix>currency</Prefix>
2756
- </Loc>
2757
- <Loc>
2758
- <Family>RR</Family>
2759
- <Version>2021</Version>
2760
- <Href>https://xbrl.sec.gov/country/2021/country-2021.xsd</Href>
2761
- <AttType>SCH</AttType>
2762
- <FileTypeName>Schema</FileTypeName>
2763
- <Elements>1</Elements>
2764
- <Namespace>http://xbrl.sec.gov/country/2021</Namespace>
2765
- <Prefix>country</Prefix>
2766
- </Loc>
2767
- <Loc>
2768
- <Family>RR</Family>
2769
- <Version>2021</Version>
2770
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
2771
- <AttType>SCH</AttType>
2772
- <FileTypeName>Roles/Arcroles</FileTypeName>
2773
- <Elements>0</Elements>
2774
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
2775
- </Loc>
2776
- <Loc>
2777
- <Family>RR</Family>
2778
- <Version>2018</Version>
2779
- <Href>https://xbrl.sec.gov/rr/2018/rr-2018-01-31.xsd</Href>
2780
- <AttType>SCH</AttType>
2781
- <FileTypeName>Schema</FileTypeName>
2782
- <Elements>1</Elements>
2783
- <Namespace>http://xbrl.sec.gov/rr/2018-01-31</Namespace>
2784
- <Prefix>rr</Prefix>
2785
- </Loc>
2786
- <Loc>
2787
- <Family>RR</Family>
2788
- <Version>2018</Version>
2789
- <Href>https://xbrl.sec.gov/dei/2020/dei-2020-01-31.xsd</Href>
2790
- <AttType>SCH</AttType>
2791
- <FileTypeName>Schema</FileTypeName>
2792
- <Elements>1</Elements>
2793
- <Namespace>http://xbrl.sec.gov/dei/2020-01-31</Namespace>
2794
- <Prefix>dei</Prefix>
2795
- </Loc>
2796
- <Loc>
2797
- <Family>RR</Family>
2798
- <Version>2018</Version>
2799
- <Href>https://xbrl.sec.gov/dei/2019/dei-2019-01-31.xsd</Href>
2800
- <AttType>SCH</AttType>
2801
- <FileTypeName>Schema</FileTypeName>
2802
- <Elements>1</Elements>
2803
- <Namespace>http://xbrl.sec.gov/dei/2019-01-31</Namespace>
2804
- <Prefix>dei</Prefix>
2805
- </Loc>
2806
- <Loc>
2807
- <Family>RR</Family>
2808
- <Version>2018</Version>
2809
- <Href>https://xbrl.sec.gov/currency/2020/currency-2020-01-31.xsd</Href>
2810
- <AttType>SCH</AttType>
2811
- <FileTypeName>Schema</FileTypeName>
2812
- <Elements>1</Elements>
2813
- <Namespace>http://xbrl.sec.gov/currency/2020-01-31</Namespace>
2814
- <Prefix>currency</Prefix>
2815
- </Loc>
2816
- <Loc>
2817
- <Family>RR</Family>
2818
- <Version>2018</Version>
2819
- <Href>https://xbrl.sec.gov/currency/2019/currency-2019-01-31.xsd</Href>
2820
- <AttType>SCH</AttType>
2821
- <FileTypeName>Schema</FileTypeName>
2822
- <Elements>1</Elements>
2823
- <Namespace>http://xbrl.sec.gov/currency/2019-01-31</Namespace>
2824
- <Prefix>currency</Prefix>
2825
- </Loc>
2826
- <Loc>
2827
- <Family>RR</Family>
2828
- <Version>2018</Version>
2829
- <Href>https://xbrl.sec.gov/country/2020/country-2020-01-31.xsd</Href>
2830
- <AttType>SCH</AttType>
2831
- <FileTypeName>Schema</FileTypeName>
2832
- <Elements>1</Elements>
2833
- <Namespace>http://xbrl.sec.gov/country/2020-01-31</Namespace>
2834
- <Prefix>country</Prefix>
2835
- </Loc>
2836
- <Loc>
2837
- <Family>RR</Family>
2838
- <Version>2018</Version>
2839
- <Href>http://xbrl.sec.gov/country/2017/country-2017-01-31.xsd</Href>
2840
- <AttType>SCH</AttType>
2841
- <FileTypeName>Schema</FileTypeName>
2842
- <Elements>1</Elements>
2843
- <Namespace>http://xbrl.sec.gov/country/2017-01-31</Namespace>
2844
- <Prefix>country</Prefix>
2845
- </Loc>
2846
- <Loc>
2847
- <Family>RR</Family>
2848
- <Version>2018</Version>
2849
- <Href>https://xbrl.sec.gov/dei/2020/dei-std-2020-01-31.xsd</Href>
2850
- <AttType>SCH</AttType>
2851
- <FileTypeName>Entry Point</FileTypeName>
2852
- <Elements>0</Elements>
2853
- <Namespace>http://xbrl.sec.gov/dei-std/2020-01-31</Namespace>
2854
- <Prefix>dei-std</Prefix>
2855
- </Loc>
2856
- <Loc>
2857
- <Family>RR</Family>
2858
- <Version>2018</Version>
2859
- <Href>https://xbrl.sec.gov/dei/2020/dei-ent-std-2020-01-31.xsd</Href>
2860
- <AttType>SCH</AttType>
2861
- <FileTypeName>Entry Point</FileTypeName>
2862
- <Elements>0</Elements>
2863
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2020-01-31</Namespace>
2864
- <Prefix>dei-ent-std</Prefix>
2865
- </Loc>
2866
- <Loc>
2867
- <Family>RR</Family>
2868
- <Version>2018</Version>
2869
- <Href>https://xbrl.sec.gov/dei/2019/dei-std-2019-01-31.xsd</Href>
2870
- <AttType>SCH</AttType>
2871
- <FileTypeName>Entry Point</FileTypeName>
2872
- <Elements>0</Elements>
2873
- <Namespace>http://xbrl.sec.gov/dei-std/2019-01-31</Namespace>
2874
- <Prefix>dei-std</Prefix>
2875
- </Loc>
2876
- <Loc>
2877
- <Family>RR</Family>
2878
- <Version>2018</Version>
2879
- <Href>https://xbrl.sec.gov/dei/2019/dei-ent-std-2019-01-31.xsd</Href>
2880
- <AttType>SCH</AttType>
2881
- <FileTypeName>Entry Point</FileTypeName>
2882
- <Elements>0</Elements>
2883
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2019-01-31</Namespace>
2884
- <Prefix>dei-ent-std</Prefix>
2885
- </Loc>
2886
- <Loc>
2887
- <Family>RR</Family>
2888
- <Version>2018</Version>
2889
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
2890
- <AttType>SCH</AttType>
2891
- <FileTypeName>Roles/Arcroles</FileTypeName>
2892
- <Elements>0</Elements>
2893
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
2894
- </Loc>
2895
- <Loc>
2896
- <Family>RR</Family>
2897
- <Version>2018</Version>
2898
- <Href>https://xbrl.sec.gov/dei/2020/dei-pre-2020-01-31.xml</Href>
2899
- <AttType>PRE</AttType>
2900
- <FileTypeName>Presentation</FileTypeName>
2901
- <Elements>0</Elements>
2902
- </Loc>
2903
- <Loc>
2904
- <Family>RR</Family>
2905
- <Version>2018</Version>
2906
- <Href>https://xbrl.sec.gov/dei/2019/dei-pre-2019-01-31.xml</Href>
2907
- <AttType>PRE</AttType>
2908
- <FileTypeName>Presentation</FileTypeName>
2909
- <Elements>0</Elements>
2910
- </Loc>
2911
- <Loc>
2912
- <Family>RR</Family>
2913
- <Version>2018</Version>
2914
- <Href>https://xbrl.sec.gov/dei/2020/dei-lab-2020-01-31.xml</Href>
2915
- <AttType>LAB</AttType>
2916
- <FileTypeName>Label</FileTypeName>
2917
- <Elements>0</Elements>
2918
- </Loc>
2919
- <Loc>
2920
- <Family>RR</Family>
2921
- <Version>2018</Version>
2922
- <Href>https://xbrl.sec.gov/dei/2019/dei-lab-2019-01-31.xml</Href>
2923
- <AttType>LAB</AttType>
2924
- <FileTypeName>Label</FileTypeName>
2925
- <Elements>0</Elements>
2926
- </Loc>
2927
- <Loc>
2928
- <Family>RR</Family>
2929
- <Version>2018</Version>
2930
- <Href>https://xbrl.sec.gov/dei/2020/dei-def-2020-01-31.xml</Href>
2931
- <AttType>DEF</AttType>
2932
- <FileTypeName>Definition, Dimensions</FileTypeName>
2933
- <Elements>0</Elements>
2934
- </Loc>
2935
- <Loc>
2936
- <Family>RR</Family>
2937
- <Version>2018</Version>
2938
- <Href>https://xbrl.sec.gov/dei/2019/dei-def-2019-01-31.xml</Href>
2939
- <AttType>DEF</AttType>
2940
- <FileTypeName>Definition, Dimensions</FileTypeName>
2941
- <Elements>0</Elements>
2942
- </Loc>
2943
- <Loc>
2944
- <Family>RR</Family>
2945
- <Version>2012</Version>
2946
- <Href>https://xbrl.sec.gov/dei/2020/dei-2020-01-31.xsd</Href>
2947
- <AttType>SCH</AttType>
2948
- <FileTypeName>Schema</FileTypeName>
2949
- <Elements>1</Elements>
2950
- <Namespace>http://xbrl.sec.gov/dei/2020-01-31</Namespace>
2951
- <Prefix>dei</Prefix>
2952
- </Loc>
2953
- <Loc>
2954
- <Family>RR</Family>
2955
- <Version>2012</Version>
2956
- <Href>https://xbrl.sec.gov/dei/2019/dei-2019-01-31.xsd</Href>
2957
- <AttType>SCH</AttType>
2958
- <FileTypeName>Schema</FileTypeName>
2959
- <Elements>1</Elements>
2960
- <Namespace>http://xbrl.sec.gov/dei/2019-01-31</Namespace>
2961
- <Prefix>dei</Prefix>
2962
- </Loc>
2963
- <Loc>
2964
- <Family>RR</Family>
2965
- <Version>2012</Version>
2966
- <Href>http://xbrl.sec.gov/rr/2012/rr-2012-01-31.xsd</Href>
2967
- <AttType>SCH</AttType>
2968
- <FileTypeName>Schema</FileTypeName>
2969
- <Elements>1</Elements>
2970
- <Namespace>http://xbrl.sec.gov/rr/2012-01-31</Namespace>
2971
- <Prefix>rr</Prefix>
2972
- </Loc>
2973
- <Loc>
2974
- <Family>RR</Family>
2975
- <Version>2012</Version>
2976
- <Href>http://xbrl.sec.gov/naics/2011/naics-2011-01-31.xsd</Href>
2977
- <AttType>SCH</AttType>
2978
- <FileTypeName>Schema</FileTypeName>
2979
- <Elements>1</Elements>
2980
- <Namespace>http://xbrl.sec.gov/naics/2011-01-31</Namespace>
2981
- <Prefix>naics</Prefix>
2982
- </Loc>
2983
- <Loc>
2984
- <Family>RR</Family>
2985
- <Version>2012</Version>
2986
- <Href>http://xbrl.sec.gov/dei/2012/dei-2012-01-31.xsd</Href>
2987
- <AttType>SCH</AttType>
2988
- <FileTypeName>Schema</FileTypeName>
2989
- <Elements>1</Elements>
2990
- <Namespace>http://xbrl.sec.gov/dei/2012-01-31</Namespace>
2991
- <Prefix>dei</Prefix>
2992
- </Loc>
2993
- <Loc>
2994
- <Family>RR</Family>
2995
- <Version>2012</Version>
2996
- <Href>https://xbrl.sec.gov/currency/2020/currency-2020-01-31.xsd</Href>
2997
- <AttType>SCH</AttType>
2998
- <FileTypeName>Schema</FileTypeName>
2999
- <Elements>1</Elements>
3000
- <Namespace>http://xbrl.sec.gov/currency/2020-01-31</Namespace>
3001
- <Prefix>currency</Prefix>
3002
- </Loc>
3003
- <Loc>
3004
- <Family>RR</Family>
3005
- <Version>2012</Version>
3006
- <Href>https://xbrl.sec.gov/country/2020/country-2020-01-31.xsd</Href>
3007
- <AttType>SCH</AttType>
3008
- <FileTypeName>Schema</FileTypeName>
3009
- <Elements>1</Elements>
3010
- <Namespace>http://xbrl.sec.gov/country/2020-01-31</Namespace>
3011
- <Prefix>country</Prefix>
3012
- </Loc>
3013
- <Loc>
3014
- <Family>RR</Family>
3015
- <Version>2012</Version>
3016
- <Href>http://xbrl.sec.gov/country/2017/country-2017-01-31.xsd</Href>
3017
- <AttType>SCH</AttType>
3018
- <FileTypeName>Schema</FileTypeName>
3019
- <Elements>1</Elements>
3020
- <Namespace>http://xbrl.sec.gov/country/2017-01-31</Namespace>
3021
- <Prefix>country</Prefix>
3022
- </Loc>
3023
- <Loc>
3024
- <Family>RR</Family>
3025
- <Version>2012</Version>
3026
- <Href>https://xbrl.sec.gov/dei/2020/dei-std-2020-01-31.xsd</Href>
3027
- <AttType>SCH</AttType>
3028
- <FileTypeName>Entry Point</FileTypeName>
3029
- <Elements>0</Elements>
3030
- <Namespace>http://xbrl.sec.gov/dei-std/2020-01-31</Namespace>
3031
- <Prefix>dei-std</Prefix>
3032
- </Loc>
3033
- <Loc>
3034
- <Family>RR</Family>
3035
- <Version>2012</Version>
3036
- <Href>https://xbrl.sec.gov/dei/2020/dei-ent-std-2020-01-31.xsd</Href>
3037
- <AttType>SCH</AttType>
3038
- <FileTypeName>Entry Point</FileTypeName>
3039
- <Elements>0</Elements>
3040
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2020-01-31</Namespace>
3041
- <Prefix>dei-ent-std</Prefix>
3042
- </Loc>
3043
- <Loc>
3044
- <Family>RR</Family>
3045
- <Version>2012</Version>
3046
- <Href>https://xbrl.sec.gov/dei/2019/dei-std-2019-01-31.xsd</Href>
3047
- <AttType>SCH</AttType>
3048
- <FileTypeName>Entry Point</FileTypeName>
3049
- <Elements>0</Elements>
3050
- <Namespace>http://xbrl.sec.gov/dei-std/2019-01-31</Namespace>
3051
- <Prefix>dei-std</Prefix>
3052
- </Loc>
3053
- <Loc>
3054
- <Family>RR</Family>
3055
- <Version>2012</Version>
3056
- <Href>https://xbrl.sec.gov/dei/2019/dei-ent-std-2019-01-31.xsd</Href>
3057
- <AttType>SCH</AttType>
3058
- <FileTypeName>Entry Point</FileTypeName>
3059
- <Elements>0</Elements>
3060
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2019-01-31</Namespace>
3061
- <Prefix>dei-ent-std</Prefix>
3062
- </Loc>
3063
- <Loc>
3064
- <Family>RR</Family>
3065
- <Version>2012</Version>
3066
- <Href>http://xbrl.sec.gov/rr/2012/rr-pre-2012-01-31.xsd</Href>
3067
- <AttType>SCH</AttType>
3068
- <FileTypeName>Entry Point</FileTypeName>
3069
- <Elements>0</Elements>
3070
- <Namespace>http://xbrl.sec.gov/rr-pre/2012-01-31</Namespace>
3071
- <Prefix>rr-pre</Prefix>
3072
- </Loc>
3073
- <Loc>
3074
- <Family>RR</Family>
3075
- <Version>2012</Version>
3076
- <Href>http://xbrl.sec.gov/rr/2012/rr-ent-2012-01-31.xsd</Href>
3077
- <AttType>SCH</AttType>
3078
- <FileTypeName>Entry Point</FileTypeName>
3079
- <Elements>0</Elements>
3080
- <Namespace>http://xbrl.sec.gov/rr-ent/2012-01-31</Namespace>
3081
- <Prefix>rr-ent</Prefix>
3082
- </Loc>
3083
- <Loc>
3084
- <Family>RR</Family>
3085
- <Version>2012</Version>
3086
- <Href>http://xbrl.sec.gov/rr/2012/rr-def-2012-01-31.xsd</Href>
3087
- <AttType>SCH</AttType>
3088
- <FileTypeName>Entry Point</FileTypeName>
3089
- <Elements>0</Elements>
3090
- <Namespace>http://xbrl.sec.gov/rr-def/2012-01-31</Namespace>
3091
- <Prefix>rr-def</Prefix>
3092
- </Loc>
3093
- <Loc>
3094
- <Family>RR</Family>
3095
- <Version>2012</Version>
3096
- <Href>http://xbrl.sec.gov/rr/2012/rr-cal-2012-01-31.xsd</Href>
3097
- <AttType>SCH</AttType>
3098
- <FileTypeName>Entry Point</FileTypeName>
3099
- <Elements>0</Elements>
3100
- <Namespace>http://xbrl.sec.gov/rr-cal/2012-01-31</Namespace>
3101
- <Prefix>rr-cal</Prefix>
3102
- </Loc>
3103
- <Loc>
3104
- <Family>RR</Family>
3105
- <Version>2012</Version>
3106
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
3107
- <AttType>SCH</AttType>
3108
- <FileTypeName>Roles/Arcroles</FileTypeName>
3109
- <Elements>0</Elements>
3110
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
3111
- </Loc>
3112
- <Loc>
3113
- <Family>RR</Family>
3114
- <Version>2012</Version>
3115
- <Href>https://xbrl.sec.gov/dei/2020/dei-pre-2020-01-31.xml</Href>
3116
- <AttType>PRE</AttType>
3117
- <FileTypeName>Presentation</FileTypeName>
3118
- <Elements>0</Elements>
3119
- </Loc>
3120
- <Loc>
3121
- <Family>RR</Family>
3122
- <Version>2012</Version>
3123
- <Href>https://xbrl.sec.gov/dei/2019/dei-pre-2019-01-31.xml</Href>
3124
- <AttType>PRE</AttType>
3125
- <FileTypeName>Presentation</FileTypeName>
3126
- <Elements>0</Elements>
3127
- </Loc>
3128
- <Loc>
3129
- <Family>RR</Family>
3130
- <Version>2012</Version>
3131
- <Href>http://xbrl.sec.gov/rr/2012/rr-pre-2012-01-31.xml</Href>
3132
- <AttType>PRE</AttType>
3133
- <FileTypeName>Presentation</FileTypeName>
3134
- <Elements>0</Elements>
3135
- </Loc>
3136
- <Loc>
3137
- <Family>RR</Family>
3138
- <Version>2012</Version>
3139
- <Href>https://xbrl.sec.gov/dei/2020/dei-lab-2020-01-31.xml</Href>
3140
- <AttType>LAB</AttType>
3141
- <FileTypeName>Label</FileTypeName>
3142
- <Elements>0</Elements>
3143
- </Loc>
3144
- <Loc>
3145
- <Family>RR</Family>
3146
- <Version>2012</Version>
3147
- <Href>https://xbrl.sec.gov/dei/2019/dei-lab-2019-01-31.xml</Href>
3148
- <AttType>LAB</AttType>
3149
- <FileTypeName>Label</FileTypeName>
3150
- <Elements>0</Elements>
3151
- </Loc>
3152
- <Loc>
3153
- <Family>RR</Family>
3154
- <Version>2012</Version>
3155
- <Href>https://xbrl.sec.gov/dei/2020/dei-def-2020-01-31.xml</Href>
3156
- <AttType>DEF</AttType>
3157
- <FileTypeName>Definition, Dimensions</FileTypeName>
3158
- <Elements>0</Elements>
3159
- </Loc>
3160
- <Loc>
3161
- <Family>RR</Family>
3162
- <Version>2012</Version>
3163
- <Href>https://xbrl.sec.gov/dei/2019/dei-def-2019-01-31.xml</Href>
3164
- <AttType>DEF</AttType>
3165
- <FileTypeName>Definition, Dimensions</FileTypeName>
3166
- <Elements>0</Elements>
3167
- </Loc>
3168
- <Loc>
3169
- <Family>RR</Family>
3170
- <Version>2012</Version>
3171
- <Href>http://xbrl.sec.gov/rr/2012/rr-def-2012-01-31.xml</Href>
3172
- <AttType>DEF</AttType>
3173
- <FileTypeName>Definition, Dimensions</FileTypeName>
3174
- <Elements>0</Elements>
3175
- </Loc>
3176
- <Loc>
3177
- <Family>RR</Family>
3178
- <Version>2012</Version>
3179
- <Href>http://xbrl.sec.gov/rr/2012/rr-cal-2012-01-31.xml</Href>
3180
- <AttType>CAL</AttType>
3181
- <FileTypeName>Calculation</FileTypeName>
3182
- <Elements>0</Elements>
3183
- </Loc>
3184
- <Loc>
3185
- <Family>BASE</Family>
3186
- <Version>2010</Version>
3187
- <Href>http://www.xbrl.org/2006/xbrldi-2006.xsd</Href>
3188
- <AttType>SCH</AttType>
3189
- <FileTypeName>Schema</FileTypeName>
3190
- <Elements>1</Elements>
3191
- <Namespace>http://xbrl.org/2006/xbrldi</Namespace>
3192
- <Prefix>xbrldi</Prefix>
3193
- </Loc>
3194
- <Loc>
3195
- <Family>BASE</Family>
3196
- <Version>2010</Version>
3197
- <Href>http://www.xbrl.org/2005/xbrldt-2005.xsd</Href>
3198
- <AttType>SCH</AttType>
3199
- <FileTypeName>Schema</FileTypeName>
3200
- <Elements>1</Elements>
3201
- <Namespace>http://xbrl.org/2005/xbrldt</Namespace>
3202
- <Prefix>xbrldt</Prefix>
3203
- </Loc>
3204
- <Loc>
3205
- <Family>BASE</Family>
3206
- <Version>2010</Version>
3207
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
3208
- <AttType>SCH</AttType>
3209
- <FileTypeName>Roles/Arcroles</FileTypeName>
3210
- <Elements>0</Elements>
3211
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
3212
- </Loc>
3213
- <Loc>
3214
- <Family>BASE</Family>
3215
- <Version>2010</Version>
3216
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
3217
- <AttType>SCH</AttType>
3218
- <FileTypeName>Roles/Arcroles</FileTypeName>
3219
- <Elements>0</Elements>
3220
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
3221
- </Loc>
3222
- <Loc>
3223
- <Family>BASE</Family>
3224
- <Version>2010</Version>
3225
- <Href>http://www.xbrl.org/lrr/role/deprecated-2009-12-16.xsd</Href>
3226
- <AttType>SCH</AttType>
3227
- <FileTypeName>Roles/Arcroles</FileTypeName>
3228
- <Elements>0</Elements>
3229
- <Namespace>http://www.xbrl.org/2009/role/deprecated</Namespace>
3230
- </Loc>
3231
- <Loc>
3232
- <Family>BASE</Family>
3233
- <Version>2010</Version>
3234
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
3235
- <AttType>SCH</AttType>
3236
- <FileTypeName>Roles/Arcroles</FileTypeName>
3237
- <Elements>0</Elements>
3238
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
3239
- </Loc>
3240
- <Loc>
3241
- <Family>BASE</Family>
3242
- <Version>2010</Version>
3243
- <Href>http://www.xbrl.org/lrr/arcrole/deprecated-2009-12-16.xsd</Href>
3244
- <AttType>SCH</AttType>
3245
- <FileTypeName>Roles/Arcroles</FileTypeName>
3246
- <Elements>0</Elements>
3247
- <Namespace>http://www.xbrl.org/2009/arcrole/deprecated</Namespace>
3248
- </Loc>
3249
- <Loc>
3250
- <Family>BASE</Family>
3251
- <Version>2010</Version>
3252
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
3253
- <AttType>SCH</AttType>
3254
- <FileTypeName>Schema</FileTypeName>
3255
- <Elements>0</Elements>
3256
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
3257
- <Prefix>num</Prefix>
3258
- </Loc>
3259
- <Loc>
3260
- <Family>BASE</Family>
3261
- <Version>2010</Version>
3262
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
3263
- <AttType>SCH</AttType>
3264
- <FileTypeName>Schema</FileTypeName>
3265
- <Elements>0</Elements>
3266
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
3267
- <Prefix>nonnum</Prefix>
3268
- </Loc>
3269
- <Loc>
3270
- <Family>BASE</Family>
3271
- <Version>2010</Version>
3272
- <Href>http://www.xbrl.org/2006/ref-2006-02-27.xsd</Href>
3273
- <AttType>SCH</AttType>
3274
- <FileTypeName>Schema</FileTypeName>
3275
- <Elements>0</Elements>
3276
- <Namespace>http://www.xbrl.org/2006/ref</Namespace>
3277
- <Prefix>ref</Prefix>
3278
- </Loc>
3279
- <Loc>
3280
- <Family>BASE</Family>
3281
- <Version>2010</Version>
3282
- <Href>http://www.xbrl.org/2004/ref-2004-08-10.xsd</Href>
3283
- <AttType>SCH</AttType>
3284
- <FileTypeName>Schema</FileTypeName>
3285
- <Elements>0</Elements>
3286
- <Namespace>http://www.xbrl.org/2004/ref</Namespace>
3287
- <Prefix>ref</Prefix>
3288
- </Loc>
3289
- <Loc>
3290
- <Family>BASE</Family>
3291
- <Version>2010</Version>
3292
- <Href>http://www.xbrl.org/2003/xlink-2003-12-31.xsd</Href>
3293
- <AttType>SCH</AttType>
3294
- <FileTypeName>Schema</FileTypeName>
3295
- <Elements>0</Elements>
3296
- <Namespace>http://www.w3.org/1999/xlink</Namespace>
3297
- <Prefix>xlink</Prefix>
3298
- </Loc>
3299
- <Loc>
3300
- <Family>BASE</Family>
3301
- <Version>2010</Version>
3302
- <Href>http://www.xbrl.org/2003/xl-2003-12-31.xsd</Href>
3303
- <AttType>SCH</AttType>
3304
- <FileTypeName>Schema</FileTypeName>
3305
- <Elements>0</Elements>
3306
- <Namespace>http://www.xbrl.org/2003/XLink</Namespace>
3307
- <Prefix>xl</Prefix>
3308
- </Loc>
3309
- <Loc>
3310
- <Family>BASE</Family>
3311
- <Version>2010</Version>
3312
- <Href>http://www.xbrl.org/2003/xbrl-linkbase-2003-12-31.xsd</Href>
3313
- <AttType>SCH</AttType>
3314
- <FileTypeName>Schema</FileTypeName>
3315
- <Elements>0</Elements>
3316
- <Namespace>http://www.xbrl.org/2003/linkbase</Namespace>
3317
- <Prefix>link</Prefix>
3318
- </Loc>
3319
- <Loc>
3320
- <Family>BASE</Family>
3321
- <Version>2010</Version>
3322
- <Href>http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd</Href>
3323
- <AttType>SCH</AttType>
3324
- <FileTypeName>Schema</FileTypeName>
3325
- <Elements>0</Elements>
3326
- <Namespace>http://www.xbrl.org/2003/instance</Namespace>
3327
- <Prefix>xbrli</Prefix>
3328
- </Loc>
3329
- </Erxl>