Patterns and Decimal

Hi,

When I use the patterns bellow the third pattern is ignored. Can somebody tell me  why?

Thank you

daniella

   <xsd:simpleType>
   <xsd:restriction base = "xsd:decimal">
    <xsd:totalDigits value = "11"/>
    <xsd:fractionDigits value = "3"/>    
    <xsd:pattern value = "[0-9][.][0-9]*"/> 
    <xsd:pattern value = "[1-9][0-9]*[.][0-9]*"/>
    <xsd:pattern value = "[1-9][0-9]*"/>
   </xsd:restriction>
  </xsd:simpleType>




---------------------------------
With Yahoo! Mail you can get a bigger mailbox -- choose a size that fits your needs

Received on Thursday, 27 February 2003 05:46:39 UTC