element root

element {http://java.sun.com/JSP/Page}root

Type Heirarchy
{http://java.sun.com/JSP/Page}Body (by extension)
 {http://java.sun.com/JSP/Page}root
Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespacehttp://java.sun.com/JSP/Page
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:jsp=http://java.sun.com/JSP/Page
xmlns=http://java.sun.com/JSP/Page


Source

<xsd:element name="root">
    <
xsd:annotation>
        <
xsd:documentation>
The root element of all JSP documents is named root.

Authors may, if they wish, include schema location information.
If specified, the information may appear as attributes of
the root element as follows:

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/JSP/Page xsd-file-location"

Documents should not specify the system identifier of a DTD
in a DOCTYPE declaration.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:complexType>
        <
xsd:complexContent>
            <
xsd:extension base="Body">
                <
xsd:attribute name="version" fixed="1.2" type="xsd:string"/>
            </
xsd:extension>
        </
xsd:complexContent>
    </
xsd:complexType>
</
xsd:element>


Documentation

The root element of all JSP documents is named root.
Authors may, if they wish, include schema location information.
If specified, the information may appear as attributes of
the root element as follows:
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/JSP/Page xsd-file-location"
Documents should not specify the system identifier of a DTD
in a DOCTYPE declaration.


element root


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.