Download Delve® SOA Fast-Prototyping Toolkit (Beta 1.0)
| Tutorials - How to Create an XML Schema |
Page 1 of 4 |
Naturally enough, the XML-Schema specification tells us how to create a group of related definitions that comprise an XML schema. In this lesson, we’ll learn how to create, display, and use an XML schema.
To create an XML schema in Tectonic, we start out with the keyword “schema” followed by the name of the schema. The body of the schema contains type definitions, elements definitions, and a variety of other constituents.

Our example depicts a schema called “education” with a single member, a type definition for the type “school."
|
|
|