[jboss-svn-commits] JBL Code SVN: r31680 - labs/jbossrules/branches/camel_jaxb_marshaller2-lucaz/drools-pipeline/drools-camel/src/test/resources/org/drools/camel/component.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Feb 15 17:14:36 EST 2010


Author: baunax
Date: 2010-02-15 17:14:36 -0500 (Mon, 15 Feb 2010)
New Revision: 31680

Modified:
   labs/jbossrules/branches/camel_jaxb_marshaller2-lucaz/drools-pipeline/drools-camel/src/test/resources/org/drools/camel/component/person.xsd
Log:
changes to generate the xml from objects

Modified: labs/jbossrules/branches/camel_jaxb_marshaller2-lucaz/drools-pipeline/drools-camel/src/test/resources/org/drools/camel/component/person.xsd
===================================================================
--- labs/jbossrules/branches/camel_jaxb_marshaller2-lucaz/drools-pipeline/drools-camel/src/test/resources/org/drools/camel/component/person.xsd	2010-02-15 22:13:26 UTC (rev 31679)
+++ labs/jbossrules/branches/camel_jaxb_marshaller2-lucaz/drools-pipeline/drools-camel/src/test/resources/org/drools/camel/component/person.xsd	2010-02-15 22:14:36 UTC (rev 31680)
@@ -1,15 +1,15 @@
-<xsd:schema xmlns:person="http://drools.org/model"
-			xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-            targetNamespace="http://drools.org/model"
-            elementFormDefault="qualified">
-            
-	<xsd:element name="Person">
-		<xsd:complexType>
-			<xsd:sequence>
-				<xsd:element name="name" type="xsd:string" />
-				<xsd:element name="age" type="xsd:integer" />
-			</xsd:sequence>	
-		</xsd:complexType>
-	</xsd:element>
-	
+<xsd:schema 
+	xmlns="http://drools.org/model" 
+	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+	targetNamespace="http://drools.org/model" 
+	elementFormDefault="qualified"
+>
+
+	<xsd:complexType name="Person">
+		<xsd:sequence>
+			<xsd:element name="name" type="xsd:string" />
+			<xsd:element name="age" type="xsd:integer" />
+		</xsd:sequence>
+	</xsd:complexType>
+
 </xsd:schema>
\ No newline at end of file



More information about the jboss-svn-commits mailing list