[jboss-cvs] JBossAS SVN: r110993 - projects/jboss-jca/trunk/common/src/main/resources/schema.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 22 08:46:02 EDT 2011


Author: maeste
Date: 2011-03-22 08:46:01 -0400 (Tue, 22 Mar 2011)
New Revision: 110993

Modified:
   projects/jboss-jca/trunk/common/src/main/resources/schema/datasources_1_0.xsd
Log:
fixing xsd errors

Modified: projects/jboss-jca/trunk/common/src/main/resources/schema/datasources_1_0.xsd
===================================================================
--- projects/jboss-jca/trunk/common/src/main/resources/schema/datasources_1_0.xsd	2011-03-22 03:14:04 UTC (rev 110992)
+++ projects/jboss-jca/trunk/common/src/main/resources/schema/datasources_1_0.xsd	2011-03-22 12:46:01 UTC (rev 110993)
@@ -55,7 +55,7 @@
           </xs:documentation>
         </xs:annotation>
       </xs:element>
-      <xs:element name="module" type="xs:token" minOccurs="0">
+      <xs:element name="driver" type="xs:token" minOccurs="0">
         <xs:annotation>
           <xs:documentation>
             <![CDATA[[
@@ -197,7 +197,7 @@
           </xs:documentation>
         </xs:annotation>
       </xs:element>
-      <xs:element name="module" type="xs:token" minOccurs="0">
+      <xs:element name="driver" type="xs:token" minOccurs="0">
         <xs:annotation>
           <xs:documentation>
             <![CDATA[[
@@ -255,7 +255,7 @@
           </xs:documentation>
         </xs:annotation>
       </xs:element>
-      <xs:element name="security" type="credentialType" minOccurs="0">
+      <xs:element name="security" type="dsSecurityType" minOccurs="0">
         <xs:annotation>
           <xs:documentation>
             <![CDATA[[



More information about the jboss-cvs-commits mailing list