xbrl.formula.AssertionUnsatisfiedMessageRelationship

An xbrl.formula.AssertionUnsatisfiedMessageRelationship class represents an assertion-unsatisfied-message relationship in the DTS network of relationships.

class xbrl.formula.AssertionUnsatisfiedMessageRelationship

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

Attributes

xbrl.formula.AssertionUnsatisfiedMessageRelationship.source

Returns an xbrl.formula.Assertion object which represents the source <validation:assertion> resource of the relationship.

xbrl.formula.AssertionUnsatisfiedMessageRelationship.target

Returns an xbrl.taxonomy.Message object which represents the target <msg:message> resource of the relationship.

Methods

Special methods

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