static int index = 0;
protected static void generateIdMap(Object jaxbElement) {
new TraversalUtil(jaxbElement,
new Callback() {
// Unfortunately, the schema says
// a model id must be an int or a GUID.
// Word 2007 won't open a docx which violates that.