complexType faces-config-rendererType

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

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-rendererType">
    <
xsd:annotation>
        <
xsd:documentation>
The "renderer" element represents a concrete Renderer
implementation class that should be registered under the
specified component family and renderer type identifiers, in the
RenderKit associated with the parent "render-kit" element.
Combinations of component family and renderer type must be unique
within the RenderKit associated with the parent "render-kit"
element.

Nested "attribute" elements identify generic component
attributes that are recognized by this renderer.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:group ref="j2ee:descriptionGroup"/>
        <
xsd:element name="component-family" type="j2ee:string">
            <
xsd:annotation>
                <
xsd:documentation>
The "component-family" element represents the component
family for which the Renderer represented by the parent
"renderer" element will be used.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="renderer-type" type="j2ee:string">
            <
xsd:annotation>
                <
xsd:documentation>
The "renderer-type" element represents a renderer type
identifier for the Renderer represented by the parent
"renderer" element.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="renderer-class" type="j2ee:fully-qualified-classType">
            <
xsd:annotation>
                <
xsd:documentation>
The "renderer-class" element represents the fully
qualified class name of a concrete Renderer
implementation class.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="facet" type="j2ee:faces-config-facetType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="attribute" type="j2ee:faces-config-attributeType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="renderer-extension" type="j2ee:faces-config-renderer-extensionType"
            
minOccurs="0" maxOccurs="unbounded"/>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

The "renderer" element represents a concrete Renderer
implementation class that should be registered under the
specified component family and renderer type identifiers, in the
RenderKit associated with the parent "render-kit" element.
Combinations of component family and renderer type must be unique
within the RenderKit associated with the parent "render-kit"
element.
Nested "attribute" elements identify generic component
attributes that are recognized by this renderer.


complexType faces-config-rendererType


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.