for Windows and Linux
for OS X
⌘,⌘,⌘,⌥ F7^ ⌥ S

On this page:
Default HTML Language Level
Normally, an HTML or an XHTML file has the <!DOCTYPE> declaration which states the language level
of the used in the source code from the file. This language level is used as a standard against which the contents of the file are validated.
If an HTML or an XHTML file does not have a <!DOCTYPE> declaration, the contents of the file will be validated
against the default standard (schema).
In the Default HTML Language Level area, choose the default schema
to validate HTML and XHTML files without a <!DOCTYPE> declaration.
The available options are:
- HTML 4 or HTML 5: Choose one of these options to have files treated as HTML 4 or HTML 5 and validated against one of these standards.
-
Other doctype:
Choose this option to have HTML files by default validated agains a custom DTD or schema
and specify the URL of the DTD or schema to be used.
Note that code completion is available in this field: press ⌃Space⌃Space⌃Space^ Space⌥ Slash to see the list of suggested URLs.

Default XML Schema Version
In this area,
choose the XSD (XML Schema Definition) Schema
to validate XML files.
The available options are:
-
XML Schema 1.1
See W3C XML Schema Definition Language (XSD) 1.1 Part 1: Structures
and W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes
for details.
-
XML Schema 1.0
See XML Schema Part 1: Structures Second Edition
and
XML Schema Part 2: Datatypes Second Edition
for details.