You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2003/05/29 21:38:27 UTC

DO NOT REPLY [Bug 20336] New: - unique - schema rule not handled.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20336>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20336

unique -  schema rule not handled.

           Summary: unique -  schema rule not handled.
           Product: Xerces2-J
           Version: 2.0.2
          Platform: HP
        OS/Version: HP-UX
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: DOM
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: rgovind1@telcordia.com
                CC: rgovind1@telcordia.com


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>

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org