rules

Indicates the use of rules/lines between rows and columns.

Attribute Information

Used By

Element nitf:table

Source

<attribute name="rules" use="optional">
  <annotation>
    <documentation>Indicates the use of rules/lines between rows and columns.</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="none"/>
      <enumeration value="basic"/>
      <enumeration value="rows"/>
      <enumeration value="cols"/>
      <enumeration value="all"/>
    </restriction>
  </simpleType>
</attribute>

Sample