0
Answer

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

Sreenath GV

Sreenath GV

11y
804
1
 
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