/* 249 */ getNamespace(aUri).addGlobalAttribute(ap);
/* 250 */ n.addDependencyTo(ap.getXmlName());
/* */ }
/* */ }
/* 253 */ if ((p instanceof ElementPropertyInfo)) {
/* 254 */ ElementPropertyInfo ep = (ElementPropertyInfo)p;
/* 255 */ for (TypeRef tref : ep.getTypes()) {
/* 256 */ String eUri = tref.getTagName().getNamespaceURI();
/* 257 */ if ((eUri.length() > 0) && (!eUri.equals(n.uri))) {
/* 258 */ getNamespace(eUri).addGlobalElement(tref);
/* 259 */ n.addDependencyTo(tref.getTagName());
/* */ }