hi,
i'm getting a warning which says that identity constraint is not declared in the <keyref > tag.
Can any1 pls help?
thanks in advance.
part of the xml schema :-
<xsd:key name = "PK_CounterPart y">
<xsd:selecter xpath =".//Counter_Party_C ID"/>
<xsd:field xpath = "CompID"/>
</xsd:key>
<xsd:keyref name = "CounterParty_C PID" refer="PK_Count erParty">
<xsd:selecter xpath =".//Counter_Party"/>
<xsd:field xpath = "CPID"/>
</xsd:keyref>
i'm getting a warning which says that identity constraint is not declared in the <keyref > tag.
Can any1 pls help?
thanks in advance.
part of the xml schema :-
<xsd:key name = "PK_CounterPart y">
<xsd:selecter xpath =".//Counter_Party_C ID"/>
<xsd:field xpath = "CompID"/>
</xsd:key>
<xsd:keyref name = "CounterParty_C PID" refer="PK_Count erParty">
<xsd:selecter xpath =".//Counter_Party"/>
<xsd:field xpath = "CPID"/>
</xsd:keyref>
Comment