arelle-release 2.37.32__tar.gz → 2.37.34__tar.gz
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.
Potentially problematic release.
This version of arelle-release might be problematic. Click here for more details.
- {arelle_release-2.37.32/arelle_release.egg-info → arelle_release-2.37.34}/PKG-INFO +1 -1
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/CntlrCmdLine.py +2 -2
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/CntlrWebMain.py +6 -10
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/DisclosureSystem.py +1 -1
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/FileSource.py +31 -5
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/XbrlConst.py +8 -3
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/_version.py +2 -2
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/api/Session.py +2 -6
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/oim/Load.py +6 -7
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/EDINET/PluginValidationDataExtension.py +3 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/EDINET/__init__.py +20 -1
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/EDINET/resources/config.xml +2 -0
- arelle_release-2.37.34/arelle/plugin/validate/EDINET/resources/edinet-taxonomies.xml +60 -0
- arelle_release-2.37.34/arelle/plugin/validate/EDINET/rules/edinet.py +61 -0
- arelle_release-2.37.34/arelle/plugin/validate/EDINET/rules/frta.py +48 -0
- arelle_release-2.37.34/arelle/plugin/validate/EDINET/rules/gfm.py +76 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/EDINET/rules/upload.py +4 -5
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ESEF/ESEF_2021/ValidateXbrlFinally.py +16 -3
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ESEF/ESEF_Current/ValidateXbrlFinally.py +31 -3
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ESEF/resources/authority-validations.json +2 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/NL/rules/nl_kvk.py +9 -11
- {arelle_release-2.37.32 → arelle_release-2.37.34/arelle_release.egg-info}/PKG-INFO +1 -1
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle_release.egg-info/SOURCES.txt +16 -2
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/conf.py +2 -0
- arelle_release-2.37.34/docs/source/contributor_guides/contributing.md +2 -0
- arelle_release-2.37.34/docs/source/contributor_guides/contributor_guides.md +11 -0
- arelle_release-2.37.34/docs/source/contributor_guides/efm_conf_update.md +37 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/index.md +1 -2
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/install.md +1 -1
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/development/validation.md +1 -1
- {arelle_release-2.37.32 → arelle_release-2.37.34}/pyproject.toml +1 -1
- {arelle_release-2.37.32 → arelle_release-2.37.34}/requirements-dev.txt +2 -2
- arelle_release-2.37.34/requirements-plugins.txt +1 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/requirements-test.txt +2 -1
- {arelle_release-2.37.32 → arelle_release-2.37.34}/requirements.txt +1 -1
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/script_util.py +1 -1
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/tests/python_api_validate_esef.py +1 -0
- arelle_release-2.37.34/tests/integration_tests/scripts/tests/webserver_validate_esef.py +89 -0
- arelle_release-2.37.34/tests/integration_tests/validation/EFM.md +31 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/edinet.py +1 -0
- arelle_release-2.37.34/tests/resources/conformance_suites/edinet/EC5002E/index.xml +23 -0
- arelle_release-2.37.34/tests/resources/conformance_suites/edinet/EC5002E/invalid01.zip +0 -0
- arelle_release-2.37.34/tests/resources/conformance_suites/edinet/EC5700W.GFM.1.1.3/index.xml +23 -0
- arelle_release-2.37.34/tests/resources/conformance_suites/edinet/EC5700W.GFM.1.1.3/invalid01.zip +0 -0
- arelle_release-2.37.34/tests/resources/conformance_suites/edinet/EC5710W.FRTA.2.1.9/index.xml +23 -0
- arelle_release-2.37.34/tests/resources/conformance_suites/edinet/EC5710W.FRTA.2.1.9/invalid01.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/index.xml +3 -0
- arelle_release-2.37.34/tests/resources/conformance_suites_timing/edinet.json +35 -0
- arelle_release-2.37.32/docs/source/contributing.md +0 -5
- arelle_release-2.37.32/requirements-plugins.txt +0 -1
- arelle_release-2.37.32/tests/resources/conformance_suites_timing/edinet.json +0 -32
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.git-blame-ignore-revs +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/ISSUE_TEMPLATE/bug.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/ISSUE_TEMPLATE/change.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/actions/test_conformance_suite/action.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/dependabot.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/release-drafter.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/build-documentation.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/build-linux.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/build-macos.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/build-windows.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/conformance-suite.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/conformance-suites.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/project.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/publish-documentation.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/publish-frozen-build.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/python-package.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/release-drafter.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/release.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/test-scripts-parallel.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/test-scripts.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/test-ui.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.github/workflows/tests.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.gitignore +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/.readthedocs.yaml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/CONTRIBUTING.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/COPYRIGHT.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/LICENSE.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/QuickBooks.qwc +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/README.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/Aspect.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/BetaFeatures.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/Cntlr.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/CntlrComServer.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/CntlrProfiler.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/CntlrQuickBooks.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/CntlrWinMain.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/CntlrWinTooltip.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/DialogAbout.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/DialogArcroleGroup.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/DialogFind.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/DialogFormulaParameters.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/DialogLanguage.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/DialogNewFactItem.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/DialogOpenArchive.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/DialogPackageManager.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/DialogPluginManager.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/DialogRssWatch.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/DialogURL.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/DialogUserPassword.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/FunctionCustom.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/FunctionFn.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/FunctionIxt.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/FunctionUtil.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/FunctionXfi.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/FunctionXs.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/HashUtil.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/HtmlUtil.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/InstanceAspectsEvaluator.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/LeiUtil.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/LocalViewer.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/Locale.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelDocument.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelDtsObject.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelFormulaObject.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelInstanceObject.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelManager.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelObject.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelObjectFactory.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelRelationshipSet.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelRenderingObject.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelRssItem.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelRssObject.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelTestcaseObject.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelValue.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelVersObject.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelVersReport.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ModelXbrl.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/PackageManager.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/PluginManager.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/PluginUtils.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/PrototypeDtsObject.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/PrototypeInstanceObject.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/PythonUtil.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/RuntimeOptions.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/SocketUtils.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/SystemInfo.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/TableStructure.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/TkTableWrapper.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/UITkTable.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/UiUtil.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/Updater.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/UrlUtil.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/Validate.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ValidateDuplicateFacts.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ValidateFilingText.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ValidateInfoset.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ValidateUtr.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ValidateVersReport.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ValidateXbrl.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ValidateXbrlCalcs.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ValidateXbrlDTS.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ValidateXbrlDimensions.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/Version.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewFile.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewFileConcepts.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewFileDTS.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewFileFactList.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewFileFactTable.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewFileFormulae.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewFileRelationshipSet.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewFileRenderedGrid.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewFileRenderedLayout.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewFileRenderedStructure.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewFileRoleTypes.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewFileRssFeed.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewFileTests.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewUtil.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewUtilFormulae.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinConcepts.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinDTS.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinDiffs.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinFactGrid.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinFactList.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinFactTable.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinFormulae.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinGrid.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinList.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinPane.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinProperties.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinRelationshipSet.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinRenderedGrid.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinRoleTypes.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinRssFeed.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinTests.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinTkTable.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinTree.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinTupleGrid.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinVersReport.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/ViewWinXml.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/WatchRss.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/WebCache.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/XbrlUtil.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/XhtmlValidate.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/XmlUtil.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/XmlValidate.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/XmlValidateConst.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/XmlValidateParticles.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/XmlValidateSchema.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/CustomLogger.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/LoadEFMvalidate.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/LoadSavePreLbCsv.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/LoadValidate.cs +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/LoadValidate.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/LoadValidateCmdLine.java +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/LoadValidatePostedZip.java +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/LoadValidateWebService.java +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/SaveTableToExelle.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/TR3toTR4.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/ESEF_2022/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/bigInstance.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/cmdWebServerExtension.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/crashTest.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/functionsXmlCreation.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/hello_i18n.pot +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/hello_i18n.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/importTestChild1.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/importTestChild2.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/importTestGrandchild1.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/importTestGrandchild2.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/importTestImported1.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/importTestImported11.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/importTestParent.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/instanceInfo.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/loadFromOIM-2018.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/locale/fr/LC_MESSAGES/hello_i18n.po +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/objectmaker.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/packagedImportTest/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/packagedImportTest/importTestChild1.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/packagedImportTest/importTestChild2.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/packagedImportTest/importTestGrandchild1.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/packagedImportTest/importTestGrandchild2.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/packagedImportTest/importTestImported1.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/packagedImportTest/importTestImported11.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/packagedImportTest/subdir/importTestImported111.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/packagedImportTest/subdir/subsubdir/importTestImported1111.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/sakaCalendar.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/saveInstanceInfoset.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/sphinx/FormulaGenerator.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/sphinx/SphinxContext.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/sphinx/SphinxEvaluator.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/sphinx/SphinxMethods.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/sphinx/SphinxParser.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/sphinx/SphinxValidator.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/sphinx/US-GAAP Ratios Example.xsr +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/sphinx/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/streamingExtensions.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/updateTableLB.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/SBRnl/CustomLoader.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/SBRnl/DTS.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/SBRnl/Dimensions.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/SBRnl/Document.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/SBRnl/Filing.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/SBRnl/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/SBRnl/config.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/SBRnl/sbr-nl-taxonomies.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/USBestPractices.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/USCorpAction.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/USSecTagging.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/XDC/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/XDC/config.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/XFsyntax/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/XFsyntax/xf.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validate/calc2.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validateSchemaLxml.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/plugin/validateTableInfoset.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/us-gaap-dei-docType-extraction-frm.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/archive/us-gaap-dei-ratio-cash-frm.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/creationSoftwareNames.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/disclosuresystems.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/disclosuresystems.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/edbody.dtd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/empty-instance.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/erxl.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/mappings.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/mappings.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/sbr-text-formatting.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/xbrlschemafiles.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/xhtml-lat1.ent +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/xhtml-special.ent +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/xhtml-symbol.ent +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/xhtml1-strict-ix.dtd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/config/xhtml1_1-strict-ix.dtd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/conformance/CSVTestcaseLoader.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/doc/messagesCatalog.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/doc/messagesCatalog.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/examples/plugin/formulaSuiteConverter.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/examples/plugin/functionsCustom.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/examples/plugin/hello_dolly.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/examples/plugin/multi.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/examples/plugin/rssSaveOim.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/examples/plugin/validate/XYZ/DisclosureSystems.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/examples/plugin/validate/XYZ/PluginValidationDataExtension.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/examples/plugin/validate/XYZ/ValidationPluginExtension.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/examples/plugin/validate/XYZ/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/examples/plugin/validate/XYZ/resources/config.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/examples/plugin/validate/XYZ/rules/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/examples/plugin/validate/XYZ/rules/rules01.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/examples/plugin/validate/XYZ/rules/rules02.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/formula/FactAspectsCache.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/formula/FormulaConsisAsser.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/formula/FormulaEvaluator.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/formula/ValidateFormula.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/formula/XPathContext.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/formula/XPathParser.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/formula/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/arelle-full-word.ico +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/arelle-mac-icon-4.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/arelle-rtd.png +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/arelle-word-only.ico +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/arelle.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/arelle.icns +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/arelle.icns.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/arelle.ico +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/arelle.xbm +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/arelle128.psd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/arelle16.psd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/arelle16x16and32x32.ico +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/arelle32.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/columnSortDown.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/columnSortUp.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/dmg_background.png +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/favicon.ico +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/octocat.png +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/python-clear.png +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/python-icon-pack-crystalxp.net-842.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarClose.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarCompare.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarDelete.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarFindMenu.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarLogClear - 1-piece-top.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarLogClear-orig.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarLogClear.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarNewFile.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarOpenDatabase.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarOpenFile.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarOpenWeb.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarProperties.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarQuit.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarReopen.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarSaveFile.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/toolbarValidate.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/xbrl.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/xbrl.psd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/xbrl128-2.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/xbrl128.gif +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/xbrl16.ico +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/images/xbrl32.ico +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/locale/ar_EG/LC_MESSAGES/ar_EG.po +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/locale/ar_EG/LC_MESSAGES/arelle.mo +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/locale/es/LC_MESSAGES/arelle.mo +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/locale/fr/LC_MESSAGES/arelle.mo +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/locale/fr/LC_MESSAGES/fr.po +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/locale/messages.mo +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/locale/messages.pot +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/locale/ru/LC_MESSAGES/arelle.mo +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/locale/ru/LC_MESSAGES/ru.po +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/logging/formatters/LogFormatter.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/logging/handlers/LogHandlerWithXml.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/logging/handlers/LogToBufferHandler.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/logging/handlers/LogToPrintHandler.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/logging/handlers/LogToXmlHandler.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/logging/handlers/StructuredMessageLogHandler.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/model/CommentBase.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/model/ElementBase.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/model/PIBase.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/model/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/oim/Validate.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/oim/xml/Save.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/packages/PackageConst.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/packages/PackageType.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/packages/PackageUtils.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/packages/PackageValidation.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/packages/report/DetectReportPackage.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/packages/report/ReportPackage.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/packages/report/ReportPackageConst.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/packages/report/ReportPackageValidator.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/CacheBuilder.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/EdgarRendererAllReports.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/ModelValueMore.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/ValidateDTS.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/ViewXbrlTxmyObj.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlAbstract.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlConcept.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlConst.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlCube.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlDimension.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlDts.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlEntity.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlGroup.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlImportedTaxonomy.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlLabel.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlNetwork.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlProperty.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlReference.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlReport.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlTableTemplate.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlTaxonomy.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlTaxonomyObject.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlTransform.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlTypes.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/XbrlUnit.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/resources/iso4217.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/resources/oim-taxonomy-schema.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/resources/ref.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/resources/transform-types.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/resources/types.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/resources/utr.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/OimTaxonomy/resources/xbrlSpec.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/SECCorrespondenceLoader.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/TDnetLoader.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/UKCompaniesHouseLoader.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/formulaLoader.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/formulaSaver.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/formulaXPathChecker.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/functionsMath.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/inlineXbrlDocumentSet.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/internet/proxyNTLM/HTTPNtlmAuthHandler.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/internet/proxyNTLM/U32.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/internet/proxyNTLM/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/internet/proxyNTLM/des.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/internet/proxyNTLM/des_c.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/internet/proxyNTLM/des_data.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/internet/proxyNTLM/lgpl-3.0-standalone.html +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/internet/proxyNTLM/ntlm.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/loadFromExcel.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/loadFromOIM.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/logging/dpmSignature.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/logging/dqcParameters.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/logging/saveMessages.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/profileCmdLine.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/profileFormula.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/saveCHComponentFile.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/saveDTS.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/saveHtmlEBAtables.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/saveLoadableExcel.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/saveLoadableOIM.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/saveOIMTaxonomy.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/saveSKOS.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/saveSampleInstance.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/security/cryptAES_CBC.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/security/cryptAES_EAX.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/streamingExtensions.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/systemInfo.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/transforms/tester.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/unpackSecEisFile.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/CIPC/Const.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/CIPC/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/CIPC/config.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/DBA/DisclosureSystems.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/DBA/PluginValidationDataExtension.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/DBA/ValidationPluginExtension.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/DBA/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/DBA/resources/config.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/DBA/rules/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/DBA/rules/fr.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/DBA/rules/tc.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/DBA/rules/th.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/DBA/rules/tm.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/DBA/rules/tr.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/EBA/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/EBA/config.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/EDINET/DisclosureSystems.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/EDINET/FormType.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/EDINET/ValidationPluginExtension.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/EDINET/rules/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ESEF/Const.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ESEF/Dimensions.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ESEF/ESEF_2021/DTS.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ESEF/ESEF_2021/Image.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ESEF/ESEF_2021/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ESEF/ESEF_Current/DTS.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ESEF/ESEF_Current/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ESEF/Util.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ESEF/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ESEF/resources/config.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/FERC/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/FERC/config.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/FERC/resources/ferc-utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/NL/DisclosureSystems.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/NL/LinkbaseType.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/NL/PluginValidationDataExtension.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/NL/ValidationPluginExtension.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/NL/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/NL/resources/config.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/NL/rules/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/NL/rules/br_kvk.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/NL/rules/fg_nl.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/NL/rules/fr_kvk.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/NL/rules/fr_nl.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ROS/DisclosureSystems.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ROS/PluginValidationDataExtension.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ROS/ValidationPluginExtension.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ROS/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ROS/config.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ROS/resources/config.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ROS/rules/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/ROS/rules/ros.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/UK/ValidateUK.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/UK/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/UK/config.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/UK/consistencyChecksByName.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/UK/hmrc-taxonomies.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/DialogRssWatchExtender.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/SqlDb.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/XbrlDpmSqlDB.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/XbrlOpenSqlDB.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/XbrlPublicPostgresDB.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/XbrlSemanticGraphDB.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/XbrlSemanticJsonDB.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/XbrlSemanticRdfDB.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/XbrlSemanticSqlDB.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/entityInformation.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/ext/china.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/ext/edgar.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/ext/xdc.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/primaryDocumentFacts.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/sql/open/ext/chinaPostgresDB.ddl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/sql/open/ext/edgarPostgresDB.ddl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/sql/open/ext/xdcPostgresDB.ddl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/sql/open/xbrlOpenPostgresDB.ddl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/sql/open2/xbrlOpen2PostgresDB.ddl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/sql/public/xbrlPublicPostgresDB.ddl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/sql/semantic/secDatabaseModelViews.sql +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/sql/semantic/xbrlSemanticColumnComments.ddl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/sql/semantic/xbrlSemanticMSSqlDB.sql +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/sql/semantic/xbrlSemanticMySqlDB.ddl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/sql/semantic/xbrlSemanticOracleDB.sql +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/sql/semantic/xbrlSemanticPostgresDB.ddl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/sql/semantic/xbrlSemanticSQLiteDB.ddl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xbrlDB/tableFacts.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/xuleSaver.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/rendering/RenderingEvaluator.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/rendering/RenderingLayout.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/rendering/RenderingResolution.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.eurofiling.info/eu/fr/xbrl/ext/filing-indicators.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.w3.org/2001/03/xml.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.w3.org/2001/XMLSchema.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.w3.org/2001/xml.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2003/xbrl-linkbase-2003-12-31.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2003/xl-2003-12-31.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2003/xlink-2003-12-31.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2004/ref-2004-08-10.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2005/xbrldt-2005.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2006/ref-2006-02-27.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2006/xbrldi-2006.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/boolean-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/concept-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/conformance.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/conformanceFunction.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/consistency-assertion.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/dimension-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/entity-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/existence-assertion.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/formula.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/function.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/general-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/generic-label.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/generic-link.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/generic-reference.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xbrl-instance-2003-12-31-ixmod.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xbrl-linkbase-2003-12-31-ixmod.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xl-2003-12-31.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xbrl/xlink-2003-12-31.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xframes-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-applet-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-attribs-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-base-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic-form-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic-table-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10-model-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10-module-redefines-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10-modules-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-basic10.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-bdo-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-blkphras-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-blkpres-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-blkstruct-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-charent-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-copyright-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-csismap-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-datatypes-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-edit-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-events-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-form-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-frames-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-framework-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-hypertext-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-iframe-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-image-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlphras-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlpres-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlstruct-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-inlstyle-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-legacy-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-link-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-list-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-meta-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-misc-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-nameident-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-notations-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-object-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-param-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-pres-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-ruby-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-ruby-basic-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-script-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-ssismap-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-struct-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-style-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-table-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-target-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml-text-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11-model-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11-module-redefines-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11-modules-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml11.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xhtml2.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-2.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-attribs-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-attribs-2.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-copyright-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-events-copyright-2.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml/xml-handlers-2.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0-definitions.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0-model.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0-modules.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/inlinexbrl/xhtml-inlinexbrl-1_0.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/match-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/period-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/registry.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/relative-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/segment-scenario-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/tuple-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/unit-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/validation.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/value-assertion.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/value-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2008/variable.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2010/aspect-cover-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2010/concept-relation-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2010/custom-function-implementation.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2010/generic-message.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2010/validation-message.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xbrl-instance-2003-12-31-ixmod.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xbrl-linkbase-2003-12-31-ixmod.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xl-2003-12-31.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xbrl/xlink-2003-12-31.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xframes-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-applet-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-attribs-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-base-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic-form-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic-table-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10-model-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10-module-redefines-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10-modules-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-basic10.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-bdo-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-blkphras-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-blkpres-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-blkstruct-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-charent-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-copyright-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-csismap-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-datatypes-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-edit-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-events-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-form-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-frames-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-framework-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-hypertext-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-iframe-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-image-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlphras-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlpres-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlstruct-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-inlstyle-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-legacy-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-link-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-list-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-meta-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-misc-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-nameident-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-notations-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-object-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-param-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-pres-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-ruby-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-ruby-basic-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-script-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-ssismap-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-struct-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-style-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-table-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-target-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml-text-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11-model-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11-module-redefines-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11-modules-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml11.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xhtml2.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-2.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-attribs-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-attribs-2.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-copyright-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-events-copyright-2.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml/xml-handlers-2.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1-definitions.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1-model.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1-modules.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/inlineXBRL/xhtml-inlinexbrl-1_1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/match-filter.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/preferred-label.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/versioning-base.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/versioning-concept-details.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/versioning-concept-use.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2013/versioning-dimensions.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2014/extensible-enumerations.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2014/table.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2014/tablemodel.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2016/assertion-severity.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2016/severities.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2016/taxonomy-package-catalog.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2016/taxonomy-package.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2022/assertion-severity.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/2022/severities.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/dtr/type/numeric-2009-12-16.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/accounting-arcrole-2023-01-04.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/deprecated-2009-12-16.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/esma-arcrole-2018-11-21.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/jpfr-arcrole-2007-11-07.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/arcrole/parent-child-2013-09-19.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/role/deprecated-2009-12-16.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/role/jpfr-role-2007-11-07.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/role/negated-2008-03-31.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/role/negated-2009-12-16.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/role/negative-2009-12-16.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/role/net-2009-12-16.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/role/positive-2009-12-16.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/role/property-2022-09-28.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/role/reference-2009-12-16.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/lrr/role/restated-2006-02-21.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/2012-01-30/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/2012-10-31/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/2012-11-30/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/2013-02-28/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/2013-05-17/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/2016-08-10/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/2017-07-12/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/2021-02-16/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/2021-12-08/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/2022-02-16/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/2022-07-20/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/2023-12-20/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/2024-01-31/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/2024-10-22/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/http/www.xbrl.org/utr/utr.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/https/www.xbrl.org/2005/conformance.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/https/www.xbrl.org/2020/extensible-enumerations-2.0.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/https/www.xbrl.org/2023/calculation-1.1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/https/www.xbrl.org/dtr/type/2020-01-21/types.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/https/www.xbrl.org/dtr/type/2022-03-31/types.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/https/www.xbrl.org/dtr/type/2024-01-31/types.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/https/www.xbrl.org/taxonomy/int/filing-indicators/REC/2021-02-03/filing-indicators-def.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/https/www.xbrl.org/taxonomy/int/filing-indicators/REC/2021-02-03/filing-indicators-label.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/cache/https/www.xbrl.org/taxonomy/int/filing-indicators/REC/2021-02-03/filing-indicators.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/linux-x86_64/README.txt +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/linux-x86_64/html/tkTable.html +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/linux-x86_64/libTktable2.11.so +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/linux-x86_64/license.txt +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/linux-x86_64/pkgIndex.tcl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/linux-x86_64/tkTable.tcl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/linux-x86_64/tktable.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/macos-arm64/README.txt +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/macos-arm64/html/tkTable.html +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/macos-arm64/libTktable2.11.dylib +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/macos-arm64/license.txt +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/macos-arm64/pkgIndex.tcl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/macos-arm64/tkTable.tcl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/macos-arm64/tktable.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/macos-x86_64/README.txt +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/macos-x86_64/html/tkTable.html +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/macos-x86_64/libTktable2.11.dylib +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/macos-x86_64/license.txt +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/macos-x86_64/pkgIndex.tcl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/macos-x86_64/tkTable.tcl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/macos-x86_64/tktable.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/win-x86_64/Tktable.dll +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/win-x86_64/pkgIndex.tcl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/resources/libs/Tktable2.11/win-x86_64/tkTable.tcl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/scripts-macOS/startWebServer.command +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/scripts-unix/startWebServer.sh +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/scripts-windows/startWebServer.bat +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/typing.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/utils/EntryPointDetection.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/utils/PluginData.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/utils/PluginHooks.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/utils/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/utils/validate/Decorator.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/utils/validate/DetectScriptsInXhtml.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/utils/validate/ESEFImage.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/utils/validate/Validation.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/utils/validate/ValidationPlugin.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/utils/validate/ValidationUtil.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/utils/validate/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/webserver/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/webserver/bottle.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle.pyw +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelleCmdLine.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelleGUI.pyw +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle_release.egg-info/dependency_links.txt +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle_release.egg-info/entry_points.txt +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle_release.egg-info/requires.txt +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/arelle_release.egg-info/top_level.txt +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/buildVersion.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/conftest.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/distro.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docker/Dockerfile +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docker/docker-compose.yml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docker/ubuntu.Dockerfile +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/Makefile +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/make.bat +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/_static/css/extra.css +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/command_line.md +0 -0
- {arelle_release-2.37.32/docs/source → arelle_release-2.37.34/docs/source/contributor_guides}/build_docs.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/esef.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/faq.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/images/gui_manage_plugins.png +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/images/gui_plugin_manager.png +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/images/gui_plugin_manager_browse.png +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/images/gui_plugin_manager_browse_button.png +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/images/gui_plugin_manager_select.png +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/images/gui_plugin_manager_select_button.png +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/images/gui_plugin_manager_web.png +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/images/gui_plugin_manager_web_button.png +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/license.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/development/development.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/development/getting_started.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/development/hooks.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/development/publishing.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/installation.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/plugins.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/popular/arelle_ixbrl_viewer.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/popular/edgar.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/popular/inline_xbrl_document_set.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/popular/popular_plugins.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/popular/save_loadable_oim.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/popular/transforms_sec.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/popular/validation.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/popular/xule.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/using_with_cli.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/plugins/using_with_gui.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/python_api/python_api.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/user_guides/fact_deduplication.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/source/user_guides/user_guides.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/vms/mac/README.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/docs/vms/mac/create-macos-bootable-for-virtualbox.sh +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/generateMessagesCatalog.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/installWin64.nsi +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/installWin86.nsi +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/messages.pot +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/msgfmt.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/pygettext.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/requirements-build.txt +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/requirements-docs.txt +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/runtime.txt +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/scripts/buildLinuxDist.sh +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/scripts/buildMacDist.sh +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/scripts/buildWinDist.bat +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/setup.cfg +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/__init__.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/download_cache.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/integration_test_util.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/README.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/conftest.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/run_scripts.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/test_scripts.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/tests/duplicate_facts_deduplication.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/tests/duplicate_facts_validate.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/tests/eba_tablesets.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/tests/entry_point_from_taxonomy_package.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/tests/ixbrl-viewer_cli.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/tests/ixbrl-viewer_webserver.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/tests/japan_ixds.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/tests/python_api_instance_extraction.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/tests/python_api_ixbrl-viewer.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/tests/python_api_query_model.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/scripts/tests/python_api_taxonomy_service.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest/ArelleGUITest.csproj +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest/Tests.cs +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest/Usings.cs +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/ui_tests/ArelleGUITest/ArelleGUITest.sln +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/ui_tests/resources/workiva.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/README.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/assets.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_config.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configs.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/cipc_current.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/dba_current.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/dba_multi_current.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/efm_current.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/efm_reg_dqc.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/efm_reg_pragmatic.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/esef_ixbrl_2021.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/esef_ixbrl_2022.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/esef_ixbrl_2023.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/esef_ixbrl_2024.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/esef_xhtml_2021.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/esef_xhtml_2022.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/esef_xhtml_2023.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/esef_xhtml_2024.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/hmrc_current.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/kvk_nt16.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/kvk_nt17.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/kvk_nt18.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/kvk_nt19.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/nl_inline_2024.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/nl_inline_2024_gaap_other.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/nl_nt16.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/nl_nt17.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/nl_nt18.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/nl_nt19.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/ros_current.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_2_1.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_calculations_1_1.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_dimensions_1_0.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_dtr_2024_01_31.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_extensible_enumerations_1_0.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_extensible_enumerations_2_0.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_formula_1_0.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_formula_1_0_assertion_severity_2_0.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_formula_1_0_function_registry.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_ixbrl_1_1.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_link_role_registry_1_0.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_oim_1_0.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_report_packages_1_0.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_table_linkbase_1_0.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_taxonomy_packages_1_0.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_transformation_registry_3.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_transformation_registry_4.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_transformation_registry_5.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_utr_malformed_1_0.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_utr_registry_1_0.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conformance_suite_configurations/xbrl_utr_structure_1_0.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/conftest.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/discover_tests.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/download_assets.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/run_conformance_suites.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/test_conformance_suites.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/integration_tests/validation/validation_util.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/plugin/testcaseCalc11ValidateSetup.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/plugin/testcaseIxExpectedHtmlFixup.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_abridged_LLP_accounts/invalid-lp-abrid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_abridged_LLP_accounts/invalid-lp-audit-date.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_abridged_LLP_accounts/invalid-lp-small.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_abridged_LLP_accounts/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_abridged_LLP_accounts/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_company_abridged_accounts/invalid-co-abrid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_company_abridged_accounts/invalid-co-audit-date.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_company_abridged_accounts/invalid-co-audit-opinion.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_company_abridged_accounts/invalid-co-audit-senior.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_company_abridged_accounts/invalid-co-small.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_company_abridged_accounts/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_company_abridged_accounts/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_medium_LLP/invalid-lp-audit-date.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_medium_LLP/invalid-lp-med.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_medium_LLP/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_medium_LLP/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_medium_company/invalid-co-audit-opinion.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_medium_company/invalid-co-med.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_medium_company/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_medium_company/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_micro_LLP/invalid-lp-micro.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_micro_LLP/invalid-lp-smlp-profloss.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_micro_LLP/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_micro_LLP/valid-prof-loss.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_micro_LLP/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_micro_company/invalid-co-micro.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_micro_company/invalid-co-smco-profloss.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_micro_company/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_micro_company/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_LLP/invalid-lp-audit-opinion.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_LLP/invalid-lp-prof-loss.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_LLP/invalid-lp-qual-audit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_LLP/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_LLP/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_charity/invalid-ch-audit-date.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_charity/invalid-ch-char-fund.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_charity/invalid-ch-dir-rep.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_charity/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_charity/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_company/invalid-co-audit-opinion.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_company/invalid-co-dir-date.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_company/invalid-co-dir-dir.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_company/invalid-co-prof-loss.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_company/invalid-co-qual-audit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_company/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_other_company/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_small_LLP/invalid-lp-audit-date.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_small_LLP/invalid-lp-small.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_small_LLP/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_small_LLP/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_small_charity/invalid-ch-audit-auditor.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_small_charity/invalid-ch-audit-date.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_small_charity/invalid-ch-audit-opinion.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_small_charity/invalid-co-small.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_small_charity/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_small_charity/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_small_company/invalid-co-audit-opinion.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_small_company/invalid-co-small.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_small_company/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/audited_small_company/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/jfcvc/3312-invalid-at-least-one.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/jfcvc/3312-invalid-mandatory.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/jfcvc/3312-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/jfcvc/3315-invalid-char.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/jfcvc/3315-invalid-common.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/jfcvc/3315-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_charity_group_accounts/invalid-ch-dir-resp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_charity_group_accounts/invalid-co-audit-nr.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_charity_group_accounts/invalid-co-sec477.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_charity_group_accounts/invalid-co-small.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_charity_group_accounts/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_charity_group_accounts/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abbreviated_accounts/invalid-co-auditnr.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abbreviated_accounts/invalid-co-dirresp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abbreviated_accounts/invalid-co-sec477.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abbreviated_accounts/invalid-co-small.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abbreviated_accounts/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abbreviated_accounts/valid-welsh.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abbreviated_accounts/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abridged_accounts/invalid-co-abrid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abridged_accounts/invalid-co-auditnr.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abridged_accounts/invalid-co-dirresp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abridged_accounts/invalid-co-sec477.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abridged_accounts/invalid-co-small.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abridged_accounts/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abridged_accounts/valid-welsh.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_abridged_accounts/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_group_accounts/invalid-co-auditnr.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_group_accounts/invalid-co-dirresp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_group_accounts/invalid-co-sec477.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_group_accounts/invalid-co-small.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_group_accounts/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_group_accounts/valid-welsh.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_company_group_accounts/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_charity/invalid-ch-dir-resp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_charity/invalid-co-audit-nr.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_charity/invalid-co-sec480.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_charity/invalid-co-small-char-dir-report.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_charity/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_charity/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_company/invalid-co-auditnr.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_company/invalid-co-dirresp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_company/invalid-co-micro.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_company/invalid-co-sec480.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_company/invalid-missing.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_company/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_company/valid-welsh.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_company/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_llp/invalid-lp-memresp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_llp/invalid-lp-sec480.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_llp/invalid-lp-smlp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_llp/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_llp/valid-welsh.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_dormant_llp/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_abbreviated_accounts/invalid-lp-memresp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_abbreviated_accounts/invalid-lp-sec477.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_abbreviated_accounts/invalid-lp-smlp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_abbreviated_accounts/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_abbreviated_accounts/valid-welsh.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_abbreviated_accounts/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_abridged_accounts/invalid-lp-abrid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_abridged_accounts/invalid-lp-memresp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_abridged_accounts/invalid-lp-sec477.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_abridged_accounts/invalid-lp-smlp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_abridged_accounts/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_abridged_accounts/valid-welsh.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_abridged_accounts/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_full_accounts/invalid-lp-memresp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_full_accounts/invalid-lp-sec477.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_full_accounts/invalid-lp-smlp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_full_accounts/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_full_accounts/valid-welsh.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_full_accounts/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_group_accounts/invalid-lp-memresp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_group_accounts/invalid-lp-sec477.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_group_accounts/invalid-lp-smlp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_group_accounts/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_group_accounts/valid-welsh.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_llp_group_accounts/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_micro_company/invalid-co-auditnr.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_micro_company/invalid-co-dirresp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_micro_company/invalid-co-micro.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_micro_company/invalid-co-sec477.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_micro_company/invalid-missing.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_micro_company/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_micro_company/valid-welsh.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_micro_company/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_micro_llp/invalid-lp-memresp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_micro_llp/invalid-lp-micro.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_micro_llp/invalid-lp-sec477.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_micro_llp/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_micro_llp/valid-welsh.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_micro_llp/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_small_company_full_accounts/invalid-co-auditnr.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_small_company_full_accounts/invalid-co-dirresp.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_small_company_full_accounts/invalid-co-sec477.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_small_company_full_accounts/invalid-co-small.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_small_company_full_accounts/testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_small_company_full_accounts/valid-welsh.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/HMRC/unaudited_small_company_full_accounts/valid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/cipc/README.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/cipc/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/cipc/main/hidden-mandatory-fact.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/cipc/main/invalid - 1982-008520-07 - 2019.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/cipc/main/valid - 1982-008520-07 - 2019.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/cipc/main/valid-filing.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/README.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr1-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr1-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr20-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr20-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr24-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr24-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr25-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr25-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr33-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr33-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr34-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr34-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr35-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr35-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr36-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr36-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr37-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr37-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr41-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr41-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr48-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr48-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr52-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr52-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr53-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr53-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr56-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr56-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr57-equality.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr57-missing-current.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr57-missing-previous.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr57-negative-facts.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr57-no-current-period.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr57-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr58-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr58-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr58-valid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr59-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr59-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr63-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr63-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr7-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr7-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr71-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr71-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr72-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr72-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr73-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr73-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr74-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr74a-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr74b-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr75-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr75-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr77-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr77a-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr77b-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr81-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr81-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr83-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr83-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr87-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr87-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr89-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr89-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr89-valid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr91-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr91-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr92-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/fr92-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/valid-ixbrl-001.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/fr/valid-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tc/tc02-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tc/tc02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/th/th01-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/th/th01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/th/th05-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/th/th05-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/th/th06-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/th/th06-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/th/th10-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/th/th10-linkbase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/th/th10-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/th/th14-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/th/th14-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm12-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm12-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm13-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm13-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm16-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm16-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm18-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm18-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm20-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm20-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm22-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm22-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm24-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm24-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm25-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm25-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm26-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm26-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm27-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm27-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm28-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm28-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm29-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm29-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm30-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm30-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm31-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm31-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm32-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm32-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm33-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tm/tm33-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr01-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr02-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr03-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr05-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr05-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr06-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr06-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr09-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr09-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr11-base-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr11-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr11-url-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr12-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr12-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr19-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba/tr/tr19-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba_multi/README.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba_multi/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba_multi/tr/tr15-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba_multi/tr/tr15-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba_multi/tr/tr16-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba_multi/tr/tr16-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba_multi/tr/tr17-invalid.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba_multi/tr/tr17-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba_multi/tr/valid-ixbrl-001.xhtml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/dba_multi/tr/valid-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0121E/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0121E/invalid01.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0124E/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0124E/invalid01.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0129E/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0129E/invalid01.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0130E/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0130E/invalid01.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0132E/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0132E/invalid01.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0188E/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0188E/invalid01.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0198E/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0198E/invalid01.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0206E/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0206E/invalid01.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0237E/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC0237E/invalid01.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC1016E/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC1016E/invalid01.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC1020E/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/EC1020E/invalid01.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/README.md +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid01.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid02.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid03.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid04.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid05.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid06.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid07.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid08.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid09.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid10.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid11.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid12.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid13.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid14.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid20.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid21.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/edinet/valid/valid22.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/2-04-invalid-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/2-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/3-01-missing.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/3-01-multiple.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/3-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/4-07-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/4-07-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/4-10-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/4-10-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/4-12-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/4-12-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/4-16-missing.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/4-16-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/4-17-invalid-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/4-17-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/4-20-invalid-date.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/br_kvk/4-20-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fg_nl/03-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fg_nl/03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fg_nl/04-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fg_nl/04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fg_nl/05-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fg_nl/05-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fg_nl/09-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fg_nl/09-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fg_nl/11-custom-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fg_nl/11-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_kvk/1-01-invalid-file-extension.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_kvk/1-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_kvk/2-01-invalid-lang.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_kvk/2-01-missing-lang.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_kvk/2-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_kvk/2-02-multiple-lang-fact.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_kvk/2-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_kvk/2-03-entrypoint.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_kvk/2-03-invalid-entrypoint.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_kvk/2-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_kvk/5-01-invalid-decimals.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_kvk/5-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_kvk/5-02-invalid-decimals.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_kvk/5-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/1-01-invalid-file.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/1-01-invalid-zip.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/1-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/1-02-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/1-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/1-03-invalid-doctype.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/1-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/1-04-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/1-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/1-05-invalid-encoding.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/1-05-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/1-06-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/1-06.invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-03-missing-lang.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-04-entrypoint-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-04-entrypoint-2.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-04-multiple-schemarefs.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-05-invalid-linkbaseref.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-05-linkbase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-05-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-06-invalid-file.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-06-invalid-zip.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-06-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-07-invalid-xsi-nil-false.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-07-invalid-xsi-nil-true.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/2-07-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/3-01-invalid-period-date-with-time.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/3-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/3-02-invalid-forever-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/3-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/3-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/3-03-unused-context.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/3-04-duplicate-contexts-dimension.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/3-04-duplicate-contexts-instant.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/3-04-duplicate-contexts-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/3-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/4-01-duplicate-units-divide.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/4-01-duplicate-units-measure.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/4-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/4-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/4-02-unused-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/5-01-duplicate-facts-no-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/5-01-duplicate-facts-with-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/5-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/5-03-null-fact.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/5-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/5-06-invalid-precision.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/5-06-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/5-11-invalid-content.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/5-11-invalid-type.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/5-11-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/6-01-invalid-footnote.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/fr_nl/6-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt16/mock-taxonomy.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/2-04-invalid-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/2-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/3-01-missing.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/3-01-multiple.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/3-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/4-07-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/4-07-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/4-10-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/4-10-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/4-12-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/4-12-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/4-16-missing.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/4-16-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/4-17-invalid-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/4-17-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/4-20-invalid-date.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/br_kvk/4-20-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fg_nl/03-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fg_nl/03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fg_nl/04-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fg_nl/04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fg_nl/05-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fg_nl/05-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fg_nl/09-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fg_nl/09-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fg_nl/11-custom-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fg_nl/11-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_kvk/1-01-invalid-file-extension.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_kvk/1-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_kvk/2-01-invalid-lang.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_kvk/2-01-missing-lang.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_kvk/2-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_kvk/2-02-multiple-lang-fact.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_kvk/2-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_kvk/2-03-entrypoint.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_kvk/2-03-invalid-entrypoint.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_kvk/2-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_kvk/5-01-invalid-decimals.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_kvk/5-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_kvk/5-02-invalid-decimals.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_kvk/5-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/1-01-invalid-file.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/1-01-invalid-zip.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/1-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/1-02-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/1-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/1-03-invalid-doctype.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/1-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/1-04-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/1-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/1-05-invalid-encoding.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/1-05-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/1-06-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/1-06.invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-03-missing-lang.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-04-entrypoint-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-04-entrypoint-2.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-04-multiple-schemarefs.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-05-invalid-linkbaseref.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-05-linkbase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-05-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-06-invalid-file.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-06-invalid-zip.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-06-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-07-invalid-xsi-nil-false.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-07-invalid-xsi-nil-true.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/2-07-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/3-01-invalid-period-date-with-time.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/3-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/3-02-invalid-forever-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/3-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/3-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/3-03-unused-context.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/3-04-duplicate-contexts-dimension.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/3-04-duplicate-contexts-instant.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/3-04-duplicate-contexts-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/3-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/4-01-duplicate-units-divide.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/4-01-duplicate-units-measure.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/4-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/4-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/4-02-unused-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/5-01-duplicate-facts-no-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/5-01-duplicate-facts-with-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/5-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/5-03-null-fact.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/5-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/5-06-invalid-precision.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/5-06-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/5-11-invalid-content.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/5-11-invalid-type.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/5-11-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/6-01-invalid-footnote.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/fr_nl/6-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt17/mock-taxonomy.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/2-04-invalid-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/2-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/3-01-missing.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/3-01-multiple.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/3-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/4-07-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/4-07-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/4-10-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/4-10-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/4-12-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/4-12-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/4-16-missing.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/4-16-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/4-17-invalid-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/4-17-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/4-20-invalid-date.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/br_kvk/4-20-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fg_nl/03-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fg_nl/03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fg_nl/04-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fg_nl/04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fg_nl/05-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fg_nl/05-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fg_nl/09-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fg_nl/09-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fg_nl/11-custom-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fg_nl/11-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_kvk/1-01-invalid-file-extension.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_kvk/1-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_kvk/2-01-invalid-lang.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_kvk/2-01-missing-lang.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_kvk/2-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_kvk/2-02-multiple-lang-fact.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_kvk/2-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_kvk/2-03-entrypoint.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_kvk/2-03-invalid-entrypoint.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_kvk/2-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_kvk/5-01-invalid-decimals.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_kvk/5-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_kvk/5-02-invalid-decimals.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_kvk/5-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/1-01-invalid-file.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/1-01-invalid-zip.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/1-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/1-02-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/1-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/1-03-invalid-doctype.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/1-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/1-04-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/1-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/1-05-invalid-encoding.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/1-05-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/1-06-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/1-06.invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-03-missing-lang.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-04-entrypoint-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-04-entrypoint-2.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-04-multiple-schemarefs.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-05-invalid-linkbaseref.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-05-linkbase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-05-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-06-invalid-file.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-06-invalid-zip.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-06-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-07-invalid-xsi-nil-false.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-07-invalid-xsi-nil-true.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/2-07-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/3-01-invalid-period-date-with-time.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/3-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/3-02-invalid-forever-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/3-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/3-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/3-03-unused-context.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/3-04-duplicate-contexts-dimension.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/3-04-duplicate-contexts-instant.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/3-04-duplicate-contexts-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/3-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/4-01-duplicate-units-divide.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/4-01-duplicate-units-measure.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/4-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/4-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/4-02-unused-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/5-01-duplicate-facts-no-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/5-01-duplicate-facts-with-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/5-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/5-03-null-fact.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/5-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/5-06-invalid-precision.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/5-06-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/5-11-invalid-content.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/5-11-invalid-type.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/5-11-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/6-01-invalid-footnote.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/fr_nl/6-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt18/mock-taxonomy.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/2-04-invalid-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/2-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/3-01-missing.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/3-01-multiple.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/3-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/4-07-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/4-07-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/4-10-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/4-10-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/4-12-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/4-12-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/4-16-missing.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/4-16-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/4-17-invalid-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/4-17-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/4-20-invalid-date.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/br_kvk/4-20-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fg_nl/03-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fg_nl/03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fg_nl/04-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fg_nl/04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fg_nl/05-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fg_nl/05-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fg_nl/09-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fg_nl/09-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fg_nl/11-custom-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fg_nl/11-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_kvk/1-01-invalid-file-extension.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_kvk/1-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_kvk/2-01-invalid-lang.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_kvk/2-01-missing-lang.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_kvk/2-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_kvk/2-02-multiple-lang-fact.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_kvk/2-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_kvk/2-03-entrypoint.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_kvk/2-03-invalid-entrypoint.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_kvk/2-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_kvk/5-01-invalid-decimals.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_kvk/5-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_kvk/5-02-invalid-decimals.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_kvk/5-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/1-01-invalid-file.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/1-01-invalid-zip.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/1-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/1-02-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/1-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/1-03-invalid-doctype.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/1-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/1-04-invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/1-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/1-05-invalid-encoding.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/1-05-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/1-06-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/1-06.invalid.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-03-missing-lang.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-04-entrypoint-1.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-04-entrypoint-2.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-04-multiple-schemarefs.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-05-invalid-linkbaseref.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-05-linkbase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-05-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-06-invalid-file.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-06-invalid-zip.zip +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-06-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-07-invalid-xsi-nil-false.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-07-invalid-xsi-nil-true.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/2-07-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/3-01-invalid-period-date-with-time.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/3-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/3-02-invalid-forever-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/3-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/3-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/3-03-unused-context.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/3-04-duplicate-contexts-dimension.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/3-04-duplicate-contexts-instant.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/3-04-duplicate-contexts-period.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/3-04-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/4-01-duplicate-units-divide.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/4-01-duplicate-units-measure.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/4-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/4-02-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/4-02-unused-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/5-01-duplicate-facts-no-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/5-01-duplicate-facts-with-unit.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/5-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/5-03-null-fact.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/5-03-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/5-06-invalid-precision.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/5-06-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/5-11-invalid-content.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/5-11-invalid-type.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/5-11-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/6-01-invalid-footnote.xbrl +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/fr_nl/6-01-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/nl_nt19/mock-taxonomy.xsd +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/ros/index.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/ros/main/ros18-invalid.htm +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/ros/main/ros18-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/ros/main/ros19-invalid-mismatch.htm +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/ros/main/ros19-invalid-missing.htm +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/ros/main/ros19-invalid-two.htm +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/ros/main/ros19-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/ros/main/ros6-invalid-101.htm +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/ros/main/ros6-invalid-ifrs.htm +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/ros/main/ros6-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/ros/main/valid-101.htm +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/ros/main/valid-ifrs.htm +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites/ros/main/valid-testcase.xml +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_expected/efm_current.csv +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_expected/efm_reg_dqc.csv +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_expected/efm_reg_pragmatic.csv +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/dba_current.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/efm_current.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/efm_reg_dqc.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/esef_ixbrl_2021.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/esef_ixbrl_2022.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/esef_ixbrl_2023.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/esef_ixbrl_2024.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/hmrc_current.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/kvk_nt16.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/kvk_nt17.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/kvk_nt18.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/nl_nt16.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/nl_nt17.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/nl_nt18.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/xbrl_2_1.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/xbrl_formula_1_0.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/xbrl_ixbrl_1_1.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/resources/conformance_suites_timing/xbrl_table_linkbase_1_0.json +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/conformance/test_csv_testcase_loader.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/conftest.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/formula/test_fact_aspects_cache.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/oim/test_load.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/plugin/test_plugin_imports.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/plugin/validate/ESEF/ESEF_Current/test_validate_css_url.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_betafeatures.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_cntlr.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_frozen_dict.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_frozen_ordered_set.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_functionfn.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_import.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_locale.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_modelmanager.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_ordered_set.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_packagemanager.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_pluginmanager.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_qname.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_runtimeoptions.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_system_info.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_updater.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_urlutil.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_validatexbrlcalcs.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_version.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_xhtmlvalidate.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_xmlutil.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/test_xmlvalidate.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tests/unit_tests/arelle/utils/validate/test_decorator.py +0 -0
- {arelle_release-2.37.32 → arelle_release-2.37.34}/tox.ini +0 -0
|
@@ -634,7 +634,7 @@ class CntlrCmdLine(Cntlr.Cntlr):
|
|
|
634
634
|
super().__init__(hasGui=False, uiLang=uiLang, disable_persistent_config=disable_persistent_config, logFileName=logFileName)
|
|
635
635
|
self.preloadedPlugins = {}
|
|
636
636
|
|
|
637
|
-
def run(self, options: RuntimeOptions, sourceZipStream=None, responseZipStream=None
|
|
637
|
+
def run(self, options: RuntimeOptions, sourceZipStream=None, responseZipStream=None) -> bool:
|
|
638
638
|
"""Process command line arguments or web service request, such as to load and validate an XBRL document, or start web server.
|
|
639
639
|
|
|
640
640
|
When a web server has been requested, this method may be called multiple times, once for each web service (REST) request that requires processing.
|
|
@@ -998,7 +998,7 @@ class CntlrCmdLine(Cntlr.Cntlr):
|
|
|
998
998
|
_entryPoints.append({"file":f})
|
|
999
999
|
filesource = None # file source for all instances if not None
|
|
1000
1000
|
if sourceZipStream:
|
|
1001
|
-
filesource = FileSource.openFileSource(None, self, sourceZipStream
|
|
1001
|
+
filesource = FileSource.openFileSource(None, self, sourceZipStream)
|
|
1002
1002
|
elif len(_entryPoints) == 1 and "file" in _entryPoints[0]: # check if an archive and need to discover entry points (and not IXDS)
|
|
1003
1003
|
entryPath = PackageManager.mappedUrl(_entryPoints[0]["file"])
|
|
1004
1004
|
filesource = FileSource.openFileSource(entryPath, self, checkIfXmlIsEis=_checkIfXmlIsEis)
|
|
@@ -19,7 +19,7 @@ from bottle import Bottle, HTTPResponse, request, response, static_file # type:
|
|
|
19
19
|
|
|
20
20
|
from arelle import Version
|
|
21
21
|
from arelle.CntlrCmdLine import CntlrCmdLine
|
|
22
|
-
from arelle.FileSource import FileNamedStringIO
|
|
22
|
+
from arelle.FileSource import FileNamedBytesIO, FileNamedStringIO
|
|
23
23
|
from arelle.logging.formatters.LogFormatter import LogFormatter
|
|
24
24
|
from arelle.logging.handlers.LogToBufferHandler import LogToBufferHandler
|
|
25
25
|
from arelle.PluginManager import pluginClassMethods
|
|
@@ -263,19 +263,16 @@ def validation(file: str | None = None) -> str | bytes:
|
|
|
263
263
|
isValidation = 'validation' == requestPathParts[-1] or 'validation' == requestPathParts[-2]
|
|
264
264
|
view = request.query.view
|
|
265
265
|
viewArcrole = request.query.viewArcrole
|
|
266
|
-
sourceZipStreamFileName = None
|
|
267
266
|
sourceZipStream = None
|
|
268
267
|
if request.method == 'POST':
|
|
269
268
|
mimeType = request.get_header("Content-Type")
|
|
270
269
|
if mimeType and mimeType.startswith("multipart/form-data"):
|
|
271
270
|
if upload := request.files.get("upload"):
|
|
272
|
-
|
|
273
|
-
sourceZipStream = upload.file
|
|
271
|
+
sourceZipStream = FileNamedBytesIO(upload.filename, upload.file.read())
|
|
274
272
|
else:
|
|
275
273
|
errors.append(_("POST 'multipart/form-data' request must include 'upload' part containing the XBRL file to process."))
|
|
276
274
|
elif mimeType in ('application/zip', 'application/x-zip', 'application/x-zip-compressed', 'multipart/x-zip'):
|
|
277
|
-
|
|
278
|
-
sourceZipStream = request.body
|
|
275
|
+
sourceZipStream = FileNamedBytesIO(request.get_header("X-File-Name"), request.body.read())
|
|
279
276
|
else:
|
|
280
277
|
errors.append(_("POST request must provide an XBRL zip file to process. Content-Type '{0}' not recognized as a zip file.").format(mimeType))
|
|
281
278
|
if not view and not viewArcrole:
|
|
@@ -349,14 +346,13 @@ def validation(file: str | None = None) -> str | bytes:
|
|
|
349
346
|
viewFile = FileNamedStringIO(media)
|
|
350
347
|
options.viewArcrole = viewArcrole
|
|
351
348
|
options.viewFile = viewFile
|
|
352
|
-
return runOptionsAndGetResult(options, media, viewFile, sourceZipStream
|
|
349
|
+
return runOptionsAndGetResult(options, media, viewFile, sourceZipStream)
|
|
353
350
|
|
|
354
351
|
def runOptionsAndGetResult(
|
|
355
352
|
options: RuntimeOptions,
|
|
356
353
|
media: str,
|
|
357
354
|
viewFile: FileNamedStringIO | None,
|
|
358
|
-
sourceZipStream:
|
|
359
|
-
sourceZipStreamFileName: str | None = None,
|
|
355
|
+
sourceZipStream: FileNamedBytesIO | None = None,
|
|
360
356
|
) -> str | bytes:
|
|
361
357
|
"""Execute request according to options, for result in media, with *post*ed file in sourceZipStream, if any.
|
|
362
358
|
|
|
@@ -381,7 +377,7 @@ def runOptionsAndGetResult(
|
|
|
381
377
|
else:
|
|
382
378
|
responseZipStream = None
|
|
383
379
|
cntlr = getCntlr()
|
|
384
|
-
successful = cntlr.run(options, sourceZipStream, responseZipStream
|
|
380
|
+
successful = cntlr.run(options, sourceZipStream, responseZipStream)
|
|
385
381
|
if media == "xml":
|
|
386
382
|
response.content_type = 'text/xml; charset=UTF-8'
|
|
387
383
|
elif media == "csv":
|
|
@@ -438,7 +438,7 @@ class DisclosureSystem:
|
|
|
438
438
|
return href in self.standardTaxonomiesDict
|
|
439
439
|
return True # no standard taxonomies to test
|
|
440
440
|
|
|
441
|
-
def hrefValidForDisclosureSystem(self, href):
|
|
441
|
+
def hrefValidForDisclosureSystem(self, href) -> bool:
|
|
442
442
|
if self.validTaxonomiesUrl:
|
|
443
443
|
return href in self.validTaxonomiesDict
|
|
444
444
|
elif self.standardTaxonomiesUrl: # fallback to standard taxonomies dict
|
|
@@ -13,7 +13,7 @@ import struct
|
|
|
13
13
|
import tarfile
|
|
14
14
|
import zipfile
|
|
15
15
|
import zlib
|
|
16
|
-
from typing import IO, TYPE_CHECKING, Any, Optional, TextIO, cast
|
|
16
|
+
from typing import IO, TYPE_CHECKING, Any, BinaryIO, Optional, TextIO, cast
|
|
17
17
|
|
|
18
18
|
import regex as re
|
|
19
19
|
from lxml import etree
|
|
@@ -44,15 +44,17 @@ TAXONOMY_PACKAGE_FILE_NAMES = ('.taxonomyPackage.xml', 'catalog.xml') # pre-PWD
|
|
|
44
44
|
def openFileSource(
|
|
45
45
|
filename: str | None,
|
|
46
46
|
cntlr: Cntlr | None = None,
|
|
47
|
-
sourceZipStream:
|
|
47
|
+
sourceZipStream: BinaryIO | FileNamedBytesIO | None = None,
|
|
48
48
|
checkIfXmlIsEis: bool = False,
|
|
49
49
|
reloadCache: bool = False,
|
|
50
50
|
base: str | None = None,
|
|
51
51
|
sourceFileSource: FileSource | None = None,
|
|
52
|
-
sourceZipStreamFileName: str | None = None,
|
|
53
52
|
) -> FileSource:
|
|
54
53
|
if sourceZipStream:
|
|
55
|
-
|
|
54
|
+
if isinstance(sourceZipStream, FileNamedBytesIO) and sourceZipStream.fileName:
|
|
55
|
+
sourceZipStreamFileName = os.sep + sourceZipStream.fileName
|
|
56
|
+
else:
|
|
57
|
+
sourceZipStreamFileName = os.sep + "POSTupload.zip"
|
|
56
58
|
filesource = FileSource(sourceZipStreamFileName, cntlr)
|
|
57
59
|
filesource.openZipStream(sourceZipStream)
|
|
58
60
|
if filename:
|
|
@@ -390,7 +392,7 @@ class FileSource:
|
|
|
390
392
|
assert self.taxonomyPackage is not None
|
|
391
393
|
self.mappedPaths = cast('dict[str, str]', self.taxonomyPackage.get("remappings"))
|
|
392
394
|
|
|
393
|
-
def openZipStream(self, sourceZipStream:
|
|
395
|
+
def openZipStream(self, sourceZipStream: BinaryIO) -> None:
|
|
394
396
|
if not self.isOpen:
|
|
395
397
|
assert isinstance(self.url, str)
|
|
396
398
|
self.basefile = self.url
|
|
@@ -655,6 +657,30 @@ class FileSource:
|
|
|
655
657
|
else:
|
|
656
658
|
return openXmlFileStream(self.cntlr, filepath, stripDeclaration)
|
|
657
659
|
|
|
660
|
+
def getBytesSize(self) -> int | None:
|
|
661
|
+
"""
|
|
662
|
+
Get the size of the zip file in bytes.
|
|
663
|
+
:return: Size of the zip file in bytes, or None if not applicable.
|
|
664
|
+
"""
|
|
665
|
+
if isinstance(self.basefile, str) and os.path.isfile(self.basefile):
|
|
666
|
+
return os.path.getsize(self.basefile)
|
|
667
|
+
# ZipFile.fp is a private field, but is currently the simplest way for us to
|
|
668
|
+
# access the internal stream
|
|
669
|
+
if isinstance(self.fs, zipfile.ZipFile) and (fp := getattr(self.fs, 'fp')) is not None:
|
|
670
|
+
stream = cast(IO[Any], fp)
|
|
671
|
+
stream.seek(0, 2) # Move to the end of the file
|
|
672
|
+
return stream.tell() # Report the current position, which is the size of the file
|
|
673
|
+
return None
|
|
674
|
+
|
|
675
|
+
def getBytesSizeEstimate(self) -> int | None:
|
|
676
|
+
"""
|
|
677
|
+
Get an estimated size of the zip file in bytes.
|
|
678
|
+
:return: Estimated size of the zip file in bytes, or None if not applicable.
|
|
679
|
+
"""
|
|
680
|
+
if not isinstance(self.fs, zipfile.ZipFile):
|
|
681
|
+
return None
|
|
682
|
+
return sum(zi.compress_size for zi in self.fs.infolist())
|
|
683
|
+
|
|
658
684
|
def exists(self, filepath: str) -> bool:
|
|
659
685
|
archiveFileSource = self.fileSourceContainingFilepath(filepath)
|
|
660
686
|
if archiveFileSource is not None:
|
|
@@ -21,17 +21,22 @@ _tuple = tuple # type: ignore[type-arg]
|
|
|
21
21
|
|
|
22
22
|
xsd = "http://www.w3.org/2001/XMLSchema"
|
|
23
23
|
qnXsdComplexType = qname("{http://www.w3.org/2001/XMLSchema}xsd:complexType")
|
|
24
|
+
qnXsdDocumentation = qname("{http://www.w3.org/2001/XMLSchema}xsd:documentation")
|
|
25
|
+
qnXsdImport = qname("{http://www.w3.org/2001/XMLSchema}xsd:import")
|
|
24
26
|
qnXsdSchema = qname("{http://www.w3.org/2001/XMLSchema}xsd:schema")
|
|
25
27
|
qnXsdAppinfo = qname("{http://www.w3.org/2001/XMLSchema}xsd:appinfo")
|
|
26
28
|
qnXsdDefaultType = qname("{http://www.w3.org/2001/XMLSchema}xsd:anyType")
|
|
27
29
|
xsi = "http://www.w3.org/2001/XMLSchema-instance"
|
|
28
30
|
qnXsiNil = qname(xsi, "xsi:nil") # need default prefix in qname
|
|
31
|
+
qnXsiType = qname(xsi, "xsi:type")
|
|
32
|
+
qnXsiSchemaLocation = qname(xsi, "xsi:schemaLocation")
|
|
33
|
+
qnXsiNoNamespaceSchemaLocation = qname(xsi, "xsi:noNamespaceSchemaLocation")
|
|
29
34
|
qnXmlLang = qname("{http://www.w3.org/XML/1998/namespace}xml:lang")
|
|
30
35
|
builtinAttributes = {
|
|
31
36
|
qnXsiNil,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
37
|
+
qnXsiType,
|
|
38
|
+
qnXsiSchemaLocation,
|
|
39
|
+
qnXsiNoNamespaceSchemaLocation,
|
|
35
40
|
}
|
|
36
41
|
xml = "http://www.w3.org/XML/1998/namespace"
|
|
37
42
|
xbrli = "http://www.xbrl.org/2003/instance"
|
|
@@ -12,6 +12,7 @@ from typing import Any, BinaryIO
|
|
|
12
12
|
|
|
13
13
|
from arelle import PackageManager, PluginManager
|
|
14
14
|
from arelle.CntlrCmdLine import CntlrCmdLine, createCntlrAndPreloadPlugins
|
|
15
|
+
from arelle.FileSource import FileNamedBytesIO
|
|
15
16
|
from arelle.ModelXbrl import ModelXbrl
|
|
16
17
|
from arelle.RuntimeOptions import RuntimeOptions
|
|
17
18
|
|
|
@@ -102,11 +103,10 @@ class Session:
|
|
|
102
103
|
def run(
|
|
103
104
|
self,
|
|
104
105
|
options: RuntimeOptions,
|
|
105
|
-
sourceZipStream: BinaryIO | None = None,
|
|
106
|
+
sourceZipStream: BinaryIO | FileNamedBytesIO | None = None,
|
|
106
107
|
responseZipStream: BinaryIO | None = None,
|
|
107
108
|
logHandler: logging.Handler | None = None,
|
|
108
109
|
logFilters: list[logging.Filter] | None = None,
|
|
109
|
-
sourceZipStreamFileName: str | None = None,
|
|
110
110
|
) -> bool:
|
|
111
111
|
"""
|
|
112
112
|
Perform a run using the given options.
|
|
@@ -114,13 +114,10 @@ class Session:
|
|
|
114
114
|
:param sourceZipStream: Optional stream to read source data from.
|
|
115
115
|
:param responseZipStream: Options stream to write response data to.
|
|
116
116
|
:param logHandler: Optional log handler to use for logging.
|
|
117
|
-
:param sourceZipStreamFileName: Optional file name to use for the passed zip stream.
|
|
118
117
|
:return: True if the run was successful, False otherwise.
|
|
119
118
|
"""
|
|
120
119
|
with _session_lock:
|
|
121
120
|
self._check_thread()
|
|
122
|
-
if sourceZipStreamFileName is not None and sourceZipStream is None:
|
|
123
|
-
raise ValueError("sourceZipStreamFileName may only be provided if sourceZipStream is not None.")
|
|
124
121
|
PackageManager.reset()
|
|
125
122
|
PluginManager.reset()
|
|
126
123
|
if self._cntlr is None:
|
|
@@ -174,5 +171,4 @@ class Session:
|
|
|
174
171
|
options,
|
|
175
172
|
sourceZipStream=sourceZipStream,
|
|
176
173
|
responseZipStream=responseZipStream,
|
|
177
|
-
sourceZipStreamFileName=sourceZipStreamFileName,
|
|
178
174
|
)
|
|
@@ -1532,7 +1532,7 @@ def _loadFromOIM(cntlr, error, warning, modelXbrl, oimFile, mappedUri):
|
|
|
1532
1532
|
hasRowError = True
|
|
1533
1533
|
elif propGrpColValue in propGrpObjects:
|
|
1534
1534
|
rowPropGroups[propGrpName] = propGrpObjects[propGrpColValue]
|
|
1535
|
-
|
|
1535
|
+
elif propGrpColValue is not EMPTY_CELL:
|
|
1536
1536
|
error("xbrlce:unknownPropertyGroup",
|
|
1537
1537
|
_("Table %(table)s unknown property group row %(row)s column %(column)s group %(propertyGroup)s, url: %(url)s"),
|
|
1538
1538
|
table=tableId, row=rowIndex+1, column=rowIdColName, url=tableUrl, propertyGroup=propGrpName)
|
|
@@ -1573,12 +1573,11 @@ def _loadFromOIM(cntlr, error, warning, modelXbrl, oimFile, mappedUri):
|
|
|
1573
1573
|
if _isParamRef(val):
|
|
1574
1574
|
rowPropGrpParamRefs.add(_getParamRefName(val))
|
|
1575
1575
|
if factDimensions[colName] is None:
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
emptyCols.add(colName)
|
|
1576
|
+
value = _cellValue(row[colNameIndex[colName]])
|
|
1577
|
+
if value is EMPTY_CELL or value is NONE_CELL:
|
|
1578
|
+
emptyCols.add(colName)
|
|
1579
|
+
elif colName in paramRefColNames:
|
|
1580
|
+
paramColsWithValue.add(colName)
|
|
1582
1581
|
if not cellPropGroup:
|
|
1583
1582
|
continue # not a fact column
|
|
1584
1583
|
for rowPropGrpParamRef in rowPropGrpParamRefs:
|
|
@@ -14,12 +14,21 @@ from lxml import etree
|
|
|
14
14
|
from lxml.etree import _Element
|
|
15
15
|
|
|
16
16
|
from arelle.FileSource import FileSource
|
|
17
|
+
from arelle.ModelXbrl import ModelXbrl
|
|
17
18
|
from arelle.Version import authorLabel, copyrightLabel
|
|
18
19
|
from .ValidationPluginExtension import ValidationPluginExtension
|
|
19
|
-
from .rules import upload
|
|
20
|
+
from .rules import edinet, frta, gfm, upload
|
|
20
21
|
|
|
21
22
|
PLUGIN_NAME = "Validate EDINET"
|
|
22
23
|
DISCLOSURE_SYSTEM_VALIDATION_TYPE = "EDINET"
|
|
24
|
+
RELEVELER_MAP: dict[str, dict[str, tuple[str, str | None]]] = {
|
|
25
|
+
"ERROR": {
|
|
26
|
+
# Silence, duplicated by EDINET.EC5002E
|
|
27
|
+
"xbrl.4.8.2:sharesFactUnit-notSharesMeasure": ("ERROR", None),
|
|
28
|
+
# Silence, duplicated by EDINET.EC5002E
|
|
29
|
+
"xbrl.4.8.2:sharesFactUnit-notSingleMeasure": ("ERROR", None),
|
|
30
|
+
},
|
|
31
|
+
}
|
|
23
32
|
|
|
24
33
|
|
|
25
34
|
validationPlugin = ValidationPluginExtension(
|
|
@@ -27,6 +36,9 @@ validationPlugin = ValidationPluginExtension(
|
|
|
27
36
|
disclosureSystemConfigUrl=Path(__file__).parent / "resources" / "config.xml",
|
|
28
37
|
validationTypes=[DISCLOSURE_SYSTEM_VALIDATION_TYPE],
|
|
29
38
|
validationRuleModules=[
|
|
39
|
+
edinet,
|
|
40
|
+
frta,
|
|
41
|
+
gfm,
|
|
30
42
|
upload,
|
|
31
43
|
],
|
|
32
44
|
)
|
|
@@ -90,6 +102,12 @@ def fileSourceEntrypointFiles(filesource: FileSource, inlineOnly: bool, *args: A
|
|
|
90
102
|
return entrypointFiles
|
|
91
103
|
|
|
92
104
|
|
|
105
|
+
def loggingSeverityReleveler(modelXbrl: ModelXbrl, level: str, messageCode: str, args: Any, **kwargs: Any) -> tuple[str | None, str | None]:
|
|
106
|
+
if level in RELEVELER_MAP:
|
|
107
|
+
return RELEVELER_MAP[level].get(messageCode, (level, messageCode))
|
|
108
|
+
return level, messageCode
|
|
109
|
+
|
|
110
|
+
|
|
93
111
|
def modelXbrlLoadComplete(*args: Any, **kwargs: Any) -> None:
|
|
94
112
|
return validationPlugin.modelXbrlLoadComplete(*args, **kwargs)
|
|
95
113
|
|
|
@@ -113,6 +131,7 @@ __pluginInfo__ = {
|
|
|
113
131
|
"DisclosureSystem.Types": disclosureSystemTypes,
|
|
114
132
|
"DisclosureSystem.ConfigURL": disclosureSystemConfigURL,
|
|
115
133
|
"FileSource.EntrypointFiles": fileSourceEntrypointFiles,
|
|
134
|
+
"Logging.Severity.Releveler": loggingSeverityReleveler,
|
|
116
135
|
"ModelXbrl.LoadComplete": modelXbrlLoadComplete,
|
|
117
136
|
"Validate.XBRL.Finally": validateXbrlFinally,
|
|
118
137
|
"ValidateFormula.Finished": validateFinally,
|
{arelle_release-2.37.32 → arelle_release-2.37.34}/arelle/plugin/validate/EDINET/resources/config.xml
RENAMED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
<DisclosureSystem
|
|
7
7
|
names="EDINET|edinet"
|
|
8
8
|
description="Checks for EDINET."
|
|
9
|
+
blockDisallowedReferences="true"
|
|
9
10
|
validationType="EDINET"
|
|
11
|
+
validTaxonomiesUrl="edinet-taxonomies.xml"
|
|
10
12
|
exclusiveTypesPattern="EFM|GFM|FERC|HMRC|SBR.NL|EBA|EIOPA|ESEF"
|
|
11
13
|
/>
|
|
12
14
|
</DisclosureSystems>
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
+
<Erxl version="1">
|
|
3
|
+
<Loc><Family>BASE</Family><Version>2008</Version><Href>http://www.xbrl.org/2008/generic-label.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>0</Elements> <Namespace>http://xbrl.org/2008/label</Namespace><Prefix>label</Prefix></Loc>
|
|
4
|
+
<Loc><Family>BASE</Family><Version>2008</Version><Href>http://www.xbrl.org/2008/generic-link.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>0</Elements> <Namespace>http://xbrl.org/2008/generic</Namespace><Prefix>gen</Prefix></Loc>
|
|
5
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/2003/instance</Namespace><Prefix>xbrli</Prefix></Loc>
|
|
6
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/2003/xbrl-linkbase-2003-12-31.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/2003/linkbase</Namespace><Prefix>link</Prefix></Loc>
|
|
7
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/2003/xl-2003-12-31.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/2003/XLink</Namespace><Prefix>xl</Prefix></Loc>
|
|
8
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/2003/xlink-2003-12-31.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>0</Elements> <Namespace>http://www.w3.org/1999/xlink</Namespace><Prefix>xlink</Prefix></Loc>
|
|
9
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/2004/ref-2004-08-10.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/2004/ref</Namespace><Prefix>ref</Prefix></Loc>
|
|
10
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/2005/xbrldt-2005.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>1</Elements> <Namespace>http://xbrl.org/2005/xbrldt</Namespace><Prefix>xbrldt</Prefix></Loc>
|
|
11
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/2006/ref-2006-02-27.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/2006/ref</Namespace><Prefix>ref</Prefix></Loc>
|
|
12
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/2006/xbrldi-2006.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>1</Elements> <Namespace>http://xbrl.org/2006/xbrldi</Namespace><Prefix>xbrldi</Prefix></Loc>
|
|
13
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/dtr/type/nonNumeric-2009-12-16.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/dtr/type/non-numeric</Namespace><Prefix>nonnum</Prefix></Loc>
|
|
14
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/dtr/type/numeric-2009-12-16.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/dtr/type/numeric</Namespace><Prefix>num</Prefix></Loc>
|
|
15
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/lrr/arcrole/deprecated-2009-12-16.xsd</Href><AttType>SCH</AttType><FileTypeName>Roles/Arcroles</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/2009/arcrole/deprecated</Namespace></Loc>
|
|
16
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/lrr/arcrole/factExplanatory-2009-12-16.xsd</Href><AttType>SCH</AttType><FileTypeName>Roles/Arcroles</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/2009/arcrole/fact-explanatoryFact</Namespace></Loc>
|
|
17
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/lrr/role/deprecated-2009-12-16.xsd</Href><AttType>SCH</AttType><FileTypeName>Roles/Arcroles</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/2009/role/deprecated</Namespace></Loc>
|
|
18
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd</Href><AttType>SCH</AttType><FileTypeName>Roles/Arcroles</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/2009/role/negated</Namespace></Loc>
|
|
19
|
+
<Loc><Family>BASE</Family><Version>2010</Version><Href>http://www.xbrl.org/lrr/role/net-2009-12-16.xsd</Href><AttType>SCH</AttType><FileTypeName>Roles/Arcroles</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/2009/role/net</Namespace></Loc>
|
|
20
|
+
<Loc><Family>BASE</Family><Version>2014</Version><Href>http://www.xbrl.org/2014/extensible-enumerations.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>0</Elements> <Namespace>http://xbrl.org/2014/extensible-enumerations</Namespace><Prefix>enum</Prefix></Loc>
|
|
21
|
+
<Loc><Family>BASE</Family><Version>2020</Version><Href>http://www.xbrl.org/dtr/type/2020-01-21/types.xsd</Href><AttType>SCH</AttType><FileTypeName>Roles/Arcroles</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/dtr/type/2020-01-21</Namespace></Loc>
|
|
22
|
+
<Loc><Family>BASE</Family><Version>2022</Version><Href>http://www.xbrl.org/dtr/type/2022-03-31/types.xsd</Href><AttType>SCH</AttType><FileTypeName>Roles/Arcroles</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/dtr/type/2022-03-31</Namespace></Loc>
|
|
23
|
+
<Loc><Family>BASE</Family><Version>2023</Version><Href>http://www.xbrl.org/2023/calculation-1.1.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>0</Elements> <Namespace>https://xbrl.org/2023/calculation-1.1</Namespace></Loc>
|
|
24
|
+
<Loc><Family>BASE</Family><Version>2024</Version><Href>http://www.xbrl.org/dtr/type/2024-01-31/types.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>0</Elements> <Namespace>http://www.xbrl.org/dtr/type/2024-01-31</Namespace></Loc>
|
|
25
|
+
<Loc><Family>FSA</Family><Version>2013</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/common/2013-08-31/identificationAndOrdering_2013-08-31.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>1</Elements> <Namespace>http://disclosure.edinet-fsa.go.jp/taxonomy/common/2013-08-31/iod</Namespace><Prefix>common</Prefix></Loc>
|
|
26
|
+
<Loc><Family>FSA</Family><Version>2013</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpdei/2013-08-31/jpdei_cor_2013-08-31.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>1</Elements> <Namespace>http://disclosure.edinet-fsa.go.jp/taxonomy/jpdei/2013-08-31/jpdei_cor</Namespace><Prefix>jpdei</Prefix></Loc>
|
|
27
|
+
<Loc><Family>FSA</Family><Version>2013</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpdei/2013-08-31/jpdei_rt_2013-08-31.xsd</Href><AttType>SCH</AttType><FileTypeName>Entry Point</FileTypeName><Elements>0</Elements> <Namespace>http://disclosure.edinet-fsa.go.jp/taxonomy/jpdei/2013-08-31/jpdei_rt</Namespace><Prefix>jpdei</Prefix></Loc>
|
|
28
|
+
<Loc><Family>FSA</Family><Version>2013</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpdei/2013-08-31/label/jpdei_2013-08-31_gla.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
29
|
+
<Loc><Family>FSA</Family><Version>2013</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpdei/2013-08-31/label/jpdei_2024-11-01_lab-en.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
30
|
+
<Loc><Family>FSA</Family><Version>2013</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpdei/2013-08-31/label/jpdei_2024-11-01_lab.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
31
|
+
<Loc><Family>FSA</Family><Version>2013</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpdei/2013-08-31/r/jpdei_000100-000_2013-08-31_def.xml</Href><AttType>DEF</AttType><FileTypeName>Definition, Dimensions</FileTypeName><Elements>0</Elements></Loc>
|
|
32
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpcrp-esr/2024-11-01/jpcrp-esr_cor_2024-11-01.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>1</Elements> <Namespace>http://disclosure.edinet-fsa.go.jp/taxonomy/jpcrp-esr/2024-11-01/jpcrp-esr_cor</Namespace><Prefix>jpcrp-esr</Prefix></Loc>
|
|
33
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpcrp-esr/2024-11-01/jpcrp-esr_rt_2024-11-01.xsd</Href><AttType>SCH</AttType><FileTypeName>Entry Point</FileTypeName><Elements>0</Elements> <Namespace>http://disclosure.edinet-fsa.go.jp/taxonomy/jpcrp-esr/2024-11-01/jpcrp-esr_rt</Namespace><Prefix>jpcrp-esr</Prefix></Loc>
|
|
34
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpcrp-esr/2024-11-01/label/jpcrp-esr_2024-11-01_gla.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
35
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpcrp-esr/2024-11-01/label/jpcrp-esr_2024-11-01_lab-en.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
36
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpcrp-esr/2024-11-01/label/jpcrp-esr_2024-11-01_lab.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
37
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpcrp/2024-11-01/jpcrp_cor_2024-11-01.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>1</Elements> <Namespace>http://disclosure.edinet-fsa.go.jp/taxonomy/jpcrp/2024-11-01/jpcrp_cor</Namespace><Prefix>jpcrp</Prefix></Loc>
|
|
38
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpcrp/2024-11-01/jpcrp_rt_2024-11-01.xsd</Href><AttType>SCH</AttType><FileTypeName>Entry Point</FileTypeName><Elements>0</Elements> <Namespace>http://disclosure.edinet-fsa.go.jp/taxonomy/jpcrp/2024-11-01/jpcrp_rt</Namespace><Prefix>jpcrp</Prefix></Loc>
|
|
39
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpcrp/2024-11-01/label/jpcrp_2024-11-01_gla.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
40
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpcrp/2024-11-01/label/jpcrp_2024-11-01_lab-en.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
41
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpcrp/2024-11-01/label/jpcrp_2024-11-01_lab.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
42
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpigp/2024-11-01/jpigp_cor_2024-11-01.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>1</Elements> <Namespace>http://disclosure.edinet-fsa.go.jp/taxonomy/jpigp/2024-11-01/jpigp_cor</Namespace><Prefix>jpigp</Prefix></Loc>
|
|
43
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpigp/2024-11-01/jpigp_rt_2024-11-01.xsd</Href><AttType>SCH</AttType><FileTypeName>Entry Point</FileTypeName><Elements>0</Elements> <Namespace>http://disclosure.edinet-fsa.go.jp/taxonomy/jpigp/2024-11-01/jpigp_rt</Namespace><Prefix>jpigp</Prefix></Loc>
|
|
44
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpigp/2024-11-01/label/jpigp_2024-11-01_gla.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
45
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpigp/2024-11-01/label/jpigp_2024-11-01_lab-en.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
46
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpigp/2024-11-01/label/jpigp_2024-11-01_lab.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
47
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jppfs/2024-11-01/jppfs_cor_2024-11-01.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>1</Elements> <Namespace>http://disclosure.edinet-fsa.go.jp/taxonomy/jppfs/2024-11-01/jppfs_cor</Namespace><Prefix>jppfs</Prefix></Loc>
|
|
48
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jppfs/2024-11-01/jppfs_pe_2012.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>1</Elements> <Namespace>http://disclosure.edinet-fsa.go.jp/taxonomy/jppfs/2012/jppfs_pe</Namespace><Prefix>jppfs</Prefix></Loc>
|
|
49
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jppfs/2024-11-01/jppfs_rt_2024-11-01.xsd</Href><AttType>SCH</AttType><FileTypeName>Entry Point</FileTypeName><Elements>0</Elements> <Namespace>http://disclosure.edinet-fsa.go.jp/taxonomy/jppfs/2024-11-01/jppfs_rt</Namespace><Prefix>jppfs</Prefix></Loc>
|
|
50
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jppfs/2024-11-01/label/jppfs_2024-11-01_gla.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
51
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jppfs/2024-11-01/label/jppfs_2024-11-01_lab-en.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
52
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jppfs/2024-11-01/label/jppfs_2024-11-01_lab.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
53
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpsps/2024-11-01/jpsps_cor_2024-11-01.xsd</Href><AttType>SCH</AttType><FileTypeName>Schema</FileTypeName><Elements>1</Elements> <Namespace>http://disclosure.edinet-fsa.go.jp/taxonomy/jpsps/2024-11-01/jpsps_cor</Namespace><Prefix>jppfs</Prefix></Loc>
|
|
54
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpsps/2024-11-01/jpsps_rt_2024-11-01.xsd</Href><AttType>SCH</AttType><FileTypeName>Entry Point</FileTypeName><Elements>0</Elements> <Namespace>http://disclosure.edinet-fsa.go.jp/taxonomy/jpsps/2024-11-01/jpsps_rt</Namespace><Prefix>jpsps</Prefix></Loc>
|
|
55
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpsps/2024-11-01/label/jpsps_2024-11-01_gla.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
56
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpsps/2024-11-01/label/jpsps_2024-11-01_lab-en.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
57
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpsps/2024-11-01/label/jpsps_2024-11-01_lab.xml</Href><AttType>LAB</AttType><FileTypeName>Labels</FileTypeName><Elements>0</Elements></Loc>
|
|
58
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpsps/2024-11-01/r/jpsps-dei_000100-000_2024-11-01_def.xml</Href><AttType>DEF</AttType><FileTypeName>Definition, Dimensions</FileTypeName><Elements>0</Elements></Loc>
|
|
59
|
+
<Loc><Family>FSA</Family><Version>2024</Version><Href>http://disclosure.edinet-fsa.go.jp/taxonomy/jpsps/2024-11-01/r/jpsps-dei_000200-000_2024-11-01_def.xml</Href><AttType>DEF</AttType><FileTypeName>Definition, Dimensions</FileTypeName><Elements>0</Elements></Loc>
|
|
60
|
+
</Erxl>
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"""
|
|
2
|
+
See COPYRIGHT.md for copyright information.
|
|
3
|
+
"""
|
|
4
|
+
from __future__ import annotations
|
|
5
|
+
|
|
6
|
+
from collections.abc import Iterable
|
|
7
|
+
from typing import Any
|
|
8
|
+
|
|
9
|
+
from arelle import XbrlConst
|
|
10
|
+
from arelle.ValidateXbrl import ValidateXbrl
|
|
11
|
+
from arelle.typing import TypeGetText
|
|
12
|
+
from arelle.utils.PluginHooks import ValidationHook
|
|
13
|
+
from arelle.utils.validate.Decorator import validation
|
|
14
|
+
from arelle.utils.validate.Validation import Validation
|
|
15
|
+
from ..DisclosureSystems import (DISCLOSURE_SYSTEM_EDINET)
|
|
16
|
+
from ..PluginValidationDataExtension import PluginValidationDataExtension
|
|
17
|
+
|
|
18
|
+
_: TypeGetText
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
@validation(
|
|
22
|
+
hook=ValidationHook.XBRL_FINALLY,
|
|
23
|
+
disclosureSystems=[DISCLOSURE_SYSTEM_EDINET],
|
|
24
|
+
)
|
|
25
|
+
def rule_EC5002E(
|
|
26
|
+
pluginData: PluginValidationDataExtension,
|
|
27
|
+
val: ValidateXbrl,
|
|
28
|
+
*args: Any,
|
|
29
|
+
**kwargs: Any,
|
|
30
|
+
) -> Iterable[Validation]:
|
|
31
|
+
"""
|
|
32
|
+
EDINET.EC5002E: A unit other than number of shares (xbrli:shares) has been set for the
|
|
33
|
+
Number of Shares (xbrli:sharesItemType) item '{xxx}yyy'.
|
|
34
|
+
Please check the units and enter the correct information.
|
|
35
|
+
|
|
36
|
+
Similar to "xbrl.4.8.2:sharesFactUnit-notSharesMeasure" and "xbrl.4.8.2:sharesFactUnit-notSingleMeasure"
|
|
37
|
+
TODO: Consolidate this rule with the above two rules if possible.
|
|
38
|
+
"""
|
|
39
|
+
errorFacts = []
|
|
40
|
+
for fact in val.modelXbrl.facts:
|
|
41
|
+
concept = fact.concept
|
|
42
|
+
if not concept.isShares:
|
|
43
|
+
continue
|
|
44
|
+
unit = fact.unit
|
|
45
|
+
measures = unit.measures
|
|
46
|
+
if (
|
|
47
|
+
not measures or
|
|
48
|
+
len(measures[0]) != 1 or
|
|
49
|
+
len(measures[1]) != 0 or
|
|
50
|
+
measures[0][0] != XbrlConst.qnXbrliShares
|
|
51
|
+
):
|
|
52
|
+
errorFacts.append(fact)
|
|
53
|
+
for fact in errorFacts:
|
|
54
|
+
yield Validation.error(
|
|
55
|
+
codes='EDINET.EC5002E',
|
|
56
|
+
msg=_("A unit other than number of shares (xbrli:shares) has been set for "
|
|
57
|
+
"the Number of Shares (xbrli:sharesItemType) item '%(qname)s'. "
|
|
58
|
+
"Please check the units and enter the correct information."),
|
|
59
|
+
qname=fact.qname.clarkNotation,
|
|
60
|
+
modelObject=fact,
|
|
61
|
+
)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"""
|
|
2
|
+
See COPYRIGHT.md for copyright information.
|
|
3
|
+
"""
|
|
4
|
+
from __future__ import annotations
|
|
5
|
+
|
|
6
|
+
from collections.abc import Iterable
|
|
7
|
+
from typing import Any
|
|
8
|
+
|
|
9
|
+
from arelle import XbrlConst
|
|
10
|
+
from arelle.ValidateXbrl import ValidateXbrl
|
|
11
|
+
from arelle.typing import TypeGetText
|
|
12
|
+
from arelle.utils.PluginHooks import ValidationHook
|
|
13
|
+
from arelle.utils.validate.Decorator import validation
|
|
14
|
+
from arelle.utils.validate.Validation import Validation
|
|
15
|
+
from ..DisclosureSystems import (DISCLOSURE_SYSTEM_EDINET)
|
|
16
|
+
from ..PluginValidationDataExtension import PluginValidationDataExtension
|
|
17
|
+
|
|
18
|
+
_: TypeGetText
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
@validation(
|
|
22
|
+
hook=ValidationHook.XBRL_FINALLY,
|
|
23
|
+
disclosureSystems=[DISCLOSURE_SYSTEM_EDINET],
|
|
24
|
+
)
|
|
25
|
+
def rule_frta_2_1_9(
|
|
26
|
+
pluginData: PluginValidationDataExtension,
|
|
27
|
+
val: ValidateXbrl,
|
|
28
|
+
*args: Any,
|
|
29
|
+
**kwargs: Any,
|
|
30
|
+
) -> Iterable[Validation]:
|
|
31
|
+
"""
|
|
32
|
+
EDINET.EC5710W: [FRTA.2.1.9] All documentation of a concept must be contained
|
|
33
|
+
in XBRL linkbases. Do not use the xsd:documentation element in an element definition.
|
|
34
|
+
"""
|
|
35
|
+
errors = []
|
|
36
|
+
for modelDocument in val.modelXbrl.urlDocs.values():
|
|
37
|
+
if pluginData.isStandardTaxonomyUrl(modelDocument.uri, val.modelXbrl):
|
|
38
|
+
continue
|
|
39
|
+
rootElt = modelDocument.xmlRootElement
|
|
40
|
+
for elt in rootElt.iterdescendants(XbrlConst.qnXsdDocumentation.clarkNotation):
|
|
41
|
+
errors.append(elt)
|
|
42
|
+
if len(errors) > 0:
|
|
43
|
+
yield Validation.error(
|
|
44
|
+
codes='EDINET.EC5710W.FRTA.2.1.9',
|
|
45
|
+
msg=_("All documentation of a concept must be contained in XBRL linkbases. "
|
|
46
|
+
"Taxonomy element declarations should not use the XML Schema documentation element."),
|
|
47
|
+
modelObject=errors,
|
|
48
|
+
)
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"""
|
|
2
|
+
See COPYRIGHT.md for copyright information.
|
|
3
|
+
"""
|
|
4
|
+
from __future__ import annotations
|
|
5
|
+
|
|
6
|
+
from collections.abc import Iterable
|
|
7
|
+
from typing import Any
|
|
8
|
+
|
|
9
|
+
from arelle import XbrlConst, XmlUtil
|
|
10
|
+
from arelle.UrlUtil import isHttpUrl, splitDecodeFragment
|
|
11
|
+
from arelle.ValidateXbrl import ValidateXbrl
|
|
12
|
+
from arelle.typing import TypeGetText
|
|
13
|
+
from arelle.utils.PluginHooks import ValidationHook
|
|
14
|
+
from arelle.utils.validate.Decorator import validation
|
|
15
|
+
from arelle.utils.validate.Validation import Validation
|
|
16
|
+
from ..DisclosureSystems import (DISCLOSURE_SYSTEM_EDINET)
|
|
17
|
+
from ..PluginValidationDataExtension import PluginValidationDataExtension
|
|
18
|
+
|
|
19
|
+
_: TypeGetText
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
@validation(
|
|
23
|
+
hook=ValidationHook.XBRL_FINALLY,
|
|
24
|
+
disclosureSystems=[DISCLOSURE_SYSTEM_EDINET],
|
|
25
|
+
)
|
|
26
|
+
def rule_gfm_1_1_3(
|
|
27
|
+
pluginData: PluginValidationDataExtension,
|
|
28
|
+
val: ValidateXbrl,
|
|
29
|
+
*args: Any,
|
|
30
|
+
**kwargs: Any,
|
|
31
|
+
) -> Iterable[Validation]:
|
|
32
|
+
"""
|
|
33
|
+
EDINET.EC5700W: [GFM 1.1.3] The URI content of the xlink:href attribute,
|
|
34
|
+
the xsi:schemaLocation attribute and the schemaLocation attribute must
|
|
35
|
+
be relative and contain no forward slashes, or a recognized external
|
|
36
|
+
location of a standard taxonomy schema file, or a "#" followed by a
|
|
37
|
+
shorthand xpointer.
|
|
38
|
+
"""
|
|
39
|
+
values = []
|
|
40
|
+
for modelDocument in val.modelXbrl.urlDocs.values():
|
|
41
|
+
if pluginData.isStandardTaxonomyUrl(modelDocument.uri, val.modelXbrl):
|
|
42
|
+
continue
|
|
43
|
+
rootElt = modelDocument.xmlRootElement
|
|
44
|
+
for elt in rootElt.iterdescendants(XbrlConst.qnLinkLoc.clarkNotation):
|
|
45
|
+
uri = elt.attrib.get(XbrlConst.qnXlinkHref.clarkNotation)
|
|
46
|
+
values.append((modelDocument, elt, uri))
|
|
47
|
+
for elt in rootElt.iterdescendants(XbrlConst.qnXsdImport.clarkNotation):
|
|
48
|
+
uri = elt.attrib.get('schemaLocation')
|
|
49
|
+
values.append((modelDocument, elt, uri))
|
|
50
|
+
for elt in rootElt.iterdescendants(XbrlConst.qnLinkLinkbase.clarkNotation):
|
|
51
|
+
uri = elt.attrib.get(XbrlConst.qnXsiSchemaLocation.clarkNotation)
|
|
52
|
+
values.append((modelDocument, elt, uri))
|
|
53
|
+
for modelDocument, elt, uri in values:
|
|
54
|
+
if uri is None:
|
|
55
|
+
continue
|
|
56
|
+
if not isHttpUrl(uri):
|
|
57
|
+
if '/' not in uri:
|
|
58
|
+
continue # Valid relative path
|
|
59
|
+
if pluginData.isStandardTaxonomyUrl(uri, val.modelXbrl):
|
|
60
|
+
continue # Valid external URL
|
|
61
|
+
splitUri, hrefId = splitDecodeFragment(uri)
|
|
62
|
+
if pluginData.isStandardTaxonomyUrl(splitUri, val.modelXbrl):
|
|
63
|
+
if hrefId is None or len(hrefId) == 0:
|
|
64
|
+
continue # Valid external URL
|
|
65
|
+
if not any(scheme == "element" for scheme, __ in XmlUtil.xpointerSchemes(hrefId)):
|
|
66
|
+
continue # Valid shorthand xpointer
|
|
67
|
+
yield Validation.error(
|
|
68
|
+
codes='EDINET.EC5700W.GFM.1.1.3',
|
|
69
|
+
msg=_("The URI content of the xlink:href attribute, the xsi:schemaLocation "
|
|
70
|
+
"attribute and the schemaLocation attribute must be relative and "
|
|
71
|
+
"contain no forward slashes, or a recognized external location of "
|
|
72
|
+
"a standard taxonomy schema file, or a '#' followed by a shorthand "
|
|
73
|
+
"xpointer. The URI '%(uri)s' is not valid."),
|
|
74
|
+
uri=uri,
|
|
75
|
+
modelObject=elt,
|
|
76
|
+
)
|