|
From: <pe...@us...> - 2004-01-12 22:39:19
|
Update of /cvsroot/neuclear/neuclear-pay/src/schemas
In directory sc8-pr-cvs1:/tmp/cvs-serv12929/src/schemas
Modified Files:
exch.xsd
Log Message:
Completed all the builders and contracts.
Added a new abstract Value class to contain either an amount or a list of serial numbers.
Now ready to finish off the AssetControllers.
Index: exch.xsd
===================================================================
RCS file: /cvsroot/neuclear/neuclear-pay/src/schemas/exch.xsd,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** exch.xsd 11 Jan 2004 00:39:06 -0000 1.4
--- exch.xsd 12 Jan 2004 22:39:15 -0000 1.5
***************
*** 3,6 ****
--- 3,11 ----
$Id$
$Log$
+ Revision 1.5 2004/01/12 22:39:15 pelle
+ Completed all the builders and contracts.
+ Added a new abstract Value class to contain either an amount or a list of serial numbers.
+ Now ready to finish off the AssetControllers.
+
Revision 1.4 2004/01/11 00:39:06 pelle
Cleaned up the schemas even more they now all verifiy.
***************
*** 89,94 ****
<xs:complexType>
<xs:sequence>
- <xs:element ref="xfer:Value" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ExchangeTime" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ExchangeOrderReceipt" minOccurs="1" maxOccurs="1"/>
<xs:element ref="xfer:Comment" minOccurs="0" maxOccurs="1" />
--- 94,99 ----
<xs:complexType>
<xs:sequence>
<xs:element ref="ExchangeTime" minOccurs="1" maxOccurs="1"/>
+ <xs:element ref="xfer:Value" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ExchangeOrderReceipt" minOccurs="1" maxOccurs="1"/>
<xs:element ref="xfer:Comment" minOccurs="0" maxOccurs="1" />
***************
*** 101,105 ****
<xs:complexType>
<xs:sequence>
- <xs:element ref="xfer:Value" minOccurs="0" maxOccurs="1"/>
<xs:element ref="xfer:ValueTime" minOccurs="1" maxOccurs="1" />
<xs:element ref="ExchangeOrder" minOccurs="1" maxOccurs="1"/>
--- 106,109 ----
|