XbrlFragment
An object representation of the data an XBRL fragment loaded from an XBRL document. Each of the properties is described below.
Document
A reference back to the
XbrlDocument that contains the fragment.
XbrlRootNode
A .NET
XmlNode object referencing the root <xbrl> node in the current XBRL fragment.
Contexts
A list of Context objects. There is one Context object in the list for every context found in the XBRL fragment. The list is implemented as an object of the standard .NET
System.Collections.Generic.List class, and you can apply all of the operations available to objects of the
System.Collections.Generic.List class to this list. See the
Contexts page for more information on the Context class.
Schemas
A list of Schema objects. There is one Schema object in the list for every schema referenced by the XBRL fragment. The list is implemented as an object of the standard .NET
System.Collections.Generic.List class, and you can apply all of the operations available to objects of the
System.Collections.Generic.List class to this list. See the
Schemas page for more information on Gepsio Schema objects.
Facts
A list of Fact objects. There is one Fact object in the list for every fact in the XBRL fragment. The list is implemented as an object of the standard .NET
System.Collections.Generic.List class, and you can apply all of the operations available to objects of the
System.Collections.Generic.List class to this list. See the
Facts page for more information on Gepsio Fact objects.
Units
A list of Unit objects. There is one Unit object in the list for every unit in the XBRL fragment. The list is implemented as an object of the standard .NET
System.Collections.Generic.List class, and you can apply all of the operations available to objects of the
System.Collections.Generic.List class to this list. See the
Units page for more information on Gepsio Unit objects.
FootnoteLinks
A list of FootnoteLink objects. There is one FootnoteLink object in the list for every footnote link in the XBRL fragment. The list is implemented as an object of the standard .NET
System.Collections.Generic.List class, and you can apply all of the operations available to objects of the
System.Collections.Generic.List class to this list. See the
Footnote Links page for more information on Gepsio Footnote Link objects.