<xs:complexType name="informationType">
<xs:sequence>
<xs:element name="facts" type="factsType" />
<xs:element name="links" type="linksType" />
<xs:element name="media" type="mediaType" />
</xs:sequence>
</xs:complexType>
我们必须用来验证程序https://www.corefiling.com/opensource/schemaValidate/的页面显示了给定第五行的消息:元素类型“ xs”后必须跟属性说明“>”或“ />”。
有人说这段代码对他有用,但是当我验证它时,它给出了标题中给出的信息。我需要更改什么?
xmlns
属性为unprefixed elements
提供一个“默认名称空间”,但unprefixed属性