S
Sami Ather
does anybody knows how to put a restrcition on a complexType with an
attribute.
eg we have a tag score and there is an attribute round for this tag.
round attribute can have values from 1 to 9 and based upon round
number we have different upper limit for scores like
<score round="1">256</score> # maximum score for round 1 can be 256
<score round="2">128</score> # maximum socre for round 2 can be 128
<score round="3">56</score> # maximum score for round 3 can be 56
!!!!
attribute.
eg we have a tag score and there is an attribute round for this tag.
round attribute can have values from 1 to 9 and based upon round
number we have different upper limit for scores like
<score round="1">256</score> # maximum score for round 1 can be 256
<score round="2">128</score> # maximum socre for round 2 can be 128
<score round="3">56</score> # maximum score for round 3 can be 56
!!!!