Home >Online Product Documentation >Table of Contents >Creating Your Own XML Schema
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:
http://www.w3.org/2001/XMLSchema
http://www.w3.org/2001/XMLSchema-instance