我的架构是:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified">
<xs:element name="Details">
<xs:complexType>
<xs:sequence>
<xs:element name="create_Date" type="xs:date" maxOccurs="1" />
</xs:sequence>
</xs:complexType>
XML文档:
<Details xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<create_date>2009-06-04</create_date>
</Details>
我得到了一个异常,因为XML文档有错误:true cvc complex type。2.4。a: 发现以元素“create\u date”开头的内容无效。应为{create\u Date}之一。
有人能帮我吗?
XML区分大小写。
您需要像您定义的那样使用创建日期。
我已经试着解决这个问题好几个小时了。当我运行我的代码时,我得到一个错误,说: cvc复杂类型.2.4.a:发现以“{”之一的元素“bean”开头的内容无效http://www.springframework.org/schema/context“:包括筛选器,”http://www.springframework.org/schema/context应为“:排除筛选器}”。 我已经到处寻找答案,一
http://www.mulesoft.org/schema/mule/ee/dw http://www.mulesoft.org/schema/mule/ee/dw/current/dw.xsd 但我还是找不到解决办法。
在eclipse中编辑applicationContext.xml时,下面的内容 引发错误: 我在谷歌上搜索了错误,有些地方说订单很重要…我尝试在bean中重新排列项,但错误仍然存在。 怎么啦?
我刚开始使用spring,我现在正在使用Spring4 一旦将war部署到JCS-SaaS(云)中,我将得到以下错误: org.springframework.beans.factory.XML.xmlBeanDefinitionStoreException:类路径资源[pepsiservlet-context.XML]的XML文档中的第33行无效;嵌套异常是org.xml.sax.SAXPars
需要“{”http://www.springframework.org/schema/beans“:meta,”h ttp://www.springframework.org/schema/beans“:constructor-arg,”http://www.springframework.org/schema/beans“:property,”http://www.springframework
我正在使用eclipse版本:NEON.3发行版(4.6.3)和Tomcat(V8.5)来进行Java(JDK1.8)编程。 我试图解决的问题 下面是web.xml中的代码 错误显示在前面的标记上。 我可以做什么来解决eclipse错误?