Home Freemagazine Issue8 XML Schema



XML Schema
Posted on: October 11, 2010 at 12:00 AM
XML Schema is a W3C Standard. It is an XML-based alternative to DTDs. It describes the structure of an XML document.

XML Schema

       

 

  1. Introduction to XML Schema
    XML Schema is a W3C Standard. It is an XML-based alternative to DTDs. It describes the structure of an XML document. The XML Schema language is also referred to as XML Schema Definition (XSD). In this section, you will learn how to read and create XML Schemas, why XML Schemas are more powerful than DTDs and how to use them in your application. Very soon XML Schemas will be used in most Web applications as a replacement for DTDs.
     
  2. Features of XML Schemas
    XML Schemas Support Data Types One of the greatest strengths of XML Schemas is its support for data types. With support for data types:
    • It is easier to describe allowable document content
    • It is easier to validate the correctness of data
    • It is easier to work with data from a database
    • It is easier to define data patterns (data formats)
    • It is easier to convert data between different data types

 

Read more information at:

http://www.javajazzup.com/issue8/page16.shtml

Related Tags for XML Schema:


More Tutorials from this section

Ask Questions?    Discuss: XML Schema  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.