[xsd-users] CodeSynthesis - Namespaces and schemas

Lyndon mail.lyndon at gmail.com
Wed Feb 1 18:19:01 EST 2012


Hi Andrew,

I'm a bit new to xsd myself, but I think I know how to fix the prefix part
of your problem.

I believe you have to define an empty map e.g.
map[""].name = "name";
map[""].schema = "schema";

But this will create the xmlns="name schema" in your xml.

For more info, take a look at these sections of the manuals:

Getting started guide:
http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/guide/#6.1

Manual
http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#4.2


More information about the xsd-users mailing list