Before you begin
You
must have completed the following tasks:
Note: IBM® Integration Bus uses
XML Schema 1.0 to describe the logical structure of messages.
Tip: You should replace any deprecated constructs before generating
XML Schema representations of your models.
About this task
This task topic describes how to
generate an XML Schema from a message definition file:
Procedure
- Switch to the Integration Development
perspective.
- In the Application
Development view, right-click the message
definition file (*.msxd file extension)
from which you want to generate an XML Schema, then click on the menu.
- The Generate XML Schema window
is displayed, and the message definition file that you selected is
highlighted. The message definition file list is filtered to only
show artifacts in the active working set. If this is not the message
definition file from which you want to generate an XML Schema, select
the correct message definition file.
- Optional: From the drop down list at the bottom of the Generate
XML Schema window, select the XML Wire Format that you
want to use to generate the XML Schema.
Tip: You
must have previously added one or more XML Wire Format layers to a
message set if you want to use an XML physical format when you generate
XML Schema. For further information see
Message Sets: Adding an XML wire format.
- If you do not want strict generation of an XML Schema,
clear the Strict generation check box at the
bottom of the Generate XML Schema page. By
default, this check box is selected.
- Click Next to move to the next page
of the wizard.
- Select a destination folder for the XML Schema. You can
choose a location either inside or outside the workspace:
- Click Finish. Your XML
Schema is generated.
- Use the Application
Development view to locate the destination
folder that you specified for the generated XML Schema. This
folder contains a file with exactly the same name as your message
definition file with the file extension *.xsd.
This is the generated XML Schema. To view this file, right-click it,
then click Open on the menu. This opens the
schema editor.
Tip: The Design, Source or Graph tabs
located in lower-left corner of the schema editor provide you with
different views of generated XML Schema.