/// <summary>
 /// Gets the schema completion data that was created from the specified
 /// schema filename.
 /// </summary>
 public XmlSchemaCompletionData FindSchemaFromFileName(string fileName)
 {
     return(schemaCompletionDataItems.GetSchemaFromFileName(fileName));
 }