Problems while creating document type from xsd schema

Hi,

We are using xcbl 3.5 standards for document type definitions. I want to create a document type for ApplicationResponse type but after creating a document type from schema definition for ApplicationResponse each element in document contains ns prefix at the start like “ns:ApplicationResponse”.

How can I avoid this ?. I have attached the xsd file and the image file.
We are using webM6.5
attach.zip (33.1 KB)

Your XML schema has a default namespace defined as well as the elementFormDefault parameter set to qualified which means local elements must be namespace qualified when referenced. The webMethods IS import is using explicit prefixes on the elements which conforms to your XML schema.

If you don’t want the elements namespace qualified as defined in your schema, then you should change the schema to not required namespaces on local elements.