}
public static SchemaCollection getSchema(final Definition def) {
ServiceInfo serviceInfo = new ServiceInfo();
new SchemaUtil(BusFactory.getDefaultBus(),
new HashMap<String, Element>()).getSchemas(def,
serviceInfo);
return serviceInfo.getXmlSchemaCollection();
}