The sign of the weight attribute is not appropriate
Example message:
The sign of the weight attribute '1.0' is not appropriate for the pair of the balance attributes 'credit' and 'debit' defined for the 'from' item '{http://xbrl.ifrs.org/taxonomy/2017-03-09/ifrs-full}ProfitLoss' and the 'to' item '{http://xbrl.ifrs.org/taxonomy/2017-03-09/ifrs-full}IncomeTaxExpenseContinuingOperations'.
According to the XBRL specification the weight attribute of an item in the calculation link must be either positive or negative according to the balance attribute of the element and the balance attribute of its parent element:
Balance attribute of parent element | Balance attribute of current element | Valid values for the weight attribute |
---|---|---|
Debit | Debit | Positive or null (>= 0) |
Debit | Credit | Negative or null (<= 0) |
Credit | Debit | Negative or null (<= 0) |
Credit | Credit | Positive or null (>= 0) |
...