xbrl.formula.ConceptRelationFilter.LinkName

This class represents the <crf:linkname> or <crf:linknameExpression> child element of a <crf:conceptRelation> filter resource.

class xbrl.formula.ConceptRelationFilter.LinkName

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

Attributes

xbrl.formula.ConceptRelationFilter.LinkName.element

Returns an xml.ElementInformationItem object which represents the <crf:linkname> or <crf:linknameExpression> element information item.

xbrl.formula.ConceptRelationFilter.LinkName.expression

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

xbrl.formula.ConceptRelationFilter.LinkName.value

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

Special methods

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