xbrl.taxonomy.ArcroleType.UsedOn
¶
An xbrl.taxonomy.RoleType.UsedOn
class represents an XBRL usedOn element in the DTS.
- class xbrl.taxonomy.ArcroleType.UsedOn¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xbrl.taxonomy.RoleType.UsedOn.element
Returns an xml.ElementInformationItem object which represents the usedOn element information item.
- xbrl.taxonomy.RoleType.UsedOn.value
Returns the QName value of the usedOn element information item as xml.QName.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__