Next in thread → Next in month →

Re: [xml-dev] valid data-types?

From
<>
To
shadab <>
Date
2003-04-23T08:56:53Z
ID
<>
Thread
Re: [xml-dev] valid data-types?
"shadab" <> writes:

>     <xsd:simpleType name="fixed.14.4">
>         <xsd:restriction base="xsd:decimal">
>             <xsd:scale value="4"/>
>             <xsd:precision value="18"/>
>             <xsd:pattern value="(\+|-)?\d{0,14}(\.d{0,4})"/>
>         </xsd:restriction>
>     </xsd:simpleType>

The facets in the published REC are totalDigits and fractionDigits --
scale and precision are not supported.

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
                      Half-time member of W3C Team
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: 
		     URL: http://www.ltg.ed.ac.uk/~ht/
 [mail really from me _always_ has this .sig -- mail without it is forged spam]
Next in thread → Next in month →