xbrl.formula.ConceptDataTypeFilter

An xbrl.formula.ConceptDataTypeFilter class represents a <cf:conceptDataType> resource in the formula linkbase.

Base class: xbrl.formula.Filter

Nested classes: xbrl.formula.ConceptDataTypeFilter.Type

class xbrl.formula.ConceptDataTypeFilter

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

Attributes

xbrl.formula.ConceptDataTypeFilter.strict

Returns the ‘strict’ attribute value as a boolean.

xbrl.formula.ConceptDataTypeFilter.type

Returns an xbrl.formula.ConceptDataTypeFilter.Type object which represent the child <cf:type> XML element.

Methods

Special methods

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