Quantcast
Viewing all articles
Browse latest Browse all 32057

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

 
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

Viewing all articles
Browse latest Browse all 32057

Trending Articles