JaxBeanInfo<?> ai = getOrCreate(a);
for (QName qn : ai.getTypeNames())
typeMap.put( qn, ai );
}
for( Entry<Class, ? extends RuntimeClassInfo> e : typeSet.beans().entrySet() ) {
ClassBeanInfoImpl<?> bi = getOrCreate(e.getValue());
XmlSchema xs = this.annotationReader.getPackageAnnotation(XmlSchema.class, e.getKey(), null);
if(xs != null) {
if(xs.xmlns() != null && xs.xmlns().length > 0) {