public Schema prepareForPublication()
throws SchemaException, SQLException {
// prepare the schema for publication, send the request
MetadataDocument document = new MetadataDocument();
Schema schema = document.prepareForPublication(this);
determineSourceUri(schema);
determineUuid(schema);
return schema;
}