【发布时间】:2015-06-21 08:21:14
【问题描述】:
验证 xsd 中的枚举元素时出现此错误。
<xsd:restriction base="xsd:unsignedInt">
<enumeration value="4">
</enumeration>
</xsd:restriction>
请帮我解决这个问题。
s4s-elt-schema-ns: The namespace of element 'enumeration' must be from the schema namespace, 'http://www.w3.org/2001/XMLSchema'.
【问题讨论】:
标签: xsd xsd-validation xjc