Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Problems with: xsdSchema.setSchemaForSchemaQNamePrefix("xsd:")
Problems with: xsdSchema.setSchemaForSchemaQNamePrefix("xsd:") [message #572869] Fri, 13 June 2003 14:59
Eclipse UserFriend
Originally posted by: rsb.ppi.de

Hi there,

i am gettin errors while setting a prefix.

---[my Code]--
XSDSchema xsdSchema = XSDFactory.eINSTANCE.createXSDSchema();

xsdSchema.setElementFormDefault(XSDForm.QUALIFIED_LITERAL);

xsdSchema.setAttributeFormDefault(XSDForm.QUALIFIED_LITERAL) ;


xsdSchema.setSchemaForSchemaQNamePrefix("xsd");

-- [end my code]--

and now to the errors (some part in german ???)

org.w3c.dom.DOMException: NAMESPACE_ERR: Es wurde versucht, ein Objekt auf
eine Weise zu erstellen oder zu
Previous Topic:Synthetic Particle
Next Topic:Local Cache of Schemas
Goto Forum:
  


Current Time: Thu Apr 25 20:15:08 GMT 2024

Powered by FUDForum. Page generated in 0.02552 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top