[
https://issues.apache.org/jira/browse/XERCESJ-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Glavassevich resolved XERCESJ-736.
------------------------------------------
Resolution: Incomplete
This is a five year old Bugzilla issue against Xerces 2.0.2. Neil Delima
couldn't reproduce the problem and the reporter never responded with a test
case or any other comments. Without any feedback from the reporter it's not
possible to make any progess on this issue (assuming there's still a problem
here or that there ever was a problem).
> unique - schema rule not handled.
> ----------------------------------
>
> Key: XERCESJ-736
> URL: https://issues.apache.org/jira/browse/XERCESJ-736
> Project: Xerces2-J
> Issue Type: Bug
> Components: XML Schema 1.0 Structures
> Affects Versions: 2.0.2
> Environment: Operating System: HP-UX
> Platform: HP
> Reporter: Raghuraman Govindaraj
>
> I have my schemas defined with xs:unique constraints. When I run it through
> my
> xerces (2.0.2) validator it is not getting validated.
> I tried it with 2.4.1 and basically it was also not validating it.
> Can you please let me know if there is a version that supports it.
> Segment of my unique defenition.
> <xs:unique name="ACI_REFNUM_unique">
> <xs:selector xpath=".//*/ACI"/>
> <xs:field xpath="REFNUM"/>
> </xs:unique>
> <xs:unique name="MSL_REFNUM_unique">
> <xs:selector xpath=".//*/MSL"/>
> <xs:field xpath="REFNUM"/>
> </xs:unique>
> <xs:unique name="VC_VCNUM_unique">
> <xs:selector xpath=".//*/VC"/>
> <xs:field xpath="VCNUM"/>
> </xs:unique>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]