[savara-commits] savara SVN: r207 - tools/eclipse/trunk/samples/purchasing.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Mar 21 15:57:23 EDT 2010


Author: objectiser
Date: 2010-03-21 15:57:23 -0400 (Sun, 21 Mar 2010)
New Revision: 207

Modified:
   tools/eclipse/trunk/samples/purchasing/PurchaseGoods.cdm
Log:
Add schema location for the store and creditAgency xsd files.

Modified: tools/eclipse/trunk/samples/purchasing/PurchaseGoods.cdm
===================================================================
--- tools/eclipse/trunk/samples/purchasing/PurchaseGoods.cdm	2010-03-21 19:04:30 UTC (rev 206)
+++ tools/eclipse/trunk/samples/purchasing/PurchaseGoods.cdm	2010-03-21 19:57:23 UTC (rev 207)
@@ -4,8 +4,8 @@
     <nameSpaces description="Target Namespace for PurchaseGoods" prefix="tns" uRI="http://www.jboss.org/savara/examples"/>
     <nameSpaces description="XML Schema Namespace" prefix="xsd" uRI="http://www.w3.org/2001/XMLSchema"/>
     <nameSpaces prefix="pur" uRI="http://www.jboss.org/examples/purchasing"/>
-    <nameSpaces prefix="sto" uRI="http://www.jboss.org/examples/store"/>
-    <nameSpaces prefix="ca" uRI="http://www.jboss.org/examples/creditAgency"/>
+    <nameSpaces prefix="sto" uRI="http://www.jboss.org/examples/store" schemaLocation="store.xsd"/>
+    <nameSpaces prefix="ca" uRI="http://www.jboss.org/examples/creditAgency" schemaLocation="creditAgency.xsd"/>
     <informationTypes description="This is the information type BuyConfirmed" name="BuyConfirmed" typeName="sto:BuyConfirmed" elementName=""/>
     <informationTypes description="This is the information type BuyFailed" name="BuyFailed" typeName="sto:BuyFailed" elementName=""/>
     <informationTypes description="This is the information type BuyRequest" name="BuyRequest" typeName="sto:BuyRequest" elementName=""/>



More information about the savara-commits mailing list