[
Lists Home |
Date Index |
Thread Index
]
I think..Michael you are right. Infact I using the same too.
Thanks Michael and Joseph.
regards,
-Ranjan
My publication
http://www.webservicesolympus.com/articles/HybridModelPartOne.html
-----Original Message-----
From: Michael Kay [mailto:mike@saxonica.com]
Sent: Monday, December 06, 2004 6:27 PM
To: 'Chiusano Joseph'; Baisak, Ranjan; xml-dev@lists.xml.org
Subject: RE: [xml-dev] Schema: decimal data type with blank value
Or if you don't want to change the instance documents, specify the data
type as the union of xs:decimal and z:emptyString, where z:emptyString
is a user-defined simpleType that derives from xs:string and restricts
the value to be zero-length (e.g. by using the length facet).
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>
>
>
|