【发布时间】:2020-04-11 23:32:57
【问题描述】:
已经为此苦苦挣扎了一段时间,但我不确定问题出在哪里。 (使用验证工具)我得到的错误是
文档末尾第 11 行的 XML 解析错误。
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" >
</xs:schema>
<xs:element name="Artworks" type="artworkinfo"/>
<xs:complexType name="artworkinfo">
<xs:sequence>
<xs:element name="title" type="xs:string"/>
<xs:element name="media" type="xs:string"/>
<xs:element name="description" type="xs:string"/>
<xs:element name="created" type="xs:string"/>
<xs:element name="display" type="xs:string"/>
</xs:sequence>
</xs:complexType>
【问题讨论】:
标签: xml xsd xsd-validation xml-validation