xbrl.taxonomy.ArcroleType.Definition

An xbrl.taxonomy.RoleType.Definition class represents a definition element with an XBRL roleType/arcroleType in the DTS.

class xbrl.taxonomy.ArcroleType.Definition

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

Attributes

xbrl.taxonomy.RoleType.Definition.element

Returns an xml.ElementInformationItem object which represents the definition element information item.

xbrl.taxonomy.RoleType.Definition.value

Returns the text content of the definition element information item as str.

Special methods

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