This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Friday, 7 November 2014
XML Schema
In
simple terms, XML schema describes the structure of the XML document.
XML
schemas are used to validate XML document. By using schema, JAXB binds given
xml document to java object.
No comments:
Post a Comment