QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
valign | restriction of string | optional |
|
Elements | nitf:col, nitf:colgroup, nitf:tbody, nitf:td, nitf:tfoot, nitf:th, nitf:thead, nitf:tr |
<attributeGroup name="cellVAlign"> <attribute name="valign" use="optional"> <annotation> <documentation>Vertical alignment of text in the cell or column group.</documentation> </annotation> <simpleType> <restriction base="string"> <enumeration value="top"/> <enumeration value="middle"/> <enumeration value="bottom"/> <enumeration value="baseline"/> </restriction> </simpleType> </attribute> </attributeGroup> |