Previous Next vertical dots separating previous/next from contents/index/pdf

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

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

Documentation

	The tld-extensionType is used to indicate
	extensions to a specific TLD element.

	It is used by elements to designate an extension block
	that is targeted to a specific extension designated by
	a set of extension elements that are declared by a
	namespace. The namespace identifies the extension to
	the tool that processes the extension.

	The type of the extension-element is abstract. Therefore,
	a concrete type must be specified by the TLD using
	xsi:type attribute for each extension-element.

      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID
  namespace = xsd:anyURI>
extension-element+
</...>


Nested Element Summary
j2ee:extensibleTypeextension-element
          

Attribute Summary
 xsd:IDid
          
 xsd:anyURInamespace
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

namespace

Type:
xsd:anyURI
Use:
required
Form:
unqualified

Local Usage
functionType, tagFileType, tagType, tldTaglibType

Source
<xsd:complexType name="tld-extensionType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="extension-element" type="j2ee:extensibleType"/>
</xsd:sequence>
<xsd:attribute name="namespace" type="xsd:anyURI" use="required"/>
<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.

 

Skip navigation bar   Back to Top