853: Some ird rules use contains() rather than exists()
Some of the ird rules use the function “contains()” rather than “exists()”. In each case the usage shows that what is meant is exists() and not contains(). As per the FpML Validation Architecture, where a term is not defined we use the XPath2 definition. Changing the contains() to exists() would bring the ird into line … Continued