[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: Serializing namespaces on the xsd schema level

Ravi,
Try the following: set up the prefix/namespace map information for your schema by making the following API calls:


schema.getQNamePrefixToNamespaceMap().put("xsd", org.eclipse.xsd.util.XSDConstants.SCHEMA_FOR_SCHEMA_URI_2001);

schema.setSchemaForSchemaQNamePrefix("xsd")