complexType faces-config-attributeType

complexType {http://java.sun.com/xml/ns/javaee}faces-config-attributeType

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


Source

<xsd:complexType name="faces-config-attributeType">
    <
xsd:annotation>
        <
xsd:documentation>
The "attribute" element represents a named, typed, value
associated with the parent UIComponent via the generic
attributes mechanism.

Attribute names must be unique within the scope of the parent
(or related) component.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:group ref="javaee:descriptionGroup"/>
        <
xsd:element name="attribute-name" type="javaee:string">
            <
xsd:annotation>
                <
xsd:documentation>
The "attribute-name" element represents the name under
which the corresponding value will be stored, in the
generic attributes of the UIComponent we are related
to.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="attribute-class" type="javaee:fully-qualified-classType">
            <
xsd:annotation>
                <
xsd:documentation>
The "attribute-class" element represents the Java type
of the value associated with this attribute name.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="default-value" type="javaee:faces-config-default-valueType" minOccurs="0"/>
        <
xsd:element name="suggested-value" type="javaee:faces-config-suggested-valueType"
            
minOccurs="0"/>
        <
xsd:element name="attribute-extension" type="javaee:faces-config-attribute-extensionType"
            
minOccurs="0" maxOccurs="unbounded"/>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

The "attribute" element represents a named, typed, value
associated with the parent UIComponent via the generic
attributes mechanism.
Attribute names must be unique within the scope of the parent
(or related) component.


complexType faces-config-attributeType


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.