xbrl.table.structural.Breakdown¶
An xbrl.table.structural.Breakdown class represents a breakdown in the structural model.
-
class
xbrl.table.structural.Breakdown¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.
Attributes¶
-
xbrl.table.structural.Breakdown.axis¶ Returns the axis for this breakdown as an
xbrl.table.AxisTypeenumeration.
-
xbrl.table.structural.Breakdown.children¶ Returns an iterator of
xbrl.table.structural.Nodeobjects representing the root structural nodes of this breakdown.
-
xbrl.table.structural.Breakdown.definition_breakdown¶ Returns an
xbrl.table.Breakdownobject which represents the corresponding breakdown in the definition model.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__