[
Lists Home |
Date Index |
Thread Index
]
And that could be easily fixed by changing it to :
"NN|NB|BB|0[1-9]|[1-9][0-9]"
(the "99" isn't necessary, since it's encompased by the "[1-9][0-9]")
---
Seairth Jacobs
seairth@seairth.com
----- Original Message -----
From: "Chiusano Joseph" <chiusano_joseph@bah.com>
To: "Bullard Claude L (Len)" <clbullar@ingr.com>
Cc: "Xml-Dev (E-mail)" <xml-dev@lists.xml.org>
Sent: Friday, February 14, 2003 3:33 PM
Subject: Re: [xml-dev] XML Schema Regex Pattern Question
> Yes, however it also allows a value of "00" which you may not intend.
>
> Joe Chiusano
> Booz | Allen | Hamilton
>
> "Bullard, Claude L (Len)" wrote:
> >
> > Is this legal?
> >
> > <xsd:simpleType name="AGE"><!-- Age -->
> > <xsd:restriction base="xsd:string">
> > <xsd:pattern value="NN|NB|BB|99|[0-9]{2}" />
> > <!-- NN = Under one day (NewNate); NB = New born 1-6 days; BB = Baby
7-364 days; 99 = Over 98 years old -->
> > </xsd:restriction>
> > </xsd:simpleType>
> >
> > len
> >
> > -----------------------------------------------------------------
> > The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> > initiative of OASIS <http://www.oasis-open.org>
> >
> > The list archives are at http://lists.xml.org/archives/xml-dev/
> >
> > To subscribe or unsubscribe from this list use the subscription
> > manager: <http://lists.xml.org/ob/adm.pl>
----------------------------------------------------------------------------
----
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
|