對於xsd的命名空間針對不一樣的java ee版本命名空間的版本也不同,具體參見:http://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/index.html html
java EE 6
java
<web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"> </web-app>