私が研究しているXMLファイルの上部に、最初に次のように表示されます。
<selfModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../dtd/selfmodel.xsd">
その後、それはXMLの実際の要点です。
<plan id = "offer" default="true">
<description>Automatically generated from ACELandic specification</description>
<states> .. etc
xmlns:xsi=
とものの目的は何xsi:noNamespaceSchemaLocation
ですか?ファイルがコンパイルされるときにオンラインで検索/検証されますか?それは私がURLwww.w3.org/2001/XMLSchema-instanceで想定していることですが、それは非常に非効率的であるように思われます