xbrl.table.ConceptRelationshipNode.FormulaAxis
¶
This class represents the <table:formulaAxis> or <table:formulaAxisExpression> child element of a relationship node.
- class xbrl.table.ConceptRelationshipNode.FormulaAxis¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xbrl.table.DimensionRelationshipNode.FormulaAxis.element
Returns an xml.ElementInformationItem object which represents the <table:formulaAxis> or <table:formulaAxisExpression> element information item.
- xbrl.table.DimensionRelationshipNode.FormulaAxis.expression
Returns an xbrl.XPathExpression object if the formulaAxis value is represeted by a <table:formulaAxisExpression> element information item, otherwise None is returned.
- xbrl.table.DimensionRelationshipNode.FormulaAxis.value
Returns an
xbrl.table.FormulaAxisType
enumeration if the formulaAxis value is represeted by a <table:formulaAxis> element information item, otherwise None is returned.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__