ENUMIXBRLVersion
Specifies which version of the Inline XBRL specification to use: Inline XBRL 1.0 or Inline XBRL 1.1. eVersionDetect enables auto-detection.
•eIXBRLVersion10: Specifies that the Inline XBRL 1.0 specification be used.
•eIXBRLVersion11: Specifies that the Inline XBRL 1.1 specification be used.
•eIXBRLVersionDetect: Enables auto-detection of the version from the submitted Inline XBRL document.
COM and .NET
eIXBRLVersion10 | = 0 |
eIXBRLVersion11 | = 1 |
eIXBRLVersionDetect | = 2 |
Used by
Interface | Property |
Java
public enum ENUMIXBRLVersion {
eVersion10
eVersion11
eVersionDetect }
Used by
Class | Method |