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,4020 +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="53.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="erxl.xsd">
8
- <Loc>
9
- <Family>US GAAP</Family>
10
- <Version>2020</Version>
11
- <Href>https://xbrl.sec.gov/stpr/2018/stpr-2018-01-31.xsd</Href>
12
- <AttType>SCH</AttType>
13
- <FileTypeName>Schema</FileTypeName>
14
- <Elements>1</Elements>
15
- <Namespace>http://xbrl.sec.gov/stpr/2018-01-31</Namespace>
16
- <Prefix>stpr</Prefix>
17
- </Loc>
18
- <Loc>
19
- <Family>US GAAP</Family>
20
- <Version>2020</Version>
21
- <Href>https://xbrl.sec.gov/sic/2020/sic-2020-01-31.xsd</Href>
22
- <AttType>SCH</AttType>
23
- <FileTypeName>Schema</FileTypeName>
24
- <Elements>1</Elements>
25
- <Namespace>http://xbrl.sec.gov/sic/2020-01-31</Namespace>
26
- <Prefix>sic</Prefix>
27
- </Loc>
28
- <Loc>
29
- <Family>US GAAP</Family>
30
- <Version>2020</Version>
31
- <Href>https://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
32
- <AttType>SCH</AttType>
33
- <FileTypeName>Schema</FileTypeName>
34
- <Elements>1</Elements>
35
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
36
- <Prefix>sic</Prefix>
37
- </Loc>
38
- <Loc>
39
- <Family>US GAAP</Family>
40
- <Version>2020</Version>
41
- <Href>https://xbrl.sec.gov/naics/2017/naics-2017-01-31.xsd</Href>
42
- <AttType>SCH</AttType>
43
- <FileTypeName>Schema</FileTypeName>
44
- <Elements>1</Elements>
45
- <Namespace>http://xbrl.sec.gov/naics/2017-01-31</Namespace>
46
- <Prefix>naics</Prefix>
47
- </Loc>
48
- <Loc>
49
- <Family>US GAAP</Family>
50
- <Version>2020</Version>
51
- <Href>https://xbrl.sec.gov/exch/2020/exch-2020-01-31.xsd</Href>
52
- <AttType>SCH</AttType>
53
- <FileTypeName>Schema</FileTypeName>
54
- <Elements>1</Elements>
55
- <Namespace>http://xbrl.sec.gov/exch/2020-01-31</Namespace>
56
- <Prefix>exch</Prefix>
57
- </Loc>
58
- <Loc>
59
- <Family>US GAAP</Family>
60
- <Version>2020</Version>
61
- <Href>https://xbrl.sec.gov/exch/2019/exch-2019-01-31.xsd</Href>
62
- <AttType>SCH</AttType>
63
- <FileTypeName>Schema</FileTypeName>
64
- <Elements>1</Elements>
65
- <Namespace>http://xbrl.sec.gov/exch/2019-01-31</Namespace>
66
- <Prefix>exch</Prefix>
67
- </Loc>
68
- <Loc>
69
- <Family>US GAAP</Family>
70
- <Version>2020</Version>
71
- <Href>https://xbrl.sec.gov/exch/2018/exch-2018-01-31.xsd</Href>
72
- <AttType>SCH</AttType>
73
- <FileTypeName>Schema</FileTypeName>
74
- <Elements>1</Elements>
75
- <Namespace>http://xbrl.sec.gov/exch/2018-01-31</Namespace>
76
- <Prefix>exch</Prefix>
77
- </Loc>
78
- <Loc>
79
- <Family>US GAAP</Family>
80
- <Version>2020</Version>
81
- <Href>https://xbrl.sec.gov/dei/2019/dei-std-2019-01-31.xsd</Href>
82
- <AttType>SCH</AttType>
83
- <FileTypeName>Entry Point</FileTypeName>
84
- <Elements>0</Elements>
85
- <Namespace>http://xbrl.sec.gov/dei-std/2019-01-31</Namespace>
86
- <Prefix>dei-std</Prefix>
87
- </Loc>
88
- <Loc>
89
- <Family>US GAAP</Family>
90
- <Version>2020</Version>
91
- <Href>https://xbrl.sec.gov/dei/2019/dei-ent-std-2019-01-31.xsd</Href>
92
- <AttType>SCH</AttType>
93
- <FileTypeName>Entry Point</FileTypeName>
94
- <Elements>0</Elements>
95
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2019-01-31</Namespace>
96
- <Prefix>dei-ent-std</Prefix>
97
- </Loc>
98
- <Loc>
99
- <Family>US GAAP</Family>
100
- <Version>2020</Version>
101
- <Href>https://xbrl.sec.gov/dei/2019/dei-2019-01-31.xsd</Href>
102
- <AttType>SCH</AttType>
103
- <FileTypeName>Schema</FileTypeName>
104
- <Elements>1</Elements>
105
- <Namespace>http://xbrl.sec.gov/dei/2019-01-31</Namespace>
106
- <Prefix>dei</Prefix>
107
- </Loc>
108
- <Loc>
109
- <Family>US GAAP</Family>
110
- <Version>2020</Version>
111
- <Href>https://xbrl.sec.gov/dei/2018/dei-2018-01-31.xsd</Href>
112
- <AttType>SCH</AttType>
113
- <FileTypeName>Schema</FileTypeName>
114
- <Elements>1</Elements>
115
- <Namespace>http://xbrl.sec.gov/dei/2018-01-31</Namespace>
116
- <Prefix>dei</Prefix>
117
- </Loc>
118
- <Loc>
119
- <Family>US GAAP</Family>
120
- <Version>2020</Version>
121
- <Href>https://xbrl.sec.gov/currency/2020/currency-2020-01-31.xsd</Href>
122
- <AttType>SCH</AttType>
123
- <FileTypeName>Schema</FileTypeName>
124
- <Elements>1</Elements>
125
- <Namespace>http://xbrl.sec.gov/currency/2020-01-31</Namespace>
126
- <Prefix>currency</Prefix>
127
- </Loc>
128
- <Loc>
129
- <Family>US GAAP</Family>
130
- <Version>2020</Version>
131
- <Href>https://xbrl.sec.gov/currency/2019/currency-2019-01-31.xsd</Href>
132
- <AttType>SCH</AttType>
133
- <FileTypeName>Schema</FileTypeName>
134
- <Elements>1</Elements>
135
- <Namespace>http://xbrl.sec.gov/currency/2019-01-31</Namespace>
136
- <Prefix>currency</Prefix>
137
- </Loc>
138
- <Loc>
139
- <Family>US GAAP</Family>
140
- <Version>2020</Version>
141
- <Href>https://xbrl.sec.gov/currency/2017/currency-2017-01-31.xsd</Href>
142
- <AttType>SCH</AttType>
143
- <FileTypeName>Schema</FileTypeName>
144
- <Elements>1</Elements>
145
- <Namespace>http://xbrl.sec.gov/currency/2017-01-31</Namespace>
146
- <Prefix>currency</Prefix>
147
- </Loc>
148
- <Loc>
149
- <Family>US GAAP</Family>
150
- <Version>2020</Version>
151
- <Href>https://xbrl.sec.gov/country/2020/country-2020-01-31.xsd</Href>
152
- <AttType>SCH</AttType>
153
- <FileTypeName>Schema</FileTypeName>
154
- <Elements>1</Elements>
155
- <Namespace>http://xbrl.sec.gov/country/2020-01-31</Namespace>
156
- <Prefix>country</Prefix>
157
- </Loc>
158
- <Loc>
159
- <Family>US GAAP</Family>
160
- <Version>2020</Version>
161
- <Href>https://xbrl.sec.gov/country/2017/country-2017-01-31.xsd</Href>
162
- <AttType>SCH</AttType>
163
- <FileTypeName>Schema</FileTypeName>
164
- <Elements>1</Elements>
165
- <Namespace>http://xbrl.sec.gov/country/2017-01-31</Namespace>
166
- <Prefix>country</Prefix>
167
- </Loc>
168
- <Loc>
169
- <Family>US GAAP</Family>
170
- <Version>2020</Version>
171
- <Href>https://xbrl.sec.gov/country/2016/country-2016-01-31.xsd</Href>
172
- <AttType>SCH</AttType>
173
- <FileTypeName>Schema</FileTypeName>
174
- <Elements>1</Elements>
175
- <Namespace>http://xbrl.sec.gov/country/2016-01-31</Namespace>
176
- <Prefix>country</Prefix>
177
- </Loc>
178
- <Loc>
179
- <Family>US GAAP</Family>
180
- <Version>2020</Version>
181
- <Href>http://xbrl.fasb.org/us-gaap/2020/elts/us-types-2020-01-31.xsd</Href>
182
- <AttType>SCH</AttType>
183
- <FileTypeName>Schema</FileTypeName>
184
- <Elements>0</Elements>
185
- <Namespace>http://fasb.org/us-types/2019-01-31</Namespace>
186
- <Prefix>us-types</Prefix>
187
- </Loc>
188
- <Loc>
189
- <Family>US GAAP</Family>
190
- <Version>2020</Version>
191
- <Href>http://xbrl.fasb.org/us-gaap/2020/elts/us-roles-2020-01-31.xsd</Href>
192
- <AttType>SCH</AttType>
193
- <FileTypeName>Roles/Arcroles</FileTypeName>
194
- <Elements>0</Elements>
195
- <Namespace>http://fasb.org/us-roles/2020-01-31</Namespace>
196
- </Loc>
197
- <Loc>
198
- <Family>US GAAP</Family>
199
- <Version>2020</Version>
200
- <Href>http://xbrl.fasb.org/us-gaap/2020/elts/us-gaap-2020-01-31.xsd</Href>
201
- <AttType>SCH</AttType>
202
- <FileTypeName>Schema</FileTypeName>
203
- <Elements>1</Elements>
204
- <Namespace>http://fasb.org/us-gaap/2020-01-31</Namespace>
205
- <Prefix>us-gaap</Prefix>
206
- </Loc>
207
- <Loc>
208
- <Family>US GAAP</Family>
209
- <Version>2020</Version>
210
- <Href>http://xbrl.fasb.org/srt/2020/elts/srt-types-2020-01-31.xsd</Href>
211
- <AttType>SCH</AttType>
212
- <FileTypeName>Schema</FileTypeName>
213
- <Elements>0</Elements>
214
- <Namespace>http://fasb.org/srt-types/2020-01-31</Namespace>
215
- <Prefix>srt-types</Prefix>
216
- </Loc>
217
- <Loc>
218
- <Family>US GAAP</Family>
219
- <Version>2020</Version>
220
- <Href>http://xbrl.fasb.org/srt/2020/elts/srt-roles-2020-01-31.xsd</Href>
221
- <AttType>SCH</AttType>
222
- <FileTypeName>Roles/Arcroles</FileTypeName>
223
- <Elements>0</Elements>
224
- <Namespace>http://fasb.org/srt-roles/2020-01-31</Namespace>
225
- </Loc>
226
- <Loc>
227
- <Family>US GAAP</Family>
228
- <Version>2020</Version>
229
- <Href>http://xbrl.fasb.org/srt/2020/elts/srt-2020-01-31.xsd</Href>
230
- <AttType>SCH</AttType>
231
- <FileTypeName>Schema</FileTypeName>
232
- <Elements>1</Elements>
233
- <Namespace>http://fasb.org/srt/2020-01-31</Namespace>
234
- <Prefix>srt</Prefix>
235
- </Loc>
236
- <Loc>
237
- <Family>US GAAP</Family>
238
- <Version>2020</Version>
239
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
240
- <AttType>SCH</AttType>
241
- <FileTypeName>Roles/Arcroles</FileTypeName>
242
- <Elements>0</Elements>
243
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
244
- </Loc>
245
- <Loc>
246
- <Family>US GAAP</Family>
247
- <Version>2020</Version>
248
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
249
- <AttType>SCH</AttType>
250
- <FileTypeName>Roles/Arcroles</FileTypeName>
251
- <Elements>0</Elements>
252
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
253
- </Loc>
254
- <Loc>
255
- <Family>US GAAP</Family>
256
- <Version>2020</Version>
257
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
258
- <AttType>SCH</AttType>
259
- <FileTypeName>Roles/Arcroles</FileTypeName>
260
- <Elements>0</Elements>
261
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
262
- </Loc>
263
- <Loc>
264
- <Family>US GAAP</Family>
265
- <Version>2020</Version>
266
- <Href>http://www.xbrl.org/lrr/arcrole/esma-arcrole-2018-11-21.xsd</Href>
267
- <AttType>SCH</AttType>
268
- <FileTypeName>Roles/Arcroles</FileTypeName>
269
- <Elements>0</Elements>
270
- <Namespace>http://www.esma.europa.eu/xbrl/esef/arcrole/wider-narrower</Namespace>
271
- </Loc>
272
- <Loc>
273
- <Family>US GAAP</Family>
274
- <Version>2020</Version>
275
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
276
- <AttType>SCH</AttType>
277
- <FileTypeName>Schema</FileTypeName>
278
- <Elements>0</Elements>
279
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
280
- <Prefix>num</Prefix>
281
- </Loc>
282
- <Loc>
283
- <Family>US GAAP</Family>
284
- <Version>2020</Version>
285
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
286
- <AttType>SCH</AttType>
287
- <FileTypeName>Schema</FileTypeName>
288
- <Elements>0</Elements>
289
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
290
- <Prefix>nonnum</Prefix>
291
- </Loc>
292
- <Loc>
293
- <Family>US GAAP</Family>
294
- <Version>2020</Version>
295
- <Href>https://xbrl.sec.gov/dei/2019/dei-pre-2019-01-31.xml</Href>
296
- <AttType>PRE</AttType>
297
- <FileTypeName>Presentation</FileTypeName>
298
- <Elements>0</Elements>
299
- </Loc>
300
- <Loc>
301
- <Family>US GAAP</Family>
302
- <Version>2020</Version>
303
- <Href>https://xbrl.sec.gov/dei/2019/dei-lab-2019-01-31.xml</Href>
304
- <AttType>LAB</AttType>
305
- <FileTypeName>Label</FileTypeName>
306
- <Elements>0</Elements>
307
- </Loc>
308
- <Loc>
309
- <Family>US GAAP</Family>
310
- <Version>2020</Version>
311
- <Href>https://xbrl.sec.gov/dei/2019/dei-def-2019-01-31.xml</Href>
312
- <AttType>DEF</AttType>
313
- <FileTypeName>Definition, Dimensions</FileTypeName>
314
- <Elements>0</Elements>
315
- </Loc>
316
- <Loc>
317
- <Family>US GAAP</Family>
318
- <Version>2020</Version>
319
- <Href>http://xbrl.fasb.org/us-gaap/2020/elts/us-gaap-eedm-def-2020-01-31.xml</Href>
320
- <AttType>DEF</AttType>
321
- <FileTypeName>Definition, Dimensions</FileTypeName>
322
- <Elements>0</Elements>
323
- </Loc>
324
- <Loc>
325
- <Family>US GAAP</Family>
326
- <Version>2020</Version>
327
- <Href>http://xbrl.fasb.org/srt/2020/elts/srt-eedm1-def-2020-01-31.xml</Href>
328
- <AttType>DEF</AttType>
329
- <FileTypeName>Definition, Dimensions</FileTypeName>
330
- <Elements>0</Elements>
331
- </Loc>
332
- <Loc>
333
- <Family>US GAAP</Family>
334
- <Version>2019</Version>
335
- <Href>https://xbrl.sec.gov/stpr/2018/stpr-2018-01-31.xsd</Href>
336
- <AttType>SCH</AttType>
337
- <FileTypeName>Schema</FileTypeName>
338
- <Elements>1</Elements>
339
- <Namespace>http://xbrl.sec.gov/stpr/2018-01-31</Namespace>
340
- <Prefix>stpr</Prefix>
341
- </Loc>
342
- <Loc>
343
- <Family>US GAAP</Family>
344
- <Version>2019</Version>
345
- <Href>https://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
346
- <AttType>SCH</AttType>
347
- <FileTypeName>Schema</FileTypeName>
348
- <Elements>1</Elements>
349
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
350
- <Prefix>sic</Prefix>
351
- </Loc>
352
- <Loc>
353
- <Family>US GAAP</Family>
354
- <Version>2019</Version>
355
- <Href>https://xbrl.sec.gov/naics/2017/naics-2017-01-31.xsd</Href>
356
- <AttType>SCH</AttType>
357
- <FileTypeName>Schema</FileTypeName>
358
- <Elements>1</Elements>
359
- <Namespace>http://xbrl.sec.gov/naics/2017-01-31</Namespace>
360
- <Prefix>naics</Prefix>
361
- </Loc>
362
- <Loc>
363
- <Family>US GAAP</Family>
364
- <Version>2019</Version>
365
- <Href>https://xbrl.sec.gov/exch/2019/exch-2019-01-31.xsd</Href>
366
- <AttType>SCH</AttType>
367
- <FileTypeName>Schema</FileTypeName>
368
- <Elements>1</Elements>
369
- <Namespace>http://xbrl.sec.gov/exch/2019-01-31</Namespace>
370
- <Prefix>exch</Prefix>
371
- </Loc>
372
- <Loc>
373
- <Family>US GAAP</Family>
374
- <Version>2019</Version>
375
- <Href>https://xbrl.sec.gov/exch/2018/exch-2018-01-31.xsd</Href>
376
- <AttType>SCH</AttType>
377
- <FileTypeName>Schema</FileTypeName>
378
- <Elements>1</Elements>
379
- <Namespace>http://xbrl.sec.gov/exch/2018-01-31</Namespace>
380
- <Prefix>exch</Prefix>
381
- </Loc>
382
- <Loc>
383
- <Family>US GAAP</Family>
384
- <Version>2019</Version>
385
- <Href>https://xbrl.sec.gov/dei/2019/dei-std-2019-01-31.xsd</Href>
386
- <AttType>SCH</AttType>
387
- <FileTypeName>Entry Point</FileTypeName>
388
- <Elements>0</Elements>
389
- <Namespace>http://xbrl.sec.gov/dei-std/2019-01-31</Namespace>
390
- <Prefix>dei-std</Prefix>
391
- </Loc>
392
- <Loc>
393
- <Family>US GAAP</Family>
394
- <Version>2019</Version>
395
- <Href>https://xbrl.sec.gov/dei/2019/dei-ent-std-2019-01-31.xsd</Href>
396
- <AttType>SCH</AttType>
397
- <FileTypeName>Entry Point</FileTypeName>
398
- <Elements>0</Elements>
399
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2019-01-31</Namespace>
400
- <Prefix>dei-ent-std</Prefix>
401
- </Loc>
402
- <Loc>
403
- <Family>US GAAP</Family>
404
- <Version>2019</Version>
405
- <Href>https://xbrl.sec.gov/dei/2019/dei-2019-01-31.xsd</Href>
406
- <AttType>SCH</AttType>
407
- <FileTypeName>Schema</FileTypeName>
408
- <Elements>1</Elements>
409
- <Namespace>http://xbrl.sec.gov/dei/2019-01-31</Namespace>
410
- <Prefix>dei</Prefix>
411
- </Loc>
412
- <Loc>
413
- <Family>US GAAP</Family>
414
- <Version>2019</Version>
415
- <Href>https://xbrl.sec.gov/dei/2018/dei-2018-01-31.xsd</Href>
416
- <AttType>SCH</AttType>
417
- <FileTypeName>Schema</FileTypeName>
418
- <Elements>1</Elements>
419
- <Namespace>http://xbrl.sec.gov/dei/2018-01-31</Namespace>
420
- <Prefix>dei</Prefix>
421
- </Loc>
422
- <Loc>
423
- <Family>US GAAP</Family>
424
- <Version>2019</Version>
425
- <Href>https://xbrl.sec.gov/currency/2020/currency-2020-01-31.xsd</Href>
426
- <AttType>SCH</AttType>
427
- <FileTypeName>Schema</FileTypeName>
428
- <Elements>1</Elements>
429
- <Namespace>http://xbrl.sec.gov/currency/2020-01-31</Namespace>
430
- <Prefix>currency</Prefix>
431
- </Loc>
432
- <Loc>
433
- <Family>US GAAP</Family>
434
- <Version>2019</Version>
435
- <Href>https://xbrl.sec.gov/currency/2019/currency-2019-01-31.xsd</Href>
436
- <AttType>SCH</AttType>
437
- <FileTypeName>Schema</FileTypeName>
438
- <Elements>1</Elements>
439
- <Namespace>http://xbrl.sec.gov/currency/2019-01-31</Namespace>
440
- <Prefix>currency</Prefix>
441
- </Loc>
442
- <Loc>
443
- <Family>US GAAP</Family>
444
- <Version>2019</Version>
445
- <Href>https://xbrl.sec.gov/currency/2017/currency-2017-01-31.xsd</Href>
446
- <AttType>SCH</AttType>
447
- <FileTypeName>Schema</FileTypeName>
448
- <Elements>1</Elements>
449
- <Namespace>http://xbrl.sec.gov/currency/2017-01-31</Namespace>
450
- <Prefix>currency</Prefix>
451
- </Loc>
452
- <Loc>
453
- <Family>US GAAP</Family>
454
- <Version>2019</Version>
455
- <Href>https://xbrl.sec.gov/country/2020/country-2020-01-31.xsd</Href>
456
- <AttType>SCH</AttType>
457
- <FileTypeName>Schema</FileTypeName>
458
- <Elements>1</Elements>
459
- <Namespace>http://xbrl.sec.gov/country/2020-01-31</Namespace>
460
- <Prefix>country</Prefix>
461
- </Loc>
462
- <Loc>
463
- <Family>US GAAP</Family>
464
- <Version>2019</Version>
465
- <Href>https://xbrl.sec.gov/country/2017/country-2017-01-31.xsd</Href>
466
- <AttType>SCH</AttType>
467
- <FileTypeName>Schema</FileTypeName>
468
- <Elements>1</Elements>
469
- <Namespace>http://xbrl.sec.gov/country/2017-01-31</Namespace>
470
- <Prefix>country</Prefix>
471
- </Loc>
472
- <Loc>
473
- <Family>US GAAP</Family>
474
- <Version>2019</Version>
475
- <Href>https://xbrl.sec.gov/country/2016/country-2016-01-31.xsd</Href>
476
- <AttType>SCH</AttType>
477
- <FileTypeName>Schema</FileTypeName>
478
- <Elements>1</Elements>
479
- <Namespace>http://xbrl.sec.gov/country/2016-01-31</Namespace>
480
- <Prefix>country</Prefix>
481
- </Loc>
482
- <Loc>
483
- <Family>US GAAP</Family>
484
- <Version>2019</Version>
485
- <Href>http://xbrl.fasb.org/us-gaap/2019/elts/us-types-2019-01-31.xsd</Href>
486
- <AttType>SCH</AttType>
487
- <FileTypeName>Schema</FileTypeName>
488
- <Elements>0</Elements>
489
- <Namespace>http://fasb.org/us-types/2019-01-31</Namespace>
490
- <Prefix>us-types</Prefix>
491
- </Loc>
492
- <Loc>
493
- <Family>US GAAP</Family>
494
- <Version>2019</Version>
495
- <Href>http://xbrl.fasb.org/us-gaap/2019/elts/us-roles-2019-01-31.xsd</Href>
496
- <AttType>SCH</AttType>
497
- <FileTypeName>Roles/Arcroles</FileTypeName>
498
- <Elements>0</Elements>
499
- <Namespace>http://fasb.org/us-roles/2019-01-31</Namespace>
500
- </Loc>
501
- <Loc>
502
- <Family>US GAAP</Family>
503
- <Version>2019</Version>
504
- <Href>http://xbrl.fasb.org/us-gaap/2019/elts/us-gaap-2019-01-31.xsd</Href>
505
- <AttType>SCH</AttType>
506
- <FileTypeName>Schema</FileTypeName>
507
- <Elements>1</Elements>
508
- <Namespace>http://fasb.org/us-gaap/2019-01-31</Namespace>
509
- <Prefix>us-gaap</Prefix>
510
- </Loc>
511
- <Loc>
512
- <Family>US GAAP</Family>
513
- <Version>2019</Version>
514
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp05-2019-01-31.xsd</Href>
515
- <AttType>SCH</AttType>
516
- <FileTypeName>Entry Point</FileTypeName>
517
- <Elements>0</Elements>
518
- <Namespace>http://fasb.org/dis/rcctmp05/2019-01-31</Namespace>
519
- <Prefix>rcctmp05</Prefix>
520
- </Loc>
521
- <Loc>
522
- <Family>US GAAP</Family>
523
- <Version>2019</Version>
524
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp04-2019-01-31.xsd</Href>
525
- <AttType>SCH</AttType>
526
- <FileTypeName>Entry Point</FileTypeName>
527
- <Elements>0</Elements>
528
- <Namespace>http://fasb.org/dis/rcctmp04/2019-01-31</Namespace>
529
- <Prefix>rcctmp04</Prefix>
530
- </Loc>
531
- <Loc>
532
- <Family>US GAAP</Family>
533
- <Version>2019</Version>
534
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp03-2019-01-31.xsd</Href>
535
- <AttType>SCH</AttType>
536
- <FileTypeName>Entry Point</FileTypeName>
537
- <Elements>0</Elements>
538
- <Namespace>http://fasb.org/dis/rcctmp03/2019-01-31</Namespace>
539
- <Prefix>rcctmp03</Prefix>
540
- </Loc>
541
- <Loc>
542
- <Family>US GAAP</Family>
543
- <Version>2019</Version>
544
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp01-2019-01-31.xsd</Href>
545
- <AttType>SCH</AttType>
546
- <FileTypeName>Entry Point</FileTypeName>
547
- <Elements>0</Elements>
548
- <Namespace>http://fasb.org/dis/rcctmp01/2019-01-31</Namespace>
549
- <Prefix>rcctmp01</Prefix>
550
- </Loc>
551
- <Loc>
552
- <Family>US GAAP</Family>
553
- <Version>2019</Version>
554
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp141-2019-01-31.xsd</Href>
555
- <AttType>SCH</AttType>
556
- <FileTypeName>Entry Point</FileTypeName>
557
- <Elements>0</Elements>
558
- <Namespace>http://fasb.org/dis/rbtmp141/2019-01-31</Namespace>
559
- <Prefix>rbtmp141</Prefix>
560
- </Loc>
561
- <Loc>
562
- <Family>US GAAP</Family>
563
- <Version>2019</Version>
564
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp131-2019-01-31.xsd</Href>
565
- <AttType>SCH</AttType>
566
- <FileTypeName>Entry Point</FileTypeName>
567
- <Elements>0</Elements>
568
- <Namespace>http://fasb.org/dis/rbtmp131/2019-01-31</Namespace>
569
- <Prefix>rbtmp131</Prefix>
570
- </Loc>
571
- <Loc>
572
- <Family>US GAAP</Family>
573
- <Version>2019</Version>
574
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp125-2019-01-31.xsd</Href>
575
- <AttType>SCH</AttType>
576
- <FileTypeName>Entry Point</FileTypeName>
577
- <Elements>0</Elements>
578
- <Namespace>http://fasb.org/dis/rbtmp125/2019-01-31</Namespace>
579
- <Prefix>rbtmp125</Prefix>
580
- </Loc>
581
- <Loc>
582
- <Family>US GAAP</Family>
583
- <Version>2019</Version>
584
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp123-2019-01-31.xsd</Href>
585
- <AttType>SCH</AttType>
586
- <FileTypeName>Entry Point</FileTypeName>
587
- <Elements>0</Elements>
588
- <Namespace>http://fasb.org/dis/rbtmp123/2019-01-31</Namespace>
589
- <Prefix>rbtmp123</Prefix>
590
- </Loc>
591
- <Loc>
592
- <Family>US GAAP</Family>
593
- <Version>2019</Version>
594
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp122-2019-01-31.xsd</Href>
595
- <AttType>SCH</AttType>
596
- <FileTypeName>Entry Point</FileTypeName>
597
- <Elements>0</Elements>
598
- <Namespace>http://fasb.org/dis/rbtmp122/2019-01-31</Namespace>
599
- <Prefix>rbtmp122</Prefix>
600
- </Loc>
601
- <Loc>
602
- <Family>US GAAP</Family>
603
- <Version>2019</Version>
604
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp121-2019-01-31.xsd</Href>
605
- <AttType>SCH</AttType>
606
- <FileTypeName>Entry Point</FileTypeName>
607
- <Elements>0</Elements>
608
- <Namespace>http://fasb.org/dis/rbtmp121/2019-01-31</Namespace>
609
- <Prefix>rbtmp121</Prefix>
610
- </Loc>
611
- <Loc>
612
- <Family>US GAAP</Family>
613
- <Version>2019</Version>
614
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp112-2019-01-31.xsd</Href>
615
- <AttType>SCH</AttType>
616
- <FileTypeName>Entry Point</FileTypeName>
617
- <Elements>0</Elements>
618
- <Namespace>http://fasb.org/dis/rbtmp112/2019-01-31</Namespace>
619
- <Prefix>rbtmp112</Prefix>
620
- </Loc>
621
- <Loc>
622
- <Family>US GAAP</Family>
623
- <Version>2019</Version>
624
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp111-2019-01-31.xsd</Href>
625
- <AttType>SCH</AttType>
626
- <FileTypeName>Entry Point</FileTypeName>
627
- <Elements>0</Elements>
628
- <Namespace>http://fasb.org/dis/rbtmp111/2019-01-31</Namespace>
629
- <Prefix>rbtmp111</Prefix>
630
- </Loc>
631
- <Loc>
632
- <Family>US GAAP</Family>
633
- <Version>2019</Version>
634
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp105-2019-01-31.xsd</Href>
635
- <AttType>SCH</AttType>
636
- <FileTypeName>Entry Point</FileTypeName>
637
- <Elements>0</Elements>
638
- <Namespace>http://fasb.org/dis/rbtmp105/2019-01-31</Namespace>
639
- <Prefix>rbtmp105</Prefix>
640
- </Loc>
641
- <Loc>
642
- <Family>US GAAP</Family>
643
- <Version>2019</Version>
644
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp104-2019-01-31.xsd</Href>
645
- <AttType>SCH</AttType>
646
- <FileTypeName>Entry Point</FileTypeName>
647
- <Elements>0</Elements>
648
- <Namespace>http://fasb.org/dis/rbtmp104/2019-01-31</Namespace>
649
- <Prefix>rbtmp104</Prefix>
650
- </Loc>
651
- <Loc>
652
- <Family>US GAAP</Family>
653
- <Version>2019</Version>
654
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp103-2019-01-31.xsd</Href>
655
- <AttType>SCH</AttType>
656
- <FileTypeName>Entry Point</FileTypeName>
657
- <Elements>0</Elements>
658
- <Namespace>http://fasb.org/dis/rbtmp103/2019-01-31</Namespace>
659
- <Prefix>rbtmp103</Prefix>
660
- </Loc>
661
- <Loc>
662
- <Family>US GAAP</Family>
663
- <Version>2019</Version>
664
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp102-2019-01-31.xsd</Href>
665
- <AttType>SCH</AttType>
666
- <FileTypeName>Entry Point</FileTypeName>
667
- <Elements>0</Elements>
668
- <Namespace>http://fasb.org/dis/rbtmp102/2019-01-31</Namespace>
669
- <Prefix>rbtmp102</Prefix>
670
- </Loc>
671
- <Loc>
672
- <Family>US GAAP</Family>
673
- <Version>2019</Version>
674
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp09-2019-01-31.xsd</Href>
675
- <AttType>SCH</AttType>
676
- <FileTypeName>Entry Point</FileTypeName>
677
- <Elements>0</Elements>
678
- <Namespace>http://fasb.org/dis/rbtmp09/2019-01-31</Namespace>
679
- <Prefix>rbtmp09</Prefix>
680
- </Loc>
681
- <Loc>
682
- <Family>US GAAP</Family>
683
- <Version>2019</Version>
684
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp08-2019-01-31.xsd</Href>
685
- <AttType>SCH</AttType>
686
- <FileTypeName>Entry Point</FileTypeName>
687
- <Elements>0</Elements>
688
- <Namespace>http://fasb.org/dis/rbtmp08/2019-01-31</Namespace>
689
- <Prefix>rbtmp08</Prefix>
690
- </Loc>
691
- <Loc>
692
- <Family>US GAAP</Family>
693
- <Version>2019</Version>
694
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp07-2019-01-31.xsd</Href>
695
- <AttType>SCH</AttType>
696
- <FileTypeName>Entry Point</FileTypeName>
697
- <Elements>0</Elements>
698
- <Namespace>http://fasb.org/dis/rbtmp07/2019-01-31</Namespace>
699
- <Prefix>rbtmp07</Prefix>
700
- </Loc>
701
- <Loc>
702
- <Family>US GAAP</Family>
703
- <Version>2019</Version>
704
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp06-2019-01-31.xsd</Href>
705
- <AttType>SCH</AttType>
706
- <FileTypeName>Entry Point</FileTypeName>
707
- <Elements>0</Elements>
708
- <Namespace>http://fasb.org/dis/rbtmp06/2019-01-31</Namespace>
709
- <Prefix>rbtmp06</Prefix>
710
- </Loc>
711
- <Loc>
712
- <Family>US GAAP</Family>
713
- <Version>2019</Version>
714
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp05-2019-01-31.xsd</Href>
715
- <AttType>SCH</AttType>
716
- <FileTypeName>Entry Point</FileTypeName>
717
- <Elements>0</Elements>
718
- <Namespace>http://fasb.org/dis/rbtmp05/2019-01-31</Namespace>
719
- <Prefix>rbtmp05</Prefix>
720
- </Loc>
721
- <Loc>
722
- <Family>US GAAP</Family>
723
- <Version>2019</Version>
724
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp04-2019-01-31.xsd</Href>
725
- <AttType>SCH</AttType>
726
- <FileTypeName>Entry Point</FileTypeName>
727
- <Elements>0</Elements>
728
- <Namespace>http://fasb.org/dis/rbtmp04/2019-01-31</Namespace>
729
- <Prefix>rbtmp04</Prefix>
730
- </Loc>
731
- <Loc>
732
- <Family>US GAAP</Family>
733
- <Version>2019</Version>
734
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp041-2019-01-31.xsd</Href>
735
- <AttType>SCH</AttType>
736
- <FileTypeName>Entry Point</FileTypeName>
737
- <Elements>0</Elements>
738
- <Namespace>http://fasb.org/dis/rbtmp041/2019-01-31</Namespace>
739
- <Prefix>rbtmp041</Prefix>
740
- </Loc>
741
- <Loc>
742
- <Family>US GAAP</Family>
743
- <Version>2019</Version>
744
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp03-2019-01-31.xsd</Href>
745
- <AttType>SCH</AttType>
746
- <FileTypeName>Entry Point</FileTypeName>
747
- <Elements>0</Elements>
748
- <Namespace>http://fasb.org/dis/rbtmp03/2019-01-31</Namespace>
749
- <Prefix>rbtmp03</Prefix>
750
- </Loc>
751
- <Loc>
752
- <Family>US GAAP</Family>
753
- <Version>2019</Version>
754
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp02-2019-01-31.xsd</Href>
755
- <AttType>SCH</AttType>
756
- <FileTypeName>Entry Point</FileTypeName>
757
- <Elements>0</Elements>
758
- <Namespace>http://fasb.org/dis/rbtmp02/2019-01-31</Namespace>
759
- <Prefix>rbtmp02</Prefix>
760
- </Loc>
761
- <Loc>
762
- <Family>US GAAP</Family>
763
- <Version>2019</Version>
764
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp012-2019-01-31.xsd</Href>
765
- <AttType>SCH</AttType>
766
- <FileTypeName>Entry Point</FileTypeName>
767
- <Elements>0</Elements>
768
- <Namespace>http://fasb.org/dis/rbtmp012/2019-01-31</Namespace>
769
- <Prefix>rbtmp012</Prefix>
770
- </Loc>
771
- <Loc>
772
- <Family>US GAAP</Family>
773
- <Version>2019</Version>
774
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp011-2019-01-31.xsd</Href>
775
- <AttType>SCH</AttType>
776
- <FileTypeName>Entry Point</FileTypeName>
777
- <Elements>0</Elements>
778
- <Namespace>http://fasb.org/dis/rbtmp011/2019-01-31</Namespace>
779
- <Prefix>rbtmp011</Prefix>
780
- </Loc>
781
- <Loc>
782
- <Family>US GAAP</Family>
783
- <Version>2019</Version>
784
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp05-2019-01-31.xsd</Href>
785
- <AttType>SCH</AttType>
786
- <FileTypeName>Entry Point</FileTypeName>
787
- <Elements>0</Elements>
788
- <Namespace>http://fasb.org/dis/leastmp05/2019-01-31</Namespace>
789
- <Prefix>leastmp05</Prefix>
790
- </Loc>
791
- <Loc>
792
- <Family>US GAAP</Family>
793
- <Version>2019</Version>
794
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp04-2019-01-31.xsd</Href>
795
- <AttType>SCH</AttType>
796
- <FileTypeName>Entry Point</FileTypeName>
797
- <Elements>0</Elements>
798
- <Namespace>http://fasb.org/dis/leastmp04/2019-01-31</Namespace>
799
- <Prefix>leastmp04</Prefix>
800
- </Loc>
801
- <Loc>
802
- <Family>US GAAP</Family>
803
- <Version>2019</Version>
804
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp03-2019-01-31.xsd</Href>
805
- <AttType>SCH</AttType>
806
- <FileTypeName>Entry Point</FileTypeName>
807
- <Elements>0</Elements>
808
- <Namespace>http://fasb.org/dis/leastmp03/2019-01-31</Namespace>
809
- <Prefix>leastmp03</Prefix>
810
- </Loc>
811
- <Loc>
812
- <Family>US GAAP</Family>
813
- <Version>2019</Version>
814
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp02-2019-01-31.xsd</Href>
815
- <AttType>SCH</AttType>
816
- <FileTypeName>Entry Point</FileTypeName>
817
- <Elements>0</Elements>
818
- <Namespace>http://fasb.org/dis/leastmp02/2019-01-31</Namespace>
819
- <Prefix>leastmp02</Prefix>
820
- </Loc>
821
- <Loc>
822
- <Family>US GAAP</Family>
823
- <Version>2019</Version>
824
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-leastmp01-2019-01-31.xsd</Href>
825
- <AttType>SCH</AttType>
826
- <FileTypeName>Entry Point</FileTypeName>
827
- <Elements>0</Elements>
828
- <Namespace>http://fasb.org/dis/leastmp01/2019-01-31</Namespace>
829
- <Prefix>leastmp01</Prefix>
830
- </Loc>
831
- <Loc>
832
- <Family>US GAAP</Family>
833
- <Version>2019</Version>
834
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp062-2019-01-31.xsd</Href>
835
- <AttType>SCH</AttType>
836
- <FileTypeName>Entry Point</FileTypeName>
837
- <Elements>0</Elements>
838
- <Namespace>http://fasb.org/dis/insldtmp062/2019-01-31</Namespace>
839
- <Prefix>insltmp062</Prefix>
840
- </Loc>
841
- <Loc>
842
- <Family>US GAAP</Family>
843
- <Version>2019</Version>
844
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp061-2019-01-31.xsd</Href>
845
- <AttType>SCH</AttType>
846
- <FileTypeName>Entry Point</FileTypeName>
847
- <Elements>0</Elements>
848
- <Namespace>http://fasb.org/dis/insldtmp061/2019-01-31</Namespace>
849
- <Prefix>insldtmp061</Prefix>
850
- </Loc>
851
- <Loc>
852
- <Family>US GAAP</Family>
853
- <Version>2019</Version>
854
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp052-2019-01-31.xsd</Href>
855
- <AttType>SCH</AttType>
856
- <FileTypeName>Entry Point</FileTypeName>
857
- <Elements>0</Elements>
858
- <Namespace>http://fasb.org/dis/insldtmp052/2019-01-31</Namespace>
859
- <Prefix>insldtmp052</Prefix>
860
- </Loc>
861
- <Loc>
862
- <Family>US GAAP</Family>
863
- <Version>2019</Version>
864
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp051-2019-01-31.xsd</Href>
865
- <AttType>SCH</AttType>
866
- <FileTypeName>Entry Point</FileTypeName>
867
- <Elements>0</Elements>
868
- <Namespace>http://fasb.org/dis/insldtmp051/2019-01-31</Namespace>
869
- <Prefix>insldtmp051</Prefix>
870
- </Loc>
871
- <Loc>
872
- <Family>US GAAP</Family>
873
- <Version>2019</Version>
874
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp042-2019-01-31.xsd</Href>
875
- <AttType>SCH</AttType>
876
- <FileTypeName>Entry Point</FileTypeName>
877
- <Elements>0</Elements>
878
- <Namespace>http://fasb.org/dis/insldtmp042/2019-01-31</Namespace>
879
- <Prefix>insldtmp042</Prefix>
880
- </Loc>
881
- <Loc>
882
- <Family>US GAAP</Family>
883
- <Version>2019</Version>
884
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp041-2019-01-31.xsd</Href>
885
- <AttType>SCH</AttType>
886
- <FileTypeName>Entry Point</FileTypeName>
887
- <Elements>0</Elements>
888
- <Namespace>http://fasb.org/dis/insldtmp041/2019-01-31</Namespace>
889
- </Loc>
890
- <Loc>
891
- <Family>US GAAP</Family>
892
- <Version>2019</Version>
893
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp033-2019-01-31.xsd</Href>
894
- <AttType>SCH</AttType>
895
- <FileTypeName>Entry Point</FileTypeName>
896
- <Elements>0</Elements>
897
- <Namespace>http://fasb.org/dis/insldtmp033/2019-01-31</Namespace>
898
- </Loc>
899
- <Loc>
900
- <Family>US GAAP</Family>
901
- <Version>2019</Version>
902
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp032-2019-01-31.xsd</Href>
903
- <AttType>SCH</AttType>
904
- <FileTypeName>Entry Point</FileTypeName>
905
- <Elements>0</Elements>
906
- <Namespace>http://fasb.org/dis/insldtmp032/2019-01-31</Namespace>
907
- </Loc>
908
- <Loc>
909
- <Family>US GAAP</Family>
910
- <Version>2019</Version>
911
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp031-2019-01-31.xsd</Href>
912
- <AttType>SCH</AttType>
913
- <FileTypeName>Entry Point</FileTypeName>
914
- <Elements>0</Elements>
915
- <Namespace>http://fasb.org/dis/insldtmp031/2019-01-31</Namespace>
916
- </Loc>
917
- <Loc>
918
- <Family>US GAAP</Family>
919
- <Version>2019</Version>
920
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp025-2019-01-31.xsd</Href>
921
- <AttType>SCH</AttType>
922
- <FileTypeName>Entry Point</FileTypeName>
923
- <Elements>0</Elements>
924
- <Namespace>http://fasb.org/dis/insldtmp025/2019-01-31</Namespace>
925
- </Loc>
926
- <Loc>
927
- <Family>US GAAP</Family>
928
- <Version>2019</Version>
929
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp024-2019-01-31.xsd</Href>
930
- <AttType>SCH</AttType>
931
- <FileTypeName>Entry Point</FileTypeName>
932
- <Elements>0</Elements>
933
- <Namespace>http://fasb.org/dis/insldtmp024/2019-01-31</Namespace>
934
- </Loc>
935
- <Loc>
936
- <Family>US GAAP</Family>
937
- <Version>2019</Version>
938
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp023-2019-01-31.xsd</Href>
939
- <AttType>SCH</AttType>
940
- <FileTypeName>Entry Point</FileTypeName>
941
- <Elements>0</Elements>
942
- <Namespace>http://fasb.org/dis/insldtmp023/2019-01-31</Namespace>
943
- </Loc>
944
- <Loc>
945
- <Family>US GAAP</Family>
946
- <Version>2019</Version>
947
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp022-2019-01-31.xsd</Href>
948
- <AttType>SCH</AttType>
949
- <FileTypeName>Entry Point</FileTypeName>
950
- <Elements>0</Elements>
951
- <Namespace>http://fasb.org/dis/insldtmp022/2019-01-31</Namespace>
952
- </Loc>
953
- <Loc>
954
- <Family>US GAAP</Family>
955
- <Version>2019</Version>
956
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp021-2019-01-31.xsd</Href>
957
- <AttType>SCH</AttType>
958
- <FileTypeName>Entry Point</FileTypeName>
959
- <Elements>0</Elements>
960
- <Namespace>http://fasb.org/dis/insldtmp021/2019-01-31</Namespace>
961
- <Prefix>insldtmp021</Prefix>
962
- </Loc>
963
- <Loc>
964
- <Family>US GAAP</Family>
965
- <Version>2019</Version>
966
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp01-2019-01-31.xsd</Href>
967
- <AttType>SCH</AttType>
968
- <FileTypeName>Entry Point</FileTypeName>
969
- <Elements>0</Elements>
970
- <Namespace>http://fasb.org/dis/insldtmp01/2019-01-31</Namespace>
971
- <Prefix>insldtmp01</Prefix>
972
- </Loc>
973
- <Loc>
974
- <Family>US GAAP</Family>
975
- <Version>2019</Version>
976
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp04-2019-01-31.xsd</Href>
977
- <AttType>SCH</AttType>
978
- <FileTypeName>Entry Point</FileTypeName>
979
- <Elements>0</Elements>
980
- <Namespace>http://fasb.org/dis/idestmp04/2019-01-31</Namespace>
981
- <Prefix>idestmp04</Prefix>
982
- </Loc>
983
- <Loc>
984
- <Family>US GAAP</Family>
985
- <Version>2019</Version>
986
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp03-2019-01-31.xsd</Href>
987
- <AttType>SCH</AttType>
988
- <FileTypeName>Entry Point</FileTypeName>
989
- <Elements>0</Elements>
990
- <Namespace>http://fasb.org/dis/idestmp03/2019-01-31</Namespace>
991
- <Prefix>idestmp03</Prefix>
992
- </Loc>
993
- <Loc>
994
- <Family>US GAAP</Family>
995
- <Version>2019</Version>
996
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp022-2019-01-31.xsd</Href>
997
- <AttType>SCH</AttType>
998
- <FileTypeName>Entry Point</FileTypeName>
999
- <Elements>0</Elements>
1000
- <Namespace>http://fasb.org/dis/idestmp022/2019-01-31</Namespace>
1001
- <Prefix>idestmp022</Prefix>
1002
- </Loc>
1003
- <Loc>
1004
- <Family>US GAAP</Family>
1005
- <Version>2019</Version>
1006
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp021-2019-01-31.xsd</Href>
1007
- <AttType>SCH</AttType>
1008
- <FileTypeName>Entry Point</FileTypeName>
1009
- <Elements>0</Elements>
1010
- <Namespace>http://fasb.org/dis/idestmp021/2019-01-31</Namespace>
1011
- <Prefix>idestmp021</Prefix>
1012
- </Loc>
1013
- <Loc>
1014
- <Family>US GAAP</Family>
1015
- <Version>2019</Version>
1016
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp012-2019-01-31.xsd</Href>
1017
- <AttType>SCH</AttType>
1018
- <FileTypeName>Entry Point</FileTypeName>
1019
- <Elements>0</Elements>
1020
- <Namespace>http://fasb.org/dis/idestmp012/2019-01-31</Namespace>
1021
- <Prefix>idestmp012</Prefix>
1022
- </Loc>
1023
- <Loc>
1024
- <Family>US GAAP</Family>
1025
- <Version>2019</Version>
1026
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp011-2019-01-31.xsd</Href>
1027
- <AttType>SCH</AttType>
1028
- <FileTypeName>Entry Point</FileTypeName>
1029
- <Elements>0</Elements>
1030
- <Namespace>http://fasb.org/dis/idestmp011/2019-01-31</Namespace>
1031
- <Prefix>idestmp011</Prefix>
1032
- </Loc>
1033
- <Loc>
1034
- <Family>US GAAP</Family>
1035
- <Version>2019</Version>
1036
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-fifvdtmp02-2019-01-31.xsd</Href>
1037
- <AttType>SCH</AttType>
1038
- <FileTypeName>Entry Point</FileTypeName>
1039
- <Elements>0</Elements>
1040
- <Namespace>http://fasb.org/dis/fifvdtmp02/2019-01-31</Namespace>
1041
- <Prefix>fifvdtmp02</Prefix>
1042
- </Loc>
1043
- <Loc>
1044
- <Family>US GAAP</Family>
1045
- <Version>2019</Version>
1046
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-fifvdtmp01-2019-01-31.xsd</Href>
1047
- <AttType>SCH</AttType>
1048
- <FileTypeName>Entry Point</FileTypeName>
1049
- <Elements>0</Elements>
1050
- <Namespace>http://fasb.org/dis/fifvdtmp01/2019-01-31</Namespace>
1051
- <Prefix>fifvdtmp01</Prefix>
1052
- </Loc>
1053
- <Loc>
1054
- <Family>US GAAP</Family>
1055
- <Version>2019</Version>
1056
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp05-2019-01-31.xsd</Href>
1057
- <AttType>SCH</AttType>
1058
- <FileTypeName>Entry Point</FileTypeName>
1059
- <Elements>0</Elements>
1060
- <Namespace>http://fasb.org/dis/cecltmp05/2019-01-31</Namespace>
1061
- <Prefix>cecltmp05</Prefix>
1062
- </Loc>
1063
- <Loc>
1064
- <Family>US GAAP</Family>
1065
- <Version>2019</Version>
1066
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp04-2019-01-31.xsd</Href>
1067
- <AttType>SCH</AttType>
1068
- <FileTypeName>Entry Point</FileTypeName>
1069
- <Elements>0</Elements>
1070
- <Namespace>http://fasb.org/dis/cecltmp04/2019-01-31</Namespace>
1071
- <Prefix>cecltmp04</Prefix>
1072
- </Loc>
1073
- <Loc>
1074
- <Family>US GAAP</Family>
1075
- <Version>2019</Version>
1076
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp03-2019-01-31.xsd</Href>
1077
- <AttType>SCH</AttType>
1078
- <FileTypeName>Entry Point</FileTypeName>
1079
- <Elements>0</Elements>
1080
- <Namespace>http://fasb.org/dis/cecltmp03/2019-01-31</Namespace>
1081
- <Prefix>cecltmp03</Prefix>
1082
- </Loc>
1083
- <Loc>
1084
- <Family>US GAAP</Family>
1085
- <Version>2019</Version>
1086
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp02-2019-01-31.xsd</Href>
1087
- <AttType>SCH</AttType>
1088
- <FileTypeName>Entry Point</FileTypeName>
1089
- <Elements>0</Elements>
1090
- <Namespace>http://fasb.org/dis/cecltmp02/2019-01-31</Namespace>
1091
- <Prefix>cecltmp02</Prefix>
1092
- </Loc>
1093
- <Loc>
1094
- <Family>US GAAP</Family>
1095
- <Version>2019</Version>
1096
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp01-2019-01-31.xsd</Href>
1097
- <AttType>SCH</AttType>
1098
- <FileTypeName>Entry Point</FileTypeName>
1099
- <Elements>0</Elements>
1100
- <Namespace>http://fasb.org/dis/cecltmp01/2019-01-31</Namespace>
1101
- <Prefix>cecltmp01</Prefix>
1102
- </Loc>
1103
- <Loc>
1104
- <Family>US GAAP</Family>
1105
- <Version>2019</Version>
1106
- <Href>http://xbrl.fasb.org/srt/2019/elts/srt-types-2019-01-31.xsd</Href>
1107
- <AttType>SCH</AttType>
1108
- <FileTypeName>Schema</FileTypeName>
1109
- <Elements>0</Elements>
1110
- <Namespace>http://fasb.org/srt-types/2019-01-31</Namespace>
1111
- <Prefix>srt-types</Prefix>
1112
- </Loc>
1113
- <Loc>
1114
- <Family>US GAAP</Family>
1115
- <Version>2019</Version>
1116
- <Href>http://xbrl.fasb.org/srt/2019/elts/srt-roles-2019-01-31.xsd</Href>
1117
- <AttType>SCH</AttType>
1118
- <FileTypeName>Roles/Arcroles</FileTypeName>
1119
- <Elements>0</Elements>
1120
- <Namespace>http://fasb.org/srt-roles/2019-01-31</Namespace>
1121
- </Loc>
1122
- <Loc>
1123
- <Family>US GAAP</Family>
1124
- <Version>2019</Version>
1125
- <Href>http://xbrl.fasb.org/srt/2019/elts/srt-2019-01-31.xsd</Href>
1126
- <AttType>SCH</AttType>
1127
- <FileTypeName>Schema</FileTypeName>
1128
- <Elements>1</Elements>
1129
- <Namespace>http://fasb.org/srt/2019-01-31</Namespace>
1130
- <Prefix>srt</Prefix>
1131
- </Loc>
1132
- <Loc>
1133
- <Family>US GAAP</Family>
1134
- <Version>2019</Version>
1135
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
1136
- <AttType>SCH</AttType>
1137
- <FileTypeName>Roles/Arcroles</FileTypeName>
1138
- <Elements>0</Elements>
1139
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
1140
- </Loc>
1141
- <Loc>
1142
- <Family>US GAAP</Family>
1143
- <Version>2019</Version>
1144
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
1145
- <AttType>SCH</AttType>
1146
- <FileTypeName>Roles/Arcroles</FileTypeName>
1147
- <Elements>0</Elements>
1148
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
1149
- </Loc>
1150
- <Loc>
1151
- <Family>US GAAP</Family>
1152
- <Version>2019</Version>
1153
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
1154
- <AttType>SCH</AttType>
1155
- <FileTypeName>Roles/Arcroles</FileTypeName>
1156
- <Elements>0</Elements>
1157
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
1158
- </Loc>
1159
- <Loc>
1160
- <Family>US GAAP</Family>
1161
- <Version>2019</Version>
1162
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
1163
- <AttType>SCH</AttType>
1164
- <FileTypeName>Schema</FileTypeName>
1165
- <Elements>0</Elements>
1166
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
1167
- <Prefix>num</Prefix>
1168
- </Loc>
1169
- <Loc>
1170
- <Family>US GAAP</Family>
1171
- <Version>2019</Version>
1172
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
1173
- <AttType>SCH</AttType>
1174
- <FileTypeName>Schema</FileTypeName>
1175
- <Elements>0</Elements>
1176
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
1177
- <Prefix>nonnum</Prefix>
1178
- </Loc>
1179
- <Loc>
1180
- <Family>US GAAP</Family>
1181
- <Version>2019</Version>
1182
- <Href>https://xbrl.sec.gov/dei/2019/dei-pre-2019-01-31.xml</Href>
1183
- <AttType>PRE</AttType>
1184
- <FileTypeName>Presentation</FileTypeName>
1185
- <Elements>0</Elements>
1186
- </Loc>
1187
- <Loc>
1188
- <Family>US GAAP</Family>
1189
- <Version>2019</Version>
1190
- <Href>https://xbrl.sec.gov/dei/2019/dei-lab-2019-01-31.xml</Href>
1191
- <AttType>LAB</AttType>
1192
- <FileTypeName>Label</FileTypeName>
1193
- <Elements>0</Elements>
1194
- </Loc>
1195
- <Loc>
1196
- <Family>US GAAP</Family>
1197
- <Version>2019</Version>
1198
- <Href>https://xbrl.sec.gov/dei/2019/dei-def-2019-01-31.xml</Href>
1199
- <AttType>DEF</AttType>
1200
- <FileTypeName>Definition, Dimensions</FileTypeName>
1201
- <Elements>0</Elements>
1202
- </Loc>
1203
- <Loc>
1204
- <Family>US GAAP</Family>
1205
- <Version>2019</Version>
1206
- <Href>http://xbrl.fasb.org/us-gaap/2019/elts/us-gaap-eedm-def-2019-01-31.xml</Href>
1207
- <AttType>DEF</AttType>
1208
- <FileTypeName>Definition, Dimensions</FileTypeName>
1209
- <Elements>0</Elements>
1210
- </Loc>
1211
- <Loc>
1212
- <Family>US GAAP</Family>
1213
- <Version>2019</Version>
1214
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp05-def-2019-01-31.xml</Href>
1215
- <AttType>DEF</AttType>
1216
- <FileTypeName>Definition, Dimensions</FileTypeName>
1217
- <Elements>0</Elements>
1218
- </Loc>
1219
- <Loc>
1220
- <Family>US GAAP</Family>
1221
- <Version>2019</Version>
1222
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp04-def-2019-01-31.xml</Href>
1223
- <AttType>DEF</AttType>
1224
- <FileTypeName>Definition, Dimensions</FileTypeName>
1225
- <Elements>0</Elements>
1226
- </Loc>
1227
- <Loc>
1228
- <Family>US GAAP</Family>
1229
- <Version>2019</Version>
1230
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp03-def-2019-01-31.xml</Href>
1231
- <AttType>DEF</AttType>
1232
- <FileTypeName>Definition, Dimensions</FileTypeName>
1233
- <Elements>0</Elements>
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-rcctmp01-def-2019-01-31.xml</Href>
1239
- <AttType>DEF</AttType>
1240
- <FileTypeName>Definition, Dimensions</FileTypeName>
1241
- <Elements>0</Elements>
1242
- </Loc>
1243
- <Loc>
1244
- <Family>US GAAP</Family>
1245
- <Version>2019</Version>
1246
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp141-def-2019-01-31.xml</Href>
1247
- <AttType>DEF</AttType>
1248
- <FileTypeName>Definition, Dimensions</FileTypeName>
1249
- <Elements>0</Elements>
1250
- </Loc>
1251
- <Loc>
1252
- <Family>US GAAP</Family>
1253
- <Version>2019</Version>
1254
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp131-def-2019-01-31.xml</Href>
1255
- <AttType>DEF</AttType>
1256
- <FileTypeName>Definition, Dimensions</FileTypeName>
1257
- <Elements>0</Elements>
1258
- </Loc>
1259
- <Loc>
1260
- <Family>US GAAP</Family>
1261
- <Version>2019</Version>
1262
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp125-def-2019-01-31.xml</Href>
1263
- <AttType>DEF</AttType>
1264
- <FileTypeName>Definition, Dimensions</FileTypeName>
1265
- <Elements>0</Elements>
1266
- </Loc>
1267
- <Loc>
1268
- <Family>US GAAP</Family>
1269
- <Version>2019</Version>
1270
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp123-def-2019-01-31.xml</Href>
1271
- <AttType>DEF</AttType>
1272
- <FileTypeName>Definition, Dimensions</FileTypeName>
1273
- <Elements>0</Elements>
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-rbtmp122-def-2019-01-31.xml</Href>
1279
- <AttType>DEF</AttType>
1280
- <FileTypeName>Definition, Dimensions</FileTypeName>
1281
- <Elements>0</Elements>
1282
- </Loc>
1283
- <Loc>
1284
- <Family>US GAAP</Family>
1285
- <Version>2019</Version>
1286
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp121-def-2019-01-31.xml</Href>
1287
- <AttType>DEF</AttType>
1288
- <FileTypeName>Definition, Dimensions</FileTypeName>
1289
- <Elements>0</Elements>
1290
- </Loc>
1291
- <Loc>
1292
- <Family>US GAAP</Family>
1293
- <Version>2019</Version>
1294
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp112-def-2019-01-31.xml</Href>
1295
- <AttType>DEF</AttType>
1296
- <FileTypeName>Definition, Dimensions</FileTypeName>
1297
- <Elements>0</Elements>
1298
- </Loc>
1299
- <Loc>
1300
- <Family>US GAAP</Family>
1301
- <Version>2019</Version>
1302
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp111-def-2019-01-31.xml</Href>
1303
- <AttType>DEF</AttType>
1304
- <FileTypeName>Definition, Dimensions</FileTypeName>
1305
- <Elements>0</Elements>
1306
- </Loc>
1307
- <Loc>
1308
- <Family>US GAAP</Family>
1309
- <Version>2019</Version>
1310
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp105-def-2019-01-31.xml</Href>
1311
- <AttType>DEF</AttType>
1312
- <FileTypeName>Definition, Dimensions</FileTypeName>
1313
- <Elements>0</Elements>
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-rbtmp104-def-2019-01-31.xml</Href>
1319
- <AttType>DEF</AttType>
1320
- <FileTypeName>Definition, Dimensions</FileTypeName>
1321
- <Elements>0</Elements>
1322
- </Loc>
1323
- <Loc>
1324
- <Family>US GAAP</Family>
1325
- <Version>2019</Version>
1326
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp103-def-2019-01-31.xml</Href>
1327
- <AttType>DEF</AttType>
1328
- <FileTypeName>Definition, Dimensions</FileTypeName>
1329
- <Elements>0</Elements>
1330
- </Loc>
1331
- <Loc>
1332
- <Family>US GAAP</Family>
1333
- <Version>2019</Version>
1334
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp102-def-2019-01-31.xml</Href>
1335
- <AttType>DEF</AttType>
1336
- <FileTypeName>Definition, Dimensions</FileTypeName>
1337
- <Elements>0</Elements>
1338
- </Loc>
1339
- <Loc>
1340
- <Family>US GAAP</Family>
1341
- <Version>2019</Version>
1342
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp09-def-2019-01-31.xml</Href>
1343
- <AttType>DEF</AttType>
1344
- <FileTypeName>Definition, Dimensions</FileTypeName>
1345
- <Elements>0</Elements>
1346
- </Loc>
1347
- <Loc>
1348
- <Family>US GAAP</Family>
1349
- <Version>2019</Version>
1350
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp08-def-2019-01-31.xml</Href>
1351
- <AttType>DEF</AttType>
1352
- <FileTypeName>Definition, Dimensions</FileTypeName>
1353
- <Elements>0</Elements>
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-rbtmp07-def-2019-01-31.xml</Href>
1359
- <AttType>DEF</AttType>
1360
- <FileTypeName>Definition, Dimensions</FileTypeName>
1361
- <Elements>0</Elements>
1362
- </Loc>
1363
- <Loc>
1364
- <Family>US GAAP</Family>
1365
- <Version>2019</Version>
1366
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp06-def-2019-01-31.xml</Href>
1367
- <AttType>DEF</AttType>
1368
- <FileTypeName>Definition, Dimensions</FileTypeName>
1369
- <Elements>0</Elements>
1370
- </Loc>
1371
- <Loc>
1372
- <Family>US GAAP</Family>
1373
- <Version>2019</Version>
1374
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp05-def-2019-01-31.xml</Href>
1375
- <AttType>DEF</AttType>
1376
- <FileTypeName>Definition, Dimensions</FileTypeName>
1377
- <Elements>0</Elements>
1378
- </Loc>
1379
- <Loc>
1380
- <Family>US GAAP</Family>
1381
- <Version>2019</Version>
1382
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp04-def-2019-01-31.xml</Href>
1383
- <AttType>DEF</AttType>
1384
- <FileTypeName>Definition, Dimensions</FileTypeName>
1385
- <Elements>0</Elements>
1386
- </Loc>
1387
- <Loc>
1388
- <Family>US GAAP</Family>
1389
- <Version>2019</Version>
1390
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp041-def-2019-01-31.xml</Href>
1391
- <AttType>DEF</AttType>
1392
- <FileTypeName>Definition, Dimensions</FileTypeName>
1393
- <Elements>0</Elements>
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-rbtmp03-def-2019-01-31.xml</Href>
1399
- <AttType>DEF</AttType>
1400
- <FileTypeName>Definition, Dimensions</FileTypeName>
1401
- <Elements>0</Elements>
1402
- </Loc>
1403
- <Loc>
1404
- <Family>US GAAP</Family>
1405
- <Version>2019</Version>
1406
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp02-def-2019-01-31.xml</Href>
1407
- <AttType>DEF</AttType>
1408
- <FileTypeName>Definition, Dimensions</FileTypeName>
1409
- <Elements>0</Elements>
1410
- </Loc>
1411
- <Loc>
1412
- <Family>US GAAP</Family>
1413
- <Version>2019</Version>
1414
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp012-def-2019-01-31.xml</Href>
1415
- <AttType>DEF</AttType>
1416
- <FileTypeName>Definition, Dimensions</FileTypeName>
1417
- <Elements>0</Elements>
1418
- </Loc>
1419
- <Loc>
1420
- <Family>US GAAP</Family>
1421
- <Version>2019</Version>
1422
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp011-def-2019-01-31.xml</Href>
1423
- <AttType>DEF</AttType>
1424
- <FileTypeName>Definition, Dimensions</FileTypeName>
1425
- <Elements>0</Elements>
1426
- </Loc>
1427
- <Loc>
1428
- <Family>US GAAP</Family>
1429
- <Version>2019</Version>
1430
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp062-def-2019-01-31.xml</Href>
1431
- <AttType>DEF</AttType>
1432
- <FileTypeName>Definition, Dimensions</FileTypeName>
1433
- <Elements>0</Elements>
1434
- </Loc>
1435
- <Loc>
1436
- <Family>US GAAP</Family>
1437
- <Version>2019</Version>
1438
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp061-def-2019-01-31.xml</Href>
1439
- <AttType>DEF</AttType>
1440
- <FileTypeName>Definition, Dimensions</FileTypeName>
1441
- <Elements>0</Elements>
1442
- </Loc>
1443
- <Loc>
1444
- <Family>US GAAP</Family>
1445
- <Version>2019</Version>
1446
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp052-def-2019-01-31.xml</Href>
1447
- <AttType>DEF</AttType>
1448
- <FileTypeName>Definition, Dimensions</FileTypeName>
1449
- <Elements>0</Elements>
1450
- </Loc>
1451
- <Loc>
1452
- <Family>US GAAP</Family>
1453
- <Version>2019</Version>
1454
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp051-def-2019-01-31.xml</Href>
1455
- <AttType>DEF</AttType>
1456
- <FileTypeName>Definition, Dimensions</FileTypeName>
1457
- <Elements>0</Elements>
1458
- </Loc>
1459
- <Loc>
1460
- <Family>US GAAP</Family>
1461
- <Version>2019</Version>
1462
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp042-def-2019-01-31.xml</Href>
1463
- <AttType>DEF</AttType>
1464
- <FileTypeName>Definition, Dimensions</FileTypeName>
1465
- <Elements>0</Elements>
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-insldtmp041-def-2019-01-31.xml</Href>
1471
- <AttType>DEF</AttType>
1472
- <FileTypeName>Definition, Dimensions</FileTypeName>
1473
- <Elements>0</Elements>
1474
- </Loc>
1475
- <Loc>
1476
- <Family>US GAAP</Family>
1477
- <Version>2019</Version>
1478
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp033-def-2019-01-31.xml</Href>
1479
- <AttType>DEF</AttType>
1480
- <FileTypeName>Definition, Dimensions</FileTypeName>
1481
- <Elements>0</Elements>
1482
- </Loc>
1483
- <Loc>
1484
- <Family>US GAAP</Family>
1485
- <Version>2019</Version>
1486
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp032-def-2019-01-31.xml</Href>
1487
- <AttType>DEF</AttType>
1488
- <FileTypeName>Definition, Dimensions</FileTypeName>
1489
- <Elements>0</Elements>
1490
- </Loc>
1491
- <Loc>
1492
- <Family>US GAAP</Family>
1493
- <Version>2019</Version>
1494
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp031-def-2019-01-31.xml</Href>
1495
- <AttType>DEF</AttType>
1496
- <FileTypeName>Definition, Dimensions</FileTypeName>
1497
- <Elements>0</Elements>
1498
- </Loc>
1499
- <Loc>
1500
- <Family>US GAAP</Family>
1501
- <Version>2019</Version>
1502
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp025-def-2019-01-31.xml</Href>
1503
- <AttType>DEF</AttType>
1504
- <FileTypeName>Definition, Dimensions</FileTypeName>
1505
- <Elements>0</Elements>
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-insldtmp024-def-2019-01-31.xml</Href>
1511
- <AttType>DEF</AttType>
1512
- <FileTypeName>Definition, Dimensions</FileTypeName>
1513
- <Elements>0</Elements>
1514
- </Loc>
1515
- <Loc>
1516
- <Family>US GAAP</Family>
1517
- <Version>2019</Version>
1518
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp023-def-2019-01-31.xml</Href>
1519
- <AttType>DEF</AttType>
1520
- <FileTypeName>Definition, Dimensions</FileTypeName>
1521
- <Elements>0</Elements>
1522
- </Loc>
1523
- <Loc>
1524
- <Family>US GAAP</Family>
1525
- <Version>2019</Version>
1526
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp022-def-2019-01-31.xml</Href>
1527
- <AttType>DEF</AttType>
1528
- <FileTypeName>Definition, Dimensions</FileTypeName>
1529
- <Elements>0</Elements>
1530
- </Loc>
1531
- <Loc>
1532
- <Family>US GAAP</Family>
1533
- <Version>2019</Version>
1534
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp021-def-2019-01-31.xml</Href>
1535
- <AttType>DEF</AttType>
1536
- <FileTypeName>Definition, Dimensions</FileTypeName>
1537
- <Elements>0</Elements>
1538
- </Loc>
1539
- <Loc>
1540
- <Family>US GAAP</Family>
1541
- <Version>2019</Version>
1542
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-insldtmp01-def-2019-01-31.xml</Href>
1543
- <AttType>DEF</AttType>
1544
- <FileTypeName>Definition, Dimensions</FileTypeName>
1545
- <Elements>0</Elements>
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-idestmp022-def-2019-01-31.xml</Href>
1551
- <AttType>DEF</AttType>
1552
- <FileTypeName>Definition, Dimensions</FileTypeName>
1553
- <Elements>0</Elements>
1554
- </Loc>
1555
- <Loc>
1556
- <Family>US GAAP</Family>
1557
- <Version>2019</Version>
1558
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp021-def-2019-01-31.xml</Href>
1559
- <AttType>DEF</AttType>
1560
- <FileTypeName>Definition, Dimensions</FileTypeName>
1561
- <Elements>0</Elements>
1562
- </Loc>
1563
- <Loc>
1564
- <Family>US GAAP</Family>
1565
- <Version>2019</Version>
1566
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp012-def-2019-01-31.xml</Href>
1567
- <AttType>DEF</AttType>
1568
- <FileTypeName>Definition, Dimensions</FileTypeName>
1569
- <Elements>0</Elements>
1570
- </Loc>
1571
- <Loc>
1572
- <Family>US GAAP</Family>
1573
- <Version>2019</Version>
1574
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-idestmp011-def-2019-01-31.xml</Href>
1575
- <AttType>DEF</AttType>
1576
- <FileTypeName>Definition, Dimensions</FileTypeName>
1577
- <Elements>0</Elements>
1578
- </Loc>
1579
- <Loc>
1580
- <Family>US GAAP</Family>
1581
- <Version>2019</Version>
1582
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-fifvdtmp02-def-2019-01-31.xml</Href>
1583
- <AttType>DEF</AttType>
1584
- <FileTypeName>Definition, Dimensions</FileTypeName>
1585
- <Elements>0</Elements>
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-fifvdtmp01-def-2019-01-31.xml</Href>
1591
- <AttType>DEF</AttType>
1592
- <FileTypeName>Definition, Dimensions</FileTypeName>
1593
- <Elements>0</Elements>
1594
- </Loc>
1595
- <Loc>
1596
- <Family>US GAAP</Family>
1597
- <Version>2019</Version>
1598
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp05-def-2019-01-31.xml</Href>
1599
- <AttType>DEF</AttType>
1600
- <FileTypeName>Definition, Dimensions</FileTypeName>
1601
- <Elements>0</Elements>
1602
- </Loc>
1603
- <Loc>
1604
- <Family>US GAAP</Family>
1605
- <Version>2019</Version>
1606
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp04-def-2019-01-31.xml</Href>
1607
- <AttType>DEF</AttType>
1608
- <FileTypeName>Definition, Dimensions</FileTypeName>
1609
- <Elements>0</Elements>
1610
- </Loc>
1611
- <Loc>
1612
- <Family>US GAAP</Family>
1613
- <Version>2019</Version>
1614
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp03-def-2019-01-31.xml</Href>
1615
- <AttType>DEF</AttType>
1616
- <FileTypeName>Definition, Dimensions</FileTypeName>
1617
- <Elements>0</Elements>
1618
- </Loc>
1619
- <Loc>
1620
- <Family>US GAAP</Family>
1621
- <Version>2019</Version>
1622
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp02-def-2019-01-31.xml</Href>
1623
- <AttType>DEF</AttType>
1624
- <FileTypeName>Definition, Dimensions</FileTypeName>
1625
- <Elements>0</Elements>
1626
- </Loc>
1627
- <Loc>
1628
- <Family>US GAAP</Family>
1629
- <Version>2019</Version>
1630
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-cecltmp01-def-2019-01-31.xml</Href>
1631
- <AttType>DEF</AttType>
1632
- <FileTypeName>Definition, Dimensions</FileTypeName>
1633
- <Elements>0</Elements>
1634
- </Loc>
1635
- <Loc>
1636
- <Family>US GAAP</Family>
1637
- <Version>2019</Version>
1638
- <Href>http://xbrl.fasb.org/srt/2019/elts/srt-eedm1-def-2019-01-31.xml</Href>
1639
- <AttType>DEF</AttType>
1640
- <FileTypeName>Definition, Dimensions</FileTypeName>
1641
- <Elements>0</Elements>
1642
- </Loc>
1643
- <Loc>
1644
- <Family>US GAAP</Family>
1645
- <Version>2019</Version>
1646
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rcctmp04-cal-2019-01-31.xml</Href>
1647
- <AttType>CAL</AttType>
1648
- <FileTypeName>Calculation</FileTypeName>
1649
- <Elements>0</Elements>
1650
- </Loc>
1651
- <Loc>
1652
- <Family>US GAAP</Family>
1653
- <Version>2019</Version>
1654
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp09-cal-2019-01-31.xml</Href>
1655
- <AttType>CAL</AttType>
1656
- <FileTypeName>Calculation</FileTypeName>
1657
- <Elements>0</Elements>
1658
- </Loc>
1659
- <Loc>
1660
- <Family>US GAAP</Family>
1661
- <Version>2019</Version>
1662
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp08-cal-2019-01-31.xml</Href>
1663
- <AttType>CAL</AttType>
1664
- <FileTypeName>Calculation</FileTypeName>
1665
- <Elements>0</Elements>
1666
- </Loc>
1667
- <Loc>
1668
- <Family>US GAAP</Family>
1669
- <Version>2019</Version>
1670
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp07-cal-2019-01-31.xml</Href>
1671
- <AttType>CAL</AttType>
1672
- <FileTypeName>Calculation</FileTypeName>
1673
- <Elements>0</Elements>
1674
- </Loc>
1675
- <Loc>
1676
- <Family>US GAAP</Family>
1677
- <Version>2019</Version>
1678
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp06-cal-2019-01-31.xml</Href>
1679
- <AttType>CAL</AttType>
1680
- <FileTypeName>Calculation</FileTypeName>
1681
- <Elements>0</Elements>
1682
- </Loc>
1683
- <Loc>
1684
- <Family>US GAAP</Family>
1685
- <Version>2019</Version>
1686
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp05-cal-2019-01-31.xml</Href>
1687
- <AttType>CAL</AttType>
1688
- <FileTypeName>Calculation</FileTypeName>
1689
- <Elements>0</Elements>
1690
- </Loc>
1691
- <Loc>
1692
- <Family>US GAAP</Family>
1693
- <Version>2019</Version>
1694
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp04-cal-2019-01-31.xml</Href>
1695
- <AttType>CAL</AttType>
1696
- <FileTypeName>Calculation</FileTypeName>
1697
- <Elements>0</Elements>
1698
- </Loc>
1699
- <Loc>
1700
- <Family>US GAAP</Family>
1701
- <Version>2019</Version>
1702
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp041-cal-2019-01-31.xml</Href>
1703
- <AttType>CAL</AttType>
1704
- <FileTypeName>Calculation</FileTypeName>
1705
- <Elements>0</Elements>
1706
- </Loc>
1707
- <Loc>
1708
- <Family>US GAAP</Family>
1709
- <Version>2019</Version>
1710
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp03-cal-2019-01-31.xml</Href>
1711
- <AttType>CAL</AttType>
1712
- <FileTypeName>Calculation</FileTypeName>
1713
- <Elements>0</Elements>
1714
- </Loc>
1715
- <Loc>
1716
- <Family>US GAAP</Family>
1717
- <Version>2019</Version>
1718
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp02-cal-2019-01-31.xml</Href>
1719
- <AttType>CAL</AttType>
1720
- <FileTypeName>Calculation</FileTypeName>
1721
- <Elements>0</Elements>
1722
- </Loc>
1723
- <Loc>
1724
- <Family>US GAAP</Family>
1725
- <Version>2019</Version>
1726
- <Href>http://xbrl.fasb.org/us-gaap/2019/dis/us-gaap-dis-rbtmp012-cal-2019-01-31.xml</Href>
1727
- <AttType>CAL</AttType>
1728
- <FileTypeName>Calculation</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/dis/us-gaap-dis-rbtmp011-cal-2019-01-31.xml</Href>
1735
- <AttType>CAL</AttType>
1736
- <FileTypeName>Calculation</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-leastmp05-cal-2019-01-31.xml</Href>
1743
- <AttType>CAL</AttType>
1744
- <FileTypeName>Calculation</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-leastmp04-cal-2019-01-31.xml</Href>
1751
- <AttType>CAL</AttType>
1752
- <FileTypeName>Calculation</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-leastmp03-cal-2019-01-31.xml</Href>
1759
- <AttType>CAL</AttType>
1760
- <FileTypeName>Calculation</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-leastmp02-cal-2019-01-31.xml</Href>
1767
- <AttType>CAL</AttType>
1768
- <FileTypeName>Calculation</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-leastmp01-cal-2019-01-31.xml</Href>
1775
- <AttType>CAL</AttType>
1776
- <FileTypeName>Calculation</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-insldtmp042-cal-2019-01-31.xml</Href>
1783
- <AttType>CAL</AttType>
1784
- <FileTypeName>Calculation</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-insldtmp041-cal-2019-01-31.xml</Href>
1791
- <AttType>CAL</AttType>
1792
- <FileTypeName>Calculation</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-insldtmp021-cal-2019-01-31.xml</Href>
1799
- <AttType>CAL</AttType>
1800
- <FileTypeName>Calculation</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-idestmp04-cal-2019-01-31.xml</Href>
1807
- <AttType>CAL</AttType>
1808
- <FileTypeName>Calculation</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-idestmp03-cal-2019-01-31.xml</Href>
1815
- <AttType>CAL</AttType>
1816
- <FileTypeName>Calculation</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-idestmp022-cal-2019-01-31.xml</Href>
1823
- <AttType>CAL</AttType>
1824
- <FileTypeName>Calculation</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-idestmp021-cal-2019-01-31.xml</Href>
1831
- <AttType>CAL</AttType>
1832
- <FileTypeName>Calculation</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-idestmp012-cal-2019-01-31.xml</Href>
1839
- <AttType>CAL</AttType>
1840
- <FileTypeName>Calculation</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-idestmp011-cal-2019-01-31.xml</Href>
1847
- <AttType>CAL</AttType>
1848
- <FileTypeName>Calculation</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-fifvdtmp01-cal-2019-01-31.xml</Href>
1855
- <AttType>CAL</AttType>
1856
- <FileTypeName>Calculation</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-cecltmp04-cal-2019-01-31.xml</Href>
1863
- <AttType>CAL</AttType>
1864
- <FileTypeName>Calculation</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-cecltmp02-cal-2019-01-31.xml</Href>
1871
- <AttType>CAL</AttType>
1872
- <FileTypeName>Calculation</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-cecltmp01-cal-2019-01-31.xml</Href>
1879
- <AttType>CAL</AttType>
1880
- <FileTypeName>Calculation</FileTypeName>
1881
- <Elements>0</Elements>
1882
- </Loc>
1883
- <Loc>
1884
- <Family>IFRS</Family>
1885
- <Version>2019</Version>
1886
- <Href>https://xbrl.sec.gov/stpr/2018/stpr-2018-01-31.xsd</Href>
1887
- <AttType>SCH</AttType>
1888
- <FileTypeName>Schema</FileTypeName>
1889
- <Elements>1</Elements>
1890
- <Namespace>http://xbrl.sec.gov/stpr/2018-01-31</Namespace>
1891
- <Prefix>stpr</Prefix>
1892
- </Loc>
1893
- <Loc>
1894
- <Family>IFRS</Family>
1895
- <Version>2019</Version>
1896
- <Href>https://xbrl.sec.gov/sic/2020/sic-2020-01-31.xsd</Href>
1897
- <AttType>SCH</AttType>
1898
- <FileTypeName>Schema</FileTypeName>
1899
- <Elements>1</Elements>
1900
- <Namespace>http://xbrl.sec.gov/sic/2020-01-31</Namespace>
1901
- <Prefix>sic</Prefix>
1902
- </Loc>
1903
- <Loc>
1904
- <Family>IFRS</Family>
1905
- <Version>2019</Version>
1906
- <Href>https://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
1907
- <AttType>SCH</AttType>
1908
- <FileTypeName>Schema</FileTypeName>
1909
- <Elements>1</Elements>
1910
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
1911
- <Prefix>sic</Prefix>
1912
- </Loc>
1913
- <Loc>
1914
- <Family>IFRS</Family>
1915
- <Version>2019</Version>
1916
- <Href>https://xbrl.sec.gov/naics/2017/naics-2017-01-31.xsd</Href>
1917
- <AttType>SCH</AttType>
1918
- <FileTypeName>Schema</FileTypeName>
1919
- <Elements>1</Elements>
1920
- <Namespace>http://xbrl.sec.gov/naics/2017-01-31</Namespace>
1921
- <Prefix>naics</Prefix>
1922
- </Loc>
1923
- <Loc>
1924
- <Family>IFRS</Family>
1925
- <Version>2019</Version>
1926
- <Href>https://xbrl.sec.gov/exch/2020/exch-2020-01-31.xsd</Href>
1927
- <AttType>SCH</AttType>
1928
- <FileTypeName>Schema</FileTypeName>
1929
- <Elements>1</Elements>
1930
- <Namespace>http://xbrl.sec.gov/exch/2020-01-31</Namespace>
1931
- <Prefix>exch</Prefix>
1932
- </Loc>
1933
- <Loc>
1934
- <Family>IFRS</Family>
1935
- <Version>2019</Version>
1936
- <Href>https://xbrl.sec.gov/exch/2019/exch-2019-01-31.xsd</Href>
1937
- <AttType>SCH</AttType>
1938
- <FileTypeName>Schema</FileTypeName>
1939
- <Elements>1</Elements>
1940
- <Namespace>http://xbrl.sec.gov/exch/2019-01-31</Namespace>
1941
- <Prefix>exch</Prefix>
1942
- </Loc>
1943
- <Loc>
1944
- <Family>IFRS</Family>
1945
- <Version>2019</Version>
1946
- <Href>https://xbrl.sec.gov/exch/2018/exch-2018-01-31.xsd</Href>
1947
- <AttType>SCH</AttType>
1948
- <FileTypeName>Schema</FileTypeName>
1949
- <Elements>1</Elements>
1950
- <Namespace>http://xbrl.sec.gov/exch/2018-01-31</Namespace>
1951
- <Prefix>exch</Prefix>
1952
- </Loc>
1953
- <Loc>
1954
- <Family>IFRS</Family>
1955
- <Version>2019</Version>
1956
- <Href>https://xbrl.sec.gov/dei/2019/dei-std-2019-01-31.xsd</Href>
1957
- <AttType>SCH</AttType>
1958
- <FileTypeName>Entry Point</FileTypeName>
1959
- <Elements>0</Elements>
1960
- <Namespace>http://xbrl.sec.gov/dei-std/2019-01-31</Namespace>
1961
- <Prefix>dei-std</Prefix>
1962
- </Loc>
1963
- <Loc>
1964
- <Family>IFRS</Family>
1965
- <Version>2019</Version>
1966
- <Href>https://xbrl.sec.gov/dei/2019/dei-ent-std-2019-01-31.xsd</Href>
1967
- <AttType>SCH</AttType>
1968
- <FileTypeName>Entry Point</FileTypeName>
1969
- <Elements>0</Elements>
1970
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2019-01-31</Namespace>
1971
- <Prefix>dei-ent-std</Prefix>
1972
- </Loc>
1973
- <Loc>
1974
- <Family>IFRS</Family>
1975
- <Version>2019</Version>
1976
- <Href>https://xbrl.sec.gov/dei/2019/dei-2019-01-31.xsd</Href>
1977
- <AttType>SCH</AttType>
1978
- <FileTypeName>Schema</FileTypeName>
1979
- <Elements>1</Elements>
1980
- <Namespace>http://xbrl.sec.gov/dei/2019-01-31</Namespace>
1981
- <Prefix>dei</Prefix>
1982
- </Loc>
1983
- <Loc>
1984
- <Family>IFRS</Family>
1985
- <Version>2019</Version>
1986
- <Href>https://xbrl.sec.gov/dei/2018/dei-2018-01-31.xsd</Href>
1987
- <AttType>SCH</AttType>
1988
- <FileTypeName>Schema</FileTypeName>
1989
- <Elements>1</Elements>
1990
- <Namespace>http://xbrl.sec.gov/dei/2018-01-31</Namespace>
1991
- <Prefix>dei</Prefix>
1992
- </Loc>
1993
- <Loc>
1994
- <Family>IFRS</Family>
1995
- <Version>2019</Version>
1996
- <Href>https://xbrl.sec.gov/currency/2020/currency-2020-01-31.xsd</Href>
1997
- <AttType>SCH</AttType>
1998
- <FileTypeName>Schema</FileTypeName>
1999
- <Elements>1</Elements>
2000
- <Namespace>http://xbrl.sec.gov/currency/2019-01-31</Namespace>
2001
- <Prefix>currency</Prefix>
2002
- </Loc>
2003
- <Loc>
2004
- <Family>IFRS</Family>
2005
- <Version>2019</Version>
2006
- <Href>https://xbrl.sec.gov/currency/2019/currency-2019-01-31.xsd</Href>
2007
- <AttType>SCH</AttType>
2008
- <FileTypeName>Schema</FileTypeName>
2009
- <Elements>1</Elements>
2010
- <Namespace>http://xbrl.sec.gov/currency/2019-01-31</Namespace>
2011
- <Prefix>currency</Prefix>
2012
- </Loc>
2013
- <Loc>
2014
- <Family>IFRS</Family>
2015
- <Version>2019</Version>
2016
- <Href>http://xbrl.sec.gov/currency/2017/currency-2017-01-31.xsd</Href>
2017
- <AttType>SCH</AttType>
2018
- <FileTypeName>Schema</FileTypeName>
2019
- <Elements>1</Elements>
2020
- <Namespace>http://xbrl.sec.gov/currency/2017-01-31</Namespace>
2021
- <Prefix>currency</Prefix>
2022
- </Loc>
2023
- <Loc>
2024
- <Family>IFRS</Family>
2025
- <Version>2019</Version>
2026
- <Href>http://xbrl.sec.gov/country/2020/country-2020-01-31.xsd</Href>
2027
- <AttType>SCH</AttType>
2028
- <FileTypeName>Schema</FileTypeName>
2029
- <Elements>1</Elements>
2030
- <Namespace>http://xbrl.sec.gov/country/2020-01-31</Namespace>
2031
- <Prefix>country</Prefix>
2032
- </Loc>
2033
- <Loc>
2034
- <Family>IFRS</Family>
2035
- <Version>2019</Version>
2036
- <Href>http://xbrl.sec.gov/country/2017/country-2017-01-31.xsd</Href>
2037
- <AttType>SCH</AttType>
2038
- <FileTypeName>Schema</FileTypeName>
2039
- <Elements>1</Elements>
2040
- <Namespace>http://xbrl.sec.gov/country/2017-01-31</Namespace>
2041
- <Prefix>country</Prefix>
2042
- </Loc>
2043
- <Loc>
2044
- <Family>IFRS</Family>
2045
- <Version>2019</Version>
2046
- <Href>http://xbrl.ifrs.org/taxonomy/2019-03-27/full_ifrs/full_ifrs-cor_2019-03-27.xsd</Href>
2047
- <AttType>SCH</AttType>
2048
- <FileTypeName>Schema</FileTypeName>
2049
- <Elements>1</Elements>
2050
- <Namespace>http://xbrl.ifrs.org/taxonomy/2019-03-27/ifrs-full</Namespace>
2051
- <Prefix>ifrs-full</Prefix>
2052
- </Loc>
2053
- <Loc>
2054
- <Family>IFRS</Family>
2055
- <Version>2019</Version>
2056
- <Href>http://xbrl.fasb.org/us-gaap/2019/elts/us-gaap-2019-01-31.xsd</Href>
2057
- <AttType>SCH</AttType>
2058
- <FileTypeName>Schema</FileTypeName>
2059
- <Elements>1</Elements>
2060
- <Namespace>http://fasb.org/us-gaap/2019-01-31</Namespace>
2061
- <Prefix>us-gaap</Prefix>
2062
- </Loc>
2063
- <Loc>
2064
- <Family>IFRS</Family>
2065
- <Version>2019</Version>
2066
- <Href>http://xbrl.fasb.org/srt/2019/elts/srt-2019-01-31.xsd</Href>
2067
- <AttType>SCH</AttType>
2068
- <FileTypeName>Schema</FileTypeName>
2069
- <Elements>1</Elements>
2070
- <Namespace>http://fasb.org/srt/2019-01-31</Namespace>
2071
- <Prefix>srt</Prefix>
2072
- </Loc>
2073
- <Loc>
2074
- <Family>IFRS</Family>
2075
- <Version>2019</Version>
2076
- <Href>http://www.xbrl.org/lrr/arcrole/esma-arcrole-2018-11-21.xsd</Href>
2077
- <AttType>SCH</AttType>
2078
- <FileTypeName>Roles/Arcroles</FileTypeName>
2079
- <Elements>0</Elements>
2080
- <Namespace>http://www.esma.europa.eu/xbrl/esef/arcrole/wider-narrower</Namespace>
2081
- </Loc>
2082
- <Loc>
2083
- <Family>IFRS</Family>
2084
- <Version>2019</Version>
2085
- <Href>https://xbrl.sec.gov/dei/2019/dei-pre-2019-01-31.xml</Href>
2086
- <AttType>PRE</AttType>
2087
- <FileTypeName>Presentation</FileTypeName>
2088
- <Elements>0</Elements>
2089
- </Loc>
2090
- <Loc>
2091
- <Family>IFRS</Family>
2092
- <Version>2019</Version>
2093
- <Href>https://xbrl.sec.gov/dei/2019/dei-lab-2019-01-31.xml</Href>
2094
- <AttType>LAB</AttType>
2095
- <FileTypeName>Label</FileTypeName>
2096
- <Elements>0</Elements>
2097
- </Loc>
2098
- <Loc>
2099
- <Family>IFRS</Family>
2100
- <Version>2019</Version>
2101
- <Href>https://xbrl.sec.gov/dei/2019/dei-def-2019-01-31.xml</Href>
2102
- <AttType>DEF</AttType>
2103
- <FileTypeName>Definition, Dimensions</FileTypeName>
2104
- <Elements>0</Elements>
2105
- </Loc>
2106
- <Loc>
2107
- <Family>US GAAP</Family>
2108
- <Version>2018</Version>
2109
- <Href>https://xbrl.sec.gov/stpr/2018/stpr-2018-01-31.xsd</Href>
2110
- <AttType>SCH</AttType>
2111
- <FileTypeName>Schema</FileTypeName>
2112
- <Elements>1</Elements>
2113
- <Namespace>http://xbrl.sec.gov/stpr/2018-01-31</Namespace>
2114
- <Prefix>stpr</Prefix>
2115
- </Loc>
2116
- <Loc>
2117
- <Family>US GAAP</Family>
2118
- <Version>2018</Version>
2119
- <Href>https://xbrl.sec.gov/exch/2020/exch-2020-01-31.xsd</Href>
2120
- <AttType>SCH</AttType>
2121
- <FileTypeName>Schema</FileTypeName>
2122
- <Elements>1</Elements>
2123
- <Namespace>http://xbrl.sec.gov/exch/2020-01-31</Namespace>
2124
- <Prefix>exch</Prefix>
2125
- </Loc>
2126
- <Loc>
2127
- <Family>US GAAP</Family>
2128
- <Version>2018</Version>
2129
- <Href>https://xbrl.sec.gov/exch/2019/exch-2019-01-31.xsd</Href>
2130
- <AttType>SCH</AttType>
2131
- <FileTypeName>Schema</FileTypeName>
2132
- <Elements>1</Elements>
2133
- <Namespace>http://xbrl.sec.gov/exch/2019-01-31</Namespace>
2134
- <Prefix>exch</Prefix>
2135
- </Loc>
2136
- <Loc>
2137
- <Family>US GAAP</Family>
2138
- <Version>2018</Version>
2139
- <Href>https://xbrl.sec.gov/exch/2018/exch-2018-01-31.xsd</Href>
2140
- <AttType>SCH</AttType>
2141
- <FileTypeName>Schema</FileTypeName>
2142
- <Elements>1</Elements>
2143
- <Namespace>http://xbrl.sec.gov/exch/2018-01-31</Namespace>
2144
- <Prefix>exch</Prefix>
2145
- </Loc>
2146
- <Loc>
2147
- <Family>US GAAP</Family>
2148
- <Version>2018</Version>
2149
- <Href>https://xbrl.sec.gov/dei/2019/dei-std-2019-01-31.xsd</Href>
2150
- <AttType>SCH</AttType>
2151
- <FileTypeName>Entry Point</FileTypeName>
2152
- <Elements>0</Elements>
2153
- <Namespace>http://xbrl.sec.gov/dei-std/2019-01-31</Namespace>
2154
- <Prefix>dei-std</Prefix>
2155
- </Loc>
2156
- <Loc>
2157
- <Family>US GAAP</Family>
2158
- <Version>2018</Version>
2159
- <Href>https://xbrl.sec.gov/dei/2019/dei-ent-std-2019-01-31.xsd</Href>
2160
- <AttType>SCH</AttType>
2161
- <FileTypeName>Entry Point</FileTypeName>
2162
- <Elements>0</Elements>
2163
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2019-01-31</Namespace>
2164
- <Prefix>dei-ent-std</Prefix>
2165
- </Loc>
2166
- <Loc>
2167
- <Family>US GAAP</Family>
2168
- <Version>2018</Version>
2169
- <Href>https://xbrl.sec.gov/dei/2018/dei-2018-01-31.xsd</Href>
2170
- <AttType>SCH</AttType>
2171
- <FileTypeName>Schema</FileTypeName>
2172
- <Elements>1</Elements>
2173
- <Namespace>http://xbrl.sec.gov/dei/2018-01-31</Namespace>
2174
- <Prefix>dei</Prefix>
2175
- </Loc>
2176
- <Loc>
2177
- <Family>US GAAP</Family>
2178
- <Version>2018</Version>
2179
- <Href>http://xbrl.sec.gov/sic/2020/sic-2020-01-31.xsd</Href>
2180
- <AttType>SCH</AttType>
2181
- <FileTypeName>Schema</FileTypeName>
2182
- <Elements>1</Elements>
2183
- <Namespace>http://xbrl.sec.gov/sic/2020-01-31</Namespace>
2184
- <Prefix>sic</Prefix>
2185
- </Loc>
2186
- <Loc>
2187
- <Family>US GAAP</Family>
2188
- <Version>2018</Version>
2189
- <Href>http://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
2190
- <AttType>SCH</AttType>
2191
- <FileTypeName>Schema</FileTypeName>
2192
- <Elements>1</Elements>
2193
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
2194
- <Prefix>sic</Prefix>
2195
- </Loc>
2196
- <Loc>
2197
- <Family>US GAAP</Family>
2198
- <Version>2018</Version>
2199
- <Href>http://xbrl.sec.gov/naics/2017/naics-2017-01-31.xsd</Href>
2200
- <AttType>SCH</AttType>
2201
- <FileTypeName>Schema</FileTypeName>
2202
- <Elements>1</Elements>
2203
- <Namespace>http://xbrl.sec.gov/naics/2017-01-31</Namespace>
2204
- <Prefix>naics</Prefix>
2205
- </Loc>
2206
- <Loc>
2207
- <Family>US GAAP</Family>
2208
- <Version>2018</Version>
2209
- <Href>http://xbrl.sec.gov/currency/2020/currency-2020-01-31.xsd</Href>
2210
- <AttType>SCH</AttType>
2211
- <FileTypeName>Schema</FileTypeName>
2212
- <Elements>1</Elements>
2213
- <Namespace>http://xbrl.sec.gov/currency/2020-01-31</Namespace>
2214
- <Prefix>currency</Prefix>
2215
- </Loc>
2216
- <Loc>
2217
- <Family>US GAAP</Family>
2218
- <Version>2018</Version>
2219
- <Href>http://xbrl.sec.gov/currency/2017/currency-2017-01-31.xsd</Href>
2220
- <AttType>SCH</AttType>
2221
- <FileTypeName>Schema</FileTypeName>
2222
- <Elements>1</Elements>
2223
- <Namespace>http://xbrl.sec.gov/currency/2017-01-31</Namespace>
2224
- <Prefix>currency</Prefix>
2225
- </Loc>
2226
- <Loc>
2227
- <Family>US GAAP</Family>
2228
- <Version>2018</Version>
2229
- <Href>http://xbrl.sec.gov/country/2020/country-2020-01-31.xsd</Href>
2230
- <AttType>SCH</AttType>
2231
- <FileTypeName>Schema</FileTypeName>
2232
- <Elements>1</Elements>
2233
- <Namespace>http://xbrl.sec.gov/country/2020-01-31</Namespace>
2234
- <Prefix>country</Prefix>
2235
- </Loc>
2236
- <Loc>
2237
- <Family>US GAAP</Family>
2238
- <Version>2018</Version>
2239
- <Href>http://xbrl.sec.gov/country/2017/country-2017-01-31.xsd</Href>
2240
- <AttType>SCH</AttType>
2241
- <FileTypeName>Schema</FileTypeName>
2242
- <Elements>1</Elements>
2243
- <Namespace>http://xbrl.sec.gov/country/2017-01-31</Namespace>
2244
- <Prefix>country</Prefix>
2245
- </Loc>
2246
- <Loc>
2247
- <Family>US GAAP</Family>
2248
- <Version>2018</Version>
2249
- <Href>http://xbrl.fasb.org/us-gaap/2018/elts/us-types-2018-01-31.xsd</Href>
2250
- <AttType>SCH</AttType>
2251
- <FileTypeName>Schema</FileTypeName>
2252
- <Elements>0</Elements>
2253
- <Namespace>http://fasb.org/us-types/2018-01-31</Namespace>
2254
- <Prefix>us-types</Prefix>
2255
- </Loc>
2256
- <Loc>
2257
- <Family>US GAAP</Family>
2258
- <Version>2018</Version>
2259
- <Href>http://xbrl.fasb.org/us-gaap/2018/elts/us-roles-2018-01-31.xsd</Href>
2260
- <AttType>SCH</AttType>
2261
- <FileTypeName>Roles/Arcroles</FileTypeName>
2262
- <Elements>0</Elements>
2263
- <Namespace>http://fasb.org/us-roles/2018-01-31</Namespace>
2264
- </Loc>
2265
- <Loc>
2266
- <Family>US GAAP</Family>
2267
- <Version>2018</Version>
2268
- <Href>http://xbrl.fasb.org/us-gaap/2018/elts/us-gaap-2018-01-31.xsd</Href>
2269
- <AttType>SCH</AttType>
2270
- <FileTypeName>Schema</FileTypeName>
2271
- <Elements>1</Elements>
2272
- <Namespace>http://fasb.org/us-gaap/2018-01-31</Namespace>
2273
- <Prefix>us-gaap</Prefix>
2274
- </Loc>
2275
- <Loc>
2276
- <Family>US GAAP</Family>
2277
- <Version>2018</Version>
2278
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rcctmp05-2018-01-31.xsd</Href>
2279
- <AttType>SCH</AttType>
2280
- <FileTypeName>Entry Point</FileTypeName>
2281
- <Elements>0</Elements>
2282
- <Namespace>http://fasb.org/dis/rcctmp05/2018-01-31</Namespace>
2283
- <Prefix>rcctmp05</Prefix>
2284
- </Loc>
2285
- <Loc>
2286
- <Family>US GAAP</Family>
2287
- <Version>2018</Version>
2288
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rcctmp04-2018-01-31.xsd</Href>
2289
- <AttType>SCH</AttType>
2290
- <FileTypeName>Entry Point</FileTypeName>
2291
- <Elements>0</Elements>
2292
- <Namespace>http://fasb.org/dis/rcctmp04/2018-01-31</Namespace>
2293
- <Prefix>rcctmp04</Prefix>
2294
- </Loc>
2295
- <Loc>
2296
- <Family>US GAAP</Family>
2297
- <Version>2018</Version>
2298
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rcctmp03-2018-01-31.xsd</Href>
2299
- <AttType>SCH</AttType>
2300
- <FileTypeName>Entry Point</FileTypeName>
2301
- <Elements>0</Elements>
2302
- <Namespace>http://fasb.org/dis/rcctmp03/2018-01-31</Namespace>
2303
- <Prefix>rcctmp03</Prefix>
2304
- </Loc>
2305
- <Loc>
2306
- <Family>US GAAP</Family>
2307
- <Version>2018</Version>
2308
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rcctmp01-2018-01-31.xsd</Href>
2309
- <AttType>SCH</AttType>
2310
- <FileTypeName>Entry Point</FileTypeName>
2311
- <Elements>0</Elements>
2312
- <Namespace>http://fasb.org/dis/rcctmp01/2018-01-31</Namespace>
2313
- <Prefix>rcctmp01</Prefix>
2314
- </Loc>
2315
- <Loc>
2316
- <Family>US GAAP</Family>
2317
- <Version>2018</Version>
2318
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp141-2018-01-31.xsd</Href>
2319
- <AttType>SCH</AttType>
2320
- <FileTypeName>Entry Point</FileTypeName>
2321
- <Elements>0</Elements>
2322
- <Namespace>http://fasb.org/dis/rbtmp141/2018-01-31</Namespace>
2323
- <Prefix>rbtmp141</Prefix>
2324
- </Loc>
2325
- <Loc>
2326
- <Family>US GAAP</Family>
2327
- <Version>2018</Version>
2328
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp131-2018-01-31.xsd</Href>
2329
- <AttType>SCH</AttType>
2330
- <FileTypeName>Entry Point</FileTypeName>
2331
- <Elements>0</Elements>
2332
- <Namespace>http://fasb.org/dis/rbtmp131/2018-01-31</Namespace>
2333
- <Prefix>rbtmp131</Prefix>
2334
- </Loc>
2335
- <Loc>
2336
- <Family>US GAAP</Family>
2337
- <Version>2018</Version>
2338
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp125-2018-01-31.xsd</Href>
2339
- <AttType>SCH</AttType>
2340
- <FileTypeName>Entry Point</FileTypeName>
2341
- <Elements>0</Elements>
2342
- <Namespace>http://fasb.org/dis/rbtmp125/2018-01-31</Namespace>
2343
- <Prefix>rbtmp125</Prefix>
2344
- </Loc>
2345
- <Loc>
2346
- <Family>US GAAP</Family>
2347
- <Version>2018</Version>
2348
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp123-2018-01-31.xsd</Href>
2349
- <AttType>SCH</AttType>
2350
- <FileTypeName>Entry Point</FileTypeName>
2351
- <Elements>0</Elements>
2352
- <Namespace>http://fasb.org/dis/rbtmp123/2018-01-31</Namespace>
2353
- <Prefix>rbtmp123</Prefix>
2354
- </Loc>
2355
- <Loc>
2356
- <Family>US GAAP</Family>
2357
- <Version>2018</Version>
2358
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp122-2018-01-31.xsd</Href>
2359
- <AttType>SCH</AttType>
2360
- <FileTypeName>Entry Point</FileTypeName>
2361
- <Elements>0</Elements>
2362
- <Namespace>http://fasb.org/dis/rbtmp122/2018-01-31</Namespace>
2363
- <Prefix>rbtmp122</Prefix>
2364
- </Loc>
2365
- <Loc>
2366
- <Family>US GAAP</Family>
2367
- <Version>2018</Version>
2368
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp121-2018-01-31.xsd</Href>
2369
- <AttType>SCH</AttType>
2370
- <FileTypeName>Entry Point</FileTypeName>
2371
- <Elements>0</Elements>
2372
- <Namespace>http://fasb.org/dis/rbtmp121/2018-01-31</Namespace>
2373
- <Prefix>rbtmp121</Prefix>
2374
- </Loc>
2375
- <Loc>
2376
- <Family>US GAAP</Family>
2377
- <Version>2018</Version>
2378
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp112-2018-01-31.xsd</Href>
2379
- <AttType>SCH</AttType>
2380
- <FileTypeName>Entry Point</FileTypeName>
2381
- <Elements>0</Elements>
2382
- <Namespace>http://fasb.org/dis/rbtmp112/2018-01-31</Namespace>
2383
- <Prefix>rbtmp112</Prefix>
2384
- </Loc>
2385
- <Loc>
2386
- <Family>US GAAP</Family>
2387
- <Version>2018</Version>
2388
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp111-2018-01-31.xsd</Href>
2389
- <AttType>SCH</AttType>
2390
- <FileTypeName>Entry Point</FileTypeName>
2391
- <Elements>0</Elements>
2392
- <Namespace>http://fasb.org/dis/rbtmp111/2018-01-31</Namespace>
2393
- <Prefix>rbtmp111</Prefix>
2394
- </Loc>
2395
- <Loc>
2396
- <Family>US GAAP</Family>
2397
- <Version>2018</Version>
2398
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp105-2018-01-31.xsd</Href>
2399
- <AttType>SCH</AttType>
2400
- <FileTypeName>Entry Point</FileTypeName>
2401
- <Elements>0</Elements>
2402
- <Namespace>http://fasb.org/dis/rbtmp105/2018-01-31</Namespace>
2403
- <Prefix>rbtmp105</Prefix>
2404
- </Loc>
2405
- <Loc>
2406
- <Family>US GAAP</Family>
2407
- <Version>2018</Version>
2408
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp104-2018-01-31.xsd</Href>
2409
- <AttType>SCH</AttType>
2410
- <FileTypeName>Entry Point</FileTypeName>
2411
- <Elements>0</Elements>
2412
- <Namespace>http://fasb.org/dis/rbtmp104/2018-01-31</Namespace>
2413
- <Prefix>rbtmp104</Prefix>
2414
- </Loc>
2415
- <Loc>
2416
- <Family>US GAAP</Family>
2417
- <Version>2018</Version>
2418
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp103-2018-01-31.xsd</Href>
2419
- <AttType>SCH</AttType>
2420
- <FileTypeName>Entry Point</FileTypeName>
2421
- <Elements>0</Elements>
2422
- <Namespace>http://fasb.org/dis/rbtmp103/2018-01-31</Namespace>
2423
- <Prefix>rbtmp103</Prefix>
2424
- </Loc>
2425
- <Loc>
2426
- <Family>US GAAP</Family>
2427
- <Version>2018</Version>
2428
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp102-2018-01-31.xsd</Href>
2429
- <AttType>SCH</AttType>
2430
- <FileTypeName>Entry Point</FileTypeName>
2431
- <Elements>0</Elements>
2432
- <Namespace>http://fasb.org/dis/rbtmp102/2018-01-31</Namespace>
2433
- <Prefix>rbtmp102</Prefix>
2434
- </Loc>
2435
- <Loc>
2436
- <Family>US GAAP</Family>
2437
- <Version>2018</Version>
2438
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp09-2018-01-31.xsd</Href>
2439
- <AttType>SCH</AttType>
2440
- <FileTypeName>Entry Point</FileTypeName>
2441
- <Elements>0</Elements>
2442
- <Namespace>http://fasb.org/dis/rbtmp09/2018-01-31</Namespace>
2443
- <Prefix>rbtmp09</Prefix>
2444
- </Loc>
2445
- <Loc>
2446
- <Family>US GAAP</Family>
2447
- <Version>2018</Version>
2448
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp08-2018-01-31.xsd</Href>
2449
- <AttType>SCH</AttType>
2450
- <FileTypeName>Entry Point</FileTypeName>
2451
- <Elements>0</Elements>
2452
- <Namespace>http://fasb.org/dis/rbtmp08/2018-01-31</Namespace>
2453
- <Prefix>rbtmp08</Prefix>
2454
- </Loc>
2455
- <Loc>
2456
- <Family>US GAAP</Family>
2457
- <Version>2018</Version>
2458
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp07-2018-01-31.xsd</Href>
2459
- <AttType>SCH</AttType>
2460
- <FileTypeName>Entry Point</FileTypeName>
2461
- <Elements>0</Elements>
2462
- <Namespace>http://fasb.org/dis/rbtmp07/2018-01-31</Namespace>
2463
- <Prefix>rbtmp07</Prefix>
2464
- </Loc>
2465
- <Loc>
2466
- <Family>US GAAP</Family>
2467
- <Version>2018</Version>
2468
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp06-2018-01-31.xsd</Href>
2469
- <AttType>SCH</AttType>
2470
- <FileTypeName>Entry Point</FileTypeName>
2471
- <Elements>0</Elements>
2472
- <Namespace>http://fasb.org/dis/rbtmp06/2018-01-31</Namespace>
2473
- <Prefix>rbtmp06</Prefix>
2474
- </Loc>
2475
- <Loc>
2476
- <Family>US GAAP</Family>
2477
- <Version>2018</Version>
2478
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp05-2018-01-31.xsd</Href>
2479
- <AttType>SCH</AttType>
2480
- <FileTypeName>Entry Point</FileTypeName>
2481
- <Elements>0</Elements>
2482
- <Namespace>http://fasb.org/dis/rbtmp05/2018-01-31</Namespace>
2483
- <Prefix>rbtmp05</Prefix>
2484
- </Loc>
2485
- <Loc>
2486
- <Family>US GAAP</Family>
2487
- <Version>2018</Version>
2488
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp04-2018-01-31.xsd</Href>
2489
- <AttType>SCH</AttType>
2490
- <FileTypeName>Entry Point</FileTypeName>
2491
- <Elements>0</Elements>
2492
- <Namespace>http://fasb.org/dis/rbtmp04/2018-01-31</Namespace>
2493
- <Prefix>rbtmp04</Prefix>
2494
- </Loc>
2495
- <Loc>
2496
- <Family>US GAAP</Family>
2497
- <Version>2018</Version>
2498
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp041-2018-01-31.xsd</Href>
2499
- <AttType>SCH</AttType>
2500
- <FileTypeName>Entry Point</FileTypeName>
2501
- <Elements>0</Elements>
2502
- <Namespace>http://fasb.org/dis/rbtmp041/2018-01-31</Namespace>
2503
- <Prefix>rbtmp041</Prefix>
2504
- </Loc>
2505
- <Loc>
2506
- <Family>US GAAP</Family>
2507
- <Version>2018</Version>
2508
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp03-2018-01-31.xsd</Href>
2509
- <AttType>SCH</AttType>
2510
- <FileTypeName>Entry Point</FileTypeName>
2511
- <Elements>0</Elements>
2512
- <Namespace>http://fasb.org/dis/rbtmp03/2018-01-31</Namespace>
2513
- <Prefix>rbtmp03</Prefix>
2514
- </Loc>
2515
- <Loc>
2516
- <Family>US GAAP</Family>
2517
- <Version>2018</Version>
2518
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp02-2018-01-31.xsd</Href>
2519
- <AttType>SCH</AttType>
2520
- <FileTypeName>Entry Point</FileTypeName>
2521
- <Elements>0</Elements>
2522
- <Namespace>http://fasb.org/dis/rbtmp02/2018-01-31</Namespace>
2523
- <Prefix>rbtmp02</Prefix>
2524
- </Loc>
2525
- <Loc>
2526
- <Family>US GAAP</Family>
2527
- <Version>2018</Version>
2528
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp012-2018-01-31.xsd</Href>
2529
- <AttType>SCH</AttType>
2530
- <FileTypeName>Entry Point</FileTypeName>
2531
- <Elements>0</Elements>
2532
- <Namespace>http://fasb.org/dis/rbtmp012/2018-01-31</Namespace>
2533
- <Prefix>rbtmp012</Prefix>
2534
- </Loc>
2535
- <Loc>
2536
- <Family>US GAAP</Family>
2537
- <Version>2018</Version>
2538
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp011-2018-01-31.xsd</Href>
2539
- <AttType>SCH</AttType>
2540
- <FileTypeName>Entry Point</FileTypeName>
2541
- <Elements>0</Elements>
2542
- <Namespace>http://fasb.org/dis/rbtmp011/2018-01-31</Namespace>
2543
- <Prefix>rbtmp011</Prefix>
2544
- </Loc>
2545
- <Loc>
2546
- <Family>US GAAP</Family>
2547
- <Version>2018</Version>
2548
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-leastmp05-2018-01-31.xsd</Href>
2549
- <AttType>SCH</AttType>
2550
- <FileTypeName>Entry Point</FileTypeName>
2551
- <Elements>0</Elements>
2552
- <Namespace>http://fasb.org/dis/leastmp05/2018-01-31</Namespace>
2553
- <Prefix>leastmp05</Prefix>
2554
- </Loc>
2555
- <Loc>
2556
- <Family>US GAAP</Family>
2557
- <Version>2018</Version>
2558
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-leastmp04-2018-01-31.xsd</Href>
2559
- <AttType>SCH</AttType>
2560
- <FileTypeName>Entry Point</FileTypeName>
2561
- <Elements>0</Elements>
2562
- <Namespace>http://fasb.org/dis/leastmp04/2018-01-31</Namespace>
2563
- <Prefix>leastmp04</Prefix>
2564
- </Loc>
2565
- <Loc>
2566
- <Family>US GAAP</Family>
2567
- <Version>2018</Version>
2568
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-leastmp03-2018-01-31.xsd</Href>
2569
- <AttType>SCH</AttType>
2570
- <FileTypeName>Entry Point</FileTypeName>
2571
- <Elements>0</Elements>
2572
- <Namespace>http://fasb.org/dis/leastmp03/2018-01-31</Namespace>
2573
- <Prefix>leastmp03</Prefix>
2574
- </Loc>
2575
- <Loc>
2576
- <Family>US GAAP</Family>
2577
- <Version>2018</Version>
2578
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-leastmp02-2018-01-31.xsd</Href>
2579
- <AttType>SCH</AttType>
2580
- <FileTypeName>Entry Point</FileTypeName>
2581
- <Elements>0</Elements>
2582
- <Namespace>http://fasb.org/dis/leastmp02/2018-01-31</Namespace>
2583
- <Prefix>leastmp02</Prefix>
2584
- </Loc>
2585
- <Loc>
2586
- <Family>US GAAP</Family>
2587
- <Version>2018</Version>
2588
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-leastmp01-2018-01-31.xsd</Href>
2589
- <AttType>SCH</AttType>
2590
- <FileTypeName>Entry Point</FileTypeName>
2591
- <Elements>0</Elements>
2592
- <Namespace>http://fasb.org/dis/leastmp01/2018-01-31</Namespace>
2593
- <Prefix>leastmp01</Prefix>
2594
- </Loc>
2595
- <Loc>
2596
- <Family>US GAAP</Family>
2597
- <Version>2018</Version>
2598
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp04-2018-01-31.xsd</Href>
2599
- <AttType>SCH</AttType>
2600
- <FileTypeName>Entry Point</FileTypeName>
2601
- <Elements>0</Elements>
2602
- <Namespace>http://fasb.org/dis/idestmp04/2018-01-31</Namespace>
2603
- <Prefix>idestmp04</Prefix>
2604
- </Loc>
2605
- <Loc>
2606
- <Family>US GAAP</Family>
2607
- <Version>2018</Version>
2608
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp03-2018-01-31.xsd</Href>
2609
- <AttType>SCH</AttType>
2610
- <FileTypeName>Entry Point</FileTypeName>
2611
- <Elements>0</Elements>
2612
- <Namespace>http://fasb.org/dis/idestmp03/2018-01-31</Namespace>
2613
- <Prefix>idestmp03</Prefix>
2614
- </Loc>
2615
- <Loc>
2616
- <Family>US GAAP</Family>
2617
- <Version>2018</Version>
2618
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp022-2018-01-31.xsd</Href>
2619
- <AttType>SCH</AttType>
2620
- <FileTypeName>Entry Point</FileTypeName>
2621
- <Elements>0</Elements>
2622
- <Namespace>http://fasb.org/dis/idestmp022/2018-01-31</Namespace>
2623
- <Prefix>idestmp022</Prefix>
2624
- </Loc>
2625
- <Loc>
2626
- <Family>US GAAP</Family>
2627
- <Version>2018</Version>
2628
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp021-2018-01-31.xsd</Href>
2629
- <AttType>SCH</AttType>
2630
- <FileTypeName>Entry Point</FileTypeName>
2631
- <Elements>0</Elements>
2632
- <Namespace>http://fasb.org/dis/idestmp021/2018-01-31</Namespace>
2633
- <Prefix>idestmp021</Prefix>
2634
- </Loc>
2635
- <Loc>
2636
- <Family>US GAAP</Family>
2637
- <Version>2018</Version>
2638
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp012-2018-01-31.xsd</Href>
2639
- <AttType>SCH</AttType>
2640
- <FileTypeName>Entry Point</FileTypeName>
2641
- <Elements>0</Elements>
2642
- <Namespace>http://fasb.org/dis/idestmp012/2018-01-31</Namespace>
2643
- <Prefix>idestmp012</Prefix>
2644
- </Loc>
2645
- <Loc>
2646
- <Family>US GAAP</Family>
2647
- <Version>2018</Version>
2648
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp011-2018-01-31.xsd</Href>
2649
- <AttType>SCH</AttType>
2650
- <FileTypeName>Entry Point</FileTypeName>
2651
- <Elements>0</Elements>
2652
- <Namespace>http://fasb.org/dis/idestmp011/2018-01-31</Namespace>
2653
- <Prefix>idestmp011</Prefix>
2654
- </Loc>
2655
- <Loc>
2656
- <Family>US GAAP</Family>
2657
- <Version>2018</Version>
2658
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-fifvdtmp02-2018-01-31.xsd</Href>
2659
- <AttType>SCH</AttType>
2660
- <FileTypeName>Entry Point</FileTypeName>
2661
- <Elements>0</Elements>
2662
- <Namespace>http://fasb.org/dis/fifvdtmp02/2018-01-31</Namespace>
2663
- <Prefix>fifvdtmp02</Prefix>
2664
- </Loc>
2665
- <Loc>
2666
- <Family>US GAAP</Family>
2667
- <Version>2018</Version>
2668
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-fifvdtmp01-2018-01-31.xsd</Href>
2669
- <AttType>SCH</AttType>
2670
- <FileTypeName>Entry Point</FileTypeName>
2671
- <Elements>0</Elements>
2672
- <Namespace>http://fasb.org/dis/fifvdtmp01/2018-01-31</Namespace>
2673
- <Prefix>fifvdtmp01</Prefix>
2674
- </Loc>
2675
- <Loc>
2676
- <Family>US GAAP</Family>
2677
- <Version>2018</Version>
2678
- <Href>http://xbrl.fasb.org/srt/2018/elts/srt-types-2018-01-31.xsd</Href>
2679
- <AttType>SCH</AttType>
2680
- <FileTypeName>Schema</FileTypeName>
2681
- <Elements>0</Elements>
2682
- <Namespace>http://fasb.org/srt-types/2018-01-31</Namespace>
2683
- <Prefix>srt-types</Prefix>
2684
- </Loc>
2685
- <Loc>
2686
- <Family>US GAAP</Family>
2687
- <Version>2018</Version>
2688
- <Href>http://xbrl.fasb.org/srt/2018/elts/srt-roles-2018-01-31.xsd</Href>
2689
- <AttType>SCH</AttType>
2690
- <FileTypeName>Roles/Arcroles</FileTypeName>
2691
- <Elements>0</Elements>
2692
- <Namespace>http://fasb.org/srt-roles/2018-01-31</Namespace>
2693
- </Loc>
2694
- <Loc>
2695
- <Family>US GAAP</Family>
2696
- <Version>2018</Version>
2697
- <Href>http://xbrl.fasb.org/srt/2018/elts/srt-2018-01-31.xsd</Href>
2698
- <AttType>SCH</AttType>
2699
- <FileTypeName>Schema</FileTypeName>
2700
- <Elements>1</Elements>
2701
- <Namespace>http://fasb.org/srt/2018-01-31</Namespace>
2702
- <Prefix>srt</Prefix>
2703
- </Loc>
2704
- <Loc>
2705
- <Family>US GAAP</Family>
2706
- <Version>2018</Version>
2707
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
2708
- <AttType>SCH</AttType>
2709
- <FileTypeName>Roles/Arcroles</FileTypeName>
2710
- <Elements>0</Elements>
2711
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
2712
- </Loc>
2713
- <Loc>
2714
- <Family>US GAAP</Family>
2715
- <Version>2018</Version>
2716
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
2717
- <AttType>SCH</AttType>
2718
- <FileTypeName>Roles/Arcroles</FileTypeName>
2719
- <Elements>0</Elements>
2720
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
2721
- </Loc>
2722
- <Loc>
2723
- <Family>US GAAP</Family>
2724
- <Version>2018</Version>
2725
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
2726
- <AttType>SCH</AttType>
2727
- <FileTypeName>Roles/Arcroles</FileTypeName>
2728
- <Elements>0</Elements>
2729
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
2730
- </Loc>
2731
- <Loc>
2732
- <Family>US GAAP</Family>
2733
- <Version>2018</Version>
2734
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
2735
- <AttType>SCH</AttType>
2736
- <FileTypeName>Schema</FileTypeName>
2737
- <Elements>0</Elements>
2738
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
2739
- <Prefix>num</Prefix>
2740
- </Loc>
2741
- <Loc>
2742
- <Family>US GAAP</Family>
2743
- <Version>2018</Version>
2744
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
2745
- <AttType>SCH</AttType>
2746
- <FileTypeName>Schema</FileTypeName>
2747
- <Elements>0</Elements>
2748
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
2749
- <Prefix>nonnum</Prefix>
2750
- </Loc>
2751
- <Loc>
2752
- <Family>US GAAP</Family>
2753
- <Version>2018</Version>
2754
- <Href>https://xbrl.sec.gov/dei/2019/dei-pre-2019-01-31.xml</Href>
2755
- <AttType>PRE</AttType>
2756
- <FileTypeName>Presentation</FileTypeName>
2757
- <Elements>0</Elements>
2758
- </Loc>
2759
- <Loc>
2760
- <Family>US GAAP</Family>
2761
- <Version>2018</Version>
2762
- <Href>https://xbrl.sec.gov/dei/2019/dei-lab-2019-01-31.xml</Href>
2763
- <AttType>LAB</AttType>
2764
- <FileTypeName>Label</FileTypeName>
2765
- <Elements>0</Elements>
2766
- </Loc>
2767
- <Loc>
2768
- <Family>US GAAP</Family>
2769
- <Version>2018</Version>
2770
- <Href>https://xbrl.sec.gov/dei/2019/dei-def-2019-01-31.xml</Href>
2771
- <AttType>DEF</AttType>
2772
- <FileTypeName>Definition, Dimensions</FileTypeName>
2773
- <Elements>0</Elements>
2774
- </Loc>
2775
- <Loc>
2776
- <Family>US GAAP</Family>
2777
- <Version>2018</Version>
2778
- <Href>http://xbrl.fasb.org/us-gaap/2018/elts/us-gaap-eedm-def-2018-01-31.xml</Href>
2779
- <AttType>DEF</AttType>
2780
- <FileTypeName>Definition, Dimensions</FileTypeName>
2781
- <Elements>0</Elements>
2782
- </Loc>
2783
- <Loc>
2784
- <Family>US GAAP</Family>
2785
- <Version>2018</Version>
2786
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rcctmp05-def-2018-01-31.xml</Href>
2787
- <AttType>DEF</AttType>
2788
- <FileTypeName>Definition, Dimensions</FileTypeName>
2789
- <Elements>0</Elements>
2790
- </Loc>
2791
- <Loc>
2792
- <Family>US GAAP</Family>
2793
- <Version>2018</Version>
2794
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rcctmp04-def-2018-01-31.xml</Href>
2795
- <AttType>DEF</AttType>
2796
- <FileTypeName>Definition, Dimensions</FileTypeName>
2797
- <Elements>0</Elements>
2798
- </Loc>
2799
- <Loc>
2800
- <Family>US GAAP</Family>
2801
- <Version>2018</Version>
2802
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rcctmp03-def-2018-01-31.xml</Href>
2803
- <AttType>DEF</AttType>
2804
- <FileTypeName>Definition, Dimensions</FileTypeName>
2805
- <Elements>0</Elements>
2806
- </Loc>
2807
- <Loc>
2808
- <Family>US GAAP</Family>
2809
- <Version>2018</Version>
2810
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rcctmp01-def-2018-01-31.xml</Href>
2811
- <AttType>DEF</AttType>
2812
- <FileTypeName>Definition, Dimensions</FileTypeName>
2813
- <Elements>0</Elements>
2814
- </Loc>
2815
- <Loc>
2816
- <Family>US GAAP</Family>
2817
- <Version>2018</Version>
2818
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp141-def-2018-01-31.xml</Href>
2819
- <AttType>DEF</AttType>
2820
- <FileTypeName>Definition, Dimensions</FileTypeName>
2821
- <Elements>0</Elements>
2822
- </Loc>
2823
- <Loc>
2824
- <Family>US GAAP</Family>
2825
- <Version>2018</Version>
2826
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp131-def-2018-01-31.xml</Href>
2827
- <AttType>DEF</AttType>
2828
- <FileTypeName>Definition, Dimensions</FileTypeName>
2829
- <Elements>0</Elements>
2830
- </Loc>
2831
- <Loc>
2832
- <Family>US GAAP</Family>
2833
- <Version>2018</Version>
2834
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp125-def-2018-01-31.xml</Href>
2835
- <AttType>DEF</AttType>
2836
- <FileTypeName>Definition, Dimensions</FileTypeName>
2837
- <Elements>0</Elements>
2838
- </Loc>
2839
- <Loc>
2840
- <Family>US GAAP</Family>
2841
- <Version>2018</Version>
2842
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp123-def-2018-01-31.xml</Href>
2843
- <AttType>DEF</AttType>
2844
- <FileTypeName>Definition, Dimensions</FileTypeName>
2845
- <Elements>0</Elements>
2846
- </Loc>
2847
- <Loc>
2848
- <Family>US GAAP</Family>
2849
- <Version>2018</Version>
2850
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp122-def-2018-01-31.xml</Href>
2851
- <AttType>DEF</AttType>
2852
- <FileTypeName>Definition, Dimensions</FileTypeName>
2853
- <Elements>0</Elements>
2854
- </Loc>
2855
- <Loc>
2856
- <Family>US GAAP</Family>
2857
- <Version>2018</Version>
2858
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp121-def-2018-01-31.xml</Href>
2859
- <AttType>DEF</AttType>
2860
- <FileTypeName>Definition, Dimensions</FileTypeName>
2861
- <Elements>0</Elements>
2862
- </Loc>
2863
- <Loc>
2864
- <Family>US GAAP</Family>
2865
- <Version>2018</Version>
2866
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp112-def-2018-01-31.xml</Href>
2867
- <AttType>DEF</AttType>
2868
- <FileTypeName>Definition, Dimensions</FileTypeName>
2869
- <Elements>0</Elements>
2870
- </Loc>
2871
- <Loc>
2872
- <Family>US GAAP</Family>
2873
- <Version>2018</Version>
2874
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp111-def-2018-01-31.xml</Href>
2875
- <AttType>DEF</AttType>
2876
- <FileTypeName>Definition, Dimensions</FileTypeName>
2877
- <Elements>0</Elements>
2878
- </Loc>
2879
- <Loc>
2880
- <Family>US GAAP</Family>
2881
- <Version>2018</Version>
2882
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp105-def-2018-01-31.xml</Href>
2883
- <AttType>DEF</AttType>
2884
- <FileTypeName>Definition, Dimensions</FileTypeName>
2885
- <Elements>0</Elements>
2886
- </Loc>
2887
- <Loc>
2888
- <Family>US GAAP</Family>
2889
- <Version>2018</Version>
2890
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp104-def-2018-01-31.xml</Href>
2891
- <AttType>DEF</AttType>
2892
- <FileTypeName>Definition, Dimensions</FileTypeName>
2893
- <Elements>0</Elements>
2894
- </Loc>
2895
- <Loc>
2896
- <Family>US GAAP</Family>
2897
- <Version>2018</Version>
2898
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp103-def-2018-01-31.xml</Href>
2899
- <AttType>DEF</AttType>
2900
- <FileTypeName>Definition, Dimensions</FileTypeName>
2901
- <Elements>0</Elements>
2902
- </Loc>
2903
- <Loc>
2904
- <Family>US GAAP</Family>
2905
- <Version>2018</Version>
2906
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp102-def-2018-01-31.xml</Href>
2907
- <AttType>DEF</AttType>
2908
- <FileTypeName>Definition, Dimensions</FileTypeName>
2909
- <Elements>0</Elements>
2910
- </Loc>
2911
- <Loc>
2912
- <Family>US GAAP</Family>
2913
- <Version>2018</Version>
2914
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp09-def-2018-01-31.xml</Href>
2915
- <AttType>DEF</AttType>
2916
- <FileTypeName>Definition, Dimensions</FileTypeName>
2917
- <Elements>0</Elements>
2918
- </Loc>
2919
- <Loc>
2920
- <Family>US GAAP</Family>
2921
- <Version>2018</Version>
2922
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp08-def-2018-01-31.xml</Href>
2923
- <AttType>DEF</AttType>
2924
- <FileTypeName>Definition, Dimensions</FileTypeName>
2925
- <Elements>0</Elements>
2926
- </Loc>
2927
- <Loc>
2928
- <Family>US GAAP</Family>
2929
- <Version>2018</Version>
2930
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp07-def-2018-01-31.xml</Href>
2931
- <AttType>DEF</AttType>
2932
- <FileTypeName>Definition, Dimensions</FileTypeName>
2933
- <Elements>0</Elements>
2934
- </Loc>
2935
- <Loc>
2936
- <Family>US GAAP</Family>
2937
- <Version>2018</Version>
2938
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp06-def-2018-01-31.xml</Href>
2939
- <AttType>DEF</AttType>
2940
- <FileTypeName>Definition, Dimensions</FileTypeName>
2941
- <Elements>0</Elements>
2942
- </Loc>
2943
- <Loc>
2944
- <Family>US GAAP</Family>
2945
- <Version>2018</Version>
2946
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp05-def-2018-01-31.xml</Href>
2947
- <AttType>DEF</AttType>
2948
- <FileTypeName>Definition, Dimensions</FileTypeName>
2949
- <Elements>0</Elements>
2950
- </Loc>
2951
- <Loc>
2952
- <Family>US GAAP</Family>
2953
- <Version>2018</Version>
2954
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp04-def-2018-01-31.xml</Href>
2955
- <AttType>DEF</AttType>
2956
- <FileTypeName>Definition, Dimensions</FileTypeName>
2957
- <Elements>0</Elements>
2958
- </Loc>
2959
- <Loc>
2960
- <Family>US GAAP</Family>
2961
- <Version>2018</Version>
2962
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp041-def-2018-01-31.xml</Href>
2963
- <AttType>DEF</AttType>
2964
- <FileTypeName>Definition, Dimensions</FileTypeName>
2965
- <Elements>0</Elements>
2966
- </Loc>
2967
- <Loc>
2968
- <Family>US GAAP</Family>
2969
- <Version>2018</Version>
2970
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp03-def-2018-01-31.xml</Href>
2971
- <AttType>DEF</AttType>
2972
- <FileTypeName>Definition, Dimensions</FileTypeName>
2973
- <Elements>0</Elements>
2974
- </Loc>
2975
- <Loc>
2976
- <Family>US GAAP</Family>
2977
- <Version>2018</Version>
2978
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp02-def-2018-01-31.xml</Href>
2979
- <AttType>DEF</AttType>
2980
- <FileTypeName>Definition, Dimensions</FileTypeName>
2981
- <Elements>0</Elements>
2982
- </Loc>
2983
- <Loc>
2984
- <Family>US GAAP</Family>
2985
- <Version>2018</Version>
2986
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp012-def-2018-01-31.xml</Href>
2987
- <AttType>DEF</AttType>
2988
- <FileTypeName>Definition, Dimensions</FileTypeName>
2989
- <Elements>0</Elements>
2990
- </Loc>
2991
- <Loc>
2992
- <Family>US GAAP</Family>
2993
- <Version>2018</Version>
2994
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp011-def-2018-01-31.xml</Href>
2995
- <AttType>DEF</AttType>
2996
- <FileTypeName>Definition, Dimensions</FileTypeName>
2997
- <Elements>0</Elements>
2998
- </Loc>
2999
- <Loc>
3000
- <Family>US GAAP</Family>
3001
- <Version>2018</Version>
3002
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp022-def-2018-01-31.xml</Href>
3003
- <AttType>DEF</AttType>
3004
- <FileTypeName>Definition, Dimensions</FileTypeName>
3005
- <Elements>0</Elements>
3006
- </Loc>
3007
- <Loc>
3008
- <Family>US GAAP</Family>
3009
- <Version>2018</Version>
3010
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp021-def-2018-01-31.xml</Href>
3011
- <AttType>DEF</AttType>
3012
- <FileTypeName>Definition, Dimensions</FileTypeName>
3013
- <Elements>0</Elements>
3014
- </Loc>
3015
- <Loc>
3016
- <Family>US GAAP</Family>
3017
- <Version>2018</Version>
3018
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp012-def-2018-01-31.xml</Href>
3019
- <AttType>DEF</AttType>
3020
- <FileTypeName>Definition, Dimensions</FileTypeName>
3021
- <Elements>0</Elements>
3022
- </Loc>
3023
- <Loc>
3024
- <Family>US GAAP</Family>
3025
- <Version>2018</Version>
3026
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp011-def-2018-01-31.xml</Href>
3027
- <AttType>DEF</AttType>
3028
- <FileTypeName>Definition, Dimensions</FileTypeName>
3029
- <Elements>0</Elements>
3030
- </Loc>
3031
- <Loc>
3032
- <Family>US GAAP</Family>
3033
- <Version>2018</Version>
3034
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-fifvdtmp02-def-2018-01-31.xml</Href>
3035
- <AttType>DEF</AttType>
3036
- <FileTypeName>Definition, Dimensions</FileTypeName>
3037
- <Elements>0</Elements>
3038
- </Loc>
3039
- <Loc>
3040
- <Family>US GAAP</Family>
3041
- <Version>2018</Version>
3042
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-fifvdtmp01-def-2018-01-31.xml</Href>
3043
- <AttType>DEF</AttType>
3044
- <FileTypeName>Definition, Dimensions</FileTypeName>
3045
- <Elements>0</Elements>
3046
- </Loc>
3047
- <Loc>
3048
- <Family>US GAAP</Family>
3049
- <Version>2018</Version>
3050
- <Href>http://xbrl.fasb.org/srt/2018/elts/srt-eedm1-def-2018-01-31.xml</Href>
3051
- <AttType>DEF</AttType>
3052
- <FileTypeName>Definition, Dimensions</FileTypeName>
3053
- <Elements>0</Elements>
3054
- </Loc>
3055
- <Loc>
3056
- <Family>US GAAP</Family>
3057
- <Version>2018</Version>
3058
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rcctmp04-cal-2018-01-31.xml</Href>
3059
- <AttType>CAL</AttType>
3060
- <FileTypeName>Calculation</FileTypeName>
3061
- <Elements>0</Elements>
3062
- </Loc>
3063
- <Loc>
3064
- <Family>US GAAP</Family>
3065
- <Version>2018</Version>
3066
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp09-cal-2018-01-31.xml</Href>
3067
- <AttType>CAL</AttType>
3068
- <FileTypeName>Calculation</FileTypeName>
3069
- <Elements>0</Elements>
3070
- </Loc>
3071
- <Loc>
3072
- <Family>US GAAP</Family>
3073
- <Version>2018</Version>
3074
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp08-cal-2018-01-31.xml</Href>
3075
- <AttType>CAL</AttType>
3076
- <FileTypeName>Calculation</FileTypeName>
3077
- <Elements>0</Elements>
3078
- </Loc>
3079
- <Loc>
3080
- <Family>US GAAP</Family>
3081
- <Version>2018</Version>
3082
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp07-cal-2018-01-31.xml</Href>
3083
- <AttType>CAL</AttType>
3084
- <FileTypeName>Calculation</FileTypeName>
3085
- <Elements>0</Elements>
3086
- </Loc>
3087
- <Loc>
3088
- <Family>US GAAP</Family>
3089
- <Version>2018</Version>
3090
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp06-cal-2018-01-31.xml</Href>
3091
- <AttType>CAL</AttType>
3092
- <FileTypeName>Calculation</FileTypeName>
3093
- <Elements>0</Elements>
3094
- </Loc>
3095
- <Loc>
3096
- <Family>US GAAP</Family>
3097
- <Version>2018</Version>
3098
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp05-cal-2018-01-31.xml</Href>
3099
- <AttType>CAL</AttType>
3100
- <FileTypeName>Calculation</FileTypeName>
3101
- <Elements>0</Elements>
3102
- </Loc>
3103
- <Loc>
3104
- <Family>US GAAP</Family>
3105
- <Version>2018</Version>
3106
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp04-cal-2018-01-31.xml</Href>
3107
- <AttType>CAL</AttType>
3108
- <FileTypeName>Calculation</FileTypeName>
3109
- <Elements>0</Elements>
3110
- </Loc>
3111
- <Loc>
3112
- <Family>US GAAP</Family>
3113
- <Version>2018</Version>
3114
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp041-cal-2018-01-31.xml</Href>
3115
- <AttType>CAL</AttType>
3116
- <FileTypeName>Calculation</FileTypeName>
3117
- <Elements>0</Elements>
3118
- </Loc>
3119
- <Loc>
3120
- <Family>US GAAP</Family>
3121
- <Version>2018</Version>
3122
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp03-cal-2018-01-31.xml</Href>
3123
- <AttType>CAL</AttType>
3124
- <FileTypeName>Calculation</FileTypeName>
3125
- <Elements>0</Elements>
3126
- </Loc>
3127
- <Loc>
3128
- <Family>US GAAP</Family>
3129
- <Version>2018</Version>
3130
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp02-cal-2018-01-31.xml</Href>
3131
- <AttType>CAL</AttType>
3132
- <FileTypeName>Calculation</FileTypeName>
3133
- <Elements>0</Elements>
3134
- </Loc>
3135
- <Loc>
3136
- <Family>US GAAP</Family>
3137
- <Version>2018</Version>
3138
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp012-cal-2018-01-31.xml</Href>
3139
- <AttType>CAL</AttType>
3140
- <FileTypeName>Calculation</FileTypeName>
3141
- <Elements>0</Elements>
3142
- </Loc>
3143
- <Loc>
3144
- <Family>US GAAP</Family>
3145
- <Version>2018</Version>
3146
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-rbtmp011-cal-2018-01-31.xml</Href>
3147
- <AttType>CAL</AttType>
3148
- <FileTypeName>Calculation</FileTypeName>
3149
- <Elements>0</Elements>
3150
- </Loc>
3151
- <Loc>
3152
- <Family>US GAAP</Family>
3153
- <Version>2018</Version>
3154
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-leastmp05-cal-2018-01-31.xml</Href>
3155
- <AttType>CAL</AttType>
3156
- <FileTypeName>Calculation</FileTypeName>
3157
- <Elements>0</Elements>
3158
- </Loc>
3159
- <Loc>
3160
- <Family>US GAAP</Family>
3161
- <Version>2018</Version>
3162
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-leastmp04-cal-2018-01-31.xml</Href>
3163
- <AttType>CAL</AttType>
3164
- <FileTypeName>Calculation</FileTypeName>
3165
- <Elements>0</Elements>
3166
- </Loc>
3167
- <Loc>
3168
- <Family>US GAAP</Family>
3169
- <Version>2018</Version>
3170
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-leastmp03-cal-2018-01-31.xml</Href>
3171
- <AttType>CAL</AttType>
3172
- <FileTypeName>Calculation</FileTypeName>
3173
- <Elements>0</Elements>
3174
- </Loc>
3175
- <Loc>
3176
- <Family>US GAAP</Family>
3177
- <Version>2018</Version>
3178
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-leastmp02-cal-2018-01-31.xml</Href>
3179
- <AttType>CAL</AttType>
3180
- <FileTypeName>Calculation</FileTypeName>
3181
- <Elements>0</Elements>
3182
- </Loc>
3183
- <Loc>
3184
- <Family>US GAAP</Family>
3185
- <Version>2018</Version>
3186
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-leastmp01-cal-2018-01-31.xml</Href>
3187
- <AttType>CAL</AttType>
3188
- <FileTypeName>Calculation</FileTypeName>
3189
- <Elements>0</Elements>
3190
- </Loc>
3191
- <Loc>
3192
- <Family>US GAAP</Family>
3193
- <Version>2018</Version>
3194
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp04-cal-2018-01-31.xml</Href>
3195
- <AttType>CAL</AttType>
3196
- <FileTypeName>Calculation</FileTypeName>
3197
- <Elements>0</Elements>
3198
- </Loc>
3199
- <Loc>
3200
- <Family>US GAAP</Family>
3201
- <Version>2018</Version>
3202
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp03-cal-2018-01-31.xml</Href>
3203
- <AttType>CAL</AttType>
3204
- <FileTypeName>Calculation</FileTypeName>
3205
- <Elements>0</Elements>
3206
- </Loc>
3207
- <Loc>
3208
- <Family>US GAAP</Family>
3209
- <Version>2018</Version>
3210
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp022-cal-2018-01-31.xml</Href>
3211
- <AttType>CAL</AttType>
3212
- <FileTypeName>Calculation</FileTypeName>
3213
- <Elements>0</Elements>
3214
- </Loc>
3215
- <Loc>
3216
- <Family>US GAAP</Family>
3217
- <Version>2018</Version>
3218
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp021-cal-2018-01-31.xml</Href>
3219
- <AttType>CAL</AttType>
3220
- <FileTypeName>Calculation</FileTypeName>
3221
- <Elements>0</Elements>
3222
- </Loc>
3223
- <Loc>
3224
- <Family>US GAAP</Family>
3225
- <Version>2018</Version>
3226
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp012-cal-2018-01-31.xml</Href>
3227
- <AttType>CAL</AttType>
3228
- <FileTypeName>Calculation</FileTypeName>
3229
- <Elements>0</Elements>
3230
- </Loc>
3231
- <Loc>
3232
- <Family>US GAAP</Family>
3233
- <Version>2018</Version>
3234
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-idestmp011-cal-2018-01-31.xml</Href>
3235
- <AttType>CAL</AttType>
3236
- <FileTypeName>Calculation</FileTypeName>
3237
- <Elements>0</Elements>
3238
- </Loc>
3239
- <Loc>
3240
- <Family>US GAAP</Family>
3241
- <Version>2018</Version>
3242
- <Href>http://xbrl.fasb.org/us-gaap/2018/dis/us-gaap-dis-fifvdtmp01-cal-2018-01-31.xml</Href>
3243
- <AttType>CAL</AttType>
3244
- <FileTypeName>Calculation</FileTypeName>
3245
- <Elements>0</Elements>
3246
- </Loc>
3247
- <Loc>
3248
- <Family>RR</Family>
3249
- <Version>2018</Version>
3250
- <Href>https://xbrl.sec.gov/rr/2018/rr-pre-2018-01-31.xsd</Href>
3251
- <AttType>SCH</AttType>
3252
- <FileTypeName>Entry Point</FileTypeName>
3253
- <Elements>0</Elements>
3254
- <Namespace>http://xbrl.sec.gov/rr-pre/2018-01-31</Namespace>
3255
- <Prefix>rr-pre</Prefix>
3256
- </Loc>
3257
- <Loc>
3258
- <Family>RR</Family>
3259
- <Version>2018</Version>
3260
- <Href>https://xbrl.sec.gov/rr/2018/rr-ent-2018-01-31.xsd</Href>
3261
- <AttType>SCH</AttType>
3262
- <FileTypeName>Entry Point</FileTypeName>
3263
- <Elements>0</Elements>
3264
- <Namespace>http://xbrl.sec.gov/rr-ent/2018-01-31</Namespace>
3265
- <Prefix>rr-ent</Prefix>
3266
- </Loc>
3267
- <Loc>
3268
- <Family>RR</Family>
3269
- <Version>2018</Version>
3270
- <Href>https://xbrl.sec.gov/rr/2018/rr-def-2018-01-31.xsd</Href>
3271
- <AttType>SCH</AttType>
3272
- <FileTypeName>Entry Point</FileTypeName>
3273
- <Elements>0</Elements>
3274
- <Namespace>http://xbrl.sec.gov/rr-def/2018-01-31</Namespace>
3275
- <Prefix>rr-def</Prefix>
3276
- </Loc>
3277
- <Loc>
3278
- <Family>RR</Family>
3279
- <Version>2018</Version>
3280
- <Href>https://xbrl.sec.gov/rr/2018/rr-cal-2018-01-31.xsd</Href>
3281
- <AttType>SCH</AttType>
3282
- <FileTypeName>Entry Point</FileTypeName>
3283
- <Elements>0</Elements>
3284
- <Namespace>http://xbrl.sec.gov/rr-cal/2018-01-31</Namespace>
3285
- <Prefix>rr-cal</Prefix>
3286
- </Loc>
3287
- <Loc>
3288
- <Family>RR</Family>
3289
- <Version>2018</Version>
3290
- <Href>https://xbrl.sec.gov/rr/2018/rr-2018-01-31.xsd</Href>
3291
- <AttType>SCH</AttType>
3292
- <FileTypeName>Schema</FileTypeName>
3293
- <Elements>1</Elements>
3294
- <Namespace>http://xbrl.sec.gov/rr/2018-01-31</Namespace>
3295
- <Prefix>rr</Prefix>
3296
- </Loc>
3297
- <Loc>
3298
- <Family>RR</Family>
3299
- <Version>2018</Version>
3300
- <Href>https://xbrl.sec.gov/dei/2019/dei-std-2019-01-31.xsd</Href>
3301
- <AttType>SCH</AttType>
3302
- <FileTypeName>Entry Point</FileTypeName>
3303
- <Elements>0</Elements>
3304
- <Namespace>http://xbrl.sec.gov/dei-std/2019-01-31</Namespace>
3305
- <Prefix>dei-std</Prefix>
3306
- </Loc>
3307
- <Loc>
3308
- <Family>RR</Family>
3309
- <Version>2018</Version>
3310
- <Href>https://xbrl.sec.gov/dei/2019/dei-ent-std-2019-01-31.xsd</Href>
3311
- <AttType>SCH</AttType>
3312
- <FileTypeName>Entry Point</FileTypeName>
3313
- <Elements>0</Elements>
3314
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2019-01-31</Namespace>
3315
- <Prefix>dei-ent-std</Prefix>
3316
- </Loc>
3317
- <Loc>
3318
- <Family>RR</Family>
3319
- <Version>2018</Version>
3320
- <Href>https://xbrl.sec.gov/dei/2019/dei-2019-01-31.xsd</Href>
3321
- <AttType>SCH</AttType>
3322
- <FileTypeName>Schema</FileTypeName>
3323
- <Elements>1</Elements>
3324
- <Namespace>http://xbrl.sec.gov/dei/2019-01-31</Namespace>
3325
- <Prefix>dei</Prefix>
3326
- </Loc>
3327
- <Loc>
3328
- <Family>RR</Family>
3329
- <Version>2018</Version>
3330
- <Href>https://xbrl.sec.gov/dei/2018/dei-2018-01-31.xsd</Href>
3331
- <AttType>SCH</AttType>
3332
- <FileTypeName>Schema</FileTypeName>
3333
- <Elements>1</Elements>
3334
- <Namespace>http://xbrl.sec.gov/dei/2018-01-31</Namespace>
3335
- <Prefix>dei</Prefix>
3336
- </Loc>
3337
- <Loc>
3338
- <Family>RR</Family>
3339
- <Version>2018</Version>
3340
- <Href>http://xbrl.sec.gov/currency/2020/currency-2020-01-31.xsd</Href>
3341
- <AttType>SCH</AttType>
3342
- <FileTypeName>Schema</FileTypeName>
3343
- <Elements>1</Elements>
3344
- <Namespace>http://xbrl.sec.gov/currency/2020-01-31</Namespace>
3345
- <Prefix>currency</Prefix>
3346
- </Loc>
3347
- <Loc>
3348
- <Family>RR</Family>
3349
- <Version>2018</Version>
3350
- <Href>http://xbrl.sec.gov/currency/2019/currency-2019-01-31.xsd</Href>
3351
- <AttType>SCH</AttType>
3352
- <FileTypeName>Schema</FileTypeName>
3353
- <Elements>1</Elements>
3354
- <Namespace>http://xbrl.sec.gov/currency/2019-01-31</Namespace>
3355
- <Prefix>currency</Prefix>
3356
- </Loc>
3357
- <Loc>
3358
- <Family>RR</Family>
3359
- <Version>2018</Version>
3360
- <Href>http://xbrl.sec.gov/currency/2017/currency-2017-01-31.xsd</Href>
3361
- <AttType>SCH</AttType>
3362
- <FileTypeName>Schema</FileTypeName>
3363
- <Elements>1</Elements>
3364
- <Namespace>http://xbrl.sec.gov/currency/2017-01-31</Namespace>
3365
- <Prefix>currency</Prefix>
3366
- </Loc>
3367
- <Loc>
3368
- <Family>RR</Family>
3369
- <Version>2018</Version>
3370
- <Href>http://xbrl.sec.gov/country/2020/country-2020-01-31.xsd</Href>
3371
- <AttType>SCH</AttType>
3372
- <FileTypeName>Schema</FileTypeName>
3373
- <Elements>1</Elements>
3374
- <Namespace>http://xbrl.sec.gov/country/2020-01-31</Namespace>
3375
- <Prefix>country</Prefix>
3376
- </Loc>
3377
- <Loc>
3378
- <Family>RR</Family>
3379
- <Version>2018</Version>
3380
- <Href>http://xbrl.sec.gov/country/2017/country-2017-01-31.xsd</Href>
3381
- <AttType>SCH</AttType>
3382
- <FileTypeName>Schema</FileTypeName>
3383
- <Elements>1</Elements>
3384
- <Namespace>http://xbrl.sec.gov/country/2017-01-31</Namespace>
3385
- <Prefix>country</Prefix>
3386
- </Loc>
3387
- <Loc>
3388
- <Family>RR</Family>
3389
- <Version>2018</Version>
3390
- <Href>http://xbrl.sec.gov/country/2016/country-2016-01-31.xsd</Href>
3391
- <AttType>SCH</AttType>
3392
- <FileTypeName>Schema</FileTypeName>
3393
- <Elements>1</Elements>
3394
- <Namespace>http://xbrl.sec.gov/country/2016-01-31</Namespace>
3395
- <Prefix>country</Prefix>
3396
- </Loc>
3397
- <Loc>
3398
- <Family>RR</Family>
3399
- <Version>2018</Version>
3400
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
3401
- <AttType>SCH</AttType>
3402
- <FileTypeName>Roles/Arcroles</FileTypeName>
3403
- <Elements>0</Elements>
3404
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
3405
- </Loc>
3406
- <Loc>
3407
- <Family>RR</Family>
3408
- <Version>2018</Version>
3409
- <Href>https://xbrl.sec.gov/rr/2018/rr-pre-2018-01-31.xml</Href>
3410
- <AttType>PRE</AttType>
3411
- <FileTypeName>Presentation</FileTypeName>
3412
- <Elements>0</Elements>
3413
- </Loc>
3414
- <Loc>
3415
- <Family>RR</Family>
3416
- <Version>2018</Version>
3417
- <Href>https://xbrl.sec.gov/dei/2019/dei-pre-2019-01-31.xml</Href>
3418
- <AttType>PRE</AttType>
3419
- <FileTypeName>Presentation</FileTypeName>
3420
- <Elements>0</Elements>
3421
- </Loc>
3422
- <Loc>
3423
- <Family>RR</Family>
3424
- <Version>2018</Version>
3425
- <Href>https://xbrl.sec.gov/dei/2019/dei-lab-2019-01-31.xml</Href>
3426
- <AttType>LAB</AttType>
3427
- <FileTypeName>Label</FileTypeName>
3428
- <Elements>0</Elements>
3429
- </Loc>
3430
- <Loc>
3431
- <Family>RR</Family>
3432
- <Version>2018</Version>
3433
- <Href>https://xbrl.sec.gov/rr/2018/rr-def-2018-01-31.xml</Href>
3434
- <AttType>DEF</AttType>
3435
- <FileTypeName>Definition, Dimensions</FileTypeName>
3436
- <Elements>0</Elements>
3437
- </Loc>
3438
- <Loc>
3439
- <Family>RR</Family>
3440
- <Version>2018</Version>
3441
- <Href>https://xbrl.sec.gov/dei/2019/dei-def-2019-01-31.xml</Href>
3442
- <AttType>DEF</AttType>
3443
- <FileTypeName>Definition, Dimensions</FileTypeName>
3444
- <Elements>0</Elements>
3445
- </Loc>
3446
- <Loc>
3447
- <Family>RR</Family>
3448
- <Version>2018</Version>
3449
- <Href>https://xbrl.sec.gov/rr/2018/rr-cal-2018-01-31.xml</Href>
3450
- <AttType>CAL</AttType>
3451
- <FileTypeName>Calculation</FileTypeName>
3452
- <Elements>0</Elements>
3453
- </Loc>
3454
- <Loc>
3455
- <Family>IFRS</Family>
3456
- <Version>2018</Version>
3457
- <Href>https://xbrl.sec.gov/stpr/2018/stpr-2018-01-31.xsd</Href>
3458
- <AttType>SCH</AttType>
3459
- <FileTypeName>Schema</FileTypeName>
3460
- <Elements>1</Elements>
3461
- <Namespace>http://xbrl.sec.gov/stpr/2018-01-31</Namespace>
3462
- <Prefix>stpr</Prefix>
3463
- </Loc>
3464
- <Loc>
3465
- <Family>IFRS</Family>
3466
- <Version>2018</Version>
3467
- <Href>https://xbrl.sec.gov/exch/2020/exch-2020-01-31.xsd</Href>
3468
- <AttType>SCH</AttType>
3469
- <FileTypeName>Schema</FileTypeName>
3470
- <Elements>1</Elements>
3471
- <Namespace>http://xbrl.sec.gov/exch/2020-01-31</Namespace>
3472
- <Prefix>exch</Prefix>
3473
- </Loc>
3474
- <Loc>
3475
- <Family>IFRS</Family>
3476
- <Version>2018</Version>
3477
- <Href>https://xbrl.sec.gov/exch/2019/exch-2019-01-31.xsd</Href>
3478
- <AttType>SCH</AttType>
3479
- <FileTypeName>Schema</FileTypeName>
3480
- <Elements>1</Elements>
3481
- <Namespace>http://xbrl.sec.gov/exch/2019-01-31</Namespace>
3482
- <Prefix>exch</Prefix>
3483
- </Loc>
3484
- <Loc>
3485
- <Family>IFRS</Family>
3486
- <Version>2018</Version>
3487
- <Href>https://xbrl.sec.gov/exch/2018/exch-2018-01-31.xsd</Href>
3488
- <AttType>SCH</AttType>
3489
- <FileTypeName>Schema</FileTypeName>
3490
- <Elements>1</Elements>
3491
- <Namespace>http://xbrl.sec.gov/exch/2018-01-31</Namespace>
3492
- <Prefix>exch</Prefix>
3493
- </Loc>
3494
- <Loc>
3495
- <Family>IFRS</Family>
3496
- <Version>2018</Version>
3497
- <Href>https://xbrl.sec.gov/dei/2019/dei-std-2019-01-31.xsd</Href>
3498
- <AttType>SCH</AttType>
3499
- <FileTypeName>Entry Point</FileTypeName>
3500
- <Elements>0</Elements>
3501
- <Namespace>http://xbrl.sec.gov/dei-std/2019-01-31</Namespace>
3502
- <Prefix>dei-std</Prefix>
3503
- </Loc>
3504
- <Loc>
3505
- <Family>IFRS</Family>
3506
- <Version>2018</Version>
3507
- <Href>https://xbrl.sec.gov/dei/2019/dei-ent-std-2019-01-31.xsd</Href>
3508
- <AttType>SCH</AttType>
3509
- <FileTypeName>Entry Point</FileTypeName>
3510
- <Elements>0</Elements>
3511
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2019-01-31</Namespace>
3512
- <Prefix>dei-ent-std</Prefix>
3513
- </Loc>
3514
- <Loc>
3515
- <Family>IFRS</Family>
3516
- <Version>2018</Version>
3517
- <Href>https://xbrl.sec.gov/dei/2019/dei-2019-01-31.xsd</Href>
3518
- <AttType>SCH</AttType>
3519
- <FileTypeName>Schema</FileTypeName>
3520
- <Elements>1</Elements>
3521
- <Namespace>http://xbrl.sec.gov/dei/2019-01-31</Namespace>
3522
- <Prefix>dei</Prefix>
3523
- </Loc>
3524
- <Loc>
3525
- <Family>IFRS</Family>
3526
- <Version>2018</Version>
3527
- <Href>https://xbrl.sec.gov/dei/2018/dei-2018-01-31.xsd</Href>
3528
- <AttType>SCH</AttType>
3529
- <FileTypeName>Schema</FileTypeName>
3530
- <Elements>1</Elements>
3531
- <Namespace>http://xbrl.sec.gov/dei/2018-01-31</Namespace>
3532
- <Prefix>dei</Prefix>
3533
- </Loc>
3534
- <Loc>
3535
- <Family>IFRS</Family>
3536
- <Version>2018</Version>
3537
- <Href>https://xbrl.sec.gov/currency/2020/currency-2020-01-31.xsd</Href>
3538
- <AttType>SCH</AttType>
3539
- <FileTypeName>Schema</FileTypeName>
3540
- <Elements>1</Elements>
3541
- <Namespace>http://xbrl.sec.gov/currency/2020-01-31</Namespace>
3542
- <Prefix>currency</Prefix>
3543
- </Loc>
3544
- <Loc>
3545
- <Family>IFRS</Family>
3546
- <Version>2018</Version>
3547
- <Href>https://xbrl.sec.gov/currency/2019/currency-2019-01-31.xsd</Href>
3548
- <AttType>SCH</AttType>
3549
- <FileTypeName>Schema</FileTypeName>
3550
- <Elements>1</Elements>
3551
- <Namespace>http://xbrl.sec.gov/currency/2019-01-31</Namespace>
3552
- <Prefix>currency</Prefix>
3553
- </Loc>
3554
- <Loc>
3555
- <Family>IFRS</Family>
3556
- <Version>2018</Version>
3557
- <Href>http://xbrl.sec.gov/sic/2020/sic-2020-01-31.xsd</Href>
3558
- <AttType>SCH</AttType>
3559
- <FileTypeName>Schema</FileTypeName>
3560
- <Elements>1</Elements>
3561
- <Namespace>http://xbrl.sec.gov/sic/2020-01-31</Namespace>
3562
- <Prefix>sic</Prefix>
3563
- </Loc>
3564
- <Loc>
3565
- <Family>IFRS</Family>
3566
- <Version>2018</Version>
3567
- <Href>http://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
3568
- <AttType>SCH</AttType>
3569
- <FileTypeName>Schema</FileTypeName>
3570
- <Elements>1</Elements>
3571
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
3572
- <Prefix>sic</Prefix>
3573
- </Loc>
3574
- <Loc>
3575
- <Family>IFRS</Family>
3576
- <Version>2018</Version>
3577
- <Href>http://xbrl.sec.gov/naics/2017/naics-2017-01-31.xsd</Href>
3578
- <AttType>SCH</AttType>
3579
- <FileTypeName>Schema</FileTypeName>
3580
- <Elements>1</Elements>
3581
- <Namespace>http://xbrl.sec.gov/naics/2017-01-31</Namespace>
3582
- <Prefix>naics</Prefix>
3583
- </Loc>
3584
- <Loc>
3585
- <Family>IFRS</Family>
3586
- <Version>2018</Version>
3587
- <Href>http://xbrl.sec.gov/currency/2017/currency-2017-01-31.xsd</Href>
3588
- <AttType>SCH</AttType>
3589
- <FileTypeName>Schema</FileTypeName>
3590
- <Elements>1</Elements>
3591
- <Namespace>http://xbrl.sec.gov/currency/2017-01-31</Namespace>
3592
- <Prefix>currency</Prefix>
3593
- </Loc>
3594
- <Loc>
3595
- <Family>IFRS</Family>
3596
- <Version>2018</Version>
3597
- <Href>http://xbrl.sec.gov/country/2020/country-2017-01-31.xsd</Href>
3598
- <AttType>SCH</AttType>
3599
- <FileTypeName>Schema</FileTypeName>
3600
- <Elements>1</Elements>
3601
- <Namespace>http://xbrl.sec.gov/country/2020-01-31</Namespace>
3602
- <Prefix>country</Prefix>
3603
- </Loc>
3604
- <Loc>
3605
- <Family>IFRS</Family>
3606
- <Version>2018</Version>
3607
- <Href>http://xbrl.sec.gov/country/2017/country-2017-01-31.xsd</Href>
3608
- <AttType>SCH</AttType>
3609
- <FileTypeName>Schema</FileTypeName>
3610
- <Elements>1</Elements>
3611
- <Namespace>http://xbrl.sec.gov/country/2017-01-31</Namespace>
3612
- <Prefix>country</Prefix>
3613
- </Loc>
3614
- <Loc>
3615
- <Family>IFRS</Family>
3616
- <Version>2018</Version>
3617
- <Href>http://xbrl.ifrs.org/taxonomy/2018-03-16/full_ifrs/full_ifrs-cor_2018-03-16.xsd</Href>
3618
- <AttType>SCH</AttType>
3619
- <FileTypeName>Schema</FileTypeName>
3620
- <Elements>1</Elements>
3621
- <Namespace>http://xbrl.ifrs.org/taxonomy/2018-03-16/ifrs-full</Namespace>
3622
- <Prefix>ifrs-full</Prefix>
3623
- </Loc>
3624
- <Loc>
3625
- <Family>IFRS</Family>
3626
- <Version>2018</Version>
3627
- <Href>http://xbrl.fasb.org/us-gaap/2018/elts/us-gaap-2018-01-31.xsd</Href>
3628
- <AttType>SCH</AttType>
3629
- <FileTypeName>Schema</FileTypeName>
3630
- <Elements>1</Elements>
3631
- <Namespace>http://fasb.org/us-gaap/2018-01-31</Namespace>
3632
- <Prefix>us-gaap</Prefix>
3633
- </Loc>
3634
- <Loc>
3635
- <Family>IFRS</Family>
3636
- <Version>2018</Version>
3637
- <Href>http://xbrl.fasb.org/srt/2018/elts/srt-2018-01-31.xsd</Href>
3638
- <AttType>SCH</AttType>
3639
- <FileTypeName>Schema</FileTypeName>
3640
- <Elements>1</Elements>
3641
- <Namespace>http://fasb.org/srt/2018-01-31</Namespace>
3642
- <Prefix>srt</Prefix>
3643
- </Loc>
3644
- <Loc>
3645
- <Family>IFRS</Family>
3646
- <Version>2018</Version>
3647
- <Href>https://xbrl.sec.gov/dei/2019/dei-pre-2019-01-31.xml</Href>
3648
- <AttType>PRE</AttType>
3649
- <FileTypeName>Presentation</FileTypeName>
3650
- <Elements>0</Elements>
3651
- </Loc>
3652
- <Loc>
3653
- <Family>IFRS</Family>
3654
- <Version>2018</Version>
3655
- <Href>https://xbrl.sec.gov/dei/2019/dei-lab-2019-01-31.xml</Href>
3656
- <AttType>LAB</AttType>
3657
- <FileTypeName>Label</FileTypeName>
3658
- <Elements>0</Elements>
3659
- </Loc>
3660
- <Loc>
3661
- <Family>IFRS</Family>
3662
- <Version>2018</Version>
3663
- <Href>https://xbrl.sec.gov/dei/2019/dei-def-2019-01-31.xml</Href>
3664
- <AttType>DEF</AttType>
3665
- <FileTypeName>Definition, Dimensions</FileTypeName>
3666
- <Elements>0</Elements>
3667
- </Loc>
3668
- <Loc>
3669
- <Family>RR</Family>
3670
- <Version>2012</Version>
3671
- <Href>https://xbrl.sec.gov/dei/2019/dei-std-2019-01-31.xsd</Href>
3672
- <AttType>SCH</AttType>
3673
- <FileTypeName>Entry Point</FileTypeName>
3674
- <Elements>0</Elements>
3675
- <Namespace>http://xbrl.sec.gov/dei-std/2019-01-31</Namespace>
3676
- <Prefix>dei-std</Prefix>
3677
- </Loc>
3678
- <Loc>
3679
- <Family>RR</Family>
3680
- <Version>2012</Version>
3681
- <Href>https://xbrl.sec.gov/dei/2019/dei-ent-std-2019-01-31.xsd</Href>
3682
- <AttType>SCH</AttType>
3683
- <FileTypeName>Entry Point</FileTypeName>
3684
- <Elements>0</Elements>
3685
- <Namespace>http://xbrl.sec.gov/dei-ent-std/2019-01-31</Namespace>
3686
- <Prefix>dei-ent-std</Prefix>
3687
- </Loc>
3688
- <Loc>
3689
- <Family>RR</Family>
3690
- <Version>2012</Version>
3691
- <Href>https://xbrl.sec.gov/dei/2019/dei-2019-01-31.xsd</Href>
3692
- <AttType>SCH</AttType>
3693
- <FileTypeName>Schema</FileTypeName>
3694
- <Elements>1</Elements>
3695
- <Namespace>http://xbrl.sec.gov/dei/2019-01-31</Namespace>
3696
- <Prefix>dei</Prefix>
3697
- </Loc>
3698
- <Loc>
3699
- <Family>RR</Family>
3700
- <Version>2012</Version>
3701
- <Href>http://xbrl.sec.gov/rr/2012/rr-pre-2012-01-31.xsd</Href>
3702
- <AttType>SCH</AttType>
3703
- <FileTypeName>Entry Point</FileTypeName>
3704
- <Elements>0</Elements>
3705
- <Namespace>http://xbrl.sec.gov/rr-pre/2012-01-31</Namespace>
3706
- <Prefix>rr-pre</Prefix>
3707
- </Loc>
3708
- <Loc>
3709
- <Family>RR</Family>
3710
- <Version>2012</Version>
3711
- <Href>http://xbrl.sec.gov/rr/2012/rr-ent-2012-01-31.xsd</Href>
3712
- <AttType>SCH</AttType>
3713
- <FileTypeName>Entry Point</FileTypeName>
3714
- <Elements>0</Elements>
3715
- <Namespace>http://xbrl.sec.gov/rr-ent/2012-01-31</Namespace>
3716
- <Prefix>rr-ent</Prefix>
3717
- </Loc>
3718
- <Loc>
3719
- <Family>RR</Family>
3720
- <Version>2012</Version>
3721
- <Href>http://xbrl.sec.gov/rr/2012/rr-def-2012-01-31.xsd</Href>
3722
- <AttType>SCH</AttType>
3723
- <FileTypeName>Entry Point</FileTypeName>
3724
- <Elements>0</Elements>
3725
- <Namespace>http://xbrl.sec.gov/rr-def/2012-01-31</Namespace>
3726
- <Prefix>rr-def</Prefix>
3727
- </Loc>
3728
- <Loc>
3729
- <Family>RR</Family>
3730
- <Version>2012</Version>
3731
- <Href>http://xbrl.sec.gov/rr/2012/rr-cal-2012-01-31.xsd</Href>
3732
- <AttType>SCH</AttType>
3733
- <FileTypeName>Entry Point</FileTypeName>
3734
- <Elements>0</Elements>
3735
- <Namespace>http://xbrl.sec.gov/rr-cal/2012-01-31</Namespace>
3736
- <Prefix>rr-cal</Prefix>
3737
- </Loc>
3738
- <Loc>
3739
- <Family>RR</Family>
3740
- <Version>2012</Version>
3741
- <Href>http://xbrl.sec.gov/rr/2012/rr-2012-01-31.xsd</Href>
3742
- <AttType>SCH</AttType>
3743
- <FileTypeName>Schema</FileTypeName>
3744
- <Elements>1</Elements>
3745
- <Namespace>http://xbrl.sec.gov/rr/2012-01-31</Namespace>
3746
- <Prefix>rr</Prefix>
3747
- </Loc>
3748
- <Loc>
3749
- <Family>RR</Family>
3750
- <Version>2012</Version>
3751
- <Href>http://xbrl.sec.gov/naics/2011/naics-2011-01-31.xsd</Href>
3752
- <AttType>SCH</AttType>
3753
- <FileTypeName>Schema</FileTypeName>
3754
- <Elements>1</Elements>
3755
- <Namespace>http://xbrl.sec.gov/naics/2011-01-31</Namespace>
3756
- <Prefix>naics</Prefix>
3757
- </Loc>
3758
- <Loc>
3759
- <Family>RR</Family>
3760
- <Version>2012</Version>
3761
- <Href>http://xbrl.sec.gov/dei/2012/dei-2012-01-31.xsd</Href>
3762
- <AttType>SCH</AttType>
3763
- <FileTypeName>Schema</FileTypeName>
3764
- <Elements>1</Elements>
3765
- <Namespace>http://xbrl.sec.gov/dei/2012-01-31</Namespace>
3766
- <Prefix>dei</Prefix>
3767
- </Loc>
3768
- <Loc>
3769
- <Family>RR</Family>
3770
- <Version>2012</Version>
3771
- <Href>http://xbrl.sec.gov/currency/2020/currency-2020-01-31.xsd</Href>
3772
- <AttType>SCH</AttType>
3773
- <FileTypeName>Schema</FileTypeName>
3774
- <Elements>1</Elements>
3775
- <Namespace>http://xbrl.sec.gov/currency/2020-01-31</Namespace>
3776
- <Prefix>currency</Prefix>
3777
- </Loc>
3778
- <Loc>
3779
- <Family>RR</Family>
3780
- <Version>2012</Version>
3781
- <Href>http://xbrl.sec.gov/currency/2017/currency-2017-01-31.xsd</Href>
3782
- <AttType>SCH</AttType>
3783
- <FileTypeName>Schema</FileTypeName>
3784
- <Elements>1</Elements>
3785
- <Namespace>http://xbrl.sec.gov/currency/2017-01-31</Namespace>
3786
- <Prefix>currency</Prefix>
3787
- </Loc>
3788
- <Loc>
3789
- <Family>RR</Family>
3790
- <Version>2012</Version>
3791
- <Href>http://xbrl.sec.gov/country/2020/country-2020-01-31.xsd</Href>
3792
- <AttType>SCH</AttType>
3793
- <FileTypeName>Schema</FileTypeName>
3794
- <Elements>1</Elements>
3795
- <Namespace>http://xbrl.sec.gov/country/2020-01-31</Namespace>
3796
- <Prefix>country</Prefix>
3797
- </Loc>
3798
- <Loc>
3799
- <Family>RR</Family>
3800
- <Version>2012</Version>
3801
- <Href>http://xbrl.sec.gov/country/2017/country-2017-01-31.xsd</Href>
3802
- <AttType>SCH</AttType>
3803
- <FileTypeName>Schema</FileTypeName>
3804
- <Elements>1</Elements>
3805
- <Namespace>http://xbrl.sec.gov/country/2017-01-31</Namespace>
3806
- <Prefix>country</Prefix>
3807
- </Loc>
3808
- <Loc>
3809
- <Family>RR</Family>
3810
- <Version>2012</Version>
3811
- <Href>http://xbrl.sec.gov/country/2016/country-2016-01-31.xsd</Href>
3812
- <AttType>SCH</AttType>
3813
- <FileTypeName>Schema</FileTypeName>
3814
- <Elements>1</Elements>
3815
- <Namespace>http://xbrl.sec.gov/country/2016-01-31</Namespace>
3816
- <Prefix>country</Prefix>
3817
- </Loc>
3818
- <Loc>
3819
- <Family>RR</Family>
3820
- <Version>2012</Version>
3821
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
3822
- <AttType>SCH</AttType>
3823
- <FileTypeName>Roles/Arcroles</FileTypeName>
3824
- <Elements>0</Elements>
3825
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
3826
- </Loc>
3827
- <Loc>
3828
- <Family>RR</Family>
3829
- <Version>2012</Version>
3830
- <Href>https://xbrl.sec.gov/dei/2019/dei-pre-2019-01-31.xml</Href>
3831
- <AttType>PRE</AttType>
3832
- <FileTypeName>Presentation</FileTypeName>
3833
- <Elements>0</Elements>
3834
- </Loc>
3835
- <Loc>
3836
- <Family>RR</Family>
3837
- <Version>2012</Version>
3838
- <Href>http://xbrl.sec.gov/rr/2012/rr-pre-2012-01-31.xml</Href>
3839
- <AttType>PRE</AttType>
3840
- <FileTypeName>Presentation</FileTypeName>
3841
- <Elements>0</Elements>
3842
- </Loc>
3843
- <Loc>
3844
- <Family>RR</Family>
3845
- <Version>2012</Version>
3846
- <Href>https://xbrl.sec.gov/dei/2019/dei-lab-2019-01-31.xml</Href>
3847
- <AttType>LAB</AttType>
3848
- <FileTypeName>Label</FileTypeName>
3849
- <Elements>0</Elements>
3850
- </Loc>
3851
- <Loc>
3852
- <Family>RR</Family>
3853
- <Version>2012</Version>
3854
- <Href>https://xbrl.sec.gov/dei/2019/dei-def-2019-01-31.xml</Href>
3855
- <AttType>DEF</AttType>
3856
- <FileTypeName>Definition, Dimensions</FileTypeName>
3857
- <Elements>0</Elements>
3858
- </Loc>
3859
- <Loc>
3860
- <Family>RR</Family>
3861
- <Version>2012</Version>
3862
- <Href>http://xbrl.sec.gov/rr/2012/rr-def-2012-01-31.xml</Href>
3863
- <AttType>DEF</AttType>
3864
- <FileTypeName>Definition, Dimensions</FileTypeName>
3865
- <Elements>0</Elements>
3866
- </Loc>
3867
- <Loc>
3868
- <Family>RR</Family>
3869
- <Version>2012</Version>
3870
- <Href>http://xbrl.sec.gov/rr/2012/rr-cal-2012-01-31.xml</Href>
3871
- <AttType>CAL</AttType>
3872
- <FileTypeName>Calculation</FileTypeName>
3873
- <Elements>0</Elements>
3874
- </Loc>
3875
- <Loc>
3876
- <Family>BASE</Family>
3877
- <Version>2010</Version>
3878
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
3879
- <AttType>SCH</AttType>
3880
- <FileTypeName>Roles/Arcroles</FileTypeName>
3881
- <Elements>0</Elements>
3882
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
3883
- </Loc>
3884
- <Loc>
3885
- <Family>BASE</Family>
3886
- <Version>2010</Version>
3887
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
3888
- <AttType>SCH</AttType>
3889
- <FileTypeName>Roles/Arcroles</FileTypeName>
3890
- <Elements>0</Elements>
3891
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
3892
- </Loc>
3893
- <Loc>
3894
- <Family>BASE</Family>
3895
- <Version>2010</Version>
3896
- <Href>http://www.xbrl.org/lrr/role/deprecated-2009-12-16.xsd</Href>
3897
- <AttType>SCH</AttType>
3898
- <FileTypeName>Roles/Arcroles</FileTypeName>
3899
- <Elements>0</Elements>
3900
- <Namespace>http://www.xbrl.org/2009/role/deprecated</Namespace>
3901
- </Loc>
3902
- <Loc>
3903
- <Family>BASE</Family>
3904
- <Version>2010</Version>
3905
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
3906
- <AttType>SCH</AttType>
3907
- <FileTypeName>Roles/Arcroles</FileTypeName>
3908
- <Elements>0</Elements>
3909
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
3910
- </Loc>
3911
- <Loc>
3912
- <Family>BASE</Family>
3913
- <Version>2010</Version>
3914
- <Href>http://www.xbrl.org/lrr/arcrole/deprecated-2009-12-16.xsd</Href>
3915
- <AttType>SCH</AttType>
3916
- <FileTypeName>Roles/Arcroles</FileTypeName>
3917
- <Elements>0</Elements>
3918
- <Namespace>http://www.xbrl.org/2009/arcrole/deprecated</Namespace>
3919
- </Loc>
3920
- <Loc>
3921
- <Family>BASE</Family>
3922
- <Version>2010</Version>
3923
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
3924
- <AttType>SCH</AttType>
3925
- <FileTypeName>Schema</FileTypeName>
3926
- <Elements>0</Elements>
3927
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
3928
- <Prefix>num</Prefix>
3929
- </Loc>
3930
- <Loc>
3931
- <Family>BASE</Family>
3932
- <Version>2010</Version>
3933
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
3934
- <AttType>SCH</AttType>
3935
- <FileTypeName>Schema</FileTypeName>
3936
- <Elements>0</Elements>
3937
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
3938
- <Prefix>nonnum</Prefix>
3939
- </Loc>
3940
- <Loc>
3941
- <Family>BASE</Family>
3942
- <Version>2010</Version>
3943
- <Href>http://www.xbrl.org/2006/xbrldi-2006.xsd</Href>
3944
- <AttType>SCH</AttType>
3945
- <FileTypeName>Schema</FileTypeName>
3946
- <Elements>1</Elements>
3947
- <Namespace>http://xbrl.org/2006/xbrldi</Namespace>
3948
- <Prefix>xbrldi</Prefix>
3949
- </Loc>
3950
- <Loc>
3951
- <Family>BASE</Family>
3952
- <Version>2010</Version>
3953
- <Href>http://www.xbrl.org/2006/ref-2006-02-27.xsd</Href>
3954
- <AttType>SCH</AttType>
3955
- <FileTypeName>Schema</FileTypeName>
3956
- <Elements>0</Elements>
3957
- <Namespace>http://www.xbrl.org/2006/ref</Namespace>
3958
- <Prefix>ref</Prefix>
3959
- </Loc>
3960
- <Loc>
3961
- <Family>BASE</Family>
3962
- <Version>2010</Version>
3963
- <Href>http://www.xbrl.org/2005/xbrldt-2005.xsd</Href>
3964
- <AttType>SCH</AttType>
3965
- <FileTypeName>Schema</FileTypeName>
3966
- <Elements>1</Elements>
3967
- <Namespace>http://xbrl.org/2005/xbrldt</Namespace>
3968
- <Prefix>xbrldt</Prefix>
3969
- </Loc>
3970
- <Loc>
3971
- <Family>BASE</Family>
3972
- <Version>2010</Version>
3973
- <Href>http://www.xbrl.org/2004/ref-2004-08-10.xsd</Href>
3974
- <AttType>SCH</AttType>
3975
- <FileTypeName>Schema</FileTypeName>
3976
- <Elements>0</Elements>
3977
- <Namespace>http://www.xbrl.org/2004/ref</Namespace>
3978
- <Prefix>ref</Prefix>
3979
- </Loc>
3980
- <Loc>
3981
- <Family>BASE</Family>
3982
- <Version>2010</Version>
3983
- <Href>http://www.xbrl.org/2003/xlink-2003-12-31.xsd</Href>
3984
- <AttType>SCH</AttType>
3985
- <FileTypeName>Schema</FileTypeName>
3986
- <Elements>0</Elements>
3987
- <Namespace>http://www.w3.org/1999/xlink</Namespace>
3988
- <Prefix>xlink</Prefix>
3989
- </Loc>
3990
- <Loc>
3991
- <Family>BASE</Family>
3992
- <Version>2010</Version>
3993
- <Href>http://www.xbrl.org/2003/xl-2003-12-31.xsd</Href>
3994
- <AttType>SCH</AttType>
3995
- <FileTypeName>Schema</FileTypeName>
3996
- <Elements>0</Elements>
3997
- <Namespace>http://www.xbrl.org/2003/XLink</Namespace>
3998
- <Prefix>xl</Prefix>
3999
- </Loc>
4000
- <Loc>
4001
- <Family>BASE</Family>
4002
- <Version>2010</Version>
4003
- <Href>http://www.xbrl.org/2003/xbrl-linkbase-2003-12-31.xsd</Href>
4004
- <AttType>SCH</AttType>
4005
- <FileTypeName>Schema</FileTypeName>
4006
- <Elements>0</Elements>
4007
- <Namespace>http://www.xbrl.org/2003/linkbase</Namespace>
4008
- <Prefix>link</Prefix>
4009
- </Loc>
4010
- <Loc>
4011
- <Family>BASE</Family>
4012
- <Version>2010</Version>
4013
- <Href>http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd</Href>
4014
- <AttType>SCH</AttType>
4015
- <FileTypeName>Schema</FileTypeName>
4016
- <Elements>0</Elements>
4017
- <Namespace>http://www.xbrl.org/2003/instance</Namespace>
4018
- <Prefix>xbrli</Prefix>
4019
- </Loc>
4020
- </Erxl>