Is there a way to retrieve an attribute in a filter function in a data flow for a repetitive element and filter on its attribute existence?
For example, the AlternateDocumentID/ID as a set of attributes, for example the schemeName. In some cases, the schemeName does not exists on one of the element in the standard BOD and I want to retrieve its value so I can compare it with another ID that has a specific schemeName. Currently it looks like I can only filter on a specific value of the attribute, not it's existence.
Or is there a way to manually edit the xpath since I know how to define it manually?

I would like to avoid having to create a mapping for it since it seems unnecessary.