for( Entry<Class, ? extends RuntimeClassInfo> e : typeSet.beans().entrySet() ) {
ClassBeanInfoImpl<?> bi = getOrCreate(e.getValue());
XmlSchema xs = this.annotaitonReader.getPackageAnnotation(XmlSchema.class, e.getKey(), null);
if(xs != null) {
if(xs.xmlns() != null && xs.xmlns().length > 0) {
if(xmlNsSet == null)
xmlNsSet = new HashSet<XmlNs>();
for(int i = 0; i < xs.xmlns().length; i++)
xmlNsSet.add(xs.xmlns()[i]);