http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2451 *** shadow/2451 Thu Jul 5 01:03:29 2001 --- shadow/2451.tmp.29793 Thu Jul 5 01:03:30 2001 *************** *** 0 **** --- 1,28 ---- + +============================================================================+ + | ur-type "anyType" doesn't work | + +----------------------------------------------------------------------------+ + | Bug #: 2451 Product: Xerces-J | + | Status: NEW Version: 1.4.1 | + | Resolution: Platform: Sun | + | Severity: Normal OS/Version: Solaris | + | Priority: Other Component: Schema-Datatypes | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + The anyType type declaration works only within <complexContent> + but not as a simpleType. F.e. the example given in XMLSchema-0, 2.5.4 + does not work with xerces. + + <xsd:element name="anything" type="xsd:anyType"/> + + [Error] b.xml:3:44: Schema error: type not found : + http://www.w3.org/2001/XMLSchema:anyType. + + PS: anySimpleType doesn't work too. + + Regards Joerg Vogel, German Aerospace center --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
