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
NotImplementedErrorexception.
Attributes¶
-
xbrl.taxonomy.Part.element¶ Returns an
xml.ElementInformationItemobject which represents the reference part element information item.
-
xbrl.taxonomy.Part.qname¶ Returns an
xml.QNameobject 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__