[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XML Schema validation question

  • From: Jonathan Robie <jonathan.robie@r...>
  • To: "Rodriguez, Oscar" <orodriguez@i...>
  • Date: Tue, 18 Sep 2007 09:58:09 -0400

Re:  XML Schema validation question
You can create a datatype for integers between 1 and 100 like this:

<simpleType name='integer100'>
  <restriction base='integer'>
    <minInclusive value='1'/>
    <maxInclusive value='100'/>
  </restriction>
</simpleType>

Then use this type in your schema.

Jonathan


Jonathan

Rodriguez, Oscar wrote:
> Hi Pete and All -
>  
> I am trying to validate that a particular field is an integer (no 
> strings) with a limited numerical range.
>  
> Thanks for all the replies.
> - Oscar
>  
>  
>
> ------------------------------------------------------------------------
> *From:* Pete Cordell [mailto:petexmldev@t...]
> *Sent:* Tue 9/18/2007 7:07 AM
> *To:* Rodriguez, Oscar; xml-dev@l...
> *Subject:* Re:  XML Schema validation question
>
> Hi Oscar,
>
> If you are looking to specify an integer type with a restricted numerical
> range, then you can see an example of this in our XML schema introduction
> at:
>
> http://www.codalogic.com/lmx/xsd-overview.html#DefiningMoreRestrictedSimpleTypes
>
> HTH,
>
> Pete.
> --
> =============================================
> Pete Cordell
> Codalogic
> for XML Schema to C++ data binding visit
>  http://www.codalogic.com/lmx/
> =============================================
>
> ----- Original Message -----
> From: "Rodriguez, Oscar" <orodriguez@i...>
> To: <xml-dev@l...>
> Sent: Monday, September 17, 2007 11:28 PM
> Subject:  XML Schema validation question
>
>
>  OASIS Identity and Trusted Infrastructure Workshop at Burton
> Catalyst Europe, 22 October 2007Hi -
>
> 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?
>
> Thanks
> - Oscar
>



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.