私のXML(最初のステートメント):
<ReportConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
…………
私のXSD(最初の数行):
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified">
<xs:element name="ReportConfig">
.........
しかし、次のエラーが発生します XML ドキュメントにはエラーがあります:true cvc-elt.1: 要素 'xs:schema' の宣言が見つかりません。