How to handle Currency

Greetings,
 
I have an XML document that stores currency amounts with all punctuation
(eg. $1,234.00). A primitive data type will not work for this (other than
string). Is there a way to validate an amount greater than $0.00 ? Should I
use a pattern facet ?
 
Phil
 

Received on Tuesday, 19 February 2002 06:40:06 UTC