[savara-commits] savara SVN: r359 - trunk/samples/purchasing and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Aug 18 03:36:25 EDT 2010


Author: objectiser
Date: 2010-08-18 03:36:25 -0400 (Wed, 18 Aug 2010)
New Revision: 359

Modified:
   branches/1.0.x/samples/purchasing/PurchaseGoods.cdm
   trunk/samples/purchasing/PurchaseGoods.cdm
Log:
Example should use xsd element not type.

Modified: branches/1.0.x/samples/purchasing/PurchaseGoods.cdm
===================================================================
--- branches/1.0.x/samples/purchasing/PurchaseGoods.cdm	2010-08-17 16:16:12 UTC (rev 358)
+++ branches/1.0.x/samples/purchasing/PurchaseGoods.cdm	2010-08-18 07:36:25 UTC (rev 359)
@@ -6,12 +6,12 @@
     <nameSpaces prefix="pur" uRI="http://www.jboss.org/examples/purchasing"/>
     <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=""/>
-    <informationTypes description="This is the information type CreditCheckInvalid" name="CreditCheckInvalid" typeName="ca:CreditCheckInvalid" elementName=""/>
-    <informationTypes description="This is the information type CreditCheckOk" name="CreditCheckOk" typeName="ca:CreditCheckOk" elementName=""/>
-    <informationTypes description="This is the information type CreditCheckRequest" name="CreditCheckRequest" typeName="ca:CreditCheckRequest" elementName=""/>
+    <informationTypes description="This is the information type BuyConfirmed" name="BuyConfirmed" typeName="" elementName="sto:BuyConfirmed"/>
+    <informationTypes description="This is the information type BuyFailed" name="BuyFailed" typeName="" elementName="sto:BuyFailed"/>
+    <informationTypes description="This is the information type BuyRequest" name="BuyRequest" typeName="" elementName="sto:BuyRequest"/>
+    <informationTypes description="This is the information type CreditCheckInvalid" name="CreditCheckInvalid" typeName="" elementName="ca:CreditCheckInvalid"/>
+    <informationTypes description="This is the information type CreditCheckOk" name="CreditCheckOk" typeName="" elementName="ca:CreditCheckOk"/>
+    <informationTypes description="This is the information type CreditCheckRequest" name="CreditCheckRequest" typeName="" elementName="ca:CreditCheckRequest"/>
     <informationTypes description="This is the information type IDType" name="IDType" typeName="xsd:string"/>
     <informationTypes description="This is the information type URITokenType" name="URITokenType" typeName="xsd:anyURI"/>
     <tokens description="This is the token ID" name="ID" informationType="//@typeDefinitions/@informationTypes.6"/>

Modified: trunk/samples/purchasing/PurchaseGoods.cdm
===================================================================
--- trunk/samples/purchasing/PurchaseGoods.cdm	2010-08-17 16:16:12 UTC (rev 358)
+++ trunk/samples/purchasing/PurchaseGoods.cdm	2010-08-18 07:36:25 UTC (rev 359)
@@ -6,12 +6,12 @@
     <nameSpaces prefix="pur" uRI="http://www.jboss.org/examples/purchasing"/>
     <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=""/>
-    <informationTypes description="This is the information type CreditCheckInvalid" name="CreditCheckInvalid" typeName="ca:CreditCheckInvalid" elementName=""/>
-    <informationTypes description="This is the information type CreditCheckOk" name="CreditCheckOk" typeName="ca:CreditCheckOk" elementName=""/>
-    <informationTypes description="This is the information type CreditCheckRequest" name="CreditCheckRequest" typeName="ca:CreditCheckRequest" elementName=""/>
+    <informationTypes description="This is the information type BuyConfirmed" name="BuyConfirmed" typeName="" elementName="sto:BuyConfirmed"/>
+    <informationTypes description="This is the information type BuyFailed" name="BuyFailed" typeName="" elementName="sto:BuyFailed"/>
+    <informationTypes description="This is the information type BuyRequest" name="BuyRequest" typeName="" elementName="sto:BuyRequest"/>
+    <informationTypes description="This is the information type CreditCheckInvalid" name="CreditCheckInvalid" typeName="" elementName="ca:CreditCheckInvalid"/>
+    <informationTypes description="This is the information type CreditCheckOk" name="CreditCheckOk" typeName="" elementName="ca:CreditCheckOk"/>
+    <informationTypes description="This is the information type CreditCheckRequest" name="CreditCheckRequest" typeName="" elementName="ca:CreditCheckRequest"/>
     <informationTypes description="This is the information type IDType" name="IDType" typeName="xsd:string"/>
     <informationTypes description="This is the information type URITokenType" name="URITokenType" typeName="xsd:anyURI"/>
     <tokens description="This is the token ID" name="ID" informationType="//@typeDefinitions/@informationTypes.6"/>



More information about the savara-commits mailing list