[jboss-cvs] JBossAS SVN: r111981 - projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 10 11:47:24 EDT 2011


Author: jesper.pedersen
Date: 2011-08-10 11:47:24 -0400 (Wed, 10 Aug 2011)
New Revision: 111981

Modified:
   projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/datasources_1_0.xsd
   projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/ironjacamar_1_0.xsd
   projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/resource-adapters_1_0.xsd
Log:
Correct the XSD in regards to timeout

Modified: projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/datasources_1_0.xsd
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/datasources_1_0.xsd	2011-08-10 15:46:46 UTC (rev 111980)
+++ projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/datasources_1_0.xsd	2011-08-10 15:47:24 UTC (rev 111981)
@@ -157,7 +157,7 @@
           </xs:documentation>
         </xs:annotation>
       </xs:element>
-      <xs:element name="time-out" type="time-outType" minOccurs="0">
+      <xs:element name="timeout" type="timeoutType" minOccurs="0">
         <xs:annotation>
           <xs:documentation>
             <![CDATA[[
@@ -296,7 +296,7 @@
           </xs:documentation>
         </xs:annotation>
       </xs:element>
-      <xs:element name="time-out" type="time-outType" minOccurs="0">
+      <xs:element name="timeout" type="timeoutType" minOccurs="0">
         <xs:annotation>
           <xs:documentation>
             <![CDATA[[
@@ -500,7 +500,7 @@
       </xs:element>
     </xs:sequence>
   </xs:complexType>
-  <xs:complexType name="time-outType">
+  <xs:complexType name="timeoutType">
     <xs:sequence>
       <xs:element name="blocking-timeout-millis" type="xs:nonNegativeInteger" minOccurs="0">
         <xs:annotation>

Modified: projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/ironjacamar_1_0.xsd
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/ironjacamar_1_0.xsd	2011-08-10 15:46:46 UTC (rev 111980)
+++ projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/ironjacamar_1_0.xsd	2011-08-10 15:47:24 UTC (rev 111981)
@@ -169,7 +169,7 @@
     <xs:attributeGroup ref="common-attribute"></xs:attributeGroup>
   </xs:complexType>
 
-  <xs:complexType name="time-outType">
+  <xs:complexType name="timeoutType">
     <xs:sequence>
       <xs:element name="blocking-timeout-millis" type="xs:nonNegativeInteger" minOccurs="0">
         <xs:annotation>
@@ -321,7 +321,7 @@
           </xs:documentation>
         </xs:annotation>
       </xs:element>
-      <xs:element name="timeout" type="time-outType" minOccurs="0" maxOccurs="1">
+      <xs:element name="timeout" type="timeoutType" minOccurs="0" maxOccurs="1">
         <xs:annotation>
           <xs:documentation>
             <![CDATA[[

Modified: projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/resource-adapters_1_0.xsd
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/resource-adapters_1_0.xsd	2011-08-10 15:46:46 UTC (rev 111980)
+++ projects/jboss-jca/branches/Branch_1_0/common/src/main/resources/schema/resource-adapters_1_0.xsd	2011-08-10 15:47:24 UTC (rev 111981)
@@ -176,7 +176,7 @@
     <xs:attributeGroup ref="common-attribute"></xs:attributeGroup>
   </xs:complexType>
 
-  <xs:complexType name="time-outType">
+  <xs:complexType name="timeoutType">
     <xs:sequence>
       <xs:element name="blocking-timeout-millis" type="xs:nonNegativeInteger" minOccurs="0">
         <xs:annotation>
@@ -353,7 +353,7 @@
           </xs:documentation>
         </xs:annotation>
       </xs:element>
-      <xs:element name="timeout" type="time-outType" minOccurs="0" maxOccurs="1">
+      <xs:element name="timeout" type="timeoutType" minOccurs="0" maxOccurs="1">
         <xs:annotation>
           <xs:documentation>
             <![CDATA[[



More information about the jboss-cvs-commits mailing list