complexType faces-config-validatorType

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

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-validatorType">
    <
xsd:annotation>
        <
xsd:documentation>
The "validator" element represents a concrete Validator
implementation class that should be registered under the
specified validator identifier. Validator identifiers must be
unique within the entire web application.

Nested "attribute" elements identify generic attributes that may
be configured on the corresponding UIComponent in order to
affect the operation of the Validator. Nested "property"
elements identify JavaBeans properties of the Validator
implementation class that may be configured to affect the
operation of the Validator.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:group ref="j2ee:descriptionGroup"/>
        <
xsd:element name="validator-id" type="j2ee:string">
            <
xsd:annotation>
                <
xsd:documentation>
The "validator-id" element represents the identifier
under which the corresponding Validator class should be
registered.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="validator-class" type="j2ee:fully-qualified-classType">
            <
xsd:annotation>
                <
xsd:documentation>
The "validator-class" element represents the fully
qualified class name of a concrete Validator
implementation class.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="attribute" type="j2ee:faces-config-attributeType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="property" type="j2ee:faces-config-propertyType" minOccurs="0"
            
maxOccurs="unbounded"/>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

The "validator" element represents a concrete Validator
implementation class that should be registered under the
specified validator identifier.  Validator identifiers must be
unique within the entire web application.
Nested "attribute" elements identify generic attributes that may
be configured on the corresponding UIComponent in order to
affect the operation of the Validator.  Nested "property"
elements identify JavaBeans properties of the Validator
implementation class that may be configured to affect the
operation of the Validator.


complexType faces-config-validatorType


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.