How to add fields in the XML Schema Document ?

Hi,

We got a XML file from the Siebel with new fields added .when we loaded the file it did not added the updated fields in the schema document.
Then we manually added the fields in the IS document and created the XSD using the service WmPublic/pub.schema:createXSD
With the output of the service we have created the XSD document .Is this the valid approach to follow ?
Please suggest…

Thanks,
Amol.

XSD’s created by pub.schema:createXSD service will not be same as how you received it. Delete the document type and schema from Developer that was created initially and re-create the document type using the new xsd. You should see the newer attribute in the generated document.

-Senthil

You can add required fields in document type which is generated by schema…