872: cd-15 has the wrong equality operator
cd-15 today has: ” cashSettlementTerms/valuationMethod eq (“Market”, “Highest”) ” This is illegal in XPath 2. It breaks section 2.5.4 on Sequence Type Matching. The correct solution is: ” cashSettlementTerms/valuationMethod = (“Market”, “Highest”) ” In all these cases the correct XPath solution can be found in the XQuery reference implementation of the validation rules.