Sreenath GV

Sreenath GV

  • NA
  • 22
  • 39.6k

How to restrict XSD tag value to be ordered like 1,2,3

Nov 18 2013 7:39 AM
 
Hi,

How to restrict XSD tag value to be ordered like 1,2,3…to check XML.
Like...
<person>
        <jobid>1</jobid>
        <jobid>2</jobid>
        <jobid>3</jobid>
</person>
I want job ID to be in numerical order. How can I achive this in XSD.


Thanks
Sreenath