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
NotImplementedErrorexception.
Attributes¶
-
xbrl.xdt.ExplicitMember.aspect_value¶ Returns an
xbrl.ExplicitDimensionAspectValueobject representing the dimension aspect value represented by the <xbrldi:explicitMember> element information item.
-
xbrl.xdt.ExplicitMember.dimension¶ Returns an
xbrl.xdt.Dimensionobject representing the dimension for the <xbrldi:explicitMember> element information item.
-
xbrl.xdt.ExplicitMember.element¶ Returns an
xml.ElementInformationItemobject which represents the <xbrldi:explicitMember> element information item.
-
xbrl.xdt.ExplicitMember.value¶ Returns an
xbrl.taxonomy.Itemobject representing the domain member value of the <xbrldi:explicitMember> element information item.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__