data-type

The general type of data within the column.

Attribute Information

Used By

Element nitf:nitf-col

Source

<attribute name="data-type" use="optional">
  <annotation>
    <documentation>The general type of data within the column.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="text"/>
      <enumeration value="number"/>
      <enumeration value="graphic"/>
      <enumeration value="other"/>
    </restriction>
  </simpleType>
</attribute>

Sample