private static MappingNode createXMLPlan_defect_9530() {
Namespace namespace = new Namespace("mm", "http://www.duh.org/duh"); //$NON-NLS-1$ //$NON-NLS-2$
Namespace namespace2 = new Namespace("mm", "http://www.duh2.org/duh2"); //$NON-NLS-1$ //$NON-NLS-2$
Namespace namespace3 = new Namespace("mm2", "http://www.duh3.org/duh3"); //$NON-NLS-1$ //$NON-NLS-2$
MappingDocument doc = new MappingDocument(true);
MappingElement root = doc.addChildElement(new MappingElement("Catalogs", namespace)); //$NON-NLS-1$
root.addNamespace(namespace);
MappingElement cat = root.addChildElement(new MappingElement("Catalog")); //$NON-NLS-1$
MappingElement items = cat.addChildElement(new MappingElement("Items")); //$NON-NLS-1$