Author: shane.bryzak(a)jboss.com
Date: 2008-04-09 19:38:25 -0400 (Wed, 09 Apr 2008)
New Revision: 7892
Modified:
trunk/src/main/org/jboss/seam/remoting-2.1.xsd
Log:
JBSEAM-2870
Modified: trunk/src/main/org/jboss/seam/remoting-2.1.xsd
===================================================================
--- trunk/src/main/org/jboss/seam/remoting-2.1.xsd 2008-04-09 19:22:16 UTC (rev 7891)
+++ trunk/src/main/org/jboss/seam/remoting-2.1.xsd 2008-04-09 23:38:25 UTC (rev 7892)
@@ -4,13 +4,13 @@
xmlns:components="http://jboss.com/products/seam/components"
attributeFormDefault="unqualified">
<xs:import
namespace="http://jboss.com/products/seam/components"
schemaLocation="components-2.1.xsd"/>
- <xs:element name="remoting-config">
+ <xs:element name="remoting">
<xs:complexType mixed="true">
<xs:attributeGroup ref="components:attlist.component"/>
- <xs:attributeGroup ref="remoting:attlist.remotingConfig"/>
+ <xs:attributeGroup ref="remoting:attlist.remoting"/>
</xs:complexType>
</xs:element>
- <xs:attributeGroup name="attlist.remotingConfig">
+ <xs:attributeGroup name="attlist.remoting">
<xs:attribute name="poll-interval" />
<xs:attribute name="poll-timeout" />
<xs:attribute name="debug">