xbrl.ScenarioAspectValue

The ScenarioAspectValue class represents a value for the non-XDT scenario aspect. The constructor takes the following arguments: ScenarioAspectValue( DTS dts, elements = None )

class xbrl.ScenarioAspectValue(DTS dts=None, elements=None)

Attributes

xbrl.ScenarioAspectValue.elements

Returns a generator object of xml.Element objects representing the non-XDT child elements of the <scenario> XML element.

Special methods

__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__