xbrl.Context.Entity.Identifier¶
An xbrl.Context.Entity.Identifier class represents an <xbrli:identifier> element with an XBRL context in the XBRL instance.
-
class
xbrl.Context.Entity.Identifier¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.
Attributes¶
-
xbrl.Context.Entity.Identifier.aspect_value¶ Returns an
xbrl.EntityIdentifierAspectValueobject representing the entity identifier aspect value specified in the XBRL context.
-
xbrl.Context.Entity.Identifier.element¶ Returns an
xml.ElementInformationItemobject which represents the <xbrli:identifier> element information item.
-
xbrl.Context.Entity.Identifier.scheme¶ Returns the identifier scheme value as a string.
-
xbrl.Context.Entity.Identifier.value¶ Returns the identifier value as a string.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__