xbrl.xdt.TypedMember¶
An xbrl.xdt.TypedMember class represents a <xbrldi:typedMember> element with an XBRL context in the XBRL instance.
-
class
xbrl.xdt.TypedMember¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.
Attributes¶
-
xbrl.xdt.TypedMember.aspect_value¶ Returns an
xbrl.TypedDimensionAspectValueobject representing the dimension aspect value represented by the <xbrldi:typedMember> element information item.
-
xbrl.xdt.TypedMember.dimension¶ Returns an
xbrl.xdt.Dimensionobject representing the dimension for the <xbrldi:typedMember> element information item.
-
xbrl.xdt.TypedMember.element¶ Returns an
xml.ElementInformationItemobject which represents the <xbrldi:typedMember> element information item.
-
xbrl.xdt.TypedMember.value¶ Returns an
xml.ElementInformationItemobject representing the typed member value of the <xbrldi:typedMember> element information item.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__