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