R
Ranjit
Hi,
This may be quite a dumb question but I have not been able to address
this convincibly. How can I specify restrictions on basic data types in
my xml?
I did some search and came across Schema Component Constraints such as
minInclusive, maxExclusive etc.
But I was wondering if I could refer to them in my xml.
e.g.
<RAM>
<minInclusive>512</minInclusive>
</RAM>
-OR-
<cost maxExclusive = "1000"/>
or something similar.
Can this be done?
TIA
This may be quite a dumb question but I have not been able to address
this convincibly. How can I specify restrictions on basic data types in
my xml?
I did some search and came across Schema Component Constraints such as
minInclusive, maxExclusive etc.
But I was wondering if I could refer to them in my xml.
e.g.
<RAM>
<minInclusive>512</minInclusive>
</RAM>
-OR-
<cost maxExclusive = "1000"/>
or something similar.
Can this be done?
TIA