xbrl.Context.Entity.Segment¶
An xbrl.Context.Entity.Segment class represents a <xbrli:segment> element with an XBRL context in the XBRL instance.
-
class
xbrl.Context.Entity.Segment¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.
Attributes¶
-
xbrl.Context.Entity.Segment.child_elements¶ Returns an iterator of
xml.ElementInformationItemobjects representing the child elements of the <xbrli:segment> element information item.
-
xbrl.Context.Entity.Segment.complete_aspect_value¶ Returns an
xbrl.SegmentAspectValueobject representing the complete segment aspect value specified in the XBRL context.
-
xbrl.Context.Entity.Segment.element¶ Returns an
xml.ElementInformationItemobject which represents the <xbrli:segment> element information item.
-
xbrl.Context.Entity.Segment.explicit_members¶ Returns an iterator of
xbrl.xdt.ExplicitMemberobjects representing only the <xbrldi:explicitMember> child elements of the <xbrli:segment> element information item.
-
xbrl.Context.Entity.Segment.non_xdt_aspect_value¶ Returns an
xbrl.SegmentAspectValueobject representing the non-XDT segment aspect value specified in the XBRL context.
-
xbrl.Context.Entity.Segment.non_xdt_child_elements¶ Returns an iterator of
xml.ElementInformationItemobjects representing only the non-XDT child elements of the <xbrli:segment> element information item.
-
xbrl.Context.Entity.Segment.typed_members¶ Returns an iterator of
xbrl.xdt.TypedMemberobjects representing only the <xbrldi:typedMember> child elements of the <xbrli:segment> element information item.
Methods¶
-
xbrl.Context.Entity.Segment.explicit_member(Dimension dim)¶ Returns an
xbrl.xdt.ExplicitMemberobject representing the <xbrldi:explicitMember> child element of the <xbrli:segment> element information item for the given dimension.
-
xbrl.Context.Entity.Segment.typed_member(Dimension dim)¶ Returns an
xbrl.xdt.TypedMemberobject representing the <xbrldi:typedMember> child element of the <xbrli:segment> element information item for the given dimension.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__