<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS1589</ErrorName>
  <Examples>
    <string>// cs1589.cs: Unable to include XML fragment `/root/@attr' of file `cs1589.inc' (Cannot insert specified type of node as a child of this node.)
// Line: 15
// Compiler options: -doc:dummy.xml -warn:1 -warnaserror

namespace Testing
{
   /// &lt;include file='cs1589.inc' path='/foo' /&gt;
   public class Test
   {
	public static void Main ()
	{
	}

	/// &lt;include file='cs1589.inc' path='/root/@attr'/&gt;
	public string S3;
   }
}

</string>
  </Examples>
</ErrorDocumentation>