I have ruby module which will validate the XML file against CDA schema. The XML file type is
text/xml
If the file is identified as CDA then
1.What content type I need to set to the file so that the application which renders the XML file can identify it as CDA.
I have googled like "content types for CDA", "MIME types for CDA" and much more but I could not locate the answer.
Any links, suggestions is appreciated.