When automatically creating a scheme for app.config, an app.xsd is generated.
However in the beginning fragment:
<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="configuration">
<xs:complexType>
<xs:sequence>
I get the warning:
Warning (line 1) The global element 'configuration' has already been declared.
When I double click on the warning, the focus is on the fragment:
Does anybody have a solution how to get rid of this warning?
Thanks in advance.