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

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

Documentation

	Defines the canonical name of a tag or attribute being
	defined.

	The name must conform to the lexical rules for an NMTOKEN.

      
Properties
This component is not nillable.

Model
<...>

</...>

Local Usage
functionType, tagFileType, tagType, tldTaglibType

Source
<xsd:complexType name="tld-canonical-nameType">
<xsd:simpleContent>
<xsd:restriction base="j2ee:xsdNMTOKENType"/>
</xsd:simpleContent>
</xsd:complexType>


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