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

http://java.sun.com/xml/ns/j2ee
complexType iconType

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

Documentation

	The icon type contains small-icon and large-icon elements
	that specify the file names for small and large GIF or
	JPEG icon images used to represent the parent element in a
	GUI tool.

	The xml:lang attribute defines the language that the
	icon file names are provided in. Its value is "en" (English)
	by default.

      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID
  lang = >
(small-icon?, large-icon? )
</...>


Nested Element Summary
j2ee:pathTypelarge-icon
          The large-icon element contains the name of a file containing a large (32 x 32) icon image. 
j2ee:pathTypesmall-icon
          The small-icon element contains the name of a file containing a small (16 x 16) icon image. 

Attribute Summary
 xsd:IDid
          
 lang
          Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility. 

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

lang

Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility. See RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry at http://www.iana.org/assignments/lang-tag-apps.htm for further information. The union allows for the 'un-declaration' of xml:lang with the empty string.

Type:
based on
with :
Use:
optional
Form:
unqualified

Local Usage
descriptionGroup

Source
<xsd:complexType name="iconType">
<xsd:sequence>
<xsd:element minOccurs="0" name="small-icon" type="j2ee:pathType">
</xsd:element>
<xsd:element minOccurs="0" name="large-icon" type="j2ee:pathType">
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="xml:lang"/>
<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