How to convert cXML dtd files into xsd format and use them into BPEL application

Hi,
In my BPEL application I have to use cXML dtd files by converting them into xsd format.
I have used 'Microsoft Visual Studio' for converting cXML.dtd file into xsd format, for this 1 dtd file I am getting three xsd files (cXML.xsd, cXML1.xsd and cXML2.xsd).
Please check this once and let me know
1. why I am getting three xsd files for one dtd file,
2. how can I use cXML.xsd file in my application, do I ll have to use all the three files in my BPEL app and
3. what should I include in main xsd file (cXML.xsd) to import other two xsd files.
kindly check this once and let me know your suggestions .
Thanks

Hi,
While downloading the cXML dtd there will be example xml files. Using this xml's we can generate xsd.
Regards,
KANN.

Similar Messages

  • Hi, i purchased a 2 dvd digital set. i cant just download it straight to my ipad. they said i have to down load it to my i tunes, then can transfer to i pad. im not seeing how to click the files from my email, and get them into the i tunes acct... ugh.

    hi, i purchased a 2 dvd digital set. i cant just download it straight to my ipad. they said i have to down load it to my i tunes, then can transfer to i pad. im not seeing how to click the files from my email, and get them into the i tunes acct... ugh.
    i do not have a mac home pc. just a regular pc

    I had the same problem after I gave my old iPad to my parents and tried to install Netflix. This is what you have to do:  Open iTunes on your computer, the one you sync your iPad to. Then go to iTunes Store and search for and download Netflix app. After you download it, if your iPad is set to download new purchases it may start downloading on your iPad. If so, tap and hold to delete the app (because it is trying to install the new version on the iPad) Next step, go to the App Store on your iPad and find Netflix and it should say install since you already purchased it on the computer. Tap to install, and it will say the version is not compatible, tap to download a previous version. Click that and it will install the older version!    One more thing, if and when you sync to your computer again it will say something like " Unable to install Netflix on your iPad" Just click the box to never remind you again, because it's trying to sync the newer Netflix app to your iPad, but it doesn't work so it displays the message. The old app will remain on the ipad. Hope this helps, good luck

  • How can you pull in pdf's from iBooks and bring them into the Box app?

    How can you pull in pdf's from iBooks and bring them into the Box app?

    That sounds great, but I'm lost.
    I followed these steps:
    1) Open your PDF (in Adobe Acrobat Pro)
    2) Chose print
    The print/printer options pop-up will show.
    3) In the printer section, do not use your normal printer, a printer named Adobe PDF should be an option. Chose it.
    4) Under the "Page handling" section, change the Page Scaling drop-down menu to "Multiple pages per sheet".
    It works fine, but it looses all of the font information and the search no longer works. How can you do it and save the font info, so the search tool continues to operate.
    Am I missing anything?

  • How do I convert a FrameMaker file containing both Portrait and Landscape pages into PDF?

    I have recently converted to FrameMaker 9 and Acrobat 9. In the FrameMaker manual I am creating, most of the pages have Portait orientation, but some have Landscape orientation. However, when I convert the manual to PDF using Acrobat Distiller, the Landscape pages become Portrait. This wasn't a problem when I converted the manual into PDF in previous versions of Acrobat Distiller, it appeared after I installed Acrobat 9. In other words, the FrameMaker file has worked before. I have also tried this on three different computers to make sure the computer is not the problem. Does anybody have any ideas that I could try to make this work?

    Jorunn, did you ever resolve this problem? If not, I've got a solution for you.
    In FrameMaker, select the book you want to create a PDF of, click File > Print, and select Adobe PDF as your printer.
    Click Properties and make sure you have the selections you want.
    Back on the Print Setup dialog, leave the Paper and Orientation as both Letter and Portrait respectively.
    On the Print Book dialog, select Print to File and browse to the correct location. Make certain to save this as a PostScript file (name.ps) and at the Safe Book As field, you want Single File selected.
    Again on the Print Book dialog, click the checkbox for Generate Adobe Data and click PDF Setup. On the PDF Setup for Selected Files dialog, at the PDF Job Options, select Press Quality or make the appropriate choices for your situation for Settings, Bookmarks, Tags, and Links.
    With Adobe Distiller open, File > Open and browse to the .ps file you indicated earlier. Also verify your Default Settings for the PDF are correct. When Distiller is finished, you can double-click the PDF file to open it and check that your portrait and landscape pages show correctly.

  • How to convert CSV/Text files to XML format

    Hi,
    I am trying to convert a .csv/.txt(Flat) file(s) to XML format. How can i achive this?
    Ex: I want to convert this text file to XML.
    Book#      first name                                last name                               ID#                 ID1#      F#
    B99          FRISBY                                  NASIER                                  LUCJ A         A 3127      1    
    B131         HAWKINS                              MICHAEL                               LUCJ A         A 3129       2    
    B313         KING                                     JOSHUA                                 CUCJ I         I-DORM      10   
    B307         GRAVES                               KIMBERLY                              NUCJ F         F-DORM     24-FL
    R469         HEATH                                  DARRELL                                SUCJ A         A 3132       1    
    R212         PEREZ                                  DARRELL                                SUCJ A         A 3133       2    
    R62          COFFEY                                GREGORY                               NUCJ HC      H C 3112    3FLOOR
    R215         BLACKWELL                          DEREK                                   LUCJ OOW     W 01       1     Could anyone please suggest me if we have any open source java api to acheive this?
    Thanks,
    Srikanth.

    Have a look at [http://servingxml.sourceforge.net/|http://servingxml.sourceforge.net/] or [http://www.talend.com/|http://www.talend.com/]

  • How to extract data from a dummy email address and insert them into APEX db

    Hi All,
    I am developing a project management system on APEX 4.1.0.00.21.
    A very important function for the system will be - one sends an email in certain format to a dummy email address, then some data will be extracted from the email based on the pre-defined format and inserted into the database my APEX application is using.
    Any idea on how I can make it happen please?
    Thanks,
    Christine

    A very important function for the system will be - one sends an email in certain format to a dummy email address, then some data will be extracted from the email based on the pre-defined format and inserted into the database my APEX application is using.
    Any idea on how I can make it happen please? I agree that this is not really an Apex question, but a more general PL/SQL question.
    There are many approaches, all boiling down to one of these two:
    1) Push: Some process in the mail server sends/forwards information to your database when new mail arrives.
    The language/tools used to do this, and the way it would connect to your database, depends on your environment (what is your operating system? mail server? existing middleware/tools? security protocols used? etc.).
    2) Pull: Some process in the database contacts the mail server and polls for new information.
    Ie. some PL/SQL code would communicate with the mail server. Again, it depends on your environment (what is your operating system? mail server? existing middleware/tools? security protocols used? etc.).
    For example, if you are using Exchange 2007 or newer, it has a web services API:
    http://msdn.microsoft.com/en-us/library/dd877045.aspx
    The challenge here will be to build the correct SOAP requests from PL/SQL, and to handle the security protocols used.
    - Morten
    http://ora-00001.blogspot.com

  • How can I copy cookies about some web site and paste them into a program's header?

    You may know the programme called Teleport Ultra which allows us to download an entire web site and browse offline. There is a forum I want to download but it doesn't allow to see the pages without logging in. So I want to take the cookies after I log in to site, and put them to the programme. How can I do?
    PS: I have to re-create it like "cookie: name1=value1 name2=value2;" in the program

    *Cookie Exporter: https://addons.mozilla.org/firefox/addon/cookie-exporter/

  • How can I batch convert Page Documents to the Doc format, and keep them in the same folder?

    I have hundreds of Page documents in a folder structure for school that all need to be converted, but remain within the folder structure. Are there any scripts or methods to make this task easier before I go by this one-by-one?

    If you seriously expect an answer you'll need to give more information than the rather vague "can't"s so far.
    What version of Pages on what version of OSX?
    What exactly are the messages you are getting?
    Which scripts have you tried?
    Have you tried Automator and Smart Folders?
    Peter

  • How can I take data from multiple pages documents and put them into a numbers table?

    I produce invoices in pages, with dates, invoice numbers, references and amounts due. I want to take all this data from multiple documents and transfeer it to a single numbers table. Is this possible and if so, how do I do it. I know I can do it the other way round with mail merge but I can't figure out how to do it this way round?
    Thanks,
    Keith

    The data is spread throughout a pages document in specific areas here's a copy of an invoice for you to have a look at.

  • How do you copy the templates from another webstie and use them as your own?

    Hi Everyone, I was told that with Dreamweaver it is possible to copy another websites templates? What are the steps in copying another websites template with Dreamweaver? I would like to know I am a newbie when it comes to this program so please make your statement understandable for me, thanks. Also, I am having problems creating a drop down menu for each of my web pages. When I go to highlight a specific box on my homepage I want the dropdown menu to appear vertically and not horizontally. I may have missed something when watching the video tutorials or I didn't quite understand what they meant. Thank you for any information on the series of questions that I have asked in this new thread.

    Hi Everyone, I was told that with Dreamweaver it is possible to copy another websites templates? What are the steps in copying another websites template with Dreamweaver?
    This is difficult to understand.   How are you copying templates from another site?
    If you have all the files that make up the template, then it's only a matter of saving all the files to a folder on your hard drive and setting up a site definition pointing to this folder.  You then work on the files as usual.
    Also, I am having problems creating a drop down menu for each of my web pages. When I go to highlight a specific box on my homepage I want the dropdown menu to appear vertically and not horizontally. I may have missed something when watching the video tutorials or I didn't quite understand what they meant. Thank you for any information on the series of questions that I have asked in this new thread.
    Without seeing the page it's difficult to judge what your problem is.  If possible, please upload the files to a remote server and provide a link to the page. It's the only way people can help - if they see your page in action.
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • Convert the XML file into XSD format?

    Hello All,
    I got XML file and i need to convert into XSD format and import it into PI system, so no need to create the structure.
    Please let me know how to convert XML format into XSD format.
    Regards,
    chinna

    Hi ,
    You can use Altova XML Spy software. There just open the xml file and goto Menu bar DTD/Schema there you have an option like Genrate DTD/Schema  click on it and press ok, Then it will ask you for location to store xsd select Desktop or some folder.
    .xsd will be created. and you can import that.
    Thanks.

  • How to convert internal table data to PDF format

    HI,
         I have an internal table data having one field with 255 chars. length.I want to send that intenal table data as attachemnt with external mail. i am thinking of converting that data into PDF format and use the FM to send the mail. How to convert internal table data to PDF format.
    Kishore

    In which format is your data in the internal table currently. Is it returned by a smartform/script or its just data fetched from some database table into an internal table. Since its obvious that the data should appear in the PDF with some Layout, you should be using smartform to format the data properly. See the Link
    Smartform to PDF to EMAIL
    This shows convertion of smartform to pdf and send it through email
    Regards,
    Abhishek

  • Made the mistake of upgrading to Lion before converting my Quicken file to QIF format.  Any suggestions??

    Made to mistake of upgrading to Lion before converting my QUicken File to QIF format needed to import into iBank or other similar apps. Any suggestions??
    Left high and dry by Apple and Intuit.

    moranpc wrote:
    Made to mistake of upgrading to Lion before converting my QUicken File to QIF format needed to import into iBank or other similar apps. Any suggestions??
    Left high and dry by Apple and Intuit.
    Your Quicken files should already be in the correct format.  Can't remember details because I converted some time ago and no longer have my old files.
    Can't understand your comment about being left "high and dry."  It's been common knowledge for six months that Lion won't support PPC applications and it's been common knowledge for several years that Intuit is abandoning the Mac.
    I will warn you that, even if you are able to convert now, the conversion does produce errors.

  • How do I take the photos on my iPhone and transfer them to iTunes on my desk top

    How can I take my photos on my iPhone and transfer them into my iTunes on my desk top computer.  When I back up my phone with iTunes everything transfers over but my photos.  Any ideas?

    You don;t transfer them to itunes.
    You import them to your computer as you would with any digital camera:
    iOS: Importing personal photos and videos from ... - Support - Apple

  • How to convert a PDF file into a full editable WORD file?

    Hi,
    I tried to convert a pdf file into word but it is not fully editable. I can edit the title from the main page and that's it. The rest of the word document is saved as image. I tried editing teh pdf file but that one is not working either.
    Please help on how to convert a PDF file into a full editable WORD file.
    Thank you

    Not all PDF files are created equal.  When a PDF file is created with Adobe Tools it is usually "tagged" with information about the fonts the images, the layout etc...    This way when the PDF is saved to a new format like PPT or DOC then the results are usually usable.  However, if you have a PDF file that was not tagged for some reason then run the Accessibility tools on the PDF to acquire some basic tagging.  This may get you a better result.  Also if you have a PDF that is an image, then you may want to run OCR on it.

Maybe you are looking for

  • How to track the flow of Sharepoint SSRS report requests to troubleshoot slowness

    How to track the flow of requests of Integrated SSRS report links in Sharepoint. We are using SSRS with Sharepoint for reporting purpose. The issue is some of the reports get generated fast and some other reports generation is very slow. When the sql

  • Adobe AIR won't install - Windows 7 Home Premium x64

    Im just going to copy and paste a previous discussion I saw, simply because, everything is the same with me. "Sorry, an error has occurred. An error occurred while  installing Adobe AIR. Installation may not be allowed by your  administrator. Please

  • Excise duty on inventory transfer to non excisable warehouse and its sale

    Hi,          Can anybody help me to map mentioned scenario; Inventory transfer from Excisable warehouse to Non excisable warehouse, subsequent creation of excise invoice, how debit in excise clearing account can be cleared. How to include value of ex

  • Collection of information by Safari

    I have heard that in addition to recording information regarding internet activity in the cache that can be emptied by the commands in the Safari window, "Empty Cache" or 'Reset Safari", that Safari also records this information somewhere else and th

  • Multiple record and fetch with 5112

    Hallo, I want to configure a PXI5112 for multiple record aquisition. I want to poll the card with the RecordsDone property. This information I want to use as a ForLoop counter to fetch all records one by one. 1) Is this a good and possible way? 2) Wh