@Test
public void testPublicContribution1() throws Exception
{
final XmlDocumentSchema schema = XmlDocumentSchemasCache.getSchema( null, "-//Sapphire//TestCatalogResolution1//EN", "http://www.eclipse.org/sapphire/tests/xml/dtd/0005p.dtd" );
assertNotNull( schema );
assertNotNull( schema.getElement( "public" ) );
final XmlResourceStore store = new XmlResourceStore( loadResource( "Public1.xml" ) );
final XmlElement element = new XmlElement( store, store.getDomDocument().getDocumentElement() );
assertNotNull( element.getContentModel() );