[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] XML Schema validation question
- From: Jonathan Robie <jonathan.robie@redhat.com>
- To: "Rodriguez, Oscar" <orodriguez@innoveer.com>
- Date: Mon, 17 Sep 2007 20:31:46 -0400
Rodriguez, Oscar wrote:
> Hi -
>
> Does anyone know the XSD syntax to validate that a field is a numeric
> and the decimal part has a range between 1 and 100?
I think you're looking for the decimal data type:
http://www.w3.org/TR/xmlschema-2/#rf-minInclusive
I'm not certain how you want to constrain it - do you want to ensure
that there are only two places after the decimal point? You can control
this with fractionDigits:
http://www.w3.org/TR/xmlschema-2/#dt-fractionDigits
You can also control the numeric range and the number of total digits,
as illustrated in the example in the section I just pointed you to. But
it's possible I haven't understood what you mean by "the decimal part
has a range between 1 and 100".
Jonathan
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]