R
Robert Dailey
Hi,
I'm curious as to how you can specify that a "value" is to be a
number, float, etc? So far the only thing I see that you can do is:
<value type="string"/>
What about
<value type="integer"/>
Of course, the "integer" is invalid. Is there a way to restrict an
attribute value to a number? Float? etc. Also is there a way to say
that the number type has to be between a specific range. Say 0-50?
Thanks.
I'm curious as to how you can specify that a "value" is to be a
number, float, etc? So far the only thing I see that you can do is:
<value type="string"/>
What about
<value type="integer"/>
Of course, the "integer" is invalid. Is there a way to restrict an
attribute value to a number? Float? etc. Also is there a way to say
that the number type has to be between a specific range. Say 0-50?
Thanks.