- Apr 30, 2005
- 81
- 0
- 66
Hi,
Can someone show me how to define an XSD type that matches the following XML:
<!-- List is restricted to 3 integer elements -->
<tag some_attribute="xyz">1 10 100</tag>
I can define it fine without the attribute or if I move the list into an attribute, but the above syntax has me stumped.
Cheers.
Can someone show me how to define an XSD type that matches the following XML:
<!-- List is restricted to 3 integer elements -->
<tag some_attribute="xyz">1 10 100</tag>
I can define it fine without the attribute or if I move the list into an attribute, but the above syntax has me stumped.
Cheers.