I am developing a game, I would like to save the state of the objects in xml file. I don't have a schema for it. Say I have, Country has list of States objects and that has a list of cities objects. How can I generate an xml schema that saves their information?