arelle-release 2.37.28__py3-none-any.whl → 2.37.30__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of arelle-release might be problematic. Click here for more details.

Files changed (62) hide show
  1. arelle/Locale.py +3 -1
  2. arelle/ModelTestcaseObject.py +9 -3
  3. arelle/Validate.py +29 -14
  4. arelle/WebCache.py +10 -5
  5. arelle/_version.py +2 -2
  6. arelle/plugin/validate/EDINET/DisclosureSystems.py +1 -0
  7. arelle/plugin/validate/EDINET/FormType.py +105 -0
  8. arelle/plugin/validate/EDINET/PluginValidationDataExtension.py +111 -0
  9. arelle/plugin/validate/EDINET/ValidationPluginExtension.py +29 -0
  10. arelle/plugin/validate/EDINET/__init__.py +119 -0
  11. arelle/plugin/validate/EDINET/resources/config.xml +12 -0
  12. arelle/plugin/validate/EDINET/rules/__init__.py +0 -0
  13. arelle/plugin/validate/EDINET/rules/upload.py +321 -0
  14. arelle/plugin/validate/NL/rules/nl_kvk.py +52 -0
  15. arelle/utils/EntryPointDetection.py +6 -0
  16. {arelle_release-2.37.28.dist-info → arelle_release-2.37.30.dist-info}/METADATA +2 -1
  17. {arelle_release-2.37.28.dist-info → arelle_release-2.37.30.dist-info}/RECORD +62 -18
  18. tests/integration_tests/validation/conformance_suite_configs.py +2 -0
  19. tests/integration_tests/validation/conformance_suite_configurations/edinet.py +35 -0
  20. tests/integration_tests/validation/conformance_suite_configurations/nl_inline_2024.py +13 -3
  21. tests/integration_tests/validation/conformance_suite_configurations/xbrl_formula_1_0_function_registry.py +4 -0
  22. tests/integration_tests/validation/discover_tests.py +3 -3
  23. tests/integration_tests/validation/validation_util.py +9 -1
  24. tests/resources/conformance_suites/edinet/EC0121E/index.xml +23 -0
  25. tests/resources/conformance_suites/edinet/EC0121E/invalid01.zip +0 -0
  26. tests/resources/conformance_suites/edinet/EC0124E/index.xml +23 -0
  27. tests/resources/conformance_suites/edinet/EC0124E/invalid01.zip +0 -0
  28. tests/resources/conformance_suites/edinet/EC0129E/index.xml +23 -0
  29. tests/resources/conformance_suites/edinet/EC0129E/invalid01.zip +0 -0
  30. tests/resources/conformance_suites/edinet/EC0130E/index.xml +23 -0
  31. tests/resources/conformance_suites/edinet/EC0130E/invalid01.zip +0 -0
  32. tests/resources/conformance_suites/edinet/EC0132E/index.xml +23 -0
  33. tests/resources/conformance_suites/edinet/EC0132E/invalid01.zip +0 -0
  34. tests/resources/conformance_suites/edinet/EC0188E/index.xml +23 -0
  35. tests/resources/conformance_suites/edinet/EC0188E/invalid01.zip +0 -0
  36. tests/resources/conformance_suites/edinet/EC0198E/index.xml +23 -0
  37. tests/resources/conformance_suites/edinet/EC0198E/invalid01.zip +0 -0
  38. tests/resources/conformance_suites/edinet/README.md +4 -0
  39. tests/resources/conformance_suites/edinet/index.xml +11 -0
  40. tests/resources/conformance_suites/edinet/valid/index.xml +199 -0
  41. tests/resources/conformance_suites/edinet/valid/valid01.zip +0 -0
  42. tests/resources/conformance_suites/edinet/valid/valid02.zip +0 -0
  43. tests/resources/conformance_suites/edinet/valid/valid03.zip +0 -0
  44. tests/resources/conformance_suites/edinet/valid/valid04.zip +0 -0
  45. tests/resources/conformance_suites/edinet/valid/valid05.zip +0 -0
  46. tests/resources/conformance_suites/edinet/valid/valid06.zip +0 -0
  47. tests/resources/conformance_suites/edinet/valid/valid07.zip +0 -0
  48. tests/resources/conformance_suites/edinet/valid/valid08.zip +0 -0
  49. tests/resources/conformance_suites/edinet/valid/valid09.zip +0 -0
  50. tests/resources/conformance_suites/edinet/valid/valid10.zip +0 -0
  51. tests/resources/conformance_suites/edinet/valid/valid11.zip +0 -0
  52. tests/resources/conformance_suites/edinet/valid/valid12.zip +0 -0
  53. tests/resources/conformance_suites/edinet/valid/valid13.zip +0 -0
  54. tests/resources/conformance_suites/edinet/valid/valid14.zip +0 -0
  55. tests/resources/conformance_suites/edinet/valid/valid20.zip +0 -0
  56. tests/resources/conformance_suites/edinet/valid/valid21.zip +0 -0
  57. tests/resources/conformance_suites/edinet/valid/valid22.zip +0 -0
  58. tests/resources/conformance_suites_timing/edinet.json +27 -0
  59. {arelle_release-2.37.28.dist-info → arelle_release-2.37.30.dist-info}/WHEEL +0 -0
  60. {arelle_release-2.37.28.dist-info → arelle_release-2.37.30.dist-info}/entry_points.txt +0 -0
  61. {arelle_release-2.37.28.dist-info → arelle_release-2.37.30.dist-info}/licenses/LICENSE.md +0 -0
  62. {arelle_release-2.37.28.dist-info → arelle_release-2.37.30.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,35 @@
1
+ from pathlib import PurePath, Path
2
+
3
+ from tests.integration_tests.validation.conformance_suite_config import ConformanceSuiteConfig, ConformanceSuiteAssetConfig
4
+
5
+ config = ConformanceSuiteConfig(
6
+ args=[
7
+ '--disclosureSystem', 'EDINET',
8
+ ],
9
+ assets=[
10
+ ConformanceSuiteAssetConfig.local_conformance_suite(
11
+ Path('edinet'),
12
+ entry_point=Path('index.xml'),
13
+ ),
14
+ ],
15
+ cache_version_id='cs2wODrDheJqDIm1kEU4Qwk8jwd7DfQu',
16
+ expected_additional_testcase_errors={f"*{s}": val for s, val in {
17
+ # Duplicate errors: Running EDINET validations in a testcase context
18
+ # prevents us from detecting when two models are being validated
19
+ # from the same variation, so `shouldValidateUpload` always returns `True`.
20
+ # This leads to any rule that validates at the package level (rather than the
21
+ # instance level) firing once for each instance. Normal validation runs
22
+ # do not have this issue. We can expect this to be resolved at some point.
23
+ # Until then, if you construct a test case zip from a valid package that has multiple instances
24
+ # (e.g. PublicDoc + AuditDoc) you'll need to add expected additional testcases here
25
+ # for the duplicate errors.
26
+ # TODO: Prevent duplicate runs in testcase context.
27
+ }.items()},
28
+ expected_failure_ids=frozenset([]),
29
+ info_url='https://disclosure2.edinet-fsa.go.jp/weee0020.aspx',
30
+ name=PurePath(__file__).stem,
31
+ network_or_cache_required=False,
32
+ plugins=frozenset({'validate/EDINET', 'inlineXbrlDocumentSet'}),
33
+ shards=4,
34
+ test_case_result_options='match-all',
35
+ )
@@ -30,6 +30,9 @@ config = ConformanceSuiteConfig(
30
30
  # This is the expected error, but we return two of them, slightly different.
31
31
  'imageFormatNotSupported': 1,
32
32
  },
33
+ 'G3-5-2_3/index.xml:TC2_invalid': {
34
+ 'missingLabelForRoleInReportLanguage': 1,
35
+ },
33
36
  'G3-5-3_1/index.xml:TC2_invalid': {
34
37
  'arelle:ixdsTargetNotDefined': 1,
35
38
  'extensionTaxonomyWrongFilesStructure': 2,
@@ -46,6 +49,9 @@ config = ConformanceSuiteConfig(
46
49
  'message:valueKvKIdentifier': 13,
47
50
  'nonIdenticalIdentifier': 1,
48
51
  },
52
+ 'G4-1-1_1/index.xml:TC3_invalid': {
53
+ 'extensionConceptNoLabel': 1,
54
+ },
49
55
  'G4-1-1_1/index.xml:TC4_invalid': {
50
56
  'extensionTaxonomyWrongFilesStructure': 1,
51
57
  },
@@ -70,8 +76,12 @@ config = ConformanceSuiteConfig(
70
76
  'UsableConceptsNotAppliedByTaggedFacts': 1, # Also fails 4.4.6.1
71
77
  'extensionTaxonomyLineItemNotLinkedToAnyHypercube': 10,
72
78
  },
79
+ 'G4-2-0_1/index.xml:TC2_invalid': {
80
+ 'extensionConceptNoLabel': 1,
81
+ },
73
82
  'G4-2-3_1/index.xml:TC2_invalid': {
74
83
  'extensionTaxonomyLineItemNotLinkedToAnyHypercube': 1,
84
+ 'extensionConceptNoLabel': 1,
75
85
  },
76
86
  'G4-4-2_1/index.xml:TC2_invalid': {
77
87
  'closedNegativeHypercubeInDefinitionLinkbase': 1, # Also fails 4.4.2.3
@@ -94,6 +104,9 @@ config = ConformanceSuiteConfig(
94
104
  'message:lei-identifier-format': 105,
95
105
  'message:valueKvKIdentifierScheme': 105,
96
106
  },
107
+ 'RTS_Annex_IV_Par_4_3/index.xml:TC4_invalid': {
108
+ 'extensionTaxonomyWrongFilesStructure': 1,
109
+ },
97
110
  'RTS_Annex_IV_Par_6/index.xml:TC2_valid': {
98
111
  'undefinedLanguageForTextFact': 1,
99
112
  'taggedTextFactOnlyInLanguagesOtherThanLanguageOfAReport': 5,
@@ -142,9 +155,6 @@ config = ConformanceSuiteConfig(
142
155
  'conformance-suite-2024-sbr-domein-handelsregister/tests/RTS_Annex_III_Par_1/index.xml:TC3_invalid',
143
156
  'conformance-suite-2024-sbr-domein-handelsregister/tests/RTS_Annex_IV_Par_12_G3-2-4_1/index.xml:TC4_invalid',
144
157
  'conformance-suite-2024-sbr-domein-handelsregister/tests/RTS_Annex_IV_Par_14_G3-5-1_1/index.xml:TC2_invalid',
145
- 'conformance-suite-2024-sbr-domein-handelsregister/tests/RTS_Annex_IV_Par_4_3/index.xml:TC3_invalid',
146
- 'conformance-suite-2024-sbr-domein-handelsregister/tests/RTS_Annex_IV_Par_4_3/index.xml:TC4_invalid',
147
- 'conformance-suite-2024-sbr-domein-handelsregister/tests/RTS_Annex_IV_Par_4_3/index.xml:TC5_invalid',
148
158
  ]),
149
159
  info_url='https://www.sbr-nl.nl/sbr-domeinen/handelsregister/uitbreiding-elektronische-deponering-handelsregister',
150
160
  name=PurePath(__file__).stem,
@@ -1,3 +1,4 @@
1
+ import re
1
2
  from pathlib import Path, PurePath
2
3
 
3
4
  from tests.integration_tests.validation.conformance_suite_config import (
@@ -21,5 +22,8 @@ config = ConformanceSuiteConfig(
21
22
  network_or_cache_required=False,
22
23
  plugins=frozenset({'formulaXPathChecker', 'functionsMath'}),
23
24
  strict_testcase_index=False,
25
+ required_locale_by_ids={f'formula/function-registry/{t}': p for t, p in [
26
+ ('xbrl/90701 xfi.format-number/90701 xfi.format-number testcase.xml:V-05', re.compile(r"^(en|English).*$")),
27
+ ]},
24
28
  test_case_result_options='match-any',
25
29
  )
@@ -11,16 +11,16 @@ from .conformance_suite_configurations.xbrl_2_1 import config as xbrl_2_1
11
11
 
12
12
 
13
13
  LINUX = 'ubuntu-24.04'
14
- MACOS = 'macos-14'
14
+ MACOS = 'macos-15'
15
15
  WINDOWS = 'windows-2022'
16
16
  ALL_PYTHON_VERSIONS = (
17
17
  '3.9',
18
18
  '3.10',
19
19
  '3.11',
20
20
  '3.12',
21
- '3.13.3',
21
+ '3.13.5',
22
22
  )
23
- LATEST_PYTHON_VERSION = '3.13.3'
23
+ LATEST_PYTHON_VERSION = '3.13.5'
24
24
  # number of cores on the runners
25
25
  # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
26
26
  OS_CORES = {
@@ -2,6 +2,7 @@ from __future__ import annotations
2
2
 
3
3
  import csv
4
4
  import difflib
5
+ import fnmatch
5
6
  import json
6
7
  import multiprocessing
7
8
  import os.path
@@ -331,7 +332,14 @@ def get_conformance_suite_test_results_with_shards(
331
332
  additional_plugins = shard.plugins
332
333
  all_test_paths = {path for test_shard in test_shards for path in test_shard.paths}
333
334
 
334
- unrecognized_additional_error_ids = {_id.rsplit(':', 1)[0] for _id in config.expected_additional_testcase_errors.keys()} - all_test_paths
335
+ unrecognized_additional_error_ids = {
336
+ pattern
337
+ for pattern in {
338
+ _id.rsplit(':', 1)[0]
339
+ for _id in config.expected_additional_testcase_errors.keys()
340
+ }
341
+ if not any(fnmatch.fnmatch(test_path, pattern) for test_path in all_test_paths)
342
+ }
335
343
  assert not unrecognized_additional_error_ids, f'Unrecognized expected additional error IDs: {unrecognized_additional_error_ids}'
336
344
  expected_additional_testcase_errors = {}
337
345
  for expected_id, errors in config.expected_additional_testcase_errors.items():
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <?xml-stylesheet type="text/xsl" href="../testcase.xsl"?>
3
+ <testcase
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns="http://xbrl.org/2005/conformance"
6
+ name="EDINET.EC0121E"
7
+ description="EDINET.EC0121E: Directory and file names (excluding extensions) SHALL NOT be more than 31 characters or use any characters other than alphanumeric characters, '-' and '_'."
8
+ outpath=''
9
+ owner="support@arelle.org"
10
+ xsi:schemaLocation="http://xbrl.org/2005/conformance https://www.xbrl.org/2005/conformance.xsd">
11
+ <variation id="invalid01" name="invalid01">
12
+ <description>
13
+ Filenames exceed 31 characters or contain invalid characters.
14
+ <!--valid09.zip with file added to root PublicDoc with long filename.-->
15
+ </description>
16
+ <data>
17
+ <instance readMeFirst="true">invalid01.zip</instance>
18
+ </data>
19
+ <result>
20
+ <error num="1">EDINET.EC0121E</error>
21
+ </result>
22
+ </variation>
23
+ </testcase>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <?xml-stylesheet type="text/xsl" href="../testcase.xsl"?>
3
+ <testcase
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns="http://xbrl.org/2005/conformance"
6
+ name="EDINET.EC0124E"
7
+ description="EDINET.EC0124E: There are no empty directories."
8
+ outpath=''
9
+ owner="support@arelle.org"
10
+ xsi:schemaLocation="http://xbrl.org/2005/conformance https://www.xbrl.org/2005/conformance.xsd">
11
+ <variation id="invalid01" name="invalid01">
12
+ <description>
13
+ There is an empty directory.
14
+ <!--valid09.zip with empty 'XBRL/PublicDoc/empty' directory added.-->
15
+ </description>
16
+ <data>
17
+ <instance readMeFirst="true">invalid01.zip</instance>
18
+ </data>
19
+ <result>
20
+ <error>EDINET.EC0124E</error>
21
+ </result>
22
+ </variation>
23
+ </testcase>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <?xml-stylesheet type="text/xsl" href="../testcase.xsl"?>
3
+ <testcase
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns="http://xbrl.org/2005/conformance"
6
+ name="EDINET.EC0129E"
7
+ description="EDINET.EC0129E: Limit the number of subfolders to 3 or less from the XBRL directory."
8
+ outpath=''
9
+ owner="support@arelle.org"
10
+ xsi:schemaLocation="http://xbrl.org/2005/conformance https://www.xbrl.org/2005/conformance.xsd">
11
+ <variation id="invalid01" name="invalid01">
12
+ <description>
13
+ There are is a file nested 4 directories beneath XBRL directory.
14
+ <!--valid09.zip with 'XBRL/PublicDoc/images/a/b/c.gif' added.-->
15
+ </description>
16
+ <data>
17
+ <instance readMeFirst="true">invalid01.zip</instance>
18
+ </data>
19
+ <result>
20
+ <error>EDINET.EC0129E</error>
21
+ </result>
22
+ </variation>
23
+ </testcase>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <?xml-stylesheet type="text/xsl" href="../testcase.xsl"?>
3
+ <testcase
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns="http://xbrl.org/2005/conformance"
6
+ name="EDINET.EC0130E"
7
+ description="EDINET.EC0130E: File extensions must match the file extensions allowed in Chart 2_3_1."
8
+ outpath=''
9
+ owner="support@arelle.org"
10
+ xsi:schemaLocation="http://xbrl.org/2005/conformance https://www.xbrl.org/2005/conformance.xsd">
11
+ <variation id="invalid01" name="invalid01">
12
+ <description>
13
+ There are several files with invalid extensions.
14
+ <!--valid09.zip with several valid and invalid files added among root directories and XBRL subdirectories.-->
15
+ </description>
16
+ <data>
17
+ <instance readMeFirst="true">invalid01.zip</instance>
18
+ </data>
19
+ <result>
20
+ <error num="16">EDINET.EC0130E</error>
21
+ </result>
22
+ </variation>
23
+ </testcase>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <?xml-stylesheet type="text/xsl" href="../testcase.xsl"?>
3
+ <testcase
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns="http://xbrl.org/2005/conformance"
6
+ name="EDINET.EC0132E"
7
+ description="EDINET.EC0132E: Store the manifest file directly under the relevant folder."
8
+ outpath=''
9
+ owner="support@arelle.org"
10
+ xsi:schemaLocation="http://xbrl.org/2005/conformance https://www.xbrl.org/2005/conformance.xsd">
11
+ <variation id="invalid01" name="invalid01">
12
+ <description>
13
+ Manifest incorrectly named 'manifest.xml'.
14
+ <!--valid09.zip with 'manifest_PublicDoc.xml' renamed.-->
15
+ </description>
16
+ <data>
17
+ <instance readMeFirst="true">invalid01.zip</instance>
18
+ </data>
19
+ <result>
20
+ <error>EDINET.EC0132E</error>
21
+ </result>
22
+ </variation>
23
+ </testcase>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <?xml-stylesheet type="text/xsl" href="../testcase.xsl"?>
3
+ <testcase
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns="http://xbrl.org/2005/conformance"
6
+ name="EDINET.EC0188E"
7
+ description="EDINET.EC0188E: There is an html file directly under PublicDoc or PrivateDoc whose first 7 characters are not numbers."
8
+ outpath=''
9
+ owner="support@arelle.org"
10
+ xsi:schemaLocation="http://xbrl.org/2005/conformance https://www.xbrl.org/2005/conformance.xsd">
11
+ <variation id="invalid01" name="invalid01">
12
+ <description>
13
+ HTML file with invalid filename exists directly beneath PublicDoc.
14
+ <!--valid09.zip with 'invalid.html' added under 'XBRL/PublicDoc'.-->
15
+ </description>
16
+ <data>
17
+ <instance readMeFirst="true">invalid01.zip</instance>
18
+ </data>
19
+ <result>
20
+ <error>EDINET.EC0188E</error>
21
+ </result>
22
+ </variation>
23
+ </testcase>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <?xml-stylesheet type="text/xsl" href="../testcase.xsl"?>
3
+ <testcase
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns="http://xbrl.org/2005/conformance"
6
+ name="EDINET.EC0198E"
7
+ description="EDINET.EC0198E: The number of files in the total submission and directories can not exceed the upper limit."
8
+ outpath=''
9
+ owner="support@arelle.org"
10
+ xsi:schemaLocation="http://xbrl.org/2005/conformance https://www.xbrl.org/2005/conformance.xsd">
11
+ <variation id="invalid01" name="invalid01">
12
+ <description>
13
+ 991 files exist in `/AuditDoc`, above the limit of 990.
14
+ <!--valid09.zip with 'image0001.gif' etc. added to AuditDoc.-->
15
+ </description>
16
+ <data>
17
+ <instance readMeFirst="true">invalid01.zip</instance>
18
+ </data>
19
+ <result>
20
+ <error>EDINET.EC0198E</error>
21
+ </result>
22
+ </variation>
23
+ </testcase>
@@ -0,0 +1,4 @@
1
+ ### Disclaimer
2
+ Files in this conformance suite are provided for regression testing only.
3
+ Files may be copied from other sources (such as https://disclosure2.edinet-fsa.go.jp/week0020.aspx) with their comments included and may or may not be modified for testing purposes.
4
+ No rights or responsibilities conveyed, assumed, or provided.
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testcases name="EDINET">
3
+ <testcase uri="EC0121E/index.xml" />
4
+ <testcase uri="EC0124E/index.xml" />
5
+ <testcase uri="EC0129E/index.xml" />
6
+ <testcase uri="EC0130E/index.xml" />
7
+ <testcase uri="EC0132E/index.xml" />
8
+ <testcase uri="EC0188E/index.xml" />
9
+ <testcase uri="EC0198E/index.xml" />
10
+ <testcase uri="valid/index.xml" />
11
+ </testcases>
@@ -0,0 +1,199 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <?xml-stylesheet type="text/xsl" href="../testcase.xsl"?>
3
+ <testcase
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns="http://xbrl.org/2005/conformance"
6
+ name="EDINET.valid"
7
+ description="EDINET.valid: These variations are valid EDINET filings. They are not expected to produce any errors."
8
+ outpath=''
9
+ owner="support@arelle.org"
10
+ xsi:schemaLocation="http://xbrl.org/2005/conformance https://www.xbrl.org/2005/conformance.xsd">
11
+ <variation id="valid01" name="valid01">
12
+ <description>
13
+ Sample filing.
14
+ 01_開示府令-有価証券届出書
15
+ 01_Disclosure Ordinance-Securities Registration Statement
16
+ </description>
17
+ <data>
18
+ <instance readMeFirst="true">valid01.zip</instance>
19
+ </data>
20
+ <result expected="valid"/>
21
+ </variation>
22
+ <variation id="valid02" name="valid02">
23
+ <description>
24
+ Sample filing.
25
+ 02_開示府令-有価証券報告書
26
+ 02_Disclosure Ordinance-Securities Report
27
+ </description>
28
+ <data>
29
+ <instance readMeFirst="true">valid02.zip</instance>
30
+ </data>
31
+ <result expected="valid"/>
32
+ </variation>
33
+ <variation id="valid03" name="valid03">
34
+ <description>
35
+ Sample filing.
36
+ 03_開示府令-IFRS有価証券報告書
37
+ 03_Disclosure Ordinance-IFRS Securities Report
38
+ </description>
39
+ <data>
40
+ <instance readMeFirst="true">valid03.zip</instance>
41
+ </data>
42
+ <result expected="valid"/>
43
+ </variation>
44
+ <variation id="valid04" name="valid04">
45
+ <description>
46
+ Sample filing.
47
+ 04_開示府令-半期報告書(第四号の三様式、銀行業)
48
+ 04_Disclosure Ordinance-Semi-Annual Report (Form 4-3, Banking Industry)
49
+ </description>
50
+ <data>
51
+ <instance readMeFirst="true">valid04.zip</instance>
52
+ </data>
53
+ <result expected="valid"/>
54
+ </variation>
55
+ <variation id="valid05" name="valid05">
56
+ <description>
57
+ Sample filing.
58
+ 05_開示府令-半期報告書(第四号の三様式、建設業)
59
+ 05_Disclosure Ordinance-Semi-Annual Report (Form 4-3, Construction Industry)
60
+ <!--Modified from original to replace reference to "http://www.xbrl.org/2003/xbrl-instance-2003-09-30.xsd" with "http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd".-->
61
+ </description>
62
+ <data>
63
+ <instance readMeFirst="true">valid05.zip</instance>
64
+ </data>
65
+ <result expected="valid"/>
66
+ </variation>
67
+ <variation id="valid06" name="valid06">
68
+ <description>
69
+ Sample filing.
70
+ 06_開示府令-半期報告書(第五号様式、鉄道業)
71
+ 06_Disclosure Ordinance-Semi-Annual Report (Form 5, Railway Industry)
72
+ </description>
73
+ <data>
74
+ <instance readMeFirst="true">valid06.zip</instance>
75
+ </data>
76
+ <result expected="valid"/>
77
+ </variation>
78
+ <variation id="valid07" name="valid07">
79
+ <description>
80
+ Sample filing.
81
+ 07_開示府令-発行登録書
82
+ 07_Disclosure Ordinance-Shelf Registration Statement
83
+ </description>
84
+ <data>
85
+ <instance readMeFirst="true">valid07.zip</instance>
86
+ </data>
87
+ <result expected="valid"/>
88
+ </variation>
89
+ <variation id="valid08" name="valid08">
90
+ <description>
91
+ Sample filing.
92
+ 08_開示府令-発行登録追補書類
93
+ 08_Disclosure Ordinance-Shelf Registration Supplement
94
+ </description>
95
+ <data>
96
+ <instance readMeFirst="true">valid08.zip</instance>
97
+ </data>
98
+ <result expected="valid"/>
99
+ </variation>
100
+ <variation id="valid09" name="valid09">
101
+ <description>
102
+ Sample filing.
103
+ 09_開示府令-臨時報告書
104
+ 09_Disclosure of the Government Order-Interim Report
105
+ </description>
106
+ <data>
107
+ <instance readMeFirst="true">valid09.zip</instance>
108
+ </data>
109
+ <result expected="valid"/>
110
+ </variation>
111
+ <variation id="valid10" name="valid10">
112
+ <description>
113
+ Sample filing.
114
+ 10_特定有価証券府令-有価証券届出書
115
+ 10_Specific Securities Ordinance - Securities Registration Statement
116
+ </description>
117
+ <data>
118
+ <instance readMeFirst="true">valid10.zip</instance>
119
+ </data>
120
+ <result expected="valid"/>
121
+ </variation>
122
+ <variation id="valid11" name="valid11">
123
+ <description>
124
+ Sample filing.
125
+ 11_特定有価証券府令-有価証券報告書【みなし有価証券届出書】
126
+ 11_Specific Securities Ordinance - Securities Report [Deemed Securities Registration Statement]
127
+ </description>
128
+ <data>
129
+ <instance readMeFirst="true">valid11.zip</instance>
130
+ </data>
131
+ <result expected="valid"/>
132
+ </variation>
133
+ <variation id="valid12" name="valid12">
134
+ <description>
135
+ Sample filing.
136
+ 12_特定有価証券府令-半期報告書【みなし訂正有価証券届出書】
137
+ 12_Specific Securities Ordinance - Semiannual Report [Deemed Amended Securities Registration Statement]
138
+ </description>
139
+ <data>
140
+ <instance readMeFirst="true">valid12.zip</instance>
141
+ </data>
142
+ <result expected="valid"/>
143
+ </variation>
144
+ <variation id="valid13" name="valid13">
145
+ <description>
146
+ Sample filing.
147
+ 13_特定有価証券府令-発行登録書
148
+ 13_Specific Securities Ordinance - Shelf Registration Statement
149
+ </description>
150
+ <data>
151
+ <instance readMeFirst="true">valid13.zip</instance>
152
+ </data>
153
+ <result expected="valid"/>
154
+ </variation>
155
+ <variation id="valid14" name="valid14">
156
+ <description>
157
+ Sample filing.
158
+ 14_特定有価証券府令-発行登録追補書類
159
+ 14_Specific Securities Ordinance - Shelf Registration Supplement
160
+ </description>
161
+ <data>
162
+ <instance readMeFirst="true">valid14.zip</instance>
163
+ </data>
164
+ <result expected="valid"/>
165
+ </variation>
166
+ <variation id="valid20" name="valid20">
167
+ <description>
168
+ Sample filing.
169
+ 20_開示府令-訂正有価証券報告書
170
+ 20_Disclosure Ordinance-Amendment of Securities Reports
171
+ </description>
172
+ <data>
173
+ <instance readMeFirst="true">valid20.zip</instance>
174
+ </data>
175
+ <result expected="valid"/>
176
+ </variation>
177
+ <variation id="valid21" name="valid21">
178
+ <description>
179
+ Sample filing.
180
+ 21_特定有価証券府令-訂正有価証券届出書
181
+ 21_Specific Securities Ordinance-Amendment of Securities Registration Statement
182
+ </description>
183
+ <data>
184
+ <instance readMeFirst="true">valid21.zip</instance>
185
+ </data>
186
+ <result expected="valid"/>
187
+ </variation>
188
+ <variation id="valid22" name="valid22">
189
+ <description>
190
+ Sample filing.
191
+ 22_特定有価証券府令-訂正有価証券報告書【みなし訂正有価証券届出書】
192
+ 22_Specific Securities Ordinance-Amendment of Securities Report [Deemed Amendment of Securities Registration Statement]
193
+ </description>
194
+ <data>
195
+ <instance readMeFirst="true">valid22.zip</instance>
196
+ </data>
197
+ <result expected="valid"/>
198
+ </variation>
199
+ </testcase>
@@ -0,0 +1,27 @@
1
+ {
2
+ "EC0121E/index.xml:invalid01": 0.021397107151465426,
3
+ "EC0124E/index.xml:invalid01": 0.025065859647180982,
4
+ "EC0129E/index.xml:invalid01": 0.025710372240162902,
5
+ "EC0130E/index.xml:invalid01": 0.024780983764080007,
6
+ "EC0132E/index.xml:invalid01": 0.02462372305348644,
7
+ "EC0188E/index.xml:invalid01": 0.024174226776656742,
8
+ "valid/index.xml:valid01": 2.218586479322035,
9
+ "valid/index.xml:valid02": 1.8975368535376134,
10
+ "valid/index.xml:valid03": 2.1517138064207777,
11
+ "valid/index.xml:valid04": 1.8392213759599199,
12
+ "valid/index.xml:valid05": 1.473965575088599,
13
+ "valid/index.xml:valid06": 1.8527121706182885,
14
+ "valid/index.xml:valid07": 0.34719477053453607,
15
+ "valid/index.xml:valid08": 0.3564396889215411,
16
+ "valid/index.xml:valid09": 0.02052188435627358,
17
+ "valid/index.xml:valid10": 1.9058721497364142,
18
+ "valid/index.xml:valid11": 1.9128932407916943,
19
+ "valid/index.xml:valid12": 1.030585801767353,
20
+ "valid/index.xml:valid13": 0.06919699768273625,
21
+ "valid/index.xml:valid14": 0.07040565868529285,
22
+ "valid/index.xml:valid20": 1.8975022356808997,
23
+ "valid/index.xml:valid21": 1.8989700484311731,
24
+ "valid/index.xml:valid22": 1.9109289898318178,
25
+ "<mean>": 10.105569713860346,
26
+ "<stdev>": 9.295345555978425
27
+ }