xbrl.formula.ConceptRule.QName¶
This class represents the <formula:qname> or <formula:qnameExpression> child element of a concept aspect rule.
-
class
xbrl.formula.ConceptRule.QName¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.
Attributes¶
-
xbrl.formula.ConceptRule.QName.element¶ Returns an
xml.ElementInformationItemobject which represents the <formula:qname> or <formula:qnameExpression> element information item.
-
xbrl.formula.ConceptRule.QName.expression¶ Returns an
xbrl.XPathExpressionobject if the QName value is represeted by a <formula:qnameExpression> element information item, otherwise None is returned.
-
xbrl.formula.ConceptRule.QName.value¶ Returns an
xml.QNameobject if the QName value is represeted by a <formula:qname> element information item, otherwise None is returned.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__