nitf:cellVAlign

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
valign restriction of string optional
Vertical alignment of text in the cell or column group.

Used By

Source

<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>