xbrl.formula.AspectCoverFilter.ExcludeDimension

This class represents the <acf:excludeDimension> child element of a <acf:aspectCover> filter resource.

class xbrl.formula.AspectCoverFilter.ExcludeDimension

Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a NotImplementedError exception.

Attributes

xbrl.formula.AspectCoverFilter.ExcludeDimension.element

Returns an xml.ElementInformationItem object which represents the <acf:excludeDimension> element information item.

xbrl.formula.AspectCoverFilter.ExcludeDimension.expression

Returns an xbrl.XPathExpression object if the QName value is represeted by a <acf:qnameExpression> element information item, otherwise None is returned.

xbrl.formula.AspectCoverFilter.ExcludeDimension.value

Returns an xml.QName object if the QName value is represeted by a <acf:qname> element information item, otherwise None is returned.

Special methods

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