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,3126 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Erxl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="erxl.xsd" version="27">
3
- <Loc>
4
- <Family>BASE</Family>
5
- <Version>2010</Version>
6
- <Href>http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd</Href>
7
- <AttType>SCH</AttType>
8
- <FileTypeName>Schema</FileTypeName>
9
- <Elements>0</Elements>
10
- <Namespace>http://www.xbrl.org/2003/instance</Namespace>
11
- <Prefix>xbrli</Prefix>
12
- </Loc>
13
- <Loc>
14
- <Family>BASE</Family>
15
- <Version>2010</Version>
16
- <Href>http://www.xbrl.org/2003/xbrl-linkbase-2003-12-31.xsd</Href>
17
- <AttType>SCH</AttType>
18
- <FileTypeName>Schema</FileTypeName>
19
- <Elements>0</Elements>
20
- <Namespace>http://www.xbrl.org/2003/linkbase</Namespace>
21
- <Prefix>link</Prefix>
22
- </Loc>
23
- <Loc>
24
- <Family>BASE</Family>
25
- <Version>2010</Version>
26
- <Href>http://www.xbrl.org/2003/xl-2003-12-31.xsd</Href>
27
- <AttType>SCH</AttType>
28
- <FileTypeName>Schema</FileTypeName>
29
- <Elements>0</Elements>
30
- <Namespace>http://www.xbrl.org/2003/XLink</Namespace>
31
- <Prefix>xl</Prefix>
32
- </Loc>
33
- <Loc>
34
- <Family>BASE</Family>
35
- <Version>2010</Version>
36
- <Href>http://www.xbrl.org/2003/xlink-2003-12-31.xsd</Href>
37
- <AttType>SCH</AttType>
38
- <FileTypeName>Schema</FileTypeName>
39
- <Elements>0</Elements>
40
- <Namespace>http://www.w3.org/1999/xlink</Namespace>
41
- <Prefix>xlink</Prefix>
42
- </Loc>
43
- <Loc>
44
- <Family>BASE</Family>
45
- <Version>2010</Version>
46
- <Href>http://www.xbrl.org/2005/xbrldt-2005.xsd</Href>
47
- <AttType>SCH</AttType>
48
- <FileTypeName>Schema</FileTypeName>
49
- <Elements>1</Elements>
50
- <Namespace>http://xbrl.org/2005/xbrldt</Namespace>
51
- <Prefix>xbrldt</Prefix>
52
- </Loc>
53
- <Loc>
54
- <Family>BASE</Family>
55
- <Version>2010</Version>
56
- <Href>http://www.xbrl.org/2006/xbrldi-2006.xsd</Href>
57
- <AttType>SCH</AttType>
58
- <FileTypeName>Schema</FileTypeName>
59
- <Elements>1</Elements>
60
- <Namespace>http://xbrl.org/2006/xbrldi</Namespace>
61
- <Prefix>xbrldi</Prefix>
62
- </Loc>
63
- <Loc>
64
- <Family>BASE</Family>
65
- <Version>2010</Version>
66
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
67
- <AttType>SCH</AttType>
68
- <FileTypeName>Roles/Arcroles</FileTypeName>
69
- <Elements>0</Elements>
70
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
71
- </Loc>
72
- <Loc>
73
- <Family>BASE</Family>
74
- <Version>2010</Version>
75
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
76
- <AttType>SCH</AttType>
77
- <FileTypeName>Schema</FileTypeName>
78
- <Elements>0</Elements>
79
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
80
- <Prefix>nonnum</Prefix>
81
- </Loc>
82
- <Loc>
83
- <Family>BASE</Family>
84
- <Version>2010</Version>
85
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
86
- <AttType>SCH</AttType>
87
- <FileTypeName>Schema</FileTypeName>
88
- <Elements>0</Elements>
89
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
90
- <Prefix>num</Prefix>
91
- </Loc>
92
- <Loc>
93
- <Family>BASE</Family>
94
- <Version>2010</Version>
95
- <Href>http://www.xbrl.org/2006/ref-2006-02-27.xsd</Href>
96
- <AttType>SCH</AttType>
97
- <FileTypeName>Schema</FileTypeName>
98
- <Elements>0</Elements>
99
- <Namespace>http://www.xbrl.org/2006/ref</Namespace>
100
- <Prefix>ref</Prefix>
101
- </Loc>
102
- <Loc>
103
- <Family>BASE</Family>
104
- <Version>2010</Version>
105
- <Href>http://www.xbrl.org/2004/ref-2004-08-10.xsd</Href>
106
- <AttType>SCH</AttType>
107
- <FileTypeName>Schema</FileTypeName>
108
- <Elements>0</Elements>
109
- <Namespace>http://www.xbrl.org/2004/ref</Namespace>
110
- <Prefix>ref</Prefix>
111
- </Loc>
112
- <Loc>
113
- <Family>BASE</Family>
114
- <Version>2010</Version>
115
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
116
- <AttType>SCH</AttType>
117
- <FileTypeName>Roles/Arcroles</FileTypeName>
118
- <Elements>0</Elements>
119
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
120
- </Loc>
121
- <Loc>
122
- <Family>BASE</Family>
123
- <Version>2010</Version>
124
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
125
- <AttType>SCH</AttType>
126
- <FileTypeName>Roles/Arcroles</FileTypeName>
127
- <Elements>0</Elements>
128
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
129
- </Loc>
130
- <Loc>
131
- <Family>BASE</Family>
132
- <Version>2010</Version>
133
- <Href>http://www.xbrl.org/lrr/role/negated-2008-03-31.xsd</Href>
134
- <AttType>SCH</AttType>
135
- <FileTypeName>Roles/Arcroles</FileTypeName>
136
- <Elements>0</Elements>
137
- <Namespace>http://xbrl.us/us-gaap/negated/2008-03-31</Namespace>
138
- </Loc>
139
- <Loc>
140
- <Family>BASE</Family>
141
- <Version>2010</Version>
142
- <Href>http://www.xbrl.org/lrr/arcrole/deprecated-2009-12-16.xsd</Href>
143
- <AttType>SCH</AttType>
144
- <FileTypeName>Roles/Arcroles</FileTypeName>
145
- <Elements>0</Elements>
146
- <Namespace>http://www.xbrl.org/2009/arcrole/deprecated</Namespace>
147
- </Loc>
148
- <Loc>
149
- <Family>BASE</Family>
150
- <Version>2010</Version>
151
- <Href>http://www.xbrl.org/lrr/role/deprecated-2009-12-16.xsd</Href>
152
- <AttType>SCH</AttType>
153
- <FileTypeName>Roles/Arcroles</FileTypeName>
154
- <Elements>0</Elements>
155
- <Namespace>http://www.xbrl.org/2009/role/deprecated</Namespace>
156
- </Loc>
157
- <Loc>
158
- <Family>IFRS</Family>
159
- <Version>2010</Version>
160
- <Href>http://xbrl.iasb.org/taxonomy/2010-04-30/ifrs-cor_2010-04-30.xsd</Href>
161
- <AttType>SCH</AttType>
162
- <FileTypeName>Schema</FileTypeName>
163
- <Elements>1</Elements>
164
- <Namespace>http://xbrl.iasb.org/taxonomy/2010-04-30/ifrs</Namespace>
165
- <Prefix>ifrs</Prefix>
166
- </Loc>
167
- <Loc>
168
- <Family>IFRS</Family>
169
- <Version>2011</Version>
170
- <Href>http://xbrl.iasb.org/taxonomy/2011-03-25/ifrs-cor_2011-03-25.xsd</Href>
171
- <AttType>SCH</AttType>
172
- <FileTypeName>Schema</FileTypeName>
173
- <Elements>1</Elements>
174
- <Namespace>http://xbrl.ifrs.org/taxonomy/2011-03-25/ifrs</Namespace>
175
- <Prefix>ifrs</Prefix>
176
- </Loc>
177
- <Loc>
178
- <Family>IFRS</Family>
179
- <Version>2012</Version>
180
- <Href>http://xbrl.ifrs.org/taxonomy/2012-03-29/ifrs-cor_2012-03-29.xsd</Href>
181
- <AttType>SCH</AttType>
182
- <FileTypeName>Schema</FileTypeName>
183
- <Elements>1</Elements>
184
- <Namespace>http://xbrl.ifrs.org/taxonomy/2012-03-29/ifrs</Namespace>
185
- <Prefix>ifrs</Prefix>
186
- </Loc>
187
- <Loc>
188
- <Family>IFRS</Family>
189
- <Version>2013</Version>
190
- <Href>http://xbrl.ifrs.org/taxonomy/2013-03-28/ifrs-cor_2013-03-28.xsd</Href>
191
- <AttType>SCH</AttType>
192
- <FileTypeName>Schema</FileTypeName>
193
- <Elements>1</Elements>
194
- <Namespace>http://xbrl.ifrs.org/taxonomy/2013-03-28/ifrs</Namespace>
195
- <Prefix>ifrs</Prefix>
196
- </Loc>
197
- <Loc>
198
- <Family>IFRS</Family>
199
- <Version>2014</Version>
200
- <Href>http://xbrl.ifrs.org/taxonomy/2014-03-05/full_ifrs/full_ifrs-cor_2014-03-05.xsd</Href>
201
- <AttType>SCH</AttType>
202
- <FileTypeName>Schema</FileTypeName>
203
- <Elements>1</Elements>
204
- <Namespace>http://xbrl.ifrs.org/taxonomy/2014-03-05/ifrs-full</Namespace>
205
- <Prefix>ifrs</Prefix>
206
- </Loc>
207
- <Loc>
208
- <Family>IFRS</Family>
209
- <Version>2015</Version>
210
- <Href>http://xbrl.ifrs.org/taxonomy/2015-03-11/full_ifrs/full_ifrs-cor_2015-03-11.xsd</Href>
211
- <AttType>SCH</AttType>
212
- <FileTypeName>Schema</FileTypeName>
213
- <Elements>1</Elements>
214
- <Namespace>http://xbrl.ifrs.org/taxonomy/2015-03-11/ifrs-full</Namespace>
215
- <Prefix>ifrs</Prefix>
216
- </Loc>
217
-
218
- <!-- added for testing possible SEC filings -->
219
- <Loc>
220
- <Family>US GAAP</Family>
221
- <Version>2015</Version>
222
- <Href>http://xbrl.fasb.org/us-gaap/2015/elts/us-gaap-2015-01-31.xsd</Href>
223
- <AttType>SCH</AttType>
224
- <FileTypeName>Schema</FileTypeName>
225
- <Elements>1</Elements>
226
- <Namespace>http://fasb.org/us-gaap/2015-01-31</Namespace>
227
- <Prefix>us-gaap</Prefix>
228
- </Loc>
229
- <Loc>
230
- <Family>US GAAP</Family>
231
- <Version>2015</Version>
232
- <Href>http://xbrl.sec.gov/dei/2014/dei-2014-01-31.xsd</Href>
233
- <AttType>SCH</AttType>
234
- <FileTypeName>Schema</FileTypeName>
235
- <Elements>1</Elements>
236
- <Namespace>http://xbrl.sec.gov/dei/2014-01-31</Namespace>
237
- <Prefix>dei</Prefix>
238
- </Loc>
239
- <Loc>
240
- <Family>US GAAP</Family>
241
- <Version>2015</Version>
242
- <Href>http://xbrl.fasb.org/us-gaap/2015/elts/us-types-2015-01-31.xsd</Href>
243
- <AttType>SCH</AttType>
244
- <FileTypeName>Schema</FileTypeName>
245
- <Elements>0</Elements>
246
- <Namespace>http://fasb.org/us-types/2015-01-31</Namespace>
247
- <Prefix>us-types</Prefix>
248
- </Loc>
249
- <Loc>
250
- <Family>US GAAP</Family>
251
- <Version>2015</Version>
252
- <Href>http://xbrl.fasb.org/us-gaap/2015/elts/us-roles-2015-01-31.xsd</Href>
253
- <AttType>SCH</AttType>
254
- <FileTypeName>Roles/Arcroles</FileTypeName>
255
- <Elements>0</Elements>
256
- <Namespace>http://fasb.org/us-roles/2015-01-31</Namespace>
257
- </Loc>
258
- <Loc>
259
- <Family>US GAAP</Family>
260
- <Version>2015</Version>
261
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
262
- <AttType>SCH</AttType>
263
- <FileTypeName>Schema</FileTypeName>
264
- <Elements>0</Elements>
265
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
266
- <Prefix>num</Prefix>
267
- </Loc>
268
- <Loc>
269
- <Family>US GAAP</Family>
270
- <Version>2015</Version>
271
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
272
- <AttType>SCH</AttType>
273
- <FileTypeName>Schema</FileTypeName>
274
- <Elements>0</Elements>
275
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
276
- <Prefix>nonnum</Prefix>
277
- </Loc>
278
- <Loc>
279
- <Family>US GAAP</Family>
280
- <Version>2015</Version>
281
- <Href>http://xbrl.sec.gov/country/2013/country-2013-01-31.xsd</Href>
282
- <AttType>SCH</AttType>
283
- <FileTypeName>Schema</FileTypeName>
284
- <Elements>1</Elements>
285
- <Namespace>http://xbrl.sec.gov/country/2013-01-31</Namespace>
286
- <Prefix>country</Prefix>
287
- </Loc>
288
- <Loc>
289
- <Family>US GAAP</Family>
290
- <Version>2015</Version>
291
- <Href>http://xbrl.sec.gov/currency/2014/currency-2014-01-31.xsd</Href>
292
- <AttType>SCH</AttType>
293
- <FileTypeName>Schema</FileTypeName>
294
- <Elements>1</Elements>
295
- <Namespace>http://xbrl.sec.gov/currency/2014-01-31</Namespace>
296
- <Prefix>currency</Prefix>
297
- </Loc>
298
- <Loc>
299
- <Family>US GAAP</Family>
300
- <Version>2015</Version>
301
- <Href>http://xbrl.sec.gov/exch/2015/exch-2015-01-31.xsd</Href>
302
- <AttType>SCH</AttType>
303
- <FileTypeName>Schema</FileTypeName>
304
- <Elements>1</Elements>
305
- <Namespace>http://xbrl.sec.gov/exch/2015-01-31</Namespace>
306
- <Prefix>exch</Prefix>
307
- </Loc>
308
- <Loc>
309
- <Family>US GAAP</Family>
310
- <Version>2015</Version>
311
- <Href>http://xbrl.sec.gov/invest/2013/invest-2013-01-31.xsd</Href>
312
- <AttType>SCH</AttType>
313
- <FileTypeName>Schema</FileTypeName>
314
- <Elements>1</Elements>
315
- <Namespace>http://xbrl.sec.gov/invest/2013-01-31</Namespace>
316
- <Prefix>invest</Prefix>
317
- </Loc>
318
- <Loc>
319
- <Family>US GAAP</Family>
320
- <Version>2015</Version>
321
- <Href>http://xbrl.sec.gov/naics/2011/naics-2011-01-31.xsd</Href>
322
- <AttType>SCH</AttType>
323
- <FileTypeName>Schema</FileTypeName>
324
- <Elements>1</Elements>
325
- <Namespace>http://xbrl.sec.gov/naics/2011-01-31</Namespace>
326
- <Prefix>naics</Prefix>
327
- </Loc>
328
- <Loc>
329
- <Family>US GAAP</Family>
330
- <Version>2015</Version>
331
- <Href>http://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
332
- <AttType>SCH</AttType>
333
- <FileTypeName>Schema</FileTypeName>
334
- <Elements>1</Elements>
335
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
336
- <Prefix>sic</Prefix>
337
- </Loc>
338
- <Loc>
339
- <Family>US GAAP</Family>
340
- <Version>2015</Version>
341
- <Href>http://xbrl.sec.gov/stpr/2011/stpr-2011-01-31.xsd</Href>
342
- <AttType>SCH</AttType>
343
- <FileTypeName>Schema</FileTypeName>
344
- <Elements>1</Elements>
345
- <Namespace>http://xbrl.sec.gov/stpr/2011-01-31</Namespace>
346
- <Prefix>stpr</Prefix>
347
- </Loc>
348
- <Loc>
349
- <Family>US GAAP</Family>
350
- <Version>2015</Version>
351
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
352
- <AttType>SCH</AttType>
353
- <FileTypeName>Roles/Arcroles</FileTypeName>
354
- <Elements>0</Elements>
355
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
356
- </Loc>
357
- <Loc>
358
- <Family>US GAAP</Family>
359
- <Version>2015</Version>
360
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
361
- <AttType>SCH</AttType>
362
- <FileTypeName>Roles/Arcroles</FileTypeName>
363
- <Elements>0</Elements>
364
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
365
- </Loc>
366
- <Loc>
367
- <Family>US GAAP</Family>
368
- <Version>2015</Version>
369
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
370
- <AttType>SCH</AttType>
371
- <FileTypeName>Roles/Arcroles</FileTypeName>
372
- <Elements>0</Elements>
373
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
374
- </Loc>
375
- <Loc>
376
- <Family>US GAAP</Family>
377
- <Version>2015 IM</Version>
378
- <Href>http://xbrl.sec.gov/invest/2013/invest-2013-01-31.xsd</Href>
379
- <AttType>SCH</AttType>
380
- <FileTypeName>Schema</FileTypeName>
381
- <Elements>1</Elements>
382
- <Namespace>http://xbrl.sec.gov/invest/2013-01-31</Namespace>
383
- <Prefix>invest</Prefix>
384
- </Loc>
385
- <Loc>
386
- <Family>US GAAP</Family>
387
- <Version>2015 IM</Version>
388
- <Href>http://xbrl.fasb.org/us-gaap/2015/elts/us-gaap-2015-01-31.xsd</Href>
389
- <AttType>SCH</AttType>
390
- <FileTypeName>Schema</FileTypeName>
391
- <Elements>1</Elements>
392
- <Namespace>http://fasb.org/us-gaap/2015-01-31</Namespace>
393
- <Prefix>us-gaap</Prefix>
394
- </Loc>
395
- <Loc>
396
- <Family>US GAAP</Family>
397
- <Version>2015 IM</Version>
398
- <Href>http://xbrl.sec.gov/dei/2014/dei-2014-01-31.xsd</Href>
399
- <AttType>SCH</AttType>
400
- <FileTypeName>Schema</FileTypeName>
401
- <Elements>1</Elements>
402
- <Namespace>http://xbrl.sec.gov/dei/2014-01-31</Namespace>
403
- <Prefix>dei</Prefix>
404
- </Loc>
405
- <Loc>
406
- <Family>US GAAP</Family>
407
- <Version>2015 IM</Version>
408
- <Href>http://xbrl.fasb.org/us-gaap/2015/elts/us-types-2015-01-31.xsd</Href>
409
- <AttType>SCH</AttType>
410
- <FileTypeName>Schema</FileTypeName>
411
- <Elements>0</Elements>
412
- <Namespace>http://fasb.org/us-types/2015-01-31</Namespace>
413
- <Prefix>us-types</Prefix>
414
- </Loc>
415
- <Loc>
416
- <Family>US GAAP</Family>
417
- <Version>2015 IM</Version>
418
- <Href>http://xbrl.fasb.org/us-gaap/2015/elts/us-roles-2015-01-31.xsd</Href>
419
- <AttType>SCH</AttType>
420
- <FileTypeName>Roles/Arcroles</FileTypeName>
421
- <Elements>0</Elements>
422
- <Namespace>http://fasb.org/us-roles/2015-01-31</Namespace>
423
- </Loc>
424
- <Loc>
425
- <Family>US GAAP</Family>
426
- <Version>2015 IM</Version>
427
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
428
- <AttType>SCH</AttType>
429
- <FileTypeName>Schema</FileTypeName>
430
- <Elements>0</Elements>
431
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
432
- <Prefix>num</Prefix>
433
- </Loc>
434
- <Loc>
435
- <Family>US GAAP</Family>
436
- <Version>2015 IM</Version>
437
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
438
- <AttType>SCH</AttType>
439
- <FileTypeName>Schema</FileTypeName>
440
- <Elements>0</Elements>
441
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
442
- <Prefix>nonnum</Prefix>
443
- </Loc>
444
- <Loc>
445
- <Family>US GAAP</Family>
446
- <Version>2015 IM</Version>
447
- <Href>http://xbrl.sec.gov/country/2013/country-2013-01-31.xsd</Href>
448
- <AttType>SCH</AttType>
449
- <FileTypeName>Schema</FileTypeName>
450
- <Elements>1</Elements>
451
- <Namespace>http://xbrl.sec.gov/country/2013-01-31</Namespace>
452
- <Prefix>country</Prefix>
453
- </Loc>
454
- <Loc>
455
- <Family>US GAAP</Family>
456
- <Version>2015 IM</Version>
457
- <Href>http://xbrl.sec.gov/currency/2014/currency-2014-01-31.xsd</Href>
458
- <AttType>SCH</AttType>
459
- <FileTypeName>Schema</FileTypeName>
460
- <Elements>1</Elements>
461
- <Namespace>http://xbrl.sec.gov/currency/2014-01-31</Namespace>
462
- <Prefix>currency</Prefix>
463
- </Loc>
464
- <Loc>
465
- <Family>US GAAP</Family>
466
- <Version>2015 IM</Version>
467
- <Href>http://xbrl.sec.gov/exch/2015/exch-2015-01-31.xsd</Href>
468
- <AttType>SCH</AttType>
469
- <FileTypeName>Schema</FileTypeName>
470
- <Elements>1</Elements>
471
- <Namespace>http://xbrl.sec.gov/exch/2015-01-31</Namespace>
472
- <Prefix>exch</Prefix>
473
- </Loc>
474
- <Loc>
475
- <Family>US GAAP</Family>
476
- <Version>2015 IM</Version>
477
- <Href>http://xbrl.sec.gov/naics/2011/naics-2011-01-31.xsd</Href>
478
- <AttType>SCH</AttType>
479
- <FileTypeName>Schema</FileTypeName>
480
- <Elements>1</Elements>
481
- <Namespace>http://xbrl.sec.gov/naics/2011-01-31</Namespace>
482
- <Prefix>naics</Prefix>
483
- </Loc>
484
- <Loc>
485
- <Family>US GAAP</Family>
486
- <Version>2015 IM</Version>
487
- <Href>http://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
488
- <AttType>SCH</AttType>
489
- <FileTypeName>Schema</FileTypeName>
490
- <Elements>1</Elements>
491
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
492
- <Prefix>sic</Prefix>
493
- </Loc>
494
- <Loc>
495
- <Family>US GAAP</Family>
496
- <Version>2015 IM</Version>
497
- <Href>http://xbrl.sec.gov/stpr/2011/stpr-2011-01-31.xsd</Href>
498
- <AttType>SCH</AttType>
499
- <FileTypeName>Schema</FileTypeName>
500
- <Elements>1</Elements>
501
- <Namespace>http://xbrl.sec.gov/stpr/2011-01-31</Namespace>
502
- <Prefix>stpr</Prefix>
503
- </Loc>
504
- <Loc>
505
- <Family>US GAAP</Family>
506
- <Version>2015 IM</Version>
507
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
508
- <AttType>SCH</AttType>
509
- <FileTypeName>Roles/Arcroles</FileTypeName>
510
- <Elements>0</Elements>
511
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
512
- </Loc>
513
- <Loc>
514
- <Family>US GAAP</Family>
515
- <Version>2015 IM</Version>
516
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
517
- <AttType>SCH</AttType>
518
- <FileTypeName>Roles/Arcroles</FileTypeName>
519
- <Elements>0</Elements>
520
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
521
- </Loc>
522
- <Loc>
523
- <Family>US GAAP</Family>
524
- <Version>2015 IM</Version>
525
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
526
- <AttType>SCH</AttType>
527
- <FileTypeName>Roles/Arcroles</FileTypeName>
528
- <Elements>0</Elements>
529
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
530
- </Loc>
531
- <Loc>
532
- <Family>US GAAP</Family>
533
- <Version>2014</Version>
534
- <Href>http://xbrl.fasb.org/us-gaap/2014/elts/us-gaap-2014-01-31.xsd</Href>
535
- <AttType>SCH</AttType>
536
- <FileTypeName>Schema</FileTypeName>
537
- <Elements>1</Elements>
538
- <Namespace>http://fasb.org/us-gaap/2014-01-31</Namespace>
539
- <Prefix>us-gaap</Prefix>
540
- </Loc>
541
- <Loc>
542
- <Family>US GAAP</Family>
543
- <Version>2014</Version>
544
- <Href>http://xbrl.sec.gov/dei/2014/dei-2014-01-31.xsd</Href>
545
- <AttType>SCH</AttType>
546
- <FileTypeName>Schema</FileTypeName>
547
- <Elements>1</Elements>
548
- <Namespace>http://xbrl.sec.gov/dei/2014-01-31</Namespace>
549
- <Prefix>dei</Prefix>
550
- </Loc>
551
- <Loc>
552
- <Family>US GAAP</Family>
553
- <Version>2014</Version>
554
- <Href>http://xbrl.fasb.org/us-gaap/2014/elts/us-types-2014-01-31.xsd</Href>
555
- <AttType>SCH</AttType>
556
- <FileTypeName>Schema</FileTypeName>
557
- <Elements>0</Elements>
558
- <Namespace>http://fasb.org/us-types/2014-01-31</Namespace>
559
- <Prefix>us-types</Prefix>
560
- </Loc>
561
- <Loc>
562
- <Family>US GAAP</Family>
563
- <Version>2014</Version>
564
- <Href>http://xbrl.fasb.org/us-gaap/2014/elts/us-roles-2014-01-31.xsd</Href>
565
- <AttType>SCH</AttType>
566
- <FileTypeName>Roles/Arcroles</FileTypeName>
567
- <Elements>0</Elements>
568
- <Namespace>http://fasb.org/us-roles/2014-01-31</Namespace>
569
- </Loc>
570
- <Loc>
571
- <Family>US GAAP</Family>
572
- <Version>2014</Version>
573
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
574
- <AttType>SCH</AttType>
575
- <FileTypeName>Schema</FileTypeName>
576
- <Elements>0</Elements>
577
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
578
- <Prefix>num</Prefix>
579
- </Loc>
580
- <Loc>
581
- <Family>US GAAP</Family>
582
- <Version>2014</Version>
583
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
584
- <AttType>SCH</AttType>
585
- <FileTypeName>Schema</FileTypeName>
586
- <Elements>0</Elements>
587
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
588
- <Prefix>nonnum</Prefix>
589
- </Loc>
590
- <Loc>
591
- <Family>US GAAP</Family>
592
- <Version>2014</Version>
593
- <Href>http://xbrl.sec.gov/invest/2013/invest-2013-01-31.xsd</Href>
594
- <AttType>SCH</AttType>
595
- <FileTypeName>Schema</FileTypeName>
596
- <Elements>1</Elements>
597
- <Namespace>http://xbrl.sec.gov/invest/2013-01-31</Namespace>
598
- <Prefix>invest</Prefix>
599
- </Loc>
600
- <Loc>
601
- <Family>US GAAP</Family>
602
- <Version>2014</Version>
603
- <Href>http://xbrl.sec.gov/country/2013/country-2013-01-31.xsd</Href>
604
- <AttType>SCH</AttType>
605
- <FileTypeName>Schema</FileTypeName>
606
- <Elements>1</Elements>
607
- <Namespace>http://xbrl.sec.gov/country/2013-01-31</Namespace>
608
- <Prefix>country</Prefix>
609
- </Loc>
610
- <Loc>
611
- <Family>US GAAP</Family>
612
- <Version>2014</Version>
613
- <Href>http://xbrl.sec.gov/exch/2014/exch-2014-01-31.xsd</Href>
614
- <AttType>SCH</AttType>
615
- <FileTypeName>Schema</FileTypeName>
616
- <Elements>1</Elements>
617
- <Namespace>http://xbrl.sec.gov/exch/2014-01-31</Namespace>
618
- <Prefix>exch</Prefix>
619
- </Loc>
620
- <Loc>
621
- <Family>US GAAP</Family>
622
- <Version>2014</Version>
623
- <Href>http://xbrl.sec.gov/currency/2014/currency-2014-01-31.xsd</Href>
624
- <AttType>SCH</AttType>
625
- <FileTypeName>Schema</FileTypeName>
626
- <Elements>1</Elements>
627
- <Namespace>http://xbrl.sec.gov/currency/2014-01-31</Namespace>
628
- <Prefix>currency</Prefix>
629
- </Loc>
630
- <Loc>
631
- <Family>US GAAP</Family>
632
- <Version>2014</Version>
633
- <Href>http://xbrl.sec.gov/naics/2011/naics-2011-01-31.xsd</Href>
634
- <AttType>SCH</AttType>
635
- <FileTypeName>Schema</FileTypeName>
636
- <Elements>1</Elements>
637
- <Namespace>http://xbrl.sec.gov/naics/2011-01-31</Namespace>
638
- <Prefix>naics</Prefix>
639
- </Loc>
640
- <Loc>
641
- <Family>US GAAP</Family>
642
- <Version>2014</Version>
643
- <Href>http://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
644
- <AttType>SCH</AttType>
645
- <FileTypeName>Schema</FileTypeName>
646
- <Elements>1</Elements>
647
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
648
- <Prefix>sic</Prefix>
649
- </Loc>
650
- <Loc>
651
- <Family>US GAAP</Family>
652
- <Version>2014</Version>
653
- <Href>http://xbrl.sec.gov/stpr/2011/stpr-2011-01-31.xsd</Href>
654
- <AttType>SCH</AttType>
655
- <FileTypeName>Schema</FileTypeName>
656
- <Elements>1</Elements>
657
- <Namespace>http://xbrl.sec.gov/stpr/2011-01-31</Namespace>
658
- <Prefix>stpr</Prefix>
659
- </Loc>
660
- <Loc>
661
- <Family>US GAAP</Family>
662
- <Version>2014</Version>
663
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
664
- <AttType>SCH</AttType>
665
- <FileTypeName>Roles/Arcroles</FileTypeName>
666
- <Elements>0</Elements>
667
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
668
- </Loc>
669
- <Loc>
670
- <Family>US GAAP</Family>
671
- <Version>2014</Version>
672
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
673
- <AttType>SCH</AttType>
674
- <FileTypeName>Roles/Arcroles</FileTypeName>
675
- <Elements>0</Elements>
676
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
677
- </Loc>
678
- <Loc>
679
- <Family>US GAAP</Family>
680
- <Version>2014</Version>
681
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
682
- <AttType>SCH</AttType>
683
- <FileTypeName>Roles/Arcroles</FileTypeName>
684
- <Elements>0</Elements>
685
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
686
- </Loc>
687
- <Loc>
688
- <Family>US GAAP</Family>
689
- <Version>2013</Version>
690
- <Href>http://xbrl.fasb.org/us-gaap/2013/elts/us-gaap-2013-01-31.xsd</Href>
691
- <AttType>SCH</AttType>
692
- <FileTypeName>Schema</FileTypeName>
693
- <Elements>1</Elements>
694
- <Namespace>http://fasb.org/us-gaap/2013-01-31</Namespace>
695
- <Prefix>us-gaap</Prefix>
696
- </Loc>
697
- <Loc>
698
- <Family>US GAAP</Family>
699
- <Version>2013</Version>
700
- <Href>http://xbrl.sec.gov/dei/2013/dei-2013-01-31.xsd</Href>
701
- <AttType>SCH</AttType>
702
- <FileTypeName>Schema</FileTypeName>
703
- <Elements>1</Elements>
704
- <Namespace>http://xbrl.sec.gov/dei/2013-01-31</Namespace>
705
- <Prefix>dei</Prefix>
706
- </Loc>
707
- <Loc>
708
- <Family>US GAAP</Family>
709
- <Version>2013</Version>
710
- <Href>http://xbrl.fasb.org/us-gaap/2013/elts/us-types-2013-01-31.xsd</Href>
711
- <AttType>SCH</AttType>
712
- <FileTypeName>Schema</FileTypeName>
713
- <Elements>0</Elements>
714
- <Namespace>http://fasb.org/us-types/2013-01-31</Namespace>
715
- <Prefix>us-types</Prefix>
716
- </Loc>
717
- <Loc>
718
- <Family>US GAAP</Family>
719
- <Version>2013</Version>
720
- <Href>http://xbrl.fasb.org/us-gaap/2013/elts/us-roles-2013-01-31.xsd</Href>
721
- <AttType>SCH</AttType>
722
- <FileTypeName>Roles/Arcroles</FileTypeName>
723
- <Elements>0</Elements>
724
- <Namespace>http://fasb.org/us-roles/2013-01-31</Namespace>
725
- </Loc>
726
- <Loc>
727
- <Family>US GAAP</Family>
728
- <Version>2013</Version>
729
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
730
- <AttType>SCH</AttType>
731
- <FileTypeName>Schema</FileTypeName>
732
- <Elements>0</Elements>
733
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
734
- <Prefix>nonnum</Prefix>
735
- </Loc>
736
- <Loc>
737
- <Family>US GAAP</Family>
738
- <Version>2013</Version>
739
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
740
- <AttType>SCH</AttType>
741
- <FileTypeName>Schema</FileTypeName>
742
- <Elements>0</Elements>
743
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
744
- <Prefix>num</Prefix>
745
- </Loc>
746
- <Loc>
747
- <Family>US GAAP</Family>
748
- <Version>2013</Version>
749
- <Href>http://xbrl.sec.gov/invest/2013/invest-2013-01-31.xsd</Href>
750
- <AttType>SCH</AttType>
751
- <FileTypeName>Schema</FileTypeName>
752
- <Elements>1</Elements>
753
- <Namespace>http://xbrl.sec.gov/invest/2013-01-31</Namespace>
754
- <Prefix>invest</Prefix>
755
- </Loc>
756
- <Loc>
757
- <Family>US GAAP</Family>
758
- <Version>2013</Version>
759
- <Href>http://xbrl.sec.gov/country/2013/country-2013-01-31.xsd</Href>
760
- <AttType>SCH</AttType>
761
- <FileTypeName>Schema</FileTypeName>
762
- <Elements>1</Elements>
763
- <Namespace>http://xbrl.sec.gov/country/2013-01-31</Namespace>
764
- <Prefix>country</Prefix>
765
- </Loc>
766
- <Loc>
767
- <Family>US GAAP</Family>
768
- <Version>2013</Version>
769
- <Href>http://xbrl.sec.gov/currency/2012/currency-2012-01-31.xsd</Href>
770
- <AttType>SCH</AttType>
771
- <FileTypeName>Schema</FileTypeName>
772
- <Elements>1</Elements>
773
- <Namespace>http://xbrl.sec.gov/currency/2012-01-31</Namespace>
774
- <Prefix>currency</Prefix>
775
- </Loc>
776
- <Loc>
777
- <Family>US GAAP</Family>
778
- <Version>2013</Version>
779
- <Href>http://xbrl.sec.gov/exch/2013/exch-2013-01-31.xsd</Href>
780
- <AttType>SCH</AttType>
781
- <FileTypeName>Schema</FileTypeName>
782
- <Elements>1</Elements>
783
- <Namespace>http://xbrl.sec.gov/exch/2013-01-31</Namespace>
784
- <Prefix>exch</Prefix>
785
- </Loc>
786
- <Loc>
787
- <Family>US GAAP</Family>
788
- <Version>2013</Version>
789
- <Href>http://xbrl.sec.gov/naics/2011/naics-2011-01-31.xsd</Href>
790
- <AttType>SCH</AttType>
791
- <FileTypeName>Schema</FileTypeName>
792
- <Elements>1</Elements>
793
- <Namespace>http://xbrl.sec.gov/naics/2011-01-31</Namespace>
794
- <Prefix>naics</Prefix>
795
- </Loc>
796
- <Loc>
797
- <Family>US GAAP</Family>
798
- <Version>2013</Version>
799
- <Href>http://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
800
- <AttType>SCH</AttType>
801
- <FileTypeName>Schema</FileTypeName>
802
- <Elements>1</Elements>
803
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
804
- <Prefix>sic</Prefix>
805
- </Loc>
806
- <Loc>
807
- <Family>US GAAP</Family>
808
- <Version>2013</Version>
809
- <Href>http://xbrl.sec.gov/stpr/2011/stpr-2011-01-31.xsd</Href>
810
- <AttType>SCH</AttType>
811
- <FileTypeName>Schema</FileTypeName>
812
- <Elements>1</Elements>
813
- <Namespace>http://xbrl.sec.gov/stpr/2011-01-31</Namespace>
814
- <Prefix>stpr</Prefix>
815
- </Loc>
816
- <Loc>
817
- <Family>US GAAP</Family>
818
- <Version>2013</Version>
819
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
820
- <AttType>SCH</AttType>
821
- <FileTypeName>Roles/Arcroles</FileTypeName>
822
- <Elements>0</Elements>
823
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
824
- </Loc>
825
- <Loc>
826
- <Family>US GAAP</Family>
827
- <Version>2013</Version>
828
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
829
- <AttType>SCH</AttType>
830
- <FileTypeName>Roles/Arcroles</FileTypeName>
831
- <Elements>0</Elements>
832
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
833
- </Loc>
834
- <Loc>
835
- <Family>US GAAP</Family>
836
- <Version>2013</Version>
837
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
838
- <AttType>SCH</AttType>
839
- <FileTypeName>Roles/Arcroles</FileTypeName>
840
- <Elements>0</Elements>
841
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
842
- </Loc>
843
- <Loc>
844
- <Family>US GAAP</Family>
845
- <Version>2012</Version>
846
- <Href>http://xbrl.fasb.org/us-gaap/2012/elts/us-gaap-2012-01-31.xsd</Href>
847
- <AttType>SCH</AttType>
848
- <FileTypeName>Schema</FileTypeName>
849
- <Elements>1</Elements>
850
- <Namespace>http://fasb.org/us-gaap/2012-01-31</Namespace>
851
- <Prefix>us-gaap</Prefix>
852
- </Loc>
853
- <Loc>
854
- <Family>US GAAP</Family>
855
- <Version>2012</Version>
856
- <Href>http://xbrl.sec.gov/dei/2012/dei-2012-01-31.xsd</Href>
857
- <AttType>SCH</AttType>
858
- <FileTypeName>Schema</FileTypeName>
859
- <Elements>1</Elements>
860
- <Namespace>http://xbrl.sec.gov/dei/2012-01-31</Namespace>
861
- <Prefix>dei</Prefix>
862
- </Loc>
863
- <Loc>
864
- <Family>US GAAP</Family>
865
- <Version>2012</Version>
866
- <Href>http://xbrl.fasb.org/us-gaap/2012/elts/us-types-2012-01-31.xsd</Href>
867
- <AttType>SCH</AttType>
868
- <FileTypeName>Schema</FileTypeName>
869
- <Elements>0</Elements>
870
- <Namespace>http://fasb.org/us-types/2012-01-31</Namespace>
871
- <Prefix>us-types</Prefix>
872
- </Loc>
873
- <Loc>
874
- <Family>US GAAP</Family>
875
- <Version>2012</Version>
876
- <Href>http://xbrl.fasb.org/us-gaap/2012/elts/us-roles-2012-01-31.xsd</Href>
877
- <AttType>SCH</AttType>
878
- <FileTypeName>Roles/Arcroles</FileTypeName>
879
- <Elements>0</Elements>
880
- <Namespace>http://fasb.org/us-roles/2012-01-31</Namespace>
881
- </Loc>
882
- <Loc>
883
- <Family>US GAAP</Family>
884
- <Version>2012</Version>
885
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
886
- <AttType>SCH</AttType>
887
- <FileTypeName>Schema</FileTypeName>
888
- <Elements>0</Elements>
889
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
890
- <Prefix>nonnum</Prefix>
891
- </Loc>
892
- <Loc>
893
- <Family>US GAAP</Family>
894
- <Version>2012</Version>
895
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
896
- <AttType>SCH</AttType>
897
- <FileTypeName>Schema</FileTypeName>
898
- <Elements>0</Elements>
899
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
900
- <Prefix>num</Prefix>
901
- </Loc>
902
- <Loc>
903
- <Family>US GAAP</Family>
904
- <Version>2012</Version>
905
- <Href>http://xbrl.sec.gov/invest/2012/invest-2012-01-31.xsd</Href>
906
- <AttType>SCH</AttType>
907
- <FileTypeName>Schema</FileTypeName>
908
- <Elements>1</Elements>
909
- <Namespace>http://xbrl.sec.gov/invest/2012-01-31</Namespace>
910
- <Prefix>invest</Prefix>
911
- </Loc>
912
- <Loc>
913
- <Family>US GAAP</Family>
914
- <Version>2012</Version>
915
- <Href>http://xbrl.sec.gov/country/2012/country-2012-01-31.xsd</Href>
916
- <AttType>SCH</AttType>
917
- <FileTypeName>Schema</FileTypeName>
918
- <Elements>1</Elements>
919
- <Namespace>http://xbrl.sec.gov/country/2012-01-31</Namespace>
920
- <Prefix>country</Prefix>
921
- </Loc>
922
- <Loc>
923
- <Family>US GAAP</Family>
924
- <Version>2012</Version>
925
- <Href>http://xbrl.sec.gov/currency/2012/currency-2012-01-31.xsd</Href>
926
- <AttType>SCH</AttType>
927
- <FileTypeName>Schema</FileTypeName>
928
- <Elements>1</Elements>
929
- <Namespace>http://xbrl.sec.gov/currency/2012-01-31</Namespace>
930
- <Prefix>currency</Prefix>
931
- </Loc>
932
- <Loc>
933
- <Family>US GAAP</Family>
934
- <Version>2012</Version>
935
- <Href>http://xbrl.sec.gov/exch/2012/exch-2012-01-31.xsd</Href>
936
- <AttType>SCH</AttType>
937
- <FileTypeName>Schema</FileTypeName>
938
- <Elements>1</Elements>
939
- <Namespace>http://xbrl.sec.gov/exch/2012-01-31</Namespace>
940
- <Prefix>exch</Prefix>
941
- </Loc>
942
- <Loc>
943
- <Family>US GAAP</Family>
944
- <Version>2012</Version>
945
- <Href>http://xbrl.sec.gov/naics/2011/naics-2011-01-31.xsd</Href>
946
- <AttType>SCH</AttType>
947
- <FileTypeName>Schema</FileTypeName>
948
- <Elements>1</Elements>
949
- <Namespace>http://xbrl.sec.gov/naics/2011-01-31</Namespace>
950
- <Prefix>naics</Prefix>
951
- </Loc>
952
- <Loc>
953
- <Family>US GAAP</Family>
954
- <Version>2012</Version>
955
- <Href>http://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
956
- <AttType>SCH</AttType>
957
- <FileTypeName>Schema</FileTypeName>
958
- <Elements>1</Elements>
959
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
960
- <Prefix>sic</Prefix>
961
- </Loc>
962
- <Loc>
963
- <Family>US GAAP</Family>
964
- <Version>2012</Version>
965
- <Href>http://xbrl.sec.gov/stpr/2011/stpr-2011-01-31.xsd</Href>
966
- <AttType>SCH</AttType>
967
- <FileTypeName>Schema</FileTypeName>
968
- <Elements>1</Elements>
969
- <Namespace>http://xbrl.sec.gov/stpr/2011-01-31</Namespace>
970
- <Prefix>stpr</Prefix>
971
- </Loc>
972
- <Loc>
973
- <Family>US GAAP</Family>
974
- <Version>2012</Version>
975
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
976
- <AttType>SCH</AttType>
977
- <FileTypeName>Roles/Arcroles</FileTypeName>
978
- <Elements>0</Elements>
979
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
980
- </Loc>
981
- <Loc>
982
- <Family>US GAAP</Family>
983
- <Version>2012</Version>
984
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
985
- <AttType>SCH</AttType>
986
- <FileTypeName>Roles/Arcroles</FileTypeName>
987
- <Elements>0</Elements>
988
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
989
- </Loc>
990
- <Loc>
991
- <Family>US GAAP</Family>
992
- <Version>2012</Version>
993
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
994
- <AttType>SCH</AttType>
995
- <FileTypeName>Roles/Arcroles</FileTypeName>
996
- <Elements>0</Elements>
997
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
998
- </Loc>
999
- <Loc>
1000
- <Family>RR</Family>
1001
- <Version>2012</Version>
1002
- <Href>http://xbrl.sec.gov/rr/2012/rr-2012-01-31.xsd</Href>
1003
- <AttType>SCH</AttType>
1004
- <FileTypeName>Schema</FileTypeName>
1005
- <Elements>1</Elements>
1006
- <Namespace>http://xbrl.sec.gov/rr/2012-01-31</Namespace>
1007
- <Prefix>rr</Prefix>
1008
- </Loc>
1009
- <Loc>
1010
- <Family>RR</Family>
1011
- <Version>2012</Version>
1012
- <Href>http://xbrl.sec.gov/dei/2012/dei-2012-01-31.xsd</Href>
1013
- <AttType>SCH</AttType>
1014
- <FileTypeName>Schema</FileTypeName>
1015
- <Elements>1</Elements>
1016
- <Namespace>http://xbrl.sec.gov/dei/2012-01-31</Namespace>
1017
- <Prefix>dei</Prefix>
1018
- </Loc>
1019
- <Loc>
1020
- <Family>RR</Family>
1021
- <Version>2012</Version>
1022
- <Href>http://xbrl.sec.gov/rr/2012/rr-ent-2012-01-31.xsd</Href>
1023
- <AttType>SCH</AttType>
1024
- <FileTypeName>Entry Point</FileTypeName>
1025
- <Elements>0</Elements>
1026
- <Namespace>http://xbrl.sec.gov/rr-ent/2012-01-31</Namespace>
1027
- <Prefix>rr-ent</Prefix>
1028
- </Loc>
1029
- <Loc>
1030
- <Family>RR</Family>
1031
- <Version>2012</Version>
1032
- <Href>http://xbrl.sec.gov/rr/2012/rr-cal-2012-01-31.xsd</Href>
1033
- <AttType>SCH</AttType>
1034
- <FileTypeName>Entry Point</FileTypeName>
1035
- <Elements>0</Elements>
1036
- <Namespace>http://xbrl.sec.gov/rr-cal/2012-01-31</Namespace>
1037
- <Prefix>rr-cal</Prefix>
1038
- </Loc>
1039
- <Loc>
1040
- <Family>RR</Family>
1041
- <Version>2012</Version>
1042
- <Href>http://xbrl.sec.gov/rr/2012/rr-def-2012-01-31.xsd</Href>
1043
- <AttType>SCH</AttType>
1044
- <FileTypeName>Entry Point</FileTypeName>
1045
- <Elements>0</Elements>
1046
- <Namespace>http://xbrl.sec.gov/rr-def/2012-01-31</Namespace>
1047
- <Prefix>rr-def</Prefix>
1048
- </Loc>
1049
- <Loc>
1050
- <Family>RR</Family>
1051
- <Version>2012</Version>
1052
- <Href>http://xbrl.sec.gov/rr/2012/rr-def-2012-01-31.xml</Href>
1053
- <AttType>DEF</AttType>
1054
- <FileTypeName>Definition, Dimensions</FileTypeName>
1055
- <Elements>0</Elements>
1056
- </Loc>
1057
- <Loc>
1058
- <Family>RR</Family>
1059
- <Version>2012</Version>
1060
- <Href>http://xbrl.sec.gov/rr/2012/rr-pre-2012-01-31.xsd</Href>
1061
- <AttType>SCH</AttType>
1062
- <FileTypeName>Entry Point</FileTypeName>
1063
- <Elements>0</Elements>
1064
- <Namespace>http://xbrl.sec.gov/rr-pre/2012-01-31</Namespace>
1065
- <Prefix>rr-pre</Prefix>
1066
- </Loc>
1067
- <Loc>
1068
- <Family>RR</Family>
1069
- <Version>2012</Version>
1070
- <Href>http://xbrl.sec.gov/rr/2012/rr-cal-2012-01-31.xml</Href>
1071
- <AttType>CAL</AttType>
1072
- <FileTypeName>Calculation</FileTypeName>
1073
- <Elements>0</Elements>
1074
- </Loc>
1075
- <Loc>
1076
- <Family>RR</Family>
1077
- <Version>2012</Version>
1078
- <Href>http://xbrl.sec.gov/rr/2012/rr-pre-2012-01-31.xml</Href>
1079
- <AttType>PRE</AttType>
1080
- <FileTypeName>Presentation</FileTypeName>
1081
- <Elements>0</Elements>
1082
- </Loc>
1083
- <Loc>
1084
- <Family>RR</Family>
1085
- <Version>2012</Version>
1086
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
1087
- <AttType>SCH</AttType>
1088
- <FileTypeName>Roles/Arcroles</FileTypeName>
1089
- <Elements>0</Elements>
1090
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
1091
- </Loc>
1092
-
1093
- <Loc>
1094
- <Family>US GAAP</Family>
1095
- <Version>2011</Version>
1096
- <Href>http://xbrl.fasb.org/us-gaap/2011/elts/us-gaap-2011-01-31.xsd</Href>
1097
- <AttType>SCH</AttType>
1098
- <FileTypeName>Schema</FileTypeName>
1099
- <Elements>1</Elements>
1100
- <Namespace>http://fasb.org/us-gaap/2011-01-31</Namespace>
1101
- <Prefix>us-gaap</Prefix>
1102
- </Loc>
1103
- <Loc>
1104
- <Family>US GAAP</Family>
1105
- <Version>2011</Version>
1106
- <Href>http://xbrl.sec.gov/dei/2011/dei-2011-01-31.xsd</Href>
1107
- <AttType>SCH</AttType>
1108
- <FileTypeName>Schema</FileTypeName>
1109
- <Elements>1</Elements>
1110
- <Namespace>http://xbrl.sec.gov/dei/2011-01-31</Namespace>
1111
- <Prefix>dei</Prefix>
1112
- </Loc>
1113
- <Loc>
1114
- <Family>US GAAP</Family>
1115
- <Version>2011</Version>
1116
- <Href>http://xbrl.fasb.org/us-gaap/2011/elts/us-types-2011-01-31.xsd</Href>
1117
- <AttType>SCH</AttType>
1118
- <FileTypeName>Schema</FileTypeName>
1119
- <Elements>0</Elements>
1120
- <Namespace>http://fasb.org/us-types/2011-01-31</Namespace>
1121
- </Loc>
1122
- <Loc>
1123
- <Family>US GAAP</Family>
1124
- <Version>2011</Version>
1125
- <Href>http://xbrl.fasb.org/us-gaap/2011/elts/us-roles-2011-01-31.xsd</Href>
1126
- <AttType>SCH</AttType>
1127
- <FileTypeName>Roles/Arcroles</FileTypeName>
1128
- <Elements>0</Elements>
1129
- <Namespace>http://fasb.org/us-roles/2011-01-31</Namespace>
1130
- </Loc>
1131
- <Loc>
1132
- <Family>US GAAP</Family>
1133
- <Version>2011</Version>
1134
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
1135
- <AttType>SCH</AttType>
1136
- <FileTypeName>Schema</FileTypeName>
1137
- <Elements>0</Elements>
1138
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
1139
- <Prefix>nonnum</Prefix>
1140
- </Loc>
1141
- <Loc>
1142
- <Family>US GAAP</Family>
1143
- <Version>2011</Version>
1144
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
1145
- <AttType>SCH</AttType>
1146
- <FileTypeName>Schema</FileTypeName>
1147
- <Elements>0</Elements>
1148
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
1149
- <Prefix>num</Prefix>
1150
- </Loc>
1151
- <Loc>
1152
- <Family>US GAAP</Family>
1153
- <Version>2011</Version>
1154
- <Href>http://xbrl.sec.gov/invest/2011/invest-2011-01-31.xsd</Href>
1155
- <AttType>SCH</AttType>
1156
- <FileTypeName>Schema</FileTypeName>
1157
- <Elements>1</Elements>
1158
- <Namespace>http://xbrl.sec.gov/invest/2011-01-31</Namespace>
1159
- <Prefix>invest</Prefix>
1160
- </Loc>
1161
- <Loc>
1162
- <Family>US GAAP</Family>
1163
- <Version>2011</Version>
1164
- <Href>http://xbrl.sec.gov/country/2011/country-2011-01-31.xsd</Href>
1165
- <AttType>SCH</AttType>
1166
- <FileTypeName>Schema</FileTypeName>
1167
- <Elements>1</Elements>
1168
- <Namespace>http://xbrl.sec.gov/country/2011-01-31</Namespace>
1169
- <Prefix>country</Prefix>
1170
- </Loc>
1171
- <Loc>
1172
- <Family>US GAAP</Family>
1173
- <Version>2011</Version>
1174
- <Href>http://xbrl.sec.gov/currency/2011/currency-2011-01-31.xsd</Href>
1175
- <AttType>SCH</AttType>
1176
- <FileTypeName>Schema</FileTypeName>
1177
- <Elements>1</Elements>
1178
- <Namespace>http://xbrl.sec.gov/currency/2011-01-31</Namespace>
1179
- <Prefix>currency</Prefix>
1180
- </Loc>
1181
- <Loc>
1182
- <Family>US GAAP</Family>
1183
- <Version>2011</Version>
1184
- <Href>http://xbrl.sec.gov/exch/2011/exch-2011-01-31.xsd</Href>
1185
- <AttType>SCH</AttType>
1186
- <FileTypeName>Schema</FileTypeName>
1187
- <Elements>1</Elements>
1188
- <Namespace>http://xbrl.sec.gov/exch/2011-01-31</Namespace>
1189
- <Prefix>exch</Prefix>
1190
- </Loc>
1191
- <Loc>
1192
- <Family>US GAAP</Family>
1193
- <Version>2011</Version>
1194
- <Href>http://xbrl.sec.gov/naics/2011/naics-2011-01-31.xsd</Href>
1195
- <AttType>SCH</AttType>
1196
- <FileTypeName>Schema</FileTypeName>
1197
- <Elements>1</Elements>
1198
- <Namespace>http://xbrl.sec.gov/naics/2011-01-31</Namespace>
1199
- <Prefix>naics</Prefix>
1200
- </Loc>
1201
- <Loc>
1202
- <Family>US GAAP</Family>
1203
- <Version>2011</Version>
1204
- <Href>http://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
1205
- <AttType>SCH</AttType>
1206
- <FileTypeName>Schema</FileTypeName>
1207
- <Elements>1</Elements>
1208
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
1209
- <Prefix>sic</Prefix>
1210
- </Loc>
1211
- <Loc>
1212
- <Family>US GAAP</Family>
1213
- <Version>2011</Version>
1214
- <Href>http://xbrl.sec.gov/stpr/2011/stpr-2011-01-31.xsd</Href>
1215
- <AttType>SCH</AttType>
1216
- <FileTypeName>Schema</FileTypeName>
1217
- <Elements>1</Elements>
1218
- <Namespace>http://xbrl.sec.gov/stpr/2011-01-31</Namespace>
1219
- <Prefix>stpr</Prefix>
1220
- </Loc>
1221
- <Loc>
1222
- <Family>US GAAP</Family>
1223
- <Version>2011</Version>
1224
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
1225
- <AttType>SCH</AttType>
1226
- <FileTypeName>Roles/Arcroles</FileTypeName>
1227
- <Elements>0</Elements>
1228
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
1229
- </Loc>
1230
- <Loc>
1231
- <Family>US GAAP</Family>
1232
- <Version>2011</Version>
1233
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
1234
- <AttType>SCH</AttType>
1235
- <FileTypeName>Roles/Arcroles</FileTypeName>
1236
- <Elements>0</Elements>
1237
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
1238
- </Loc>
1239
- <Loc>
1240
- <Family>US GAAP</Family>
1241
- <Version>2011</Version>
1242
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
1243
- <AttType>SCH</AttType>
1244
- <FileTypeName>Roles/Arcroles</FileTypeName>
1245
- <Elements>0</Elements>
1246
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
1247
- </Loc>
1248
-
1249
-
1250
- <Loc>
1251
- <Family>RR</Family>
1252
- <Version>2010</Version>
1253
- <Href>http://xbrl.sec.gov/rr/2010/rr-2010-02-28.xsd</Href>
1254
- <AttType>SCH</AttType>
1255
- <FileTypeName>Schema</FileTypeName>
1256
- <Elements>1</Elements>
1257
- <Namespace>http://xbrl.sec.gov/rr/2010-02-28</Namespace>
1258
- <Prefix>rr</Prefix>
1259
- </Loc>
1260
- <Loc>
1261
- <Family>RR</Family>
1262
- <Version>2010</Version>
1263
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd</Href>
1264
- <AttType>SCH</AttType>
1265
- <FileTypeName>Schema</FileTypeName>
1266
- <Elements>1</Elements>
1267
- <Namespace>http://xbrl.us/dei/2009-01-31</Namespace>
1268
- <Prefix>dei</Prefix>
1269
- </Loc>
1270
- <Loc>
1271
- <Family>RR</Family>
1272
- <Version>2010</Version>
1273
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/elts/us-types-2009-01-31.xsd</Href>
1274
- <AttType>SCH</AttType>
1275
- <FileTypeName>Schema</FileTypeName>
1276
- <Elements>0</Elements>
1277
- <Namespace>http://xbrl.us/us-types/2009-01-31</Namespace>
1278
- <Prefix>us-types</Prefix>
1279
- </Loc>
1280
- <Loc>
1281
- <Family>RR</Family>
1282
- <Version>2010</Version>
1283
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/elts/us-roles-2009-01-31.xsd</Href>
1284
- <AttType>SCH</AttType>
1285
- <FileTypeName>Roles/Arcroles</FileTypeName>
1286
- <Elements>0</Elements>
1287
- <Namespace>http://xbrl.us/us-roles/2009-01-31</Namespace>
1288
- </Loc>
1289
- <Loc>
1290
- <Family>RR</Family>
1291
- <Version>2010</Version>
1292
- <Href>http://xbrl.sec.gov/rr/2010/rr-ent-2010-02-28.xsd</Href>
1293
- <AttType>SCH</AttType>
1294
- <FileTypeName>Entry Point</FileTypeName>
1295
- <Elements>0</Elements>
1296
- <Namespace>http://xbrl.sec.gov/rr-ent/2010-02-28</Namespace>
1297
- <Prefix>rr-ent</Prefix>
1298
- </Loc>
1299
- <Loc>
1300
- <Family>RR</Family>
1301
- <Version>2010</Version>
1302
- <Href>http://xbrl.sec.gov/rr/2010/rr-cal-2010-02-28.xsd</Href>
1303
- <AttType>SCH</AttType>
1304
- <FileTypeName>Entry Point</FileTypeName>
1305
- <Elements>0</Elements>
1306
- <Namespace>http://xbrl.sec.gov/rr-cal/2010-02-28</Namespace>
1307
- <Prefix>rr-cal</Prefix>
1308
- </Loc>
1309
- <Loc>
1310
- <Family>RR</Family>
1311
- <Version>2010</Version>
1312
- <Href>http://xbrl.sec.gov/rr/2010/rr-def-2010-02-28.xsd</Href>
1313
- <AttType>SCH</AttType>
1314
- <FileTypeName>Entry Point</FileTypeName>
1315
- <Elements>0</Elements>
1316
- <Namespace>http://xbrl.sec.gov/rr-def/2010-02-28</Namespace>
1317
- <Prefix>rr-def</Prefix>
1318
- </Loc>
1319
- <Loc>
1320
- <Family>RR</Family>
1321
- <Version>2010</Version>
1322
- <Href>http://xbrl.sec.gov/rr/2010/rr-def-2010-02-28.xml</Href>
1323
- <AttType>DEF</AttType>
1324
- <FileTypeName>Definition, Dimensions</FileTypeName>
1325
- <Elements>0</Elements>
1326
- </Loc>
1327
- <Loc>
1328
- <Family>RR</Family>
1329
- <Version>2010</Version>
1330
- <Href>http://xbrl.sec.gov/rr/2010/rr-pre-2010-02-28.xsd</Href>
1331
- <AttType>SCH</AttType>
1332
- <FileTypeName>Entry Point</FileTypeName>
1333
- <Elements>0</Elements>
1334
- <Namespace>http://xbrl.sec.gov/rr-pre/2010-02-28</Namespace>
1335
- <Prefix>rr-pre</Prefix>
1336
- </Loc>
1337
- <Loc>
1338
- <Family>RR</Family>
1339
- <Version>2010</Version>
1340
- <Href>http://xbrl.sec.gov/rr/2010/rr-cal-2010-02-28.xml</Href>
1341
- <AttType>CAL</AttType>
1342
- <FileTypeName>Calculation</FileTypeName>
1343
- <Elements>0</Elements>
1344
- </Loc>
1345
- <Loc>
1346
- <Family>RR</Family>
1347
- <Version>2010</Version>
1348
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-lab-2009-01-31.xml</Href>
1349
- <AttType>LAB</AttType>
1350
- <FileTypeName>Labels, Standard</FileTypeName>
1351
- <Elements>0</Elements>
1352
- </Loc>
1353
- <Loc>
1354
- <Family>RR</Family>
1355
- <Version>2010</Version>
1356
- <Href>http://xbrl.sec.gov/rr/2010/rr-pre-2010-02-28.xml</Href>
1357
- <AttType>PRE</AttType>
1358
- <FileTypeName>Presentation</FileTypeName>
1359
- <Elements>0</Elements>
1360
- </Loc>
1361
- <Loc>
1362
- <Family>RR</Family>
1363
- <Version>2010</Version>
1364
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
1365
- <AttType>SCH</AttType>
1366
- <FileTypeName>Roles/Arcroles</FileTypeName>
1367
- <Elements>0</Elements>
1368
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
1369
- </Loc>
1370
- <Loc>
1371
- <Family>RR</Family>
1372
- <Version>2010</Version>
1373
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/us-gaap-doc-di-def-2009-01-31.xml</Href>
1374
- <AttType>DEF</AttType>
1375
- <FileTypeName>Definition, Dimensions</FileTypeName>
1376
- <Elements>0</Elements>
1377
- </Loc>
1378
- <Loc>
1379
- <Family>RR</Family>
1380
- <Version>2010</Version>
1381
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/us-gaap-doc-ent-def-2009-01-31.xml</Href>
1382
- <AttType>DEF</AttType>
1383
- <FileTypeName>Definition, Dimensions</FileTypeName>
1384
- <Elements>0</Elements>
1385
- </Loc>
1386
- <Loc>
1387
- <Family>US GAAP</Family>
1388
- <Version>2014 IM</Version>
1389
- <Href>http://xbrl.sec.gov/invest/2013/invest-2013-01-31.xsd</Href>
1390
- <AttType>SCH</AttType>
1391
- <FileTypeName>Schema</FileTypeName>
1392
- <Elements>1</Elements>
1393
- <Namespace>http://xbrl.sec.gov/invest/2013-01-31</Namespace>
1394
- <Prefix>invest</Prefix>
1395
- </Loc>
1396
- <Loc>
1397
- <Family>US GAAP</Family>
1398
- <Version>2014 IM</Version>
1399
- <Href>http://xbrl.fasb.org/us-gaap/2014/elts/us-gaap-2014-01-31.xsd</Href>
1400
- <AttType>SCH</AttType>
1401
- <FileTypeName>Schema</FileTypeName>
1402
- <Elements>1</Elements>
1403
- <Namespace>http://fasb.org/us-gaap/2014-01-31</Namespace>
1404
- <Prefix>us-gaap</Prefix>
1405
- </Loc>
1406
- <Loc>
1407
- <Family>US GAAP</Family>
1408
- <Version>2014 IM</Version>
1409
- <Href>http://xbrl.sec.gov/dei/2014/dei-2014-01-31.xsd</Href>
1410
- <AttType>SCH</AttType>
1411
- <FileTypeName>Schema</FileTypeName>
1412
- <Elements>1</Elements>
1413
- <Namespace>http://xbrl.sec.gov/dei/2014-01-31</Namespace>
1414
- <Prefix>dei</Prefix>
1415
- </Loc>
1416
- <Loc>
1417
- <Family>US GAAP</Family>
1418
- <Version>2014 IM</Version>
1419
- <Href>http://xbrl.fasb.org/us-gaap/2014/elts/us-types-2014-01-31.xsd</Href>
1420
- <AttType>SCH</AttType>
1421
- <FileTypeName>Schema</FileTypeName>
1422
- <Elements>0</Elements>
1423
- <Namespace>http://fasb.org/us-types/2014-01-31</Namespace>
1424
- <Prefix>us-types</Prefix>
1425
- </Loc>
1426
- <Loc>
1427
- <Family>US GAAP</Family>
1428
- <Version>2014 IM</Version>
1429
- <Href>http://xbrl.fasb.org/us-gaap/2014/elts/us-roles-2014-01-31.xsd</Href>
1430
- <AttType>SCH</AttType>
1431
- <FileTypeName>Roles/Arcroles</FileTypeName>
1432
- <Elements>0</Elements>
1433
- <Namespace>http://fasb.org/us-roles/2014-01-31</Namespace>
1434
- </Loc>
1435
- <Loc>
1436
- <Family>US GAAP</Family>
1437
- <Version>2014 IM</Version>
1438
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
1439
- <AttType>SCH</AttType>
1440
- <FileTypeName>Schema</FileTypeName>
1441
- <Elements>0</Elements>
1442
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
1443
- <Prefix>num</Prefix>
1444
- </Loc>
1445
- <Loc>
1446
- <Family>US GAAP</Family>
1447
- <Version>2014 IM</Version>
1448
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
1449
- <AttType>SCH</AttType>
1450
- <FileTypeName>Schema</FileTypeName>
1451
- <Elements>0</Elements>
1452
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
1453
- <Prefix>nonnum</Prefix>
1454
- </Loc>
1455
- <Loc>
1456
- <Family>US GAAP</Family>
1457
- <Version>2014 IM</Version>
1458
- <Href>http://xbrl.sec.gov/country/2013/country-2013-01-31.xsd</Href>
1459
- <AttType>SCH</AttType>
1460
- <FileTypeName>Schema</FileTypeName>
1461
- <Elements>1</Elements>
1462
- <Namespace>http://xbrl.sec.gov/country/2013-01-31</Namespace>
1463
- <Prefix>country</Prefix>
1464
- </Loc>
1465
- <Loc>
1466
- <Family>US GAAP</Family>
1467
- <Version>2014 IM</Version>
1468
- <Href>http://xbrl.sec.gov/currency/2014/currency-2014-01-31.xsd</Href>
1469
- <AttType>SCH</AttType>
1470
- <FileTypeName>Schema</FileTypeName>
1471
- <Elements>1</Elements>
1472
- <Namespace>http://xbrl.sec.gov/currency/2014-01-31</Namespace>
1473
- <Prefix>currency</Prefix>
1474
- </Loc>
1475
- <Loc>
1476
- <Family>US GAAP</Family>
1477
- <Version>2014 IM</Version>
1478
- <Href>http://xbrl.sec.gov/exch/2014/exch-2014-01-31.xsd</Href>
1479
- <AttType>SCH</AttType>
1480
- <FileTypeName>Schema</FileTypeName>
1481
- <Elements>1</Elements>
1482
- <Namespace>http://xbrl.sec.gov/exch/2014-01-31</Namespace>
1483
- <Prefix>exch</Prefix>
1484
- </Loc>
1485
- <Loc>
1486
- <Family>US GAAP</Family>
1487
- <Version>2014 IM</Version>
1488
- <Href>http://xbrl.sec.gov/naics/2011/naics-2011-01-31.xsd</Href>
1489
- <AttType>SCH</AttType>
1490
- <FileTypeName>Schema</FileTypeName>
1491
- <Elements>1</Elements>
1492
- <Namespace>http://xbrl.sec.gov/naics/2011-01-31</Namespace>
1493
- <Prefix>naics</Prefix>
1494
- </Loc>
1495
- <Loc>
1496
- <Family>US GAAP</Family>
1497
- <Version>2014 IM</Version>
1498
- <Href>http://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
1499
- <AttType>SCH</AttType>
1500
- <FileTypeName>Schema</FileTypeName>
1501
- <Elements>1</Elements>
1502
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
1503
- <Prefix>sic</Prefix>
1504
- </Loc>
1505
- <Loc>
1506
- <Family>US GAAP</Family>
1507
- <Version>2014 IM</Version>
1508
- <Href>http://xbrl.sec.gov/stpr/2011/stpr-2011-01-31.xsd</Href>
1509
- <AttType>SCH</AttType>
1510
- <FileTypeName>Schema</FileTypeName>
1511
- <Elements>1</Elements>
1512
- <Namespace>http://xbrl.sec.gov/stpr/2011-01-31</Namespace>
1513
- <Prefix>stpr</Prefix>
1514
- </Loc>
1515
- <Loc>
1516
- <Family>US GAAP</Family>
1517
- <Version>2014 IM</Version>
1518
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
1519
- <AttType>SCH</AttType>
1520
- <FileTypeName>Roles/Arcroles</FileTypeName>
1521
- <Elements>0</Elements>
1522
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
1523
- </Loc>
1524
- <Loc>
1525
- <Family>US GAAP</Family>
1526
- <Version>2014 IM</Version>
1527
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
1528
- <AttType>SCH</AttType>
1529
- <FileTypeName>Roles/Arcroles</FileTypeName>
1530
- <Elements>0</Elements>
1531
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
1532
- </Loc>
1533
- <Loc>
1534
- <Family>US GAAP</Family>
1535
- <Version>2014 IM</Version>
1536
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
1537
- <AttType>SCH</AttType>
1538
- <FileTypeName>Roles/Arcroles</FileTypeName>
1539
- <Elements>0</Elements>
1540
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
1541
- </Loc>
1542
- <Loc>
1543
- <Family>US GAAP</Family>
1544
- <Version>2013 IM</Version>
1545
- <Href>http://xbrl.sec.gov/invest/2013/invest-2013-01-31.xsd</Href>
1546
- <AttType>SCH</AttType>
1547
- <FileTypeName>Schema</FileTypeName>
1548
- <Elements>1</Elements>
1549
- <Namespace>http://xbrl.sec.gov/invest/2013-01-31</Namespace>
1550
- <Prefix>invest</Prefix>
1551
- </Loc>
1552
- <Loc>
1553
- <Family>US GAAP</Family>
1554
- <Version>2013 IM</Version>
1555
- <Href>http://xbrl.fasb.org/us-gaap/2013/elts/us-gaap-2013-01-31.xsd</Href>
1556
- <AttType>SCH</AttType>
1557
- <FileTypeName>Schema</FileTypeName>
1558
- <Elements>1</Elements>
1559
- <Namespace>http://fasb.org/us-gaap/2013-01-31</Namespace>
1560
- <Prefix>us-gaap</Prefix>
1561
- </Loc>
1562
- <Loc>
1563
- <Family>US GAAP</Family>
1564
- <Version>2013 IM</Version>
1565
- <Href>http://xbrl.sec.gov/dei/2013/dei-2013-01-31.xsd</Href>
1566
- <AttType>SCH</AttType>
1567
- <FileTypeName>Schema</FileTypeName>
1568
- <Elements>1</Elements>
1569
- <Namespace>http://xbrl.sec.gov/dei/2013-01-31</Namespace>
1570
- <Prefix>dei</Prefix>
1571
- </Loc>
1572
- <Loc>
1573
- <Family>US GAAP</Family>
1574
- <Version>2013 IM</Version>
1575
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
1576
- <AttType>SCH</AttType>
1577
- <FileTypeName>Schema</FileTypeName>
1578
- <Elements>0</Elements>
1579
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
1580
- <Prefix>nonnum</Prefix>
1581
- </Loc>
1582
- <Loc>
1583
- <Family>US GAAP</Family>
1584
- <Version>2013 IM</Version>
1585
- <Href>http://xbrl.fasb.org/us-gaap/2013/elts/us-types-2013-01-31.xsd</Href>
1586
- <AttType>SCH</AttType>
1587
- <FileTypeName>Schema</FileTypeName>
1588
- <Elements>0</Elements>
1589
- <Namespace>http://fasb.org/us-types/2013-01-31</Namespace>
1590
- <Prefix>us-types</Prefix>
1591
- </Loc>
1592
- <Loc>
1593
- <Family>US GAAP</Family>
1594
- <Version>2013 IM</Version>
1595
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
1596
- <AttType>SCH</AttType>
1597
- <FileTypeName>Schema</FileTypeName>
1598
- <Elements>0</Elements>
1599
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
1600
- <Prefix>num</Prefix>
1601
- </Loc>
1602
- <Loc>
1603
- <Family>US GAAP</Family>
1604
- <Version>2013 IM</Version>
1605
- <Href>http://xbrl.fasb.org/us-gaap/2013/elts/us-roles-2013-01-31.xsd</Href>
1606
- <AttType>SCH</AttType>
1607
- <FileTypeName>Roles/Arcroles</FileTypeName>
1608
- <Elements>0</Elements>
1609
- <Namespace>http://fasb.org/us-roles/2013-01-31</Namespace>
1610
- </Loc>
1611
- <Loc>
1612
- <Family>US GAAP</Family>
1613
- <Version>2013 IM</Version>
1614
- <Href>http://xbrl.sec.gov/country/2013/country-2013-01-31.xsd</Href>
1615
- <AttType>SCH</AttType>
1616
- <FileTypeName>Schema</FileTypeName>
1617
- <Elements>1</Elements>
1618
- <Namespace>http://xbrl.sec.gov/country/2013-01-31</Namespace>
1619
- <Prefix>country</Prefix>
1620
- </Loc>
1621
- <Loc>
1622
- <Family>US GAAP</Family>
1623
- <Version>2013 IM</Version>
1624
- <Href>http://xbrl.sec.gov/currency/2012/currency-2012-01-31.xsd</Href>
1625
- <AttType>SCH</AttType>
1626
- <FileTypeName>Schema</FileTypeName>
1627
- <Elements>1</Elements>
1628
- <Namespace>http://xbrl.sec.gov/currency/2012-01-31</Namespace>
1629
- <Prefix>currency</Prefix>
1630
- </Loc>
1631
- <Loc>
1632
- <Family>US GAAP</Family>
1633
- <Version>2013 IM</Version>
1634
- <Href>http://xbrl.sec.gov/exch/2013/exch-2013-01-31.xsd</Href>
1635
- <AttType>SCH</AttType>
1636
- <FileTypeName>Schema</FileTypeName>
1637
- <Elements>1</Elements>
1638
- <Namespace>http://xbrl.sec.gov/exch/2013-01-31</Namespace>
1639
- <Prefix>exch</Prefix>
1640
- </Loc>
1641
- <Loc>
1642
- <Family>US GAAP</Family>
1643
- <Version>2013 IM</Version>
1644
- <Href>http://xbrl.sec.gov/naics/2011/naics-2011-01-31.xsd</Href>
1645
- <AttType>SCH</AttType>
1646
- <FileTypeName>Schema</FileTypeName>
1647
- <Elements>1</Elements>
1648
- <Namespace>http://xbrl.sec.gov/naics/2011-01-31</Namespace>
1649
- <Prefix>naics</Prefix>
1650
- </Loc>
1651
- <Loc>
1652
- <Family>US GAAP</Family>
1653
- <Version>2013 IM</Version>
1654
- <Href>http://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
1655
- <AttType>SCH</AttType>
1656
- <FileTypeName>Schema</FileTypeName>
1657
- <Elements>1</Elements>
1658
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
1659
- <Prefix>sic</Prefix>
1660
- </Loc>
1661
- <Loc>
1662
- <Family>US GAAP</Family>
1663
- <Version>2013 IM</Version>
1664
- <Href>http://xbrl.sec.gov/stpr/2011/stpr-2011-01-31.xsd</Href>
1665
- <AttType>SCH</AttType>
1666
- <FileTypeName>Schema</FileTypeName>
1667
- <Elements>1</Elements>
1668
- <Namespace>http://xbrl.sec.gov/stpr/2011-01-31</Namespace>
1669
- <Prefix>stpr</Prefix>
1670
- </Loc>
1671
- <Loc>
1672
- <Family>US GAAP</Family>
1673
- <Version>2013 IM</Version>
1674
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
1675
- <AttType>SCH</AttType>
1676
- <FileTypeName>Roles/Arcroles</FileTypeName>
1677
- <Elements>0</Elements>
1678
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
1679
- </Loc>
1680
- <Loc>
1681
- <Family>US GAAP</Family>
1682
- <Version>2013 IM</Version>
1683
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
1684
- <AttType>SCH</AttType>
1685
- <FileTypeName>Roles/Arcroles</FileTypeName>
1686
- <Elements>0</Elements>
1687
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
1688
- </Loc>
1689
- <Loc>
1690
- <Family>US GAAP</Family>
1691
- <Version>2013 IM</Version>
1692
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
1693
- <AttType>SCH</AttType>
1694
- <FileTypeName>Roles/Arcroles</FileTypeName>
1695
- <Elements>0</Elements>
1696
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
1697
- </Loc>
1698
- <Loc>
1699
- <Family>US GAAP</Family>
1700
- <Version>2012 IM</Version>
1701
- <Href>http://xbrl.sec.gov/invest/2012/invest-2012-01-31.xsd</Href>
1702
- <AttType>SCH</AttType>
1703
- <FileTypeName>Schema</FileTypeName>
1704
- <Elements>1</Elements>
1705
- <Namespace>http://xbrl.sec.gov/invest/2012-01-31</Namespace>
1706
- <Prefix>invest</Prefix>
1707
- </Loc>
1708
- <Loc>
1709
- <Family>US GAAP</Family>
1710
- <Version>2012 IM</Version>
1711
- <Href>http://xbrl.fasb.org/us-gaap/2012/elts/us-gaap-2012-01-31.xsd</Href>
1712
- <AttType>SCH</AttType>
1713
- <FileTypeName>Schema</FileTypeName>
1714
- <Elements>1</Elements>
1715
- <Namespace>http://fasb.org/us-gaap/2012-01-31</Namespace>
1716
- <Prefix>us-gaap</Prefix>
1717
- </Loc>
1718
- <Loc>
1719
- <Family>US GAAP</Family>
1720
- <Version>2012 IM</Version>
1721
- <Href>http://xbrl.sec.gov/dei/2012/dei-2012-01-31.xsd</Href>
1722
- <AttType>SCH</AttType>
1723
- <FileTypeName>Schema</FileTypeName>
1724
- <Elements>1</Elements>
1725
- <Namespace>http://xbrl.sec.gov/dei/2012-01-31</Namespace>
1726
- <Prefix>dei</Prefix>
1727
- </Loc>
1728
- <Loc>
1729
- <Family>US GAAP</Family>
1730
- <Version>2012 IM</Version>
1731
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
1732
- <AttType>SCH</AttType>
1733
- <FileTypeName>Schema</FileTypeName>
1734
- <Elements>0</Elements>
1735
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
1736
- <Prefix>nonnum</Prefix>
1737
- </Loc>
1738
- <Loc>
1739
- <Family>US GAAP</Family>
1740
- <Version>2012 IM</Version>
1741
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
1742
- <AttType>SCH</AttType>
1743
- <FileTypeName>Schema</FileTypeName>
1744
- <Elements>0</Elements>
1745
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
1746
- <Prefix>num</Prefix>
1747
- </Loc>
1748
- <Loc>
1749
- <Family>US GAAP</Family>
1750
- <Version>2012 IM</Version>
1751
- <Href>http://xbrl.sec.gov/country/2012/country-2012-01-31.xsd</Href>
1752
- <AttType>SCH</AttType>
1753
- <FileTypeName>Schema</FileTypeName>
1754
- <Elements>1</Elements>
1755
- <Namespace>http://xbrl.sec.gov/country/2012-01-31</Namespace>
1756
- <Prefix>country</Prefix>
1757
- </Loc>
1758
- <Loc>
1759
- <Family>US GAAP</Family>
1760
- <Version>2012 IM</Version>
1761
- <Href>http://xbrl.sec.gov/currency/2012/currency-2012-01-31.xsd</Href>
1762
- <AttType>SCH</AttType>
1763
- <FileTypeName>Schema</FileTypeName>
1764
- <Elements>1</Elements>
1765
- <Namespace>http://xbrl.sec.gov/currency/2012-01-31</Namespace>
1766
- <Prefix>currency</Prefix>
1767
- </Loc>
1768
- <Loc>
1769
- <Family>US GAAP</Family>
1770
- <Version>2012 IM</Version>
1771
- <Href>http://xbrl.sec.gov/exch/2012/exch-2012-01-31.xsd</Href>
1772
- <AttType>SCH</AttType>
1773
- <FileTypeName>Schema</FileTypeName>
1774
- <Elements>1</Elements>
1775
- <Namespace>http://xbrl.sec.gov/exch/2012-01-31</Namespace>
1776
- <Prefix>exch</Prefix>
1777
- </Loc>
1778
- <Loc>
1779
- <Family>US GAAP</Family>
1780
- <Version>2012 IM</Version>
1781
- <Href>http://xbrl.sec.gov/naics/2011/naics-2011-01-31.xsd</Href>
1782
- <AttType>SCH</AttType>
1783
- <FileTypeName>Schema</FileTypeName>
1784
- <Elements>1</Elements>
1785
- <Namespace>http://xbrl.sec.gov/naics/2011-01-31</Namespace>
1786
- <Prefix>naics</Prefix>
1787
- </Loc>
1788
- <Loc>
1789
- <Family>US GAAP</Family>
1790
- <Version>2012 IM</Version>
1791
- <Href>http://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
1792
- <AttType>SCH</AttType>
1793
- <FileTypeName>Schema</FileTypeName>
1794
- <Elements>1</Elements>
1795
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
1796
- <Prefix>sic</Prefix>
1797
- </Loc>
1798
- <Loc>
1799
- <Family>US GAAP</Family>
1800
- <Version>2012 IM</Version>
1801
- <Href>http://xbrl.sec.gov/stpr/2011/stpr-2011-01-31.xsd</Href>
1802
- <AttType>SCH</AttType>
1803
- <FileTypeName>Schema</FileTypeName>
1804
- <Elements>1</Elements>
1805
- <Namespace>http://xbrl.sec.gov/stpr/2011-01-31</Namespace>
1806
- <Prefix>stpr</Prefix>
1807
- </Loc>
1808
- <Loc>
1809
- <Family>US GAAP</Family>
1810
- <Version>2012 IM</Version>
1811
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
1812
- <AttType>SCH</AttType>
1813
- <FileTypeName>Roles/Arcroles</FileTypeName>
1814
- <Elements>0</Elements>
1815
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
1816
- </Loc>
1817
- <Loc>
1818
- <Family>US GAAP</Family>
1819
- <Version>2012 IM</Version>
1820
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
1821
- <AttType>SCH</AttType>
1822
- <FileTypeName>Roles/Arcroles</FileTypeName>
1823
- <Elements>0</Elements>
1824
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
1825
- </Loc>
1826
- <Loc>
1827
- <Family>US GAAP</Family>
1828
- <Version>2012 IM</Version>
1829
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
1830
- <AttType>SCH</AttType>
1831
- <FileTypeName>Roles/Arcroles</FileTypeName>
1832
- <Elements>0</Elements>
1833
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
1834
- </Loc>
1835
-
1836
- <Loc>
1837
- <Family>US GAAP</Family>
1838
- <Version>2012 IM</Version>
1839
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
1840
- <AttType>SCH</AttType>
1841
- <FileTypeName>Roles/Arcroles</FileTypeName>
1842
- <Elements>0</Elements>
1843
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
1844
- </Loc>
1845
- <Loc>
1846
- <Family>US GAAP</Family>
1847
- <Version>2011 IM</Version>
1848
- <Href>http://xbrl.sec.gov/invest/2011/invest-2011-01-31.xsd</Href>
1849
- <AttType>SCH</AttType>
1850
- <FileTypeName>Schema</FileTypeName>
1851
- <Elements>1</Elements>
1852
- <Namespace>http://xbrl.sec.gov/invest/2011-01-31</Namespace>
1853
- <Prefix>invest</Prefix>
1854
- </Loc>
1855
- <Loc>
1856
- <Family>US GAAP</Family>
1857
- <Version>2011 IM</Version>
1858
- <Href>http://xbrl.fasb.org/us-gaap/2011/elts/us-gaap-2011-01-31.xsd</Href>
1859
- <AttType>SCH</AttType>
1860
- <FileTypeName>Schema</FileTypeName>
1861
- <Elements>1</Elements>
1862
- <Namespace>http://fasb.org/us-gaap/2011-01-31</Namespace>
1863
- <Prefix>us-gaap</Prefix>
1864
- </Loc>
1865
- <Loc>
1866
- <Family>US GAAP</Family>
1867
- <Version>2011 IM</Version>
1868
- <Href>http://xbrl.sec.gov/dei/2011/dei-2011-01-31.xsd</Href>
1869
- <AttType>SCH</AttType>
1870
- <FileTypeName>Schema</FileTypeName>
1871
- <Elements>1</Elements>
1872
- <Namespace>http://xbrl.sec.gov/dei/2011-01-31</Namespace>
1873
- <Prefix>dei</Prefix>
1874
- </Loc>
1875
- <Loc>
1876
- <Family>US GAAP</Family>
1877
- <Version>2011 IM</Version>
1878
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
1879
- <AttType>SCH</AttType>
1880
- <FileTypeName>Schema</FileTypeName>
1881
- <Elements>0</Elements>
1882
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
1883
- <Prefix>nonnum</Prefix>
1884
- </Loc>
1885
- <Loc>
1886
- <Family>US GAAP</Family>
1887
- <Version>2011 IM</Version>
1888
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
1889
- <AttType>SCH</AttType>
1890
- <FileTypeName>Schema</FileTypeName>
1891
- <Elements>0</Elements>
1892
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
1893
- <Prefix>num</Prefix>
1894
- </Loc>
1895
- <Loc>
1896
- <Family>US GAAP</Family>
1897
- <Version>2011 IM</Version>
1898
- <Href>http://xbrl.sec.gov/country/2011/country-2011-01-31.xsd</Href>
1899
- <AttType>SCH</AttType>
1900
- <FileTypeName>Schema</FileTypeName>
1901
- <Elements>1</Elements>
1902
- <Namespace>http://xbrl.sec.gov/country/2011-01-31</Namespace>
1903
- <Prefix>country</Prefix>
1904
- </Loc>
1905
- <Loc>
1906
- <Family>US GAAP</Family>
1907
- <Version>2011 IM</Version>
1908
- <Href>http://xbrl.sec.gov/currency/2011/currency-2011-01-31.xsd</Href>
1909
- <AttType>SCH</AttType>
1910
- <FileTypeName>Schema</FileTypeName>
1911
- <Elements>1</Elements>
1912
- <Namespace>http://xbrl.sec.gov/currency/2011-01-31</Namespace>
1913
- <Prefix>currency</Prefix>
1914
- </Loc>
1915
- <Loc>
1916
- <Family>US GAAP</Family>
1917
- <Version>2011 IM</Version>
1918
- <Href>http://xbrl.sec.gov/exch/2011/exch-2011-01-31.xsd</Href>
1919
- <AttType>SCH</AttType>
1920
- <FileTypeName>Schema</FileTypeName>
1921
- <Elements>1</Elements>
1922
- <Namespace>http://xbrl.sec.gov/exch/2011-01-31</Namespace>
1923
- <Prefix>exch</Prefix>
1924
- </Loc>
1925
- <Loc>
1926
- <Family>US GAAP</Family>
1927
- <Version>2011 IM</Version>
1928
- <Href>http://xbrl.sec.gov/naics/2011/naics-2011-01-31.xsd</Href>
1929
- <AttType>SCH</AttType>
1930
- <FileTypeName>Schema</FileTypeName>
1931
- <Elements>1</Elements>
1932
- <Namespace>http://xbrl.sec.gov/naics/2011-01-31</Namespace>
1933
- <Prefix>naics</Prefix>
1934
- </Loc>
1935
- <Loc>
1936
- <Family>US GAAP</Family>
1937
- <Version>2011 IM</Version>
1938
- <Href>http://xbrl.sec.gov/sic/2011/sic-2011-01-31.xsd</Href>
1939
- <AttType>SCH</AttType>
1940
- <FileTypeName>Schema</FileTypeName>
1941
- <Elements>1</Elements>
1942
- <Namespace>http://xbrl.sec.gov/sic/2011-01-31</Namespace>
1943
- <Prefix>sic</Prefix>
1944
- </Loc>
1945
- <Loc>
1946
- <Family>US GAAP</Family>
1947
- <Version>2011 IM</Version>
1948
- <Href>http://xbrl.sec.gov/stpr/2011/stpr-2011-01-31.xsd</Href>
1949
- <AttType>SCH</AttType>
1950
- <FileTypeName>Schema</FileTypeName>
1951
- <Elements>1</Elements>
1952
- <Namespace>http://xbrl.sec.gov/stpr/2011-01-31</Namespace>
1953
- <Prefix>stpr</Prefix>
1954
- </Loc>
1955
- <Loc>
1956
- <Family>US GAAP</Family>
1957
- <Version>2011 IM</Version>
1958
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
1959
- <AttType>SCH</AttType>
1960
- <FileTypeName>Roles/Arcroles</FileTypeName>
1961
- <Elements>0</Elements>
1962
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
1963
- </Loc>
1964
- <Loc>
1965
- <Family>US GAAP</Family>
1966
- <Version>2011 IM</Version>
1967
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
1968
- <AttType>SCH</AttType>
1969
- <FileTypeName>Roles/Arcroles</FileTypeName>
1970
- <Elements>0</Elements>
1971
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
1972
- </Loc>
1973
- <Loc>
1974
- <Family>US GAAP</Family>
1975
- <Version>2011 IM</Version>
1976
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
1977
- <AttType>SCH</AttType>
1978
- <FileTypeName>Roles/Arcroles</FileTypeName>
1979
- <Elements>0</Elements>
1980
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
1981
- </Loc>
1982
-
1983
- <Loc>
1984
- <Family>US GAAP</Family>
1985
- <Version>2009</Version>
1986
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/elts/us-gaap-2009-01-31.xsd</Href>
1987
- <AttType>SCH</AttType>
1988
- <FileTypeName>Schema</FileTypeName>
1989
- <Elements>1</Elements>
1990
- <Namespace>http://xbrl.us/us-gaap/2009-01-31</Namespace>
1991
- <Prefix>us-gaap</Prefix>
1992
- </Loc>
1993
- <Loc>
1994
- <Family>US GAAP</Family>
1995
- <Version>2009</Version>
1996
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-2009-01-31.xsd</Href>
1997
- <AttType>SCH</AttType>
1998
- <FileTypeName>Schema</FileTypeName>
1999
- <Elements>1</Elements>
2000
- <Namespace>http://xbrl.us/dei/2009-01-31</Namespace>
2001
- <Prefix>dei</Prefix>
2002
- </Loc>
2003
- <Loc>
2004
- <Family>US GAAP</Family>
2005
- <Version>2009</Version>
2006
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/elts/us-types-2009-01-31.xsd</Href>
2007
- <AttType>SCH</AttType>
2008
- <FileTypeName>Schema</FileTypeName>
2009
- <Elements>0</Elements>
2010
- <Namespace>http://xbrl.us/us-types/2009-01-31</Namespace>
2011
- </Loc>
2012
- <Loc>
2013
- <Family>US GAAP</Family>
2014
- <Version>2009</Version>
2015
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/elts/us-roles-2009-01-31.xsd</Href>
2016
- <AttType>SCH</AttType>
2017
- <FileTypeName>Roles/Arcroles</FileTypeName>
2018
- <Elements>0</Elements>
2019
- <Namespace>http://xbrl.us/us-roles/2009-01-31</Namespace>
2020
- </Loc>
2021
- <Loc>
2022
- <Family>US GAAP</Family>
2023
- <Version>2009</Version>
2024
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-std-2009-01-31.xsd</Href>
2025
- <AttType>SCH</AttType>
2026
- <FileTypeName>Entry Point</FileTypeName>
2027
- <Elements>0</Elements>
2028
- <Namespace>http://xbrl.us/dei-std/2009-01-31</Namespace>
2029
- </Loc>
2030
- <Loc>
2031
- <Family>US GAAP</Family>
2032
- <Version>2009</Version>
2033
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-lab-2009-01-31.xml</Href>
2034
- <AttType>LAB</AttType>
2035
- <FileTypeName>Labels, Standard</FileTypeName>
2036
- <Elements>0</Elements>
2037
- </Loc>
2038
- <Loc>
2039
- <Family>US GAAP</Family>
2040
- <Version>2009</Version>
2041
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/dei-pre-2009-01-31.xml</Href>
2042
- <AttType>PRE</AttType>
2043
- <FileTypeName>Presentation</FileTypeName>
2044
- <Elements>0</Elements>
2045
- </Loc>
2046
- <Loc>
2047
- <Family>US GAAP</Family>
2048
- <Version>2009</Version>
2049
- <Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href>
2050
- <AttType>SCH</AttType>
2051
- <FileTypeName>Schema</FileTypeName>
2052
- <Elements>0</Elements>
2053
- <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace>
2054
- <Prefix>nonnum</Prefix>
2055
- </Loc>
2056
- <Loc>
2057
- <Family>US GAAP</Family>
2058
- <Version>2009</Version>
2059
- <Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href>
2060
- <AttType>SCH</AttType>
2061
- <FileTypeName>Schema</FileTypeName>
2062
- <Elements>0</Elements>
2063
- <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace>
2064
- <Prefix>num</Prefix>
2065
- </Loc>
2066
- <Loc>
2067
- <Family>US GAAP</Family>
2068
- <Version>2009</Version>
2069
- <Href>http://www.xbrl.org/lrr/role/negated-2008-03-31.xsd</Href>
2070
- <AttType>SCH</AttType>
2071
- <FileTypeName>Roles/Arcroles</FileTypeName>
2072
- <Elements>0</Elements>
2073
- <Namespace>http://xbrl.us/us-gaap/negated/2008-03-31</Namespace>
2074
- </Loc>
2075
- <Loc>
2076
- <Family>US GAAP</Family>
2077
- <Version>2009</Version>
2078
- <Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href>
2079
- <AttType>SCH</AttType>
2080
- <FileTypeName>Roles/Arcroles</FileTypeName>
2081
- <Elements>0</Elements>
2082
- <Namespace>http://www.xbrl.org/2009/role/negated</Namespace>
2083
- </Loc>
2084
- <Loc>
2085
- <Family>US GAAP</Family>
2086
- <Version>2009</Version>
2087
- <Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href>
2088
- <AttType>SCH</AttType>
2089
- <FileTypeName>Roles/Arcroles</FileTypeName>
2090
- <Elements>0</Elements>
2091
- <Namespace>http://www.xbrl.org/2009/role/net</Namespace>
2092
- </Loc>
2093
- <Loc>
2094
- <Family>US GAAP</Family>
2095
- <Version>2009</Version>
2096
- <Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href>
2097
- <AttType>SCH</AttType>
2098
- <FileTypeName>Roles/Arcroles</FileTypeName>
2099
- <Elements>0</Elements>
2100
- <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace>
2101
- </Loc>
2102
- <Loc>
2103
- <Family>US GAAP</Family>
2104
- <Version>2009</Version>
2105
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/country-2009-01-31.xsd</Href>
2106
- <AttType>SCH</AttType>
2107
- <FileTypeName>Schema</FileTypeName>
2108
- <Elements>1</Elements>
2109
- <Namespace>http://xbrl.us/country/2009-01-31</Namespace>
2110
- <Prefix>country</Prefix>
2111
- </Loc>
2112
- <Loc>
2113
- <Family>US GAAP</Family>
2114
- <Version>2009</Version>
2115
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/currency-2009-01-31.xsd</Href>
2116
- <AttType>SCH</AttType>
2117
- <FileTypeName>Schema</FileTypeName>
2118
- <Elements>1</Elements>
2119
- <Namespace>http://xbrl.us/currency/2009-01-31</Namespace>
2120
- <Prefix>currency</Prefix>
2121
- </Loc>
2122
- <Loc>
2123
- <Family>US GAAP</Family>
2124
- <Version>2009</Version>
2125
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/exch-2009-01-31.xsd</Href>
2126
- <AttType>SCH</AttType>
2127
- <FileTypeName>Schema</FileTypeName>
2128
- <Elements>1</Elements>
2129
- <Namespace>http://xbrl.us/exch/2009-01-31</Namespace>
2130
- <Prefix>exch</Prefix>
2131
- </Loc>
2132
- <Loc>
2133
- <Family>US GAAP</Family>
2134
- <Version>2009</Version>
2135
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/invest-2009-01-31.xsd</Href>
2136
- <AttType>SCH</AttType>
2137
- <FileTypeName>Schema</FileTypeName>
2138
- <Elements>1</Elements>
2139
- <Namespace>http://xbrl.us/invest/2009-01-31</Namespace>
2140
- <Prefix>invest</Prefix>
2141
- </Loc>
2142
- <Loc>
2143
- <Family>US GAAP</Family>
2144
- <Version>2009</Version>
2145
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/naics-2009-01-31.xsd</Href>
2146
- <AttType>SCH</AttType>
2147
- <FileTypeName>Schema</FileTypeName>
2148
- <Elements>1</Elements>
2149
- <Namespace>http://xbrl.us/naics/2009-01-31</Namespace>
2150
- <Prefix>naics</Prefix>
2151
- </Loc>
2152
- <Loc>
2153
- <Family>US GAAP</Family>
2154
- <Version>2009</Version>
2155
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/sic-2009-01-31.xsd</Href>
2156
- <AttType>SCH</AttType>
2157
- <FileTypeName>Schema</FileTypeName>
2158
- <Elements>1</Elements>
2159
- <Namespace>http://xbrl.us/sic/2009-01-31</Namespace>
2160
- <Prefix>sic</Prefix>
2161
- </Loc>
2162
- <Loc>
2163
- <Family>US GAAP</Family>
2164
- <Version>2009</Version>
2165
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/stpr-2009-01-31.xsd</Href>
2166
- <AttType>SCH</AttType>
2167
- <FileTypeName>Schema</FileTypeName>
2168
- <Elements>1</Elements>
2169
- <Namespace>http://xbrl.us/stpr/2009-01-31</Namespace>
2170
- <Prefix>stpr</Prefix>
2171
- </Loc>
2172
- <Loc>
2173
- <Family>US GAAP</Family>
2174
- <Version>2009</Version>
2175
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/ar-2009-01-31.xsd</Href>
2176
- <AttType>SCH</AttType>
2177
- <FileTypeName>Schema</FileTypeName>
2178
- <Elements>1</Elements>
2179
- <Namespace>http://xbrl.us/ar/2009-01-31</Namespace>
2180
- <Prefix>ar</Prefix>
2181
- </Loc>
2182
- <Loc>
2183
- <Family>US GAAP</Family>
2184
- <Version>2009</Version>
2185
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/mda-2009-01-31.xsd</Href>
2186
- <AttType>SCH</AttType>
2187
- <FileTypeName>Schema</FileTypeName>
2188
- <Elements>1</Elements>
2189
- <Namespace>http://xbrl.us/mda/2009-01-31</Namespace>
2190
- <Prefix>mda</Prefix>
2191
- </Loc>
2192
- <Loc>
2193
- <Family>US GAAP</Family>
2194
- <Version>2009</Version>
2195
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/mr-2009-01-31.xsd</Href>
2196
- <AttType>SCH</AttType>
2197
- <FileTypeName>Schema</FileTypeName>
2198
- <Elements>1</Elements>
2199
- <Namespace>http://xbrl.us/mr/2009-01-31</Namespace>
2200
- <Prefix>mr</Prefix>
2201
- </Loc>
2202
- <Loc>
2203
- <Family>US GAAP</Family>
2204
- <Version>2009</Version>
2205
- <Href>http://taxonomies.xbrl.us/us-gaap/2009/non-gaap/seccert-2009-01-31.xsd</Href>
2206
- <AttType>SCH</AttType>
2207
- <FileTypeName>Schema</FileTypeName>
2208
- <Elements>1</Elements>
2209
- <Namespace>http://xbrl.us/seccert/2009-01-31</Namespace>
2210
- <Prefix>seccert</Prefix>
2211
- </Loc>
2212
- <Loc>
2213
- <Family>SOI</Family>
2214
- <Version>2008</Version>
2215
- <Href>http://taxonomies.xbrl.us/soi/2008/soi-2008-11-30.xsd</Href>
2216
- <AttType>SCH</AttType>
2217
- <FileTypeName>Schema</FileTypeName>
2218
- <Elements>1</Elements>
2219
- <Namespace>http://xbrl.us/soi/2008-11-30</Namespace>
2220
- <Prefix>soi</Prefix>
2221
- </Loc>
2222
- <Loc>
2223
- <Family>SOI</Family>
2224
- <Version>2008</Version>
2225
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-2008-03-31.xsd</Href>
2226
- <AttType>SCH</AttType>
2227
- <FileTypeName>Schema</FileTypeName>
2228
- <Elements>1</Elements>
2229
- <Namespace>http://xbrl.us/dei/2008-03-31</Namespace>
2230
- <Prefix>dei</Prefix>
2231
- </Loc>
2232
- <Loc>
2233
- <Family>SOI</Family>
2234
- <Version>2008</Version>
2235
- <Href>http://xbrl.us/us-gaap/1.0/elts/us-types-2008-03-31.xsd</Href>
2236
- <AttType>SCH</AttType>
2237
- <FileTypeName>Schema</FileTypeName>
2238
- <Elements>0</Elements>
2239
- <Namespace>http://xbrl.us/us-types/2008-03-31</Namespace>
2240
- <Prefix>us-types</Prefix>
2241
- </Loc>
2242
- <Loc>
2243
- <Family>SOI</Family>
2244
- <Version>2008</Version>
2245
- <Href>http://xbrl.us/us-gaap/1.0/elts/us-roles-2008-03-31.xsd</Href>
2246
- <AttType>SCH</AttType>
2247
- <FileTypeName>Roles/Arcroles</FileTypeName>
2248
- <Elements>0</Elements>
2249
- <Namespace>http://xbrl.us/us-roles/2008-03-31</Namespace>
2250
- </Loc>
2251
- <Loc>
2252
- <Family>SOI</Family>
2253
- <Version>2008</Version>
2254
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-std-2008-03-31.xsd</Href>
2255
- <AttType>SCH</AttType>
2256
- <FileTypeName>Entry Point</FileTypeName>
2257
- <Elements>0</Elements>
2258
- <Namespace>http://xbrl.us/dei-std/2008-03-31</Namespace>
2259
- <Prefix>dei-std</Prefix>
2260
- </Loc>
2261
- <Loc>
2262
- <Family>SOI</Family>
2263
- <Version>2008</Version>
2264
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-lab-2008-03-31.xml</Href>
2265
- <AttType>LAB</AttType>
2266
- <FileTypeName>Labels, Standard</FileTypeName>
2267
- <Elements>0</Elements>
2268
- </Loc>
2269
- <Loc>
2270
- <Family>SOI</Family>
2271
- <Version>2008</Version>
2272
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-pre-2008-03-31.xml</Href>
2273
- <AttType>PRE</AttType>
2274
- <FileTypeName>Presentation</FileTypeName>
2275
- <Elements>0</Elements>
2276
- </Loc>
2277
- <Loc>
2278
- <Family>SOI</Family>
2279
- <Version>2008</Version>
2280
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/us-gaap-doc-di-def-2008-03-31.xml</Href>
2281
- <AttType>DEF</AttType>
2282
- <FileTypeName>Definition, Dimensions</FileTypeName>
2283
- <Elements>0</Elements>
2284
- </Loc>
2285
- <Loc>
2286
- <Family>SOI</Family>
2287
- <Version>2008</Version>
2288
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/us-gaap-doc-ent-def-2008-03-31.xml</Href>
2289
- <AttType>DEF</AttType>
2290
- <FileTypeName>Definition, Dimensions</FileTypeName>
2291
- <Elements>0</Elements>
2292
- </Loc>
2293
- <Loc>
2294
- <Family>SOI</Family>
2295
- <Version>2008</Version>
2296
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-ent-2008-03-31.xsd</Href>
2297
- <AttType>SCH</AttType>
2298
- <FileTypeName>Entry Point</FileTypeName>
2299
- <Elements>0</Elements>
2300
- <Namespace>http://xbrl.us/dei-ent/2008-03-31</Namespace>
2301
- <Prefix>dei-ent</Prefix>
2302
- </Loc>
2303
- <Loc>
2304
- <Family>RR</Family>
2305
- <Version>2008</Version>
2306
- <Href>http://taxonomies.xbrl.us/rr/2008/rr-2008-12-31.xsd</Href>
2307
- <AttType>SCH</AttType>
2308
- <FileTypeName>Schema</FileTypeName>
2309
- <Elements>1</Elements>
2310
- <Namespace>http://xbrl.us/rr/2008-12-31</Namespace>
2311
- <Prefix>rr</Prefix>
2312
- </Loc>
2313
- <Loc>
2314
- <Family>RR</Family>
2315
- <Version>2008</Version>
2316
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-2008-03-31.xsd</Href>
2317
- <AttType>SCH</AttType>
2318
- <FileTypeName>Schema</FileTypeName>
2319
- <Elements>1</Elements>
2320
- <Namespace>http://xbrl.us/dei/2008-03-31</Namespace>
2321
- <Prefix>dei</Prefix>
2322
- </Loc>
2323
- <Loc>
2324
- <Family>RR</Family>
2325
- <Version>2008</Version>
2326
- <Href>http://xbrl.us/us-gaap/1.0/elts/us-types-2008-03-31.xsd</Href>
2327
- <AttType>SCH</AttType>
2328
- <FileTypeName>Schema</FileTypeName>
2329
- <Elements>0</Elements>
2330
- <Namespace>http://xbrl.us/us-types/2008-03-31</Namespace>
2331
- <Prefix>us-types</Prefix>
2332
- </Loc>
2333
- <Loc>
2334
- <Family>RR</Family>
2335
- <Version>2008</Version>
2336
- <Href>http://xbrl.us/us-gaap/1.0/elts/us-roles-2008-03-31.xsd</Href>
2337
- <AttType>SCH</AttType>
2338
- <FileTypeName>Roles/Arcroles</FileTypeName>
2339
- <Elements>0</Elements>
2340
- <Namespace>http://xbrl.us/us-roles/2008-03-31</Namespace>
2341
- </Loc>
2342
- <Loc>
2343
- <Family>RR</Family>
2344
- <Version>2008</Version>
2345
- <Href>http://taxonomies.xbrl.us/rr/2008/rr-ent-2008-12-31.xsd</Href>
2346
- <AttType>SCH</AttType>
2347
- <FileTypeName>Entry Point</FileTypeName>
2348
- <Elements>0</Elements>
2349
- <Namespace>http://xbrl.us/rr-ent/2008-12-31</Namespace>
2350
- <Prefix>rr-ent</Prefix>
2351
- </Loc>
2352
- <Loc>
2353
- <Family>RR</Family>
2354
- <Version>2008</Version>
2355
- <Href>http://taxonomies.xbrl.us/rr/2008/rr-std-2008-12-31.xsd</Href>
2356
- <AttType>SCH</AttType>
2357
- <FileTypeName>Entry Point</FileTypeName>
2358
- <Elements>0</Elements>
2359
- <Namespace>http://xbrl.us/rr-std/2008-12-31</Namespace>
2360
- <Prefix>rr-std</Prefix>
2361
- </Loc>
2362
- <Loc>
2363
- <Family>RR</Family>
2364
- <Version>2008</Version>
2365
- <Href>http://taxonomies.xbrl.us/rr/2008/rr-lab-2008-12-31.xml</Href>
2366
- <AttType>LAB</AttType>
2367
- <FileTypeName>Labels, Standard</FileTypeName>
2368
- <Elements>0</Elements>
2369
- </Loc>
2370
- <Loc>
2371
- <Family>RR</Family>
2372
- <Version>2008</Version>
2373
- <Href>http://taxonomies.xbrl.us/rr/2008/rr-cal-2008-12-31.xml</Href>
2374
- <AttType>CAL</AttType>
2375
- <FileTypeName>Calculation</FileTypeName>
2376
- <Elements>0</Elements>
2377
- </Loc>
2378
- <Loc>
2379
- <Family>RR</Family>
2380
- <Version>2008</Version>
2381
- <Href>http://taxonomies.xbrl.us/rr/2008/rr-def-2008-12-31.xml</Href>
2382
- <AttType>DEF</AttType>
2383
- <FileTypeName>Definition, Dimensions</FileTypeName>
2384
- <Elements>0</Elements>
2385
- </Loc>
2386
- <Loc>
2387
- <Family>RR</Family>
2388
- <Version>2008</Version>
2389
- <Href>http://taxonomies.xbrl.us/rr/2008/rr-pre-2008-12-31.xml</Href>
2390
- <AttType>PRE</AttType>
2391
- <FileTypeName>Presentation</FileTypeName>
2392
- <Elements>0</Elements>
2393
- </Loc>
2394
- <Loc>
2395
- <Family>RR</Family>
2396
- <Version>2008</Version>
2397
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-std-2008-03-31.xsd</Href>
2398
- <AttType>SCH</AttType>
2399
- <FileTypeName>Entry Point</FileTypeName>
2400
- <Elements>0</Elements>
2401
- <Namespace>http://xbrl.us/dei-std/2008-03-31</Namespace>
2402
- <Prefix>dei-std</Prefix>
2403
- </Loc>
2404
- <Loc>
2405
- <Family>RR</Family>
2406
- <Version>2008</Version>
2407
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-ent-2008-03-31.xsd</Href>
2408
- <AttType>SCH</AttType>
2409
- <FileTypeName>Entry Point</FileTypeName>
2410
- <Elements>0</Elements>
2411
- <Namespace>http://xbrl.us/dei-ent/2008-03-31</Namespace>
2412
- <Prefix>dei-ent</Prefix>
2413
- </Loc>
2414
- <Loc>
2415
- <Family>RR</Family>
2416
- <Version>2008</Version>
2417
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-lab-2008-03-31.xml</Href>
2418
- <AttType>LAB</AttType>
2419
- <FileTypeName>Labels, Standard</FileTypeName>
2420
- <Elements>0</Elements>
2421
- </Loc>
2422
- <Loc>
2423
- <Family>RR</Family>
2424
- <Version>2008</Version>
2425
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-pre-2008-03-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>2008</Version>
2433
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/us-gaap-doc-di-def-2008-03-31.xml</Href>
2434
- <AttType>DEF</AttType>
2435
- <FileTypeName>Definition, Dimensions</FileTypeName>
2436
- <Elements>0</Elements>
2437
- </Loc>
2438
- <Loc>
2439
- <Family>RR</Family>
2440
- <Version>2008</Version>
2441
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/us-gaap-doc-ent-def-2008-03-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>1.0</Version>
2449
- <Href>http://xbrl.us/us-gaap/1.0/elts/us-gaap-2008-03-31.xsd</Href>
2450
- <AttType>SCH</AttType>
2451
- <FileTypeName>Schema</FileTypeName>
2452
- <Elements>1</Elements>
2453
- <Namespace>http://xbrl.us/us-gaap/2008-03-31</Namespace>
2454
- <Prefix>us-gaap</Prefix>
2455
- </Loc>
2456
- <Loc>
2457
- <Family>US GAAP</Family>
2458
- <Version>1.0</Version>
2459
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-2008-03-31.xsd</Href>
2460
- <AttType>SCH</AttType>
2461
- <FileTypeName>Schema</FileTypeName>
2462
- <Elements>1</Elements>
2463
- <Namespace>http://xbrl.us/dei/2008-03-31</Namespace>
2464
- <Prefix>dei</Prefix>
2465
- </Loc>
2466
- <Loc>
2467
- <Family>US GAAP</Family>
2468
- <Version>1.0</Version>
2469
- <Href>http://xbrl.us/us-gaap/1.0/elts/us-types-2008-03-31.xsd</Href>
2470
- <AttType>SCH</AttType>
2471
- <FileTypeName>Schema</FileTypeName>
2472
- <Elements>0</Elements>
2473
- <Namespace>http://xbrl.us/us-types/2008-03-31</Namespace>
2474
- <Prefix>us-types</Prefix>
2475
- </Loc>
2476
- <Loc>
2477
- <Family>US GAAP</Family>
2478
- <Version>1.0</Version>
2479
- <Href>http://xbrl.us/us-gaap/1.0/elts/us-roles-2008-03-31.xsd</Href>
2480
- <AttType>SCH</AttType>
2481
- <FileTypeName>Roles/Arcroles</FileTypeName>
2482
- <Elements>0</Elements>
2483
- <Namespace>http://xbrl.us/us-roles/2008-03-31</Namespace>
2484
- </Loc>
2485
- <Loc>
2486
- <Family>US GAAP</Family>
2487
- <Version>1.0</Version>
2488
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-std-2008-03-31.xsd</Href>
2489
- <AttType>SCH</AttType>
2490
- <FileTypeName>Entry Point</FileTypeName>
2491
- <Elements>0</Elements>
2492
- <Namespace>http://xbrl.us/dei-std/2008-03-31</Namespace>
2493
- <Prefix>dei-std</Prefix>
2494
- </Loc>
2495
- <Loc>
2496
- <Family>US GAAP</Family>
2497
- <Version>1.0</Version>
2498
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-lab-2008-03-31.xml</Href>
2499
- <AttType>LAB</AttType>
2500
- <FileTypeName>Labels, Standard</FileTypeName>
2501
- <Elements>0</Elements>
2502
- </Loc>
2503
- <Loc>
2504
- <Family>US GAAP</Family>
2505
- <Version>1.0</Version>
2506
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-pre-2008-03-31.xml</Href>
2507
- <AttType>PRE</AttType>
2508
- <FileTypeName>Presentation</FileTypeName>
2509
- <Elements>0</Elements>
2510
- </Loc>
2511
- <Loc>
2512
- <Family>US GAAP</Family>
2513
- <Version>1.0</Version>
2514
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/us-gaap-doc-di-def-2008-03-31.xml</Href>
2515
- <AttType>DEF</AttType>
2516
- <FileTypeName>Definition, Dimensions</FileTypeName>
2517
- <Elements>0</Elements>
2518
- </Loc>
2519
- <Loc>
2520
- <Family>US GAAP</Family>
2521
- <Version>1.0</Version>
2522
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/us-gaap-doc-ent-def-2008-03-31.xml</Href>
2523
- <AttType>DEF</AttType>
2524
- <FileTypeName>Definition, Dimensions</FileTypeName>
2525
- <Elements>0</Elements>
2526
- </Loc>
2527
- <Loc>
2528
- <Family>US GAAP</Family>
2529
- <Version>1.0</Version>
2530
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/dei-ent-2008-03-31.xsd</Href>
2531
- <AttType>SCH</AttType>
2532
- <FileTypeName>Entry Point</FileTypeName>
2533
- <Elements>0</Elements>
2534
- <Namespace>http://xbrl.us/dei-ent/2008-03-31</Namespace>
2535
- <Prefix>dei-ent</Prefix>
2536
- </Loc>
2537
- <Loc>
2538
- <Family>US GAAP</Family>
2539
- <Version>1.0</Version>
2540
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/ar-2008-03-31.xsd</Href>
2541
- <AttType>SCH</AttType>
2542
- <FileTypeName>Schema</FileTypeName>
2543
- <Elements>1</Elements>
2544
- <Namespace>http://xbrl.us/ar/2008-03-31</Namespace>
2545
- <Prefix>ar</Prefix>
2546
- </Loc>
2547
- <Loc>
2548
- <Family>US GAAP</Family>
2549
- <Version>1.0</Version>
2550
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/country-2008-03-31.xsd</Href>
2551
- <AttType>SCH</AttType>
2552
- <FileTypeName>Schema</FileTypeName>
2553
- <Elements>1</Elements>
2554
- <Namespace>http://xbrl.us/country/2008-03-31</Namespace>
2555
- <Prefix>country</Prefix>
2556
- </Loc>
2557
- <Loc>
2558
- <Family>US GAAP</Family>
2559
- <Version>1.0</Version>
2560
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/mda-2008-03-31.xsd</Href>
2561
- <AttType>SCH</AttType>
2562
- <FileTypeName>Schema</FileTypeName>
2563
- <Elements>1</Elements>
2564
- <Namespace>http://xbrl.us/mda/2008-03-31</Namespace>
2565
- <Prefix>mda</Prefix>
2566
- </Loc>
2567
- <Loc>
2568
- <Family>US GAAP</Family>
2569
- <Version>1.0</Version>
2570
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/currency-2008-03-31.xsd</Href>
2571
- <AttType>SCH</AttType>
2572
- <FileTypeName>Schema</FileTypeName>
2573
- <Elements>1</Elements>
2574
- <Namespace>http://xbrl.us/currency/2008-03-31</Namespace>
2575
- <Prefix>currency</Prefix>
2576
- </Loc>
2577
- <Loc>
2578
- <Family>US GAAP</Family>
2579
- <Version>1.0</Version>
2580
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/mr-2008-03-31.xsd</Href>
2581
- <AttType>SCH</AttType>
2582
- <FileTypeName>Schema</FileTypeName>
2583
- <Elements>1</Elements>
2584
- <Namespace>http://xbrl.us/mr/2008-03-31</Namespace>
2585
- <Prefix>mr</Prefix>
2586
- </Loc>
2587
- <Loc>
2588
- <Family>US GAAP</Family>
2589
- <Version>1.0</Version>
2590
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/seccert-2008-03-31.xsd</Href>
2591
- <AttType>SCH</AttType>
2592
- <FileTypeName>Schema</FileTypeName>
2593
- <Elements>1</Elements>
2594
- <Namespace>http://xbrl.us/seccert/2008-03-31</Namespace>
2595
- <Prefix>seccert</Prefix>
2596
- </Loc>
2597
- <Loc>
2598
- <Family>US GAAP</Family>
2599
- <Version>1.0</Version>
2600
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/exch-2008-03-31.xsd</Href>
2601
- <AttType>SCH</AttType>
2602
- <FileTypeName>Schema</FileTypeName>
2603
- <Elements>1</Elements>
2604
- <Namespace>http://xbrl.us/exch/2008-03-31</Namespace>
2605
- <Prefix>exch</Prefix>
2606
- </Loc>
2607
- <Loc>
2608
- <Family>US GAAP</Family>
2609
- <Version>1.0</Version>
2610
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/naics-2008-03-31.xsd</Href>
2611
- <AttType>SCH</AttType>
2612
- <FileTypeName>Schema</FileTypeName>
2613
- <Elements>1</Elements>
2614
- <Namespace>http://xbrl.us/naics/2008-03-31</Namespace>
2615
- <Prefix>naics</Prefix>
2616
- </Loc>
2617
- <Loc>
2618
- <Family>US GAAP</Family>
2619
- <Version>1.0</Version>
2620
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/sic-2008-03-31.xsd</Href>
2621
- <AttType>SCH</AttType>
2622
- <FileTypeName>Schema</FileTypeName>
2623
- <Elements>1</Elements>
2624
- <Namespace>http://xbrl.us/sic/2008-03-31</Namespace>
2625
- <Prefix>sic</Prefix>
2626
- </Loc>
2627
- <Loc>
2628
- <Family>US GAAP</Family>
2629
- <Version>1.0</Version>
2630
- <Href>http://xbrl.us/us-gaap/1.0/non-gaap/stpr-2008-03-31.xsd</Href>
2631
- <AttType>SCH</AttType>
2632
- <FileTypeName>Schema</FileTypeName>
2633
- <Elements>1</Elements>
2634
- <Namespace>http://xbrl.us/stpr/2008-03-31</Namespace>
2635
- <Prefix>stpr</Prefix>
2636
- </Loc>
2637
- <Loc>
2638
- <Family>USFRTF</Family>
2639
- <Version>2005 IM</Version>
2640
- <Href>http://www.xbrl.org/us/fr/common/ime/2005-06-28/usfr-ime-2005-06-28.xsd</Href>
2641
- <AttType>SCH</AttType>
2642
- <FileTypeName>Schema</FileTypeName>
2643
- <Elements>1</Elements>
2644
- <Namespace>http://www.xbrl.org/us/fr/common/ime/2005-06-28</Namespace>
2645
- <Prefix>usfr-ime</Prefix>
2646
- </Loc>
2647
- <Loc>
2648
- <Family>USFRTF</Family>
2649
- <Version>2005 IM</Version>
2650
- <Href>http://www.xbrl.org/us/fr/common/ime/2005-06-28/usfr-ime-2005-06-28-label.xml</Href>
2651
- <AttType>LAB</AttType>
2652
- <FileTypeName>Labels, Standard</FileTypeName>
2653
- <Elements>0</Elements>
2654
- </Loc>
2655
- <Loc>
2656
- <Family>USFRTF</Family>
2657
- <Version>2005 IM</Version>
2658
- <Href>http://www.xbrl.org/us/fr/common/ime/2005-06-28/usfr-ime-2005-06-28-presentation.xml</Href>
2659
- <AttType>PRE</AttType>
2660
- <FileTypeName>Presentation</FileTypeName>
2661
- <Elements>0</Elements>
2662
- </Loc>
2663
- <Loc>
2664
- <Family>USFRTF</Family>
2665
- <Version>2005 IM</Version>
2666
- <Href>http://www.xbrl.org/us/fr/common/ime/2005-06-28/usfr-ime-2005-06-28-reference.xml</Href>
2667
- <AttType>REF</AttType>
2668
- <FileTypeName>Reference, Authoritative</FileTypeName>
2669
- <Elements>0</Elements>
2670
- </Loc>
2671
- <Loc>
2672
- <Family>USFRTF</Family>
2673
- <Version>2005 IM</Version>
2674
- <Href>http://www.xbrl.org/us/fr/common/fste/2005-02-28/usfr-fste-2005-02-28.xsd</Href>
2675
- <AttType>SCH</AttType>
2676
- <FileTypeName>Schema</FileTypeName>
2677
- <Elements>1</Elements>
2678
- <Namespace>http://www.xbrl.org/us/fr/common/fste/2005-02-28</Namespace>
2679
- <Prefix>usfr-fste</Prefix>
2680
- </Loc>
2681
- <Loc>
2682
- <Family>USFRTF</Family>
2683
- <Version>2005 IM</Version>
2684
- <Href>http://www.xbrl.org/us/fr/common/fste/2005-02-28/usfr-fste-2005-02-28-label.xml</Href>
2685
- <AttType>LAB</AttType>
2686
- <FileTypeName>Labels, Standard</FileTypeName>
2687
- <Elements>0</Elements>
2688
- </Loc>
2689
- <Loc>
2690
- <Family>USFRTF</Family>
2691
- <Version>2005 IM</Version>
2692
- <Href>http://www.xbrl.org/us/fr/common/fste/2005-02-28/usfr-fste-2005-02-28-presentation.xml</Href>
2693
- <AttType>PRE</AttType>
2694
- <FileTypeName>Presentation</FileTypeName>
2695
- <Elements>0</Elements>
2696
- </Loc>
2697
- <Loc>
2698
- <Family>USFRTF</Family>
2699
- <Version>2005 IM</Version>
2700
- <Href>http://www.xbrl.org/us/fr/common/fste/2005-02-28/usfr-fste-2005-02-28-reference.xml</Href>
2701
- <AttType>REF</AttType>
2702
- <FileTypeName>Reference, Authoritative</FileTypeName>
2703
- <Elements>0</Elements>
2704
- </Loc>
2705
- <Loc>
2706
- <Family>USFRTF</Family>
2707
- <Version>2005 IM</Version>
2708
- <Href>http://www.xbrl.org/us/fr/common/pte/2005-02-28/usfr-pte-2005-02-28.xsd</Href>
2709
- <AttType>SCH</AttType>
2710
- <FileTypeName>Schema</FileTypeName>
2711
- <Elements>1</Elements>
2712
- <Namespace>http://www.xbrl.org/us/fr/common/pte/2005-02-28</Namespace>
2713
- <Prefix>usfr-pte</Prefix>
2714
- </Loc>
2715
- <Loc>
2716
- <Family>USFRTF</Family>
2717
- <Version>2005 IM</Version>
2718
- <Href>http://www.xbrl.org/us/fr/common/pte/2005-02-28/usfr-pte-2005-02-28-label.xml</Href>
2719
- <AttType>LAB</AttType>
2720
- <FileTypeName>Labels, Standard</FileTypeName>
2721
- <Elements>0</Elements>
2722
- </Loc>
2723
- <Loc>
2724
- <Family>USFRTF</Family>
2725
- <Version>2005 IM</Version>
2726
- <Href>http://www.xbrl.org/us/fr/common/pte/2005-02-28/usfr-pte-2005-02-28-presentation.xml</Href>
2727
- <AttType>PRE</AttType>
2728
- <FileTypeName>Presentation</FileTypeName>
2729
- <Elements>0</Elements>
2730
- </Loc>
2731
- <Loc>
2732
- <Family>USFRTF</Family>
2733
- <Version>2005 IM</Version>
2734
- <Href>http://www.xbrl.org/us/fr/common/pte/2005-02-28/usfr-pte-2005-02-28-reference.xml</Href>
2735
- <AttType>REF</AttType>
2736
- <FileTypeName>Reference, Authoritative</FileTypeName>
2737
- <Elements>0</Elements>
2738
- </Loc>
2739
- <Loc>
2740
- <Family>USFRTF</Family>
2741
- <Version>2005 IM</Version>
2742
- <Href>http://www.xbrl.org/us/fr/common/fstr/2005-02-28/usfr-fstr-2005-02-28.xsd</Href>
2743
- <AttType>SCH</AttType>
2744
- <FileTypeName>Entry Point</FileTypeName>
2745
- <Elements>0</Elements>
2746
- <Namespace>http://www.xbrl.org/us/fr/common/fstr/2005-02-28</Namespace>
2747
- <Prefix>usfr-fstr</Prefix>
2748
- </Loc>
2749
- <Loc>
2750
- <Family>USFRTF</Family>
2751
- <Version>2005 IM</Version>
2752
- <Href>http://www.xbrl.org/us/fr/common/fstr/2005-02-28/usfr-fstr-2005-02-28-label.xml</Href>
2753
- <AttType>LAB</AttType>
2754
- <FileTypeName>Labels, Standard</FileTypeName>
2755
- <Elements>0</Elements>
2756
- </Loc>
2757
- <Loc>
2758
- <Family>USFRTF</Family>
2759
- <Version>2005 IM</Version>
2760
- <Href>http://www.xbrl.org/us/fr/common/fstr/2005-02-28/usfr-fstr-2005-02-28-presentation.xml</Href>
2761
- <AttType>PRE</AttType>
2762
- <FileTypeName>Presentation</FileTypeName>
2763
- <Elements>0</Elements>
2764
- </Loc>
2765
- <Loc>
2766
- <Family>USFRTF</Family>
2767
- <Version>2005 IM</Version>
2768
- <Href>http://www.xbrl.org/us/fr/common/ptr/2005-02-28/usfr-ptr-2005-02-28.xsd</Href>
2769
- <AttType>SCH</AttType>
2770
- <FileTypeName>Entry Point</FileTypeName>
2771
- <Elements>0</Elements>
2772
- <Namespace>http://www.xbrl.org/us/fr/common/ptr/2005-02-28</Namespace>
2773
- <Prefix>usfr-ptr</Prefix>
2774
- </Loc>
2775
- <Loc>
2776
- <Family>USFRTF</Family>
2777
- <Version>2005 IM</Version>
2778
- <Href>http://www.xbrl.org/us/fr/common/ptr/2005-02-28/usfr-ptr-2005-02-28-calculation.xml</Href>
2779
- <AttType>CAL</AttType>
2780
- <FileTypeName>Calculation</FileTypeName>
2781
- <Elements>0</Elements>
2782
- </Loc>
2783
- <Loc>
2784
- <Family>USFRTF</Family>
2785
- <Version>2005 IM</Version>
2786
- <Href>http://www.xbrl.org/us/fr/common/ptr/2005-02-28/usfr-ptr-2005-02-28-presentation.xml</Href>
2787
- <AttType>PRE</AttType>
2788
- <FileTypeName>Presentation</FileTypeName>
2789
- <Elements>0</Elements>
2790
- </Loc>
2791
- <Loc>
2792
- <Family>USFRTF</Family>
2793
- <Version>2005 IM</Version>
2794
- <Href>http://www.xbrl.org/us/fr/gaap/basi/2005-02-28/us-gaap-basi-2005-02-28.xsd</Href>
2795
- <AttType>SCH</AttType>
2796
- <FileTypeName>Entry Point</FileTypeName>
2797
- <Elements>0</Elements>
2798
- <Namespace>http://www.xbrl.org/us/fr/gaap/basi/2005-02-28</Namespace>
2799
- <Prefix>us-gaap-basi</Prefix>
2800
- </Loc>
2801
- <Loc>
2802
- <Family>USFRTF</Family>
2803
- <Version>2005 IM</Version>
2804
- <Href>http://www.xbrl.org/us/fr/gaap/basi/2005-02-28/us-gaap-basi-2005-02-28-calculation.xml</Href>
2805
- <AttType>CAL</AttType>
2806
- <FileTypeName>Calculation</FileTypeName>
2807
- <Elements>0</Elements>
2808
- </Loc>
2809
- <Loc>
2810
- <Family>USFRTF</Family>
2811
- <Version>2005 IM</Version>
2812
- <Href>http://www.xbrl.org/us/fr/gaap/basi/2005-02-28/us-gaap-basi-2005-02-28-label.xml</Href>
2813
- <AttType>LAB</AttType>
2814
- <FileTypeName>Labels, Standard</FileTypeName>
2815
- <Elements>0</Elements>
2816
- </Loc>
2817
- <Loc>
2818
- <Family>USFRTF</Family>
2819
- <Version>2005 IM</Version>
2820
- <Href>http://www.xbrl.org/us/fr/gaap/basi/2005-02-28/us-gaap-basi-2005-02-28-presentation.xml</Href>
2821
- <AttType>PRE</AttType>
2822
- <FileTypeName>Presentation</FileTypeName>
2823
- <Elements>0</Elements>
2824
- </Loc>
2825
- <Loc>
2826
- <Family>USFRTF</Family>
2827
- <Version>2005 IM</Version>
2828
- <Href>http://www.xbrl.org/us/fr/gaap/ci/2005-02-28/us-gaap-ci-2005-02-28.xsd</Href>
2829
- <AttType>SCH</AttType>
2830
- <FileTypeName>Entry Point</FileTypeName>
2831
- <Elements>0</Elements>
2832
- <Namespace>http://www.xbrl.org/us/fr/gaap/ci/2005-02-28</Namespace>
2833
- <Prefix>us-gaap-ci</Prefix>
2834
- </Loc>
2835
- <Loc>
2836
- <Family>USFRTF</Family>
2837
- <Version>2005 IM</Version>
2838
- <Href>http://www.xbrl.org/us/fr/gaap/ci/2005-02-28/us-gaap-ci-2005-02-28-calculation.xml</Href>
2839
- <AttType>CAL</AttType>
2840
- <FileTypeName>Calculation</FileTypeName>
2841
- <Elements>0</Elements>
2842
- </Loc>
2843
- <Loc>
2844
- <Family>USFRTF</Family>
2845
- <Version>2005 IM</Version>
2846
- <Href>http://www.xbrl.org/us/fr/gaap/ci/2005-02-28/us-gaap-ci-2005-02-28-presentation.xml</Href>
2847
- <AttType>PRE</AttType>
2848
- <FileTypeName>Presentation</FileTypeName>
2849
- <Elements>0</Elements>
2850
- </Loc>
2851
- <Loc>
2852
- <Family>USFRTF</Family>
2853
- <Version>2005 IM</Version>
2854
- <Href>http://www.xbrl.org/us/fr/gaap/im/2005-06-28/us-gaap-im-2005-06-28.xsd</Href>
2855
- <AttType>SCH</AttType>
2856
- <FileTypeName>Entry Point</FileTypeName>
2857
- <Elements>0</Elements>
2858
- <Namespace>http://www.xbrl.org/us/fr/gaap/im/2005-06-28</Namespace>
2859
- <Prefix>us-gaap-im</Prefix>
2860
- </Loc>
2861
- <Loc>
2862
- <Family>USFRTF</Family>
2863
- <Version>2005 IM</Version>
2864
- <Href>http://www.xbrl.org/us/fr/gaap/im/2005-06-28/us-gaap-im-2005-06-28-calculation.xml</Href>
2865
- <AttType>CAL</AttType>
2866
- <FileTypeName>Calculation</FileTypeName>
2867
- <Elements>0</Elements>
2868
- </Loc>
2869
- <Loc>
2870
- <Family>USFRTF</Family>
2871
- <Version>2005 IM</Version>
2872
- <Href>http://www.xbrl.org/us/fr/gaap/im/2005-06-28/us-gaap-im-2005-06-28-presentation.xml</Href>
2873
- <AttType>PRE</AttType>
2874
- <FileTypeName>Presentation</FileTypeName>
2875
- <Elements>0</Elements>
2876
- </Loc>
2877
- <Loc>
2878
- <Family>USFRTF</Family>
2879
- <Version>2005 IM</Version>
2880
- <Href>http://www.xbrl.org/us/fr/gaap/ins/2005-02-28/us-gaap-ins-2005-02-28.xsd</Href>
2881
- <AttType>SCH</AttType>
2882
- <FileTypeName>Entry Point</FileTypeName>
2883
- <Elements>0</Elements>
2884
- <Namespace>http://www.xbrl.org/us/fr/gaap/ins/2005-02-28</Namespace>
2885
- <Prefix>us-gaap-im</Prefix>
2886
- </Loc>
2887
- <Loc>
2888
- <Family>USFRTF</Family>
2889
- <Version>2005 IM</Version>
2890
- <Href>http://www.xbrl.org/us/fr/gaap/ins/2005-02-28/us-gaap-ins-2005-02-28-calculation.xml</Href>
2891
- <AttType>CAL</AttType>
2892
- <FileTypeName>Calculation</FileTypeName>
2893
- <Elements>0</Elements>
2894
- </Loc>
2895
- <Loc>
2896
- <Family>USFRTF</Family>
2897
- <Version>2005 IM</Version>
2898
- <Href>http://www.xbrl.org/us/fr/gaap/ins/2005-02-28/us-gaap-ins-2005-02-28-label.xml</Href>
2899
- <AttType>LAB</AttType>
2900
- <FileTypeName>Labels, Standard</FileTypeName>
2901
- <Elements>0</Elements>
2902
- </Loc>
2903
- <Loc>
2904
- <Family>USFRTF</Family>
2905
- <Version>2005 IM</Version>
2906
- <Href>http://www.xbrl.org/us/fr/gaap/ins/2005-02-28/us-gaap-ins-2005-02-28-presentation.xml</Href>
2907
- <AttType>PRE</AttType>
2908
- <FileTypeName>Presentation</FileTypeName>
2909
- <Elements>0</Elements>
2910
- </Loc>
2911
- <Loc>
2912
- <Family>USFRTF</Family>
2913
- <Version>2005 IM</Version>
2914
- <Href>http://www.xbrl.org/us/fr/rpt/ar/2005-02-28/usfr-ar-2005-02-28.xsd</Href>
2915
- <AttType>SCH</AttType>
2916
- <FileTypeName>Schema</FileTypeName>
2917
- <Elements>1</Elements>
2918
- <Namespace>http://www.xbrl.org/us/fr/rpt/ar/2005-02-28</Namespace>
2919
- <Prefix>usfr-ar</Prefix>
2920
- </Loc>
2921
- <Loc>
2922
- <Family>USFRTF</Family>
2923
- <Version>2005 IM</Version>
2924
- <Href>http://www.xbrl.org/us/fr/rpt/ar/2005-02-28/usfr-ar-2005-02-28-labels.xml</Href>
2925
- <AttType>LAB</AttType>
2926
- <FileTypeName>Labels, Standard</FileTypeName>
2927
- <Elements>0</Elements>
2928
- </Loc>
2929
- <Loc>
2930
- <Family>USFRTF</Family>
2931
- <Version>2005 IM</Version>
2932
- <Href>http://www.xbrl.org/us/fr/rpt/ar/2005-02-28/usfr-ar-2005-02-28-presentation.xml</Href>
2933
- <AttType>PRE</AttType>
2934
- <FileTypeName>Presentation</FileTypeName>
2935
- <Elements>0</Elements>
2936
- </Loc>
2937
- <Loc>
2938
- <Family>USFRTF</Family>
2939
- <Version>2005 IM</Version>
2940
- <Href>http://www.xbrl.org/us/fr/rpt/ar/2005-02-28/usfr-ar-2005-02-28-references.xml</Href>
2941
- <AttType>REF</AttType>
2942
- <FileTypeName>Reference, Authoritative</FileTypeName>
2943
- <Elements>0</Elements>
2944
- </Loc>
2945
- <Loc>
2946
- <Family>USFRTF</Family>
2947
- <Version>2005 IM</Version>
2948
- <Href>http://www.xbrl.org/us/fr/rpt/mda/2005-02-28/usfr-mda-2005-02-28.xsd</Href>
2949
- <AttType>SCH</AttType>
2950
- <FileTypeName>Schema</FileTypeName>
2951
- <Elements>1</Elements>
2952
- <Namespace>http://www.xbrl.org/us/fr/rpt/mda/2005-02-28</Namespace>
2953
- <Prefix>usfr-mda</Prefix>
2954
- </Loc>
2955
- <Loc>
2956
- <Family>USFRTF</Family>
2957
- <Version>2005 IM</Version>
2958
- <Href>http://www.xbrl.org/us/fr/rpt/mda/2005-02-28/usfr-mda-2005-02-28-label.xml</Href>
2959
- <AttType>LAB</AttType>
2960
- <FileTypeName>Labels, Standard</FileTypeName>
2961
- <Elements>0</Elements>
2962
- </Loc>
2963
- <Loc>
2964
- <Family>USFRTF</Family>
2965
- <Version>2005 IM</Version>
2966
- <Href>http://www.xbrl.org/us/fr/rpt/mda/2005-02-28/usfr-mda-2005-02-28-presentation.xml</Href>
2967
- <AttType>PRE</AttType>
2968
- <FileTypeName>Presentation</FileTypeName>
2969
- <Elements>0</Elements>
2970
- </Loc>
2971
- <Loc>
2972
- <Family>USFRTF</Family>
2973
- <Version>2005 IM</Version>
2974
- <Href>http://www.xbrl.org/us/fr/rpt/mda/2005-02-28/usfr-mda-2005-02-28-reference.xml</Href>
2975
- <AttType>REF</AttType>
2976
- <FileTypeName>Reference, Authoritative</FileTypeName>
2977
- <Elements>0</Elements>
2978
- </Loc>
2979
- <Loc>
2980
- <Family>USFRTF</Family>
2981
- <Version>2005 IM</Version>
2982
- <Href>http://www.xbrl.org/us/fr/rpt/mr/2005-02-28/usfr-mr-2005-02-28.xsd</Href>
2983
- <AttType>SCH</AttType>
2984
- <FileTypeName>Schema</FileTypeName>
2985
- <Elements>1</Elements>
2986
- <Namespace>http://www.xbrl.org/us/fr/rpt/mr/2005-02-28</Namespace>
2987
- <Prefix>usfr-mr</Prefix>
2988
- </Loc>
2989
- <Loc>
2990
- <Family>USFRTF</Family>
2991
- <Version>2005 IM</Version>
2992
- <Href>http://www.xbrl.org/us/fr/rpt/mr/2005-02-28/usfr-mr-2005-02-28-labels.xml</Href>
2993
- <AttType>LAB</AttType>
2994
- <FileTypeName>Labels, Standard</FileTypeName>
2995
- <Elements>0</Elements>
2996
- </Loc>
2997
- <Loc>
2998
- <Family>USFRTF</Family>
2999
- <Version>2005 IM</Version>
3000
- <Href>http://www.xbrl.org/us/fr/rpt/mr/2005-02-28/usfr-mr-2005-02-28-presentation.xml</Href>
3001
- <AttType>PRE</AttType>
3002
- <FileTypeName>Presentation</FileTypeName>
3003
- <Elements>0</Elements>
3004
- </Loc>
3005
- <Loc>
3006
- <Family>USFRTF</Family>
3007
- <Version>2005 IM</Version>
3008
- <Href>http://www.xbrl.org/us/fr/rpt/seccert/2005-02-28/usfr-seccert-2005-02-28.xsd</Href>
3009
- <AttType>SCH</AttType>
3010
- <FileTypeName>Schema</FileTypeName>
3011
- <Elements>1</Elements>
3012
- <Namespace>http://www.xbrl.org/us/fr/rpt/seccert/2005-02-28</Namespace>
3013
- <Prefix>usfr-seccert</Prefix>
3014
- </Loc>
3015
- <Loc>
3016
- <Family>USFRTF</Family>
3017
- <Version>2005 IM</Version>
3018
- <Href>http://www.xbrl.org/us/fr/rpt/seccert/2005-02-28/usfr-seccert-2005-02-28-labels.xml</Href>
3019
- <AttType>LAB</AttType>
3020
- <FileTypeName>Labels, Standard</FileTypeName>
3021
- <Elements>0</Elements>
3022
- </Loc>
3023
- <Loc>
3024
- <Family>USFRTF</Family>
3025
- <Version>2005 IM</Version>
3026
- <Href>http://www.xbrl.org/us/fr/rpt/seccert/2005-02-28/usfr-seccert-2005-02-28-presentation.xml</Href>
3027
- <AttType>PRE</AttType>
3028
- <FileTypeName>Presentation</FileTypeName>
3029
- <Elements>0</Elements>
3030
- </Loc>
3031
- <Loc>
3032
- <Family>USFRTF</Family>
3033
- <Version>2005 IM</Version>
3034
- <Href>http://www.xbrl.org/us/fr/rpt/seccert/2005-02-28/usfr-seccert-2005-02-28-references.xml</Href>
3035
- <AttType>REF</AttType>
3036
- <FileTypeName>Reference, Authoritative</FileTypeName>
3037
- <Elements>0</Elements>
3038
- </Loc>
3039
- <Loc>
3040
- <Family>ICI</Family>
3041
- <Version>2006</Version>
3042
- <Href>http://xbrl.ici.org/rr/2006/ici-rr.xsd</Href>
3043
- <AttType>SCH</AttType>
3044
- <FileTypeName>Schema</FileTypeName>
3045
- <Elements>1</Elements>
3046
- <Namespace>http://ici.org/rr/2006</Namespace>
3047
- <Prefix>ici-rr</Prefix>
3048
- </Loc>
3049
- <Loc>
3050
- <Family>ICI</Family>
3051
- <Version>2006</Version>
3052
- <Href>http://xbrl.ici.org/rr/2006/ici-rr_def.xml</Href>
3053
- <AttType>DEF</AttType>
3054
- <FileTypeName>Definition, Dimensions</FileTypeName>
3055
- <Elements>0</Elements>
3056
- </Loc>
3057
- <Loc>
3058
- <Family>ICI</Family>
3059
- <Version>2006</Version>
3060
- <Href>http://xbrl.ici.org/rr/2006/ici-rr_lab.xml</Href>
3061
- <AttType>LAB</AttType>
3062
- <FileTypeName>Labels, Standard</FileTypeName>
3063
- <Elements>0</Elements>
3064
- </Loc>
3065
- <Loc>
3066
- <Family>ICI</Family>
3067
- <Version>2006</Version>
3068
- <Href>http://xbrl.ici.org/rr/2006/ici-rr_pre.xml</Href>
3069
- <AttType>PRE</AttType>
3070
- <FileTypeName>Presentation</FileTypeName>
3071
- <Elements>0</Elements>
3072
- </Loc>
3073
- <Loc>
3074
- <Family>ICI</Family>
3075
- <Version>2006</Version>
3076
- <Href>http://xbrl.ici.org/rr/2006/ici-rr_ref.xml</Href>
3077
- <AttType>REF</AttType>
3078
- <FileTypeName>Reference, Authoritative</FileTypeName>
3079
- <Elements>0</Elements>
3080
- </Loc>
3081
-
3082
- <Loc>
3083
- <Family>IFRS</Family>
3084
- <Version>2013</Version>
3085
- <Href>http://xbrl.ifrs.org/taxonomy/2013-09-09/ifrs-cor_2013-09-09.xsd</Href>
3086
- <AttType>SCH</AttType>
3087
- <FileTypeName>Schema</FileTypeName>
3088
- <Elements>1</Elements>
3089
- <Namespace>http://xbrl.ifrs.org/taxonomy/2013-09-09/ifrs</Namespace>
3090
- <Prefix>currency</Prefix>
3091
- </Loc>
3092
-
3093
- <Loc>
3094
- <Family>IFRS</Family>
3095
- <Version>2014</Version>
3096
- <Href>http://xbrl.ifrs.org/taxonomy/2014-03-05/full_ifrs/full_ifrs-cor_2014-03-05.xsd</Href>
3097
- <AttType>SCH</AttType>
3098
- <FileTypeName>Schema</FileTypeName>
3099
- <Elements>1</Elements>
3100
- <Namespace>http://xbrl.ifrs.org/taxonomy/2014-03-05/ifrs-full</Namespace>
3101
- <Prefix>currency</Prefix>
3102
- </Loc>
3103
-
3104
- <Loc>
3105
- <Family>IFRS</Family>
3106
- <Version>2014</Version>
3107
- <Href>http://xbrl.ifrs.org/taxonomy/2014-03-05/ifrs_for_smes/ifrs_for_smes-cor_2014-03-05.xsd</Href>
3108
- <AttType>SCH</AttType>
3109
- <FileTypeName>Schema</FileTypeName>
3110
- <Elements>1</Elements>
3111
- <Namespace>http://xbrl.ifrs.org/taxonomy/2014-03-05/ifrs-smes</Namespace>
3112
- <Prefix>currency</Prefix>
3113
- </Loc>
3114
-
3115
- <Loc>
3116
- <Family>Arelle</Family>
3117
- <Version>2014</Version>
3118
- <Href>http://arelle.org/2014/doc-2014-01-31.xsd</Href>
3119
- <AttType>SCH</AttType>
3120
- <FileTypeName>Schema</FileTypeName>
3121
- <Elements>1</Elements>
3122
- <Namespace>http://arelle.org/doc/2014-01-31</Namespace>
3123
- <Prefix>doc</Prefix>
3124
- </Loc>
3125
-
3126
- </Erxl>