[Migrated content. Thread originally posted on 11 April 2008]
I am in the beginning of the project involved establishing XML interface with our ACUCOBOL-GT application for processing XML documents we will receive in particular standard.We have samples of XML data files at
http://www.nemsis.org/softwareDevelopers/downloads/testCasesXMLSamples.html
and set of XSD that I download to my machine.
http://www.nemsis.org/softwareDevelopers/downloads/emsDataset.html
My first goal is to create correct FD/SL using xml2fd.
A Guide to Interoperating with ACUCOBOL-GT says that “You may need to locate the schema file on the Internet, download it onto your local development machine, and then point to it before you run the XML file through the utility.”
How to change schema references (Default NameSpace, NameSpace) in the XML file:
http://www.nemsis.org/media/XML/Full_XML_EmsDataSet_Sample_v2.2.1.xml
to have it correct? For example if I download XSD folder to C:\\NEMSIS3\\NEMSIS_XFDs_v2.2.1 on my computer.
Complex type element that contains other elements is:
C:\\NEMSIS3\\NEMSIS_XFDs_v2.2.1\\EMSDataSet.xsd
Are any changes that have to be done to downloaded XSD files?
Thanks,
Vitaly



