JDNC 04 05 Schema Documentation

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

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

Documentation
			Per W3C internationalization guidelines, use "before" and "after"
			instead of "leading" and "trailing"?
			

Source
<xsd:simpleType name="HorizontalConstraints">
<xsd:restriction base="xsd:NCName">
<xsd:enumeration value="leading">
</xsd:enumeration>
<xsd:enumeration value="center"/>
<xsd:enumeration value="trailing">
</xsd:enumeration>
</xsd:restriction>
</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.