xbrl.SegmentAspectValue
¶
The SegmentAspectValue class represents a value for the non-XDT segment aspect. The constructor takes the following arguments: SegmentAspectValue( DTS dts, elements = None )
-
class
xbrl.
SegmentAspectValue
(DTS dts=None, elements=None)¶
Attributes¶
-
xbrl.SegmentAspectValue.
elements
¶ Returns a generator object of
xml.Element
objects representing the non-XDT child elements of the <segment> XML element.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__