if(JBossXmlConstants.DEFAULT.equals(ns))
ns = propertyQName.getNamespaceURI();
propertyQName = new QName(ns, entryElement.name());
}
TypeInfo entryTypeInfo = JBossXBBuilder.configuration.getTypeInfo(entryElement.type());
ElementBinding entryElementBinding = createElementBinding(entryTypeInfo, propertyQName.getLocalPart(), false);
ParticleBinding entryParticle = new ParticleBinding(entryElementBinding, 0, -1, true);
targetGroup.addParticle(entryParticle);
boundQName = propertyQName;
}