Question regarding xsd
- by Hima
I have an application which reads the data from the database, creates an object out of the data, marshalls it into an xml and enqueue the xml to a queue which is producer. The xml is dequeued from the queue by a consumer.
I need to use xsds at two different places.
For database access while reading the data from the database and
For interaction between producer and consumer
Can the same xsd be used in both the cases? Or do I need to use different xsds?