SonarQube requires separate xsd schema files and displays the error: “Error resolving component in XSD file”
问题 I'm using two different xsd schema files in one project. First one is input.xsd . This file uses targetNamespace : <?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:w3s="https://www.w3schools.com" targetNamespace="https://www.w3schools.com"> <xsd:element name="Mobiles"> <xsd:complexType> <xsd:sequence> <xsd:element name="Mobile" type="w3s:Mobile" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:complexType name=