JDNC 04 05 Schema Documentation

http://www.jdesktop.org/2004/05/jdnc
simpleType Color

Super Types
{http://www.w3.org/2001/XMLSchema}anySimpleType
|
+--{http://www.jdesktop.org/2004/05/jdnc}Color (restriction)

Documentation
Currently, only the Hex24 format (e.g., #FF0000 for red) is implemented. Rest of the formats will be implemented in a future release.

Source
<xsd:simpleType name="Color">
<xsd:union memberTypes="om:Hex12 om:Hex24 om:Hex32 jdnc:SVGColorName"/>
</xsd:simpleType>

JDNC 04 05 Schema Documentation

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