Hi Miguel
I wanted to find out from you if you came right in being able to automate (python script) to export a geodatabase schema and data to XML?
Regards
MyGDB = r"C:\MyGIS\MyGDB.gdb" ResultXML = r"C:\MyGIS\MyGDBXML.xml" arcpy.ExportXMLWorkspaceDocument_management (MyGDB, ResultXML, "DATA", "BINARY", METADATA)