this.rootElementController = new DocumentTypeRootElementController( localName );
}
else
{
final Map<String,String> schemas = new HashMap<String,String>();
final XmlSchemas xmlSchemasAnnotation = modelElementType.getAnnotation( XmlSchemas.class );
if( xmlSchemasAnnotation != null )
{
for( XmlSchema xmlSchemaAnnotation : xmlSchemasAnnotation.value() )
{
final String xmlSchemaNamespace = xmlSchemaAnnotation.namespace().trim();
final String xmlSchemaLocation = xmlSchemaAnnotation.location().trim();
if( xmlSchemaNamespace.length() != 0 && xmlSchemaLocation.length() != 0 )