ENUMIXBRLUriStrategy
Specifies how URIs in the Inline XBRL should be written to the generated XBRL document:
•eStrategyNone: Copies the URI verbatim the to target document.
•eStrategyMakeAbsolute: Makes any relative URIs absolute by resolving against the in-scope base URI at the respective element in the input document.
•eStrategyMakeRelative: If possible, makes any absolute and relative URIs relative to the output document (otherwise writes the resolved absolute URI).
•eStrategyKeepRelative: If possible, makes only the relative URIs relative to the output document (and copies any absolute URI).
COM and .NET
eStrategyNone | = 0 |
eStrategyMakeAbsolute | = 1 |
eStrategyMakeRelative | = 2 |
eStrategyKeepRelative | = 3 |
Used by
Interface | Property |
Java
public enum ENUMIXBRLUriStrategy {
eStrategyNone
eStrategyMakeAbsolute
eStrategyMakeRelative
eStrategyKeepRelative }
Used by
Class | Method |