You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rule BR-O-03 for CII format is incorrect.
The XPath for BT-48 field is incorrect in the test and so the check that this field is absent doesn't work (always true).
Actual implementation (for BT-48 field only) : not (/ram:BuyerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeID = 'VA'])
Solution : not (//ram:BuyerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeID = 'VA'])
The text was updated successfully, but these errors were encountered:
The rule
BR-O-03
for CII format is incorrect.The XPath for BT-48 field is incorrect in the test and so the check that this field is absent doesn't work (always
true
).Actual implementation (for BT-48 field only) :
not (/ram:BuyerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeID = 'VA'])
Solution :
not (//ram:BuyerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeID = 'VA'])
The text was updated successfully, but these errors were encountered: