You receive an XML data file and a separate XML schema file. The XML schema file describes the XML data. You need to load the XML data file into the External Data window. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A.
Transform the XML data file into the classic ActiveX Data Objects (ADO) RowsetSchema format.
B.
Verify that the XML data file is well-formed and uses the namespace http://schemas.microsoft.com/visio/2006/extension.
C.
In a code module, use the DataRecordsets object Add method in the Office Visio 2007 document.
D.
In a code module, use the DataRecordsets object AddFromXML method in the Office Visio 2007 document.