[jboss-cvs] JBossAS SVN: r82021 - projects/jboss-deployers/branches/Branch_2_0/deployers-vfs/src/main/resources/schema.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 3 15:56:30 EST 2008


Author: alesj
Date: 2008-12-03 15:56:30 -0500 (Wed, 03 Dec 2008)
New Revision: 82021

Modified:
   projects/jboss-deployers/branches/Branch_2_0/deployers-vfs/src/main/resources/schema/jboss-deployers-2.0.xsd
Log:
Port DML's fix.

Modified: projects/jboss-deployers/branches/Branch_2_0/deployers-vfs/src/main/resources/schema/jboss-deployers-2.0.xsd
===================================================================
--- projects/jboss-deployers/branches/Branch_2_0/deployers-vfs/src/main/resources/schema/jboss-deployers-2.0.xsd	2008-12-03 20:49:44 UTC (rev 82020)
+++ projects/jboss-deployers/branches/Branch_2_0/deployers-vfs/src/main/resources/schema/jboss-deployers-2.0.xsd	2008-12-03 20:56:30 UTC (rev 82021)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-            targetNamespace="urn:jboss:classloader:1.0"
-            xmlns="urn:jboss:classloader:1.0"
+            targetNamespace="urn:jboss:deployers:2.0"
+            xmlns="urn:jboss:deployers:2.0"
             elementFormDefault="qualified"
             attributeFormDefault="unqualified"
             version="1.0">
@@ -40,15 +40,15 @@
             ]]>
          </xsd:documentation>
       </xsd:annotation>
-      <xsd:attribute name="name" type="xsd:string" required="true" />
-      <xsd:attribute name="metadata" type="xsd:string" required="true" />
-      <xsd:attribute name="suffix" type="xsd:string" required="false" />
-      <xsd:attribute name="file-name" type="xsd:string" required="false" />
-      <xsd:attribute name="use-schema-validation" type="xsd:boolean" required="false" />
-      <xsd:attribute name="use-validation" type="xsd:boolean" required="false" />
-      <xsd:attribute name="register-with-jbossxb" type="xsd:boolean" required="false" />
-      <xsd:attribute name="jar-extension" type="xsd:string" required="false" />
-      <xsd:attribute name="include-deployment-file" type="xsd:boolean" required="false" />
-      <xsd:attribute name="build-managed-object" type="xsd:boolean" required="false" />
+      <xsd:attribute name="name" type="xsd:string" use="required" />
+      <xsd:attribute name="metadata" type="xsd:string" use="required" />
+      <xsd:attribute name="suffix" type="xsd:string" use="optional" />
+      <xsd:attribute name="file-name" type="xsd:string" use="optional" />
+      <xsd:attribute name="use-schema-validation" type="xsd:boolean" use="optional" />
+      <xsd:attribute name="use-validation" type="xsd:boolean" use="optional" />
+      <xsd:attribute name="register-with-jbossxb" type="xsd:boolean" use="optional" />
+      <xsd:attribute name="jar-extension" type="xsd:string" use="optional" />
+      <xsd:attribute name="include-deployment-file" type="xsd:boolean" use="optional" />
+      <xsd:attribute name="build-managed-object" type="xsd:boolean" use="optional" />
    </xsd:complexType>
 </xsd:schema>




More information about the jboss-cvs-commits mailing list