975: shared-16 uses “eq” instead of “=”
The rule today is: Context: Document (complex type) [exists(trade)] every $party in trade/tradeSide/*/party satisfies $party/@href eq party/@id The correct rule is: Context: Document (complex type) [exists(trade)] every $party in trade/tradeSide/*/party satisfies $party/@href = party/@id