/* 619 */ if (n.uri.length() != 0)
/* 620 */ imp.namespace(n.uri);
/* 621 */ String refSystemId = (String)systemIds.get(n);
/* 622 */ if ((refSystemId != null) && (!refSystemId.equals("")))
/* */ {
/* 624 */ imp.schemaLocation(XmlSchemaGenerator.relativize(refSystemId, result.getSystemId()));
/* */ }
/* 626 */ schema._pcdata("\n");
/* */ }
/* 628 */ if (this.useSwaRef) {
/* 629 */ schema._import().namespace("http://ws-i.org/profiles/basic/1.1/xsd").schemaLocation("http://ws-i.org/profiles/basic/1.1/swaref.xsd");