complexType faces-config-render-kitType

complexType {http://java.sun.com/xml/ns/j2ee}faces-config-render-kitType

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


Source

<xsd:complexType name="faces-config-render-kitType">
    <
xsd:annotation>
        <
xsd:documentation>
The "render-kit" element represents a concrete RenderKit
implementation that should be registered under the specified
render-kit-id. If no render-kit-id is specified, the identifier
of the default RenderKit (RenderKitFactory.DEFAULT_RENDER_KIT)
is assumed.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:group ref="j2ee:descriptionGroup"/>
        <
xsd:element name="render-kit-id" type="j2ee:string" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>
The "render-kit-id" element represents an identifier for
the RenderKit represented by the parent "render-kit"
element.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="render-kit-class" type="j2ee:fully-qualified-classType" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>
The "render-kit-class" element represents the fully
qualified class name of a concrete RenderKit
implementation class.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="renderer" type="j2ee:faces-config-rendererType" minOccurs="0"
            
maxOccurs="unbounded"/>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

The "render-kit" element represents a concrete RenderKit
implementation that should be registered under the specified
render-kit-id.  If no render-kit-id is specified, the identifier
of the default RenderKit (RenderKitFactory.DEFAULT_RENDER_KIT)
is assumed.


complexType faces-config-render-kitType


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.