complexType tld-deferred-valueType

complexType {http://java.sun.com/xml/ns/javaee}tld-deferred-valueType

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="tld-deferred-valueType">
    <
xsd:annotation>
        <
xsd:documentation>
Defines information about how to provide the value for a
tag handler attribute that accepts a javax.el.ValueExpression.

The deferred-value element has one optional subelement:

type the expected type of the attribute
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="type" type="javaee:fully-qualified-classType" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>
The fully-qualified name of the Java type that is the
expected type for this deferred expression. If this
element is omitted, the expected type is assumed to be
"java.lang.Object".
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

        Defines information about how to provide the value for a
        tag handler attribute that accepts a javax.el.ValueExpression.
	The deferred-value element has one optional subelement:
	type            the expected type of the attribute


complexType tld-deferred-valueType


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.