//---
//---------------------------------------------------------------------------
private MetadataFormat getSchemaInfo(ServiceContext context, SchemaManager sm, String name) throws IOException, JDOMException
{
MetadataFormat mf = new MetadataFormat();
mf.prefix = name;
mf.schema = "";
mf.namespace = Namespace.NO_NAMESPACE;
Attribute schemaLoc = sm.getSchemaLocation(name, context);