U
unishippers.suckfeed.newshosting.com
Hi,
I am wondering what is the best way to express a group of sub-elements not
required to be in any order?
so...
<person>
<height/>
<weight/>
</person>
or
<person>
<weight/>
<height/>
</person>
....are both valid when validated by the XSD Schema file.
Thanks ahead of time,
Jason
I am wondering what is the best way to express a group of sub-elements not
required to be in any order?
so...
<person>
<height/>
<weight/>
</person>
or
<person>
<weight/>
<height/>
</person>
....are both valid when validated by the XSD Schema file.
Thanks ahead of time,
Jason