http://maven.apache.org/FML/1.0.1
attributeGroup cellvalign

Documentation
      vertical alignment attributes for cell contents
      
Properties
This component is not nillable.

Model

  valign = xs:token



Attribute Summary
 xs:tokenvalign
          

Attribute Detail

valign

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

Source
<xs:attributeGroup name="cellvalign">
<xs:attribute name="valign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="top"/>
<xs:enumeration value="middle"/>
<xs:enumeration value="bottom"/>
<xs:enumeration value="baseline"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>


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