XML Schema Summary ¶
This tutorial has shown you how to describe the structure of an XML document.
You have learned how to use XML Schema to define legal elements of an XML document, just like DTD. We believe that XML Schema, as a replacement for DTD, will soon be used in most Web applications.
You have also learned that XML Schema is perfect. Unlike DTD, XML Schema supports data types (data type) and namespaces (namespace).
Please refer to our XML Schema 参考手册 For more information about XML Schema
Now that you have learned XML Schema, what will you learn next? ¶
The next step is to learn WSDL.
WSDL is a schema-based language that describes Web service and how to access them.
WSDL can describe Web service, along with the message format and protocol details for Web service.
If you want to learn more about WSDL, please visit our WSDL 教程 .