Hi All,
I have defined a UNIQUE constraint for my schema and the constraint is not validated when I parse the XML.
Any light on this?
<xs:unique name="mykey">
<xs:selector xpath="Item"/>
<xs:field xpath="item"/>
</xs:unique>
Mani
Hi All,
I have defined a UNIQUE constraint for my schema and the constraint is not validated when I parse the XML.
Any light on this?
<xs:unique name="mykey">
<xs:selector xpath="Item"/>
<xs:field xpath="item"/>
</xs:unique>
Mani