EDN Admin
Well-known member
Hi
I have an XML which has a dynamic number on elements.
I also dont know the names of the elements
I want to verify using an XSD file that for each child node, no element will repeat himself
meaning, the following is illegal.
<child1>
<a> b
<a> c
<child1>
what should I write inside the XSD file?
Thanks <hr class="sig Tsahi Bar
View the full article
I have an XML which has a dynamic number on elements.
I also dont know the names of the elements
I want to verify using an XSD file that for each child node, no element will repeat himself
meaning, the following is illegal.
<child1>
<a> b
<a> c
<child1>
what should I write inside the XSD file?
Thanks <hr class="sig Tsahi Bar
View the full article