xbrl.EntityIdentifierAspectValue

An xbrl.EntityIdentifierAspectValue class represents a particular value for the entity identifier aspect.

class xbrl.EntityIdentifierAspectValue(unicode identifier, unicode scheme)

Constructs a new entity identifier aspect value with the given identifier and scheme.

Attributes

xbrl.EntityIdentifierAspectValue.aspect

Returns xbrl.Aspect.ENTITY_IDENTIFIER.

xbrl.EntityIdentifierAspectValue.identifier

Returns the identifier value as a string.

xbrl.EntityIdentifierAspectValue.scheme

Returns the identifier scheme value as a string.

Special methods

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