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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 9 11:29:20 EDT 2010


Author: maeste
Date: 2010-08-09 11:29:20 -0400 (Mon, 09 Aug 2010)
New Revision: 107502

Modified:
   projects/jboss-jca/trunk/common/src/main/resources/schema/datasources_1_0.xsd
Log:
JBJCA-400 another review of xsd

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	2010-08-09 14:29:17 UTC (rev 107501)
+++ projects/jboss-jca/trunk/common/src/main/resources/schema/datasources_1_0.xsd	2010-08-09 15:29:20 UTC (rev 107502)
@@ -14,13 +14,6 @@
 
 
 
-  <xs:complexType name="any" mixed="true">
-    <xs:sequence>
-      <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
-    </xs:sequence>
-  </xs:complexType>
-
-
   <xs:complexType name="datasourcesComplexType">
        <xs:choice minOccurs="0" maxOccurs="unbounded">
         <xs:element name="datasource" type="datasourceComplexType">
@@ -211,17 +204,6 @@
           </xs:documentation>
         </xs:annotation>
       </xs:element>
-      <xs:element name="use-java-context" minOccurs="0" type="xs:boolean">
-        <xs:annotation>
-          <xs:documentation>
-            <![CDATA[[
-              Setting this to false will bind the DataSource into global jndi
-              Ex:
-              <use-java-context>false</use-java-context>
-           ]]>
-          </xs:documentation>
-        </xs:annotation>
-      </xs:element>
       <xs:element minOccurs="0" name="new-connection-sql" type="xs:string">
         <xs:annotation>
           <xs:documentation>
@@ -429,17 +411,6 @@
           </xs:documentation>
         </xs:annotation>
       </xs:element>
-      <xs:element name="use-java-context" minOccurs="0" type="xs:boolean">
-        <xs:annotation>
-          <xs:documentation>
-            <![CDATA[[
-              Setting this to false will bind the DataSource into global jndi
-              Ex:
-              <use-java-context>false</use-java-context>
-           ]]>
-          </xs:documentation>
-        </xs:annotation>
-      </xs:element>
       <xs:element minOccurs="0" name="new-connection-sql" type="xs:string">
         <xs:annotation>
           <xs:documentation>



More information about the jboss-cvs-commits mailing list