http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2347 *** shadow/2347 Wed Jun 27 00:47:57 2001 --- shadow/2347.tmp.571 Wed Jun 27 00:47:57 2001 *************** *** 0 **** --- 1,24 ---- + +============================================================================+ + | xerces fails if type of element in substitution group is not directly deri | + +----------------------------------------------------------------------------+ + | Bug #: 2347 Product: Xerces-J | + | Status: NEW Version: 1.4.1 | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Linux | + | Priority: Other Component: Schema-Structures | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + In a substitution group, the type of an element must be the same type + as the head element or it must be derived from the type of the head. + Xerces rejects the case where the type is not directly derived from the type of + of the head, i.e. : + + head element's type is T0 + element's type in the substitution group is T2 + T2 is derived from T1 which is derived from T0 \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
