xbrl.formula.VariableSetRelationship

An xbrl.formula.VariableSetRelationship class represents a variable-set relationship in the DTS network of relationships.

class xbrl.formula.VariableSetRelationship

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

Attributes

xbrl.formula.VariableSetRelationship.name

Returns the value of the ‘name’ attribute as xml.QName.

xbrl.formula.VariableSetRelationship.source

Returns an xbrl.formula.VariableSet object which represents the source <variable:variableSet> resource of the relationship.

xbrl.formula.VariableSetRelationship.target

Returns an xbrl.formula.Parameter or xbrl.formula.Variable object which represents the target <variable:parameter> or <variable:variable> resource of the relationship.

Methods

Special methods

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