/* */ {
/* 131 */ String schemaPackageName = schema.packageName();
/* 132 */ if (!"##default".equals(schemaPackageName)) {
/* 133 */ packageName = schemaPackageName;
/* */ }
/* 135 */ if (schema.xmlns().length > 0)
/* */ {
/* 137 */ for (int i = 0; i < schema.xmlns().length; i++)
/* */ {
/* 139 */ schemaBinding.addPrefixMapping(schema.xmlns()[i].prefix(), schema.xmlns()[i].namespaceURI());
/* */ }