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
NotImplementedError
exception.
Attributes¶
- xbrl.Context.Entity.Identifier.aspect_value¶
Returns an
xbrl.EntityIdentifierAspectValue
object representing the entity identifier aspect value specified in the XBRL context.
- xbrl.Context.Entity.Identifier.element¶
Returns an xml.ElementInformationItem object 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__