store the XML schema with the data
DataSet cars = new DataSet();
cars.WriteXml(desktopFileName("CarWithSchema.xml"), XmlWriteMode.WriteSchema);
DataSet cars = new DataSet();
cars.WriteXml(desktopFileName("CarWithSchema.xml"), XmlWriteMode.WriteSchema);