xbrl.taxonomy.Part

An xbrl.taxonomy.Part class represents an XBRL reference part element in the DTS.

class xbrl.taxonomy.Part

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

Attributes

xbrl.taxonomy.Part.element

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

xbrl.taxonomy.Part.qname

Returns an xml.QName object which represents the XML qualified name of the reference part element information item.

xbrl.taxonomy.Part.value

Returns the text content of the reference part element information item as str.

Special methods

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