Re: [xml-dev] XML Schema Regex Pattern Question

From
Seairth Jacobs <>
To
xml-dev <>
Date
2003-02-14T20:44:08Z
ID
<00a901c2d469$d29f3920$a800a8c0@SeairthA31>
Thread
Re: [xml-dev] XML Schema Regex Pattern Question
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


----- Original Message -----
From: "Chiusano Joseph" <>
To: "Bullard Claude L (Len)" <>
Cc: "Xml-Dev (E-mail)" <>
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>