/* 383 */ if (ci.getTypeName() == null)
/* */ continue;
/* 385 */ if (ci.getTypeName().getNamespaceURI().equals(tns)) {
/* 386 */ Bindings child = group.bindings();
/* 387 */ child.scd('~' + prefix + ci.getTypeName().getLocalPart());
/* 388 */ child.klass().ref(ci.getName());
/* */ }
/* */
/* 391 */ if ((ci.isElement()) && (ci.getElementName().getNamespaceURI().equals(tns))) {
/* 392 */ Bindings child = group.bindings();
/* 393 */ child.scd(prefix + ci.getElementName().getLocalPart());