[jboss-cvs] JBossAS SVN: r70578 - projects/microcontainer/trunk/kernel/src/resources/main/schema.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 8 07:50:32 EST 2008


Author: adrian at jboss.org
Date: 2008-03-08 07:50:32 -0500 (Sat, 08 Mar 2008)
New Revision: 70578

Modified:
   projects/microcontainer/trunk/kernel/src/resources/main/schema/bean-deployer_2_0.xsd
Log:
Ooops - scan replace replace error

Modified: projects/microcontainer/trunk/kernel/src/resources/main/schema/bean-deployer_2_0.xsd
===================================================================
--- projects/microcontainer/trunk/kernel/src/resources/main/schema/bean-deployer_2_0.xsd	2008-03-08 12:36:25 UTC (rev 70577)
+++ projects/microcontainer/trunk/kernel/src/resources/main/schema/bean-deployer_2_0.xsd	2008-03-08 12:50:32 UTC (rev 70578)
@@ -50,7 +50,7 @@
       <xsd:choice minOccurs="0" maxOccurs="unbounded">
          <xsd:element name="annotation" type="annotationType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="classloader" type="classloaderType" minOccurs="0"/>
-         <xsd:element name="alias" type="aliasType" minOccurs="0"/>
+         <xsd:element name="alias" type="namedAliasType" minOccurs="0"/>
          <xsd:element name="create" type="lifecycleType" minOccurs="0"/>
          <xsd:element name="start" type="lifecycleType" minOccurs="0"/>
          <xsd:element name="stop" type="lifecycleType" minOccurs="0"/>
@@ -570,6 +570,21 @@
       </xsd:choice>
    </xsd:complexType>
 
+   <xsd:complexType name="namedAliasType">
+      <xsd:annotation>
+         <xsd:documentation>
+           <![CDATA[
+           An alias that has a name attribute.
+           ]]>
+         </xsd:documentation>
+      </xsd:annotation>
+      <xsd:complexContent>
+         <xsd:extension base="aliasType">
+            <xsd:attribute name="name" type="xsd:string" use="required"/>
+         </xsd:extension>
+      </xsd:complexContent>
+   </xsd:complexType>
+   
    <xsd:complexType name="parameterType" mixed="true">
       <xsd:annotation>
          <xsd:documentation>




More information about the jboss-cvs-commits mailing list