[Home] [By Thread] [By Date] [Recent Entries]

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

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]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member