complexType error-pageType

complexType {http://java.sun.com/xml/ns/javaee}error-pageType

Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/javaee
Declared Namespacesxmlns:javaee=http://java.sun.com/xml/ns/javaee
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://www.w3.org/2001/XMLSchema


Source

<xsd:complexType name="error-pageType">
    <
xsd:annotation>
        <
xsd:documentation>
The error-pageType contains a mapping between an error code
or exception type to the path of a resource in the web
application.

Used in: web-app
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:choice>
            <
xsd:element name="error-code" type="javaee:error-codeType"/>
            <
xsd:element name="exception-type" type="javaee:fully-qualified-classType">
                <
xsd:annotation>
                    <
xsd:documentation>
The exception-type contains a fully qualified class
name of a Java exception type.
                    
</xsd:documentation>
                </
xsd:annotation>
            </
xsd:element>
        </
xsd:choice>
        <
xsd:element name="location" type="javaee:war-pathType">
            <
xsd:annotation>
                <
xsd:documentation>
The location element contains the location of the
resource in the web application relative to the root of
the web application. The value of the location must have
a leading `/'.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	The error-pageType contains a mapping between an error code
	or exception type to the path of a resource in the web
	application.
	Used in: web-app


complexType error-pageType


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.