<%@ page language="C#" masterpagefile="~/templates/Documentation.master" inherits="Page" pagetitle="Creating Your Own XML Schema" keywords="Creating Your Own XML Schema"%>

Creating Your Own XML Schema

To create an XML Schema, select File > New > XML Schema from the menu bar.

Stylus Studio displays a new XML document in the XML Schema Editor Diagram tab; the text pane displays the following contents:

<?xml version="1.0"?> 
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 
</xsd:schema> 

When you create an XML Schema in Stylus Studio, the default namespace is specified as http://www.w3.org/2001/XMLSchema. If you choose to you specify the XML Schema namespace, be sure to specify one of the following: