xbrl.xdt.ExplicitMember
¶
An xbrl.xdt.ExplicitMember
class represents a <xbrldi:explicitMember> element with an XBRL context in the XBRL instance.
-
class
xbrl.xdt.
ExplicitMember
¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
-
xbrl.xdt.ExplicitMember.
aspect_value
¶ Returns an
xbrl.ExplicitDimensionAspectValue
object representing the dimension aspect value represented by the <xbrldi:explicitMember> element information item.
-
xbrl.xdt.ExplicitMember.
dimension
¶ Returns an
xbrl.xdt.Dimension
object representing the dimension for the <xbrldi:explicitMember> element information item.
-
xbrl.xdt.ExplicitMember.
element
¶ Returns an
xml.ElementInformationItem
object which represents the <xbrldi:explicitMember> element information item.
-
xbrl.xdt.ExplicitMember.
value
¶ Returns an
xbrl.taxonomy.Item
object representing the domain member value of the <xbrldi:explicitMember> element information item.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__