标签: xml eclipse xsd thymeleaf
我使用thymeleaf进行XML模板化。 Eclipse正确报告不允许的属性,例如
<signaturId th:object="${myVal}">
结果
cvc-complex-type.3.2.2: Attribute 'th:object' is not allowed to appear in element 'signaturId'.
是否可以忽略/禁止这些错误,或者通过在所有地方允许th:属性或者总共禁用属性有效性?
th: