941: finish off the conversion to XPath contexts
We should complete the current partial conversion of the XPath contexts to XPath. eqd-4 is a good example: ” XPath Description: Context: //element(*, Trade) (complex type) [exists(equityOption/equityExercise/equityAmericanExercise)] equityOption/equityExercise/equityAmericanExercise/expirationDate/adjustableDate/unadjustedDate ge tradeHeader/tradeDate ” The context doesn’t need to have “(complex type)” after it, because in XPath it is clear this is a complex type. “complex type” was … Continued