xbrl.formula.UnitRule.MultiplyBy

This class represents the <formula:multiplyBy> child element of an unit rule.

class xbrl.formula.UnitRule.MultiplyBy

Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a NotImplementedError exception.

Attributes

xbrl.formula.UnitRule.MultiplyBy.element

Returns an xml.ElementInformationItem object which represents the <formula:multiplyBy> element information item.

xbrl.formula.UnitRule.MultiplyBy.measure

If the <formula:multiplyBy> element has a @measure attribute, an xbrl.XPathExpression object is returned. Otherwise None is returned.

xbrl.formula.UnitRule.MultiplyBy.source

Returns the inferred value of the ‘source’ attribute as xml.QName.

Special methods

__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__