xbrl.Unit.Measure
¶
An xbrl.Unit.Measure
class represents a <xbrli:measure> element with an XBRL unit in an XBRL instance.
- class xbrl.Unit.Measure¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xbrl.Unit.Measure.element¶
Returns an xml.ElementInformationItem object which represents the <xbrli:measure> element information item.
- xbrl.Unit.Measure.value¶
Returns the QName value of the measure element information item as xml.QName.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__