当我尝试将xsd附加到xml时,xml的根变成红色(在Intellij IDEA中),这可能是什么问题?

时间:2019-07-12 12:01:35

标签: xml xsd

我将xsd附加到xml:

<product name="example" version="example" xmlns:msi="http://www.w3.org/2001/XMLSchema" xsi:noNamecpaceLocation="product.xsd">

但是产品看不到架构,我该如何解决?

1 个答案:

答案 0 :(得分:1)

不应该

xsi:noNamecpaceLocation

xsi:noNamespaceSchemaLocation

xmlns:msi="http://www.w3.org/2001/XMLSchema"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"