Welcome to our free XML tutorial. This tutorial is based on Webucator's Introduction to XML Training course.
Simple-type elements have no children or attributes. For example, the Name
element below is a simple-type element; whereas the Person
and HomePage
elements are not.
<?xml version="1.0"?> <Person> <Name>Mark Twain</Name> <HomePage URL="http://www.marktwain.com"/> </Person>
As the diagram below shows, a simple type can either be built-in or user-derived. In this lesson, we will examine both.
This tutorial is based on Webucator's Introduction to XML Training Course. We also offer many other XML Training courses. Sign up today to get help from a live instructor.