You Have Learned XML Schema, What's Next?
XML Schema Overview
This tutorial has explained how to describe the structure of an XML document.
You have learned how to use XML Schema to define the legal elements of an XML document, similar to DTDs. We believe that XML Schema, as a replacement for DTDs, will soon be applied in most web applications.
You have also learned that XML Schema is comprehensive. Unlike DTDs, XML Schema supports data types and namespaces.
Please refer to our XML Schema Reference Manual for more information on XML Schema.
You Have Learned XML Schema, What's Next?
The next step should be to learn WSDL.
WSDL is a schema-based language used to describe web services and how to access them.
WSDL can describe web services, along with the message formats and protocol details for the web services.
If you wish to learn more about WSDL, please visit our WSDL Tutorial.