[
Lists Home |
Date Index |
Thread Index
]
Further to my other reply, another approach is to define the type as a
list-valued type with an itemType of xs:decimal and a maxLength of 1. (This
isn't precisely equivalent - this approach allows " " (a single space) as a
value.)
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Chiusano Joseph [mailto:chiusano_joseph@bah.com]
> Sent: 06 December 2004 12:23
> To: Baisak, Ranjan; xml-dev@lists.xml.org
> Subject: RE: [xml-dev] Schema: decimal data type with blank value
>
> One way to solve this is to use the xs:nil attribute - I
> would recommend
> looking into that.
>
> Kind Regards,
> Joseph Chiusano
> Booz Allen Hamilton
> Strategy and Technology Consultants to the World
>
>
> > -----Original Message-----
> > From: Baisak, Ranjan [mailto:ranjan_baisak@mentorg.com]
> > Sent: Monday, December 06, 2004 2:06 AM
> > To: xml-dev@lists.xml.org
> > Subject: [xml-dev] Schema: decimal data type with blank value
> >
> > Just wondering whether this can be possible.
> > One attricute of my schema is decimal. Initially this
> > contains blank value so parser throws validation error.
> > I cannot make validation off.
> > So is there any way to get rid of this error?
> >
> >
> > regards,
> > -Ranjan
> > My publication
> > http://www.webservicesolympus.com/articles/HybridModelPartOne.html
> >
> >
> > -----------------------------------------------------------------
> > 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://www.oasis-open.org/mlmanage/index.php>
> >
> >
>
> -----------------------------------------------------------------
> 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://www.oasis-open.org/mlmanage/index.php>
>
>
|