I have a given XSD and corresponding XML. The constant data in the XML is acting as rules based on which I need to process the input. I am looking for a way I can parse the XML (using the provided schema) at the time of starting application and have the constant data objects thus generated be loaded in the spring context.I have a given XSD and corresponding XML. The c