http://java.sun.com/xml/ns/j2ee
complexType tld-attributeType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}tld-attributeType (restriction)

Documentation

	The attribute element defines an attribute for the nesting
	tag.  The attributre element may have several subelements
	defining:

	description     a description of the attribute

	name            the name of the attribute

	required        whether the attribute is required or
			optional

	rtexprvalue     whether the attribute is a runtime attribute

	type            the type of the attributes

	fragment        whether this attribute is a fragment

      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
(description*, name, required?, ((rtexprvalue?, type?) | fragment?) )
</...>


Nested Element Summary
j2ee:descriptionTypedescription
          
j2ee:generic-booleanTypefragment
          "true" if this attribute is of type javax.jsp.tagext.JspFragment, representing dynamic content that can be re-evaluated as many times as needed by the tag handler. 
j2ee:java-identifierTypename
          
j2ee:generic-booleanTyperequired
          Defines if the nesting attribute is required or optional. 
j2ee:generic-booleanTypertexprvalue
          Defines if the nesting attribute can have scriptlet expressions as a value, i.e the value of the attribute may be dynamically calculated at request time, as opposed to a static value determined at translation time. 
j2ee:fully-qualified-classTypetype
          Defines the Java type of the attributes value. 

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Local Usage
tagType

Source
<xsd:complexType name="tld-attributeType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="description" type="j2ee:descriptionType"/>
<xsd:element name="name" type="j2ee:java-identifierType"/>
<xsd:element minOccurs="0" name="required" type="j2ee:generic-booleanType">
</xsd:element>
<xsd:choice>
<xsd:sequence>
<xsd:element minOccurs="0" name="rtexprvalue" type="j2ee:generic-booleanType">
</xsd:element>
<xsd:element minOccurs="0" name="type" type="j2ee:fully-qualified-classType">
</xsd:element>
</xsd:sequence>
<xsd:element minOccurs="0" name="fragment" type="j2ee:generic-booleanType">
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.