arelle.ModelDocumentType¶
Module Contents¶
Classes¶
.. class:: ModelDocumentType |
API¶
- class arelle.ModelDocumentType.ModelDocumentType¶
.. class:: ModelDocumentType
Static class of Enumerated type representing modelDocument type
- UnknownXML: int¶
0
- UnknownNonXML: int¶
1
- UnknownTypes: int¶
1
- firstXBRLtype: int¶
2
- SCHEMA: int¶
2
- LINKBASE: int¶
3
- INSTANCE: int¶
4
- INLINEXBRL: int¶
5
- lastXBRLtype: int¶
5
- DTSENTRIES: int¶
6
- INLINEXBRLDOCUMENTSET: int¶
7
- VERSIONINGREPORT: int¶
8
- TESTCASESINDEX: int¶
9
- TESTCASE: int¶
10
- REGISTRY: int¶
11
- REGISTRYTESTCASE: int¶
12
- XPATHTESTSUITE: int¶
13
- RSSFEED: int¶
14
- ARCSINFOSET: int¶
15
- FACTDIMSINFOSET: int¶
16
- HTML: int¶
17
- TESTCASETYPES: tuple[int, ...]¶
()
- typeName: tuple[str, ...]¶
(‘unknown XML’, ‘unknown non-XML’, ‘schema’, ‘linkbase’, ‘instance’, ‘inline XBRL instance’, ‘entry …
- static identify(filesource: arelle.FileSource.FileSource, filepath: str) int¶