cancel
Showing results for 
Search instead for 
Did you mean: 

Use of the XSD Schema obtained form xomlite45.jar

Former Member
0 Kudos

Hi xperts,

Please throw some light on the uses of the XSD schema generated using the xomlite45.jar.

Regards,

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

GabrielSagaya
Active Contributor
0 Kudos

Hi

The application xomLite45.jar is used according to the following syntax:

c:\Java\bin>Java –jar xomLite45.jar MyFile.xml

The target file will be called MyFile.xsd and is stored in the same directory where

MyFile.xml is.

with regards

Gabrieil

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vijayasarathy,

Xomlite jar file is a java file used to produce an XML schema definition which is required to syndicate data in the XML format.

the repository schema that we export from the console repository is not in the exact standard format so as to get the repository schema definition for this purpose we use xomlite which use the export schema from MDM as an input to Xomlite then xomlite generates a XSD this can then be used to create a schema.

Data can now be syndicated in the XML format from MDM.

Regards

Simona Pinto

Former Member
0 Kudos

hi,

We use the XSD shcema file in the syndicatior. When you are syndicating the records in syndicator to client systems in the XML format, we have to use the XSD schema, the fileds in the XSD schema will be the Destination fileds. And we will map source fields to destination fields and we do syndication.

hope this may help you,

Regards,

srinivas