complexType iconType

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

Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/j2ee
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:j2ee=http://java.sun.com/xml/ns/j2ee


Source

<xsd:complexType name="iconType">
    <
xsd:annotation>
        <
xsd: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.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="small-icon" type="j2ee:pathType" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>
The small-icon element contains the name of a file
containing a small (16 x 16) icon image. The file
name is a relative path within the Deployment
Component's Deployment File.

The image may be either in the JPEG or GIF format.
The icon can be used by tools.

Example:

<small-icon>employee-service-icon16x16.jpg</small-icon>
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="large-icon" type="j2ee:pathType" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>
The large-icon element contains the name of a file
containing a large
(32 x 32) icon image. The file name is a relative
path within the Deployment Component's Deployment
File.

The image may be either in the JPEG or GIF format.
The icon can be used by tools.

Example:

<large-icon>employee-service-icon32x32.jpg</large-icon>
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute ref="xml:lang"/>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


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.


complexType iconType


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.