<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1527</ErrorName>
  <Examples>
    <string>// cs1527-2.cs: Namespace elements cannot be explicitly declared as private, protected or protected internal
// Line: 4

protected interface IFoo {
}
</string>
    <string>// cs1527-3.cs: Namespace elements cannot be explicitly declared as private, protected or protected internal
// Line: 4

protected internal enum E {
}
</string>
    <string>// cs1527.cs: Namespace elements cannot be explicitly declared as private, protected or protected internal
// Line:
private class X {
}
</string>
  </Examples>
</ErrorDocumentation>