I am trying to use XSD validation in Azure Data Factory copy activity (with XML as source). I have an external XSD file. I am also trying to understand how it can be used in Azure Data Factory. In the copy activity, under the Validation type section there are two options XSD and DTD. But, it does not have any way to specify any external file as XSD. The documentation is also not clear about this. (https://docs.microsoft.com/en-us/azure/data-factory/format-xml). This is what the official doc says:
XML schema validation:
You can choose to not validate schema, or validate schema using XSD or DTD.
When using XSD or DTD to validate XML files, the XSD/DTD must be referred inside the XML
files through relative path
I am confused about the second point here.
What do they mean by "XML must be referred inside the XML files"?