Creating an XML Schema in Stylus Studio

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 Text tab with 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
 
Free Stylus Studio XML Training: