xbrl.formula.AssertionSatisfiedMessageRelationship¶
An xbrl.formula.AssertionSatisfiedMessageRelationship class represents an assertion-satisfied-message relationship in the DTS network of relationships.
- class xbrl.formula.AssertionSatisfiedMessageRelationship¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.
Attributes¶
- xbrl.formula.AssertionSatisfiedMessageRelationship.source¶
Returns an
xbrl.formula.Assertionobject which represents the source <validation:assertion> resource of the relationship.
- xbrl.formula.AssertionSatisfiedMessageRelationship.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__