← Prev in month
← Prev in thread
XSD Validating unknown number of attributes from 1 to N
Hi!
I need to validate the following xml structure:
...
<element id="1" link1="xyz" link2="xyzz" />
...
There can be from link1 attr to anyone desired.
How could I achieve that using XSD?
Best regards!
/Pedro
← Prev in month
← Prev in thread