What Should You Learn Next After Learning XML Schema?

XML Schema Overview

This tutorial has explained to you how to describe the structure of an XML document.

You have already learned how to use XML Schema to define the valid elements of an XML document, just like DTD. We believe that XML Schema, as a replacement for DTD, will be quickly applied to most web applications.

You also learned that XML Schema is very comprehensive. Unlike DTD, XML Schema supports data types (data type) and namespaces (namespace).

Please refer to our XML Schema Reference Manual, to get more information about XML Schema.

What Should You Learn Next After Learning XML Schema?

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 format and protocol details used for Web services.

If you want to learn more about WSDL, please visit our WSDL Tutorial.