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