One of the major things missing from version 1 is the ability to define new atomic types as a combination of existing types. As an example, the construction of a "currency" type that might consist of the two simple atomic types: eg. currencycode: string, restricted to "£", "$" etc. currencyval : decimal, 2 fractional digits -> currency : union of: currencycode & currencyval So, this new atomic type would permit values such as £27.20 and $7.01 but would reject both "£" and "15.88" and "15.1" etc. Comments would be welcome.Received on Wednesday, 5 June 2002 04:39:39 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Sunday, 6 December 2009 18:13:01 GMT