【发布时间】:2016-12-26 05:03:57
【问题描述】:
我们在 XML 中有一个字段,该字段将带有日期和时间戳。
前 : 2016-12-22 10:36:46
在我们的 Schema 中,我们将该元素定义为
<xs:element name="REJECTTIME" minOccurs="0" type="xs:datetime"/>
但是我们遇到了如下的致命错误
元素的类型={http://www.w3.org/2001/XMLSchema}datetime,其中 不存在。
【问题讨论】:
标签: xslt-1.0 xsd-validation ibm-datapower