xbrl.EntityIdentifier
¶
An EntityIdentifier class represents the entity identifier part of an XBRL context in the instance document.
-
class
xbrl.
EntityIdentifier
¶
Attributes¶
-
xbrl.EntityIdentifier.
aspect_value
¶ Returns an
xbrl.EntityIdentifierAspectValue
object representing the value of the entity identifier aspect.
-
xbrl.EntityIdentifier.
element
¶ Returns a
xml.Element
object which represents the identifier child XML element information item of the XBRL context.
-
xbrl.EntityIdentifier.
scheme
¶ Returns a string with the text value of the scheme attribute of the identifier child XML element information item.
-
xbrl.EntityIdentifier.
value
¶ Returns a string with the text value of the identifier child XML element information item of the XBRL context.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__