导入项目maven后xml,xsd文件为什么报错?
<?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.ken.com/schema/EJConvertor" elementFormDefault="qualified"> <!-- 根标签 --> <xsd:element name="configuration"> <xsd:complexType> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:element name="entity" type="entityType"/> </xsd:sequence> </xsd:complexType> </xsd:element> <!--entity标签--> <xsd:complexType name="entityType"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:choice> <xsd:element name="property" type="propertyType"/> </xsd:choice> </xsd:sequence> <xsd:attribute name="class" type="xsd:string" use="required"/> <xsd:attribute name="sheetName" type="xsd:string" use="optional"/> <xsd:attribute name="boldHeading" type="xsd:boolean" use="optional"/> </xsd:complexType> <!--property标签--> <xsd:complexType name="propertyType"> <xsd:sequence maxOccurs="1"> <xsd:element name="field" type="xsd:string"/> <xsd:element name="value" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:schema>
src-resolve.4.1: Error resolving component 'entityType'. It was detected that 'entityType' has no namespace, but components with no
target namespace are not referenceable from schema document 'file:///D:/eclipseworkspace/WMS/src/main/resources/config/
EJConvertor.xsd'. If 'entityType' is intended to have a namespace, perhaps a prefix needs to be provided. If it is intended that
'entityType' has no namespace, then an 'import' without a "namespace" attribute should be added to 'file:///D:/eclipseworkspace/
WMS/src/main/resources/config/EJConvertor.xsd'.
Description Resource Path Location Type
Referenced file contains errors (file:/D:/eclipseworkspace/WMS/src/main/resources/config/EJConvertor.xsd). For more information, right click on the message in the Problems View and select "Show Details..." EJConvertorConfig.xml /WMS/src/main/resources/config line 1 XML Problem
- 等 最代码怎么获取牛币啊?
- 完 谁来告诉我最代码上线的时间,答对者给5牛币,先来先得
- 等 牛友们,大家好,你们做程序员多久了?现在还好吗?
- 完 在微信打开的页面里进行app下载
- 等 最代码2014年欢乐聚声会
- 完 mysql如何查询表数据并且对3个字段降序的SQL?
- 完 最代码牛币机制改革
- 完 成功的在bae上使用了自定义运行环境 jetty+nginx的组合,大家对jetty+nginx优化有哪些心得?
- 完 进来分享一下各位牛牛是如何加入最代码大家庭的?
- 等 为什么java BufferedImage类处理大图直接抛出内存溢出的异常?
- 等 最代码是否开发手机app客户端?
- 完 java程序员学习哪些java的技术?java有哪些框架?都能做哪方面的开发?
- 等 php格式网页文件怎么运行?
- 等 Java volatile值获取的问题
- 等 前端vue,拦截了登录后台后,返回的token,requests拦截token,但是发送请求的时候,就出现跨越异常
- 等 大专本科计算机科班怎么找到Java工作?
- 等 eclipse怎么把三个java swing游戏项目合成一个项目?
- 完 伙伴们,大家都有什么好的解压方式么,分享一下~
- 完 三四线城市,6、7k,运维工作,索然无味,想去辞职上培训,各位牛牛有什么建议嘛
- 等 jsp页面输入中文变成问号
- 等 JPA在线上运行一段时间后报错Caused by: java.lang.IncompatibleClassChangeError: null
- 等 PHP 这个规则用preg_match_all怎么写
- 等 大佬们,有没有知道Alfresco如何配置LDAP登录呢?
- 等 php的install目录是框架带的吗?
- 等 maven运行一直报错
- 完 为什么java maven项目中依赖的第三方maven项目搜索不到?
- 完 maven 在cmd命令使用mvn help:system报错
- 等 maven为什么找不到spring-boot-starter-web-jdbcjar包?
- 等 maven构建java项目为什么没有想象的好用?
- 等 MyEclipse怎么配置搭建Maven项目?
- 等 maven项目如何依赖另一个项目的配置文件?
- 等 eclipse下maven项目发布到tomcat lib目录没有,哪里有问题
- 完 java开发者在搭建Maven项目开发中有哪些奇葩的问题?是如何解决的?
- 完 菜鸟maven问题:maven-project-info-reports-plugin:3.0.0' not found more... 怎么解决
- 完 eclipse用debug调试maven项目,为什么出现source not found的问题?
- 等 多个maven项目整合成一个大的项目,比如dao,service,cotroller分开,会不会对系统的性能有所提升?